﻿@charset "utf-8";
body {padding-bottom: 7rem;}
.pmg2 {-webkit-animation: fadeFromBottom 1.5s ease .2s both;}
.pmg4 {-webkit-animation: fadeFromBottom 1.5s ease 1.2s both;}
.pmg5 {-webkit-animation: fadeFromBottom 1.5s ease 1.5s both;}
.pmg6 {-webkit-animation: fadeFromBottom 1.5s ease 2.5s both;}
.pmg {-webkit-animation: zoomIn 1.5s ease 1.9s both;}
.default-top {}
.default-top img.bg {display: block;width: 100%;}
.default-top .inner-right {right: 1rem;top: 0;height: 100%;display: flex;flex-direction: column;justify-content: center;color: #578ef3;text-align: center;width: 24%;}
.default-top .inner-right .top {font-size: 1.1rem;line-height: 1.1rem;margin-bottom: 0.3rem;}
.default-top .inner-right .bot {font-size: 1.5rem;line-height: 1.5rem;}
.default-top .inner-right .bot img {width: 100%;}
.default-banner img {display: block;width: 100%;}
.default-notice {height: 3rem;line-height: 3rem;padding: 0 0.7rem;background: black;overflow: hidden;}
.default-notice .inner-title{height: 3rem;line-height: 3rem;font-size: 1.6rem;font-weight: bold;color: #e47e7e;display: inline-block;background: url("../images/isndnsks_05.jpg") no-repeat left center;background-size: 1.5rem 1.6rem;}
.default-notice span {float: left;margin-left: 1.6rem;}
.default-notice p {display: block;height: 3rem;line-height: 3rem;overflow: hidden;font-size: 1.5rem;color: #ffffff;font-weight: normal;margin-left: 10px;float: left;position: relative;width: 22rem;}
.default-notice .inner-right {float: right;position: relative;height: 3rem;width: 23rem;}
.default-notice .inner-right ul {position: absolute;top: 0;right: 0;transition: all 0.4s;}
.default-notice .inner-right ul li {line-height: 3rem;font-size: 1.5rem;color: #7c7b7b;}
.str_move {white-space: nowrap;position: absolute;top: 0;left: 0;cursor: move;}
.login-wrap {height: 3.2rem;display: flex;align-items: center;margin-top: 0.5rem;background: #000;}
.login-wrap .inner-title {height: 3.2rem;line-height: 3.2rem;font-size: 1.5rem;font-weight: bold;color: white;background: black;vertical-align: middle;text-align: justify;white-space: nowrap; width: 50%;}
.login-wrap a {width:8.6rem;height: 2.5rem;line-height: 2.5rem;text-align: center;background-color: #ff0;font-size: 1.5rem;color: #000;vertical-align: middle;margin-left:0.5rem;border-radius: 0.5rem;}
.site-list {margin-top: 0.2rem;}
.site-list .inner {overflow: hidden;padding: 0.2rem;}
.site-list .inner .item {float: left;width: 33.33%;box-sizing: border-box;padding: 0.2rem;}
.site-list .inner .item .item-innner {padding-top: 0.9rem;text-align: center;color: white;padding-bottom: 1.5rem;border-radius: 0.4rem;}
.site-list .inner .item:nth-child(1) .item-innner {background: #ff9900;}
.site-list .inner .item:nth-child(2) .item-innner {background: #fd1e1e;}
.site-list .inner .item:nth-child(3) .item-innner {background: #23d001;}
.site-list .inner .item:nth-child(4) .item-innner {background: #00cc99;}
.site-list .inner .item:nth-child(5) .item-innner {background: #294bf6;}
.site-list .inner .item:nth-child(6) .item-innner {background: #cc0bce;}
.site-list .inner .item .item-innner {display: block;}
.site-list .inner .item .item-innner .num {width: 4.7rem;height: 4.7rem;border: 0.2rem solid white;margin: 0 auto;line-height: 4.7rem;font-size: 3rem;font-weight: bold;border-radius: 50%;}
.site-list .inner .item .item-innner .title {height: 2.5rem;line-height: 2.5rem;font-size: 1.6rem;font-weight: bolder;margin-top: 0.4rem;}
.site-list .inner .item .item-innner .site {height: 1.2rem;line-height: 1.2rem;font-size: 1rem;}
.default-foot {display: block;background: black;position: fixed;bottom: 0;left: 0;width: 100%;overflow: hidden;}
.default-foot a.item {width: 20%;display: block;float: left;text-align: center;padding: 0.7rem 0;}
.default-foot a.item .pic {flex: 1;text-align: center;height: 2.4rem;}
.default-foot a.item:nth-child(1) .pic {background: url(../images/footnmajdj_06.png) no-repeat center bottom;background-size: 2rem 2rem;}
.default-foot a.item:nth-child(2) .pic {background: url(../images/footnmajdj_12.png) no-repeat center bottom;background-size: 2rem 2rem;}
.default-foot a.item:nth-child(3) .pic {background: url(../images/footnmajdj_14.png) no-repeat center bottom;background-size: 2rem 2rem;}
.default-foot a.item:nth-child(4) .pic {background: url(../images/footnmajdj_03.png) no-repeat center bottom;background-size: 2rem 2rem;}
.default-foot a.item:nth-child(5) .pic {background: url(../images/footnmajdj_09.png) no-repeat center bottom;background-size: 2rem 2rem;}
.default-foot a.item .label {color: white;font-size: 0.9rem;font-weight: bold;line-height: 0.9rem;margin-top: 0.6rem;}
.swiper-pagination {bottom: 1px; left: 50%;}


/*--------------自下向上滑入1-------------------*/

@-webkit-keyframes fadeFromBottom {
 0% {
-webkit-transform:translate3d(0, 100px, 0);
opacity: 0;
}
 100% {
-webkit-transform:translate3d(0, 0, 0);
opacity: 1;
}
}
/*--------------从小到大淡入------------------*/

@-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.1, .1, .1);
 transform: scale3d(.1, .1, .1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
 opacity: 1;
}
}
