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;
}

table {
    border-collapse: collapse;
}

input {
    background: none;
    outline: none;
}

textarea {
    resize: none;
}

ol,
ul {
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #999;
    /*    cursor:pointer;*/
}

b,
i {
    font-weight: 400;
    font-style: normal
}

b {
    padding-left: 2em;
}

img {
    border: 0;
    cursor: pointer;
}

.container {
    width: 1200px;
    margin: auto;
}

.top {
    height: 30px;
    line-height: 30px;
    color: #333;
    padding: 5px;
    border-bottom: 5px solid #9B2E2E;
}

.top span:nth-child(2) a img {
    vertical-align: middle;
}

.top span:nth-child(2) {
    float: right;
}

.header {
    padding: 20px 0;
    height: 90px;
    text-align: center;
    overflow: hidden;
}

.header ul {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    margin-top: 20px;
}

.header ul input {
    border: 1px solid #ddd;
    padding: 5px 0px 5px 5px;
    color: #999;
    border-radius: 5px;
    margin-bottom: 5px;
}

.header ul .search {
    display: inline-block;
    width: 18px;
    padding-left: 3px;
    height: 18px;
    border-left: 1px solid #ddd;
    background: url('../img/search.png') no-repeat 3px 0;
    background-size: 18px 18px;
    position: absolute;
    /*right: 10px;*/
    top: 4px;
    cursor: pointer;
}

.header ul li:nth-child(2) {
    color: #333333;
}

.header ul li:nth-child(2) span {
    margin: 0px 5px;
}

.header img {
    vertical-align: middle;
}

.header img:first-child {
    float: left;
}

.header img:nth-child(2) {
    /*margin-top: 20px;*/
}

.nav {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.nav .container {
    /*width:1000px;*/
    width: 75%;
    text-align: center;
}

.nav li {
    display: inline-block;
    margin-right: 34px;
}

.nav li a {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    /*text-align: center;*/
    color: #333;
    padding-left: 50px;
}

.nav li a:hover,
.nav li a.current {
    color: #9B2E2E;
}

.banner {
    width: 100%;
    height: 350px;
    background: url('../img/banner.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 150px;
}

.bannertext {
    padding: 50px;
    width: 400px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.bannertext span {
    display: block;
    text-align: left;
    color: #fff;
    letter-spacing: 5px;
}

.bannertext span:first-child {
    font-size: 36px;
    margin-bottom: 15px;
}

.bannertext span:nth-child(2) {
    font-size: 20px;
}

.require {
    padding: 40px 0;
}

.require ul {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
}

.require ul li {
    display: inline-block;
    vertical-align: middle;
}

.require ul:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.require ul:first-child img {
    width: 68px;
    height: 67px;
}

.require ul:nth-child(2) img {
    width: 71px;
    height: 66px;
}

.require ul:nth-child(3) img {
    width: 50px;
    height: 66px;
}

.require ul li:nth-child(2) {
    width: 70%;
    margin-left: 15px;
    text-align: left;
}

.require ul li img {
    width: 100%;
    vertical-align: bottom;
}

.require ul li:nth-child(2) p:first-child {
    line-height: 24px;
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
}

.require ul li:nth-child(2) p:nth-child(2) {
    color: #666;
    line-height: 24px;
}

.movement {
    padding-bottom: 40px;
    text-align: center;
}

.module_title {
    width: 100%;
    background: url('../img/line.png') repeat-x 0 16px;
    background-size: 100% 2px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
}

.module_title span {
    color: #9B2E2E;
    background-color: #fff;
    padding: 0 10px;
}

.module_title span i {
    color: #999;
}

.movement .left {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
}

.movement .left a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
}

.movement .left a.current {
    color: #9B2E2E;
    border: 2px solid #9B2E2E;
}

.movement .left a i.squ {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/squ_r.png') no-repeat 0 0;
}

.movement .left a i.squed {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../img/squ.png') no-repeat 0 0;
}

.movement .center {
    border: 1px solid #ddd;
    padding: 20px 10px;
    width: 35%;
    margin: 0 20px;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.movement .center .movelist {
    padding: 15px 20px;
    border-bottom: 1px dashed #ddd;
}

.movement .center .movelist li {
    display: inline-block;
    vertical-align: middle;
}

.movement .center .movelist li:first-child {
    width: 82%;
}

.movement .center .movelist li:first-child .title {
    font-size: 18px;
    color: #333;
}

.movement .center .movelist li:first-child a {
    margin-right: 20px;
    display: inline-block;
}

.movement .center .movelist li:first-child a:hover {
    color: #9B2E2E;
    text-decoration: underline;
}

.movement .center .movelist li p {
    margin: 5px 0;
}

.movement .center .movelist li:nth-child(2) {
    width: 15%;
    text-align: right;
}

.movement .center .movelist li:nth-child(2) a {
    display: block;
    color: #9B2E2E;
    border: 2px solid #9B2E2E;
    text-align: center;
    padding: 5px 0;
}

.movement .right {
    border: 1px solid #ddd;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    /*padding-top:5px;*/
}

.movement .right ul li:first-child p i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 20px;
    background: url('../img/tel.png') no-repeat 0 0;
    margin-right: 5px;
}

.movement .right ul li:first-child p:nth-child(2) {
    color: #9B2E2E;
    font-size: 18px;
    margin: 5px;
}

.movement .right ul li:nth-child(2) {
    /*    height:100px;
        width:100%;*/
    /*background: url('../img/report_bg.png') no-repeat 0 0;*/
    /*background-size: 100% 100%;*/
}

.movement .right ul li:nth-child(2) a {
    /*    display: inline-block;
        width:60%;
        border:2px solid #9B2E2E;
        color:#9B2E2E;
        text-align: center;
        line-height: 30px;
        margin-top:10px;
        border-radius: 20px;*/
}

.movement .right ul li:nth-child(2) a .mes {
    /*    display: inline-block;
        width:18px;
        height:14px;
        background: url('../img/redmes.png') no-repeat 0 0;
        margin-right: 5px;
        vertical-align: middle;*/
}

.movement .right ul li:nth-child(2) a .qq {
    /*    display: inline-block;
        width:15px;
        height:17px;
        vertical-align: middle;
        background: url('../img/qq.png') no-repeat 0 0;
        margin-right: 5px;*/
}

.movement .right .btn {
    display: block;
    text-align: center;
    background-color: #9B2E2E;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    margin-top: 5px;
}

.module_title .btn {
    color: #9B2E2E;
    font-size: 16px;
    border: 2px solid #9B2E2E;
    position: relative;
    top: -3px;
    left: 150px;
    background-color: #fff;
    padding: 3px 6px;
}

.activity {
    padding-bottom: 40px;
}

.activity .module_title {
    margin: 0;
}

.activity .aclist {
    font-size: 0;
    border: 1px solid #ddd;
    border-top: 0;
    text-align: center;
}

.activity .aclist li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /*height:100%;*/
    text-align: center;
    padding: 10px 0;
}

.activity .aclist li:first-child {
    width: 15%;
    border-right: 1px solid #ddd;
}

.activity .aclist li:nth-child(2) {
    width: 82%;
}

.activity .aclist li:first-child img {
    width: 90%;
}

.activity .aclist li:nth-child(2) p {
    line-height: 30px;
    text-align: left;
    padding: 0 10px;
}

.activity .aclist li:nth-child(2) .title {
    font-size: 18px;
    color: #333;
}

.activity .aclist li:nth-child(2) .title span {
    font-size: 14px;
    color: #999;
}

.activity .aclist li:nth-child(2) .more a {
    color: #9B2E2E;
}

.activity .aclist li:nth-child(2) .more a:hover {
    text-decoration: underline;
}

.activity .spread {
    display: inline-block;
    margin-top: 10px;
}

.activity .spread img {
    width: 100%;
}

.community {
    padding-bottom: 40px;
    text-align: center;
}

.community>a {
    width: 300px;
    padding: 30px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #666;
    position: relative;
}

.community>a img {
    width: 80px;
    height: 80px;
}

.community>a img:nth-child(2) {
    position: absolute;
    top: 30px;
    left: 110px;
    display: none;
}

.community>a:nth-child(3) {
    margin: 0 20px;
}

.community a p {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.community a p.current {
    color: #B01818;
}

.community a:hover,
.community a.current {
    border: 2px solid #B01818;
    color: #B01818;
}

.link h2 {
    font-size: 18px;
    font-weight: normal;
    color: #9B2E2E;
}

.link h2 span {
    color: #999;
}

.link .con {
    border-top: 2px solid #B6B6B6;
    padding-top: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.link .con p {
    padding-left: 18px;
}

.link .con p a {
    display: inline-block;
    color: #666;
    margin-right: 30px;
    margin-bottom: 5px;
}

.link .con p a:hover {
    color: #B01818;
    text-decoration: underline;
}

.footer {
    padding: 0 0 40px 0;
    background-color: #353535;
}

.footer .up {
    height: 50px;
}

.footer .up span {
    letter-spacing: 5px;
    font-size: 26px;
    color: #B01818;
    line-height: 50px;
}

.footer .up ul {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.footer .up ul li {
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
}

.footer .up ul li a {
    display: block;
    line-height: 50px;
    margin-right: 10px;
    color: #fff;
}

.footer .line {
    display: block;
    border: 1px solid #444;
    margin-bottom: 20px;
}

.footer ul {
    display: inline-block;
    vertical-align: top;
}

.footer .tip {
    width: 25%;
    text-align: left;
}

.footer .tip li:first-child {
    margin-bottom: 20px;
}

.footer .tip li p {
    color: #fff;
    line-height: 24px;
}

.footer .container {}

.footer .alllink {
    margin-left: 20px;
    text-align: left;
}

.footer .alllink li {
    line-height: 30px;
}

.footer .alllink li:first-child a {
    color: #fff;
    font-size: 16px;
}

.footer div:nth-child(3) {
    text-align: center;
}

.conbanner {
    padding-bottom: 40px;
}

.conbanner .left {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    height: 342px;
    background: url('../img/conbanner.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.conbanner .left .con {
    padding: 10px 0;
    width: 530px;
    border: 3px solid #666;
    text-align: center;
    margin-left: 30px;
    margin-top: 59px;
}

.conbanner .left .bannertext {
    margin: auto;
}

.conbanner .right {
    display: inline-block !important;
    vertical-align: top;
    width: 25%;
    margin-left: 20px;
    margin-top: 80px;
}

.conbanner .right ul {
    border: 1px solid #ddd;
    text-align: center;
    /*height:342px;*/
}

.conbanner .right li:first-child {
    border-top: 5px solid #B01818;
    color: #B01818;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
}

.conbanner .right li:first-child img {
    margin-right: 5px;
}

.conbanner .right li a {
    display: block;
    line-height: 30px;
    color: #333;
}

.conbanner .right li a:hover {
    color: #B01818;
    text-decoration: underline;
}

.line {
    display: block;
    border: 1px solid #B6B6B6;
    margin: 3px 0;
    margin-bottom: 20px;
}

.container .module_title {
    text-align: left;
    border-left: 18px solid #B01818;
    font-size: 18px;
    color: #333;
    margin: 0;
    margin-top: 5px;
    background-size: 80% 1px;
    background-repeat: no-repeat;
    background-position: right;
}

.container .module_title span {
    color: #333;
}

.exam-report {
    padding-bottom: 3em;
}

.report .left {
    width: 68%;
    display: inline-block;
    vertical-align: top;
}

.report .computer {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
}

.report .computer li:first-child {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}

.report .computer select {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    width: 120px;
    height: 28px;
}

.report .left .btn {
    display: block;
    width: 118px;
    border: 1px solid #B01818;
    color: #B01818;
    padding: 5px 0;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    /*    margin-left: 183px;
        margin-bottom: 30px;*/
    margin: 10px auto;
}

.report .req p {
    color: #333;
    line-height: 30px;
    padding: 10px 20px;
}

.report .age {
    border-collapse: collapse;
    border: 1px solid #333;
    margin-left: 20px;
}

.report td {
    width: 125px;
    padding: 0 5px;
    border: 1px solid #333;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.report .req p span {
    color: #B01818;
}

.report .more {
    margin: 20px 0;
    padding: 15px 20px;
    border-top: 1px solid #B6B6B6;
    text-align: left;
}

.report .more p {
    color: #B01818;
}

.report .more a {
    color: #333;
    display: block;
    margin: 5px;
    margin-left: 20px;
}

.report .more a:hover {
    color: #B01818;
    text-decoration: underline;
}

.applyway p {
    color: #333;
    margin-left: 50px;
    line-height: 30px;
}

.official h3,
.official h1 {
    font-size: 26px;
    color: #B01818;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.official .offlist {
    padding: 10px 0;
}

.official .offlist li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.official .offlist li:nth-child(2) {
    width: 85%;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.official .offlist li:nth-child(2) p:nth-child(2) {
    padding-left: 15px;
    line-height: 28px;
}

.official .offlist li:nth-child(2) i {
    color: #B01818;
}

.official .offlist li:nth-child(2) p:first-child,
.official .offlist li:nth-child(2) h2 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: normal;
}

.official .offlist li img:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
}


/*.hide{
    display: none;
}*/

.offdetail {
    padding-bottom: 40px;
    text-align: center;
}

.offdetail h3 {
    color: #B01818;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.offdetail .timetip {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.offdetail .delcon {
    padding: 20px 50px;
}

.offdetail .delcon p {
    line-height: 28px;
    text-align: justify;
    color: #333;
}

.offdetail .delcon table {
    border: 1px solid #ddd;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.offdetail .delcon table td {
    border: 1px solid #ddd;
    padding: 5px;
}

.offdetail .delcon table tbody tr:nth-child(2n-1) {
    background-color: #F8F8F8;
}

.offdetail .delcon table thead tr {
    background-color: #E4EBEF;
}

.offdetail .delcon table thead tr th {
    border: 1px solid #ddd;
    padding: 5px;
    color: #666;
}

.report .right {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-left: 5%;
    position: relative;
}

.report .right ul li a {
    display: block;
    color: #666;
    margin: 10px 0;
    position: relative;
}

.report .right ul li a .navdot {
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    background-color: #aaa;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 6px;
}

.report .right ul li a img {
    position: absolute;
    top: 3px;
    left: -7px;
}

.right .linebg {
    height: 105px;
    width: 10px;
    background: url('../img/str.png') repeat-y 4px 0;
    background-size: 2px 100%;
    position: absolute;
    top: 0px;
    left: -2px;
}

.right .linebg .ctop {
    position: absolute;
    top: -13px;
    left: 0px;
}

.right .linebg .cbottom {
    position: absolute;
    bottom: -12px;
    left: 0px;
}

.report .right ul li a img {
    display: none;
}

.content-hide {
    display: none;
}


/*微信二维码显示*/

.weixin-code {
    text-align: right;
    position: relative;
    z-index: 2;
}

.weixin-code img {
    width: 160px;
    height: 160px;
}


/*//2016-11-16  官方动态日期显示；*/

.offlist .date {
    display: inline-block;
    padding-top: 15px;
    width: 68px;
    height: 31px;
    text-align: center;
    background: url('../img/date.png') no-repeat 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}

.offlist .reddate {
    display: inline-block;
    padding-top: 15px;
    width: 68px;
    height: 31px;
    text-align: center;
    background: url('../img/reddate.png') no-repeat 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #C60108;
}

.nav .container>ul>li {
    position: relative;
    margin-right: 18px;
}

.nav .container>ul>li>a {
    padding: 10px 10px;
    margin: 10px 0;
    ;
}

.nav .container>ul>li>a:hover,
.nav .container>ul>li>a.current,
.nav .container>ul>li>a.check {
    background-color: #C60108;
    color: #fff;
}

.nav .child_menu {
    width: 200px;
    background-color: #C60108;
    position: absolute;
    top: 53px;
    left: 0px;
    text-align: left;
    display: none;
    z-index:10;
}

.nav .child_menu li {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.nav .child_menu li a {
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    margin: 0;
}

.page {
    margin: 20px 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.page a {
    display: inline-block
}

.page span {
    display: inline-block
}

.page a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #666
}

.page a.red {
    color: #b01818
}

.page .current,
.page a:hover {
    background-color: #b01818;
    color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.page .prev {
    color: #b01818;
}

.page .next {
    color: #b01818;
    background: #fff;
}

.register {
    text-align: center;
}

.register table {
    width: 79%;
    border-color: #fff;
    margin: 35px auto;
    color: #999;
}

.register table tr {
    height: 45px;
}

.register table tr td:nth-child(1) {
    width: 35%;
}


/*1117首页浮动框修改*/

.movement .right {
    position: fixed;
    right: 0px;
    top: 30%;
    background-color: #ffffff;
    padding: 0;
}

.movement .right .c_btn {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    ;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #9B2E2E;
    color: #fff;
}

.movement .right li:nth-child(2) {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.movement .right li span {
    display: inline-block;
    vertical-align: top;
}

.movement .right li:first-child {
    background-color: #F5F5F7;
    padding: 20px 0;
}

.movement .right li:first-child img {
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-top: 3px;
    ;
}

.activity .aclist li:first-child {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.activity .aclist .date {
    display: inline-block;
    padding-top: 15px;
    width: 68px;
    height: 31px;
    text-align: center;
    background: url('../img/date.png') no-repeat 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #999;
}