@charset "utf-8";

/* ======================================================
   .round-tab
=========================================================*/
.round-tab {display:flex; flex-wrap:wrap;  overflow:hidden;}
.round-tab li {display:table-cell; float:left; width:33.333%; margin-bottom:-1px; border:0 none; background:#f2f3f5; box-sizing:border-box;}
.round-tab.w2p li {width:50%; border-right:none;}
.round-tab.w3p li {width:33.33%;}
.round-tab.w4p li {width:25%;}
.round-tab.w5p li {width:50%;}
.round-tab a {overflow:hidden; display:block; font-size:13px; height:40px; line-height:40px; text-align:center; color:#999;text-overflow:ellipsis; white-space:nowrap; font-weight:bold; padding:0 10px;}
.round-tab .active {background-color:#2189ff; background:linear-gradient(315deg, #2189ff 15%, #2189ff 100%);}
.round-tab .active a {color:#fff;}

@media(min-width:768px) {
	.round-tab.w2p li {width:50%;}
	.round-tab.w3p li {width:33.33%;}
	.round-tab.w4p li {width:25%;}
	.round-tab.w5p li {width:20%;}
}

@media(min-width:1024px) {
	.round-tab {display:table; width:auto; max-width:700px; margin:30px auto 0px; table-layout:fixed;  border:none;background:#f2f3f5; border-radius:100px; overflow:initial; padding-top:0px;  box-sizing:border-box;}
	.round-tab li {float:none; display:table-cell; width:auto; vertical-align:middle; margin:0; background:none;}
	.round-tab li + li {border-left:0 none;}
	.round-tab a {display:block; padding:0 25px; height:40px; line-height:40px; text-align:center; color:#999; font-size:16px;}
	.round-tab a:hover {color:#111;}
	.round-tab .active {padding:0; border-radius:100px;}
	.round-tab .active a {color:#fff; font-weight:500; border:none; border-radius:100px; box-shadow:0 5px 10px rgba(0, 0, 0, .1);}
}

@media(max-width:1199px) {
	.round-tab li:nth-child(3n) {border-right:0 none;}
	.round-tab li:nth-child(3n + 1) {clear:both;}
	.round-tab.w4p li:nth-child(3n + 1) {clear:none;}
}

@media screen and (min-width:1200px) {
	.round-tab.w2p li {width:auto;}
	.round-tab.w3p li {width:auto;}
	.round-tab.w4p li {width:auto;}
	.round-tab.w5p li {width:auto;}
	.round-tab a {padding:0 30px; height:50px; line-height:50px; font-size:18px;}
}

/* ======================================================
   .pc
=========================================================*/
.pc {display:block;}
.mobile {display:none;}

@media only screen and (max-width:480px) {


.mobile {display:block;}
.pc {display:none;}

}

/* ======================================================
   .map-wrap
=========================================================*/
.map-wrap .ic { display: inline-block; vertical-align: middle; top: -1px; position: relative; }
.map-wrap {  width:1400px; margin:0 auto;  position: relative; background: #fff; padding:40px 20px 80px; border: 0px solid #eee;  }
.map-wrap h4 { font-size: 24px; color: #000; padding-bottom: 11px; border-bottom: 0px solid #e1e1e1;  }
.map-wrap ul { margin-top: 20px; margin-left: -10px; margin-right: -10px }
.map-wrap ul > li { float: left; display: table; width: 23%; padding: 5px 10px }
.map-wrap ul > li.li01 { width: 48% }
.map-wrap ul > li .list { display: table-cell; width: 100px; vertical-align: middle }
.map-wrap ul > li .txt { display: table-cell; vertical-align: middle }
.map-wrap .ic_pin { width: 13px; height: 17px; background: url('../img/content/ic_pin.png') no-repeat }
.map-wrap .ic_tel { width: 16px; height: 16px; background: url('../img/content/ic_tel.png') no-repeat }
.map-wrap .ic_fax { width: 19px; height: 15px; background: url('../img/content/ic_fax.png') no-repeat }
.map-wrap .list { font-size: 17px; font-weight: 700; color: #333 }
.map-wrap .list i { margin-right: 10px }
.map-wrap .txt { font-size: 18px; color: #666 }
 @media (max-width:1280px) {
.map-wrap { padding: 35px 30px }
.map-wrap ul > li .list { width: 100px }
}
 @media (max-width:970px) {
.map-wrap { padding: 20px 40px; margin-top: 0px; height: 170px; }
.map-wrap h4 { font-size: 20px }
.map-wrap ul > li { width: 100%; padding: 5px 0px }
.map-wrap ul > li.li01 { width: 100% }
}
 @media (max-width:480px) {
.map-wrap { padding: 20px 10px; margin-top: 0px; height: 170px; }
.map-wrap h4 { font-size: 17px; padding:10px 0px 10px; }
.map-wrap ul > li .txt { font-size: 14px }
.map-wrap ul { margin-top: 0px;}
.map-wrap .list { font-size: 15px;}

}

/* ======================================================
   .about-wrap.about01
=========================================================*/
.about-wrap.about{position:relative; padding-top:120px;}
.about-wrap .about-01 .txt{max-width:1440px; padding:0 0px; box-sizing:border-box;margin:0 auto;}
.about-wrap .about-01 .txt h3{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .about-01 .txt .btxt{font-size:36px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:50px}
.about-wrap .about-01 .txt .stxt{font-size:18px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:30px}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-01 .txt h3{font-size:42px;}
		.about-wrap .about-01 .txt .btxt{font-size:32px; margin-top:40px;}
		.about-wrap .about-01 .txt .stxt{font-size:17px; margin-top:20px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-01 .txt h3{font-size:36px;}
		.about-wrap .about-01 .txt .btxt{font-size:28px; margin-top:30px;}
		.about-wrap .about-01 .txt .stxt{font-size:16px; margin-top:10px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-01 .txt h3{font-size:30px;}
		.about-wrap .about-01 .txt .btxt{font-size:24px; }
		.about-wrap .about-01 .txt .stxt{font-size:15px;}
		.about-wrap .about-01 .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-01 .txt h3{font-size:24px;}
		.about-wrap .about-01 .txt .btxt{font-size:20px;}
		.about-wrap .about-01 .txt .stxt{font-size:14px;}
	}

.about-wrap .about-01 .tab{margin-top:30px;position:relative; z-index:922;}
.about-wrap .about-01 .tab .ov{position:relative; }
.about-wrap .about-01 .tab ul:after{display:block; content:"";clear:both;}
.about-wrap .about-01 .tab li{float:left; position:relative; z-index:2}
.about-wrap .about-01 .tab li:before{width:100%;height:100%; border:1px solid #000; box-sizing:border-box; right:0; top:0; display:block; content:"";z-index:-1; position:absolute;}
.about-wrap .about-01 .tab li a{position:relative;text-align:center;box-sizing:border-box; min-width:155px; display:block; font-weight:400; font-size:16px; letter-spacing:-0.025em; line-height:52px;height:52px; padding:0 19px;font-family:'Roboto','Spoqa Han Sans', "Apple SD Gothic Neo", "Malgun Gothic",}
.about-wrap .about-01 .tab li.active, .about-wrap .about-01 .tab li.active:hover {z-index:6}
.about-wrap .about-01 .tab li:hover {z-index:4}
.about-wrap .about-01 .tab li.active a{color:#f58220;font-weight:500;}
.about-wrap .about-01 .tab li:nth-child(n+2):before{border-left:none;}
.about-wrap .about-01 .tab .under{width:100%;height:52px !Important;; border:2px solid #000;background:#fff; box-sizing:border-box; right:0; top:0; display:block; content:"";z-index:-1; position:absolute; }

.about-wrap .about-01 .vis{height:500px;position:relative;margin:0 auto;margin-top:100px;} 
.about-wrap .about-01 .vis .img{position:Absolute ;left:50% ; top:0;width:80%; overflow:hidden; width:80%;height:100%; display:block; content:"";z-index:-1;background:url(../img/content/about-img01.jpg) no-repeat center center; background-size:cover;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-01 .tab li a{min-width:200px; font-size:16px; line-height:55px; height:55px;}
		.about-wrap .about-01 .tab .under{height:55px !important;}

		.about-wrap .about-01 .vis{height:350px}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-01 .tab{margin-top:20px;}
		.about-wrap .about-01 .tab li{width:33.333333%;}
		.about-wrap .about-01 .tab li a{min-width:auto;font-size:15px; line-height:50px; height:50px;padding:0 5px;}
		.about-wrap .about-01 .tab .under{height:50px !important;}

		.about-wrap .about-01 .vis{margin-top:40px;height:300px}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-01 .tab li a{font-size:14px; line-height:45px; height:45px;}
		.about-wrap .about-01 .tab .under{height:45px !important;}

		.about-wrap .about-01 .vis{height:250px}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-01 .tab li a{font-size:13px;}
	}

.about-wrap .about-02{margin-top:150px;}
.about-wrap .about-02 .cont{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto;}
.about-wrap .about-02 .cont .btxt{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em;}
.about-wrap .about-02 .cont .stxt{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em; margin-top:45px}
.about-wrap .about-02 .cont .ctxt{font-size:18px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px}

.about-wrap .about-02 .vis{ margin-top:150px;height:900px;background:url(../img/content/about-img02.jpg) no-repeat center center; background-size:cover;} 
.about-wrap .about-02 .vis .txt{max-width:1440px; box-sizing:border-box;padding:0 20px; margin:0 auto; height:900px;  display:flex;align-items: center; justify-content: center;}
.about-wrap .about-02 .vis .txt .vc{width:100%; box-sizing:border-box; padding-left:50%;text-align:center;}
.about-wrap .about-02 .vis .txt .ab{display:inline-block;vertical-align:top;text-align:left;}
.about-wrap .about-02 .vis .btxt{font-size:40px; color:#fff; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-02 .vis .stxt{font-size:20px ;font-weight:500; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
.about-wrap .about-02 .vis .ctxt{font-size:16px ;font-weight:300; color:#fff; letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-02{margin-top:80px;}
		.about-wrap .about-02 .cont .btxt{font-size:42px; }
		.about-wrap .about-02 .cont .stxt{font-size:27px; margin-top:35px}
		.about-wrap .about-02 .cont .ctxt{font-size:17px; margin-top:15px}

		.about-wrap .about-02 .vis{height:460px;}
		.about-wrap .about-02 .vis .txt{height:460px}
		.about-wrap .about-02 .vis .btxt{font-size:36px;}
		.about-wrap .about-02 .vis .stxt{font-size:18px;margin-top:15px;}
		.about-wrap .about-02 .vis .ctxt{font-size:15px;margin-top:15px;}
	}
	@media only screen and (max-width:1200px) {
		
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-02{margin-top:60px;}
		.about-wrap .about-02 .cont .btxt{font-size:36px; }
		.about-wrap .about-02 .cont .stxt{font-size:24px; margin-top:25px}
		.about-wrap .about-02 .cont .ctxt{font-size:16px; margin-top:10px}

		.about-wrap .about-02 .vis{ margin-top:60px; height:420px}
		.about-wrap .about-02 .vis .txt{height:420px}
		.about-wrap .about-02 .vis .btxt{font-size:32px;}
		.about-wrap .about-02 .vis .stxt{font-size:17px;margin-top:10px;}
		.about-wrap .about-02 .vis .ctxt{font-size:14px;margin-top:10px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-02{margin-top:40px;}
		.about-wrap .about-02 .cont .btxt{font-size:30px; }
		.about-wrap .about-02 .cont .stxt{font-size:21px; margin-top:15px}
		.about-wrap .about-02 .cont .ctxt{font-size:15px; margin-top:5px}
		
		.about-wrap .about-02 .vis{ margin-top:40px; height:350px}
		.about-wrap .about-02 .vis .txt{height:350px}
		.about-wrap .about-02 .vis .txt .vc{padding:0 20px}
		.about-wrap .about-02 .vis .txt .ab{text-align:Center; display:block;}
		.about-wrap .about-02 .vis .btxt{font-size:28px;}
		.about-wrap .about-02 .vis .stxt{font-size:16px;}
		.about-wrap .about-02 .vis .ctxt{font-size:13px;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-02 .cont .btxt{font-size:24px; }
		.about-wrap .about-02 .cont .stxt{font-size:18px;}
		.about-wrap .about-02 .cont .ctxt{font-size:14px;}
		
		.about-wrap .about-02 .vis{height:300px}
		.about-wrap .about-02 .vis .txt{height:300px}
		.about-wrap .about-02 .vis .btxt{font-size:24px;}
		.about-wrap .about-02 .vis .stxt{font-size:15px;}
		.about-wrap .about-02 .vis .ctxt{font-size:12px;}
	}


.about-wrap .about-03{max-width:1440px;box-sizing:border-box; padding:0 20px; margin:0 auto; margin-top:150px; margin-bottom:150px;}
.about-wrap .about-03 .txt{position:relative ;padding-left:50%;}
.about-wrap .about-03 .txt h4{font-size:48px; font-weight:700; color:#000; letter-spacing:-0.03em; line-height:1.2em; position:Absolute ; left:0; top:0;}
.about-wrap .about-03 .txt .btxt{font-size:24px; color:#000; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-03 .txt .stxt{font-size:18px; color:#555;font-weight:300;  letter-spacing:-0.03em; line-height:1.6em; margin-top:20px;}

.about-wrap .about-03 ul{margin-top:80px}
.about-wrap .about-03 ul:after{display:block; content:"";clear:both}
.about-wrap .about-03 li{float:left; width:33.3333%; position:Relative; padding-top:145px;}
.about-wrap .about-03 li:before{width:120px;height:120px; position:absolute ;left:0; top:0; display:block; content:""}
.about-wrap .about-03 li .btxt{font-size:30px; color:#000; font-weight:700; letter-spacing:-0.03em; line-height:1.4em;}
.about-wrap .about-03 li .stxt{font-size:18px; color:#555; font-weight:300; letter-spacing:-0.03em; line-height:1.6em; margin-top:15px}

.about-wrap .about-03 li:nth-child(1):before{background:url(../img/content/about-ico01.jpg) no-repeat left center;}
.about-wrap .about-03 li:nth-child(2):before{background:url(../img/content/about-ico02.jpg) no-repeat left center;}
.about-wrap .about-03 li:nth-child(3):before{background:url(../img/content/about-ico03.jpg) no-repeat left center;}
	@media only screen and (max-width:1440px) {	
		.about-wrap .about-03{margin-top:80px;}
		.about-wrap .about-03 .txt h4{font-size:42px; width:48%; }
		.about-wrap .about-03 .txt .btxt{font-size:22px; }
		.about-wrap .about-03 .txt .btxt br{display:none;}
		.about-wrap .about-03 .txt .stxt{font-size:17px;}
		.about-wrap .about-03 .txt .stxt br{display:none;}
		
		.about-wrap .about-03 ul{margin-top:60px}
		.about-wrap .about-03 li{box-sizing:border-box; padding-top:120px;}
		.about-wrap .about-03 li:before{width:100px;height:100px; background-size:100% auto !important;}
		.about-wrap .about-03 li .btxt{font-size:26px;}
		.about-wrap .about-03 li .stxt{font-size:17px;}
		
	}
	@media only screen and (max-width:1200px) {
		.about-wrap .about-03 .txt h4{font-size:36px; }
		.about-wrap .about-03 li{padding-top:100px; padding-right:20px;}
		.about-wrap .about-03 li:before{width:90px;height:90px;}
		.about-wrap .about-03 li .stxt br{display:none;}
	}
	@media only screen and (max-width:999px) {
		.about-wrap .about-03{margin-top:60px;}
		.about-wrap .about-03 .txt h4{font-size:32px; }
		.about-wrap .about-03 .txt .btxt{font-size:20px; }
		.about-wrap .about-03 .txt .stxt{font-size:16px;}
		
		.about-wrap .about-03 ul{margin-top:40px; padding-top:40px; border-top:1px solid #dedede;}
		.about-wrap .about-03 li .btxt{font-size:24px;}
		.about-wrap .about-03 li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .about-03{margin-top:40px;}
		.about-wrap .about-03 .txt{padding-left:0}
		.about-wrap .about-03 .txt h4{font-size:30px; position:relative; left:auto; top:auto; margin-bottom:10px; width:auto;}
		.about-wrap .about-03 .txt .btxt{font-size:18px;}
		.about-wrap .about-03 .txt .stxt{font-size:15px;}
		.about-wrap .about-03 .txt .stxt br{display:none;}
		
		.about-wrap .about-03 li{float:none; width:auto;padding-top:0; padding-left:80px;}
		.about-wrap .about-03 li:before{width:70px;height:70px; background-size:100% auto !important; top:-15px;}
		.about-wrap .about-03 li:nth-child(n+2){margin-top:40px}
		.about-wrap .about-03 li .btxt{font-size:22px;}
		.about-wrap .about-03 li .stxt{font-size:15px; margin-top:10px;}
		.about-wrap .about-03 li .stxt br{display:none;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .about-03 .txt h4{font-size:24px; }
		.about-wrap .about-03 .txt .btxt{font-size:16px; }
		.about-wrap .about-03 .txt .stxt{font-size:14px;}
		.about-wrap .about-03 li{padding-left:60px}
		.about-wrap .about-03 li:before{width:50px;height:50px; top:-5px;}
		.about-wrap .about-03 li .btxt{font-size:20px;}
		.about-wrap .about-03 li .stxt{font-size:14px;}
	}



/* =====================================
   about-wrap
===================================== */
.about-wrap{position:relative; padding-top:100px;}
.about-wrap .info{max-width:1400px; padding:0 0px; box-sizing:border-box; margin:0 auto; position:relative; /*margin-bottom:100px;*/}
.about-wrap .info:before{width:30px;height:100%; position:absolute;right:-80px; bottom:0; display:block; content:"";background:url(../_Img/content/about-intxt.jpg) no-repeat right bottom;}
.about-wrap .info:after{display:block; content:"";clear:both;}
.about-wrap .info .txt{float:left; width:50%;}
.about-wrap .info .txt h3{font-weight:700; color:#111; font-size:30px; line-height:1.3em;letter-spacing:-0.03em;}
.about-wrap .info .txt h3 i{display:block;font-weight:600;line-height:1.2em; letter-spacing:-0.01em; display:block; font-size:18px;text-transform:uppercase; margin-bottom:10px;}
.about-wrap .info .txt h3 span{font-weight:700; color:#2189ff;}
.about-wrap .info .txt p{margin-top:30px;font-size:19px; color:#333; font-weight:400; line-height:1.55em; letter-spacing:-0.03em;}
.about-wrap .info .img{float:right;width:40%;}
/*.about-wrap .info .img:after{width:100%; opacity:1;display:block; margin-top:100px; padding-left:0px; font-size:350px;  line-height:1em; letter-spacing:-0.03em;font-weight:700;content:"EHPGHP"; z-index:100; color:rgba(0,0,0,0.04);  position:absolute; left:0; top:80%; line-height:1em;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}*/
.about-wrap .info .img img{width:100%;height:660px;object-fit:cover;border-radius:50px;}
	@media only screen and (max-width:1400px) {
		.about-wrap .info .txt h3{font-size:42px;}
		.about-wrap .info .txt h3 i{font-size:17px;}
		.about-wrap .info .txt p{margin-top:35px;font-size:17px; }
		.about-wrap .info .img img{height:600px;}
	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		.about-wrap .info .txt{float:none; width:auto;}
		.about-wrap .info .txt h3{font-size:26px;}
		.about-wrap .info .txt h3 i{font-size:18px; margin-bottom:5px;}
		.about-wrap .info .txt h3 br{display:none;}
		.about-wrap .info .txt p{margin-top:25px;font-size:17px; }
		

		.about-wrap .info .img{float:none;width:auto; margin-top:35px}
		.about-wrap .info .img img{height:480px}
	}
	@media only screen and (max-width:680px) {

		.about-wrap .info{{width:100%; margin-bottom:20px;}
		.about-wrap .info .txt h3{font-size:24px;}
		.about-wrap .info .txt h3 i{font-size:17px;}
		.about-wrap .info .txt p{margin-top:15px;font-size:16px; }

		.about-wrap .info .img img{height:340px}

	}
	@media only screen and (max-width:480px) {
		.about-wrap{padding-top:0px;}
		.about-wrap .info .txt h3{font-size:20px;}
		.about-wrap .info .txt h3 i{font-size:16px;}

		.about-wrap .info .img img{height:330px; border-radius:20px;}
		.about-wrap .info .img{border-radius:20px;}
		.about-wrap .info .img:after{margin-top:170px; font-size:90px; }
		.about-wrap .info{ margin-bottom:50px;}
		.about-wrap .info .txt p br{display:none;}

		
	}


.about-wrap .craft{margin-top:150px;background:#2189ff;margin-left:-20px; width:calc(100% + 40px);  padding-bottom:200px;}
.about-wrap .craft .vis{position:relative;}
.about-wrap .craft .vis .img{}
.about-wrap .craft .vis .img img{width:100%;height:820px;object-fit:cover;}
.about-wrap .craft .ov{max-width:1320px; padding:0 20px; box-sizing:border-box; margin:0 auto;margin-top:180px; }
.about-wrap .craft .ov .tits{}
.about-wrap .craft .ov .tits h3{font-size:48px; font-weight:600; color:#fff; line-height:1.2em; letter-spacing:-0.01em; }
.about-wrap .craft .ov .tits p{margin-top:45px;font-size:16px; color:#fff; font-weight:400; line-height:1.8em; opacity:0.85;}
.about-wrap .craft .ov .img{margin-top:130px ;position:relative; height:674px;}
.about-wrap .craft .ov .img:after{display:block; content:"";clear:both;}
.about-wrap .craft .ov .img img{width:100%}
.about-wrap .craft .ov .img:before{width:1px;height:110px; background:#fff; position:absolute; left:0; top:0; display:block; content:""}
.about-wrap .craft .ov .img .img01{position:absolute;width:450px;right:23.5%; top:20px;}
.about-wrap .craft .ov .img .img02{position:absolute;width:390px;left:-50px; bottom:0;}
.about-wrap .craft .ov .img .img03{position:absolute;width:614px;right:23.5%;bottom:0;}
.about-wrap .craft .ov .img .img04{position:absolute;width:330px;right:-50px; bottom:220px;}
.about-wrap .craft .ov .img .img05{position:absolute;width:330px;right:-50px; bottom:0;}

	@media only screen and (max-width:1400px) {
		.about-wrap .craft{margin-top:160px; padding-bottom:220px;}
		.about-wrap .craft .vis .img img{height:750px}

		.about-wrap .craft .ov{margin-top:140px}
		.about-wrap .craft .ov .tits h3{font-size:42px;}
		.about-wrap .craft .ov .tits p{margin-top:30px;font-size:15px;}

		.about-wrap .craft .ov .img{margin-top:100px; height:600px;}
		.about-wrap .craft .ov .img:before{height:80px}
		.about-wrap .craft .ov .img img{object-fit:cover;}
		
		.about-wrap .craft .ov .img .img01{position:absolute;width:30%;right:30%; top:0;}
		.about-wrap .craft .ov .img .img01 img{height:230px;}
		.about-wrap .craft .ov .img .img02{position:absolute;width:calc(30% - 20px);left:0; bottom:0;}
		.about-wrap .craft .ov .img .img02 img{height:210px;}
		.about-wrap .craft .ov .img .img03{position:absolute;width:40%;right:30%;bottom:0;}
		.about-wrap .craft .ov .img .img03 img{height:340px;}
		.about-wrap .craft .ov .img .img04{position:absolute;width:calc(30% - 20px);right:0; bottom:190px;}
		.about-wrap .craft .ov .img .img04 img{height:170px;}
		.about-wrap .craft .ov .img .img05{position:absolute;width:calc(30% - 20px);right:0; bottom:0;}
		.about-wrap .craft .ov .img .img05 img{height:170px;}
	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		.about-wrap .craft{margin-top:120px; padding-bottom:160px;}
		.about-wrap .craft .vis .img img{height:600px}
		
		.about-wrap .craft .ov{margin-top:100px}
		.about-wrap .craft .ov .tits h3{font-size:36px;}
		.about-wrap .craft .ov .tits p{margin-top:20px;font-size:15px;}

		.about-wrap .craft .ov .img{margin-top:70px; height:auto;}
		.about-wrap .craft .ov .img:before{height:50px}
		.about-wrap .craft .ov .img img{height:auto;}
		.about-wrap .craft .ov .img .img01{float:left; width:49%; right:auto;  top:auto;position:relative; bottom:auto;}
		.about-wrap .craft .ov .img .img01 img{height:230px;}
		.about-wrap .craft .ov .img .img02{float:right; width:49%; left:auto;  top:auto;position:relative; bottom:auto;}
		.about-wrap .craft .ov .img .img02 img{height:230px;}
		.about-wrap .craft .ov .img .img03{float:right; width:100%; right:auto;  top:auto;position:relative; bottom:auto; margin:2% 0}
		.about-wrap .craft .ov .img .img03 img{height:auto;object-fit:fill;}
		.about-wrap .craft .ov .img .img04{float:left; width:49%; right:auto;  top:auto;position:relative; bottom:auto;}
		.about-wrap .craft .ov .img .img04 img{height:230px;}
		.about-wrap .craft .ov .img .img05{float:right; width:49%; right:auto;  top:auto;position:relative; bottom:auto;}
		.about-wrap .craft .ov .img .img05 img{height:230px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .craft{margin-top:80px; padding-bottom:100px;}
		.about-wrap .craft .vis .img img{height:500px}

		.about-wrap .craft .ov{margin-top:60px}
		.about-wrap .craft .ov .tits h3{font-size:30px;}
		.about-wrap .craft .ov .tits p{margin-top:15px;font-size:14px;}
		.about-wrap .craft .ov .tits p br{display:none;}

		.about-wrap .craft .ov .img .img01 img{height:180px;}
		.about-wrap .craft .ov .img .img02 img{height:180px;}
		.about-wrap .craft .ov .img .img03 img{}
		.about-wrap .craft .ov .img .img04 img{height:180px;}
		.about-wrap .craft .ov .img .img05 img{height:180px;}
	}
	@media only screen and (max-width:480px) {
		.about-wrap .craft .vis .img img{height:250px}
		.about-wrap .craft .ov .img .img01 img{height:130px;}
		.about-wrap .craft .ov .img .img02 img{height:130px;}
		.about-wrap .craft .ov .img .img03 img{}
		.about-wrap .craft .ov .img .img04 img{height:130px;}
		.about-wrap .craft .ov .img .img05 img{height:130px;}

		.about-wrap{padding:20px 15px;}

	}


.about-wrap .sence{margin-top:240px; position:relative; }
.about-wrap .sence:before{width:1px;height:110px;border-right:1px solid #585858;; position:absolute; left:50%; top:-160px; margin-left:-1px; display:block; content:"";-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
.about-wrap .sence h3{line-height:1.2em; font-size:20px;text-align:center;letter-spacing:-0.03em; font-weight:400; color:#111;}
.about-wrap .sence .img {text-align:center;margin-top:20px;}
.about-wrap .sence .img img{display:inline-block;vertical-align:top;}
.about-wrap .sence .ov{max-width:1320px; padding:0 0px; box-sizing:border-box; margin:0 auto;margin-top:55px;}
.about-wrap .sence .ov:after{display:block; content:"";clear:both;}
.about-wrap .sence .ov .fl{float:left; width:47%;}
.about-wrap .sence .ov .fr{float:right; width:47%;}
.about-wrap .sence .ov p{transform: skew(-0.001deg); color:#111; line-height:1.8em; font-size:16px; letter-spacing:-0.03em;}
	@media only screen and (max-width:1400px) {
		.about-wrap .sence{margin-top:200px;}
		.about-wrap .sence:before{height:80px; top:-120px}
		.about-wrap .sence .ov p br{display:none;}
	}
	@media only screen and (max-width:1100px) {
	
	
	}
	@media only screen and (max-width:999px) {
		.about-wrap .sence{margin-top:160px;}
		.about-wrap .sence:before{height:60px; top:-90px}

		.about-wrap .sence h3{font-size:18px;}
		.about-wrap .sence .img img{width:130px;}
		.about-wrap .sence .ov{margin-top:30px;}
		.about-wrap .sence .ov .fl{float:none;width:auto;}
		.about-wrap .sence .ov .fr{float:none; width:auto;margin-top:30px;}
		.about-wrap .sence .ov p{font-size:15px;}
	}
	@media only screen and (max-width:680px) {
		.about-wrap .sence .ov{}
		.about-wrap .sence .img img{width:100px;}
	}
	@media only screen and (max-width:480px) {
		
	}


/*=======================================================
  .consult-wrap{}
=========================================================*/
.consult-wrap{}
.consult-wrap .vis{position:Relative;}
.consult-wrap .vis .img{overflow:hidden}
.consult-wrap .vis .img img{width:100%;height:500px;object-fit:cover;object-fit:cover;transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); -ms-transform:scale(1,1);-webkit-transition: transform 6s linear;-moz-transition: transform 6s linear;-o-transition: transform 6s linear;transition: transform 6s linear;}
.consult-wrap .vis.ani .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	
	@media only screen and (max-width:1480px){
		.consult-wrap .vis .img img{height:450px;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.consult-wrap .vis .img img{height:400px;}
	}
	@media only screen and (max-width:680px){
		.consult-wrap .vis .img img{height:350px;}
	}
	@media only screen and (max-width:480px){
		.consult-wrap .vis .img img{height:300px;}
	}

.consult-wrap .intro{margin-top:100px; position:relative; display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;} 
.consult-wrap .intro:after{display:block ;content:"";clear:both;}
.consult-wrap .intro .tit{display:flex; display:-webkit-flex; float:left; width:50%;}
.consult-wrap .intro .tit h3{font-size:30px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.3em;}
.consult-wrap .intro .txt{display:flex; display:-webkit-flex; float:left; width:50%;}
.consult-wrap .intro .txt .vc{width:100%;}
.consult-wrap .intro .txt .btxt{font-size:18px ;font-weight:700; color:#111; letter-spacing:-0.05em; line-height:1.4em;}
.consult-wrap .intro .txt .stxt{font-size:18px ;font-weight:400; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}	
	@media only screen and (max-width:1480px){
		.consult-wrap .intro{margin-top:80px;}
		.consult-wrap .intro .tit h3{font-size:27px;}
		.consult-wrap .intro .txt .btxt{font-size:17px} 
		.consult-wrap .intro .txt .stxt{font-size:17px}
		.consult-wrap .intro .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.consult-wrap .intro{margin-top:60px;display:block;}
		.consult-wrap .intro .tit{float:none; display:block; width:auto;}
		.consult-wrap .intro .tit h3{font-size:24px;}
		.consult-wrap .intro .txt{float:none; display:block; width:auto; margin-top:25px;}
		.consult-wrap .intro .txt .btxt{font-size:16px} 
		.consult-wrap .intro .txt .stxt{font-size:16px}
	}
	@media only screen and (max-width:680px){
		.consult-wrap .intro{margin-top:40px;}
		.consult-wrap .intro .tit h3{font-size:21px;}
		.consult-wrap .intro .txt .btxt{font-size:15px} 
		.consult-wrap .intro .txt .stxt{font-size:15px}
		
	}
	@media only screen and (max-width:480px){
		.consult-wrap .intro .tit h3{font-size:18px;}
		.consult-wrap .intro .txt .btxt{font-size:14px} 
		.consult-wrap .intro .txt .stxt{font-size:14px}
	}

.consult-wrap .about{margin-top:100px; position:relative; padding-left:325px;}
.consult-wrap .about h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.2em; font-weight:700;}
.consult-wrap .about ul{display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap}
.consult-wrap .about ul:after{display:block ;content:"";clear:both}
.consult-wrap .about li{display:flex; display:-webkit-flex;float:left; width:calc(50% - 25px);border-top:1px solid #111; position:relative; ; padding:0 0 0 70px;padding-top:30px; box-sizing:border-box; min-height:210px; padding-bottom:30px;}
.consult-wrap .about li:nth-child(even){ float:right;}
.consult-wrap .about li:before{width:60px; height:50px; position:absolute ;left:0; top:30px;background-size:100% auto !important;display:block; content:""}
.consult-wrap .about li .btxt{line-height:50px; font-size:24px; font-weight:700; color:#111; letter-spacing:-0.03em;}
.consult-wrap .about li .btxt span{font-size:30px; color:#005aff; margin-right:12px;}
.consult-wrap .about li .stxt{margin-top:10px;font-size:17px ;font-weight:500; color:#111; letter-spacing:-0.04em; line-height:1.6em;}

.consult-wrap .about li:nth-child(1):before{background:url(../_Img/content/consult-ico01.jpg) no-repeat left center;}
.consult-wrap .about li:nth-child(2):before{background:url(../_Img/content/consult-ico02.jpg) no-repeat left center;}
.consult-wrap .about li:nth-child(3):before{background:url(../_Img/content/consult-ico03.jpg) no-repeat left center;}
.consult-wrap .about li:nth-child(4):before{background:url(../_Img/content/consult-ico04.jpg) no-repeat left center;}
	@media only screen and (max-width:1480px){
		.consult-wrap .about{margin-top:80px; padding-left:280px;} 
		.consult-wrap .about h3{font-size:32px;}
		.consult-wrap .about li{padding-top:20px; padding-left:60px;}
		.consult-wrap .about li:before{width:50px;height:40px; top:20px}
		.consult-wrap .about li .btxt{line-height:45px; font-size:22px;}
		.consult-wrap .about li .btxt span{font-size:27px; margin-right:10px;}
		.consult-wrap .about li .stxt{font-size:16px;}
	}
	@media only screen and (max-width:1280px) {
		.consult-wrap .about{ padding-left:240px;} 
		.consult-wrap .about li .btxt{line-height:40px;}
	}
	@media only screen and (max-width:1185px) {
		.consult-wrap .about{ padding-left:200px;} 
	}
	@media only screen and (max-width:999px){
		.consult-wrap .about{ padding-left:0;margin-top:60px;}
		.consult-wrap .about h3{font-size:28px; position:Relative; left:auto; top:auto ;margin-bottom:15px;}

		.consult-wrap .about li .btxt{font-size:20px;}
		.consult-wrap .about li .btxt span{font-size:24px; margin-right:5px;}
		.consult-wrap .about li .stxt{font-size:15px; margin-top:5px;}
	}
	@media only screen and (max-width:680px){
		.consult-wrap .about{margin-top:40px;}
		.consult-wrap .about h3{font-size:24px;}	
		.consult-wrap .about ul{display:block;}
		.consult-wrap .about li{float:none; width:auto; margin:0; min-height:auto;padding-left:45px;}
		.consult-wrap .about li:nth-child(n+3){margin-top:20px;}
		.consult-wrap .about li:before{width:40px;height:30px; top:25px;}
		.consult-wrap .about li .btxt{font-size:18px;}
		.consult-wrap .about li .btxt span{font-size:21px; }
		.consult-wrap .about li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.consult-wrap .about h3{font-size:20px;}
		.consult-wrap .about li .btxt{font-size:17px;}
		.consult-wrap .about li .stxt{font-size:13px;}
	}


/*=======================================================
  .strate-wrap
=========================================================*/
.strate-wrap .course{position:relative; padding:70px 0;}
.strate-wrap .course:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#4172f8; display:block ;content:"";z-index:-1;}

.strate-wrap .course .tits{position:Relative; padding-left:calc(50% + 40px)}
.strate-wrap .course .tits h3{font-size:36px; position:absolute ; color:#fff; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;font-family: 'GongGothicMedium';}
.strate-wrap .course .tits p{font-size:20px ;font-weight:400; color:#fff; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}

.strate-wrap .course ul{ margin:0 -20px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.strate-wrap .course ul:after{display:block; content:"";clear:both}
.strate-wrap .course li{float:left; width:calc(33.333333% - 40px); margin:0 20px;  display:flex; display:-webkit-flex;  }
.strate-wrap .course li .txt{display:block; background:#fff; padding:40px; border-radius:20px;min-height:265px; width:100%; box-sizing:border-box;position:relative;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.strate-wrap .course li .txt:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.strate-wrap .course li .txt:before{position:absolute ;right:10px; bottom:10px; width:106px; height:106px; display:block ;content:""}
.strate-wrap .course li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.strate-wrap .course li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.strate-wrap .course li:nth-child(1) .txt:before{background:url(../_Img/content/course-ico01.png) no-repeat center top; background-size:auto 100%;}
.strate-wrap .course li:nth-child(2) .txt:before{background:url(../_Img/content/course-ico02.png) no-repeat center top; background-size:auto 100%;}
.strate-wrap .course li:nth-child(3) .txt:before{background:url(../_Img/content/course-ico03.png) no-repeat center top; background-size:auto 100%;}
	@media only screen and (max-width:1480px){	
		.strate-wrap .course .tits h3{font-size:32px;}
		.strate-wrap .course .tits p{font-size:18px ;}
		.strate-wrap .course .tits p br{display:none;}
		
		.strate-wrap .course ul{ margin:0 -15px; margin-top:50px;}
		.strate-wrap .course li{width:calc(33.3333% - 30px); margin:0 15px;}
		.strate-wrap .course li .txt{padding:30px; min-height:240px;}
		.strate-wrap .course li .txt:before{width:90px;height:90px;}
		.strate-wrap .course li .txt .btxt{font-size:26px }
		.strate-wrap .course li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.strate-wrap .course{padding:50px 0}
		.strate-wrap .course .tits {padding-left:0;}
		.strate-wrap .course .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.strate-wrap .course .tits p{font-size:16px ;}

		.strate-wrap .course ul{margin:0;margin-top:30px; display:block;}
		.strate-wrap .course li{width:auto; float:none; display:block; margin:0;} 
		.strate-wrap .course li:nth-child(n+2){margin-top:20px;}
		.strate-wrap .course li .txt{border-radius:15px;padding:25px; min-height:220px;}
		.strate-wrap .course li .txt:before{width:70px;height:70px;}
		.strate-wrap .course li .txt .btxt{font-size:24px }
		.strate-wrap .course li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.strate-wrap .course .tits h3{font-size:24px; margin-bottom:15px;}
		.strate-wrap .course .tits p{font-size:15px ;}
		
		.strate-wrap .course ul{ margin:0 ; margin-top:30px; display:block;}
		.strate-wrap .course li{width:auto; float:none; display:block; margin:0;} 
		.strate-wrap .course li:nth-child(n+2){margin-top:20px;}
		.strate-wrap .course li .txt{border-radius:10px;padding:20px; min-height:200px;}
		.strate-wrap .course li .txt:before{width:50px;height:50px;}
		.strate-wrap .course li .txt .btxt{font-size:22px }
		.strate-wrap .course li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:480px){
		.strate-wrap .course .tits h3{font-size:22px;margin-bottom:10px;}
		.strate-wrap .course .tits p{font-size:14px ;}
		
		.strate-wrap .course  li:nth-child(n+2){margin-top:10px;}
		.strate-wrap .course li .txt{ min-height:180px;}
		.strate-wrap .course li .txt .btxt{font-size:20px }
		.strate-wrap .course li .txt .stxt{margin-top:10px;font-size:14px ;}
	}
	



.strate-wrap .entran {padding:100px 0}
.strate-wrap .entran .info{}
.strate-wrap .entran .info .tits{position:Relative; padding-left:calc(50% + 40px)}
.strate-wrap .entran .info .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;font-family: 'GongGothicMedium';}
.strate-wrap .entran .info .tits p{font-size:20px ;font-weight:400; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}

.strate-wrap .entran .info ul{ margin:0 -20px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.strate-wrap .entran .info ul:after{display:block; content:"";clear:both}
.strate-wrap .entran .info li{float:left; width:calc(50% - 40px); margin:0 20px;  display:flex; display:-webkit-flex;  }
.strate-wrap .entran .info li .txt{display:block; background:#f0f2f5; padding:40px; border-radius:20px;min-height:265px; width:100%; box-sizing:border-box;position:relative;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.strate-wrap .entran .info li .txt:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.strate-wrap .entran .info li .txt:before{position:absolute ;right:10px; bottom:10px; width:106px; height:106px; display:block ;content:""; background-size:auto 100% !important;}
.strate-wrap .entran .info li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.strate-wrap .entran .info li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.strate-wrap .entran .info li:nth-child(1) .txt:before{background:url(../_Img/content/entran-ico01.png) no-repeat center top;}
.strate-wrap .entran .info li:nth-child(2) .txt:before{background:url(../_Img/content/entran-ico02.png) no-repeat center top;}
	@media only screen and (max-width:1480px){	
		.strate-wrap .entran .info .tits h3{font-size:32px;}
		.strate-wrap .entran .info .tits p{font-size:18px ;}
		.strate-wrap .entran .info .tits p br{display:none;}

		.strate-wrap .entran .info ul{ margin:0 -15px; margin-top:50px;}
		.strate-wrap .entran .info li{width:calc(50% - 30px); margin:0 15px;}
		.strate-wrap .entran .info li .txt{padding:30px; min-height:240px;}
		.strate-wrap .entran .info li .txt:before{width:90px;height:90px;}
		.strate-wrap .entran .info li .txt .btxt{font-size:26px }
		.strate-wrap .entran .info li .txt .stxt{margin-top:17px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.strate-wrap .entran{padding:50px 0}
		.strate-wrap .entran .info .tits {padding-left:0;}
		.strate-wrap .entran .info .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.strate-wrap .entran .info .tits p{font-size:16px ;}

		
		.strate-wrap .entran .info ul{margin-top:30px;}
		.strate-wrap .entran .info li .txt{border-radius:15px;padding:25px; min-height:220px;}
		.strate-wrap .entran .info li .txt:before{width:70px;height:70px;}
		.strate-wrap .entran .info li .txt .btxt{font-size:24px }
		.strate-wrap .entran .info li .txt .stxt{margin-top:15px;font-size:16px ;}
	
	}
	@media only screen and (max-width:680px){
		.strate-wrap .entran .info .tits h3{font-size:24px; margin-bottom:15px;}
		.strate-wrap .entran .info .tits p{font-size:15px ;}

		
		.strate-wrap .entran .info ul{ margin:0 -10px; margin-top:30px;}
		.strate-wrap .entran .info li{width:calc(50% - 20px); margin:0 10px;}
		.strate-wrap .entran .info li .txt{border-radius:10px;padding:20px; min-height:200px;}
		.strate-wrap .entran .info li .txt:before{width:50px;height:50px;}
		.strate-wrap .entran .info li .txt .btxt{font-size:22px }
		.strate-wrap .entran .info li .txt .stxt{margin-top:10px;font-size:15px ;}

	}
	@media only screen and (max-width:480px){
		.strate-wrap .entran .info .tits h3{font-size:22px;margin-bottom:10px;}
		.strate-wrap .entran .info .tits p{font-size:14px ;}
		
		.strate-wrap .entran .info ul{ margin:0 -5px; margin-top:30px;}
		.strate-wrap .entran .info li{width:calc(50% - 10px); margin:0 5px;}
		.strate-wrap .entran .info li .txt{ min-height:180px;}
		.strate-wrap .entran .info li .txt .btxt{font-size:20px }
		.strate-wrap .entran .info li .txt .stxt{margin-top:10px;font-size:14px ;}

	}

.strate-wrap .entran .list{margin-top:110px;}
.strate-wrap .entran .list .tits{position:Relative; padding-left:calc(50% + 40px)}
.strate-wrap .entran .list .tits h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;font-family: 'GongGothicMedium';}
.strate-wrap .entran .list .tits p{font-size:20px ;font-weight:400; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}

.strate-wrap .entran .list ul{ margin:0 -20px; margin-top:70px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.strate-wrap .entran .list ul:after{display:block; content:"";clear:both}
.strate-wrap .entran .list li{float:left; width:calc(33.3333% - 40px); margin:0 20px;  display:flex; display:-webkit-flex;  }
.strate-wrap .entran .list li .txt{display:block; background:#f0f2f5; padding:40px; border-radius:20px;min-height:265px; width:100%; box-sizing:border-box;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.strate-wrap .entran .list li .txt:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.strate-wrap .entran .list li .txt{position:relative; }
.strate-wrap .entran .list li .txt:before{position:absolute ;right:10px; bottom:10px; width:106px; height:106px; display:block ;content:""}
.strate-wrap .entran .list li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.strate-wrap .entran .list li .txt .stxt{margin-top:20px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.strate-wrap .entran .list li:nth-child(1) .txt:before{background:url(../_Img/content/entran-ico03.png) no-repeat center top; background-size:auto 100%;}
.strate-wrap .entran .list li:nth-child(2) .txt:before{background:url(../_Img/content/entran-ico04.png) no-repeat center top; background-size:auto 100%;}
.strate-wrap .entran .list li:nth-child(3) .txt:before{background:url(../_Img/content/entran-ico05.png) no-repeat center top; background-size:auto 100%;}
	@media only screen and (max-width:1480px){	
		.strate-wrap .entran .list{margin-top:90px;}
		.strate-wrap .entran .list .tits h3{font-size:32px;}
		.strate-wrap .entran .list .tits p{font-size:18px ;}
		.strate-wrap .entran .list .tits p br{display:none;}

		.strate-wrap .entran .list ul{ margin:0 -15px; margin-top:50px;}
		.strate-wrap .entran .list li{width:calc(33.3333% - 30px); margin:0 15px;}
		.strate-wrap .entran .list li .txt{padding:30px; min-height:240px;}
		.strate-wrap .entran .list li .txt:before{width:90px;height:90px;}
		.strate-wrap .entran .list li .txt .btxt{font-size:26px }
		.strate-wrap .entran .list li .txt .stxt{margin-top:17px;font-size:17px ;}

	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.strate-wrap .entran .list{margin-top:70px;}
		.strate-wrap .entran .list .tits {padding-left:0;}
		.strate-wrap .entran .list .tits h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.strate-wrap .entran .list .tits p{font-size:16px ;}

			
		.strate-wrap .entran .list ul{margin:0;margin-top:30px; display:block;}
		.strate-wrap .entran .list li{width:auto; float:none; display:block; margin:0;} 
		.strate-wrap .entran .list li:nth-child(n+2){margin-top:20px;}
		.strate-wrap .entran .list li .txt{border-radius:15px;padding:25px; min-height:220px;}
		.strate-wrap .entran .list li .txt:before{width:70px;height:70px;}
		.strate-wrap .entran .list li .txt .btxt{font-size:24px }
		.strate-wrap .entran .list li .txt .stxt{margin-top:15px;font-size:16px ;}
	}
	@media only screen and (max-width:680px){
		.strate-wrap .entran .list{margin-top:50px;}
		.strate-wrap .entran .list .tits h3{font-size:24px; margin-bottom:15px;}
		.strate-wrap .entran .list .tits p{font-size:15px ;}

		.strate-wrap .entran .list ul{ margin:0 ; margin-top:30px; display:block;}
		.strate-wrap .entran .list li{width:auto; float:none; display:block; margin:0;} 
		.strate-wrap .entran .list li:nth-child(n+2){margin-top:20px;}
		.strate-wrap .entran .list li .txt{border-radius:10px;padding:20px; min-height:200px;}
		.strate-wrap .entran .list li .txt:before{width:50px;height:50px;}
		.strate-wrap .entran .list li .txt .btxt{font-size:22px }
		.strate-wrap .entran .list li .txt .stxt{margin-top:10px;font-size:15px ;}

	}
	@media only screen and (max-width:480px){
		.strate-wrap .entran .list .tits h3{font-size:22px;margin-bottom:10px;}
		.strate-wrap .entran .list .tits p{font-size:14px ;}
		
		.strate-wrap .entran .list li:nth-child(n+2){margin-top:10px;}
		.strate-wrap .entran .list li .txt{ min-height:180px;}
		.strate-wrap .entran .list li .txt .btxt{font-size:20px }
		.strate-wrap .entran .list li .txt .stxt{margin-top:10px;font-size:14px ;}

	}

.strate-wrap .occ{position:relative; padding:70px 0;}
.strate-wrap .occ:after{position:absolute ; left:50%; width:20000px; margin-left:-10000px; top:0; height:100%; background:#f2f2f2; display:block ;content:"";z-index:-1;}
.strate-wrap .occ .info{position:Relative; padding-left:calc(50% + 40px)}
.strate-wrap .occ .info h3{font-size:36px; position:absolute ; color:#111; left:0; top:0; letter-spacing:-0.03em; line-height:1.3em; font-weight:700;font-family: 'GongGothicMedium';}
.strate-wrap .occ .info .txt .btxt{font-size:20px ;font-weight:700; color:#111; letter-spacing:-0.05em; line-height:1.4em;}
.strate-wrap .occ .info .txt .stxt{font-size:20px ;font-weight:400; color:#111; letter-spacing:-0.05em; line-height:1.4em; margin-top:5px;}

.strate-wrap .occ .activity{margin-top:70px;} 
.strate-wrap .occ .activity h4{font-size:28px;color:#111; letter-spacing:-0.03em; line-height:1.3em; font-weight:700; margin-bottom:20px;}
.strate-wrap .occ .activity ul{ margin:0 -20px;display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.strate-wrap .occ .activity ul:after{display:block; content:"";clear:both}
.strate-wrap .occ .activity li{float:left; width:calc(25% - 40px); margin:0 20px; background:#fff; border-radius:20px;display:flex; display:-webkit-flex; min-height:400px; box-sizing:border-box; padding:30px 35px 0 35px; text-align:center;-webkit-transition: box-shadow 0.3s ease-in-out;-moz-transition: box-shadow 0.3s ease-in-out;-o-transition: box-shadow 0.3s ease-in-out;transition: box-shadow 0.3s ease-in-out;}
.strate-wrap .occ .activity li:hover{box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }
.strate-wrap .occ .activity li .txt{position:relative; padding-top:130px; width:100%;}
.strate-wrap .occ .activity li .txt:before{position:absolute ;left:0; top:0; width:100%; height:106px; display:block ;content:"";background-size:auto 100% !Important;}
.strate-wrap .occ .activity li .txt .btxt{font-size:28px ;font-weight:700; letter-spacing:-0.04em; line-height:1.4em; color:#000;}
.strate-wrap .occ .activity li .txt .stxt{margin-top:15px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.5em; color:#555;}

.strate-wrap .occ .activity li:nth-child(1) .txt:before{background:url(../_Img/content/occ-ico01.png) no-repeat center top;}
.strate-wrap .occ .activity li:nth-child(2) .txt:before{background:url(../_Img/content/occ-ico02.png) no-repeat center top;}
.strate-wrap .occ .activity li:nth-child(3) .txt:before{background:url(../_Img/content/occ-ico03.png) no-repeat center top;}
.strate-wrap .occ .activity li:nth-child(4) .txt:before{background:url(../_Img/content/occ-ico04.png) no-repeat center top;}
	@media only screen and (max-width:1480px){
		.strate-wrap .occ .info h3{font-size:32px;}
		.strate-wrap .occ .info .txt .btxt{font-size:18px ;}
		.strate-wrap .occ .info .txt .stxt{font-size:18px ;}
		.strate-wrap .occ .info .txt .stxt br{display:none;}

		.strate-wrap .occ .activity h4{font-size:26px}
		.strate-wrap .occ .activity ul{ margin:0 -15px}
		.strate-wrap .occ .activity li{min-height:350px; width:calc(25% - 30px); margin:0 15px; padding:30px 30px 20px 30px;}
		.strate-wrap .occ .activity li .txt{padding-top:110px;}
		.strate-wrap .occ .activity li .txt:before{height:90px;}
		.strate-wrap .occ .activity li .txt .btxt{font-size:24px}
		.strate-wrap .occ .activity li .txt .stxt{margin-top:12px;font-size:16px ;}
		.strate-wrap .occ .activity li .txt .stxt br{display:none;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.strate-wrap .occ{padding:50px 0}
		.strate-wrap .occ .info {padding-left:0;}
		.strate-wrap .occ .info h3{font-size:28px; position:relative; left:auto; top:auto; margin-bottom:20px;}
		.strate-wrap .occ .info .txt .btxt{font-size:16px ;}
		.strate-wrap .occ .info .txt .stxt{font-size:16px ;}

		.strate-wrap .occ .activity{margin-top:50px;} 
		.strate-wrap .occ .activity h4{font-size:24px}
		.strate-wrap .occ .activity li{min-height:280px; width:calc(50% - 30px); margin:0 15px; border-radius:15px;}
		.strate-wrap .occ .activity li:nth-child(n+3){margin-top:30px}
		.strate-wrap .occ .activity li .txt .btxt{font-size:20px}
		.strate-wrap .occ .activity li .txt .btxt br{display:none;}
		.strate-wrap .occ .activity li .txt .stxt{margin-top:10px;font-size:15px ;}
	}
	@media only screen and (max-width:680px){
		.strate-wrap .occ .info h3{font-size:24px; margin-bottom:15px;}
		.strate-wrap .occ .info .txt .btxt{font-size:15px ;}
		.strate-wrap .occ .info .txt .stxt{font-size:15px ;}

		.strate-wrap .occ .activity h4{font-size:22px; margin-bottom:15px;}
		.strate-wrap .occ .activity ul{ margin:0 -10px}
		.strate-wrap .occ .activity li{min-height:230px; padding:20px 20px 20px 20px;  width:calc(50% - 20px);margin:0 10px; border-radius:10px;}
		.strate-wrap .occ .activity li:nth-child(n+3){margin-top:20px}
		.strate-wrap .occ .activity li .txt{padding-top:85px;}
		.strate-wrap .occ .activity li .txt:before{height:70px;}
		.strate-wrap .occ .activity li .txt .btxt{font-size:18px}
		.strate-wrap .occ .activity li .txt .stxt{margin-top:7px;font-size:14px ;}
	}
	@media only screen and (max-width:480px){
		.strate-wrap .occ .info h3{font-size:22px;margin-bottom:20px;}
		.strate-wrap .occ .info .txt .btxt{font-size:14px ;}
		.strate-wrap .occ .info .txt .stxt{font-size:14px ;}

		.strate-wrap .occ .activity h4{font-size:19px}
		.strate-wrap .occ .activity ul{ margin:0 -5px}
		.strate-wrap .occ .activity li{min-height:200px; width:calc(50% - 10px);margin:0 5px;}
		.strate-wrap .occ .activity li:nth-child(n+3){margin-top:10px}
		.strate-wrap .occ .activity li .txt{padding-top:65px;}
		.strate-wrap .occ .activity li .txt:before{height:50px;}
		.strate-wrap .occ .activity li .txt .btxt{font-size:16px}
		.strate-wrap .occ .activity li .txt .stxt{margin-top:5px;font-size:13px ;}
	}

.strate-wrap .step{position:relative;margin-top:95px; padding-left:240px;}
.strate-wrap .step h3{position:absolute ; left:0; top:10px;font-size:28px ;color:#111; letter-spacing:-0.03em; line-height:1.4em;}
.strate-wrap .step ul{margin:0 -20px;}
.strate-wrap .step ul:after{display:block; content:"";clear:both}
.strate-wrap .step li{float:left; width:calc(20% - 40px); margin:0 20px;text-align:Center;position:relative; }
.strate-wrap .step li .nums{border-radius:100%; margin:0 auto; width:75px;height:75px;  text-align:center; font-size:18px; font-weight:700; line-height:1.1em;display:flex;align-items: center; justify-content: center; background:#4172f8; color:#fff}
.strate-wrap .step li .nums span{display:block; font-size:14px;}
.strate-wrap .step li .txt{margin-top:20px;}
.strate-wrap .step li .txt .btxt{font-size:24px ;font-weight:700; letter-spacing:-0.03em; line-height:1.3em; color:#000;}
.strate-wrap .step li .txt .stxt{margin-top:10px;font-size:18px ;font-weight:400; letter-spacing:-0.03em; line-height:1.3em; color:#555;}
.strate-wrap .step li:nth-child(n+2):before{width:calc(100% + 40px);height:0; border-bottom:1px solid #4172f8; position:absolute ;left:calc(-100% + 20px); top:37px;display:block; content:"";}
	@media only screen and (max-width:1480px){
		.strate-wrap .step{margin-top:80px;padding-left:220px;}
		.strate-wrap .step h3{font-size:26px}
		.strate-wrap .step li .nums{font-size:17px;}
		.strate-wrap .step li .nums span{font-size:13px;}
		.strate-wrap .step li .txt .btxt{font-size:22px;}
		.strate-wrap .step li .txt .stxt{margin-top:7px;font-size:17px ;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.strate-wrap .step{margin-top:60px;padding-left:0;}
		.strate-wrap .step h3{font-size:24px; position:relative; left:auto; top:auto ;margin-bottom:20px;}

		.strate-wrap .step li .nums{font-size:16px; width:65px;height:65px;}
		.strate-wrap .step li .nums span{font-size:12px;}
		.strate-wrap .step li .txt{margin-top:15px;}
		.strate-wrap .step li .txt .btxt{font-size:20px;}
		.strate-wrap .step li .txt .stxt{margin-top:5px;font-size:16px ;}
		.strate-wrap .step li:nth-child(n+2):before{top:32px;}
	}
	@media only screen and (max-width:680px){	
		.strate-wrap .step{margin-top:40px;}
		.strate-wrap .step h3{font-size:22px; margin-bottom:15px;}
		.strate-wrap .step li {width:calc(33.333333% - 40px)}
		.strate-wrap .step li:nth-child(n+4){margin-top:30px;}
		.strate-wrap .step li:nth-child(4):before{display:none;}
		.strate-wrap .step li .nums{font-size:15px;}
		.strate-wrap .step li .nums span{font-size:11px;}
		.strate-wrap .step li .txt .btxt{font-size:18px;}
		.strate-wrap .step li .txt .stxt{font-size:15px;}
	}
	@media only screen and (max-width:480px){
		.strate-wrap .step h3{font-size:20px}
		.strate-wrap .step li .nums{font-size:14px;}
		.strate-wrap .step li .nums span{font-size:10px;}
		.strate-wrap .step li .txt .btxt{font-size:17px;}
		.strate-wrap .step li .txt .stxt{font-size:14px;}
	}




/*=======================================================
  .mini-wrap{}
=========================================================*/
.mini-wrap{}
.mini-wrap .vis{position:Relative;}
.mini-wrap .vis .img{overflow:hidden;}
.mini-wrap .vis .img img{width:100%;height:500px;object-fit:cover;bject-fit:cover;transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); -ms-transform:scale(1,1);-webkit-transition: transform 6s linear;-moz-transition: transform 6s linear;-o-transition: transform 6s linear;transition: transform 6s linear;}
.mini-wrap .vis.ani .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}
	
.mini-wrap .vis .txt{position:absolute; left:0; top:50%; width:100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);text-align:center;}
.mini-wrap .vis .txt .btxt{ font-size:40px;font-weight:500;font-family: 'GongGothicMedium';color:#fff; letter-spacing:-0.065em; line-height:1.3em;}
.mini-wrap .vis .txt .stxt{font-size:18px ;font-weight:400; color:#fff; letter-spacing:-0.05em; line-height:1.5em; margin-top:20px;}
	@media only screen and (max-width:1480px){
		.mini-wrap .vis .txt .btxt{font-size:36px;}
		.mini-wrap .vis .txt .stxt{font-size:17px; margin-top:15px;}
		.mini-wrap .vis .img img{height:450px;}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mini-wrap .vis .txt .btxt{font-size:32px;}
		.mini-wrap .vis .txt .stxt{font-size:16px; margin-top:10px;}

		.mini-wrap .vis .img img{height:400px;}
	}
	@media only screen and (max-width:680px){
		.mini-wrap .vis .txt .btxt{font-size:28px;}
		.mini-wrap .vis .txt .stxt{font-size:15px;}

		.mini-wrap .vis .img img{height:350px;}
	}
	@media only screen and (max-width:480px){
		.mini-wrap .vis .txt .btxt{font-size:24px;}
		.mini-wrap .vis .txt .stxt{font-size:13px; margin-top:5px;}

		.mini-wrap .vis .img img{height:300px;}
	}

.mini-wrap .about{margin-top:100px; border-top:1px solid #333; border-bottom:1px solid #333;}
.mini-wrap .about dl{padding:50px 0; padding-left:650px; position:relative;}
.mini-wrap .about dl:nth-child(n+2){border-top:1px solid #ddd;}
.mini-wrap .about dt{position:absolute; left:0; top:50px; width:650px; box-sizing:border-box; padding-left:105px; font-size:24px; font-weight:700; color:#111; letter-spacing:-0.04em; line-height:1.3em;}
.mini-wrap .about dt span{position:absolute; left:0; top:-5px; color:#60aeb9; font-weight:700; letter-spacing:-0.03em; line-height:1.3em; font-size:36px; letter-spacing:0;}
.mini-wrap .about dd{}
.mini-wrap .about ul li{font-size:17px; font-weight:500; color:#333; letter-spacing:-0.03em; line-height:1.4em; position:Relative; padding-left:12px;}
.mini-wrap .about ul li:nth-child(n+2){margin-top:7px;}
.mini-wrap .about ul li:before{width:5px;height:0 ;position:Absolute ;left:0;  top:12px;border-bottom:1px solid #555; display:block ;content:""}
	@media only screen and (max-width:1480px){
		.mini-wrap .about{margin-top:80px;}
		.mini-wrap .about dl{padding:40px;padding-left:570px;}
		.mini-wrap .about dt{font-size:22px; width:570px; padding-left:90px; top:40px;}
		.mini-wrap .about dt span{font-size:32px;}
		.mini-wrap .about ul li{font-size:16px;}
		.mini-wrap .about ul li:before{top:11px;}
	}
	@media only screen and (max-width:1280px) {
		.mini-wrap .about dl{padding:40px;padding-left:500px;}
		.mini-wrap .about dt{ width:500px; padding-left:75px;}
	}
	@media only screen and (max-width:1185px) {
		.mini-wrap .about dl{padding:30px;padding-left:430px;}
		.mini-wrap .about dt{ width:430px; padding-left:60px;top:30px;}
	}
	@media only screen and (max-width:999px){
		.mini-wrap .about{margin-top:60px;}
		.mini-wrap .about dl{padding:25px ;}
		.mini-wrap .about dt{font-size:20px; position:relative; left:auto; width:auto; top:auto; margin-bottom:15px; padding-left:0;}
		.mini-wrap .about dt span{font-size:28px; display:block; position:relative; left:auto; top:auto; margin-bottom:3px;}
		.mini-wrap .about dt br{display:none;}
		.mini-wrap .about ul li{font-size:15px;}
		.mini-wrap .about ul li:nth-child(n+2){margin-top:5px;}
		.mini-wrap .about ul li:before{top:10px;}
	}
	@media only screen and (max-width:680px){
		.mini-wrap .about{margin-top:40px;}
		.mini-wrap .about dl{padding:20px ;}
		.mini-wrap .about dt{font-size:18px;}
		.mini-wrap .about dt span{font-size:24px;}
		.mini-wrap .about ul li{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.mini-wrap .about dl{padding:20px 15px;}
		.mini-wrap .about dt{font-size:17px;}
		.mini-wrap .about dt span{font-size:20px;}
		.mini-wrap .about ul li{font-size:13px;}
	}


.mini-wrap .prg{margin-top:100px}
.mini-wrap .prg h3{font-size:36px; font-weight:700; color:#111; letter-spacing:-0.03em; line-height:1.3em; margin-bottom:30px;}
.mini-wrap .prg ul{display:flex;display:-webkit-flex;  flex-wrap:wrap;  -webkit-flex-wrap:wrap;}
.mini-wrap .prg ul:after{display:block ;content:"";cleaR:both}
.mini-wrap .prg li{float:left; width:25%; padding-top:125px; position:relative;display:flex; display:-webkit-flex;}
.mini-wrap .prg li:before{width:90px;height:80px; position:Absolute ;left:-10px;top:10px; display:block; content:"";transform:scale(1.1);  transition:transform 1s cubic-bezier(.33,.02,0,.93)}
.mini-wrap .prg li dl{}
.mini-wrap .prg li dl dt{font-size:24px; color:#111; letter-spacing:-0.03em; line-height:1.2em; font-weight:700; margin-bottom:30px;}
.mini-wrap .prg li dl dd{position:relative;font-size:18px; font-weight:500; color:#555; letter-spacing:-0.03em; line-height:1.4em; padding-left:35px;}
.mini-wrap .prg li dl dd .btxt{position:absolute; left:0; top:0; font-weight:700; color:#111;}
.mini-wrap .prg li dl dd .stxt{padding-left:10px; position:relative ;display:inline-block;vertical-align:top;}
.mini-wrap .prg li dl dd .stxt:before{display:block; content:":"; position:absolute; left:2px; top:0;}
.mini-wrap .prg li dl dd:nth-child(n+3){margin-top:5px}

.mini-wrap .prg li:hover:before{transform:scale(1.1) translateY(-10%)}

.mini-wrap .prg li:nth-child(1):before{background:url(../_Img/content/mini-ico01.jpg) no-repeat left center;}
.mini-wrap .prg li:nth-child(2):before{background:url(../_Img/content/mini-ico02.jpg) no-repeat left center;}
.mini-wrap .prg li:nth-child(3):before{background:url(../_Img/content/mini-ico03.jpg) no-repeat left center;}
.mini-wrap .prg li:nth-child(4):before{background:url(../_Img/content/mini-ico04.jpg) no-repeat left center;}
	@media only screen and (max-width:1480px){
		.mini-wrap .prg{margin-top:80px}
		.mini-wrap .prg h3{font-size:32px; margin-bottom:20px;}
		.mini-wrap .prg li{padding-top:110px;}
		.mini-wrap .prg li:before{height:70px; background-size:auto 100% !important;}
		.mini-wrap .prg li dl dt{font-size:22px; margin-bottom:20px;}
		.mini-wrap .prg li dl dd{font-size:16px}
	}
	@media only screen and (max-width:1280px) {
		
	}
	@media only screen and (max-width:1185px) {
		
	}
	@media only screen and (max-width:999px){
		.mini-wrap .prg{margin-top:60px}
		.mini-wrap .prg h3{font-size:28px;margin-bottom:15px;}
		.mini-wrap .prg ul{margin:0 -5px; }
		.mini-wrap .prg li{width:calc(50% - 10px); margin:0 5px; box-sizing:Border-box;border:1px solid #ddd; border-radius:15px;padding:25px 30px; padding-top:95px;}
		.mini-wrap .prg li:before{height:60px; left:25px; top:25px;}
		.mini-wrap .prg li:nth-child(n+3){margin-top:10px;}
		.mini-wrap .prg li dl dt{font-size:20px;margin-bottom:15px;}
		.mini-wrap .prg li dl dd{font-size:15px; padding-left:30px;}
		.mini-wrap .prg li dl dd:nth-child(n+3){margin-top:3px}
	}
	@media only screen and (max-width:680px){
		.mini-wrap .prg{margin-top:40px}
		.mini-wrap .prg h3{font-size:24px;}
		.mini-wrap .prg li{padding:20px 25px;padding-top:80px;}
		.mini-wrap .prg li:before{height:50px;left:20px; top:20px;}
		.mini-wrap .prg li dl dt{font-size:18px; margin-bottom:10px;}
		.mini-wrap .prg li dl dd{font-size:14px}
	}
	@media only screen and (max-width:480px){
		.mini-wrap .prg h3{font-size:20px;}
		.mini-wrap .prg li{padding:15px 20px;padding-top:60px;}
		.mini-wrap .prg li:before{height:40px;left:15px; top:15px;}
		.mini-wrap .prg li dl dt{font-size:16px;}
		.mini-wrap .prg li dl dd{font-size:13px}
	}





