﻿@charset "utf-8";
@font-face {
    font-family: "din";
    src: url("../fonts/DIN Medium.woff") format("woff"), url("../fonts/DIN Medium.ttf") format("truetype"), url("../fonts/DIN Medium.eot") format("embedded-opentype"), url("../fonts/DIN Medium.svg") format("svg");
}

body,
html {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    height: 100%;
    /*overflow-x: hidden;*/
}

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    transition: 300ms;
    font-size: 14px;
    line-height: 24px;
    color: #303133;
    min-width: 320px;
    zoom: 1;
    background: #fff;
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
    word-break: break-all;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "微软雅黑";
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    font-size: 14px;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #303133;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #2865be;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.hidetxt {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

:-moz-placeholder {
    color: #babbbb;
}

::-moz-placeholder {
    color: #babbbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #babbbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #babbbb;
}

.w1200 {
    max-width: 1200px;
    min-width: 320px;
    margin: 0px auto;
}

input,
.empty {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f_color {
    color: #2865be !important;
}

.f_red {
    color: #ff0000 !important;
}

@media ( max-width:1200px) {
    .w1200 {
        padding: 0 15px;
    }
}

@keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes move {
    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    90% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*公用样式*/

.icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.icon .i1 {
    transition: 400ms;
}

.icon .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha (opacity=0);
    transition: 500ms;
}

li:hover .icon .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

li:hover .icon .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale (1.2);
    transform: scale(1.2);
}

.effect-img {
    text-align: center;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.effect-img img,
.effect-img span {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    display: block;
    width: 100%;
}

.effect-img:hover img,
li:hover .effect-img img,
dd:hover .effect-img img,
.item:hover .effect-img img,
.effect-img:hover span,
li:hover .effect-img span,
dd:hover .effect-img span,
.item:hover .effect-img span {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.effect-img span,
.boxbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.effect-img span {
    display: block;
    width: 100%;
    height: 100%;
}

.whitebg {
    background: #fff;
}

.relative {
    position: relative;
}

.ptb3 {
    padding: 3% 0;
}

.mb3 {
    margin-bottom: 3%;
}

.mb5 {
    margin-bottom: 5%;
}

.tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.Position {
    margin-bottom: 25px;
}

.Position a {
    color: #606266;
}

.Position span {
    color: #2865be;
}

.Container {
    padding: 15px 0 50px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.Left {
    width: 14.666%;
    float: left;
    background: #fbfbfb;
}

.Left .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #2765b8;
}

.Left .title span {
    float: left;
    min-width: 87px;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px 5px 0 0;
    background: #2765b8;
    color: #fff;
    font-size: 16px;
}

.Menus li a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    padding: 0 15px;
    line-height: 48px;
    color: #606266;
}

.Menus li:last-child a {
    border-bottom: none;
}

.Menus li.on a,
.Menus li:hover a {
    color: #2765b8;
}

.Right {
    width: 82.1666%;
    float: right;
}


/*pages*/

.Pages {
    width: 100%;
    text-align: center;
}

.Pages a {
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-family: "宋体";
    font-weight: bold;
    background: #fff;
    color: #333;
    margin: 0 4px;
    width: 46px;
    line-height: 46px;
}

.Pages .num a {
    font-family: Arial;
    font-weight: normal;
}

.Pages a:hover,
.Pages a.a_cur {
    background: #2865be;
    border: 1px solid #2865be;
    color: #fff;
}


/*pages end*/

@media ( max-width:1024px) {
    .Pages {
        font-size: 16px;
    }
    .Pages .num {
        margin: 0;
    }
    .Pages a {
        font-size: 14px;
        width: 32px;
        line-height: 32px;
    }
}

@media ( max-width:768px) {
    .Container {
        padding: 15px 0 20px;
    }
    .Position {
        margin-bottom: 10px;
    }
    .Left,
    .Right {
        width: auto;
        float: none;
    }
    .Left {
        margin-bottom: 20px;
    }
    .Left .title {
        padding: 0px 20px;
        background: #2865be;
        line-height: 40px;
    }
    .Left .title span {
        display: block;
        float: none;
        text-align: left;
        font-size: 18px;
        color: #fff;
        background: url(../images/down.png) no-repeat right center;
    }
    .Menus {
        display: none;
    }
}

@media ( max-width:480px) {
    .ptb3 {
        padding: 6% 0;
    }
    .mb3 {
        margin-bottom: 6%;
    }
    .mb5 {
        margin-bottom: 6%;
    }
}


/*Top*/

.Top {
    padding: 25px 0;
}
.Header .goHoutai{padding:5px 0;line-height:25px;background:#f5f5f5;text-align:right;}
.Header .goHoutai a{display:inline-block;width:90px;height:22px;line-height:22px;background:#ddd;color:#333;text-align:center;border-radius:22px;font-size:13px;}

.Logo {
    width: 68.5%;
    float: left;
}

.Logo img {
    display: block;
    width: 100%;
}

.Header .tel {
    float: right;
    font-size: 30px;
    color: #2865be;
    padding-left: 50px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 1.5%;
}

.Showbox .close_bar {
    display: none;
}

.Nav {
    background: #2865be;
}

.Nav li {
    float: left;
    position: relative;
    padding: 0 2.25%;
}

.Nav li .am {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}

.Nav li i {
    position: absolute;
    display: none;
    width: 48px;
    height: 48px;
    right: 0px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/jia.png);
    overflow: hidden;
}

.Nav li:hover,
.Nav li.active {
    background: #fff;
}

.Nav li:hover .am,
.Nav li.active .am {
    color: #2865be;
}

.Nav li .SubNav {
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: 999;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.Nav li .SubNav a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}

.Nav li .SubNav a:hover {
    background: #2865be;
}

.Nav .tel {
    display: none;
}

@media ( max-width:1230px) {
    .Top {
        position: relative;
        padding: 10px 0px;
    }
    .Logo {
        width: 49.5%;
    }
    .Header .tel {
        font-size: 20px;
        margin: 1% 50px 0 0;
        padding-left: 30px;
        background-size: 20px auto;
    }
    .header_menu {
        display: block;
        background-image: url(../images/navicon.png);
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -12px;
        width: 20px;
        height: 24px;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9;
    }
    .Showbox {
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        overflow: auto;
        overflow-x: none;
        position: fixed;
        z-index: 9990;
        top: 0;
        right: -100%;
    }
    .Showbox .close_bar {
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        border-bottom: 1px solid #e8e8e8;
        text-align: right;
        display: block;
    }
    .Showbox .close_bar a {
        background: url(../images/menu_close_btn.png) no-repeat;
        width: 25px;
        height: 25px;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        transition: transform ease-in 0.3s;
    }
    .Showbox .close_bar a:hover {
        transform: rotate(180deg);
    }
    .Nav {
        background: none;
        margin-top: 70px;
        width: 100%;
    }
    .Nav .w1200 {
        min-width: auto;
        padding: 0;
    }
    .Nav li {
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .Nav li i {
        display: block;
    }
    .Nav li .am {
        padding: 5px 0px 5px 25px;
        color: #fff;
        line-height: 40px;
        font-size: 18px;
    }
    .Nav li:hover,
    .Nav li.active {
        background: none;
    }
    .Nav li.on i {
        background-image: url(../images/jian.png);
    }
    .Nav li .SubNav {
        position: static;
        text-align: left;
        background: none;
    }
    .Nav li .SubNav a {
        padding: 0px 50px;
        font-size: 16px;
    }
    .Nav li.on .SubNav {
        display: block;
    }
}

@media ( max-width:480px) {
    .Logo {
        width: 84.5%;
    }
    .Top .tel {
        display: none;
    }
    .Showbox {
        width: 70%;
    }
    .Nav .tel {
        display: block;
        margin: 15px 0 0 25px;
        float: none;
    }
}


/*bottom*/

.Bottom {
    background: #e9e9e9;
    padding: 34px 0;
}

.Bottom .box {
    float: left;
}

.Bottom .b1 {
    float: right;
    width: 142px;
}

.Bottom .b2 {
    width: 35%;
}

.Bottom .b3 {
    width: 23%;
    margin-left: 3%;
}

.Bottom h2 {
    color: #2865be;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 30px;
}

.Bottom dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.Bottom dl dd .info {
    font-size: 16px;
    line-height: 40px;
    color: #606266;
}

.Bottom dl dd .b_nav a {
    line-height: 43px;
    color: #606266;
    float: left;
    width: 49%;
}

.Bottom dl dd .b_nav a:nth-child(2n) {
    float: right;
}

.Bottom dl dd img {
    display: block;
    width: 100%;
    padding-top: 10px;
}

@media ( max-width:1024px) {
    .Bottom {
        padding: 24px 0;
    }
    .Bottom h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .Bottom .b2 {
        width: 60%;
    }
    .Bottom .b3 {
        display: none;
    }
    .Bottom dl dd .info {
        line-height: 30px;
    }
}

@media ( max-width:480px) {
    .Bottom .box {
        float: none;
    }
    .Bottom .b2 {
        width: auto;
    }
    .Bottom .b1 {
        margin: 0 auto 10px;
    }
    .Bottom .b2 dt {
        display: none;
    }
    .Bottom h2 {
        display: none;
    }
    .Bottom dl dt {
        text-align: center;
    }
    .Bottom dl dd img {
        padding-top: 0;
    }
    .Bottom dl dd .info {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }
}


/*index*/

.Main {
    padding: 25px 0 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.w582 {
    width: 48.5%;
}

.HomeTit {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ccdaef;
    margin-bottom: 10px;
}

.HomeTit .name {
    float: left;
    font-size: 18px;
    color: #2865be;
    font-weight: bold;
}

.HomeTit .more {
    float: right;
    color: #999;
}

.CommonBox dl .first {
    height: auto;
    margin-bottom: 8px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #e5e5e5;
}

.CommonBox dl .first .effect-img {
    width: 45.814%;
    float: left;
    height: 148px;
}

.CommonBox dl .first .con {
    width: 50%;
    float: right;
    line-height: 24px;
}

.CommonBox dl .first .con .p {
    height: 48px;
    -webkit-line-clamp: 2;
}

.CommonBox dl .first .con .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.CommonBox dl .first .con .info {
    color: #666;
}

.CommonBox dl .first .con .date {
    margin-top: 20px;
    color: #999;
    padding-left: 22px;
    background: url(../images/date.png) no-repeat left center;
}

.CommonBox dl dd {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.CommonBox dl dd i {
    color: #ccc;
    margin-right: 10px;
    font-weight: bold;
}

.CommonBox dl dd span {
    float: right;
    color: #909399;
}

.HomeOther {
    margin-bottom: 25px;
}

.HomeOther .login {
    width: 626px;
}

.HomeOther .login form {
    position: relative;
    padding-right: 175px;
}

.HomeOther .login dl {
    width: 48%;
    float: left;
    position: relative;
}

.HomeOther .login dl:nth-child(2n) {
    float: right;
}

.HomeOther .login dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    line-height: 36px;
    text-align: right;
}

.HomeOther .login dl dd {
    margin-left: 59px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 0 10px;
}

.HomeOther .login dl dd .input {
    height: 36px;
    width: 100%;
}

.HomeOther .login .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 145px;
    border-radius: 5px;
    background: #2865be;
    color: #fff;
    font-weight: bold;
}

.HomeOther .search {
    width: 283px;
    padding-left: 162px;
    position: relative;
}

.HomeOther .search form {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    padding: 0 55px 0 18px;
}

.HomeOther .search .input {
    height: 36px;
    width: 100%;
}

.HomeOther .search .btn {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 45px;
    background: #2865be url(../images/btn.png) no-repeat center center;
    border-radius: 5px;
}

.HomeOther .search .ml {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    width: 132px;
    line-height: 38px;
    background: #2865be;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.HomeNews {
    width: 37.916%;
    margin-right: 2.5%;
}

.HomeNews .HomeTit {
    margin-bottom: 20px;
}

.HomeNews .HomeTit .name {
    width: 120px;
    text-align: center;
    background: #2865be;
    color: #fff;
}

.HomeNews .HomeTit .more {
    color: #2865be;
}

.Homepxhx,
.enter {
    width: 26.75%;
}

.enter img {
    display: block;
    width: 92%;
}

.HomeMenu ul {
    margin-left: -2%;
}

.HomeMenu li {
    width: 12.2857%;
    margin-left: 2%;
    float: left;
}

.HomeMenu li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 27px 0;
    text-align: center;
    line-height: 22px;
    color: #303133;
}

.HomeMenu li .icon {
    width: 42px;
    height: 42px;
    position: relative;
    margin: 0 auto;
}

.HomeMenu li:hover a {
    border: 1px solid #2865be;
    background: #2865be;
    color: #fff;
}

.FriendLink .con a {
    float: left;
    line-height: 32px;
    margin-right: 3%;
}

@media ( max-width:1024px) {
    .HomeOther .login {
        width: auto;
        float: none;
    }
    .HomeOther .search {
        float: none;
        margin: 15px auto 0;
    }
}

@media ( max-width:768px) {
    .Main {
        padding: 20px 0;
    }
    .HomeNews {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .Homepxhx,
    .enter {
        width: 48.5%;
        float: none;
    }
    .HomeMenu li a {
        padding: 10px 0;
    }
}

@media ( max-width:640px) {
    .Homepxhx,
    .enter,
    .w582 {
        width: 100%;
        float: none;
    }
    .HomeMenu li {
        width: 23%;
        margin-bottom: 10px;
    }
}

@media ( max-width:480px) {
    .mb20 {
        margin-bottom: 10px;
    }
    .HomeOther .search {
        width: 100%;
    }
    .HomeOther .login form {
        padding-right: 125px;
    }
    .HomeOther .login dl,
    .HomeOther .login dl:nth-child(2n) {
        width: auto;
        float: none;
        margin-bottom: 5px;
    }
    .HomeOther .login .btn {
        width: 116px;
    }
    .CommonBox dl .first {
        padding-bottom: 10px;
    }
    .CommonBox dl .first .effect-img,
    .CommonBox dl .first .con {
        width: auto;
        float: none;
    }
    .CommonBox dl .first .effect-img {
        margin-bottom: 10px;
    }
    .CommonBox dl .first .con .date {
        margin-top: 10px;
    }
    .HomeMenu li a {
        font-size: 12px;
    }
}


/* 申请参控流程 */

.StepBox .step_tit {
    text-align: center;
}

.StepBox .step_tit span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.StepBox .step_tit p {
    color: #909399;
}

.StepBox .list li {
    padding: 20px 35px;
    border-top: 1px solid #eaeaea;
    min-height: 54px;
    height: auto !important;
    height: 54px;
}

.StepBox .list li .num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 54px;
    line-height: 39px;
    color: #2865be;
    font-family: "din";
}

.StepBox .list li .con {
    margin-left: 76px;
}

.StepBox .list li .con .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.StepBox .list li .con .info {
    font-size: 16px;
    color: #606266;
    line-height: 26px;
}

.into {
    background: #2865be;
    color: #fff !important;
    display: inline-block;
    margin: auto 20px;
    width: 220px;
    text-indent: 0;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}

@media ( max-width:1024px) {
    .StepBox .step_tit span {
        font-size: 20px;
        line-height: 20px;
    }
    .StepBox .list li {
        min-height: 32px;
        height: auto !important;
        height: 32px;
    }
    .StepBox .list li .num {
        font-size: 32px;
        line-height: 26px;
    }
    .StepBox .list li .con {
        margin-left: 55px;
    }
}

@media ( max-width:640px) {
    .StepBox .list li .con .title {
        font-size: 16px;
    }
    .StepBox .list li .con .info {
        font-size: 14px;
    }
}

@media ( max-width:480px) {
    .StepBox .list li {
        padding: 20px 10px;
    }
    .StepBox .list li .num {
        font-size: 28px;
    }
    .StepBox .list li .con {
        margin-left: 50px;
    }
}


/* 培训注册 */

.mb15 {
    margin-bottom: 15px;
}

.bluebg {
    background: #f6f9fd;
}

.SelectBox .SelectTxt {
    padding: 0 10px 0 0;
    height: 29px;
    border-bottom: 1px solid #e8e8e8;
}

.SelectBox .SelectTxt span {
    display: block;
    padding-right: 15px;
    background-image: url(../images/arr1.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #909399;
}

.SelectBox .SelectUl {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
    max-height: 200px;
    overflow: auto;
}

.SelectBox .SelectUl .ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.SelectBox .SelectUl .ul li:hover a {
    color: #2765b8;
}

.CheackBox span {
    font-size: 18px;
    line-height: 42px;
}

.CheackBox .search {
    width: 258px;
}

.CheackBox .search form {
    position: relative;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0 55px 0 10px;
}

.CheackBox .search .input {
    height: 40px;
    width: 100%;
}

.CheackBox .search .btn {
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 45px;
    background: #2865be url(../images/btn.png) no-repeat center center;
    border-radius: 5px;
}

.RegisterBox {
    padding: 5% 0;
}

.RegisterBox h2 {
    text-align: center;
    font-size: 24px;
    color: #2765b8;
}

.RegisterBox .box {
    padding: 4%;
}

.RegisterBox .box .title h3 {
    font-size: 18px;
    color: #2765b8;
    margin-bottom: 6px;
}

.RegisterBox .box .title i {
    display: block;
    width: 18px;
    height: 2px;
    background: #2765b8;
}


/* .RegisterBox .box .con{margin-left: -3%;} */

.RegisterBox .box .con dl {
    margin: 3% 0 0 0;
}

.RegisterBox .box .con dl.w1 {
    width: 47%;
}


/* .RegisterBox .box .con dl.w2{width: 100%; clear: both;} */

.RegisterBox .box .con dl dt {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 24px;
    overflow: hidden;
}

.regiBox .box .con dl .input,
.regiBox .box .con dl dd textarea {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 10px;
    width: 92%;
    height: 30px;
}

.RegisterBox .box .con dl .input,
.RegisterBox .box .con dl dd textarea {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 10px;
    width: 92%;
    height: 30px;
}

.regiBox .box .con dl dd .checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.RegisterBox .box .con dl dd .checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.RegisterBox .box .con dl dd i {
    padding: 0 10px;
}

.regiBox .box .con dl dd textarea {
    height: 90px;
}

.regiBox .con dl .filebox {
    display: inline-block;
}

.RegisterBox .box .con dl dd textarea {
    height: 90px;
}

.RegisterBox .box .con dl .filebox {
    display: inline-block;
}

.RegisterBox .box .con dl .upload {
    display: inline-block;
    width: 115px;
    line-height: 39px;
    background: #2765b8;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.RegisterBox .box .con dl .file {
    position: relative;
    z-index: 3;
    width: 130px;
    line-height: 39px;
    opacity: 0;
}

.regiBox .box .con dl .upload {
    display: inline-block;
    width: 125px;
    line-height: 50px;
    background: #2765b8;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.regiBox .box .con dl .file {
    width: 125px;
    line-height: 50px;
    height: 50px;
    margin-right: 20px;
}

.regiBox .con dl .file {
    position: relative;
    z-index: 3;
    width: 130px;
    line-height: 39px;
    opacity: 0;
}

.RegisterBox .box .p {
    color: #606266;
}

.RegisterBox .box .btn {
    text-align: center;
}

.RegisterBox .box .btn a {
    display: inline-block;
    width: 86px;
    line-height: 38px;
    background: #2765b8;
    color: #fff;
    border-radius: 5px;
    margin: 0 1%;
}

.RegisterBox .box .con dl.add dd,
.RegisterBox .box .con .group li {
    padding-right: 40px;
    position: relative;
}

.RegisterBox .box .con .group li {
    margin: 10px 0;
}

.RegisterBox .box .con dl.add .add_btn,
.RegisterBox .box .con .group li .jian_btn {
    position: absolute;
    right: 0;
    top: 0;
}

@media ( max-width:1200px) {
    .RegisterBox h2 {
        font-size: 20px;
    }
    .RegisterBox .box .con dl {
        margin-top: 15px;
    }
    .RegisterBox .box .con dl dt {
        margin-bottom: 10px;
        font-size: 15px;
    }
}

@media ( max-width:640px) {
    .RegisterBox .box .con {
        margin-left: 0;
    }
    .RegisterBox .box .con dl,
    .RegisterBox .box .con dl.w1 {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}

@media ( max-width:480px) {
    .SelectBox .SelectTxt {
        padding: 0;
    }
    .CheackBox span,
    .CheackBox .search {
        width: auto;
        float: none;
    }
    .CheackBox span {
        font-size: 16px;
        display: block;
    }
}


/* 证书 */

.Cerbody {
    overflow: auto;
}

.Certificate {
    width: 1983px;
    font-family: '宋体';
    font-weight: bold;
    background: url(../images/boxbg2.jpg) no-repeat center top;
    padding: 346px 235px 276px 262px;position:relative;
}
.Certificate .shuiyin{width:100%;height:100%;background:url(../images/shuiyi.png) repeat;position:absolute;top:0;left:0;z-index:99;}
.Certificate .box1 {
    width: 765px;
    float: left;
    position: relative;
}

.Certificate .box1 .info {
    font-size: 54px;
    line-height: 95px;
    position: relative;
    z-index: 3;
    text-indent: 2em
}

.Certificate .box1 .bh {
    line-height: 82px;
    font-size: 38px;
    margin-top: 350px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.Certificate .box1 .zhang {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    bottom: -90px;
    margin: 0 0 0 -125px;
}

.Certificate .box2 {
    width: 805px;
    float: right;
    font-size: 54px;
    line-height: 66px;
}

.Certificate .box2 .topimg {
    position: absolute;
    width: 280px;
    height: 379px;
    top: -96px;
    right: 0;
    z-index: 5;
}

.Certificate .box2 dl {
    position: relative;
}

.Certificate .box2 dl dt {
    position: absolute;
    left: 0;
    top: 0;
}

.Certificate .box2 dl dd {
    margin: 0 0 85px 266px;
    border-bottom: 4px solid #717173;
}

.Certificate .box2 dl.i1 dd {
    width: 210px;
    text-align: center;
}


/* 图片新闻 */

.NewsList li {
    padding: 0 3% 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.NewsList li a {
    display: block;
    padding-right: 104px;
    position: relative;
}

.NewsList li .effect-img {
    width: 25%;
    height: 136px;
    float: left;
}

.NewsList li .box {
    width: 70.559%;
    float: right;
    padding-top: 20px;
}

.NewsList li .con .tit {
    height: 24px;
    font-size: 16px;
}

.NewsList li .con .p {
    color: #909399;
    height: 48px;
    -webkit-line-clamp: 2;
    margin: 25px 0 0;
}

.NewsList li .con .other {
    position: absolute;
    right: 0;
    top: 0;
    color: #909399;
}

.NewsList li .box .other {
    top: 20px;
}

.NewsList li .con .more {
    display: block;
    margin-top: 44px;
    height: 17px;
    background: url(../images/more.png) no-repeat center center;
}

@media ( max-width:768px) {
    .NewsList li {
        padding: 0 0 20px;
    }
    .NewsList li a {
        padding: 0;
    }
    .NewsList li .effect-img {
        height: 120px;
    }
    .NewsList li .box {
        padding-top: 10px;
    }
    .NewsList li .con .other {
        position: static;
    }
    .NewsList li .con .p {
        margin: 5px 0;
    }
    .NewsList li .con .more {
        display: none;
    }
}

@media ( max-width:480px) {
    .NewsList li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .NewsList li .effect-img,
    .NewsList li .box {
        width: auto;
        float: none;
    }
    .NewsList li .effect-img {
        height: 180px;
    }
}


/*详情页*/

.ActiveContent .Atit {
    text-align: center;
    line-height: 28px;
    position: relative;
}

.ActiveContent .Atit h2 {
    font-size: 20px;
    color: #333333;
}

.ActiveContent .Atit em {
    display: block;
    font-size: 14px;
    color: #666666;
    padding: 9px 0px 21px;
    border-bottom: 1px dashed #e8e8e8;
}

.ActiveContent .Atit em i {
    padding: 0px 12px;
}

.ContentAbout {
    padding: 3% 0;
    border-bottom: 1px solid #e7e7e7;
}

.PrevNextBox {
    padding: 24px 0px 0px;
}

.PrevNextBox dl {
    font-size: 16px;
    line-height: 32px;
}

.PrevNextBox dl b {
    color: #000;
    font-weight: normal;
}

.PrevNextBox dl a {
    color: #666666;
}

.SinglePage {
    line-height: 30px;
    font-size: 16px;
}

.SinglePage p {
    text-indent: 2em;
}

@media ( max-width:480px) {
    .ActiveContent .Atit h2 {
        font-size: 18px;
    }
    .ActiveContent .Atit em i {
        padding: 0px 5px;
    }
}


/* 2021-01-04 */

.LoginBody {
    background-image: url(../images/boxbg3.jpg);
}

.LoginBox {
    padding: 12% 0;
}

.LoginBox .box {
    padding: 75px 34px 0;
    height: auto;
    width: 387px;
    margin: 0 auto;
    font-size: 15px;
    padding-bottom: 60px
}

.LoginBox .box h2 {
    text-align: center;
    margin-bottom: 25px;
}

.LoginBox .box h2 img {
    display: inline-block;
    max-width: 289px;
}

.LoginBox .hd {
    text-align: center;
    margin-bottom: 32px;
}

.LoginBox .hd li {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.LoginBox .hd li a {
    display: block;
    color: #2865be;
    border-bottom: 2px solid #ffc940;
}

.LoginBox .SlideCon dl {
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
    line-height: 60px;
    padding-left: 61px;
    position: relative;
    margin-bottom: 15px;
}

.LoginBox .SlideCon dl dt {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    text-align: center;
    background: url(../images/line.png) no-repeat right center;
}

.LoginBox .SlideCon dl dt img {
    display: inline-block;
    vertical-align: middle;
}

.LoginBox .SlideCon dl dd .input {
    height: 60px;
    padding: 0 18px;
    width: 100%;
    color: #333;
    font-size: 16px;
}

.LoginBox .SlideCon dl.i2 {
    padding: 0;
    margin-right: 100px;
}

.LoginBox .SlideCon dl .getcode {
    position: absolute;
    z-index: 3;
    right: -100px;
    top: 0;
    color: #2865be;
    font-weight: bold;
}

.LoginBox .SlideCon .btn {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: #2865be;
    color: #fff;
    font-size: 24px;
    margin-top: 25px;
}

@media ( max-width:1440px) {
    .LoginBox {
        padding: 5% 0;
    }
}

@media ( max-width:480px) {
    .LoginBox {
        padding: 20% 0;
    }
    .LoginBox .box {
        width: auto;
        float: none;
        height: 386px;
        padding: 40px 15px 0;
        margin: 0 15px;
    }
    .LoginBox .hd li {
        margin: 0 10px;
    }
    .LoginBox .SlideCon dl {
        line-height: 45px;
    }
    .LoginBox .SlideCon dl dd .input {
        height: 45px;
    }
    .LoginBox .SlideCon .btn {
        height: 50px;
        font-size: 20px;
    }
}

.ActiveBox li {
    width: 42%;
    float: left;
    padding: 3%;
    margin-bottom: 3%;
    border: 1px solid #eaeaea;
    background-image: url(../images/libg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.ActiveBox li:nth-child(2n) {
    float: right;
}

.ActiveBox li .title {
    display: inline-block;
    margin-bottom: 16px;
    line-height: 30px;
    position: relative;
    padding-right: 10px;
    border-bottom: 2px solid #2865be;
}

.ActiveBox li .title span {
    font-size: 16px;
    position: relative;
    z-index: 3;
}

.ActiveBox li .title i {
    position: absolute;
    right: -2px;
    top: 2px;
    z-index: 1;
    width: 20px;
    height: 24px;
    background: url(../images/cur.png) no-repeat;
}

.ActiveBox li .list {
    height: 84px;
    overflow: hidden;
}

.ActiveBox li .list dd {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
}

.ActiveBox li .list dd i {
    color: #ccc;
    margin-right: 8px;
    font-weight: bold;
}

.ActiveBox li .list dd span {
    float: right;
    color: #909399;
    font-size: 14px;
    margin-left: 10px;
}

@media ( max-width:1024px) {
    .ActiveBox li .list {
        height: auto;
    }
    .ActiveBox li,
    .ActiveBox li:nth-child(2n) {
        width: auto;
        float: none;
    }
}


/* 资料下载 */

.DownList .list li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 15px 150px 15px 0;
    border-bottom: 1px dotted #d8dee6;
    line-height: 40px;
}

.DownList .list li:last-child a {
    border-bottom: none;
}

.DownList .list li .tit i {
    margin-right: 8px;
    font-weight: bold;
    color: #ccc;
}

.DownList .list li .btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 14px;
    width: 110px;
    color: #fff;
    text-align: center;
    background: #bfbfbf;
    border-radius: 5px;
}

.DownList .list li .btn span {
    margin-right: 5px;
}

.DownList .list li .btn img {
    display: inline-block;
    vertical-align: middle;
}

.DownList .list li:hover .btn {
    background: #2865be;
}

@media ( max-width:768px) {
    .DownList .list li a {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 50px 10px 0;
    }
    .DownList .list li .btn {
        width: 30px;
        margin-top: -15px;
    }
    .DownList .list li .btn span {
        display: none;
    }
}


/* 21-01-26 */

.HomeLink {
    background-image: url(../images/boxbg4.jpg);
    padding: 33px 0;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.HomeLink .con img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 6px;
}

.HomeLink .con a {
    display: inline-block;
    margin-left: 40px;
    width: 84px;
    line-height: 26px;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.HomeLink .con a:hover {
    background: #fff;
    color: #2865be;
}

.TabNav {
    text-align: center;
    font-size: 0px
}

.TabNav a {
    display: inline-block;
    min-width: 88px;
    padding: 0 10px;
    background: #f6f6f6;
    border-top: 2px solid #f6f6f6;
    font-size: 16px;
    color: #666;
    line-height: 68px;
    position: relative;
}

.TabNav a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background: #dbdbdb;
}

.TabNav a:last-child::after {
    display: none;
}

.TabNav a:hover,
.TabNav a.on {
    background: #fff;
    border-top: 2px solid #2765b8;
    color: #333;
}

.TabNav a:hover::after,
.TabNav a.on::after {
    display: none;
}

@media ( max-width:1024px) {
    .TabNav a {
        line-height: 40px;
    }
}

@media ( max-width:480px) {
    .HomeLink {
        padding: 20px 0;
    }
}

.Banner .item img {
    display: block;
    width: 100%;
}


/*2020-02-05*/


/* 证书2 */

.Certificate2 {
    padding: 200px 248.5px;
    background: url(../images/signbg.png) no-repeat center center;
}

.Certificate2 .box {
    margin-top: 0;
    line-height: 60px;
    font-size: 38px;
}

.Certificate2 .box .bh {
    text-align: right;
}

.Certificate2 .box h2 {
    text-align: center;
    color: #d00b05;
    margin: 80px 0;
    line-height: 82px;
    font-size: 54px;
}

.Certificate2 .box .sm {
    width: 400px;
    text-align: center;
    float: right;
    margin-top: 70px;
    position: relative;
}

.Certificate2 .box .sm p {
    position: relative;
    z-index: 5;
}

.Certificate2 .box .sm .zhang {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -125px;
}

.ContentAbout .tableBox {
    overflow: auto;
    max-height: 500px;
}

.HomeBtnBox {
    margin: 30px 0 50px;
    ;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.HomeBtnBox a {
    font-size: 16px;
    width: 40%;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #2865be;
    border-radius: 5px;margin:0 15px;
}

.HomeBtnBox a:hover {
    background: #1f4e94;
}


/* 单篇表格样式 */

.SingleBox {}

.SingleBox table {
    border-collapse: collapse;
}

.SingleBox table tr {
    line-height: 36px;
}

.SingleBox table tr td {
    text-align: center;
    line-height: 36px;
}

.SingleBox table tr td:nth-child(2) {
    text-align: left;
}


/*大众登录*/

.loginBg {
    padding: 5% 0;
    overflow: hidden;
    min-height: 400px;
    height: auto !important;
}

.LogBox {
    float: right;
    width: 30%;
    background: #fff;
    padding: 2%;
}

.LogBox .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    padding-bottom: 22px;
    text-align: center;
}

.LogBox .loginbox {}

.loginbox ul {}

.loginbox ul li {
    line-height: 50px;
    margin-bottom: 20px;
    border: 1px #d4d4d4 solid;
}

.loginbox ul li:last-child {
    margin-bottom: 0;
}

.loginbox ul li span {
    display: inline-block;
    position: relative;
    top: -1px;
}

.loginbox ul li span img {
    vertical-align: middle;
    padding: 0 10px;
    width: 30px;
}

.loginbox ul li input {
    display: inline-block;
    height: 50px;
    width: 80%;
    font-size: 16px;
}

.loginbox ul li.yzmli {
    width: 70%;
    position: relative;
}

.loginbox ul li.yzmli input {
    width: 70%;
}

.loginbox ul li.yzmli em {
    position: absolute;
    height: 50px;
    top: 0;
    right: -40%;
}

.loginbox .forgetP {
    padding: 10px 0;
    text-align: right;
}

.loginbox .logBtn {
    display: block;
    width: 50%;
    text-align: center;
    background: #2865be;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin: 10% auto 5%;
    cursor: pointer;
}

.loginbox .logBtn:hover {
    background: #245bad;
}

.loginbox .regiBtn {
    text-align: center;
}

.loginbox .regiBtn a {
    text-align: center;
    display: inline-block;
    line-height: 50px;
    margin: 0 20px;
}

.bott_nav {
    padding: 20px 0;
    text-align: center;
}

.bott_nav a {
    padding: 0 5px;
    color: #666;
}

.bott_nav a:hover {
    color: #2865be;
}

@media ( max-width:1024px) {
    .LogBox {
        width: 300px;
        padding: 20px;
    }
}

@media ( max-width:480px) {
    .loginBg {
        padding-top: 20%;
    }
    .LogBox {
        margin: 0 auto;
        float: none;
        width: 290px;
    }
}


/*申请须知与说明*/

.sqBox {
    color: #333;
    padding: 5% 0;
}

.sqBox .title {
    font-size: 22px;
    text-align: center
}

.sqBox .txtbox {
    padding: 3% 0;
}

.sqBox .txtbox .tit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2865be;
    line-height: 30px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

.sqBox .txtbox .tit:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2865be;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sqBox .txtbox .txt {
    font-size: 18px;
    line-height: 30px;
}

.sqBox .txtbox .txt p {
    margin-top: 10px;
}

.sqBox .txtbox .txt p span {
    padding-left: 2em;
}

.sqBox .ok_btn {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    background: #2865be;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 0 auto;
}

.sqBox .ok_btn:hover {
    background: #1f5098;
}


/*申请表单样式*/

.Apform {
    padding: 5% 0;
    color: #333;
    font-size: 14px
}

.Apform .txtBox {}
.Apform .txtBox .resultBox
{
    padding:20px 0;
}
.Apform .txtBox .resultBox .state
{width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    position: relative;
    top: 4px;

    
 }
.Apform .clearBtn
{
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #2865be;
    line-height: 38px;
    border-radius: 5px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
        cursor: pointer;
    
}
.zjyjBox
{
    margin-top:20px;
}

.Apform h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 3%;
}

.Apform .txtBox .titBox {
    position: relative;
}

.titBox .moreBtn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.titBox .moreBtn p {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 110px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.titBox .moreBtn p.m1 {
    background: #2865be url(../images/arr_more.png) 32px 12px no-repeat;
    background-size: 15%;
}

.titBox .moreBtn p.m2 {
    background: #2865be url(../images/arr_less.png) 32px 12px no-repeat;
    background-size: 15%;
    display: none;
}

.titBox .moreBtn.on p.m1 {
    display: none;
}

.titBox .moreBtn.on p.m2 {
    display: block;
}

.Apform .txtBox .title {
    font-size: 18px;
    color: #2865be;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px #2865be solid;
}

.Apform .txtBox .tit {
    font-size: 20px;
    color: #000;
    margin-bottom: 28px;
    font-weight: bold;
}

.Apform .txtBox .txt {
    padding: 2% 0;
    font-size: 18px;
    display: none;
}

.Apform .txtBox .txt.show {
    display: block;
}

.Apform ul li {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
    margin-bottom: 30px;
}

.Apform ul li .label {
    width: 20%;
    font-size: 17px;
    font-weight: bold;
    float: left
}

.Apform ul li select,
.Apform ul li input {
    display: inline-block;
    background: rgb(247, 248, 249);
    border: 2px rgb(222, 225, 230) solid;
    display: inline-block;
    line-height: 38px;
    border-radius: 5px;
    height: 38px;
    font-size: 18px;
    padding-left: 10px
}

.Apform ul li select {
    width: 200px;
}

.Apform ul li input {
    width: 400px;
}

.Apform ul li textarea {
    padding: 1%;
    max-height: 120px;
    border: 1px #000000 solid;
    box-sizing: border-box;
    background: rgb(247, 248, 249);
    border: 2px rgb(222, 225, 230) solid;
    border-radius: 20px;
    display: block;
    width: 80%;
}

.Apform .block {
    display: block;
    width: 100%
}

.Apform .block .label {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
}

.Apform .block textarea {
    display: block;
    width: 100%;
}

.Apform .FjBox {}

.Apform .FjBox .t1 {
    font-size: 18px;
    padding: 10px 0;
}

.Apform .FjBox .t1 .addbtn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/add.png) center no-repeat;
    cursor: pointer;
    position: relative;
    top: 8px;
}

.Apform .FjBox ul {
    padding: 2% 0;
}

.Apform .FjBox ul li {
    overflow: hidden;
    margin-bottom: 15px;
}

.Apform .FjBox ul li input {
    border: none;
    width: 80%;
    float: left;
}

.Apform .FjBox ul li .delbtn {
    width: 8%;
    float: right;
    line-height: 40px;
    background-color: #2865be;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-left:2px
}

.Apform .yzmbox {
    margin-top: 20px
}

.Apform .yzmbox input {
    display: inline-block;
    background: rgb(247, 248, 249);
    border: 2px rgb(222, 225, 230) solid;
    line-height: 38px;
    border-radius: 5px;
    height: 38px;
    font-size: 18px;
    padding-left: 10px
}

.Apform .yzmbox em {
    border: 1px #333 solid;
    border-radius: 5px;
    padding: 5px 20px;
}

.Apform .btns {
    text-align: center;
    padding: 2% 0;
    font-size: 18px;
}

.Apform .btns .btn {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    background: #a2a2a2;
    border-radius: 5px;
    color: #fff;
    margin: 0 20px;
    cursor: pointer;
}

.Apform .btns .btn:hover {
    background: #2865be;
}

.Apform ul {
    overflow: hidden;
}

.Apform ul li.tb {
    width: 50%;
    float: left;
}

.Apform .tabul {
    padding: 20px 0;
}

.Apform .tabul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    margin-left: -1%;
}

.Apform .tabul li p {
    float: left;
    width: 12.5%;
    font-size: 16px;
    margin-left: 1%;
    color: #2865be;
}

.Apform .tabul li input {
    float: left;
    margin-left: 1%;
}

.Apform .tabul li span {
    display: none;
}

.Apform .tabul1 li .p1 {
    width: 10%;
}

.Apform .tabul1 li .p2 {
    width: 6%;
}

.Apform .tabul1 li .p3 {
    width: 6%;
}

.Apform .tabul1 li .p4 {
    width: 10%;
}

.Apform .tabul1 li .p5 {
    width: 12%;
}

.Apform .tabul1 li .p6 {
    width: 18%;
}

.Apform .tabul1 li .p7 {
    width: 12%;
}

.Apform .tabul1 li .p8 {
    width: 18%;
}

.Apform .tabul li .addP {
    width: 32px;
    height: 32px;
    background: url(../images/add.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.Apform .tabul2 li .p1 {
    width: 20%;
}

.Apform .tabul2 li .p2 {
    width: 19%;
}

.Apform .tabul2 li .p3 {
    width: 47%;
}

.Apform .tabul2 li .p4 {
    width: 10%;
}

@media ( max-width:1024px) {
    .Apform ul li .label {
        width: 100%;
    }
}

@media ( max-width:640px) {
    .Apform ul li {
        margin-bottom: 20px;
    }
    .Apform ul li .label {
        width: 100%;
        float: none;
        display: block;
        font-size: 16px
    }
    .Apform ul li input {
        width: 100%;
    }
    .Apform ul li select {
        width: 100%;
        margin-bottom: 10px;
    }
    #select1,
    #select2,
    #select3 {
        width: 32%;
    }
    .Apform h2 {
        font-size: 18px
    }
    .Apform ul li select,
    .Apform ul li input {
        font-size: 14px
    }
    .Apform .txtBox .txt {
        padding: 2% 0;
        font-size: 16px;
    }
    .Apform .txtBox .tit {
        white-space: pre-wrap;
        font-size: 16px;
    }
    .Apform .yzmbox {
        overflow: hidden;
    }
    .Apform .yzmbox span {
        width: 100%;
        float: none;
        display: block;
    }
    .Apform .yzmbox input {
        display: block;
        width: 70%;
        float: left;
    }
    .Apform .yzmbox em {
        text-align: center;
        display: block;
        width: 22%;
        float: right;
        padding: 0;
        line-height: 36px;
    }
    .Apform ul li textarea {
        border-radius: 5px
    }
    .Apform ul li.tb {
        width: 100%;
        float: none;
    }
    .Apform .tabul {
        /* overflow: hidden; */
        padding: 32px 0;
    }
    .Apform .tabul li .addP {
        top: -32px;
        left: 0;
        right: unset;
    }
    .Apform .tabul li {
        margin-left: 0;
        float: left;
        border-top: 1px #2865be solid;
    }
    .Apform .tabul li:nth-child(1) {
        float: left;
        overflow: unset;
        border: none;
        width: 34%;
    }
    .Apform .tabul li:nth-child(2) {
        width: 66%;
        float: left;
        border: none;
    }
    .Apform .tabul li p {
        font-size: 14px;
    }
    .Apform .tabul li p,
    .Apform .tabul li input {
        width: 100% !important;
        float: none;
        margin-left: 0;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .Apform .tabul li span {
        display: block;
        float: left;
        font-size: 14px;
        color: #2865be;
    }
    .Apform .tabul li input {
        width: 66%;
        float: left;
    }
}


/* 注册 */

.rgbody .header_menu {
    display: none;
}

.regiBox {
    width: 50%;
    background: #fff;
    padding: 2%;
    margin: 0 auto;
}

.regiBox .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    border: 1px #2865be solid;
}

.regiBox .title li {
    width: 50%;
    float: left;
    cursor: pointer;
}

.regiBox .title li.on {
    background: #2865be;
    color: #fff;
}

.regiBox .RegForm {}

.regiBox .FormWrap {
    padding: 3% 0;
}

.regiBox .RegForm .item {
    overflow: hidden;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 2%;
}

.regiBox .RegForm .item dt {
    width: 20%;
    float: left;
}

.regiBox .RegForm .item dd {
    width: 80%;
    float: left;
}

.regiBox .RegForm .item input {
    border: 1px #d4d4d4 solid;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    width: 100%;
    padding-left: 2%;
}

.regiBox .RegForm .item dd.yzm {
    overflow: hidden;
}

.regiBox .RegForm .item dd.yzm input {
    width: 60%;
}

.regiBox .RegForm .item dd.yzm .yzmbtn {
    width: 40%;
    float: right;
    display: block;
    text-align: center;
}

.regiBox .RegForm .btn {}

.regiBox .RegForm .btn .sendbtn {
    width: 40%;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    background: #2865be;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
}

.regiBox .RegForm .btn .sendbtn:hover {
    background: #21549e;
}

@media ( max-width:768px) {
    .regiBox {
        width: 80%;
    }
}

@media ( max-width:480px) {
    .regiBox {
        width: 96%;
    }
    .regiBox .title {
        font-size: 18px;
    }
}


/* 专家台账 */

.SpecialBg {}

.SpecialBg .title {
    font-size: 24px;
    color: #333;
    position: relative;
    padding: 20px 0;
    text-align: center;
    margin-top: 1%;
    font-weight: bold;
}

.SpecialBg .title:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.SpecialBg .Smenu {
    line-height: 50px;
    height: 50px;
    background: #21549e;
    text-align: center;
}

.SpecialBg .Smenu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.SpecialBg .Smenu li {
    display: inline-block;
}

.SpecialBg .Smenu li a {
    display: block;
    color: #ffffff;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.SpecialBg .Smenu li:hover,
.SpecialBg .Smenu li.on {
    background: #173e75;
}

.SpecialBg .Scon {
    padding: 2% 0;
}

.SpecialBg .Scon .w1400 {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}

.Scon .stitle {
    line-height: 50px;
    text-align: center;
}

.Scon .stitle ul {
    overflow: hidden;
    border: 1px #21549e solid;
}

.Scon .stitle ul li {
    width: 25%;
    float: left;
    border-right: 1px #21549e solid;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

.Scon .stitle ul li:last-child {
    border-right: 0;
}
    /*,.Scon .stitle ul li:hover */
.Scon .stitle ul li.on{
    background-color: #21549e;
    color: #fff;
}

.Scon .ssearch {
    padding: 10px 2%;
    /* overflow: hidden; */
    border-right: 1px #21549e solid;
    border-left: 1px #21549e solid;
    background: #e9e9e9;
}

.Scon .ssearch input {
    width: 56%;
    border: 1px #ccc solid;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 10px;
    padding: 0 2%;
    background: #fff;
}

.Scon .ssearch .filterBox {
    float: left;
    width: 20%;
    margin-left: 2%;
    line-height: 40px;
    text-align: center;
}

.Scon .ssearch .filterBox select {}

.Scon .ssearch .ssbtn {
    width: 20%;
    float: right;
    background-color: #21549e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.Scon .ssearch .ssbtn:hover {
    background-color: #1d4888;
}

.Scon .scontent {
    border: 1px #21549e solid;
}

.Scon .scontent .tabletitle {
    overflow: hidden;
    border-bottom: 1px #21549e solid;
}

.Scon .scontent .tabletitle li {
    float: left;
    text-align: center;
    line-height: 40px;
    border-right: 1px #21549e solid;
    box-sizing: border-box;
    font-size: 16px;
}

.Scon .scontent .tabletitle li:last-child {
    border: none;
}

.Scon .scontent .tabletitle li:nth-child(1) {
    width: 5%;
}

.Scon .scontent .tabletitle li:nth-child(2) {
    width: 25%;
}

.Scon .scontent .tabletitle li:nth-child(3) {
    width: 10%;
}

.Scon .scontent .tabletitle li:nth-child(4) {
    width: 10%;
}

.Scon .scontent .tabletitle li:nth-child(5) {
    width: 10%;
}

.Scon .scontent .tabletitle li:nth-child(6) {
    width: 10%;
}

.Scon .scontent .tabletitle li:nth-child(7) {
    width: 10%;
}

.Scon .scontent .tabletitle li:nth-child(8) {
    width: 20%;
}

.Scon .scontent .tablelist li {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px #eee solid;
    font-size: 15px;
    padding: 10px 0;
}

.Scon .scontent .tablelist li p.no {
    width: 3%;
}

.Scon .scontent .tablelist li p {
    width: 8%;
    float: left;
    padding: 0 1%;
    text-align: center;
}

.scontent .tablelist li .tit {
    width: 23%;
    float: left;
    padding: 0 1%;
    color: blue;
    text-decoration: underline;
}

.scontent .tablelist li .state {
    width: 8%;
    float: left;
    text-align: center;
    padding: 0 1%;
}

.s_green {
    color: green;
}

.s_red {
    color: red;
}

.s_blue {
    color: #21549e;
}

.scontent .tablelist li .scheck {
    width: 20%;
    float: right;
    text-align: center;
}

.scontent .tablelist li .scheck .scheckbtn {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    background: #e9e9e9;
    line-height: 38px;
}

.scontent .tablelist li .scheck .scheckbtn:hover {
    background: #21549e;
    color: #fff;
}

.scontent .tablelist li .scheck .scheckbtn1 {
    display: inline-block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    background: #e9e9e9;
    line-height: 38px;
}

.scontent .tablelist li .scheck .scheckbtn1:nth-child(2) {
    margin-left: 5%;
}

.scontent .tablelist li .scheck .scheckbtn1:hover {
    background: #21549e;
    color: #fff;
}

.conTop {
    overflow: hidden;
}

.conTop .backBtn {
    float: left;
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #21549e;
}

.conTop .backBtn img {
    vertical-align: middle;
}

.conTop .historyBtn {
    float: right;
    width: 12%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border: 1px #cecece solid;
    margin-left: 20px;
    box-sizing: border-box;
}

.conTop .lookBtn {
    float: right;
    width: 12%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border: 1px #cecece solid;
    box-sizing: border-box;
}

.conTop .lookBtn:hover {
    color: #fff;
    background: #21549e;
}

.Contable {
    min-height: 200px;
    padding: 2% 0;
}

.conBottom p {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.conBottom textarea {
    padding: 1%;
  
    border: 1px #000000 solid;
    box-sizing: border-box;
    background: rgb(247, 248, 249);
    border: 2px rgb(222, 225, 230) solid;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 200px;
}

.Scon .btns {
    display: flex;
    justify-content: center;
    padding: 2% 0;
}

.Scon .btns .btn {
    height: 50px;
    background-color: #6b6b6b;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    width: 15%;
}

.Scon .btns .ok1 {}

.Scon .btns .no {
    margin-left: 20px;
}

.Scon .btns .btn:hover {
    color: #fff;
    background: #21549e;
}

@media ( max-width:480px) {}


/*弹窗*/

.Popbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1999;
    display: none;
}

.Popbox .content {
    width: 24%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2%;
}

.Popbox .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #353535;
    text-align: center;
    padding-bottom: 10%;
}

.Popbox .content .btns {
    display: flex;
    justify-content: center;
}

.Popbox .content .btns a {
    width: 30%;
    height: 50px;
    background-color: #474747;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.Popbox .content .btns a:nth-child(2) {
    margin-left: 2%;
    background-color: #2865be;
}

.Popbox .content .btns a:hover {
    color: #ffffff;
    background-color: #2865be;
}


/* 成功弹窗 */

.Popbox .content1 {
    width: 23%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5% 3%;
    text-align: center;
}

.Popbox .content1 .titlt {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
    padding: 5% 0 7%;
}

.Popbox .content1 .btns {}

.Popbox .content1 .btns a {
    display: inline-block;
    width: 46%;
    font-family: SourceHanSerifSC-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
}

.Popbox .content1 .btns .ok_btn1 {
    margin-right: 2%;
    background-color: #e5e5e5;
    color: #000000;
}

.Popbox .content1 .btns .close {
    margin-right: 8px;
    background-color: #d4451d;
    color: #ffffff;
}

@media(max-width:1366px) {
    .Popbox .content .ok_btn {
        width: 30%;
        line-height: 46px;
        height: 46px;
        font-size: 20px;
    }
    .Popbox .content1 {
        width: 46%;
    }
}

@media(max-width:1024px) {
    .Popbox .content1 .ico img {
        width: 80px;
    }
    .Popbox .content1 .title {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .Popbox .content1 {
        width: 70%;
    }
}

@media(max-width:480px) {
    .Popbox .content {
        width: 74%;
    }
    .Popbox .title {
        font-size: 24px;
    }
    .Popbox .content1 {
        width: 86%;
    }
}

.Popbox .close {
    position: absolute;
    width: 83px;
    height: 34px;
    background-color: #eeeeee;
    text-align: center;
    color: #333;
    top: 0;
    right: 0;
    font-family: SourceHanSerifSC-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #676767;
    text-align: center;
}

.Popbox .close:hover {
    background: #2865be;
    color: #fff;
}

.Popbox .content1 {
    width: 50%;
    padding: 2%;
}

.Popbox .content1 .historyList {}

.Popbox .content1 .historyList li {
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px #929292 dashed;
    padding: 10px 0;
}

.Popbox .content1 .historyList li a {
    color: #333;
    float: left;
}

.Popbox .content1 .historyList li span {
    float: right;
    color: #797979;
}

.Popbox .content1 .historyList li a:hover {
    color: #2865be;
}

@media(max-width:480px) {}


/* 专家台账详情一表格 */

.Contable .t_one {
    margin-bottom: 2%;
    border-bottom: 2px #000 solid;
}

.Contable .one_tit em,
.Contable .two_tit em {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ico_j1.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px #ffffff solid;
    box-sizing: border-box;
    cursor: pointer;
}

.Contable .one_tit.on em,
.Contable .two_tit.on em {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ico_j2.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px #21549e solid;
    box-sizing: border-box;
}

.Contable .t_one .one_tit {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
}

.Contable .twoBox {
    display: none;
    margin: 20px 0;
}

.Contable .t_two.on {
    display: block;
}

.Contable .t_two .two_tit {
    font-size: 18px;
    font-weight: bold;
    color: #21549e;
    position: relative;
    line-height: 30px;
}

.Contable .threeBox {
    display: none;
}

.Contable .t_three {
    padding: 10px;
    /* display: none; */
}

.Contable .t_three.on {
    display: block;
}

.Contable .t_three .three_tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
}

.Contable .t_three .three_tit span {
    font-weight: bold;
}

.Contable .t_three .three_tit p {
    display: inline-block;
}

.Contable .t_three input {
    border: 1px #333 solid;
    width: 200px;
    line-height: 30px;
    padding-left: 2%;
}

.Contable .t_three textarea {
    border: 1px #333 solid;
    width: 100%;
    min-height: 150px;
    padding: 10px;
    box-sizing: border-box;
}

@media(max-width:480px) {}


/* 专家台账详情二 */

.Contable1 {
    padding: 3% 0;
}

.Contable1 .title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.Contable1 .title:before {
    display: none;
}

.Contable1 table {
    border-collapse: collapse;
}

.Contable1 table thead {
    text-align: center;
}

.Contable1 table tbody {}

.Contable1 table td {
    border: 1px #333 solid;
    padding: 10px;
}

.Contable1 table .td1 {
    width: 10%;
}

.Contable1 table .td2 {
    width: 10%;
}

.Contable1 table .td3 {
    width: 3%;
    text-align: center;
}

.Contable1 table .td4 {
    width: 26%;
}

.Contable1 table .td5 {
    width: 10%;
}

.Contable1 table .td6 {
    width: 18%;
}

.Contable1 table .td7 {
    width: 7%;
}

.Contable1 table .bg1 {
    background: #fdc903;
}

.Contable1 table .bg2 {
    background: rgb(0, 161, 0);
}

.Contable1 table textarea {
    display: block;
    width: 100%;
}

.ystzBox {
    margin-bottom: 3%;
}

.ystzBox .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.ystzBox .title:before {
    display: none;
}

.ystzBox table {
    border-collapse: collapse;
    width: 100%;
}

.ystzBox table thead {
    text-align: center;
    font-weight: bold;
}

.ystzBox table td {
    border: 1px #333 solid;
    padding: 10px;
}

.ystzBox table td:nth-child(1) {
    text-align: center;
}

@media(max-width:480px) {}

.Yswork .Scon .ssearch .filterBox {
    width: 12%;
}

.Yswork .Scon .ssearch .ssbtn {
    width: 14%;
    float: left;
}

.Yswork .Scon .ssearch .addbox {
    position: relative;
    float: right;
    width: 14%;
    border-radius: 10px;
}

.Yswork .Scon .ssearch .addbox .xzbtn {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #21549e;
    border-radius: 10px;
}

.Yswork .Scon .ssearch .addbox ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 5%;
    background-color: #21549e;
}

.Yswork .Scon .ssearch .addbox ul .Btn1 { padding: 8px 0; color: #fff; cursor: pointer; }

.Yswork .Scon .ssearch .addbox ul .Btn1:hover { text-decoration: underline; }


/* .Yswork .Scon .ssearch .addbox:hover ul {
    display: block;
} */

@media(max-width:480px) {}


/* 引导页 */

.ydyCon {
    padding: 10% 0;
}

.ydyCon .ydyBox {
    border-top: 1px rgb(255, 255, 255, 0.48) solid;
    border-bottom: 1px rgb(255, 255, 255, 0.48) solid;
    padding: 4% 0;
    background: url(../images/blue_op26.png);
}

.ydyCon .ydyBox ul {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.ydyCon .ydyBox ul li {
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 184px;
    height: 160px;
}

.ydyCon .ydyBox ul li.li_0 {
    background: url(../images/Floor001922-libg_1.png) center no-repeat;
}

.ydyCon .ydyBox ul li.li_1 {
    background: url(../images/Floor001922-libg_2.png) center no-repeat;
}

.ydyCon .ydyBox ul li.li_2 {
    background: url(../images/Floor001922-libg_3.png) center no-repeat;
}

.ydyCon .ydyBox ul li.li_3 {
    background: url(../images/Floor001922-libg_4.png) center no-repeat;
}

.ydyCon .ydyBox ul li.li_4 {
    background: url(../images/Floor001922-libg_5.png) center no-repeat;
}

.ydyCon .ydyBox ul li img {
    padding-top: 5%;
}

.ydyCon .ydyBox ul li:hover img {
    animation: move 2s -1s infinite;
}

.ydyCon .ydyBox ul li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ydyCon .ydyBox ul li p {
    font-size: 18px;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
}

@media(max-width:1366px) {
    .ydyCon .ydyBox {
        padding: 5% 0 11.5%;
    }
}

@media(max-width:1024px) {
    .ydyCon .ydyBox {
        height: 100vh;
    }
    .ydyCon .ydyBox ul li a {
        width: 120px;
        height: 120px;
    }
}

@media(max-width:480px) {
    .ydyCon .ydyBox ul {
        display: block;
    }
    .ydyCon .ydyBox ul li {
        float: none;
        margin: 5% auto;
        width: 120px;
        height: 120px;
    }
    .ydyCon .ydyBox {
        height: auto;
        padding: 5% 0 0.5%;
    }
    body {
        overflow-y: auto !important;
    }
    .ydyCon .ydyBox .logo img {
        height: 60px;
    }
}


/* 新增项目 21-12-07*/

.Popbox .content2 {
    width: 48%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2% 0;
}

.Popbox .content2 .sqBox {
    max-height: 400px;
    overflow-y: auto;
    padding:5%;
    margin-bottom: 20px;
}

.Popbox .content2 .sqBox .title {
    padding-bottom: 0;
    font-weight: bold;
}

.Popbox .content2 .ok_btn {
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    background: #2865be;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 0 auto;
}

.Popbox .content2 .ok_btn:hover {
    background: #1f5098;
}


/*  */

.SpecialBg .Scon .w1200 {
    border-top: 2px #21549e solid;
    padding-top: 3%;
}

.SpecialBg .Left .title {
    padding-bottom: 0;
}

.SpecialBg .Left .title:before {
    display: none;
}

.RightInfo {}

.RightInfo dl {
    overflow: hidden;
    margin-bottom: 10px;
}

.RightInfo dl dt {
    float: left;
    width: 28%;
    text-align: right;
    padding-right: 2%;
    line-height: 36px;
}

.RightInfo dl dd {
    float: left;
    width: 40%;
}

.RightInfo dl dd .input-txt {
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    height: 36px;
    line-height: 36px;
    text-indent: 1em;
    width: 100%;
}

.Scon .btns {
    display: flex;
    justify-content: center;
}

.Scon .btns .input-btn {
    width: 160px;
    background-color: #21549e;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin: 0 20px;
    cursor: pointer;
}


/* 自查表格 */

.Contable2 {
    padding: 3% 0;
}

.Contable2 .title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.Contable2 .title:before {
    display: none;
}

.Contable2 table {
    border-collapse: collapse;
}

.Contable2 table thead {
    text-align: center;
}

.Contable2 table tbody {}

.Contable2 table td {
    border: 1px #333 solid;
    padding: 10px;
}

.Contable2 table .td1 {
    width: 10%;
}

.Contable2 table .td2 {
    width: 10%;
}

.Contable2 table .td3 {
    width: 40%;
    text-align: center;
}

.Contable2 table .td4 {
    width: 20%;
}

.Contable2 table .td5 {
    width: 20%;
}


/* 临床基因扩增检验实验室技术审核表 */

.Contable3 {
    padding: 3% 0;
}

.Contable3 .title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.Contable3 .title:before {
    display: none;
}

.Contable3 table {
    border-collapse: collapse;
    width: 100%;
}

.Contable3 table thead {
    text-align: center;
}

.Contable3 table tbody {}

.Contable3 table td {
    border: 1px #333 solid;
    padding: 10px;
}

.Contable3 table .td1 {
    width: 10%;
    text-align: center;
}

.Contable3 table .td2 {
    width: 45%;
}

.Contable3 table .td3 {
    width: 5%;
    text-align: center;
}

.Contable3 table .td4 {
    width: 20%;
}

.Contable4 {
    padding: 0;
}

.Contable4 table .td1 {
    width: 5%;
    text-align: center;
}

.Contable4 table .td2 {
    width: 20%;
    text-align: center;
}

.Contable4 table .td3 {
    width: 40%;
    text-align: left;
}

.Contable4 table .td4 {
    width: 20%;
    text-align: center;
}

.Contable4 table .td5 {
    text-align: center;
}

.Contable5 {
    padding: 0;
}

.Contable5 table .td1 {
    width: 10%;
    text-align: center;
}

.Contable5 table .td2 {
    width: 10%;
    text-align: center;
}

.Contable5 table .td3 {
    width: 70%;
    text-align: left;
}


/* */

.Article {}

.Article .Title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.Article .title1 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
}

.Article .title2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}

.Article p,.Article .p1 {
    font-size: 16px;
    padding: 10px 40px;
}

.Article span {
    padding: 0 10px;
}

.Article input {
    font-size: 16px;
}

.Article input[type='text'] {
    display: inline-block;
    border-bottom: 1px #666 solid;
    padding-bottom: 4px;
    padding-left: 10px;
}

.Article input[type='radio'] {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.Article label {
    margin-right: 10px;
}

.Article textarea {
    display: block;
    width: 100%;
    min-height: 380px;
    line-height: 30px;
    border: 1px #666 solid;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.Fujian4 {}

.Fujian4 .txt {
    border: 1px #666 solid;
    padding: 10px;
    min-height: 100px;
}
.peopleList p{
    font-size: 0px;
}
.peopleList p span{
    font-size: 16px;
    display: inline-block;
}
.peopleList input{width:170px;}
.peopleList p{padding-left:0;padding-right:0;}


.Scon .Article .addP {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/add.png) center no-repeat;
    cursor: pointer;
    position: relative;
    top: 10px;
}



/* 2022-02-24 */
.copyright{
padding:20px 0;
color:#666;
text-align: center; 
}
.copyright a{
color:#666;
}
.copyright a:hover{
color: #2865be;
}

.shxm{width:400px;height:30px;font-size:16px;font-weight:bold;}

/* 20221206 */
.addCertificate{background-size:cover;background-repeat:no-repeat;background-position:center center;padding:8% 0;}
.addCertificate .addCertificateForm{max-width:580px;margin:0 auto;border-radius:10px 10px 0 0;overflow:hidden;background:#fff;}
.addCertificate .addCertificateForm .addCertificateTit{font-size:24px;color:#fff;background:#2865be;line-height:65px;text-align:center;font-weight:bold;}
.addCertificate .addCertificateForm .Form{padding:80px;}
.addCertificate .addCertificateForm .Form .inputbox{border:1px solid #e4e4e4;line-height:48px;border-radius:5px;margin-bottom:20px;position:relative;}
.addCertificate .addCertificateForm .Form .inputbox span{position:absolute;left:25px;top:0;}
.addCertificate .addCertificateForm .Form .inputbox input{display:block;height:100%;width:100%;box-sizing:border-box;padding-left:100px;height:48px;}
.addCertificate .addCertificateForm .Form .formbtn{text-align:center;margin-top:40px;}
.addCertificate .addCertificateForm .Form .formbtn button{width:190px;height:50px;line-height:50px;border-radius:50px;background:#2865be;color:#fff;border:none;}

@media(max-width:768px){
	.addCertificate .addCertificateForm .addCertificateTit{line-height:45px;font-size:16px;}
	.addCertificate .addCertificateForm .Form{padding:30px;}
	.addCertificate .addCertificateForm .Form .inputbox{line-height:35px;}
	.addCertificate .addCertificateForm .Form .inputbox input{height:35px;}
	.addCertificate .addCertificateForm .Form .formbtn button{width:120px;height:35px;line-height:35px;border-radius:35px;}
	
}

.addCertificateList ul li{line-height:55px;border-bottom:1px dotted #e5e5e5;padding-right:100px;position:relative;font-size:16px;padding-left:25px;}
.addCertificateList ul li span{color:#999;position:absolute;top:0;right:0;}
.addCertificateList ul li p{font-weight:bold;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.addCertificateList ul li:before{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#2865be;position:absolute;top:50%;left:5px;margin-top:-2.5px;}

@media(max-width:768px){
	.addCertificateList ul li{line-height:40px;font-size:14px;padding-right:80px;}
	.addCertificateList ul li p{font-size:15px;}
}

.EaqPage .EAQ_title{text-align:center;font-size:32px;color:#2865be;margin-bottom:30px;}
.EaqPage .EAQ_con{overflow:auto;}
.EaqPage .EAQ_con table{table-layout: fixed;border-spacing: 0;font-size:12px;line-height:20px;width:100% !important;}
.EaqPage .EAQ_con table td,.EaqPage .EAQ_con table th{border:1px solid #fff;height:20px;padding-top:5px;padding-bottom:5px;box-sizing:border-box;text-align:center;}
.EaqPage .EAQ_con table thead{background:#2865be;}
.EaqPage .EAQ_con table thead th{font-weight:normal;color:#fff;background:#2865be;height:50px;}
.EaqPage .EAQ_con table .t1{width:120px;}
.EaqPage .EAQ_con table .t2{width:165px;}
.EaqPage .EAQ_con table .t3{width:77px;}
.EaqPage .EAQ_con table .t4{width:60px;}
.EaqPage .EAQ_con table .t4 span{display:block;}
.EaqPage .EAQ_con table .t5{width:125px;}
.EaqPage .EAQ_con table .t_date{width:100px;z-index:90;}

.EaqPage .EAQ_con table td:first-child,.EaqPage .EAQ_con table th:first-child {position: sticky;left: 0;/* 首行永远固定在左侧 */z-index: 1;border-right:1px solid #fff;}
.EaqPage .EAQ_con table thead tr th{position: sticky;top: 0;/* 列首永远固定在头部  */z-index:99;}
.EaqPage .EAQ_con table thead tr:nth-child(2) th{position: sticky;top: 50px;/* 列首永远固定在头部  */z-index:99;}

.EaqPage .EAQ_con table thead th{z-index:99;}
.EaqPage .EAQ_con table thead th:first-child{z-index:100;}
.EaqPage .EAQ_con table thead .t_date{z-index:90 !important;}

.EaqPage .EAQ_con table tbody tr td{background:#e4e7d5;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n) td{background:#f1dadb;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-1) td{background:#c8cbb8;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-1) td{background:#ddd3c0;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-2) td{background:#e4e1d5;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-3) td{background:#b8c7df;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-4) td{background:#c1c09c;}
.EaqPage .EAQ_con table tbody tr:nth-child(7n-5) td{background:#ddd3c0;}
.EaqPage .EAQ_con table tr td:nth-child(1){text-align:left;padding:0 8px 0 15px;}
.EaqPage .EAQ_con table tr td:nth-child(9){padding:5px;}

.EaqPage .EAQ_con table .downbtn{display:inline-block;padding:0 15px;border-radius:5px;background:#2865be;color:#fff;line-height:20px;}
.EaqPage .EAQ_con table .downbtn:hover{background:#37abff;}

.jyfkbtn{display:inline-block;margin-bottom:30px;background:#37abff;padding:8px 10px;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;}
.jyfkbtn:hover{background:#2865be;color:#fff;}
.jyfkpop{position:fixed;width:600px;padding:35px;border-radius:10px;background:#fff;box-shadow:0 5px 10px rgba(0,0,0,0.2);left:50%;top:50%;transform:translate(-50%,-50%);z-index:1000;display:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.jyfkpop .close{position:absolute;right:10px;height:30px;width:30px;top:10px;background:url(../images/close.png) center center no-repeat;}
.jyfkpop .title{text-align:center;font-size:24px;font-weight:bold;margin-bottom:25px;}
.jyfkpop .textarea{padding:10px;border:1px solid #ddd;width:100%;height:120px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.jyfkpop .item{text-align:center;padding-bottom:15px;}
.jyfkpop .btn{width:130px;height:50px;color:#fff;background:#2865be;border-radius:5px;font-size:16px;font-weight:bold;border:0;}

@media(max-width:768px){
	.EaqPage .EAQ_con table{width:1100px !important;}
	.EaqPage .EAQ_title{font-size:18px;}
	.EaqPage .EAQ_con table td, .EaqPage .EAQ_con table th{height:40px;}
	.EaqPage .EAQ_con table thead tr:nth-child(2) th{top:40px;}
	.EaqPage .EAQ_con table .t1{width:65px;}
	.EaqPage .EAQ_con table thead .t_date{width:85px;}
	.EaqPage .EAQ_con table .t3{width:70px;}
	.EaqPage .EAQ_con table .t4{width:70px;}
	
.jyfkpop{width:90%;}
.jyfkpop .title{font-size:18px;}
.jyfkpop .btn{width:100px;height:35px;}
}

.Notice1212{padding-left:130px;position:relative;line-height:55px;background:#f5f5f5;margin-bottom:30px;}
.Notice1212 .title{width:120px;height:100%;background:#2865be;color:#fff;font-size:18px;font-weight:bold;position:absolute;top:0;left:0;text-align:center;display:flex;align-items:center;justify-content:center;}
.Notice1212 ul li{display:inline-block;padding-right:80px;position:relative;font-size:16px}
.Notice1212 ul li::before{content:'';display:block;width:1px;height:16px;background:#ddd;position:absolute;top:50%;right:40px;margin-top:-8px;}
.Notice1212.tz ul li{line-height:30px;padding:20px;}

@media(max-width:768px){
	.Notice1212{padding-left:38px;line-height:40px;}
	.Notice1212 .title{width:30px;font-size:16px;line-height:35px;}
	.Notice1212 ul li{font-size:14px;padding-right:50px;}
	.Notice1212 ul li::before{right:25px;}
	.jyfkbtn{width:auto;}
}


.Article span {
    display: inline-block;
    border-bottom: 1px #666 solid;
    padding-bottom: 4px;
    padding-left: 10px;
}


  