First Commit

This commit is contained in:
2026-05-27 11:44:02 +09:00
commit 1de0de1fc5
2352 changed files with 198354 additions and 0 deletions

View File

@ -0,0 +1,110 @@
/*bs_area.css*/
.bs_area .section{width: 100%; padding: 60px 0;}
.bs_area .first_area{padding-top: 0;}
.bs_area .first_area .leftarea{width: 55%; float: left;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;}
.first_area .leftarea>.img1{width: 48%; margin: 1%; float: left;}
.first_area .leftarea img{width: 100%;}
.first_area .leftarea>.img2{width: 48%; margin: 1%; float: left;}
.first_area .rightarea{width: 45%; float: left; padding-left: 60px;}
.first_area .toptxt>h2{font-size: 42px; font-weight: 700; line-height: 48px;}
.first_area .toptxt>h2>span{color: #c71526;}
.first_area .mdllinewrap{padding: 20px 0;}
.first_area .mdlline{width: 55px; height: 2px; background: #c71526;}
.first_area .mdltxt>p{font-size: 16px; color: #333; line-height: 22px;}
.first_area .bottomtxt{padding-top: 40px; padding-bottom: 0;}
.first_area .bottomtxt>p{font-size: 14px; color: #999; line-height: 20px;}
.bgc{background-color: #f5f5f5;}
.second_area .article{padding: 55px 0; width: 25%; float: left; text-align: center;}
.second_area .artimg{margin: 0 auto;width: 60px; height: 60px; }
.second_area .artimg>img{width: 100%; margin:0 auto;}
.second_area .ai2>img {padding-top:13%; }
.second_area .arttbox{width: 180px;margin: 10px auto 0;}
.second_area .center{overflow: hidden; }
.second_area .leftnum{float: left; margin: 0 5px;}
.second_area .leftnum>h3{width: 170px;font-size: 40px; color:#c71526; font-weight:700; text-align: center; line-height: 40px; padding: 10px 0;}
.second_area .righttxt{float: left; margin: 0 5px;}
.second_area .righttxt>p{width:170px; padding: 10px 0;font-size: 14px;color: #333;line-height: 20px;}
.bs_area .third_area{padding-top: 50px; padding-bottom: 150px;}
.third_area .leftarea{width: 70%; float: left; padding-right: 60px;}
.third_area .txtbox{padding: 20px 0;}
.third_area .toptxt>h3{font-size: 42px; line-height: 48px; font-weight: 700;}
.third_area .bottomtxt{padding-top: 40px;}
.third_area .bottomtxt>p{font-size: 14px; line-height: 20px; color: #999;}
.tb2 .toptxt>h3{font-size: 42px; line-height: 48px;}
.tb2 .toptxt>h3>span{color: #c71526;}
.tb2 .bottombox{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;}
.tb2 .boxarticle{float: left;width: 50%;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-right: 50px; margin-top: 40px;}
.tb2 .boximgwrap{width: 51px; height: 51px;}
.tb2 .boximgwrap>img{width: 100%;}
.tb2 .boxtxtwrap{width: 85%; padding-left: 10px;}
.tb2 .boxtxtwrap p{font-size: 14px; color: #999; line-height: 20px;}
.tb2 .boxtxtwrap .p1{font-size: 16px; color: #333; line-height: 48px;}
.third_area .rightarea{width: 30%; float: right;}
.third_area .rightarea>.imgwrap{width: 100%; height: 630px; background-image: url('../../img/business/area_section3_img2.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
@media screen and (max-width:1199px){
/* br{display: none;}*/
.second_area .righttxt>p>br{display: block;}
.bs_area .first_area .leftarea{width: 100%;}
.bs_area .first_area .rightarea{width: 100%; margin-top: 40px; padding-left: 0;}
.first_area .rightarea{padding-left: 40px;}
.third_area .leftarea{width: 100%;float: inherit; margin-top: 40px; padding-right: 0;}
.third_area .rightarea{float: inherit;padding-bottom: 40px;}
.third_area .rightarea{width: 100%; float: left;}
.third_area .rightarea>.imgwrap{width: 100%; height: 500px; background-image: url('../../img/business/area_section3_img2.png'); background-size: cover; background-position: center; background-repeat: no-repeat;}
}
@media screen and (max-width:920px){
.bs_area .section{padding: 30px 0;}
.bs_area .third_area{ padding-bottom: 150px;}
.second_area .article{width: 50%; margin-top: 0;}
.third_area .rightarea>.imgwrap{width: 100%; height: 400px; background-size:auto ;}
.second_area .article:nth-child(1){border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.second_area .article:nth-child(2){border-bottom: 1px solid #ddd;}
.second_area .article:nth-child(3){border-right: 1px solid #ddd;}
}
@media screen and (max-width:768px){
.first_area .mdltxt>p>br{display: block;}
.third_area .toptxt>h3{word-break: keep-all;}
.tb2 .boxarticle{width: 48%;padding-right: 0; margin-top: 20px;}
.tb2 .boxarticle:nth-child(1){margin-right: 2%;}
.tb2 .boxarticle:nth-child(3){margin-right: 2%;}
.bs_area .third_area{ padding-bottom: 100px;}
}
@media screen and (max-width:650px){
.first_area .toptxt>h2{font-size: 32px;}
.tb2 .boxarticle{width: 100%; margin: 30px 0;}
.tb2 .boxarticle:nth-child(1){margin-right:0;}
.tb2 .boxarticle:nth-child(3){margin-right:0;}
.third_area .toptxt>h3{font-size: 32px;}
.third_area .rightarea>.imgwrap{height: 300px;}
.first_area .bottomtxt{padding-bottom: 40px;}
.second_area .inner{padding: 0;}
}
@media screen and (max-width:500px){
.mdlTxt>h2{font-size: 20px!important;}
.ing_bnr_Wrap>.bnrtxtwrap>h3{font-size: 28px;}
.ing_bnr_Wrap>.bnrtxtwrap>p{font-size: 16px;}
.bs_area .section{padding: 10px 0;}
.first_area .toptxt>h2{font-size: 28px; line-height: 36px;}
.first_area .toptxt>h2>br{display: block;}
.first_area .mdltxt>p{font-size: 13px;}
.first_area .mdltxt>p br{display: none;}
.first_area .bottomtxt>p{font-size: 12px;}
.first_area .bottomtxt{padding-bottom: 40px;}
.third_area .toptxt>h3{line-height: 36px; font-size: 28px;}
.second_area .article{width: auto; padding: 25px 0; position:relative; left: 50%; top: 50px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.bgc{padding: 40px 0;}
.second_area .artimg{float: left;}
.second_area .arttbox{float: left}
.second_area .arttbox{margin: 0;}
.second_area .leftnum{margin: 0 35px;}
.second_area .arttbox{width: auto;}
.tb2 .boxarticle{margin: 20px 0;}
.bs_area .third_area{ padding-bottom: 80px; padding-top: 60px;}
.second_area .article:nth-child(1){border-right: none; border-bottom: none}
.second_area .article:nth-child(2){border-bottom: none;}
.second_area .article:nth-child(3){border-right: none}
}
@media screen and (max-width:400px){
.third_area .rightarea>.imgwrap{height: 250px;}
.tb2 .boxarticle{margin: 15px 0;}
}

View File

@ -0,0 +1,111 @@
.mdlTxt h3 {font-size: 20px; line-height:2;}
.mdlTxt p {}
/* bs_info */
.bs_info{width: 100%;}
.bs_info .inner{width: 1200px; padding: 0 20px;}
.as_comment {padding-top: 10px;}
.as_red {color:red; font-weight:600;}
@media screen and (max-width:1199px){
.bs_info .inner{width: 100%;}
.bs_info .inner{margin: 0 0;}
}
@media screen and (max-width:480px){
.bs_info .inner{margin: 0 0;}
}
.bs_info .section{padding: 100px 0; width: 100%;}
@media screen and (max-width:1199px){
.bs_info .section{padding: 75px 0;}
}
@media screen and (max-width:767px){
.bs_info .section{padding: 50px 0;}
}
.bs_info .section.cus_info{padding-top: 0px;}
.cus_info .figure_area{width: 100%; margin-bottom: 60px;}
.cus_info .figure_area img{width: 100%;}
.cus_info .text_area{width: 100%;}
.cus_info .bsinfo_list{padding: 30px 30px 55px; width: 100%;}
.cus_info .bsinfo_list li{float: left; width: 30%;}
.cus_info .bsinfo_list li.bsinfo_item02{margin: 0 5%;}
.cus_info .tit_box .sub_tit{display: inline-block; margin-bottom: 10px; color: #999; font-size: 14px; font-weight: 300; line-height: 20px;}
.cus_info .tit_box .main_tit{color: #333; font-size: 16px; font-weight: 600; line-height: 20px;}
.cus_info .tit_box .main_tit::after{display: block; content:""; margin: 20px 0; width: 40px; height: 3px; background: #c71526;}
.cus_info .desc_box p{color: #666; font-weight: 300; font-size: 14px;}
@media screen and (max-width:978px){
.cus_info .figure_area{margin-bottom: 50px;}
.cus_info .bsinfo_list{padding: 0 0 30px;}
.cus_info .bsinfo_list li{width: 100%;}
.cus_info .bsinfo_list li.bsinfo_item02{margin: 30px 0;}
}
@media screen and (max-width:480px){
.cus_info .tit_box .sub_tit{font-size: 12px;}
.cus_info .tit_box .main_tit{font-size: 14px;}
.cus_info .tit_box .main_tit::after{margin: 15px 0; width: 35px;}
.cus_info .desc_box p{font-size: 12px;}
}
.ph_info{background: #333;}
.ph_info .ph_list{padding: 0 30px; width: 100%;}
.ph_info .ph_list li{float: left; width: 32%;}
.ph_info .ph_list li.phlist_item02,.ph_info .ph_list li.phlist_item05{margin: 0 2%;}
.ph_info .ph_list li.phlist_item01,.ph_info .ph_list li.phlist_item02, .ph_info .ph_list li.phlist_item03{margin-bottom: 25px;}
.ph_info .picto_box{width: 60px; margin: 20px auto;}
.ph_info .picto_box img{width: 100%;}
.ph_info .text_box{text-align: center; color: #fff;}
.ph_info .text_box .main_tit{margin-bottom: 15px; color: #fff; font-size: 24px; font-weight: 300; line-height: 25px;}
.ph_info .text_box .desc{padding: 0 15px 20px; font-size: 14px; font-weight: 100; line-height: 20px;}
@media screen and (max-width:978px){
.ph_info .ph_list{padding: 0 20px;}
.ph_info .ph_list li.phlist_item02,.ph_info .ph_list li.phlist_item05{margin: 0;}
.ph_info .ph_list li.phlist_item01,.ph_info .ph_list li.phlist_item02, .ph_info .ph_list li.phlist_item03{margin-bottom: 0;}
.ph_info .ph_list li{width: 50%; height: 270px; padding: 30px 0;}
.ph_info .picto_box{width: 50px;}
.ph_info .text_box .desc{padding: 0 30px 30px;}
}
@media screen and (max-width:767px){
.ph_info .ph_list li{padding: 5px 0; width: 100%; height: auto;}
.ph_info .picto_box{width: 50px; margin: 15px auto;}
.ph_info .text_box .main_tit{margin-bottom: 20px; font-size: 25px; line-height: 20px;}
.ph_info .text_box .desc{padding: 0 5px 30px; font-size: 12px; line-height: 17px;}
}
.tem_info{width: 100%;}
.tem_info .inner > div{float: left; /*width: 50%;*/}
.tem_info .figure_area img{width: 100%;}
.tem_info .text_area{/*padding-left: 60px; */padding-top: 20px;}
.tem_info .text_area .main_tit{margin-bottom: 25px; font-size: 42px; line-height: 48px; font-weight: 700;}
.tem_info .text_area .center{text-align:center; }
.tem_info .text_area .main_tit strong{display: block; font-weight: 700; color: #c71526;}
.tem_info .text_area .main_desc{margin-bottom: 35px; font-size: 16px; line-height: 22px; color: #333;}
.tem_info .text_area .desc_box{padding-right: 10%;}
.tem_info .text_area .desc_box p{color: #999; font-size: 14px; line-height: 1.4; }
.tem_info .text_area .desc_box h3{color: #333; font-size: 30px; line-height: 2; font-weight:600; }
.tem_info .text_area .desc_box ol{padding-left:20px;color: #333; font-size: 20px; line-height: 2; }
.tem_info .text_area .desc_box .sub1 li {list-style-type:upper-roman;}
.tem_info .text_area .desc_box .sub2 li {list-style-type:lower-roman;}
.tem_info .text_area .desc_box li{list-style:auto; }
.tem_info .text_area .desc_box ul li{list-style:none; }
@media screen and (min-width:768px) and (max-width:978px){
.tem_info .text_area{padding-top: 15px;}
.tem_info .text_area .main_tit{font-size: 30px; line-height: 35px;}
.tem_info .text_area .main_desc{font-size: 14px; line-height: 18px;}
.tem_info .text_area .desc_box p{font-size: 13px; line-height: 17px;}
.tem_info .text_area .desc_box .tit{font-size: 20px; line-height: 1.4; }
}
@media screen and (max-width:880px){
.tem_info .inner > div{width: 100%;}
.tem_info .figure_area{padding: 0 20px; margin-bottom: 45px;}
.tem_info .text_area{padding-left: 0; padding: 0 20px;}
.tem_info .text_area .desc_box{padding-right: 0;}
}
@media screen and (max-width:480px){
.tem_info .text_area .main_tit{margin-bottom: 15px; font-size: 28px; line-height: 30px;}
.tem_info .text_area .main_desc{margin-bottom: 25px; font-size: 13px; line-height: 17px;}
.tem_info .text_area .desc_box p{font-size: 12px; line-height: 16px;}
.tem_info .text_area .desc_box .tit{font-size: 20px; line-height: 1.4; }
}

View File

@ -0,0 +1,53 @@
/* directions.css */
.directions{width: 100%; padding: 0 0 130px;}
.map_area{margin-top: 50px; width: 100%; height: auto; overflow: hidden;}
.map_desc{margin-top: 80px; width: 100%;}
.map_desc_box{width: 100%;}
.map_title{height: 60px; border-bottom: 2px solid #666;}
.map_title .map_icon1{float: left; display: inline-block; margin-right: 10px; width: 30px; height: 100%; background: url(../../img/company/directions_icon01.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: center;}
.map_title h3{float: left; line-height: 60px; color: #333; font-size: 20px;}
.map_list{margin-bottom: 65px; width: 100%;}
.map_item{float: left; width: 100%; border-bottom: 1px solid #999;}
.item_desc{line-height: 60px; color: #666; font-size: 16px;}
.map_item::before{display: inline-block; float: left; margin-right: 26px; content: ""; width: 4px; height: 4px; background: #c71526; border-radius: 50%; margin-top: 28px;}
.map_2list{}
.map_2item{float: left; margin-right: 32px; padding: 15px 0 15px;}
.map_2item .bus_line{display: inline-block; margin-right: 10px; width: 45px; height: 30px; background: #3caa3a; color: #fff; text-align: center; line-height: 30px; border-radius: 5px}
.map_2item .bus_line.blue{background: #358fd4;}
.map_2item .bus_number{display: inline-block; color: #666; font-size: 16px; line-height: 30px;}
.map_item.bus_info .item_desc{margin-left: 30px;}
@media screen and (max-width:1199px){
.directions{padding: 0 0 90px;}
.map_area{margin-top: 20px; height: 300px;}
.map_desc{margin-top: 60px;}
.map_title{height: 50px;}
.map_title .map_icon1{width: 25px;}
.map_title h3{line-height: 50px; font-size: 18px;}
.map_list{margin-bottom: 45px;}
.map_item{padding: 20px 0;}
.item_desc{float: left; margin-left: 20px; width: 90%; line-height: 20px; font-size: 14px;}
.map_item::before{margin-top: 8px; margin-right: 0;}
.map_2list{float: left; margin-left: 20px; width: 90%;}
.map_2item{margin-right: 25px; padding: 0 0 20px;}
.map_2item .bus_line{width: 38px; height: 28px; line-height: 28px; font-size: 14px;}
.map_2item .bus_number{font-size: 14px; line-height: 28px;}
.map_item.bus_info .item_desc{margin-left: 24px;}
.map_item.bus_info::before{margin-top: 10px;}
}
@media screen and (max-width: 480px){
.directions{padding: 0 0 80px;}
.map_area{margin-top: 10px; height: 250px;}
.map_desc{margin-top: 50px;}
.map_title{height: 45px;}
.map_title .map_icon1{width: 20px; background-size: 18px 18px;}
.map_title h3{line-height: 45px; font-size: 16px;}
.map_list{margin-bottom: 30px;}
.item_desc{width: 90%; line-height: 17px; font-size: 13px;}
.map_item::before{margin-top: 6px;}
.map_2list{width: 90%;}
.map_2item{margin-right: 20px;}
.map_2item .bus_line{width: 35px; height: 25px; line-height: 25px; font-size: 13px;}
.map_2item .bus_number{font-size: 13px; line-height: 25px;}
.map_item.bus_info .item_desc{margin-left: 30px;}
.map_item.bus_info::before{margin-top: 10px;}
}

View File

@ -0,0 +1,236 @@
/*sub1.css*/
#container_title{display: none;}
.sub1_bannerwrap{position: relative;}
.sub1_bannerwrap>.bnr_img{width: 100%; height: 900px; position: relative;}
.sub1_bannerwrap>.bnr_img>img{height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.sub1_bannerwrap>.bnr_img>video{height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.sub1_bannerwrap .imgtextwrap{position: absolute; top: 20%; left: 0; right: 0; margin: auto;}
.sub1_bannerwrap .bnr_text{text-align: center; color: #fff;}
.sub1_bannerwrap h2{font-size: 64px; font-weight: 700; line-height: 80px; color: #fff;}
.sub1_bannerwrap h3{font-size: 42px; line-height: 80px; color: #fff;}
.sub1_bannerwrap p{font-size: 16px; line-height: 25px; font-weight: 100; padding: 15px 0;}
.sub1_bannerwrap .bnr_hexagon{padding-top: 65px; overflow: hidden; margin: 0 auto; width: 795px;}
.sub1_bannerwrap .bnr_hexagon>div{width: 233px;height: 269px;margin: 0 2%; float: left;}
.sub1_bannerwrap .bnr_hexagon img{width: 100%;margin: 0 auto;}
.sub_intro .section .title_wrap{text-align: center; padding: 100px 0;}
.sub_intro .section .title_wrap>h4{font-size: 42px; font-weight: 700; line-height: 80px; color: #333;}
.sub_intro .section .title_wrap>p{font-size: 24px; line-height: 35px; color: #666;}
.sub1-1{padding-bottom: 110px; width: 100%; background-size: 100% auto; background-image: url('../../img/sub/subbg_img1.png');}
.sub1-1 .art_wrap1{width: 100%;overflow: hidden;}
.sub1-1 .left_area{float: left; padding-left: 30px;}
.sub1-1 .left_area>div{width: 461px;height: 397px;}
.sub1-1 .left_area img{width: 100%;}
.sub1-1 .main_image{text-align:center; padding-bottom: 30px;}
.sub1-1 .main_image>div{width: 100%; }
.sub1-1 .main_image>p{text-align:left; font-size:1.3em;}
.sub1-1 .main_image img{margin:0 auto; /*max-height: 550px; */width:100%;}
.sub1-1 .right_area{float: right; padding-right: 15%;}
.sub1-1 li{ overflow: hidden;}
.sub1-1 li:nth-child(1){padding: 0;}
.sub1-1 li{padding-top: 40px;}
.sub1-1 li>div>img{width: 100%;}
.sub1-1 .con1_img{float: left; /*width: 78px;*/ height: 78px;}
.sub1-1 .con1_tbox{padding-left: 20px; float: left;}
.sub1-1 .con1_tbox>h5{font-size: 24px; color: #1659a3; line-height: 25px;}
.sub1-1 .con1_tbox>p{font-size: 18px; color: #555; line-height: 25px;}
.sub1-2{padding-bottom: 100px;}
.sub1-2 .art_wrap2{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;}
.sub1-2 .article{margin: 0 30px; float: left;}
.sub1-2 .article>div>img{margin: 0 auto;}
.sub1-2 .blueline{width: 100%; padding: 40px 0;}
.sub1-2 .blueline>div{width: 2px; height: 70px; background: #1659a3; margin: 0 auto;}
.sub1-2 .tbox>h5{font-size: 24px; color: #1659a3; font-weight: 700; line-height: 40px; text-align: center;}
.sub1-2 .tbox>h5 a{color: #1659a3; }
.sub1-2 .tbox>p{font-size: 18px; color: #666; line-height: 30px; text-align: center;}
.sub1-3{padding-bottom: 150px; width: 100%; background-size: 100% auto; background-image: url('../../img/sub/sub1_con3img.png');}
.sub1-3 .swiper-container.sub_intro{display: none;}
.sub1-3 .btnWrap{display: none;}
.sub1-3 .con3_sect1{overflow: hidden; }
.sub1-3 article{float: left; position: relative; width: 33.33%; height: 290px;}
.sub1-3 .con3_sect1 img{width: 100%;}
.sub1-3 .con3_sect1 .line{position: absolute; width: 2px; height: 100%; background: #ddd; left: 14px; top: 8px;}
.sub1-3 .con3_sect1 .year{float: left; margin-bottom: 20px; font-size: 36px; font-weight: 700; line-height: 40px; color: #1659a3;}
.sub1-3 .con3_sect1 .year::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content:""; width: 30px; height: 40px; background: url(../../img/company/history_icon1.png) 100% center no-repeat; background-position: center;}
.sub1-3 .con3_sect1 .desc{float: left; margin-bottom: 20px; width: 100%;}
.sub1-3 .con3_sect1 .desc::before{display: block; float: left; margin-right: 20px; position: relative; z-index: 1; content: ""; width: 30px; height: 30px; background: url(../../img/company/history_icon2.png) 100% center no-repeat; background-position: center;}
.sub1-3 .con3_sect1 .desc .date{display: block; float: left; margin-right: 10px; line-height: 30px; color: #999; font-size: 17px;}
.sub1-3 .con3_sect1 .desc p{float: left; width: 60%; line-height: 30px; color: #999; font-size: 17px;}
.sub1-3 article:nth-child(4){margin-top:40px;}
.sub1-3 article:nth-child(5){margin-top:40px;}
.sub1-3 article:nth-child(6){margin-top:40px;}
.sub1-3 .ie9{display: none;}
@media screen and (max-width:1199px){
.inner{width: 100%;}
.sub1-1{padding-bottom: 80px;}
.sub1_bannerwrap p>br{display: block;}
.sub1-1 .con1_tbox>p>br{display: block;}
.sub1-1 .left_area{width: 100%; padding-left: 0;}
.sub1-1 .left_area>div{margin: 0 auto;}
.sub1-1 .left_area img{width: 100%;}
.sub1-1 .right_area{width: 100%;padding-right: 0; padding-top: 70px; text-align: center;}
.sub1-1 .right_area ul{display: inline-block;}
.sub1-2 .tbox>p>br{display: none;}
.sub1-1 .con1_tbox>h5{text-align: left;}
.sub1-1 .con1_tbox>p{text-align: left;}
.sub1-2 .article{width: 31.33%; margin: 0 1%;}
.sub1-2 .tbox>h5{word-break: keep-all;}
}
@media screen and (max-width:1024px){
.sub1-3 article{width: 50%; margin-bottom: 20px; padding-left: 30px;}
.sub1-3 article:nth-child(2n){float: right;}
.sub1-3 article:nth-child(2n-1){float: left;}
.sub1-3 article:nth-child(4), .sub1-3 article:nth-child(5), .sub1-3 article:nth-child(6){margin: 0 0 20px;}
.sub1-3 .con3_sect1 .line{left: 44px;}
.sub1-3 .con3_sect1 .year{margin-bottom: 20px; font-size: 30px; line-height: 40px;}
.sub1-3 .con3_sect1 .desc .date{margin-right: 10px; line-height: 30px; font-size: 15px;}
.sub1-3 .con3_sect1 .desc p{width: 60%; line-height: 30px; font-size: 15px;}
}
@media screen and (max-width:980px){
.section .title_wrap{padding: 80px 0;}
.sub1-2 .blueline{display: none;}
.sub_intro .tbox{position: relative;}
.tbox:before{position: absolute;content: ''; width: 70px; height: 2px; background: #1659a3; top: 20px; left: 40px;}
.sub1-2 .article{width: 700px; margin: 0 auto;overflow: hidden; padding: 40px 0px;}
.sub1-2 .article>div{float: left;}
.sub1-2 .tbox{float: left; padding: 40px 40px;}
.sub1-2 .tbox>h5{text-align: left;}
.sub1-2 .tbox>p{text-align: left;}
.sub1-2 .tbox>p>br{display: block;}
}
@media screen and (max-width:800px){
.sub1_bannerwrap .bnr_hexagon{width: 100%; padding-top: 0;}
.sub1_bannerwrap .bnr_hexagon>div{width: 31.33%; height: auto; margin: 0 1%;}
}
@media screen and (max-width:768px){
.section .title_wrap{padding: 70px 0;}
.section .title_wrap>h4{font-size: 40px;}
.section .title_wrap>p{font-size: 28px;}
.sub1_bannerwrap>.bnr_img{height: 800px;}
.sub1_bannerwrap h2{font-size: 48px;}
.sub1_bannerwrap h3{font-size: 36px;}
.sub1-1 .left_area{width: 100%; padding-left: 0;}
.sub1-1 .right_area{width: 100%; padding-right: 0;}
.sub1-2 .article{width: 100%;}
.sub1-2 .article>div{float: none;}
.sub1-2 .blueline{display: block;}
.sub1-2 .tbox{float: none;}
.sub1-2 .tbox::before{display: none;}
.sub1-2 .tbox>h5{text-align: center;}
.sub1-2 .tbox>p{text-align: center;}
.sub1-2 .tbox{padding: 0;}
.sub1-3 .con3_sect1 .desc{margin-bottom: 10px;}
.sub1-3 .con3_sect1 .desc p{width: 58%;}
.sub1-3 .con3_sect1 .year::before{margin-right: 10px; background-size: 24px auto;}
.sub1-3 .con3_sect1 .desc::before{margin-right: 10px; background-size: 14px auto;}
}
@media screen and (max-width:600px){
.sub1-3 .con3_sect1{display: none;}
.sub1-3 .swiper-container.sub_intro{display: block;}
.sub1-3 .btnWrap{display: block;}
.swiper-slide>img{margin: 0 auto;}
.sub_intro .btnWrap{z-index: 999;}
.sub_intro .section .title_wrap{padding: 70px 0;}
.sub_intro .section .title_wrap>h4{font-size: 30px; line-height: 30px;}
.sub_intro .section .title_wrap>p{font-size: 18px; line-height: 25px;}
.sub1_bannerwrap>.bnr_img{height: 600px;}
.sub1_bannerwrap h2{font-size: 36px; line-height: 45px;}
.sub1_bannerwrap h3{font-size: 26px; line-height: 45px;}
.sub1_bannerwrap p{font-size: 14px;}
.sub1_bannerwrap .bnr_hexagon{margin-top: 45px;}
.sub1-1 .con1_img{width:20%; height: auto; padding-right: 10px;}
.sub1-1 .con1_img>img{width: 100%; margin: 0 auto;}
.sub1-1 .right_area ul{}
.sub1-1 .con1_tbox{width: 80%; padding-left: 0;}
.sub1-1 .con1_tbox>h5{font-size: 22px;}
.sub1-1 .con1_tbox>p{font-size: 16px;}
.sub1-1 li:nth-child(2){padding: 40px 0;}
.sub1-1 .left_area>div{width: auto; height: auto;}
.sub1-1 .right_area{padding-top: 40px;}
.sub1-2 .article{width: 100%;}
.sub1-2 .tbox>h5{font-size: 17px;}
.sub1-2 .tbox>p{font-size: 13px;}
.sub1-2 .blueline>div{height: 40px;}
.sub1-2 .blueline{padding: 20px 0;}
.sub1-3{width: 100%; height: 500px;position: relative;}
.swiper-container.sub_intro{display: block;width: 80%; margin: 0 15%; position: relative;}
.swiper-container.sub_intro .swiper-slide{width: 100%; height: 260px;}
.sub_intro .btnWrap{display: block;width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; bottom: 230px; overflow: hidden;}
.sub_intro .swiper-button-next1{float: left; outline: 0;}
.sub_intro .swiper-button-prev1{float: right; outline: 0;}
.swiper-container.sub_intro .line{position: absolute; width: 2px; height: 100%; background: #ddd; left: 14px; top: 6px;}
.swiper-container.sub_intro .year{float: left; margin-bottom: 20px; font-size: 25px; font-weight: 700; line-height: 40px; color: #1659a3;}
.swiper-container.sub_intro .year::before{display: block; float: left; margin-right: 10px; position: relative; z-index: 1; content:""; width: 30px; height: 40px; background: url(../../img/company/history_icon1.png) 100% center no-repeat; background-position: center; background-size: 24px auto;}
.swiper-container.sub_intro .desc{float: left; margin-bottom: 10px; width: 100%;}
.swiper-container.sub_intro .desc::before{display: block; float: left; margin-right: 10px; position: relative; z-index: 1; content: ""; width: 30px; height: 30px; background: url(../../img/company/history_icon2.png) 100% center no-repeat; background-position: center; background-size: 14px auto;}
.swiper-container.sub_intro .desc .date{display: block; float: left; margin-right: 10px; line-height: 30px; color: #999; font-size: 13px;}
.swiper-container.sub_intro .desc p{float: left; width: 60%; line-height: 30px; color: #999; font-size: 13px;}
}
@media screen and (max-width:480px){
.sub_intro .section .title_wrap{padding: 30px 0;}
.sub_intro .section .title_wrap>h4{font-size: 22px; font-weight: 700; line-height: 40px; color: #333;}
.sub_intro .section .title_wrap>p{font-size: 12px; line-height: 30px; color: #666;}
.sub1_bannerwrap>.bnr_img{height: 500px;}
.sub1_bannerwrap h2{font-size: 28px; line-height: 40px;}
.sub1_bannerwrap h3{font-size: 18px; line-height: 30px;}
.sub1_bannerwrap p{font-size: 12px; line-height: 20px; padding: 5px 0;}
.sub1-1 .con1_tbox>h5{font-size: 18px;}
.sub1-1 .con1_tbox>p{font-size: 14px;}
.sub1-3{width: 100%; height: auto; padding-bottom: 0;}
.btnWrap{width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; bottom: 40%; overflow: hidden; }
.sub_intro .swiper-button-next1{float: left;}
.sub_intro .swiper-button-prev1{float: right;}
.sub1-3{padding-bottom: 80px;}
.swiper-container.sub_intro .year{font-size: 20px;}
}
@media screen and (max-width:400px){
.swiper-container.sub_intro .swiper-slide{height: 300px;}
.sub_intro .swiper-container.sub_intro.sub_intro{margin: 0 auto;}
.swiper-container.sub_intro .desc p{width: 50%;}
}
@media screen and (max-width:360px){
.sub1_bannerwrap .imgtextwrap{top: 22%;}
.btnWrap{width: 90%; margin: 0 5%; position: absolute; margin: auto; left: 0; right: 0; overflow: hidden;}
}
@media screen and (max-width:320px){
.sub1-3{width: 100%;}
}