a,
blockquote,
body,
button form,
code,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

body {
    color: #999;
    font-size: 14px;
    margin: auto;
    font-family: "Microsoft Yahei", Arial;
    background-color: #fff;
}

ol,
ul {
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #999;
}

b,
i {
    font-weight: 400;
    font-style: normal
}

img {
    border: 0
}

.container {
    width: 1200px;
    margin: auto;
}

.foot .container {
    width: 85%;
    margin: auto;
}

.index_banner img {
    width: 100%;
    height: 100%;
}

.nav {
    margin-top: -5px;
    width: 100%;
    height: 50px;
    background-color: #C04646;
    text-align: center;
}

.nav ul {
    margin: auto;
    position: relative;
    height: 50px;
}

.nav li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
}

.nav li:nth-child(2) {
    margin-left: 30px;
}

.nav li:first-child {
    position: absolute;
    left: 0px;
    top: -15px;
    text-align: left;
    margin-right: 20px;
}

.nav li:first-child img {
    width: 80px;
    box-shadow: 0 0 20px #A73838;
}

.nav li a.menu {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding: 0 30px;
}

.nav li a.current,
.nav li a.menu:hover {
    background-color: #812323;
    box-shadow: 0 0 50px #762020 inset;
}

.nav li:last-child {
    width: 160px;
    position: relative;
    margin-left: 30px;
}

.nav li input {
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 10px;
}

.nav li .search {
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 17px;
    border-left: 1px solid #ddd;
    padding-left: 5px;
}

.nav li .search:hover {
    background-color: transparent;
    box-shadow: 0 0 50px #fff inset;
}

.nav li .search img {
    vertical-align: top;
}

.indexnew {
    width: 100%;
    padding: 40px 0;
    background: url('../img/new_bg.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}

.indexnew h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    color: #C04646;
}

.indexnew h2 span {
    font-size: 14px;
    vertical-align: middle;
}

.indexnew h2 span a {
    font-size: 14px;
    vertical-align: middle;
    color: #C04646;
}

.indexnew .newcon {
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
}

.indexnew .newcon ul {
    width: 90%;
    margin: auto;
}

.indexnew .newcon ul li {
    width: 282px;
    padding: 20px 25px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.indexnew .newcon ul li p {
    text-align: left;
    line-height: 24px;
}

.indexnew .newcon ul li p.title {
    height: 48px;
}

.indexnew .newcon ul li p.mes a {
    /*    width:50px;
        height:20px;*/
    border: 2px solid #C04646;
    padding: 1px 5px;
    /*background-color: #C04646;*/
    color: #C04646;
    float: right;
    font-size: 12px;
    margin-right: 15px;
}

.indexnew .newcon ul li p.title {
    color: #333;
}

.indexnew .newcon ul li:hover {
    /*    color:#C04646;*/
}

.indexnew .newcon ul li:nth-child(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.indexnew .newcon .left {
    position: absolute;
    /*    left: 40px;*/
    top: 64px;
}

.indexnew .newcon .right {
    position: absolute;
    /*    right: 40px;*/
    top: 64px;
}

.test {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

.test .aeis li {
    display: inline-block;
    vertical-align: top;
}

.test .aeis li:first-child img {
    width: 90%;
}

.test .aeis li:first-child {
    padding: 10px 0;
    border: 1px solid #ddd;
    width: 20%;
    text-align: center;
    margin-right: 30px;
}

.test .aeis li:nth-child(2) {
    width: 50%;
    text-align: left;
}

.test .aeis li:nth-child(2) .title {
    font-size: 26px;
    color: #C04646;
}

.test .aeis li:nth-child(2) .tip {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    margin-top: 5px;
}

.test .aeis li:nth-child(2) .tip i {
    font-style: italic;
    font-size: 18px;
    color: #666;
}

.test .aeis li:nth-child(2) .text {
    line-height: 28px;
    color: #333;
}

.test .aeis li:nth-child(2) .btn {
    display: inline-block;
    width: 150px;
    margin: 15px 0;
    background-color: #C04646;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.test .aeis li:nth-child(2) .btn:hover {
    background-color: #fff;
    color: #C04646;
    border: 1px solid #C04646;
}

.linkto {
    color: #C04646;
}

.linkto:hover {
    text-decoration: underline;
    color: #C04646;
}

.test .aeis li:nth-child(3) {
    width: 20%
}

.test .aeis .navquick li:first-child {
    width: 100%;
    height: 58px;
    background: url('../img/nav_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    line-height: 24px;
    border: 0px;
}

.test .aeis .navquick {
    background-color: #fafafa;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    margin-left: 30px;
}

.test .aeis .navquick li {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
}

.test .aeis .navquick li a {
    color: #333;
}

.test .aeis .navquick li:first-child img {
    width: 30px;
    height: 30px;
}

.test .aeis .navquick li:first-child span {
    color: #fff;
    font-size: 18px;
    display: block;
}

.now {
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url('../img/seled.png') no-repeat 0 0;
    margin-right: 5px;
}

.test .aeis .navquick .current {
    color: #C04646;
}

.foot {
    padding: 40px;
    text-align: center;
    background-color: #232323;
}

.foot .container>div {
    display: inline-block;
    vertical-align: top;
}

.foot .left {
    width: 30%;
    padding: 0 15px;
    text-align: left;
}

.foot .left p {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}

.foot .left p a {
    font-size: 14px;
    margin-right: 8px;
    color: #fff;
    display: inline-block;
}

.foot .left p a:hover {
    color: #C04646;
}

.foot .center {
    width: 32%;
    text-align: center;
}

.foot .center ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /*margin-right: 10px;*/
}

.foot .center ul li:first-child {
    font-size: 14px;
    color: #fff;
}

.foot .center ul li {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.foot .center ul li a:hover {
    color: #C04646;
}

.foot .right {
    text-align: left;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.foot .right h4 {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.foot .right p {
    margin: 10px 0;
    color: #fff;
}

.foot .right p input {
    width: 230px;
    height: 30px;
    padding-left: 15px;
    color: #aaa;
    margin-left: 10px;
    border: 1px solid #ddd;
}

.foot .right p span.title {
    color: #fff;
    display: inline-block;
    width: 55px;
    text-align: right;
    line-height: 20px;
}

.foot .right p textarea {
    width: 225px;
    height: 100px;
    margin-left: 10px;
    font-size: 14px;
    font-family: "Microsoft Yahei", Arial;
    color: #aaa;
    padding: 10px;
    font-weight: 500;
    vertical-align: top;
    border: 1px solid #ddd
}

.foot .right p .tip {
    position: absolute;
    top: 5px;
    left: 84px;
    color: #aaa;
    font-weight: 400;
    font-size: 13px;
    font-family: initial;
    padding-top: 0%;
}

.foot .right .iden {
    height: 45px;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.foot .right .iden span.sp_code {
    display: inline-block;
    height: 27px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    margin-left: 16px;
}

.foot .right .iden img {
    vertical-align: middle;
    height: 25px;
    width: 70px;
}

.foot .right .iden a.btn {
    font-size: 14px;
    padding: 3px 20px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    margin-left: 8%;
    text-align: center;
}

.foot .right .iden a.btn:hover {
    background-color: #C04646;
    border: 2px solid #C04646;
    color: #fff
}

.foot .right .iden span input {
    width: 170px;
    height: 24px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
    margin-left: 2px;
}

.foot .conright .iden a {
    margin-left: 220px;
}

.abouttest {
    padding: 40px;
}

.abouttest .left {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.abouttest .right {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 75%
}

.abouttest .mainnav>li {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.detailnav {
    margin-left: 3px;
}

.detailnav li {
    font-size: 12px;
}

.abouttest .mainnav li a {
    display: block;
    color: #666;
}

.abouttest .mainnav li a.current,
.abouttest .detailnav li a.current {
    color: #C04646;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #C04646;
    vertical-align: middle;
    margin-right: 5px;
}

.scircle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #666;
}

.mainnav li i.current {
    background-color: #C04646;
}

.abouttest .right h4,
.abouttest .right h1 {
    font-size: 18px;
    font-weight: normal;
    color: #C04646;
    margin: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    line-height: 30px;
}

.abouttest .right h4 .circle,
.abouttest .right h1 .circle {
    background-color: #C04646;
    position: absolute;
    top: 10px;
    left: -17px;
}

.abouttest .con {
    padding-left: 20px;
}

.abouttest .con .text {
    color: #666;
    line-height: 36px;
    text-align: justify;
}

.abouttest .con h5 {
    color: #C04646;
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
}

.abouttest .con h5 .scircle {
    background-color: #C04646;
}

.abouttest .con .realink a {
    padding: 0 20px;
    border-right: 1px solid #ddd;
}

.abouttest .con .realink a:hover {
    color: #C04646;
}

.abouttest .con .realink a:first-child {
    padding-left: 0;
}

.abouttest .con .realink a:last-child {
    border: 0;
}

.lb {
    border-right: 1px solid #ddd;
}

.rb {
    border-left: 1px solid #ddd;
}

.chatonline {
    color: #C04646;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #C04646;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 295px;
}

.chatonline:hover {
    background-color: #C04646;
    color: #fff;
}

.chatonline .qq {
    display: block;
    width: 32px;
    margin: auto;
    height: 35px;
    background: url('../img/qq.png') no-repeat 0 0;
    margin-bottom: 5px;
    margin-top: 11px;
}

.chatonline .qqh {
    display: block;
    width: 32px;
    height: 35px;
    margin: auto;
    background: url('../img/qq_h.png') no-repeat 0 0;
    margin-bottom: 5px;
    margin-top: 11px;
}

.morelink a {
    margin-left: 15px;
    display: block;
    color: #666;
}

.morelink a:hover {
    color: #C04646;
}

.frilink {
    width: 80%;
    line-height: 24px;
}

.frilink a {
    margin-right: 15px;
    display: inline-block;
}

.frilink a:hover {
    color: #C04646;
}

.reslist p {
    margin: 10px;
}

.reslist p i {
    color: #C04646;
}

.reslist p a {
    color: #333;
}

.reslist p a:hover {
    color: #C04646;
    text-decoration: underline;
}

.reslist p a span {
    color: #999;
}

.page {
    margin: 30px 0 60px 30px;
    text-align: center;
}

.page a {
    display: inline-block;
}

.page a,
.page span {
    padding: 3px 8px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #666;
    color: #666;
    margin-right: 10px;
}

.page a:hover,
.page span.current {
    background-color: #C04646;
    border: 1px solid #C04646;
    color: #fff;
}

.rep {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/report.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.reph {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/report_h.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 8px;
}

.ana {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/ana.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.anah {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/ana_h.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 7px;
}

.adv {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/advice.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.advh {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    height: 18px;
    background: url('../img/advice_h.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 1px;
    top: 7px;
}

.aq {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/online.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.aqh {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url('../img/online_h.png') no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 7px;
}

.quickpath .detailnav {
    margin: 0;
}

.quickpath .detailnav a {
    position: relative;
}

.sina {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../img/sina.png') no-repeat 0 0;
}

.wechat {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../img/wechart.png') no-repeat 0 0;
}

.sina_h {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../img/sina_h.png') no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wechat_h {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../img/wechart_h.png') no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.abouttest .mainnav li p a {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
}

.hide {
    display: none;
}

.newest .newlist {
    margin-top: 30px;
}

.newest .newlist li a {
    color: #333;
    text-decoration: underline;
}

.newest .newlist li a:hover {
    color: #C04646;
    text-decoration: underline;
}

.newest .newlist li {
    color: #333;
    line-height: 28px;
}

.testnew {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.pic {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    vertical-align: middle;
}

#container,
.section {
    height: 100%;
    text-align: center;
}

#top {
    width: 100%;
    height: 100%;
    background: url('../img/top_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
}

#basemes,
#joiner,
#parents,
#others {
    width: 100%;
    height: 100%;
    background: url('../img/con_bg.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.tip {
    padding-top: 7%;
}

#top .tip .tipcon {
    width: 50%;
    padding: 30px 0;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

#top .tip .tipcon img {
    position: absolute;
    top: 0px;
    left: 0px;
}

#top .tip .tipcon h2,
#top .tip .tipcon h1 {
    font-weight: normal;
    font-size: 30px;
    color: #9b2e2e;
    padding: 0 50px 20px 50px;
    border-bottom: 1px solid #ddd;
}

#top .tip .tipcon .note {
    color: #333;
    line-height: 24px;
    padding: 20px 50px 0px 50px;
    text-align: left;
}

#top .btn {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #9b2e2e;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #333;
}

.btn img {
    vertical-align: middle;
}

.basecon {
    padding: 30px 50px;
    width: 35%;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: auto;
}

.basecon h3,
.joinercon h3,
.parentscon h3,
.otherscon h3 {
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
    text-align: center;
}

.basecon input.fill {
    width: 70%;
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 30px;
    margin: 10px;
}

.basecon select.fill {
    width: 76%;
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 30px;
    margin: 10px;
}

.basecon p {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
    width: 75%;
    text-align: left;
    height: 35px;
    display: inline-block;
}

.basecon p span {
    margin-right: 15%;
}

.basecon p a {
    display: inline-block;
    width: 18%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    border: 1px solid #777;
    border-radius: 5px;
    background-color: #DCDCDC;
    float: right;
    margin-left: 30px;
    /*margin-right: 10px;*/
    cursor: pointer;
}

.basecon p a:hover {
    background-color: #9b2e2e;
    color: #fff;
}

.nextbtn {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #9b2e2e;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #333;
    cursor: pointer;
}

.nextbtn:hover {
    color: #fff;
}

#container .certainly {
    color: #9b2e2e;
}

.joinercon,
.otherscon {
    width: 50%;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 20px;
    margin: auto;
    text-align: left;
}

.joinercon .fill {
    width: 40%;
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 30px;
    margin: 10px;
    margin-right: 20px;
}

.joinercon select.fill {
    width: 44%;
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 30px;
    margin: 10px;
    margin-right: 20px;
}

.joinercon .fill_short {
    width: 16%;
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 15px;
    margin: 10px;
    margin-right: 20px;
}

.otherscon ul {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: left;
}

.otherscon ul li:first-child {
    color: #000;
    padding-left: 10px;
}

.otherscon ul li ul {
    width: 100%;
}

.otherscon ul li ul li {
    padding-left: 10px;
    color: #333;
    line-height: 30px;
}

.otherscon .fill {
    height: 35px;
    background-color: #DCDCDC;
    border: 1px solid #777;
    color: #666;
    border-radius: 5px;
    padding-left: 30px;
    margin: 10px;
    margin-right: 20px;
}

.otherscon {
    text-align: center;
}

#others {
    position: relative;
}

#others .tip {
    padding-top: 2%;
}

.footer {
    padding: 20px;
    background-color: #353535;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer p {
    line-height: 24px;
    color: #fff;
}

.footer p a {
    color: #fff;
    margin: 0 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /*    font-size: 18px;*/
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mainnav li.weixin {
    position: absolute;
    /*    z-index:3;*/
}

.mainnav li a {
    cursor: pointer;
}

.mainnav .weixin img {
    width: 100px;
}

element.style {
    color: rgb(255, 0, 0);
}

.apply .left_down .text {
    color: #333;
    line-height: 28px;
    text-align: justify;
}

body {
    color: #999;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
}

element.style {
    background: transparent none repeat scroll 0 0;
    border: 1px solid windowtext;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

a,
blockquote,
body,
button form,
code,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

.abouttest .con .text {
    color: #666;
    line-height: 36px;
    text-align: justify;
}

body {
    color: #999;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
}

table {
    border-collapse: collapse;
}

.content-tab-border table tbody tr td {
    border: 1px solid #333;
}

.f_links {
    display: flex;
    flex-wrap: wrap;
}

.f_links span,
.f_links a {
    line-height: 24px;
    margin-right: 10px;
    color: #fff;
}