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 {
    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;
}


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

.header {
    background-image: url("/cmsweb/assets/guide/img/header_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 109px;
}

.header-nav {
    width: 1200px;
    height: 109px;
    margin: 0 auto;
    font-size: 0;
}

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

.nav-logo {
    width: 310px;
    height: 31px;
}

.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;
}

.nav {
    list-style: none;
    margin-left: 80px;
}

.nav-item {
    float: left;
    margin-right: 40px;
    font-size: 15px;
    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: 60px;
}

.search-text {
    width: 364px;
    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%;
}

.route-nav-bg {
    width: 1200px;
    margin: 0px auto;
}

.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 {
    width: 930px;
    height: auto;
    background-color: #F3F3F3;
    margin: 20px auto;
    font-size: 0;
    padding: 10px 20px 10px 0px;
}

.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-bottom: 10px;
    margin-left: 20px;
    height: 40px;
    background-color: white;
    border: 1px solid #CDCDCD;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
    color: #4a4a4a;
    text-decoration: none;
}

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

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

.content-left {
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: top;
    display: inline-block;
    width: 200px;
    background-color: white;
    height: 780px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.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-img-sub{
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;

}
.content-left-sub-title>span> .content-left-item-img-sub{
    display: inline-block;
    vertical-align: bottom;
    width: 13px;
    height: 13px;
    margin-right: 2px;
}
.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;
    
    padding: 8px 0px 8px 40px;*/
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 13px;
    color: #9B9B9B;
    /*height: 28px;
    position: relative;*/
}
.content-left-sub-title span{
    display: inline-block;
    padding-left: 40px;
    width: 200px;
    padding: 8px 40px 8px 32px;
    box-sizing: border-box;
    text-indent: -1.1em;
}
.content-left-sub-title .title-span{
    padding-left: 33px;
    text-indent: 0;
}
.content-left-sub-ul2{
    /*position: absolute;
    top:32px;*/
}
.content-left-sub-ul2 .content-left-sub-title{
    padding-left: 1em;
    padding-bottom: 4px;
    font-size: 13px;
}
.content-left-sub-title span:hover {
    background-color: #EEF4FC;
    color: #003399;
}
.content-left-sub-title:hover .content-left-sub-ul2{

}
.content-left-sub-ul2 li:before{
    content: "•";
    display: inline-block;
    font-size: 14px !important;
    position: absolute;
    line-height: 15px;
    left:46px;
    /*font-size: 34px;*/
    /*vertical-align: top;
    height: 18px;
    top: -8px;
    left:45px;
    position: absolute;*/
}
.content-left-sub-title-select span{
    background-color: #EEF4FC;
    color: #003399;
}
.content-left-sub-title .content-left-sub-ul2 .content-left-sub-title2{
    padding: 8px 0px 8px 55px;
    font-size: 12px !important;
    position: relative;
    width: 110px;
}
.content-left-sub-ul .content-left-sub-title.active  .content-left-sub-ul2 .content-left-sub-title2{
    background: #fff !important;
}
.content-left-sub-ul .content-left-sub-title.active>span{
    background-color: #EEF4FC;
    color: #003399;
}
.content-left-sub-ul .content-left-sub-title.active  .content-left-sub-ul2 .content-left-sub-title2.content-left-sub-title-select2{
    color:#003399;
    text-decoration: underline;
}
.content-left-sub-title .content-left-sub-ul2 .content-left-sub-title2:hover{
    color:#003399;
    text-decoration: underline;
}
.content-left-sub-title-select2
.content-left-sub-ul .content-left-sub-title.active span{
    background-color: #EEF4FC !important;
    color: #003399 !important;
}

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


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

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

.content-right-title-bg {
    margin-top: 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: 950px;
    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: 950px;
    height: 40px;
    background-color: #003399;
    margin: 20px auto 0px auto;
}

.content-right-step-img {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 16px;
    background-image: url("/cmsweb/assets/guide/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: 950px;
    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: 60px;
    width: 910px;
}

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

.step-img {
    margin-top: 20px;
    /*margin-left: 20px;*/
    line-height: 0;
}

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

.step-img-triangle {
    width: 55px;
    height: 28px;
    margin-left: 437px;
    margin-top: 20px;
}


/* 蓝色方块 */

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

.step-block {
    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 0;
    min-width: 1200px;
}

.footer-bg {
    margin: 0 auto;
    width: 1200px;
}

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

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

.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: 1200px;
    text-align: center;
    margin-bottom: 15px;
}

.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;
}

.foot-bottom-text {
    line-height: 80px;
    font-size: 12px;
    color: white !important;
    text-decoration: none !important;
}

.foot-bottom-text2 {
    font-size: 12px;
    color: white !important;
    text-decoration: none !important;
}


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

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

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