@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration:none!important;
}
img {
	border: none;
	vertical-align: top;
}
li {
	list-style-type: none;
}
ul, dl, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
h2 {
	font-size: 18px;
	font-family: "微软雅黑";
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #fff;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
img {
    max-width: 100%;
}
a {
	outline: none;
	color: #333333;
}
a:hover {
    color: #049d99;
}
input {
    outline: none;
}
select {
    outline: none;
}
header {
    display: block;
    unicode-bidi: isolate;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);
}
.ack-top {
    height: 40px;
    background: #049d99;
    z-index: 100;
    top: 0;
    position: relative;
}
.ack-head {
    width: 1420px;
    margin:0 auto;
    overflow: hidden;
    height: 40px;
}
.ack-left {
    float: left;
    width: 460px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.ack-left a {color:#fff;}
.ack-center {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.ack-right {
    float: right;
    width: 700px;
    margin:0 auto;
    overflow: hidden;
    height: 40px;
    text-align: right;
    line-height: 40px;
}
.ack-right a {
    color: #fff;
    margin-left: 20px;
}
.ack-right a:hover {
    color: #f60;
}
/* CSS 顶部导航 */
.ack-inside {
    width: 1420px;
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.ack-logo {
    display: inline-block;
    position: absolute;
    height: 45px;
}
.ack-logo img {
    width: 160px;
    height: 45px;
}
.ack-main {
    width: 865px;
    margin-left: 220px;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.ack-dh {
    display: flex;
    align-items: center;
}
.ack-dh a {
    display: inline-block;
    color: #3c4142;
    font-size: 17px;
    margin-right: 25px;
    position: relative;
}
.ack-dh a:hover {
    color: #049d99;
}
.ack-active {
    color: #049d99 !important;
}
.ack-search {
    position: absolute;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    right: 0;
    margin-right: 20px;
}
.ack-search input {
    width: 235px;
    height: 35px;
    background-color: #fbfbfb00;
    border-radius: 18px;
    border: solid 1px #ddd;
    outline: none;
    padding-left: 13px;
    box-sizing: border-box;
    color: #bbb;
    font-size: 14px;
}
.ack-search input {
  max-width: 158px;
  transition: max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ack-search input:focus {
  max-width: 580px;
  outline: none;
  border-color: #007bff;
}
.ack-mdj {
    border-width: 0px;
    background: #fefefe;
    outline: none;
    display: block;
}
.ack-search form {
    height: 35px;
}
.ack-search i {
    position: absolute;
    right: -10px;
    top: -8px;
    font-size: 25px;
    z-index: 9;
    cursor: pointer;
}
.ack-iconfont {
    width: 17px;
    height: 17px;
    border: none;
    background: url(../images/bg1.png) no-repeat 0px 0px;
    float: right;
    margin-right: 25px;
    margin-top: 17px;
}
.ack-iconfont:hover {
	background: none;
	background: url(../images/bg1.png) no-repeat 0px -35px;
}
.ack-column {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}
.ack-quiz {
    display: inline-block;
    margin-right: 10px;
}
.ack-tw {
    color: #333333;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.ack-tw {
    width: 38px;
    height: 33px;
    border-radius: 18px;
    border: solid 1px #ddd;
    cursor: pointer;
    line-height: 33px;
    text-align: center;
    background: url(../images/fabu.png) no-repeat 18px 10px;
    background-size: 15px;
    padding: 0 12px 0 35px;
}
.ack-tw img {
    margin-right: 5px;
    vertical-align: -2px;
    width: 15px;
}
.ack-enroll {
    display: inline-block;
    display: flex;
    align-items: center;
}
.ack-enroll span {
    margin-right: 15px;
}
.ack-enroll span:nth-child(2) {
    max-width: 56px;
}
.ack-enroll span:nth-child(3) {
    margin-right: 0;
}
.ack-enroll img {
    width: 30px;
    border-radius: 50%;
}
.ack-xie {
    color: #999;
    padding: 0 10px;
}
/************************底部版权*********************/
#footer {
    color: #555;
    font-size: 14px;
    background: #fff;
    margin-top: 25px;
    background-size: 100% 100%;
    border-top: 1px solid rgb(0 0 0 / 8%);
    box-shadow: 15px 0px 0 0px rgba(0, 0, 0, 0.04);
    border-top: 4px solid #049d99;
}
.down-footer {
    padding: 30px 0;
    position: relative;
    width: 1420px;
    margin: 0 auto;
    overflow: hidden;
}
.down-ylogo {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: -4px 30px 0 -5px;
    float: left;
}
.down-ylogo img {
    display: block;
    max-width: 160px;
    max-height: 60px;
    height: auto;
}
.down-flogo {
    position: absolute;
    right: 0;
    top: 15px;
    text-align: right;
    width: 260px;
}
.down-flogo img {
    width: 160px;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 1.6;
    margin-top: 15px;
    padding: 5px 8px;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 5px;
}
.down-flogo img:hover {
    border: 1px solid #049d99;
    filter: grayscale(20%);
}
.down-fnavs {
    width: 850px;
    float: left;
}
.down-fnav {
    margin-bottom: 15px;
}
.down-fnav a {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.down-fnav a:last-child {
    margin-right: 0;
}
.down-fnav a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    height: 2px;
    width: 2px;
    background-color: #ddd;
    border-radius: 50%;
}
.down-copy a {
    padding-left: 20px;
    color: #525252;
}
.down-copy a:hover {
color: #049d99;
}
/*** 返回顶部 ***/
.dingbu-1 {width:50px;margin-left:570px;position:fixed;right:10px;bottom:142px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;z-index:999;}
.dingbu-1 a{display:block;width:50px;height:50px;background:url(../images/dingbu.png) no-repeat;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:5px;}
.dingbu-1 a span{display:none;text-align:center;border-radius: 5px;}
.dingbu-1 a:hover{text-decoration:none;background-color:#049d99;color:#fff;}
.dingbu-1 a:hover span{display:block;width:50px;background:#049d99}
.dingbu-1 .dingbu-3{background-position:-89px -236px;}
.dingbu-1 .dingbu-4{background-position:-151px -236px;}
.dingbu-1 .dingbu-5{background-position:-88px -185px;}
.dingbu-1 .dingbu-6{background-position:-150px -185px;}
/************************登陆注册*********************/
.login-block {
    width: 650px;
    margin: 40px auto;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.login-a1 {
    width: 360px;
    margin: 0px auto;
}
.login-a2{
    padding: 0px;
    margin: 0px;
}
.login-a3 {
    width: 360px;
    height: 57px;
    background: #049d99;
    color: #fff;
    border: 1px solid #049d99;
    font-size: 16px;
    border-radius: 5px;
}
.login-a4 {
    margin-bottom: 25px;
}
.login-a4 input {
    background-color: #ffffff;
    height: 43px;
    color: #8290a3;
    border: 1px solid #d5d5d5;
    outline: 0 !important;
    width: 318px;
    font-size: 16px;
    padding: 5px 20px;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-a5 {
    margin-bottom: 25px;
    position: relative;
}
.login-a5 input {
    background-color: #ffffff;
    height: 43px;
    color: #8290a3;
    border: 1px solid #d5d5d5;
    outline: 0 !important;
    width: 166px;
    font-size: 16px;
    padding: 5px 172px 5px 20px;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-a6 {
    height: 53px;
    width: 150px;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 25px;
    z-index: 9;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #d5d5d5;
}
.login-a7 {
    margin: 30px 0 0;
    font-size: 16px;
    overflow: hidden;
}
.login-a7 a {
    float: left;
}
.login-a7 a:nth-child(2) {
    float: right;
}
.login-a8 {
    margin-bottom: 25px;
}
.login-a9 {
    margin-bottom: 25px;
    position: relative;
}
.login-a9 input {
    background-color: #ffffff;
    height: 43px;
    color: #8290a3;
    border: 1px solid #d5d5d5;
    outline: 0 !important;
    width: 166px;
    font-size: 16px;
    padding: 5px 172px 5px 20px;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-a10 {
    height: 53px!important;
    width: 151px!important;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 25px;
    z-index: 9;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px!important;
    border-left: 1px solid #d5d5d5!important;
    border-top: 0!important;
    border-right: 0!important;
    border-bottom: 0!important;
    border-radius: 0px 5px 5px 0px!important;
    padding: 0px!important;
}
/*********************登陆页顶部********************/
.topbar {
    border-top: 5px solid #049d99;
    border-bottom: 1px solid #d5d5d5;
    height: 85px;
}
.layout {
    width: 650px;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}
.logo {
    position: relative;
    width: 269px;
    background: url(../images/bg-logo.jpg) left top no-repeat;
    height: 40px;
    float: left;
    margin-top: 22px;
    overflow: hidden;
}
.logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 40px;
    text-indent: -999px;
}
.mission {
    width: 175px;
    background: url(../images/bg_mission.jpg) left top no-repeat;
    height: 40px;
    float: right;
    margin-top: 22px;
    overflow: hidden;
    text-indent: -999px;
}
.footer {
    background-color: white;
    border-top: 1px solid #d5d5d5;
    padding: 20px 0 20px 0;
}
.bottominfo {
    width: 650px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    line-height: 28px;
}
.bottominfo a {
    padding: 0 10px;
}
/**************后台登陆**************/
.login-body {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.login-main {
    width: 428px;
    position: relative;
    float: left;
}
.login-main .login-top {
    height: 117px;
    background-color: #049d99;
    border-radius: 12px 12px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 117px;
    text-align: center;
    overflow: hidden;
    transform: rotate(0);
}
.login-main .login-top img {
    padding: 30px 0;
}
.login-main .login-bottom {
    width: 428px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding-bottom: 38px;
}
.login-main .login-bottom .login-center {
    width: 350px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 15px;
    position: relative;
}
.login-main .login-bottom .login-center .login-item {
    width: 328px;
    height: 35px;
    border: 1px solid #dae1e6;
    padding: 10px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.login-main .login-bottom .login-center .login-item .login-icon {
    display: inline-block;
    width: 33px;
    height: 22px;
    margin-top: 6px;
}
.login-main .login-bottom .login-center .login-item .login-icon-2 {
    background: url(../images/login-bg.png) no-repeat -54px 0;
}
.login-main .login-bottom .login-center .login-item .login-icon-3 {
    background: url(../images/login-bg.png) no-repeat -106px 0;
}
.login-main .login-bottom .login-center .login-item input {
    display: inline-block;
    width: 295px;
    height: 35px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
}
.login-layui {
    margin-bottom: 15px;
    clear: both;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.login-main .login-bottom .login-btn {
    width: 288px;
    height: 56px;
    background-color: #049d99;
    border-radius: 8px;
    margin: 0 auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
}
.login-main .login-bottom .login-yanzh {
    float: right;
    width: 114px;
    height: 35px;
    text-align: center;
}
.login-main .login-bottom .login-chicuele {
    height: 35px;
}
.login-footer {
    left: 0;
    bottom: 30px;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}
.login-footer .login-padding {
    padding: 5px !important;
    color: #fff;
}
.login-padding a {
    color: #fff;
}