


.mainWrap{position:relative;min-width:1180px;height:100%; overflow:hidden;}
.sectionWrap{position:absolute; left:0; top:0; width: 100%;}
.section{position:relative;}

/*
.section .sectionCon{position:absolute;left:50%;top:50%;width:1008px; height: 600px;margin:-300px 0 0 -504px;}
.small .section .sectionCon{height: 610px;margin:-305px 0 0 -490px;}
*/


/*
.section03{background: #fff;}
.section04{background: #f1f1f1 url('../image/main/dbg.png') no-repeat right bottom;}
*/
.section00 {position:relative;}
.section00 .section00Wrap{overflow: hidden;width:100%;height:100%; box-sizing:border-box; position: relative;}





.mainStep{position:fixed;right:calc((100% - 1720px) / 2);top:50%;margin-top:-146px; z-index:97;}
.mainStep li{position:relative;margin-bottom:50px;font-size:0;}
.mainStep li:last-child{margin-bottom:0;}
.mainStep li a{position:relative;display:inline-block;width:7px;height:7px;border-radius:100%;background:#cecece;}
.mainStep li a:after{opacity:0;content:"";position:absolute;left:-10px;top:-10px;right:-10px;bottom:-10px;border-radius:100%;background:#414873;transition: all 0.3s ease-in-out;}
.mainStep li.on a{background: #414873;}
.mainStep li.on a:after{opacity:0.3;}
body.mst_tab .mainStep li a:after{background: #fff;}
body.mst_tab .mainStep li.on a{background:#fff;}




.scr_mv{position:absolute;left:calc((100% - 1780px) / 2);top: 50%;margin-top:-72px;z-index:55;}
.scr_mv.off{display: none;}
.nw_mvsl{position: relative;width:100%;margin:0 auto;}
.mvsl_sld > li{overflow: hidden;height:100vh;min-height:500px;}
/*.mvsl_sld > li.bg1 > span{background: url(../image/main/m_vsl1.jpg) no-repeat center center; background-size: cover;}
.mvsl_sld > li.bg2 > span{background: url(../image/main/m_vsl2.jpg) no-repeat center center; background-size: cover;}
.mvsl_sld > li.bg3 > span{background: url(../image/main/m_vsl3.jpg) no-repeat center center; background-size: cover;}
.mvsl_sld > li.bg4 > span{background: url(../image/main/m_vsl4.jpg) no-repeat center center; background-size: cover;}*/

.nw_mvsl .bx-controls{text-align: center;}
.nw_mvsl .bx-controls a{ font-size: 0; }
.nw_mvsl .bx-pager{position:absolute;left:calc((100% - 1180px) / 2 + 70px);top:calc(50% - 125px);z-index:52;}
.nw_mvsl .bx-pager-item{display: inline-block;}
.nw_mvsl .bx-pager-item a{position:relative;display: block;width:50px;height:1px;background:#fff;opacity: 0.3;}
.nw_mvsl .bx-pager-item a.active{opacity: 1;}
.nw_mvsl .bx-controls-direction{display: none;}
.nw_mvsl .bx-controls-direction a{width: 13px; height: 23px;position: absolute;left:calc((100% - 1180px) / 2); bottom: 70px;z-index: 52;}
.nw_mvsl .bx-prev{background: url(../image/main/mvs_prev.png) 0 0 no-repeat;}
.nw_mvsl .bx-next{margin-left:140px;background: url(../image/main/mvs_next.png) 0 0 no-repeat;}
.nw_mvsl .bx-controls-auto-item{display:none;}
.nw_mvsl .bx-controls-auto-item a{display: none; width: 24px; height: 24px;}
.nw_mvsl .bnn_cnt{position: absolute; left: calc((100% - 1180px) / 2);top:calc(50% - 120px);z-index:52; color: #fff;font-family: 'Poppins';}
.nw_mvsl .bnn_cnt span{margin-left:5px;font-size: 16px; color: #fff;line-height: 1;font-family: 'Poppins';}
.nw_mvsl .bnn_cnt span.tbbn_nu{font-weight:bold;margin-right:6px;}

.nw_mvsl .wid{position: absolute; top:0; z-index:51; left:calc((100% - 1180px) / 2); width:1180px;height:100%;display:table;}
.nw_mvsl .wid > .all_txt{display:table-cell;vertical-align:middle;padding-top: 50px;}
.nw_mvsl .wid > .all_txt > div > p.txt1{display:inline-block;font-size:35px;color:#fff;line-height:1.5;font-weight: bold;margin-bottom:20px;}
.nw_mvsl .wid > .all_txt > div > p.txt2{font-size:25px;color:#fff;line-height:1.3;font-family: 'Poppins';}



.mvsl_sld > li > span{display: block;position: absolute; top: 0; left:0; right:0; bottom:0; width: 100%; z-index: -1;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	opacity: 1;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition:transform 7s ease-out, opacity 1s ease 0.3s;
	transition:transform 7s ease-out, opacity 1s ease 0.3s;
}
.mvsl_sld > li.on > span.sc{
	z-index: 1;
	opacity: 1;
	-ms-transform: scale(1, 1) rotate(.001deg);
	-webkit-transform: scale(1, 1) rotate(.001deg);
	transform: scale(1, 1) rotate(.001deg);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nw_mvsl .motion{opacity:0; display:block; position:relative;  transition: all 0.5s ease-out;word-break:break-all;}
.nw_mvsl .motion.ac{opacity:1;word-break:break-all;}
.nw_mvsl .motion1{
	-webkit-transform:translate3d(0,10px,0);
	-moz-transform:translate3d(0,10px,0);
	-ms-transform:translate3d(0,10px,0);
	-o-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0);
	word-break:break-all;
}
.nw_mvsl .motion1.ac{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	word-break:break-all;
}
.nw_mvsl .motion2{
	-webkit-transform:translate3d(0,10px,0);
	-moz-transform:translate3d(0,10px,0);
	-ms-transform:translate3d(0,10px,0);
	-o-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0);
	word-break:break-all;
}
.nw_mvsl .motion2.ac{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	word-break:break-all;
}


.sectionCon_full{width: 100%;height: 100%;margin:0 auto;}

.section01{background: #fff;background-attachment:fixed;}
.section01:after{content:"";position:absolute;left:0;top:0;bottom:0;width:44%;background:#f5f5f5;z-index:-2;}
.section02{background: url(../image/main/sec_bg2.jpg) no-repeat center center; background-size: cover;background-attachment:fixed;}
.section03{background: #f7f8fc;background-attachment:fixed;}
.section04{background: #fff;background-attachment:fixed;}
.sectionCon{width:1180px;height:100%;margin:0 auto;display:table;position:relative;}
.sectionCon > div.mcon_area{display:table-cell;vertical-align:middle;}

.mcb_box{position: absolute;right:calc((100% - 960px /* 1720px */) / 2);bottom: 50px;z-index:-1;}
.mcb_box > span{display: inline-block;}

.mc_box{display: flex;justify-content:space-between;align-items:center;}
.mc_box > .img{width: 49.15%;}
.mc_box > .box{width: 44%;}
.mc_box > .img > span{display: inline-block;position:relative;}
.mc_box > .img > span:after{content:"";position:absolute;left:-30px;top:30px;bottom:-30px;right:30px;border: 1px solid #414873;z-index:-1;}
.mc_box > .box > p.stit{font-size:20px;color:#414873;font-weight:bold;line-height:1;font-family: 'Poppins';}
.mc_box > .box > p.tit{margin: 25px 0;font-size:30px;color:#000;font-weight:bold;line-height:1.3;}
.mc_box > .box > p.txt{font-size:18px;color:#454545;line-height:1.6;}
.mc_box > .box > ul.btn{margin-left:-10px;margin-top: 70px;display:flex;}
.mc_box > .box > ul.btn > li{margin-left:10px;width:calc(50% - 10px);max-width:240px;}
.mc_box > .box > ul.btn > li > a{display:block;text-align:center;line-height:60px;border-radius:60px;border:1px solid #414873;font-size:18px;color:#414873;transition: .4s;}
.mc_box > .box > ul.btn > li:hover > a{background:#414873;color:#fff;}


h3.mtitle{text-align:center;margin-bottom:50px;font-size:30px;color:#000;font-weight:bold;line-height:1;}
h3.mtitle span{display:block;margin-bottom:16px;font-size:20px;color:#414873;font-weight:500;line-height:1;font-family: 'Poppins';}

.ms_box{margin-top: 50px;position:relative;display:flex;justify-content:space-between;text-align:center;}
.ms_box > .spbx{width: 380px;position:relative;z-index: 1;}
.ms_box > .spbx > a{display:table;width: 100%;height:380px;background: url(../image/main/msbg1.png) no-repeat center center;}
.ms_box > .spbx > a > div{display:table-cell;vertical-align:middle;padding: 50px;}
.ms_box > .spbx > a > div > p{font-size:23px;color:#fff;font-weight:bold;line-height:1;margin-bottom:13px;}
.ms_box > .spbx > a > div > ul li{font-size:17px;color:#fff;line-height:1.5;font-weight:300;opacity:0.8;}
.ms_box > .ps{position:absolute;left:50%;top:50%;transform: translate(-50%, -50%);width:462px;background: url(../image/main/msbg2.png) no-repeat center center;}
.ms_box > .ps > div{position:relative;width:100%;height:462px;display:table;}
.ms_box > .ps > div > p{display:table-cell;vertical-align:middle;padding: 70px;}
.ms_box > .ps > div:after{content:"";position:absolute;left:13px;bottom:80px;width:86px;height:47px;/* background: url(../image/main/msa.png) */ no-repeat center center;}
.ms_box > .ps > div:before{content:"";position:absolute;right:13px;top:80px;width:86px;height:47px;/* background: url(../image/main/msb.png) */ no-repeat center center;}


.mtab_box{width:100%;max-width:580px;margin:0 auto 50px;}
.mtab_line{display:flex;justify-content:space-between;text-align:center;}
.mtab_line > li{width: calc(50% - 10px);}
.mtab_line > li > a{padding-bottom:15px;display:block;font-size:17px;color:#676767;border-bottom:1px solid #cecece;font-family: 'Poppins';}
.mtab_line > li.on > a{color:#414873;font-weight:bold;border-bottom:1px solid #414873;}

.mport_box{display: none;}
.mport_box.on{display: block;}
.mport_line{margin-left:-20px;margin-top:-20px;display:flex;flex-wrap:wrap;}
.mport_line > li{margin-left:20px;margin-top:20px;width: calc(25% - 20px);height:118px;display:table;text-align:center;}
.mport_line > li > a{display:table-cell;vertical-align:middle;border:1px solid #dfdfdf;background:#fff;}
.mport_line > li > a img{width: auto;}
.mp_more{margin-top:60px;text-align:center;}
.mp_more > a{display:inline-block;width:238px;line-height:58px;border-radius:58px;border:1px solid #414873;font-size:18px;color:#414873;font-weight:500;}



.mnews_top{margin-bottom:50px;display:flex;justify-content:space-between;align-items:center;}
.mnews_top > h3{font-size:30px;color:#000;font-weight:500;line-height:1.2;}
.mnews_top > h3 span{display:block;margin-bottom:15px;font-size:20px;color:#414873;font-weight:500;line-height:1;font-family: 'Poppins';}
.mnews_tab{display:flex;justify-content:space-between;width:500px;}
.mnews_tab > li{width: calc(50% - 5px);max-width:250px;text-align:center;}
.mnews_tab > li > a{display:block;line-height:58px;border-radius: 58px;border: 1px solid #414873;font-size:18px;color:#414873;}
.mnews_tab > li.on > a{background:#414873;color:#fff;}

.mnews_box{display: none;}
.mnews_box.on{display: block;}

.mnews_line{border-top:2px solid #000;}
.mnews_line > li{padding: 30px 0 30px 170px;position:relative;border-bottom:1px solid #dfdfdf;}
.mnews_line > li > p.days{position:absolute;left:0;top:50%;transform: translateY(-50%);font-size:30px;color:#414873;font-weight:bold;}
.mnews_line > li > a.lists{display:block;padding-right:35px;background: url(../image/main/more.png) no-repeat right center;}
.mnews_line > li > a.lists > p.tit{font-size:19px;color:#000;font-weight:500;line-height:1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mnews_line > li > a.lists > p.txt{margin-top:15px;font-size:18px;color:#000;font-weight:300;line-height:1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}


.motion{opacity:0; position:relative;  transition: all 0.3s ease-out;}
.motion.ac{opacity:1;}
.motion1{
	-webkit-transform:translate3d(0,15px,0);
	-moz-transform:translate3d(0,15px,0);
	-ms-transform:translate3d(0,15px,0);
	-o-transform:translate3d(0,15px,0);
	transform:translate3d(0,15px,0);
	
}
.motion1.ac{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.motion2{
	-webkit-transform:translate3d(0,-20px,0);
	-moz-transform:translate3d(0,-20px,0);
	-ms-transform:translate3d(0,-20px,0);
	-o-transform:translate3d(0,-20px,0);
	transform:translate3d(0,-20px,0);
	
}
.motion2.ac{
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



@media screen and (max-width:1720px){
	.mainStep{right: 20px;}
	.scr_mv{left:10px;}
	.mcb_box{right: 10px;}
}

@media screen and (max-width:1599px){
	
}

@media screen and (max-width:1180px){
	.nw_mvsl .bx-pager{left:75px;}
	.nw_mvsl .bnn_cnt{left: 20px;}
	.nw_mvsl .wid{left:0; width:100%;}
	.nw_mvsl .wid > .all_txt{padding:20px;}
}


@media screen and (max-width:1024px){
	.mainStep{display: none;}
	.scr_mv{display:none;}
	.mvsl_sld > li{overflow: hidden;height:calc(100vh - 80px);}

	.section{height:auto !important;}
	.mainWrap{min-width:100% !important;height:auto !important;}
	.sectionWrap{position:static; left:0; top:0; width: 100%;z-index:-1;}
	.sectionCon{width:calc(100% - 20px);margin:0 auto;display:block;}
	.sectionCon > div.mcon_area{padding:60px 0;display:block;vertical-align:middle;}
	
	.section01:after{display: none;}
	.mcb_box{position: static;text-align:center;margin-top: -30px;padding:0 20px;padding-bottom: 60px;}

	
	.mc_box{display: block;text-align:center;}
	.mc_box > .img{width: auto;padding: 0 40px;}
	.mc_box > .box{width: auto;}
	.mc_box > .img > span:after{left:-10px;top:10px;bottom:-10px;right:10px;}
	.mc_box > .box > p.stit{margin-top: 45px;font-size:18px;}
	.mc_box > .box > p.tit{margin: 15px 0;font-size:24px;}
	.mc_box > .box > p.txt{font-size:16px;}
	.mc_box > .box > ul.btn{margin-left:-4px;margin-top: 30px;justify-content:center;}
	.mc_box > .box > ul.btn > li{margin-left:4px;width:calc(50% - 4px);max-width:140px;}
	.mc_box > .box > ul.btn > li > a{line-height:48px;border-radius:48px;font-size:16px;}


	h3.mtitle{margin-bottom:40px;font-size:26px;}
	h3.mtitle span{margin-bottom:12px;font-size:18px;}

	.ms_box{margin-top: 0;display:block;}
	.ms_box > .spbx{width: auto;}
	.ms_box > .spbx > a{display:block;height:auto;box-sizing:border-box;background:#353d50;border: 8px solid rgba(255,255,255,0.3);}
	.ms_box > .spbx > a > div{display:block;padding: 30px 20px;}
	.ms_box > .spbx > a > div > p{font-size:20px;margin-bottom:10px;}
	.ms_box > .spbx > a > div > ul li{font-size:15px;}
	.ms_box > .spbx > a > div > ul li br{display:none;}
	.ms_box > .ps{margin: 50px 0;position:static;width:auto;transform: translate(0, 0);background: #414873;border: 8px solid rgba(255,255,255,0.3);}
	.ms_box > .ps > div{height:auto;display:block;}
	.ms_box > .ps > div > p{display:block;padding: 40px 20px;}
	.ms_box > .ps > div:after{left:50%;bottom:auto;top: -56px;margin-left:-43px;}
	.ms_box > .ps > div:before{right:auto;left:50%;top:auto;bottom: -56px;margin-left:-43px;}
}

@media screen and (max-width:767px){
	.nw_mvsl .bx-pager{left:0;top:auto;bottom: 30px;width: 100%;text-align:center;}

	.nw_mvsl .bnn_cnt{left: 0;top:auto;bottom: 50px;width:100%;text-align:center;}
	.nw_mvsl .wid > .all_txt{text-align:center;}
	.nw_mvsl .wid > .all_txt > div > p.txt1{font-size:22px;word-break: keep-all;}
	.nw_mvsl .wid > .all_txt > div > p.txt1 br{display: none;}
	.nw_mvsl .wid > .all_txt > div > p.txt2{font-size:18px;word-break: keep-all;}
	
	.mtab_line > li{width: calc(50% - 1px);}
	.mtab_line > li > a{font-size:15px;}

	.mport_line{margin-left:-4px;margin-top:-4px;}
	.mport_line > li{margin-left:4px;margin-top:4px;width: calc(33.3333333% - 4px);height:80px;}
	.mport_line > li > a{padding: 10px 15px;}
	.mport_line > li > a img{max-height: 50px;}
	.mp_more{margin-top:40px;}
	.mp_more > a{width:150px;line-height:48px;border-radius:48px;font-size:16px;}
	
	.mnews_top{margin-bottom:30px;display:block;text-align:center;}
	.mnews_top > h3{font-size:22px;text-align:center;}
	.mnews_top > h3 span{margin-bottom:12px;font-size:18px;}
	.mnews_tab{width:100%;max-width: 500px;margin: 30px auto 0;}
	.mnews_tab > li{width: calc(50% - 2px);}
	.mnews_tab > li > a{line-height:48px;border-radius: 48px;font-size:16px;}

	.mnews_line > li{padding: 20px 0 20px 0;}
	.mnews_line > li > p.days{position:static;transform: translateY(0);font-size:20px;margin-bottom:15px;line-height:1;}
	.mnews_line > li > a.lists{padding-right:0;background:none;}
	.mnews_line > li > a.lists > p.tit{font-size:16px;}
	.mnews_line > li > a.lists > p.txt{margin-top:10px;font-size:15px;}

}

@media screen and (max-width:640px){
	/*.mvsl_sld > li.bg1 > span{background: url(../image/main/m_vsl1m.jpg) no-repeat center center; background-size: cover;}
	.mvsl_sld > li.bg2 > span{background: url(../image/main/m_vsl2m.jpg) no-repeat center center; background-size: cover;}*/
}

@media screen and (max-width:520px){
	
}

@media screen and (max-width:350px){
	
}