@charset "utf-8";

a:hover,
.mcolor,
.ui-banner .ui-banner-slogans li.ui-banner-slogans-current h3,
.loglist li.con .des h2 i.fa,
.wapost h2 i.fa,
.calendar td.day a,
.logcon a,
#tw li p:hover {
    color: #15c288;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #4D4D4D;
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

a.foot {
    color: #eee
}

a:hover {
    color: #15c288;
    text-decoration: none;
}

ul {
    list-style: none
}

img {
    border: none;
}

.hz-search {
    margin-top: 22px;
    height: 35px;
    border-width: 0;
    padding: 0 5px;
    /*border-left: 1px solid #f0f0f0;*/
    /*border-right: 1px solid #f0f0f0;*/
}

.nav li.on1:after {
    width: 30%;
    content: '';
    height: 4px;
    background: #15c288;
    display: block;
    bottom: 20px;
    left: 28px;
    position: absolute;
}

.form-control{
    font-size: 16px;
    background-color: transparent;
    border: none;
}


.nav li.on:after {
    width: 50%;
    content: '';
    height: 4px;
    background: #15c288;
    display: block;
    bottom: 14px;
    left: 30px;
    position: absolute;
}

.hz-search .navbar-form .form-group {
    position: relative;
}

.hz-search .search-left {
     height: 100%;
    width: 500px;
    height: 50px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}

.hz-search .search-type {
    margin-top: 5px;
}

.hz-search .search-type .choose {
    padding: 0 5px;
    line-height: 24px;
    color: #616161;
    cursor: pointer;
    border-right: 1px solid #f0f0f0;
}

.hz-search .search-type .choose i {
    margin-left: 4px;
}

.hz-search .search-type ul {
    display: none;
    position: relative;
    z-index: 99;
    width: 64px;
    background: #fff;
    padding-top: 28px;
    left: 0;
    cursor: pointer;
}

.hz-search .search-type ul li {
    padding: 4px 0;
}

.hz-search input.form-control {
  outline: none;
    height: 100%;
    width: 85%;
    margin: 0;
    padding: 0 0 0 15px;
    border-color: #fff;
    box-shadow: none;
}

.hz-search input.form-control:focus {
    box-shadow: none;
}

.hz-search button {
    background: #fff;
    font-size: 20px;
    color: #15c288;
    border: none;
    vertical-align: middle;
}
.glyphicon{
    position: absolute;
    right: 15px;
    top: 12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
header {
    background: linear-gradient(to bottom, #ffffff, rgba(21,194,136,.05));
    /*background: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(22,45,87,.06))*/
}

header .content {
    position: relative;
}

header .navbar-brand {
   float: left;
    font-size: 18px;
    line-height: 40px;
    display: block;
    height: 80px;
    padding: 8px 0;
}

header .navbar-brand img {
    height: 100%;
    width: auto;
    min-width: 82px;
    display: block;
    vertical-align: middle;
}

.topmenu.navbar-nav li a {
    color: #616161;
    padding: 30px 25px;
    font-size: 18px;
}

.nav li a:focus,
.nav li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #15c288;
}

.user-nav {
    position: relative;
    z-index: 100;
}

.user-nav .nav {
    position: relative;
    z-index: 1;
    background: #fff;
}

.nav.nav-login {
    padding-left: 10px;
    font-size: 16px;
    float: right;
}

.hzapp a {
    font-size: 12px;
}

.user-nav .nav li {
    height: 80px;
    line-height: 80px;
    float: left;
    vertical-align: middle;
}

.user-nav .nav li .hz-icon {
    font-size: 18px;
}

.user-nav .nav li a {
    padding: 0 10px !important;
    color: #15c288;
}

.active_info a{
    color: #15c288;
    font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .glyphicon_img{
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
    
    header {
        height: 60px !important;
        line-height: 60px;
    }
	.wrap {
		height: 180px;
	}
	#menu {
		width: 36px;
		height: 36px;
		line-height: 66px;
		margin-left: 20px;
		position: relative;
		z-index: 999999;
	}
	#menu ul.forword_top {
		position: absolute;
		top: 0;
		left: 0;
		width: 104px;
		/*height: 250px;*/
		background: #fff;
		padding: 0 20px;
		margin-top: 60px;
		margin-left: -10px;
		overflow: hidden;
	}
	#menu ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#menu ul li a span {
		display: inline-block;
		margin-right: 5px;
	}
	#menu ul li a i {
		margin-left: 5px;
	}
	#menu ul li a {
		display: block;
		font-size: 16px;
		color: #666;
	}
	.pull-left{
	   margin-left: 20px;
	}
	a.logo {
		position: absolute;
		top: 0;
		left: 28%;
		margin-left: -41px;
	}
	header .content{
	    
	}
	header .navbar-brand {
        margin-top: 0;
        height: 60px;
    }
    header .navbar-brand img {
        height: 100%;
        width: auto;
        display: block;
        vertical-align: middle;
    }
	.forword_top {
		animation: moveTop 1s linear;
		-webkit-animation: moveTop 1s linear;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}
	.forword_bottom {
		animation: moveBottom 1s linear;
		-webkit-animation: moveBottom 1s linear;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}
	@keyframes moveTop {
		0% {
			margin-top: 60px;
			opacity: 1;
		}
		100% {
			margin-top: -310px;
			opacity: 0;
		}
	}
	@keyframes moveBottom {
		0% {
			margin-top: -310px;
			opacity: 0;
		}
		100% {
			margin-top: 60px;
			opacity: 1;
		}
	}
}

@media only screen and (min-width: 992px) {
	#menu ul.forword_top {
		display: block;
	}
	.daren-list div .list-item .avatar{
		float: left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.swiper-wrapper img {
		height: 350px;
		object-fit: cover;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.swiper-wrapper img {
		height: 265px;
		object-fit: cover;
	}
	.daren-list div .list-item .avatar a{
		margin: 0 auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.swiper-container {
		width: 100% !important;
	}
	.swiper-wrapper img {
		height: 180px;
		object-fit: cover;
	}
	.daren-list div .list-item .avatar a{
		margin: 0 auto;
	}
}

.live-open-course {
	background-color: #f6f6f6;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .top_wrap {
        width: 100%;
        height: 180px;
    }
    
    .top_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 992px) {
    .top_wrap {
        width: 100%;
        height: 420px;
    }
    
    .top_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.floatBox {
    cursor: pointer;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    right: 30px;
    bottom: 100px;
    box-shadow: 0px 0px 14px 1px rgba(19, 49, 105, 0.12);
    z-index: 9999;
}

.floatBox .backtop {
    background: url(../images/top.png) no-repeat 12px 10px;
}

.floatBox .backtop:hover {
    background: url(../images/top-b.png) no-repeat 12px 10px;
}

.floatBox .backtop {
    height: 50px;
}

.floatBox img {
    margin: 10px 0 2px;
}

.floatBox p {
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
}