body {
    line-height: 26px;
    color: #1F3864;
    font-size: 16px;
}
a {
    text-decoration: none;
}
h2 {
    font-size: 18px;
}
.pd-30 {
    padding: 30px 0;
}
.mt-box .title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}
.mt-box .title h3 {
    display: inline-block;
    margin: 0;
}
.mt-box .title h4 {
    color: #4D6694;
    font-size: 26px;
    margin: 0;
    margin-top: 10px;
}
.mt-box .title h3 span {
    color: #1F3864;
    font-size: 56px;
    font-weight: bold;
    margin: 0 24.5px;
}
.mt-box .title h3 span:before {
    content: '';
    float: left;
    width: 112.8px;
    height: 11.5px;
    background: url(../img/title-left.png);
    margin-top: 25.75px;
}
.mt-box .title h3 span:after {
    content: '';
    float: right;
    width: 112.8px;
    height: 11.5px;
    background: url(../img/title-right.png);
    margin-top: 25.75px;
}
.mt-box .mt-main {
    padding-top: 20px;
}
.mt-box-bg1 {
    background: url(../img/box-bg1.png);
    background-size: 100% 100%;
    padding: 48px 10px !important;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 0;
    height: 1px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}
.custom-scrollbar::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}
.custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}

/* 头部导航 */
.topNav {
    background: #f7f7f7;
}
.topNav .clogo,
.topNav .cnav {
    float: left;
}
.topNav .cnav {
    width: 930px;
    line-height: 35px;
    text-align: center;
}
.topNav .cnav .citem {
    float: left;
    width: 14%;
}
.topNav .cnav .citem a {
    text-decoration: none;
}

/* banner */
/* .banner {
    background: url(../img/banner/banner.png) center no-repeat;
} */
.banner .container {
    display: none !important;
    position: relative;
    /* height: 500px; */
    text-align: center;
}
.banner .banner-main {
    padding-top: 115px;
}
.banner-con {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #1F3864;
    border-radius: 8px;
    padding: 6px 26px;
    margin-top: 50px;
}
/* .banner-con:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #53E7FB;
} */
.banner-con h1,
.banner-con h3 {
    line-height: 51.8px;
    color: #ffffff;
    font-family: Tahoma;
    margin: 0;
}
.banner-con h1 {
    font-size: 40px;
}
.banner-con > div {
    float: left;
    line-height: 1.8;
    font-size: 24px;
    margin-right: 25px;
}
.banner-con > div:last-child {
    margin-right: 0;
}
.banner-con > div span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.banner-con > div span i {
    margin-right: 14px;
}
.banner-media {
    margin-top: 25px;
}
.banner-media p {
    color: #004a98;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.mob-banner img {
    width: 100%;
}
.pc-banner img {
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .banner {
        padding-top: 46px;
    }
}

/* pc-nav-menu */
.nav-menu {
    line-height: 53px;
    font-size: 18px;
    text-align: center;
    background: #0d4da0;
    z-index: 9999;
}
.nav-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nav-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.nav-menu-item {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding: 0 50px;
}
.nav-menu-item:hover {
    color: #fff;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
}
.nav-menu-item.active {
    color: #fff;
    background: rgba(0, 0, 0, .1);
}

/* mob-nav-menu */
.header_warp {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    height: 46px;
    background: #31415a;
}
.header_warp_cut {
    height: 100%;
    /* overflow: scroll; */
    position: fixed;
}
.header_warp .navBox {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}
.header_warp_cut .navBox {
    z-index: 1000;
}
.header_warp .nav_more {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}
.header_warp .nav_more .icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #fff;
}
.header_warp_cut .nav_more .icon-bar {
    background: #636363;
}
.header_warp .nav_more .icon-bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
}
.header_warp_cut .nav_more .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
}
.header_warp_cut .nav_more .middle {
    width: 0;
    visibility: hidden;
}
.header_warp_cut .nav_more .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
}
.navList {
    z-index: 900;
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
}
.navList ul {
    padding: 0;
    list-style: none;
    background: #f9fafb;
    padding: 15px 30px;
    padding-top: 46px;
}
.navList ul li {
    overflow: hidden;
    position: relative;
}
.navList_ul > li > a {
    padding: 20px 35px 20px 10px;
    position: relative;
    color: #3d3d3d;
    display: block;
}
.navList_ul > li > a:hover {
    color: #3d3d3d;
}
.navList ul li > a {
    border-bottom: 1px solid #c4c4c4;
    line-height: 120%;
    position: relative;
    z-index: 2;
}
.header_warp_cut .navdrop_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    -webkit-transition: all .5s ease;
    z-index: 10;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    display: block;
    margin: 5px 0;
    width: 10px;
    height: 2px;
    background: #3d3d3d;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    background: #636363;
    position: absolute;
    right: 0;
    top: 10px;
}
.header_warp_cut li .navdrop_icon .top {
    -webkit-transform: translateY(-4px) rotateZ(45deg);
}
.header_warp_cut li .navdrop_icon .middle {
    width: 0;
    vertical-align: hidden;
}
.header_warp_cut li .navdrop_icon .bottom {
    -webkit-transform: translateY(2px) rotateZ(-45deg);
}





.empty {
    height: 115px;
}

.enroll-img {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 115px;
    background: url(../img/enroll.png) center no-repeat;
    z-index: 999;
}
@media (max-width: 768px) {
    .enroll-img {
        height: auto;
        background: transparent;
    }
    .enroll-img img {
        width: 100%;
    }
}

.fixed-menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 120px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}
.fixed-menu a {
    cursor: pointer;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #0557C3;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    text-decoration: none;
    margin-bottom: 6px;
}
.fixed-menu a:hover {
    background: #084696;
}
.fixed-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(../img/fixed_margin.png) center no-repeat;
}
.fixed-menu a.btn-enroll {
    color: #FFE200;
    margin-bottom: 0;
}
.fixed-menu a.btn-enroll:after {
    content: none;
}
.fixed-menu .toTop {
    cursor: pointer;
    width: 108px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #084696;
    margin: 0 auto;
}

@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    font: 14px/1.42857 Microsoft YaHei, 微软雅黑, FreeSans, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
    background-color: #f9f9f9
}

a,
body {
    color: #333
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.wraper {
    min-width: 960px;
    max-width: 1185px;
    margin-right: auto;
    margin-left: auto
}

.text-danger {
    color: #ff4d68
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: none
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}


.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -o-box-shadow: ""0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: ""0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none
    }
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-next:before {
    content: "\f002"
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: "\f004"
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: "\f003"
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:760px){
    .logolist a {
        width: 15% !important
    }
   
}


@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }

   
}

.header {
    background: 0 0;
    height: 84px;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 9999;
    -webkit-transition: height .4s, top .4s, background-color .4s;
    transition: height .4s, top .4s, background-color .4s
}

.header.is-shrink {
    height: 70px;
    top: -10px;
    background: #0b63be
}

.header.is-shrink .navItm:before {
    top: 10px
}

.header.is-expend {
    height: 84px;
    top: 0;
    background: #0b63be
}

.header.is-expend .navItm:before {
    top: 0
}

.header-con {
    position: relative
}

.logo {
    display: block;
    height: 46px;
    width: 153px;
    background: url(../img/logo-.png) no-repeat;
    text-indent: -9999px;
    left: 23px;
    top: 17px
}
.logo1 {
    display: block;
    height: 46px;
    width: 153px;
    background: url(../img/logo--white.png) no-repeat;
    text-indent: -9999px;
    left: 190px;
    top: 17px
}

.logo,.logo1,
.navLst {
    overflow: hidden;
    position: absolute
}

.navLst {
    height: 83px;
    right: 0;
    top: 0
}

.navItm,
.navLst>li {
    float: left
}

.navItm {
    position: relative;
    height: 83px;
    padding: 0 30px;
    line-height: 83px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none
}

.navItm:after {
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -6.5px;
    opacity: .3;
    filter: alpha(opacity=30)
}

.navItm:before {
    content: "";
    display: none;
    height: 4px;
    width: 80px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    -webkit-transition: top .4s;
    transition: top .4s
}

.navItm.is-current:before,
.navItm:hover:before {
    display: block
}

.rnav {
    position: fixed;
    background: #091859;
    border: 1px solid #334cbe;
    left: 45%;
    margin-left: 600px;
    width: 142px;
    padding: 8px 12px 5px;
    top: 14%;
    z-index: 99;
    display: none
}

.rnav.is-show {
    display: block
}

.rnav-lst {
    overflow: hidden
}

.rnav-lst>li {
    display: block;
    height: 38px;
    position: relative
}

.rnav-lst>li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 38px;
    height: 1px;
    width: 50px;
    background: #535e8b
}

.rnav-lst>li>a {
    line-height: 38px;
    display: block;
    color: #00feff;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
}

.rnav-lst>li>a:hover {
    color: #fff
}

.btn--gtop,
.btn--kf {
    color: #fff;
    display: block;
    margin-bottom: 8px;
    width: 116px;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    height: 38px;
    background-color: #2b6eff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1f95e7), to(#2b6eff));
    background-image: linear-gradient(180deg, #1f95e7, #2b6eff);
    text-decoration: none !important;
}
.btn--gtop:hover,
.btn--kf:hover {
    color: #fff;
}

.btn--gtop {
    position: relative;
    line-height: 48px
}

.btn--gtop:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 46%;
    border-bottom: 6px dashed #00fdfe;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent
}

@media screen and (max-width:1300px) {

    .rnav,
    .rnav.is-show {
        display: none
    }
    .dhrc-content-tab{
        width: 170px !important
    }
}

.banner {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    background: url(../img/banner.jpg) top center no-repeat;
    /* background-size: auto 100% */
}
.banner .wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 500px;
    -webkit-align-items: center;
    align-items: center;
}

.banner .flexslider {
    height: 720px;
    width: 100%;
    border: 0;
    margin: 0;
    background: 0 none;
    z-index: 2
}

.banner .banner-nav {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 64px;
    background: #bdcdf1
}

.banner .flex-direction-nav {
    display: none
}

.banner .flex-control-nav {
    bottom: 0
}

.banner .flex-control-nav li {
    float: left;
    width: 33.33%;
    margin: 0
}

.banner .flex-control-nav li a {
    height: 6px;
    display: block;
    width: 100%;
    box-shadow: unset;
    border-radius: 0;
    background: #bdcdf1
}

.banner .flex-control-nav li a.flex-active {
    background: #436ecf
}

.banner-logo {
    position: absolute;
    bottom: 13.2%;
    width: 100%;
    left: 0;
    height: 12%;
    z-index: 1;
    background: url(../img/banner-logo.jpg) no-repeat 50%;
    background-size: auto 100%
}

.banner-1,
.banner-2,
.banner-3 {
    height: 720px;
    width: 100%;
    position: relative
}

.banner-3 {
    background: #f09101 url(../img/banner-3.jpg) no-repeat 50%;
    background-size: 100% auto
}

.banner-car {
    height: 12.22%;
    bottom: 22.22%;
    background: url(../img/banner-car.png) no-repeat 50%;
    background-size: auto 100%
}

.banner-car,
.banner-tit-1 {
    width: 100%;
    position: absolute;
    left: 0
}

.banner-tit-1 {
    height: 16.66%;
    top: 21.5%;
    background: url(../img/banner-tit.png) no-repeat 50%;
    background-size: auto 100%
}

.banner-tit-2 {
    height: 20%;
    bottom: 60.56%;
    background: url(../img/banner-tit2.png) no-repeat 50%;
    background-size: auto 100%
}

.banner-map,
.banner-tit-2 {
    width: 100%;
    position: absolute
}

.banner-map {
    height: 39%;
    bottom: 19.74%;
    background: url(../img/banner-map.gif) no-repeat 50%;
    background-size: auto 100%
}

.flow {
    position: absolute;
    height: 120px;
    left: 50%;
    margin-left: -420px;
    top: 43.88%
}

.flow,
.flow-lst {
    width: 840px
}

.flow-lst>li {
    height: 120px;
    width: 166px;
    float: left;
    position: relative;
    z-index: 1
}

.flow-lst>li:hover {
    z-index: 2
}

.flow-itm {
    cursor: pointer;
    position: absolute;
    height: 2px;
    top: 67px;
    width: 166px;
    background: #00a7ff
}

.flow-itm:hover .flow-itm__tit {
    color: #deff00
}

.flow-itm:hover:after,
.flow-itm:hover:before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 156px;
    background: #f19c1f
}

.flow-itm:hover:before {
    right: 50%;
    margin-right: 5px
}

.flow-itm:hover.is-first:before,
.flow-itm:hover.is-last:after {
    width: 78px
}

.flow-itm:hover:after {
    left: 50%;
    margin-left: 5px
}

.flow-itm__line {
    position: absolute;
    left: 50%;
    top: -42px;
    height: 32px;
    width: 0;
    border-right: 1px solid #64737d
}

.flow-itm__time {
    color: #fff;
    top: -67px;
    width: 100%
}

.flow-itm__time,
.flow-itm__tit {
    display: block;
    position: absolute;
    text-align: center;
}

.flow-itm__tit {
    bottom: -50px;
    left: 50%;
    margin-left: -61px;
    line-height: 22px;
    width: 120px;
    color: #52d6e6;
    border: 1px solid #52d6e6
}

.flow-itm__point {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -3px;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    background: #fff
}

.flow-itm__point:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    top: 4px;
    left: 4px
}

.banner-nwrd {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    width: 100%;
    background: #091859
}

.banner-nwrd>li {
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    line-height: 64px
}

.main {
    overflow: hidden;
    background-color: #070133;
    /* padding-bottom: 80px */
}

.btn-bm {
    display: inline-block;
    height: 32px;
    width: 126px;
    background: url(../img/btn--join.png) no-repeat 50%;
    color: #fff;
    line-height: 32px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border: 0
}

.btn-bm:hover {
    background-image: url(../img/btn-ac--join.png)
}

.btn-big {
    display: inline-block;
    height: 64px;
    width: 280px;
    color: #fff;
    line-height: 66px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #51adde;
    font-size: 26px;
    background-color: #1f95e8;
    background-image: linear-gradient(20deg, #1f95e8, #2a70fe);
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.btn-big:hover {
    background-image: linear-gradient(20deg, #2a70fe, #1f95e8)
}

.section,
.section--mod,
.section--nbd {
    position: relative;
    border: 1px solid #133582;
    margin-top: 64px;
    padding: 60px 44px 34px
}

.section--mod:after,
.section--mod:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 76px;
    width: 7px;
    margin-top: -38px
}

.section--mod:before {
    left: 0;
    background: url(../img/sec-mod-lft.png)
}

.section--mod:after {
    right: 0;
    background: url(../img/sec-mod-rgt.png)
}

.section--nbd {
    border: 0
}

.section-hd {
    font-weight: 400;
    color: #fff;
    width: 465px;
    height: 66px;
    line-height: 66px;
    background: url(../img/sec-tit-mbg.png) no-repeat 50%;
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: -33px;
    left: 50%;
    margin: 0 auto 0 -232.5px
}

.intro>p {
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    line-height: 40px;
    margin: 5px 0;
    font-size: 15px
}

.jb-sec,
.xj-sec {
    position: relative;
    padding: 20px 0 60px
}

.jb-sec .flexslider,
.xj-sec .flexslider {
    margin: 0
}

.jb-lst {
    width: 100%;
    margin-left: -12px;
    margin-right: -12px
}

.jb-lst>li {
    float: left;
    width: 33%;
    padding: 0 80px;
}

.jb-lst>li {
    box-sizing: border-box
}

.jb-itm {
    position: relative;
    height: 347px;
    padding: 25px 14px 12px;
    display: block;
    margin: 0 auto;
    background: url(../img/jiabin-mbg.png) no-repeat 50%;
    background-size: 100% 100%
}

.jb-itm__img {
    width: 100%;
    height: 210px;
    background: #fff;
    background: no-repeat bottom;
    background-size: center 100%
}

.jb-itm__nm {
    margin: 0;
    height: 44px
}

.jb-itm__nm>span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    border-bottom: 2px solid #fff
}

.jb-itm__ds {
    margin-top: 5px;
    height: 24px
}

.jb-itm__ds>p {
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 12px
}
.jb-itm-info {
    position: absolute;
    top: 7%;
    left: 7%;
    width: 86%;
    height: 86%;
    background: #1f2a71;
    overflow: auto;
    opacity: 0;
    transform: scaleX(0);
    transition: all ease-in-out .2s;
    padding: 5px;
}
.jb-itm:hover .jb-itm-info {
    opacity: 1;
    transform: scaleX(1);
}
.jb-itm-info p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    white-space: normal;
}
#guest-swiper {
    padding-bottom: 60px;
}
.swiper-pagination {
    bottom: 0 !important;
}
.my-bullet {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #51adde;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    margin: 0 4px;
}
.my-bullet-active {
    background: #5165de;
}

.flexslider {
    background: transparent;
    border: 0;
    border-radius: 0
}

.xj-sec {
    padding: 20px 0
}

.xj-lst {
    margin-left: -18px;
    margin-right: -18px
}

.xj-lst>li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 24px 18px
}

.jb-navwrp,
.xj-navwrp {
    position: absolute;
    height: 12px;
    bottom: 12px;
    width: 100%
}

.jb-navwrp .flex-control-nav,
.xj-navwrp .flex-control-nav {
    height: 12px;
    bottom: 0
}

.jb-navwrp .flex-control-paging li a,
.xj-navwrp .flex-control-paging li a {
    height: 12px;
    width: 12px;
    background: #51adde
}

.jb-navwrp .flex-control-paging li a.flex-active,
.xj-navwrp .flex-control-paging li a.flex-active {
    background: #5165de
}

.xj-itm {
    height: 310px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden
}

.xj-itm .btn-bm {
    position: absolute;
    top: 32px;
    right: -200px;
    z-index: 1;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.xj-itm:hover .btn-bm {
    right: 18px
}

.xj-itm:hover .xj-itm__cm {
    top: 130px
}

.xj-itm:hover .xj-itm__ds {
    bottom: 18px
}

.xj-itm:hover:after {
    display: block
}

.xj-itm:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 3;
    height: 21px;
    width: 21px;
    background: url(../img/place-mod.png) no-repeat
}

.xj-itm:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(30, 72, 255, .3)
}

.xj-itm__pl {
    position: absolute;
    top: 30px;
    left: 24px;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    z-index: 1
}

.xj-itm__pl:after {
    content: "";
    position: absolute;
    bottom: -24px;
    height: 10px;
    width: 29px;
    background: url(../img/xj-tit-mod.png) no-repeat;
    left: 0
}

.xj-itm__time {
    top: 90px;
    height: 24px;
    line-height: 24px
}

.xj-itm__cm,
.xj-itm__time {
    position: absolute;
    font-size: 28px;
    left: 24px;
    z-index: 1
}

.xj-itm__cm {
    top: 242px;
    height: 28px;
    line-height: 28px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.xj-itm__ds {
    position: absolute;
    bottom: -100%;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    z-index: 1
}

.zm-sec {
    position: relative
}

.zm-sec .btn-big {
    display: block;
    margin: 35px auto
}

.zm-sec__mod {
    position: absolute;
    bottom: -14px;
    right: 0;
    height: 422px;
    width: 370px;
    background: url(../img/persons.gif) no-repeat
}

.zm-sec-wrd {
    text-align: justify;
    color: #fff;
    line-height: 36px;
    margin: 18px 0;
    font-size: 16px;
    overflow: hidden
}

.zm-sec-wrd>p {
    margin-top: 2px;
    margin-left: 46px
}

.zm-sec__lt {
    float: left
}

.map {
    height: 720px;
    width: 1045px;
    margin: 0 auto
}

.map-hd {
    display: block;
    padding: 40px 0;
    height: 29px;
    background: url(../img/tit--map.png) no-repeat 50%
}

.map-con {
    height: 753px;
    width: 1045px;
    background: url(../img/map-mbg.png) no-repeat 50%;
    position: relative;
    z-index: 1
}

.map-pos {
    position: absolute;
    height: 7px;
    width: 13px;
    background: #fff;
    border-radius: 100% 100%
}

.map-pos.is-active {
    z-index: 1
}

.map-pos.is-active .map-pos__con,
.map-pos.is-active .map-pos__line {
    display: block
}

.map-pos__line {
    width: 0;
    height: 118px;
    bottom: 6px;
    left: 6px;
    border-right: 1px solid #9cd1fb
}

.map-pos__con,
.map-pos__line {
    display: none;
    position: absolute;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.map-pos__con {
    top: -185px;
    left: -90px;
    height: 69px;
    width: 194px;
    background: url(../img/map-tip-mbg.png) no-repeat 50%;
    overflow: hidden;
    text-align: left;
    line-height: 24px;
    padding-left: 36px;
    box-sizing: border-box;
    padding-top: 12px
}

.map-pos__mod {
    height: 7px;
    width: 13px;
    background-color: #fafafa;
    background: rgba(255, 255, 255, .4);
    border-radius: 100%;
    -webkit-animation: infinite mapMod 1s;
    animation: infinite mapMod 1s
}

@-webkit-keyframes mapMod {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}

@keyframes mapMod {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3)
    }
}

.infopage {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 0 0 50px;
    display: none;
    color: #fff;
    background-color: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 99999;
    box-sizing: border-box
}

.infopage.is-show {
    display: block
}

.info-sec {
    background: #091859;
    position: relative
}

.info-sec>h3 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 5px;
    margin: 10px 0 20px
}

.info-table td {
    border: 1px solid #01dcf4;
    line-height: 44px;
    padding: 0 22PX
}

.info-table .info-inptd {
    padding: 0;
    text-align: center
}

.info-inp {
    background: transparent;
    color: #fff;
    text-align: center;
    width: 100%;
    border: 0;
    cursor: text;
    line-height: 44px;
    height: 44px
}

.info-inp:focus {
    color: #000;
    background: #fff
}

.info-opbar {
    margin: 20px 0;
    text-align: center
}

.info-opbar .btn-bm {
    margin: 0 20px
}

.info-sec-wrd>p {
    line-height: 24px
}

.info-table .frm-lab {
    position: relative;
    display: block
}

.info-table input[type=checkbox] {
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 18px
}

.frmva-tip {
    position: absolute;
    line-height: 24px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #f00;
    color: #fff;
    white-space: nowrap;
    top: -48px;
    left: -12px
}

.frmva-tip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 10px;
    bottom: -8px;
    border-top: 8px dashed #f00;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.info-sec__cls {
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../img/close-btn.png) no-repeat 50%;
    top: -8px;
    right: -8px
}

.info-sec__cls:hover {
    background-image: url(../img/close-btn--ac.png)
}


/* 参会礼物 */
.lp_content li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
	padding: 45px 0 20px 0;
}

.lp_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}



.lp_content li p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
	text-align: center
}


.lp_content li.last {
    margin-right: 0;
}

/* 授权企业 */

.logolist {
    padding: 10px 0;
}
.logolist a {
    float: left;
    width: 16%;
    border: 1px solid #CCC;
    height: 60px;
    margin: 0 22px 10px 19px;
}
.logolist a img {
    width: 100%;
    height: 60px;
}

/* 联系方式 */
.contact > li {
    float: left;
    width: 33.3%;
    line-height: 2;
    font-size: 13px;
    color: #fff;
    text-align: center
}
.contact > li > h2 {
    font-size: 18px;
}

.footer {
    line-height: 2;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0 10px;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p {
    font-size: 13px;
    text-align: center;
}
/* 会议议程 */
.dhrc {
    padding: 30px 0 0;
    background: #0d4b75;
  }
  
  .dhrc .column-title {
    color: #fff;
  }
  
  .dhrc .wrap {
    margin: 40px auto 0;
  }
  
  .dhrc-date-tab {
    height: 76px;
    font: bold 28px/76px "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: #0590bd;
  }
  
  .dhrc-date-tab li {
    float: left;
    width: 50%;
    cursor: pointer;
  }
  
  .dhrc-date-tab li.active {
    background: #e2a70a;
  }
  
  .dhrc-date-box {
    display: none;
    overflow: hidden;
    background: #0b63be;
  }
  
  .dhrc-content-tab {
    float: left;
    width: 240px;
  }
  
  .dhrc-content-tab li {
    position: relative;
    height: 56px;
    padding: 0 0 0 15px;
    margin: 20px 0 0;
    color: #fff;
    cursor: pointer;
    
  }
  
  .dhrc-content-tab li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 0;
    background: #efc814;
    content: " ";
    transition: all 0.3s;
  }
  
  .dhrc-content-tab li.active:before {
    top: 0;
    height: 100%;
  }
  
  .dhrc-content-tab .mini {
    display: block;
    font-size: 12px;
  }
  
  .dhrc-content-tab .medium {
    display: block;
    font-size: 13px;
  }
  
  .dhrc-content-box {
    margin: 0 auto;
    box-sizing: border-box;
    width: 700px;
    padding: 15px;
    background: #f3f3f3;
  }
  
  .dhrc-intro {
    padding: 5px 0 20px;
    color: #3b8fef;
  }
  
  .dhrc-intro strong {
    font-size: 18px;
    font-weight: normal;
  }
  
  .dhrc-table {
    width: 100%;
    color: #333;
  }
  
  .dhrc-table th {
    padding: 5px 0 5px 10px;
    text-align: left;
    text-align: center;
    border-bottom: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
  }
  
  .dhrc-table td {
    padding:20px 10px;
    border-bottom: 1px solid #a7a7a7;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
  }
  