/* CSS Document */
.ms-header{
    height: 3.5rem;
    line-height: 3.5rem;
    background: #379be9;
    position: relative;
}

/*
.ms-header .ms-name{
    height: 4.5rem;
    line-height: 4.5rem;
}

.ms-header .ms-name h1{
    display: block;
    color: #fff;
    font-size: 1.5rem;
}
*/

.ms-back-top{
    width: 90%;
    height: 3.5rem;
    line-height: 3.5rem;
}

.ms-back-top ul li {
    display: block;
    float: left;
    font-size: 1.1rem;
}
.ms-back-top ul li:first-child{
    font-weight: bold;
}

.ms-back-top ul li:last-child i{
    display: none;
}

.ms-back-top ul li i{
    background: url("/statics/images/back-top.png") no-repeat;
    color: #fff;
    background-size: 60%;
    display: block;
    width: 1rem;
    height: 0rem;
    float: left;
    margin-top: 0rem;
}

.ms-back-top ul li a{
    float: left;
    color: #fff;
}

.ms-header .ms-i{
    width: 10%;
}

.ms-header .ms-i .ms-pull{
    display: block;
    width: 2rem;
    height: 2rem;
    background: url("../images/ma-menu.png") no-repeat;
    background-size: 100%;
    margin-top: 0.75rem;
}

/*导航*/
.ms-nav{
    background: #fff;
    padding: 0.5rem 0;
}

.ms-nav ul li{
    display: block;
    float: left;
    width: 20%;
    font-size: 1rem;
    text-align: center;
    height: 2.6rem;
    line-height: 2.6rem;
}

.ms-nav ul li a{
    color: #222;
}

.ms-active-nav{
    border-bottom: 2px solid #379be9;
    padding-bottom: 0.4rem;
}

/*幻灯*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.slide-img a{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 53.3333%;
}
.slide-img img{
	position:  absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-img .slide-text{
    position: absolute;
    font-size: 1.2em;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.6rem;
    color: #fafafa;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: normal;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));
}

.slide-img .slide-text span{
    display: block;
    width: 80%;
}

.slide-icon{
    text-align: right;
}

/*底部*/
.ms-footer{
    text-align: center;
    padding: 1rem 0;
    background: #379be9;
}

.ms-footer .ms-f-a{
    height: 2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    justify-content: space-around;
   
}

.ms-footer .ms-f-a a{
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    color: #fff;
    padding: 0 0.5rem;
    font-size: 0.8rem;
}

.ms-footer .ms-f-a .ms-f-pc{
    background: url("../images/pc.png") no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 100%;
    margin-top: 0.5rem;
}

.ms-footer .ms-f-a .ms-f-md{
    background: url("../images/md.png") no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    margin-top: 0.1rem;
}

.ms-f-copy{
    background: #fff;
    text-align: center;
}

.ms-f-copy p{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
    color: #888;
    padding: 1rem 0;
}

/*返回顶部*/
#ms-backTop{
    display: none;
    background: url("../images/back.png") no-repeat;
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    background-size: 100%;
    text-indent: -9999px;
    filter:alpha(opacity=10);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

