body{
    padding-bottom: 2rem!important;
}
#banner {
	width: 100%;
	overflow: hidden;
	position: relative
}

#banner .swiper-slide {
	position: relative;
	text-align: center
}

#banner img {
	width: 100%
}

#banner .pagination1 {
	position: absolute;
	z-index: 1;
	bottom: .133rem;
	width: 100%;
	text-align: center;
	right: 0
}

#banner .swiper-pagination-bullet {
	display: inline-block;
	width: .16rem;
	height: .16rem;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px;
	opacity: .8;
	cursor: pointer;
	border-radius: 50%
}

#banner .swiper-pagination-bullet-active {
	background: #f60
}

.quick-nav {
    width: 92%;
    margin: auto;
	background: #fff;
	padding: .2rem 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.quick-nav>a {
	width: 26%;
	text-align: center;
	color: #000;
	padding: .2rem 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.quick-nav>a>div{
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    margin: auto auto .1rem;
    color: #fff;
    border-radius: .1rem;
}
.quick-nav>a>div>i{
    font-size: .8rem;
}
.quick-nav>a:first-child>div{
    background: #0b98ee;
    box-shadow: 0 0 0.2rem #80cfff
}
.quick-nav>a:nth-child(2)>div{
    background: #fe8125;
    box-shadow: 0 0 0.2rem #ffc396
}
.quick-nav>a:nth-child(3)>div{
    background: #f3324d;
    box-shadow: 0 0 0.2rem #ffabb7
}
.quick-nav>a:nth-child(4)>div{
    background: #05d0c8;
    box-shadow: 0 0 0.2rem #92fffb
}
.quick-nav>a:nth-child(5)>div{
    background: #6456f1;
    box-shadow: 0 0 0.2rem #aba2ff
}
.quick-nav>a:nth-child(6)>div{
    background: #20ca72;
    box-shadow: 0 0 0.2rem #8bffc3
}
.quick-nav>a:nth-child(7)>div{
    background: #ffa801;
    box-shadow: 0 0 0.2rem #ffd990
}
.quick-nav>a:nth-child(8)>div{
    background: #f14269;
    box-shadow: 0 0 0.2rem #ffadc0
}
.lay1{
    width: 92%;
    margin: .6rem auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.lay1>a{
    color: #fff;
    padding: .2rem .4rem;
    border-radius: .2rem;
    width: 45%;
    text-align: center;
}
.lay1>a:first-child{
    background: #ffa801;
}
.lay1>a:last-child{
    background: #007cf0;
}
.lay2{
    width: 100%;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.lay2>a{
    width: 50%;
}
.lay-title{
    width: 92%;
    margin: auto auto .4rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: .6rem 0 .2rem;
    overflow: hidden;
}
.lay-title>div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
}
.lay-title>div>span{
    width: .2rem;
    height: .54rem;
    background: #007cf0;
    margin-right: .2rem;
    align-self: flex-end;
}
.lay-title>div>p{
    margin-left: .4rem;
    align-self: flex-end;
    color: red;
}
.lay-title>a{
    color: red;
    align-self: flex-end;
}
.lay3{
    width: 92%;
    margin: auto auto .1rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}
.lay3-left,.lay3-right{
    width: 49.6%;
}
.zy-text{
    text-align: left;
    color: #000;
    padding: .16rem 0 .3rem;
}
.zy-text span{
    color: #007cf0
}
.lay-btn{
    width: 92%;
    margin: .6rem auto auto;
    display: block;
    height: 1rem;
    line-height: 1rem;
    background: #ff2530;
    color: #fff;
    text-align: center;
}
.lay4{
    width: 92%;
    margin: auto auto .4rem;
}
.lay4 thead th{
    background: #fec21e;
    padding: .2rem 0;
}
.lay4 tbody td{
    padding: .2rem 0;
    border-bottom: 1px solid #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lay4 tbody td a{
    color: red;
    text-decoration: underline;
}
.lay5{
    width: 92%;
    margin: auto;
}
.lay6{
    width: 92%;
    margin: auto;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;

}
#lay6-left {
	width: 60%;
	overflow: hidden;
    position: relative;
}
#lay6-right{
    width: 40%;
    background: #007cf0;
    overflow: hidden;
}
#lay6-right a{
    color: #fff;
}
#lay6-left .swiper-slide {
	position: relative;
	text-align: center
}

#lay6-left img {
	width: 100%
}

#lay6-left .pagination2 {
	position: absolute;
	z-index: 1;
	bottom: .133rem;
	width: 100%;
	text-align: center;
	right: 0
}

#lay6-left .swiper-pagination-bullet {
	display: inline-block;
	width: .16rem;
	height: .16rem;
	border-radius: 5px;
	background: #fff;
	margin: 0 5px;
	opacity: .8;
	cursor: pointer;
	border-radius: 50%
}

#lay6-left .swiper-pagination-bullet-active {
	background: #f60
}
#lay6-right{
    color: #fff;
}
#lay6-right .swiper-slide div{
    text-align: center;
    padding:.2rem;
}
#lay6-right .swiper-slide p{
    text-indent: .2rem;
    width: 96%;
    margin: auto;
}
.lay7{
    width: 92%;
    margin: .2rem auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.lay7>a{
    width: 32%;
    border: 1px solid #e6e3e3;
    border-radius: .2rem;
    overflow: hidden;
    background: #e6e3e3
}
.lay7>a>div{
    width: 100%;
    margin: auto;
    display: flex;
    display:-webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem 0;
}
.lay7>a>div>span:first-child{
    width: 50%;
    color: #000;
    text-align: center;
}
.lay7>a>div>span:last-child{
    width: 50%;
    color: #000;
    text-align: left;
}
.lay8>a{
    width: 49%!important;

}
.lay8>a>div{
    flex-wrap: wrap;
}
.lay8>a>div>span{
    width: 100%!important;
    text-align: left!important;
    padding-left: .1rem;
}
#lay9{
    width: 92%;
    margin: auto;
    overflow: hidden;
}
#lay9 ul{
    width: 100%;
}
#lay9 ul li{
    width: 100%;
    padding: .2rem 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
#lay9 ul li a{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #000;
}
#lay9 ul li a img{
    width: 30%;
    margin-right: .2rem
}
#lay9 ul li a div{
    width: 70%;
}
#lay9 ul li a div div{
   margin-top: .2rem;
   color: #ccc;
}
#lay9 .paginationlay9{
    width: 100%;
    display: flex;
}
#lay9 .paginationlay9 span{
    width: 33.3%;
    border-radius: 0!important;
    height: 1rem;
    line-height: 1rem;
    color: #000;
    opacity:1!important;
    background: #f5f5f5!important;
    text-align: center;
    font-size: .4rem;
}
#lay9 .paginationlay9 span.swiper-pagination-bullet-active{
    background: #ff0000!important;
    color: #fff;
}
.lay10{
    width: 92%;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lay10>a{
    position: relative;
    width: 100%;
    color:#fff;
}
.lay10>a>div{
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    text-shadow: 0 0 1px #000;
}
.lay10>div{
    width: 100%;
    margin-top: .2rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lay10>div>.lay10-left{
    width: 48.6%;
}
.lay10>div>.lay10-left a{
    position: relative;
    display: block;
    margin-bottom: .2rem;
}
.lay10>div>.lay10-left a>div{
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    text-shadow: 0 0 1px #000;
    color: #fff
}
.lay10>div>.lay10-right{
    width: 49.5%;
}
.lay10>div>.lay10-right a{
    display: block;
    position: relative;
}
.lay10>div>.lay10-right a>div{
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    text-shadow: 0 0 1px #000;
    color: #fff
}
/*专业模块*/
.zy-content{

    display: flex;
    
    display:-webkit-flex;
    
    align-items:stretch;
    
    justify-content: space-between;
    
    flex-wrap: wrap;
    
    width: 92%;
    
    position: relative;
    
    margin:auto auto 10px;
    
    transition: all .3s ease-in-out;
    
    -o-transition: all .3s ease-in-out;
    
    -ms-transition: all .3s ease-in-out;
    
    -moz-transition: all .3s ease-in-out;
    
    -webkit-transition: all .3s ease-in-out;
    }
    .zy-box{
        position: relative;
        display: block;
        width: 49%;
        margin-bottom:.22rem;
        border-radius: .1rem;
        box-shadow: 0px 1px 6px #ccc;
        overflow: hidden;
        background: #fff;
    }
    .zy-box-hot{
        position: absolute;
        left: .1rem;
        top: -.1rem;
        color: #f66;
        z-index: 3;
        font-size: 1rem!important;
    }
    .zy-box>section{
        position: relative;
        width: 100%;
        margin-bottom: .2rem;
    }
    .zy-box h2{
        /* font-weight: 300; */
        width: 101%;
        padding: .1rem .1rem .2rem;
        height: 101%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0, 0, 0, 0.7));
        color: #fff;
        letter-spacing: 1px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .zy-box>span{
        color: #8c8c8c;
        padding: 0 10px;
        display: block;
        margin-bottom: 1.2rem;
    }
    .zy-box>p{
        color: #666b85;
        padding: .2rem .2rem 1.2rem;
    }
    .zy-box>div{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 92%;
        margin: auto;
        padding: .2rem 0;
        border-top: 1px solid #dcdcdc;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-around;
    }
    .zy-box>div>a{
        width: 49%;
        text-align: center;
        color: #0087ff;
    }
    .zy-box>div>a:last-child{
        border-left: 1px solid #dcdcdc;
    }