/*header*/
.m-nav{width: 100%;height: 3.75rem;background-color:#244581;top:0;left:0;right: 0;display: none;position:fixed;z-index:1;}
.m-nav .m-nav-logo{height: 3.75rem;width: 100%;}
.m-nav .m-nav-logo img{margin:0.75rem 0 0 0.6rem;}
.m-nav .small-menu{width:12.5rem;height:3.75rem;position: fixed;display:block;right:0;}
.small-menu .open{display:inline-block;position:absolute;width:30px;height:30px;top:0.9rem;right: 0.9rem; background: url(../images/icons/more.png) no-repeat;background-size:cover;}
.small-menu .close{position:absolute;top:0.9rem;left:0.9rem; width:30px;height:30px;background: url(../images/icons/close.png) no-repeat;background-size:cover;}
.small-menu .ms-cont{position: absolute;top:0;right:0;width: 150px;overflow-y: auto;box-sizing: border-box;padding: 0 20px;background: #f0f0f0;box-shadow: inset 10px 0 10px #ddd;text-align: center;}
.small-menu .ms-cont li{height: auto;width: 100%;border-bottom:1px solid #dcdcdc;}
.small-menu .ms-cont li a{font:500 0.8rem/4rem 'Microsoft YaHei';color:#000;}
/*=====================================*/

/*main*/
.main-content .m-content-one{display: none;}
.main-content .m-content-two{display: none;}
/*=====================================*/

/*footer*/
.footer .m-footer-top{width: 100%;height: 100%;margin:0 auto;text-align: center; display: none;}
.footer .m-footer-top img{margin:1.2rem auto 0;}
/*=====================================*/
@media screen and (max-width: 640px) and (min-width: 320px) {
/*header*/
.main{margin-top:3.75rem;}
.index .nav-box{display: none;}
.m-nav{display: block;}
/*=====================================*/

/*main*/
.index .title h4{font-size:14px;margin:0 auto;padding:0 10px;line-height: 60px}
.index .title h2{font-size:1.5rem;margin:0 auto 20px;}
.index .title-last{margin:0 auto 50px;}
.main-content .m-content-one{display: block;position: relative;width: 100%;}
.main-content .main-content-one{display: none;}
.main-content .m-content-two{display: block;}
.main-content .main-content-two{display: none;}
.mt-tabpage {width:100%;margin:40px auto;background-color: #FFFFFF;}
.mt-tabpage-title {height: 2rem;font-size: 0;background-color: #fff;width: 100%;margin:0 auto;border-bottom: 1px solid #6bb4f5;}
.mt-tabpage-title .mt-tabpage-item {display: inline-block;width: 100px;height: 2rem;line-height: 2rem;text-align: center;color: #6bb4f5;font-size: 20px;margin:auto;border:1px solid #6bb4f5;border-bottom: transparent;}
.mt-tabpage-title .mt-tabpage-item:hover{color: #fff;background-color: #6bb4f5;}
.mt-tabpage-title .mt-tabpage-item-cur {color: #fff;background-color: #6bb4f5;}
.mt-tabpage-count {position: relative;margin-top: 20px;width: 100%;height: 450px;overflow: hidden;}
.mt-tabpage-cont__wrap {position: absolute;}
.mt-tabpage-count .mt-tabpage-item {width: 100%;height: 100%;text-align: center;}
.mt-tabpage-count .mt-tabpage-item p{width:100%;font:500 18px/25px 'Microsoft YaHei';margin:30px auto 50px	;color: #6bb4f5;}
.index .title-last{font-size: 1.5rem;margin:0 auto 1.5rem;	padding-top:0;}
.index .main-content-four img{width: 100%;height: 100%;margin:0 auto;}
.index .main-content-four .button-last{margin:30px auto 50px;}
.index .main-content-four a{width:100%;margin:10px auto;text-align: right;}
.index .main-content-four-moblie img{width: 100%;height: 100%;margin:0 auto;}
.index .main-content-four-moblie .button-last{margin:30px auto 50px;}
.index .main-content-four-moblie a{width:100%;margin:10px auto;text-align: right;}
.index .button-last a{width: 155px;text-align:center;}
.main-content-four-moblie{display: block;width:100%;text-align: center;margin:0}
.main-content-four{display: none}
/*=====================================*/

/*footer*/
.footer .m-footer-top{display: block;}
.footer .footer-top{display: none;}
/*=====================================*/
}