.mainWrap{position:relative;width:100%;margin:0 auto;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;}

.scr_box{position:fixed;left:calc((100% - 1720px) / 2);top:50%;transform: translateY(-50%);z-index:91;}

.mainStep{position:fixed;right:calc((100% - 1720px) / 2);top:50%;transform: translateY(-50%);z-index:91;}
.mainStep li{position:relative;margin-bottom:50px;text-align:center;}
.mainStep li:last-child{margin-bottom:0;}
.mainStep li a{display:inline-block;width: 9px;height: 9px;border-radius: 100%;box-sizing: border-box;border: 2px solid #c2c2c2;}
.mainStep li.home a{width: 14px;height: 15px;border: 0;background: url(../image/main/ch.png) no-repeat center center;border-radius: 0;}
.mainStep li.on a{border: 2px solid #2f83ff;background:#2f83ff;}
.mainStep li.home.on a{border:0;background:url(../image/main/ch2.png) no-repeat center center;}

.nw_mvsl{position: relative;width:100%;margin:0 auto;}
.mvsl_sld > li{overflow: hidden;height:100vh;min-height:600px;}
.mvsl_sld > li > span{display: block;font-size: 0;}
.mvsl_sld > li img{width:100%;height:100vh;}


.nw_mvsl .bx-controls{text-align: center;}
.nw_mvsl .bx-controls a{ font-size: 0; }
.nw_mvsl .bx-pager{display: none;}
.nw_mvsl .bx-controls-direction{font-size:0;}
.nw_mvsl .bx-controls-direction a{position: absolute;top:50%;transform: translateY(-50%);margin-top: 70px;z-index: 52;display: inline-block;font-size:0;width: 80px; height: 80px;border-radius:100%;}
.nw_mvsl .bx-prev{left:calc((100% - 1180px) / 2 - 150px);background:rgba(0,0,0,0.5) url(../image/main/mvs_prev.png) center center no-repeat;}
.nw_mvsl .bx-next{right:calc((100% - 1180px) / 2 - 150px);background:rgba(0,0,0,0.5) url(../image/main/mvs_next.png) center center 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 .wid{padding-top: 140px;box-sizing: border-box;width: calc(100% - 20px);max-width:1180px;margin:0 auto;height: 100%;min-height:600px;display: flex;flex-wrap:wrap;align-items:center;justify-content:space-between;position:relative;z-index:9;}
.nw_mvsl .wid > .all_img{width: 46%;}
.nw_mvsl .wid > .all_txt{width: 46%;}
.nw_mvsl .wid > .all_txt > p.txt{margin-bottom: 54px;position: relative;font-size: 40px;color: #fff;font-weight: 600;line-height: 1.2;}
.nw_mvsl .wid > .all_txt > p.txt:after{content:"";position:absolute;left:0;bottom:-25px;width:60px;height:1px;background:#fff;}
.nw_mvsl .wid > .all_txt > ul.txt2 > li{font-size: 23px;color: #fff;font-weight: 500;line-height: 1.6;}
.nw_mvsl .wid > .all_txt > ul.txt2 > li > span.new{display: inline-block;vertical-align:2px;width: 54px;height: 26px;line-height:26px;text-align: center;background:#f4030c;font-size:15px;color:#fff;font-weight:500;}
.nw_mvsl .wid > .all_txt > a.bn{margin-top:70px;display: inline-block;width: 200px;line-height:58px;border-radius:58px;border:1px solid #fff;text-align:center;font-size:18px;color:#fff;font-weight:500;}


.mvsl_sld > li > span{display: block;position: absolute; top: 0; left:0; right:0; bottom:0; width: 100%;height: 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(-10px,0,0);
	-moz-transform:translate3d(-10px,0,0);
	-ms-transform:translate3d(-10px,0,0);
	-o-transform:translate3d(-10px,0,0);
	transform:translate3d(-10px,0,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(10px,0,0);
	-moz-transform:translate3d(10px,0,0);
	-ms-transform:translate3d(10px,0,0);
	-o-transform:translate3d(10px,0,0);
	transform:translate3d(10px,0,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;
}

.mvb_btns{position: absolute;right:calc((100% - 1180px) / 2);bottom: 0;z-index:56;width:100%;max-width: 600px;display:flex;justify-content:space-between;}
.mvb_btns > li{width: calc(50% - 0.5px);height:80px;display:table;}
.mvb_btns > li > a{display:table-cell;vertical-align: middle;padding: 0 40px;font-size:18px;color:#fff;line-height:1.2;}
.mvb_btns > li.back1 > a{background:#2f4e85;}
.mvb_btns > li.back2 > a{background:#3c5ea9;}
.mvb_btns > li > a > span{display: block;padding-left: 36px;padding-right: 13px;}
.mvb_btns > li.back1 > a > span{background: url(../image/main/dm.png) right center no-repeat, url(../image/main/dm1.png) left center no-repeat;}
.mvb_btns > li.back2 > a > span{background: url(../image/main/dm.png) right center no-repeat, url(../image/main/dm2.png) left center no-repeat;}



.section{position: relative;width: 100%;margin:0 auto;}
.section01{background: #fff;}
.section02{background: #000;}
.section03{background: #fff;}
.section04{background: #fff;}

.sectionCon_full{width: 100%;height: 100%;margin:0 auto;}
.sectionCon{width:1180px;height:100%;margin:0 auto;display:table;position:relative;}
.sectionCon > div.mcon_area{display:table-cell;vertical-align:middle;}

.section01:before{content: "";position:absolute;left:0;top:0;bottom:0;width:59.89%;background:#f5f5f5;}
.mc_box{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;}
.mc_box > .box{width: 49%;}
.mc_box > .img{width: 45.76%;}
.mc_box > .img > span{display: inline-block;position:relative;}
.mc_box > .img > span:after{content: "";position:absolute;left:20px;top:20px;right:-20px;bottom:-20px;background:#3c5ea9;z-index:-1;}
.mc_box > .box > p.txt1{font-size:20px;color:#3c5ea9;font-weight:bold;line-height:1;margin-bottom:36px;}
.mc_box > .box > p.txt2{font-size:32px;color:#000;font-weight:400;line-height:1.3;margin-bottom:36px;}
.mc_box > .box > p.txt2 span{display:block;font-weight:bold;}
.mc_box > .box > p.txt3{font-size:19px;color:#000;font-weight:400;line-height:1.5;margin-bottom:50px;}
.mc_box > .box > .btn{margin-left:-10px;display:flex;}
.mc_box > .box > .btn > li{width: calc(33.33333333% - 10px);margin-left:10px;max-width: 180px;text-align:center;height: 60px;display:table;}
.mc_box > .box > .btn > li > a{display:block;border:1px solid #2f4e85;display:table-cell;vertical-align:middle;border-radius: 60px;font-size:18px;color:#2f4e85;box-sizing:border-box;}
.mc_box > .box > .btn > li.on > a{background:#2f4e86;color:#fff;font-weight:500;}


.mp_box{display: flex;justify-content:space-between;align-items:center;}
.mp_box > li{width:50%;height: 100vh;display:table;text-align: center;}
.mp_box > li > a{display:table-cell;vertical-align:middle;padding: 15px;}
.mp_box > li.bg1 > a{background: url(../image/main/mpbg1.jpg) no-repeat center center; background-size: cover;}
.mp_box > li.bg2 > a{background: url(../image/main/mpbg2.jpg) no-repeat center center; background-size: cover;}
.mp_box > li > a > p{font-size:33px;color:#fff;font-weight:bold;line-height:1;}
.mp_box > li > a > p span{display:block;font-size:20px;font-weight:300;margin-bottom: 15px;}
.mp_box > li > a > div{margin-top:56px;}
.mp_box > li > a > div span{display:inline-block;width:200px;line-height:60px;border-radius: 30px;border:1px solid #fff;font-size:18px;color:#fff;font-weight:500;}
.mp_box > li > a:hover > div span{border:1px solid #2f4e85;background:#2f4e86;}

h3.mtitle{text-align:center;margin-bottom:60px;font-size:23px;color:#000;font-weight:300;line-height:1;}
h3.mtitle strong{display:block;font-size:43px;font-weight:bold;margin-bottom: 25px;}
h3.mtitle.st{margin-bottom:40px;font-size:30px;line-height:1.3;}


.msc_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;position:relative;}
.swiper-container.msec_slid{width:100%;margin: 0 auto;}
.swiper-container.msec_slid .swiper-slide > a{display:block;text-align:center;}
.swiper-container.msec_slid .swiper-slide > a{margin-top:35px;}
.swiper-container.msec_slid .swiper-slide > a:first-child{margin-top:0;}
.swiper-container.msec_slid .swiper-slide > a > .img{margin-bottom: 25px;position:relative;overflow:hidden;box-sizing:border-box;}
.swiper-container.msec_slid .swiper-slide > a > .img > img{width:100%;transition: all 0.3s ease-in-out;}
.swiper-container.msec_slid .swiper-slide > a:hover > .img > img{transform: scale(1.1,1.1);}
.swiper-container.msec_slid .swiper-slide > a > .text p.txt1{font-size:19px;color:#000;font-weight: 500;line-height:1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.swiper-container.msec_slid .swiper-slide > a > .text p.txt2{margin-top: 15px;font-size:18px;color:#454545;font-weight: 300;line-height:1;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.msc_wid .swiper-button-next, .msc_wid .swiper-button-prev{width: 80px;height: 80px;border-radius: 100%;position: absolute;top: 50%;margin-top: -115px;text-indent: -9999em}
.msc_wid .swiper-button-next{left: auto;right: -170px;background:rgba(0,0,0,0.6) url(../image/main/mvs_next.png) center center no-repeat;}
.msc_wid .swiper-button-prev{left: -170px;background:rgba(0,0,0,0.6) url(../image/main/mvs_prev.png) center center no-repeat;}
.swiper-button-next:after{display:none;}
.swiper-button-prev:after{display:none;}

.msc_wid .swiper-scrollbar{margin-top: 50px;height: 1px;opacity: 1 !important;background:#dfdfdf;}
.msc_wid .swiper-scrollbar .swiper-scrollbar-drag{height:3px;background:#3c5ea9;top:-1px;}
.msc_wid .swiper-pagination{position:static;margin-top:28px;font-size:17px;color:#000;font-weight:300;line-height:1;}
.msc_wid .swiper-pagination .swiper-pagination-current{font-size:24px;color:#3c5ea9;font-weight:bold;}


.mgst_area{width:100%;margin:0 auto;height: 55%;background:#2f4e85;position:relative;display: flex;align-items:center;}
.mgst_area:before{content:"";position:absolute;left:0;top:0;bottom:0;width:50%;background:#f5f5f5;}
.mgsb_area{width:100%;margin:0 auto;height:45%;background:url('../image/main/mgbg.jpg') no-repeat center center;background-size:cover;display: flex;align-items:center;}
.mgs_wid{width:calc(100% - 20px);max-width:1180px;margin:0 auto;position:relative;z-index:1;}

.mtcont_box{display:flex;justify-content:space-between;}
.mnotice_box{width:calc(50% - 80px);box-sizing:border-box;position:relative;}
.mrec_box{width:calc(50% - 80px);box-sizing:border-box;}
.mnotice_box > h4{font-size:33px;color:#000;font-weight:bold;line-height:1;padding-bottom:30px;border-bottom:2px solid #000;}
.mnotice_box > h4 span{font-size:20px;font-weight:300;margin-left:13px;}
.mnotice_box > a.more{display:inline-block;position:absolute;right:0;top:0;font-size:0;}
.mnotice_line > li{border-bottom:1px solid #dfdfdf;padding: 41px 0;}
.mnotice_line > li > a{display:block;position:relative;padding-left:100px;}
.mnotice_line > li > a > span{position:absolute;left:0;top:50%;transform: translateY(-50%);font-size:30px;color:#3c5ea9;font-weight:bold;line-height:1;width:100px;font-family: 'Poppins';}
.mnotice_line > li > a > div > p.txt1{font-size:20px;color:#010101;font-weight:500;line-height:1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mnotice_line > li > a > div > p.txt2{margin-top: 19px;font-size:18px;color:#454545;font-weight:300;line-height:1;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.mrec_title{margin-bottom: 50px;}
.mrec_title > p{font-size:35px;color:#fff;line-height:1.2;}
.mrec_title > p strong{display: inline-block;}
.mrec_title > span{display:block;font-size:18px;color:#fff;font-weight:300;margin-top:7px;}
.mrec_line{width:100%;display:flex;border:1px solid rgba(255,255,255,0.5);}
.mrec_line > li{text-align:center;border-right:1px solid rgba(255,255,255,0.5);width:33.33333333%;box-sizing:border-box;height:216px;display:flex;align-items:center;justify-content:center;}
.mrec_line > li > a{display:block;}
.mrec_line > li > a > span{display:inline-block;font-size:0;}
.mrec_line > li > a > p{margin-top:30px;font-size:18px;color:#fff;line-height:1;}
.mrec_line > li:hover > a > span{transform: rotateY(360deg);transition: .4s;}

.mbconts_area{display:flex;justify-content:space-between;align-items:center;}
.mcat_box{width:calc(50% - 80px);box-sizing:border-box;}
.mcust_box{width:calc(50% - 80px);box-sizing:border-box;}
.mcat_line{display:flex;}
.mcat_line > li{margin-right:30px;max-width:calc(33.3333333% - 30px);text-align:center;}
.mcat_line > li > a{display: block;}
.mcat_line > li > a > span{display: inline-block;}
.mcat_line > li > a > p{margin-top:20px;font-size:18px;color:#fff;line-height:1;}
.mcat_line > li:hover > a > span{transform: rotateY(360deg);transition: .4s;}
.mcust_box > p.txt1{font-size:23px;color:#fff;font-weight:300;line-height:1;opacity:0.8;}
.mcust_box > p.txt2{margin-top:15px;font-size:40px;color:#fff;font-weight:bold;line-height:1;}
.mcust_box > p.txt2 span{display: inline-block;padding:15px 80px 0 0;background:url('../image/main/tel.png') no-repeat right bottom;}
.mcust_box > p.txt3{margin-top: 20px;font-size:18px;color:#fff;font-weight:300;line-height:1;opacity:0.8;}
.mcust_box > .btns{margin-top:50px;display:flex;justify-content:space-between;}
.mcust_box > .btns > li{width:calc(50% - 20px);}
.mcust_box > .btns > li > a{display: block;font-size:18px;color:#fff;line-height:1;font-weight:500;border-bottom:2px solid #fff;padding-bottom:14px;background:url('../image/main/bl.png') no-repeat right center;}

.pc{display:inline-block;}
.mob{display:none;}
@media screen and (max-width:1720px){
	.mainStep{right: 10px;}
	.scr_box{left: 10px;}
	
}

@media screen and (max-width:1599px){
	.nw_mvsl .bx-prev{left:30px;}
	.nw_mvsl .bx-next{right:30px;}

	.msc_wid .swiper-button-next, .msc_wid .swiper-button-prev{width: 40px;height: 40px;margin-top:-110px;}
	.msc_wid .swiper-button-next{right: -20px;}
	.msc_wid .swiper-button-prev{left: -20px;}
}

@media screen and (max-width:1480px){
	.nw_mvsl .bx-controls-direction a{top: auto;bottom:20px;transform: translateY(0);margin-top: 0;width: 60px; height: 60px;}
	.nw_mvsl .bx-prev{left:calc((100% - 1180px) / 2);}
	.nw_mvsl .bx-next{right:auto;left:calc((100% - 1180px) / 2 + 70px);}
}

@media screen and (max-width:1180px){
	.mvb_btns{right:0;}
	.sectionCon{width:calc(100% - 20px);margin:0 auto;display:block;}
	
	.nw_mvsl .bx-controls-direction a{bottom: 100px;width: 48px; height: 48px;}
	.nw_mvsl .bx-prev{left:20px;}
	.nw_mvsl .bx-next{left:70px;}
}


@media screen and (max-width:1024px){
	.mainStep{display:none;}
	.scr_box{display:none;}
	.section{height:auto !important;}
	.mainWrap{min-width:100% !important;height:auto !important;}
	.sectionWrap{position:static; left:0; top:0; width: 100%;}
	
	.sectionCon > div.mcon_area{padding:70px 0;display:block;vertical-align:middle;}
	
	.mvsl_sld > li{height: calc(100vh - 70px);}
	.nw_mvsl .wid{padding-top: 0;height: calc(100vh - 70px);text-align:center;align-content:center;}
	.nw_mvsl .wid > .all_img{width: 100%;margin-top: 20px;}
	.nw_mvsl .wid > .all_img img{max-width:60%;}
	.nw_mvsl .wid > .all_txt{width: 100%;}
	.nw_mvsl .wid > .all_txt > p.txt{margin-bottom: 30px;font-size: 25px;line-height: 1.4;}
	.nw_mvsl .wid > .all_txt > p.txt:after{bottom:-15px;left:50%;margin-left:-20px;width:40px;}
	.nw_mvsl .wid > .all_txt > ul.txt2 > li{font-size: 18px;}
	.nw_mvsl .wid > .all_txt > ul.txt2 > li > span.new{width: 50px;height: 23px;line-height:23px;}
	.nw_mvsl .wid > .all_txt > a.bn{margin-top:25px;width:180px;line-height:48px;border-radius:48px;font-size:16px;}

	.mvb_btns{position: static;max-width: 100%;}
	.mvb_btns > li > a{padding: 0 15px;font-size:16px;}
	.mvb_btns > li > a > span{display: block;padding-left: 26px;}

	.nw_mvsl .bx-controls-direction a{bottom: 50%;width: 42px; height: 42px;}
	.nw_mvsl .bx-prev{left:10px;}
	.nw_mvsl .bx-next{left:auto;right:10px;}

	.mp_box > li{height: 500px;}
	
	.mgs_wid{width:100%;}
	.mgst_area{height: auto;display: block;}
	.mgst_area:before{display: none;}
	.mgsb_area{height:auto;background:url('../image/main/mgbg.jpg') no-repeat center center;background-size:cover;display: flex;align-items:center;}
	.mtcont_box{display:block;}
	.mnotice_box{position:relative;width:100%;box-sizing: border-box;padding: 60px 10px;background:#f5f5f5;}
	.mrec_box{width:100%;padding: 60px 10px;}
	.mnotice_box > a.more{right:10px;top:60px;}
	
	.mbconts_area{display:block;}
	.mcat_box{width:100%;padding: 60px 10px;}
	.mcust_box{width:100%;padding: 0 10px 60px;}
	.mcat_line{justify-content:center;}
	.mcat_line > li{margin-right:10px;margin-left:10px;max-width:calc(33.3333333% - 20px);}
}

@media screen and (max-width:767px){
	.section01:before{display: none;}
	.mc_box{display:block;text-align:center;}
	.mc_box > .box{width: auto;}
	.mc_box > .img{width: auto;padding: 0 30px;margin-top: 30px;}
	.mc_box > .img > span:after{left:10px;top:10px;right:-10px;bottom:-10px;}
	.mc_box > .box > p.txt1{font-size:18px;margin-bottom:20px;}
	.mc_box > .box > p.txt2{font-size:23px;line-height:1.4;margin-bottom:22px;}
	.mc_box > .box > p.txt3{font-size:16px;margin-bottom:30px;}
	.mc_box > .box > .btn{margin-left:-2px;padding:0 5px;}
	.mc_box > .box > .btn > li{width: calc(33.33333333% - 2px);height: 52px;margin-left:2px;max-width: 100%;}
	.mc_box > .box > .btn > li > a{font-size:15px;border-radius: 22px;}

	h3.mtitle{margin-bottom:40px;font-size:18px;}
	h3.mtitle strong{font-size:32px;margin-bottom: 15px;}
	h3.mtitle.st{margin-bottom: 34px;font-size:24px;}
	.swiper-container.msec_slid .swiper-slide > a{margin-top:20px;}
	.swiper-container.msec_slid .swiper-slide > a > .img{margin-bottom:18px;}
	.swiper-container.msec_slid .swiper-slide > a > .text p.txt1{font-size:18px;}
	.swiper-container.msec_slid .swiper-slide > a > .text p.txt2{margin-top: 10px;font-size:15px;}
	.msc_wid .swiper-scrollbar{margin-top: 25px;}
	.msc_wid .swiper-pagination{margin-top:20px;font-size:15px;}
	.msc_wid .swiper-pagination .swiper-pagination-current{font-size:20px;}
	.msc_wid .swiper-button-next, .msc_wid .swiper-button-prev{margin-top:-75px;}
}

@media screen and (max-width:640px){
	.mvsl_sld > li{height:auto;min-height:auto;}
	.nw_mvsl .wid > .all_img img{max-width:78%;}
	.nw_mvsl .wid > .all_txt > a.bn{margin-top:20px;width:140px;line-height:44px;border-radius:44px;font-size:15px;}
	.mvsl_sld > li img{width:100%;height:auto;}
	.mp_box{display: block;}
	.mp_box > li{width:100%;height: 400px;}
	.mp_box > li > a > p{font-size:24px;}
	.mp_box > li > a > p span{font-size:18px;margin-bottom: 12px;}
	.mp_box > li > a > div{margin-top:30px;}
	.mp_box > li > a > div span{width:150px;line-height:50px;border-radius: 25px;font-size:16px;}

	.mnotice_box > h4{font-size:26px;padding-bottom:20px;}
	.mnotice_box > h4 span{font-size:17px;}
	.mnotice_box > a.more{width: 25px;}
	.mnotice_line > li{padding: 25px 0;}
	.mnotice_line > li > a{padding-left:70px;}
	.mnotice_line > li > a > span{font-size:22px;}
	.mnotice_line > li > a > div > p.txt1{font-size:17px;}
	.mnotice_line > li > a > div > p.txt2{margin-top: 10px;font-size:15px;}
	.mrec_title{margin-bottom: 30px;}
	.mrec_title > p{font-size:26px;}
	.mrec_title > span{font-size:16px;}
	.mrec_line > li{height:140px;}
	.mrec_line > li > a{padding: 10px;}
	.mrec_line > li > a > p{margin-top:16px;font-size:16px;}
	.mcat_line > li > a > p{margin-top:15px;font-size:15px;}
	.mcust_box > p.txt1{font-size:18px;}
	.mcust_box > p.txt2{margin-top:5px;font-size:28px;}
	.mcust_box > p.txt2 span{display: inline-block;padding:20px 65px 0 0;}
	.mcust_box > p.txt3{margin-top: 15px;font-size:16px;}
	.mcust_box > .btns{margin-top: 35px;}
	.mcust_box > .btns > li{width:calc(50% - 3px);}
	.mcust_box > .btns > li > a{font-size:17px;}

	.pc{display:none;}
	.mob{display:inline-block;}

}

@media screen and (max-width:520px){
	.mp_box > li{height: 320px;}
}

@media screen and (max-width:350px){
	
}


