body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
textarea,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    font-family: "鑻规柟";
    text-align: left;
}
ul,
li,
p {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    min-width: 1200px;
    color: #333;
}

@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    border: none;
    background: none;
    resize: none;
    outline: none;
}

a,
a:focus {
    color: #424242;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    cursor: pointer;
}

a {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    cursor: pointer;
}

img {
    border: none;
}

body {
    background: url(../images/body-bg.png) repeat;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.br {
    border-radius: 4px;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.text_two {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.mt0 {
    margin-top: 0 !important;
}

.maina-color {
    color: #3285d4;
}

.mainb-color {
    color: #045db0;
}

.mainc-color {
    color: #e72222;
}

.fize20 {
    font-size: 20px;
}

.fize18 {
    font-size: 18px;
}

.fize14 {
    font-size: 14px !important;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.white {
    color: #fff;
}


/* 鎮诞 */

.fixed-button {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 100;
    display: none;
}

.fixed-button li {
    background: #fff;
    /*width: 75px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    text-align: center;
    margin: 3px 0;
    box-shadow: 0 0 8px #d8d8d8;
    border-radius: 5px;
}

.fixed-button .a1 {
    position: relative;
    display: block;
    width: 74px;
    height: 64px;
    border-radius: 5px;
    overflow: hidden;
}

.fixed-button .a1 em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    display: none;
}

.fixed-button .a1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
}

.fixed-button .on .a1 {
    background: #045db0;
}

.fixed-button .on .a1 img {
    display: none;
}

.fixed-button .on .a1 em {
    display: block;
}

.fixed-button .pop {
    position: absolute;
    left: -126px;
    top: 0;
    display: none;
    padding-right: 10px;
    /*width: 74px;*/
}

.fixed-button dl {
    width: 74px;
}

.fixed-button dd {
    position: relative;
    margin: 3px 0;
}

.fixed-button dd a {
    overflow: hidden;
    display: block;
    height: 64px;
    box-shadow: 0 0 8px #d8d8d8;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
}

.fixed-button dd a:hover {
    background: #045db0;
    color: #fff;
}

.fixed-button dd a em {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.fixed-button .wx img {
    display: block;
    width: 110px;
    height: 110px;
}

.fixed-button .bd li a {
    margin-bottom: 10px;
    background: #fff;
    display: block;
    border-radius: 4px;
}

.fixed-button .brank {
    height: 450px;
}

.fixed-button .bd li a img {
    width: 100px;
    height: 94px;
    display: block;
}

.fixed-button .bd li {
    background: none;
}

.fixed-button .next,
.fixed-button .prev {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.fixed-button .next {
    background-image: url(../images/arrow-r.png);
}

.fixed-button .next:hover {
    background-image: url(../images/arrow-r-act.png);
}

.fixed-button .prev {
    background-image: url(../images/arrow-l.png);
}

.fixed-button .prev:hover {
    background-image: url(../images/arrow-l-act.png);
}


/*澶撮儴*/


/* .header {
    position: relative;
} */

.logo {
    float: left;
}

.logo img {
    height: 100%;
    margin: 20px 0;
}

.header-top {
    display: flow-root;
    overflow: visible;
    width: 100%;
    float: left;
}

.header-top .wrap .denglu {
    float: right;
    display: flex;
}

.header-top .wrap .denglu .dl {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
}

.header-top .wrap .denglu .zhuc {
    color: #fff;
    padding: 5px 0px 5px 20px;
    margin-top: 20px;
}

.header-bottom {
    height: 52px;
    width: 100%;
    float: left;
}

.header-nav li {
    position: relative;
    /*margin-left: 10px;*/
    float: left;
}

.header-nav .a1 {
    display: block;
    width: 92px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.header-nav .on .a1,
.header-nav li:hover .a1 {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-top: 1px solid #fff;
}

.header-nav .con {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    background: #fff;
    text-align: center;
    /* max-height: 245px; */
    /* overflow-y: auto; */
    color: #fff;
}

.inside_top .header-nav .con {
    background: #045db0;
    color: #fff
}

.header-nav .con dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #333;
}

.header-nav .con dd a:hover {
    background: #edf6ff;
    color: #045db0;
}

.inside_top .header-nav .con dd:hover a {
    color: #333;
}

.danwei {
    /* position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: #fff;
    display: flex
}



.danwei .zbdw p {
    font-size: 14px;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px !important;
}


/* 鍙傝禌娴佺▼ */

.biaot {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.left {
    text-align: left !important;
}

.cslc_box .unit-menu span {
    background-image: url(../images/cslc_1.png);
    background-repeat: no-repeat;
}

.cslc_box .fbujs {
    visibility: visible;
    animation-duration: 1s;
    animation-name: zoomIn;
    /* overflow: hidden; */
    box-sizing: border-box;
    box-shadow: 0 0 5px #e5e5e5;
}

.cslc_box .fbujs li {
    float: left;
    width: 20%;
    height: 150px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.cslc_box .fbujs li p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding-top: 58px;
}

.cslc_box .fbujs li>div {
    width: 40px;
    height: 40px;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cslc_box .fbujs li:last-child>div {
    vertical-align: baseline;
}

.cslc_box .fbujs li:last-child>p {
    padding-top: 44px;
}

.cslc_box .fbujs .lc_1 {
    background-image: url(../images/cslc_1.png);
}

.cslc_box .fbujs .lc_2 {
    background-image: url(../images/cslc_2.png);
}

.cslc_box .fbujs .lc_3 {
    background-image: url(../images/cslc_3.png);
}

.cslc_box .fbujs .lc_4 {
    background-image: url(../images/cslc_4.png);
}

.cslc_box .fbujs .lc_5 {
    background-image: url(../images/cslc_5.png);
}

.cslc_box .fbujs li:hover {
    background: #045db0;
}

.cslc_box .fbujs li:hover:after {
    position: absolute;
    content: "";
    background: url(../images/sjx.png) no-repeat;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 12px;
}

.cslc_box .fbujs li:hover p {
    color: #fff;
}

.cslc_box .fbujs li:hover .lc_1 {
    background-image: url(../images/cslcon_1.png);
}

.cslc_box .fbujs li:hover .lc_2 {
    background-image: url(../images/cslcon_2.png);
}

.cslc_box .fbujs li:hover .lc_3 {
    background-image: url(../images/cslcon_3.png);
}

.cslc_box .fbujs li:hover .lc_4 {
    background-image: url(../images/cslcon_4.png);
}

.cslc_box .fbujs li:hover .lc_5 {
    background-image: url(../images/cslcon_5.png);
}

.cs_sm_box {
    box-shadow: 0 0 5px #e5e5e5;
    padding: 30px 20px;
    line-height: 35px;
    margin-top: 20px;
    background: #fff;
}

.cs_sm h2 {
    font-size: 18px;
}

.cs_sm h2 span {
    color: #999;
    margin-left: 30px;
    font-size: 14px;
}

.cslc_box .on {
    background: #045db0;
    color: #fff;
    position: relative;
}

.cslc_box .on:after {
    position: absolute;
    content: "";
    background: url(../images/sjx.png) no-repeat;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 12px;
}

.cslc_box .fbujs .on .lc_1 {
    background-image: url(../images/cslcon_1.png) !important;
}

.cslc_box .fbujs .on .lc_2 {
    background-image: url(../images/cslcon_2.png) !important;
}

.cslc_box .fbujs .on .lc_3 {
    background-image: url(../images/cslcon_3.png) !important;
}

.cslc_box .fbujs .on .lc_4 {
    background-image: url(../images/cslcon_4.png) !important;
}

.cslc_box .fbujs .on .lc_5 {
    background-image: url(../images/cslcon_5.png) !important;
}


/* <!-- 澶ц禌璇存槑 --> */

.dssm_box {
    overflow: hidden;
    padding-bottom: 10px;
}

.dssm_box .sm_jj {
    text-align: center;
    line-height: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.dssm_box .zzgl li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.dssm_box .zzgl li .yiny {
    margin-right: 20px;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 60px 30px 40px;
}

.w_1220 {
    width: 1220px !important;
    overflow: hidden;
}

.w_1216 {
    width: 1216px !important;
    overflow: hidden;
}

.dssm_box .zzgl li .yiny>div {
    width: 100px;
    height: 100px;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
}

.dssm_box .zzgl li .yiny .dssm_1 {
    background-image: url(../images/dssm_1.png);
}

.dssm_box .zzgl li .yiny .dssm_2 {
    background-image: url(../images/dssm_2.png);
}

.dssm_box .zzgl li .yiny .dssm_3 {
    background-image: url(../images/dssm_3.png);
}

.dssm_box .zzgl li h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.dssm_box .zzgl li p {
    line-height: 30px;
    color: #666;
    height: 55px;
    overflow: hidden;
}

.dssm_box .zzgl li .ckgd {
    text-align: right;
    margin-top: 20px;
}

.dssm_box .zzgl li:hover .yiny {
    background: #f2f9ff;
}

.dssm_box .zzgl li:hover .yiny .dssm_1 {
    background-image: url(../images/dssmon_1.png);
}

.dssm_box .zzgl li:hover .yiny .dssm_2 {
    background-image: url(../images/dssmon_2.png);
}

.dssm_box .zzgl li:hover .yiny .dssm_3 {
    background-image: url(../images/dssmon_3.png);
}

.dssm_box .zzgl li:hover .yiny .ckgd {
    color: #045db0;
}

.dssm_box .zzgl .active .yiny {
    background: #f2f9ff;
}

.dssm_box .zzgl .active .yiny .dssm_1 {
    background-image: url(../images/dssmon_1.png);
}

.dssm_box .zzgl .active .yiny .ckgd {
    color: #045db0;
}


/* 閫氱煡鍏憡 */

.tzgg_box .ck_fr {
    overflow: hidden;
    position: relative;
}

.tzgg_box .ckgd {
    position: absolute;
    right: 0;
    color: #045db0;
    top: 15px;
}

.tzgg_box {
    overflow: hidden;
}

.tzgg_box .tzgg_new li {
    position: relative;
}

.tzgg_box .news-main-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 410px;
}
.tzgg_box .zuixin{
    overflow: hidden;
}
.tzgg_box .zuixin h2{
    float: left;
    max-width: 80%;
    margin-right: 15px;
}
.tzgg_box .zuixin  p{

    float: left;
    font-size: 12px;
    color: #ffa70f;
    border: 1px solid #ffa70f;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 6px;
    padding: 0 2px;
}
.gscontbuttom p {
    padding-top: 10px;
}

.datebox {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background: #025ab5;
    padding: 10px 10px;
}

.news-main-right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    height: 460px;
}

.news-banner {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    height: 100%;
}

.news-banner img {
    display: block;
    width: 570px;
    height: 410px;
    object-fit: cover;
}

.news-banner .bd li {
    position: relative;
}

.news-banner .bd li a {
    position: relative;
    display: block;
}

.news-banner .hd {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 61px;
    line-height: 61px;
    text-align: center;
}

.news-banner .hd li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    vertical-align: middle;
}

.news-banner .hd li.on {
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.gscontentright li {
    margin-bottom: 30px;
    line-height: 26px;
    overflow: hidden;
}

.gscontentright li img {
    width: 160px;
    height: 120px;
    border-radius: 10px;
    margin-right: 15px;
    float: left;
    object-fit: cover;
}

.gsinfo h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    height: 24px;
}

.gsinfo h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    height: 49px;
}

.gray60 {
    color: #999;
}

.gray40 {
    color: #666;
}

.gscontbuttom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 30px;
    background-image: url(../images/newsbg.png);
    border-radius: 0px 0px 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.gscontbuttom p {
    padding-top: 10px;
}


/* 寰�灞婂洖椤� */

.wjhg_box {
    overflow: hidden;
}

.hedu li {
    height: 340px;
}

.wjhg_box li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.wjhg_box li .hj_mr {
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.wjhg_box li .hj_mr img {
    object-fit: cover;
}

.wjhg_box li .bjxc {
    background: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;

}

.wjhg_box li .bjxc p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
}


/* 鍒涗笟涓撳尯 */

.cyzq_box {
    overflow: hidden;
}


/* 甯歌闂 */

.cjwt_box {
    overflow: hidden;
}

.cjwt_box .ck_fr {
    overflow: hidden;
    position: relative;
}

.cjwt_box .ckgd {
    position: absolute;
    right: 0;
    color: #045db0;
    top: 15px;
}

.cjwt_box li {
    width: 33.3%;
    height: 155px;
    float: left;
    margin-bottom: 20px;
}

.cjwt_box .question-content {
    margin-right: 20px;
    background: #f5f8fa;
    padding: 30px 20px;
}

.cjwt_box .question-content .answer {
    overflow: hidden;
    margin-bottom: 15px;
}

.cjwt_box .question-content .answer img {
    float: left;
    margin-right: 15px;
}

.cjwt_box .question-content .answer:last-child img {
    margin-top: 5px;
}

.cjwt_box .question-content .answer:last-child {
    margin-bottom: 0;
    line-height: 30px;
}

.cjwt_box .answer p {
    height: 60px;
}
.cjwt_box 

/* 鐩稿叧鍗曚綅 */

.mt40 {
    margin-top: 40px;
}

.news-menu,
.unit-menu {
    text-align: center;
    margin-bottom: 25px;
    padding-right: 20px;
}

.unit-menu li {
    display: inline-block;
    vertical-align: middle;
}

.news-menu span,
.unit-menu span {
    padding: 10px 28px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

.news-menu span.act,
.unit-menu li.on span {
    background: rgb(0, 148, 152);
    border-color: rgb(0, 148, 152);
    color: #fff;
}

.news-menu span.act::after,
.unit-menu li.on span::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 43%;
    border-top: 7px solid rgb(0, 148, 152);
    border-left: 8px solid transparent;
    border-right: 6px solid transparent;
}


/* <!-- 鐩稿叧娲诲姩 --> */

.w_1600 {
    width: 1600px;
    margin: auto;
}

.w_1620 {
    width: 1620px;
    margin: auto;
}

.bj_blue {
    background: #025ab5;
    padding: 50px 0;
    color: #fff;
}

.xghd_box .ck_fr {
    overflow: hidden;
    position: relative;
}

.xghd_box .ckgd {
    position: absolute;
    right: 0;
    color: #fff;
    top: 15px;
}


/* .xghd_box li {
    height: 267px;
} */

.xghd_box li img {
    height: 288px;
    object-fit: cover;
}

.xghd_box h2 {
    color: #fff;
}

.xghd_box li .hj_mr {
    background: #fff;
}

.xghd_box li p {
    margin: 12px 15px 15px;
    overflow: hidden;
}

.unit-content {
    overflow: hidden;
    background: #fff;
    padding-left: 10px;
}

.unit-content .bd li {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
    height: 204px;
    display: flex;
    justify-content: center;
}

.unit-content .bd li a {
    display: block;
    width: 25%;
    text-align: center;
}

.unit-content .bd li a .dw_mr20 {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.unit-content .bd li:nth-child(6n) a {
    border-right: 0 none;
}

.unit-content .bd li img {
    /* display: block; */
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
    /* width: 100%;
	height: 100%; */
}

.unit-content .hd {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    text-align: center;
}

.unit-content .hd li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    font-size: 0;
}

.unit-content .hd li.on {
    background: rgb(0, 148, 152);
}

.unit-bg {
    position: absolute;
    left: 0;
    bottom: -38px;
    height: 38px;
    width: 100%;
}

.unit-bg img {
    width: 100%;
    height: 100%;
}

.ewm-main {
    width: 50%;
    float: left;
    padding: 0 30px;
    box-sizing: border-box;
}

.ewm-main:first-child {
    border-right: 1px solid #FFFFFF;
}

.ewm-main img {
    display: block;
    width: 100%;
}

.ewm-main p {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #707070;
}


/*搴曢儴*/

.footer {
    padding: 50px 0 40px;
    background: #fff;
}

.dib_yy {
    box-shadow: 0 0 5px #e5e5e5;
    margin-top: 120px;
}

.footer .code-box {
    width: 290px;
    float: left;
}

.footer .code-box .code {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}

.footer .code-box .code div {
    display: inline-block;
    height: 120px;
    width: 120px;
    background: rgba(0, 0, 0, 0.2);
}

.footer .code-box .code p {
    margin-top: 10px;
    text-align: center;
    color: #a4a5a8;
}

.footer .tab-nav {
    float: left;
    width: 380px;
    height: 120px;
    margin-bottom: 10px;
}

.footer .tab-nav h3 {
    margin-bottom: 10px;
}

.footer .tab-nav ul li {
    padding: 0 16px 0 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #a4a5a8;
}

.footer .tab-nav li {
    position: relative;
    float: left;
    color: white;
    padding: 8px 16px;
}

.footer .tab-nav li span {
    position: absolute;
    top: 16px;
    left: 0px;
    background: #a4a5a8;
    width: 2px;
    height: 2px;
    border-radius: 100%;
}

.footer .tab-nav ul li a {
    color: #a4a5a8;
}

.footer .dibu_contact {
    float: right;
}

.dibu_contact h3 {
    position: relative;
    margin-bottom: 10px;
}

.footer .dibu_contact li {
    height: 30px;
    line-height: 30px;
    color: #a4a5a8;
}

.footer .remark {
    margin: 15px 0 0;
    color: #a4a5a8;
    text-align: center;
    font-size: 14px;
}


/* 鐧诲綍 */

.reveal-modal {
    visibility: hidden;
    top: 50%;
    width: 1300px;
    left: 50%;
    position: fixed;
    z-index: 9999;
    border-radius: 10px;
    padding: 30px 40px 34px;
    transform: translate(-50%, -50%);
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #333;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal input {
    width: 360px;
    border-color: #e5e5e5;
    border-width: 1px;
    color: #585858;
    background: #fff;
    display: inline-block;
}

.reveal-modal .tijiao {
    margin: 40px auto 20px;
}

.dl_box {
    height: 655px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}

.dl_box .dlym {
    margin-right: 40px;
    margin-top: 60px;
    float: right;
    position: relative;
}
.close_gb{
position: absolute;
    width: 24px;
    height: 24px;
    top: 0px;
    right: 0px;
}
.dl_box .dlym h2 {
    color: #025ab5;
    margin-bottom: 40px;
    text-align: center;
}

.dl_box .dlym .shuruk {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.dl_box .dlym .shuruk p {
    width: 80px;
    display: inline-block;
    font-size: 15px;
}

.dl_box .dlym .shuruk input {
    color: #999;
    font-size: 15px;
}

.dl_box .dlym .wjmm {
    text-align: right;
    font-size: 16px;
}

.dl_box .dlym .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.dl_box .dlym .myzh {
    color: #8d9ead;
    text-align: center;
    font-size: 16px;
    padding: 30px;
}

.dl_box .dlym .kjdl {
    display: block;
    margin-top: 30px;
}

.dl_box .dlym .kjdl p {
    display: inline-block;
    color: #8d9ead;
    font-size: 16px;
}

.dl_box .dlym .kjdl img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}


/* 鍐呴〉澶撮儴 */

.inside_top {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

.inside_top .header-top .wrap .denglu .dl {
    color: #333;
    border: 1px solid #dcdcdc
}

.inside_top .header-top .wrap .denglu .zhuc {
    color: #333;
}

.inside_top .header-nav .on .a1 {
    background: #045db0;
    color: #fff;
    border-top: 1px solid #045db0;
}

.inside_top .header-nav li:hover.on .a1 {
    color: #fff
}

.inside_top .header-nav li:hover .a1 {
    color: #fff;
    border-top: 1px solid #045db0;
    background: #045db0;
}

.inside_top .header-nav .a1 {
    color: #333;
}

.inside_top .header-nav .con dd a {
    color: #fff
}


/* 鍐呴〉鍐呭鍖� */

.inside_content {
    min-height: 600px;
}

.inside_left {
    float: left;
    width: 260px;
    margin-right: 20px
}

.inside_left h2 {
    background-color: #045db0;
    color: #fff;
    padding: 20px;
    font-size: 24px
}

.inside_left h2 p {
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 12px
}

.inside_left ul li a {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 25px 20px;
    font-size: 18px
}

.inside_left ul li.on a {
    background-color: #6ea9eb;
    color: #fff;
}

.inside_left ul li a:hover {
    background-color: #6ea9eb;
    color: #fff;
}

.inside_right {
    float: right;
    width: 900px
}

.wian {
    border-bottom: 1px solid #eee;
}

.wian h2 {
    border-bottom: 2px solid #026fb5;
}

.locationbox {
    width: 100%;
    /* border-bottom: 1px solid #eee; */
    display: block
}

.locationbox h2 {
    color: #026fb5;
    /* border-bottom: 2px solid #026fb5; */
    padding: 10px 0px 15px;
}


/* .location_right {
    height: 58px;
    line-height: 58px;
} */

.location_right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.location_right span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666
}

.location_right span a {
    color: #333
}

.inside_rightcontent {
    padding: 20px 0px;
}


/* 棰佸鐜板満 */

.awards_ul {
    width: 930px
}

.awards_ul li {
    width: 33.33%;
    padding-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.awards_ul li .awards_ulli {
    background-color: #f7f7f7;
    width: 100%
}

.awards_ul li .awards_ulli .awardsimg {
    width: 100%;
    height: 244px;
    object-fit: cover
}

.awards_ul li .awards_ulli .textbox {
    padding: 10px;
    font-size: 12px;
    color: #999999
}

.awards_ul li .awards_ulli .textbox h2 {
    color: #333;
    margin-bottom: 10px
}

.awards_ul li .awards_ulli .textbox img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.awards_ul li .awards_ulli .textbox span {
    display: inline-block;
    vertical-align: middle;
}

.awards_ul li .awards_ulli .textbox p {
    margin-top: 8px
}

.awards_ul li .awards_ulli .textbox p em {
    color: #045db0;
}


/* 椤电爜 */

.pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0 40px;
}

.pagination a {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    padding: 0px 4px;
}

.pagination a:hover {
    border-color: #045db0;
    color: #045db0;
}

.pagination a.cur {
    background-color: #045db0;
    color: #fff;
}


/* 澶ц禌闂 */

.problem_ul li {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.6);
    padding: 20px;
    background-color: #f7f7f7
}

.problem_ul li:hover {
    background-color: rgb(255, 255, 255);
}

.problem_ul li .timebox {
    font-size: 28px;
    color: #666666;
    text-align: right;
    width: 100px;
    float: left;
}

.cjwt li .timebox {
    font-size: 50px;
    color: #045db0;
    text-align: right;
    width: 45px;
    float: left;
    text-align: left;
    height: 100px;
    font-family: impact;
}

.problem_ul li .timebox p {
    margin-top: 10px;
    font-size: 20px;
    text-align: right;
}

.problem_right {
    padding-left: 40px;
    float: left;
    width: 740px
}

.problem_right h2 {
    font-size: 18px;
    margin-bottom: 20px
}

.problem_right .fize16 {
    font-size: 16px
}

.problem_right h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px
}

.problem_right h2 span {
    /* display: inline-block; */
    vertical-align: middle;
}

.problem_bottom img {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin-right: 5px
}

.problem_bottom span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999
}

.problem_bottom.pl40 {
    padding-left: 40px
}

.questionsbox h2 {
    font-size: 24px;
    color: #666666;
    margin-bottom: 20px
}

.questionsbox .textarea_box {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
    height: 150px;
}

a.button_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #3285d4;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 60px;
    border-radius: 4px
}

.problem_detailsbox {
    width: 900px;
    float: right;
}

.problem_detailsbox h2 {
    margin-bottom: 20px
}

.problem_detailscontent {
    margin-top: 20px
}

a.back_btn {
    width: 100px;
    float: right;
}


/* 鍐呴〉閫氱煡 */

.w_1000 {
    width: 1000px;
}

.gonggao .problem_ul .zuixin {
    color: #e72222;
    border: 1px solid #e72222;
    padding: 0 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}

.gonggao .problem_ul .gonggao_bt {
    overflow: hidden;
}

.gonggao .problem_ul .tzgg_bt {
    max-width: 80%;
}

.gonggao .problem_ul .gonggao_bt p {
    display: inline-block;
}

.gonggao .problem_ul .zhid {
    position: absolute;
    right: 30px;
    top: 20px;
}


/* 鍒涗笟涓撳尯 */

.zone_ul img.fl {
    width: 400px;
    height: 366px;
    object-fit: cover;
    border-radius: 10px;
}

.zone_ul li {
    margin-bottom: 60px
}

.zone_ul .zone_right {
    width: 750px
}

.zone_ul .zone_right .zone_title {
    text-align: left
}

.zone_ul .zone_title {
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    text-align: center
}

.zone_ul .zone_title span {
    color: #ecf5fb;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block
}

.zone_ul .zone_title h2 {
    color: #045db0;
    font-size: 28px;
    margin-top: 10px;
    display: inline-block;
    text-align: left
}

.zone_ul .zone_title h2 p {
    color: #666666;
    margin-top: 10px;
    text-transform: uppercase;
}


/* 閫氱煡璇︽儏 */

.tz_tp {
    height: 430px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0;
}

.tz_bt {
    padding-bottom: 20px;
}


/* 鍙傝禌闄㈡牎 */

.csyx_box h3 {
    color: #045db0;
    font-size: 16px;
}

.csyx_box .hj_mr {
    box-shadow: 0 0 5px #e5e5e5;
    margin-right: 15px !important;
}

.csyx_box li {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.csyx_box li img {
    height: 130px;
    padding: 15px;
    width: 100%;
    object-fit: contain !important;
}

.xxm {
    background: #f7f7f7;
    padding: 15px;
}

.csyx_box li p {
    margin: 0;
    overflow: hidden;
}


/* 鍩硅瑙嗛 */

.pxsp_box li img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.pxsp_box li p {
    margin: 0;
    overflow: hidden;
}

.pxsp_box li .sp_t {
    position: relative;
}

.pxsp_box li .hj_mr {
    margin-right: 20px;
    overflow: hidden;
}

.pxsp_box li {
    float: left;
    width: 25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pxsp_box li .sp {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 涓嬭浇涓績 */

.xaiz_box li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.xaiz_box .xz_zhid {
    position: absolute;
    top: 30px;
    left: 0;
}

.xaiz_box .xaiz {
    margin-left: 50px;
    float: left;
    max-width: 800px;
}

.xaiz_box h2 {
    font-size: 16px;
    max-width: 640px;
}

.xaiz_box .zuixin {
    color: #e72222;
    border: 1px solid #e72222;
    padding: 0 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    display: inline;
}

.xaiz_box .xz_sj {
    color: #999;
    display: inline-block;
}

.xaiz_box .xiaz_an {
    border: #026fb5 1px solid;
    padding: 5px 15px;
    color: #026fb5;
    border-radius: 5px;
    display: inline-block;
    margin-left: 30px;
}


/* 鑱旂郴鎴戜滑 */

.lxwm h2 {
    font-size: 20px;
}

.w_50 {
    width: 50%;
}

.cbf h3 {
    font-size: 16px;
}

.cbf {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    overflow: hidden;
    margin-top: 40px;
    width: 50%;
}


/* 娉ㄥ唽 */

.zclc_box {
    position: relative;
    width: 1270px;
    margin: 0 auto;
}

.zc_lc {
    justify-content: space-around;
    display: flex;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.zc_lc li {
    text-align: center;
}

.zc_lc li p {
    margin-top: 15px;
    font-size: 18px;
}

.zc_lc li img {
    margin: 0 auto;
}

.zclc_box .xian {
    position: absolute;
    top: 40px;
    border: 1px dashed #f0f0f0;
    left: 120px;
    right: 120px;
}

.zchy {
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 10px;
}

.zchy .youbain {
    position: absolute;
    right: 20px;
    color: #045db0;
    top: 40px;
}

.zcbj {
    background: #edf6ff;
    color: #045db0;
    padding: 40px 20px;
    margin-top: 60px;
    border-radius: 10px 10px 0 0;
}

.zchy .youbain a {
    color: #045db0;
}

.zcbj .biaot {
    text-align: center;
    font-size: 24px;
    color: #045db0;
    margin-bottom: 0 !important
}

.zchy .zc_zh {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.zchy .zc_zh p {
    width: 100px;
    display: inline-block;
    font-size: 15px;
}

.zchy .zc_zh input {
    color: #999;
    font-size: 15px;
}

.zc_bg {
    width: 700px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.zc_bg li {
    overflow: hidden;
}

.zc_bg li img {
    margin-left: 20px;
    margin-top: 14px;
}

.zchy .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.zc_footer {
    padding: 30px;
    text-align: center;
    color: #666;
    box-shadow: 0 0 5px #e5e5e5;
    margin-top: 80px;
}

.yam {
    width: 500px;
    float: left;
    overflow: hidden;
}

.sxin {
    float: right;
}

.hqyzm {
    float: right;
    color: #3285d4;
    border-left: 1px solid #3285d4;
    padding-left: 30px;
}


/* 鍩烘湰淇℃伅 */


/*瀵艰埅鏉�*/

.ind_nav {
    margin-top: 17px;
}

.ind_nav .index_1 {
    width: 115px;
    height: 50px;
    padding-left: 15px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    float: left;
}

.index_ul {
    float: left;
    margin: 0 auto;
}

.ind_li {
    float: left;
    font-size: 18px;
    color: #fff;
}

.ind_li>a {
    font-size: 16px;
    color: #333;
    padding-top: 0px;
    line-height: 60px;
    display: inline-block;
}

.index_right {
    float: right;
    padding-top: 0px;
}

.index_right>a {
    font-size: 14px;
    color: #fff;
    background: url(../images/nav_bg3.png) no-repeat #FF9900 39px 14px;
    padding-left: 67px;
    display: inline-block;
    height: 50px;
    width: 104px;
    line-height: 50px;
}

.jt {
    margin-left: 10px;
}


/*瀵艰埅浜岀骇鑿滃崟*/

.ind_li {
    position: relative;
    z-index: 20;
}

.ind_li:hover .sub_1 {
    display: block !important;
}

.sub_1 {
    display: none !important;
    position: absolute;
    left: 0px;
    z-index: 9999;
    box-shadow: 0 0 5px #e5e5e5;
    top: 55px;
}

.sub_1 .active a {
    background: #edf6ff;
    color: #045db0;
}

.sub_1 li a {
    width: 108px;
    line-height: 40px;
    background: #fff;
    display: block;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}

.sub_1 li a:hover {
    background: #edf6ff;
    color: #045db0;
}

.sf_box {
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 40px;
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}

.sf_box .student {
    float: left;
}

.sf_box .student h2 {
    font-size: 26px;
    padding-bottom: 10px;
}

.sf_box .student p {
    color: #045db0;
}

.sf_box .ksbm {
    background: #edf6ff;
    color: #045db0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.jbxx .zc_zh {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.jbxx .zc_zh p {
    width: 120px;
    display: inline-block;
    font-size: 15px;
}

.jbxx .zc_zh input {
    color: #333;
    font-size: 15px;
    width: 400px;
}

.zc_bg {
    width: 700px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.zc_bg li {
    overflow: hidden;
}

.zc_bg li img {
    margin-left: 20px;
    margin-top: 14px;
}

.jbxx .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.yiny {
    box-shadow: 0 0 5px #e5e5e5;
}

.jbxx h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

select {
    color: #666;
    width: 510px;
    font-size: 16px;
    border: 0;
    outline: none;
    height: 30px;
}

.shangc {
    overflow: hidden;
    width: 730px;
}

.gszl {
    margin-bottom: 20px;
}

.sczp-img {
    position: relative;
    height: 205px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-right: 30px;
    overflow: hidden;
}

.sczp-img .addiocn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.sczp-img .imb-inp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.shangc p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
}

.w_50 {
    width: 50%;
}


/* 浣滃搧涓婁紶 */

.management_text p,
.management_text a {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px
}

.management_text p.maina-color {
    color: #045db0
}

.management_text p.red {
    color: #e72222
}

.bgf4 {
    background-color: #f4f4f4
}

.sczp_bottom {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    text-align: center
}

.sczp_bottom a {
    background-color: #eeeeee;
    margin: 0px 10px;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #6ea9eb
}

.w_33 {
    width: 33.33%
}

.w_33 .sczp-img .imgtu {
    width: 100%;
    object-fit: cover;
    height: 205px;
    border-radius: 10px
}

.textp {
    margin-bottom: 15px;
    color: #666;
}

.management_textarea {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 14px
}


/* 鎶ュ悕绠＄悊 */

.registrationbox {
    width: 800px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.registrationbox .registration_ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    height: auto;
    overflow: hidden;
}

.registrationbox .registration_ul li p {
    margin-top: 10px
}

.registrationbox .registration_ul .imgtu {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 0px
}

.registrationbox .registration_ul .registration_info {
    overflow: hidden;
}

.registrationbox .registration_ul .registration_info p {
    margin-bottom: 10px;
    margin-top: 0px
}

.registrationbox .registration_ul .registration_info p span {
    margin-right: 15px
}

.registrationbox .registration_ul .registration_info p.gray {
    color: #999
}

.registrationbox .registration_ul .registration_info p.color6 {
    color: #666
}

.registrationbox .registration_ul .registration_info p .zttext {
    color: #045db0;
    float: right;
}

.registrationbox .registration_ul .registration_info p .zttext.red,
.registrationbox .registration_ul .registration_info .red {
    color: #e72222
}

.registrationbox .registration_ul .registration_info a.editbox {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}

.registrationbox .process {
    padding: 0px 0px 30px;
}

.registrationbox .process h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px
}

.registrationbox .process span {
    margin-right: 20px;
    font-size: 14px
}

.registrationbox .registration_ul .hjtext {
    color: #026fb5;
    font-size: 18px;
    margin-top: 15px;
    display: block
}

.registrationbox .registration_ul .registration_info a.tojudgebtn {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
}

.review_box {
    margin-right: -20px
}

.review_box select {
    width: 212px;
    margin-right: 25px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.sousuo_btn {
    background-color: #045db0;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    float: left;
}

.tabul {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.tabul li {
    float: left;
    margin-right: 40px;
    padding-bottom: 15px;
    font-size: 18px;
    cursor: pointer;
}

.tabul li.hover {
    color: #045db0;
    border-bottom: 2px solid #045db0
}

.registrationbox .registration_ul .registration_info .ml30 {
    margin-left: 30px
}


/* 鍥㈤槦淇℃伅 */

.tdui {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    margin: 30px auto;
    display: table
}

.td_sm {
    color: #e72222;
    margin-bottom: 20px;
}

.zc_zh textarea {
    font-size: 15px;
    width: 100%;
}

.zdls {
    overflow: hidden;
}

.zdls h2 {
    font-size: 18px;
    text-align: left;
    color: #333;
}

.zdls .tianj {
    color: #3285d4;
    padding-top: 60px;
    display: block
}

.zdls .tianj a {
    color: #3285d4;
}

.zdls .tianj img {
    display: inline-block;
    vertical-align: middle;
}

.zdls .tianj p {
    display: inline-block;
}

.zd_box .lsxx {
    background: #f8fcff;
    padding: 30px;
    color: #666;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.zd_box .lsxx .jtxx {
    overflow: hidden;
}

.zd_box .lsxx .jtxx p {
    float: left;
    width: 306px;
    font-size: 15px;
    line-height: 40px;
    margin-right: 13px;
}

.xiugai {
    margin-top: 30px;
    float: right;
}

.xiugai .bj {
    display: block;
    text-align: right;
    font-size: 16px;
    margin-left: 30px;
    color: #999;
}

.xiugai .bj img {
    display: inline-block;
    vertical-align: middle;
}

.xiugai .bj p {
    display: inline-block;
}

.xianz {
    color: #e72222;
    font-size: 14px;
    margin-left: 20px;
}

.sqgt {
    margin-right: 30px;
}

.duiz {
    position: absolute;
    right: 0;
    top: 0;
}

.sfzm {
    margin-top: 20px;
}

.sfzm img {
    widows: 290px;
    height: 176px;
    object-fit: contain;
    width: 48%;
}

.tdtk_box {
    background: #fff;
    background: #fff;
    max-height: 800px;
    overflow-y: scroll;
    border-radius: 10px;
    position: relative;
}

.tdtk_box::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.cw {
    position: fixed;
    right: 60px;
    top: 60px;
    z-index: 666;
}

.w_630 {
    width: 630px;
}

.w_700 .zc_zh {
    width: 630px;
}

.w_900 {
    width: 900px;
}

.tdtk_box select {
    width: 460px;
}

.tdtk_box .zc_zh p {
    width: 100px
}

.tdtk_box .zc_zh input {
    width: 330px;
}

.tdtk_box .shangc {
    width: 660px;
}


/* 鐗╂祦鐘舵�� */

.wl_box .kdh {
    font-size: 16px;
    line-height: 35px;
    color: #999;
}

.wl_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.w_800 {
    width: 800px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.wl_box .wlzt {
    background: #f7f7f7;
    border-radius: 10px;
    margin-top: 18px;
}

.wl_box .wlzt h3 {
    font-size: 20px;
    color: #3285d4;
}

.wl_box .wlzt ul {
    padding: 30px;
    position: relative;
}

.wl_box .wlzt ul::before {
    position: absolute;
    content: " ";
    width: 1px;
    bottom: 55px;
    top: 111px;
    left: 35px;
    background: #e5e5e5;
}

.wl_box .wlzt li {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #666;
    line-height: 30px;
}

.wl_box .wlzt .active {
    color: #3285d4;
}

.wl_box .wlzt .huiyuan {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #e5e5e5;
    margin-right: 30px;
}

.wl_box .wlzt .wlsj {
    margin-right: 30px;
}


/* 闂嵎璋冩煡 */

.wqsm {
    color: #999;
    text-align: center;
    padding-top: 15px;
}

.wjdc_box li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #666;
}

.wjdc_box li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.wjdc_box li h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.wjdc_box li h3 span {
    width: 40px;
    display: inline-block;
}

.wjdc_box li dl {
    padding: 0px 0px 0px 40px;
}

.wjdc_box li dl dd {
    width: 50%;
    float: left;
    padding: 15px 0px;
    font-size: 16px;
}

.label-checkbox input {
    background: url(../images/checkbox.png) no-repeat left center;
    background-size: 18px 18px;
}

.label-checkbox input:checked {
    background: url(../images/checkboxed.png) no-repeat left center;
    background-size: 18px 18px;
}

.wjdc_box li dl dd .check-c {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.wjdc_box li dl dd input[type="checkbox"],
.wjdc_box li dl dd input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.wjdc_box textarea {
    background: #f7f7f7;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.wjdc_box .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}


/* 鎴戠殑闂瓟 */

.wenda_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.wenda_box h3 {
    font-size: 16px;
}

.wenda_box .wen {
    margin-top: 15px;
}

.wenda_box .shijian img {
    margin-right: 15px;
}

.wenda_box .shijian {
    color: #999;
    padding: 10px 0;
}

.wenda_box li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}


/* 璇勫浣滃搧璇︽儏 */

.pszp_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.pszp_box ul li {
    padding: 15px 0;
}

.pszp_box ul li p {
    display: inline-block;
}

.pszp_box ul li p:first-child {
    width: 100px;
}

.pszp_box ul li .jiej {
    padding-top: 15px;
    line-height: 30px;
}

.pszp_box ul li .sp {
    height: 305px;
    margin-top: 30px;
    width: 100%;
    object-fit: cover;
}

.teble_box {
    border-right: 0px;
    width: 100%;
}

.teble_box tr td {
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.teble_box tr td span {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.teble_box tr td input {
    width: 100px;
    text-align: center;
    margin: auto;
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: #999;
    border: 1px solid #999;
}

.teble_box p {
    line-height: 30px;
}

.teble_box tr td span a {
    color: #3285d4;
    text-decoration: underline;
    font-size: 14px;
}

.ste-dic {
    padding: 30px 0px;
}

.ste-dic input[type="checkbox"],
.ste-dic input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 25px;
}

.ste-dic .check-c {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pszp_box .bzhu {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
}

.pszp_box .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.fanhui p {
    border: 1px solid #025ab5;
    color: #025ab5;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 10px;
}

.fanhui {
    display: block;
    text-align: right;
}

.kddh {
    float: left;
    border: 1px solid #f0f0f0;
    padding: 22px;
    margin-right: 20px;
    border-radius: 10px;
}


/* 璧炲姪鍟� */

.zzs_wl {
    width: 800px;
    margin: 40px auto;
}

.zzs_wl select {
    width: 210px;
}


/* 浼佷笟涓撳尯璇︽儏 */

.qyzq_xq .location_right a {
    color: #fff;
}

.qyzq_xq .location_right span {
    color: #fff;
}

.pt60 {
    padding-top: 60px;
}

.qyzq_xq .qy_logo {
    margin-top: 40px;
}

.qyzq_xq .qy_logo img {
    float: left;
}

.qyzq_xq .qy_logo .shijian {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.qyzq_xq .qy_logo .shijian h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.qyzq_xq .zone_ul .zone_title h2,
.qyzq_xq .zone_ul .zone_title h2 p,
.qyzq_xq .zone_right {
    color: #fff;
}

.qyzq_xq .zone_right p {
    line-height: 30px;
}

.qyzq_xq .zone_ul .zone_right .zone_title {
    margin-bottom: 15px;
}

.qyzq_xq .zone_ul .qy_2 {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.xxzp {
    width: 1225px;
    padding-top: 20px;
}

.xxzp li {
    width: 25%;
    float: left;
    margin-bottom: 25px;
}

.xxzp li .jianju {
    margin-right: 25px;
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 30px 20px;
    overflow: hidden;
}

.xxzp li .jianju h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.qy-maina {
    color: #9c258d;
}

.qy-maina a {
    color: #9c258d;
}

.xxzp li .ckxq {
    margin-top: 35px;
}

.xxzp li .ckxq .sj {
    color: #999;
    float: left;
}

.qyzq_xq .xq {
    color: #fff;
    text-align: right;
    font-size: 16px;
    margin-top: 40px;
    display: block;
}

.problem_ul {
    width: 1200px;
    overflow: hidden;
    padding-top: 40px;
}

.problem_ul .problem_ul .zone_title span {
    color: #fff;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block;
}

.problem_ul .zone_title {
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.problem_ul .zone_title h2 {
    color: #045db0;
    font-size: 28px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.problem_ul .zone_title span {
    color: #fff;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block;
}

.problem_ul .zone_title h2,
.problem_ul .zone_title h2 p,
.problem_ul .zone_right {
    color: #fff;
}

.problem_ul .zone_title h2 p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.problem_ul .problem_right h2 {
    line-height: 30px;
}

.problem_ul .h2 {
    color: #fff;
    padding: 10px 0px 10px;
}

.problem_ul .problem_right h2 {
    margin-bottom: 10px;
}


/* 璇勫 */

.pj_box {
    width: 800px;
    overflow: hidden;
    margin: 40px auto;
}

.pj_box li {
    width: 50%;
    float: left;
    padding: 5px;
    margin-bottom: 15px;
}

.pj_box li .jianju {
 /*    box-shadow: 0 0 5px #e5e5e5; */
    /* background: #fff; */
/*     margin-right: 25px; */
    padding: 30px;
    text-align: center;
}

.pj_box li .jianju img {
    margin: 0 auto 10px;
}

.pj_box li .jianju:hover {
    background: #edf6ff;
}

.pj_box li .jianju p {
    font-size: 16px;
}

.tdtk {
    width: 1000px;
}

.tdtk .ljdl {
    width: 800px;
    margin: 0 auto 60px;
}

.passbox {
    float: right;
    display: inline-block;
    color: #e72222;
    font-size: 16px;
}

.detailbox {
    float: right;
    display: inline-block;
    color: #045db0;
    font-size: 14px;
}

.pingxuan a {
    color: #e72222;
    font-size: 15px;
}

.passtext {
    border: 1px solid #3285d4;
    padding: 3px 15px;
    display: inline-block;
    color: #3285d4;
    border-radius: 8px;
}

.gopx {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
}

.color {
    color: #026fb5;
    font-size: 14px;
}

.seachbox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
}

.seachbox .p1 {
    color: #026fb5;
    font-size: 16px;
}

.seachbox .p2 {
    display: flex;
}

.seachbox .p2 input {
    border: 1px solid #efefef;
    height: 48px;
    width: 290px;
    padding-left: 30px;
    border-radius: 10px;
    margin-right: 10px;
}

.seachbox .p2 a {
    background-color: #045db0;
    height: 45px;
    padding: 12px 20px;
    display: block;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
}

.seachtext {
    display: flex;
    padding-bottom: 20px;
}

.seachtext input {
    width: 88%;
    height: 48px;
    border: 1px solid #efefef;
    padding-left: 30px;
    border-radius: 10px;
}

.seachtext a {
    background-color: #045db0;
    height: 45px;
    padding: 12px 20px;
    display: block;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    margin-left: 20px;
}

.listbox {
    color: #026fb5;
    font-size: 16px;
    text-align: right;
    padding-bottom: 15px;
}

.registrationtext p {
    width: 800px;
    border: 1px solid #efefef;
    margin: 40px auto 40px;
    padding: 15px 40px;
    border-radius: 10px;
}

.registrationtext p span {
    display: inline-block;
    width: 150px;
}

.sumbitbox {
    text-align: center;
    margin-bottom: 40px;
}

.sumbitbox button {
    width: 800px;
    padding: 15px;
    background-color: #3285d4;
    color: #fff;
    outline: none;
    border: 0px;
    border-radius: 8px;
}

.teaminfobox {
    display: flex;
    flex-wrap: wrap;
}

.teaminfobox p {
    width: 50%;
    padding-bottom: 20px;
    font-size: 14px;
}

.teamcontent {
    padding-bottom: 20px;
}

.teamcontent h4 {
    font-size: 14px;
}

.teamcontent p {
    line-height: 30px;
}

.teamjianjie {
    padding-bottom: 20px;
}

.teamjianjie .jianjiecont {
    background-color: #f8fcff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 20px 0px 20px 20px;
}

.teamjianjie .jianjiecont p {
    width: 50%;
    padding-bottom: 20px;
    font-size: 14px;
}

.duiyuaninfo {
    display: flex;
    position: relative;
    background-color: #f8fcff;
    padding: 20px 0px 20px 20px;
    margin-top: 10px;
}

.duiyuaninfo .imgbox {
    position: absolute;
    right: 0px;
    top: 0px
}

.duiyuaninfo li {
    width: 50%;
}

.duiyuaninfo li p {
    padding-bottom: 15px;
}

.duiyuaninfo li .idcard img {
    width: 260px;
    height: 150px;
}

.duiyuaninfo li .idcard p {
    padding-left: 70px
}

.animated .action_d,
.animated .part-show .web-layer,
.part02.animated .com-part-show,
.animated .part-show .show-left,
.animated .part-show .show-right,
.part04.animated .part-show li,
.part05.animated .part-show .comp-layer,
.h-part2.animated .part-show {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    text-align: center;
}

.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated .scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated .scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.partblock {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    text-align: center;
}

.pasl {
    display: block;
    text-align: center;
}

.pasl p {
    display: inline-block;
    margin-right: 40px;
}

.pstj {
    margin-top: 40px!important;
}

.xxss {
    padding: 90px 40px 60px;
}

.xxss ul {
    display: flex;
    align-items: flex-start;
    overflow-y: scroll;
    margin-top: 20px;
    flex-wrap: wrap;
}

.xxss li {
    width: 25%;
    margin-bottom: 26px;
}
