body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

body {
    background: #f7f8fa;
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

input,
button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: underline;
    color: #003399;
}

.flex-h {
    display: flex !important;
    align-items: center;
}

.modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    left: 0;
    top: 0;
}

/* <<========================header======================== */

.header {
    background-image: url("/cmsweb/assets/guide_mobile/img/top-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.icon-right {
    margin-top: auto;
    margin-bottom: 12px;
    margin-right: 0px
}
.zk-icon{
    width: 24px;
    height: 24px;
    overflow: hidden;
    /*background: #000;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.open{
    transform: rotateX(180deg);
}
.header-nav {
    width: 100%;
    height: 67px;
    margin: 0 auto;
    font-size: 0;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/

}

.header-nav div,
.header-nav img,
.header-nav ul,
.header-nav input {
    display: inline-block;
    vertical-align: middle;
}

.nav-logo {
    width: 138px;
    /*height: 49px;*/
}

.nav-logo:hover {
    cursor: pointer;
}

.nav-title {
    height: 109px;
    line-height: 109px;
    font-size: 28px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-left: 50px;
}

.content {
    width: auto !important;
    padding: 0 10px;
    margin: 77px auto 10px auto !important;
    overflow-x: hidden !important;
}

.nav {
    list-style: none;
    margin-left: 20px;
    display: flex !important;
    align-items: center;
}

.nav-item {
    /*float: left;*/
    margin-right: 10px;
    font-size: 14px;
    /*border-bottom: 4px solid #00000000;*/
}

.nav-item a {
    color: #4a4a4a;
    text-decoration: none;
    line-height: 40px;
}

.nav-active {
    font-weight: 600;
    border-bottom: 4px solid #003399;
}

.place-white {
    width: 80px;
}

.search-text {
    width: 0;
    flex: 1;
    height: 40px;
    border: 1px solid rgba(255, 204, 0, 1);
    padding-left: 5px;
    font-size: 14px;
}

.search-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 204, 0, 1);
    border: 1px solid rgba(255, 204, 0, 1);
    cursor: pointer;
    text-align: center;
}

.search-btn img {
    margin-top: 12.5px;
    width: 16px;
    height: 15px;
}


/* ========================header========================>> */


/* ========================route-nav========================>> */

.route-nav {
    width: 100%;
}

div {
    /*box-sizing: border-box;*/
}

.route-nav-bg {
    width: 100%;
    margin: 0px auto;
    padding-left: 10px;
    display: none !important;
}

.route-title {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #9B9B9B;
}

.route-title a {
    text-decoration: none;
    color: #9B9B9B;
}

.route-title a:hover {
    color: #003399;
}

.route-title:hover {
    color: #003399;
}

.route-title-sub {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #000000;
}

.route-title-sub a {
    text-decoration: none;
    color: #000000;
}

.route-title-sub a:hover {
    color: #003399;
}

.route-title-sub:hover {
    color: #003399;
}

.route-arrow {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    color: #9B9B9B;
}

.route-tint {
    margin-top: 10px;
    font-size: 18px;
    color: #4a4a4a;
}


/* <<========================route-nav======================== */


/* ========================content-left========================>> */


/* 《===========顶部N个图标============= */

.icon-11-bg-holder {
}

.icon-11-bg {
    z-index: 1000;
    position: relative!important;
    width: 100% !important;
    height: auto!important;
    overflow: hidden;
    background-color: #F3F3F3;
    margin: 20px auto;
    font-size: 0;
    padding: 0 34px 10px 0 !important;
    left: 0 !important;
    box-sizing: border-box;
}

.icon-11-bg-active {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.icon-11-bg a {
    color: #4a4a4a;
    text-decoration: none;
    background-color: white;
}

.icon-11-item {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    height: 20px;
    background-color: white;
    /*border: 1px solid #CDCDCD;*/
    line-height: 20px;
    font-size: 12px;
    padding: 2px 10px;
    color: #4a4a4a;
    text-decoration: none;
    background-color: white;
    border-radius: 100px;
}

/*.icon-11-item:hover {*/
/*    color: #003399;*/
/*    border: 1px solid #003399;*/
/*}*/

.icon-11-item.activity {
    background: #003399;
    color: #ffffff;
    /*border: 1px solid #003399;*/
}

.content-left {
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: top;
    display: none;
    width: 200px;
    background-color: white;
    /*height: 580px;*/
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
}

.content-left::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
}

.content-left::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #cdcdcd;
}

.content-left-item {
}

.content-left-title-bg {
    width: 200px;
    min-height: 28px;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    color: #4A4A4A;
    background-color: white;
}

.content-left-title-bg:hover {
    background-color: #EEF4FC;
    color: #003399;
}

.content-left-title-bg-select {
    background-color: #EEF4FC;
    color: #003399;
}

.content-left-item-img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.content-left-item-title {
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

.content-left-sub-ul {
    margin-top: 5px
}

.content-left-sub-title {
    padding-left: 40px;
    width: 200px;
    /* min-height: 28px; */
    /* line-height: 28px; */
    padding: 8px 0px 8px 40px;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    color: #9B9B9B;
}

.content-left-sub-title:hover {
    background-color: #EEF4FC;
    color: #003399;
}

.content-left-sub-title-select {
    background-color: #EEF4FC;
    color: #003399;
}


/* <<========================content-left======================== */


/* ========================content-right========================>> */

.content-right {
    box-sizing: border-box;
    display: inline-block;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    width: 100%;
    min-height: 570px;
    background-color: white;
    /*padding-bottom: 30px;*/
    padding: 0 10px 30px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.content-right-title-bg {
    margin-top: 10px;
    margin-left: -10px;
}

.content-right-block {
    display: inline-block;
    background-color: #003399;
    width: 5px;
    height: 25px;
    vertical-align: middle;
}

.content-right-title {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #4A4A4A;
}

.next-bg {
    width: 100%;
    height: 40px;
    background-color: #F3F3F3;
    margin: 20px auto 0px auto;
    font-size: 14px;
    color: #4A4A4A;
}

.next-bg a {
    color: #4A4A4A;
    text-decoration: none;
}

.next-btn-left {
    line-height: 40px;
    float: left;
    margin-left: 20px;
}

.next-btn-left:hover {
    color: #003399;
    text-decoration: underline;
}

.next-btn-right {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 40px;
    float: right;
    margin-right: 20px;
}

.next-btn-right:hover {
    color: #003399;
    text-decoration: underline;
}

.content-right-step {
    /*width: 100%;*/
    height: auto;
    background-color: #003399;
    margin: 20px auto 0px auto;
    font-size: 0;
}

.content-right-step-img {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 16px;
    background-image: url("/cmsweb/assets/guide_mobile/img/step_arrow.png");
}

.content-right-step-img-title {
    margin-left: 8px;
    color: white;
    font-size: 14px;
    line-height: 16px;
}

.content-right-step-title {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.content-right-step-sub-title {
    font-weight: 600;
    color: #4A4A4A;
    font-size: 14px;
    width: 100%;
    margin: 20px auto 0px auto;
}

.content-right-step-sub-title.normal {
    font-weight: 400;
}

.content-right-step-sub-title .strong {
    color: #003399;
    font-weight: bold;
}

.content-right-step-sub-title2 {
    font-weight: 400;
    color: #4A4A4A;
    font-size: 14px;
    width: 950px;
    margin: 20px auto 0px auto;
    line-height: 20px;
}

.content-right-step-sub-title3 {
    font-weight: 600;
    color: #003399;
    font-size: 18px;
    width: 950px;
    margin: 20px auto 0px auto;
}

.content-right-step-sub-title4 {
    font-weight: 600;
    color: #E52F2C;
    font-size: 18px;
    width: 950px;
    margin: 20px auto 0px auto;
}

.subtitle-marign-left {
    margin-left: 40px!important;
    width: 910px;
}

.step-title-red {
    color: #E52F2C;
    font-weight: 400;
}

.step-img {
    max-width: 100%;
    margin-top: 20px;
    /*margin-left: 20px;*/
    line-height: 0;
    /*padding: 0 10px;*/

}

.step-img img {
    width: 100%;
}

.step-img2 {
    /*margin-left: 20px;*/
}

.step-img-triangle {
    width: 25px;
    /*height: 28px;*/
    /*margin-left: 437px;*/

    margin: 0 auto;
    display: block;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top: 20px;
}


/* 蓝色方块 */

.step-block-bg {
    margin: 20px 0px 0px 0;
    display: flex;
}

.step-block {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: white;
    background-color: #003399;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.step-block-title {
    display: inline-block;
    vertical-align: top;
    /*width: 905px;*/
    margin-left: 10px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}


/* <<========================content-right======================== */


/* ========================footer========================>> */

.footer {
    margin: 0 auto;
    width: 100%;
    background-color: rgb(68, 68, 68);
    padding: 1px;
    /*min-width: 1200px;*/
}

.footer-bg {
    margin: 0 auto;
    width: 100%;
}

.time {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #CDCDCD;
}

.line-h {
    background-color: #9B9B9B;
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
}

.sub-span {
    font-weight: 600;
    color: #003399;
}

.sub-span-regular {
    font-weight: 400;
    color: #003399;
}


/* 联系我们 */

.contactus {
    width: 100%;
    padding: 10px 0;
    background-color: white;
}

.contactus-bg {
    width: 100%;
    margin-top: 50px;
}

.contactus-sub-bg {
    margin: 0 auto;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 0;
}

.contactus-second-title {
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    color: #4A4A4A;
}

.contactus-item {
    margin-left: 21px;
    vertical-align: middle;
    display: inline-block;
    width: 386px;
    height: 216px;
    background-color: rgb(238, 244, 252);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.contactus-item-left {
    width: 287px;
    height: 216px;
    display: inline-block;
    margin-left: 30px;
}

.contactus-item-title {
    margin-top: 34px;
    font-size: 18px;
    font-weight: 600;
    color: #4A4A4A;
}

.contactus-item-btn {
    margin-top: 14px;
    background-color: #FFCC00;
    width: 101px;
    height: 34px;
    font-size: 14px;
    border: none;
    color: #4A4A4A;
    text-align: center;
}

.contactus-item-btn:hover {
    background-color: #FBF9D2;
}

.contactus-item-sub-title {
    margin-top: 20px;
    font-size: 14px;
    color: #4A4A4A;
}

.contactus-item-img {
    display: inline-block;
    width: 69px;
    height: 90px;
    margin-top: 63px;
    vertical-align: top;
}

.contactus-item-img2 {
    display: inline-block;
    width: 64px;
    height: 75px;
    margin-top: 70px;
    vertical-align: top;
}

.contactus-item-phone-bg {
    margin-top: 10px;
    display: block;
}

.fourth-item2-img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.fourth-item2-sub-title {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    color: #4A4A4A;
}

.contactus-item-btn2 {
    margin-top: 20px;
    background-color: #FFCC00;
    width: 129px;
    height: 34px;
    font-size: 14px;
    border: none;
    color: #4A4A4A;
    text-align: center;
}

.contactus-item-btn2:hover {
    background-color: #FBF9D2;
    cursor: pointer;
}


/* 联系我们 */

.foot-content {
    width: 1200px;
    height: 160px;
    font-size: 0;
}

.foot-content-left {
    display: inline-block;
    vertical-align: middle;
    width: 598px;
    height: 160px;
}

.foot-line-v {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 120px;
    background-color: #9B9B9B;
}

.foot-content-btn {
    margin-left: 140px;
    margin-top: 20px;
    background-color: transparent;
    width: 100px;
    height: 28px;
    font-size: 12px;
    border: 1px solid #FFCC00;
    color: #FFCC00;
    text-align: center;
}

.foot-copyright {
    margin: 0 auto;
    width: 100%;
    /*height: 80px;*/
    text-align: center;
}

.inline-block-middle {
    display: inline-block;
    vertical-align: middle;
}

.foot-img {
    line-height: 80px;
    width: 37px;
    height: 40px;
}

.foot-img2 {
    line-height: 80px;
    width: 27px;
    height: 27px;
    margin: 0 !important;
}

.foot-bottom-text {
    line-height: 40px;
    font-size: 12px;
    margin: 0 !important;
    color: white;
}

.foot-bottom-text a {
    color: white !important;
    text-decoration: none !important;
}


/* <<========================footer======================== */

.scroll-to-top {
    position: fixed;
    right: 0;
    top: 50%;
    width: 36px;
    height: 36 pxs;
}

.scroll-to-top:hover {
    cursor: pointer;
}

.content-right-step, .content-right-step2 {
    /*width: 100% !important;*/
}
.content-right-step2{
    width: auto!important;
}

.content-right-step-sub-title2 {
    width: auto;!important;
    /*margin-left: 40px!important;*/
}

.step1-item {
    width: 100% !important;
}

.step-img2 {
    max-width: 100%;
}

.content-right-step {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.next-bg {
    display: flex;
    /*flex-wrap: wrap;*/
    height: auto;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.next-btn-right {
    /*width: 100%;*/
    /*margin: 0;*/
    text-align: right;
    /*align-self: flex-end;*/
}

.line {
    width: auto !important;
}
