* {
    margin: 0;
    padding: 0;
    /* color: rgb(54, 48, 48); */
    color: #333;
}

a {
    text-decoration: none;
    color: #000;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family:  Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    height: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
}

a:link,
a:visited {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    color: #08A5E0;
    text-decoration: none;
}

.container {
    height: 100%;
    min-width: 1220px;
    /* padding-top: 60px; */
}


/*网站导航*/
.nav-container-wrap {
    position: relative;
    width: 100%;
    height: 60px;
}

.nav-container-top {
    height: 60px;
    width: 100%;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 2; */
    background: #fff;
}

.top-nav {
    width: 100%;
    height: 100%;
}

.cl {
    zoom: 1;
    height: 60px;
}

.col {
    width: 100%;
    margin: auto;

}

.navbg .col {
    display: flex;
    justify-content: space-between;
}

.navbg {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
}

.cl li {
    float: left;
    margin-right: 1px;
    width: 119px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.cl li.navhome {
    text-align: left;
    padding: 0 0px 0 40px;
    width: 60px;
}

.cl li ul {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 38px;
    left: -1px;
    background: #fff;
    border: #fff 1px solid;
    border-bottom: none;
}

.cl li ul li {
    display: block;
    width: 117px;
    float: none;
    margin-right: 0px;
    height: 60px;
    position: relative;
    line-height: 60px;
    border-bottom: #fff 1px solid;
    font-size: 12px;
}

.cl li ul li a {
    color: #101010;
}

.cl .active a {
    color: #1C3586;
}

.cl li.navmoon {
    background: #fff;
    width: 119px;
    height: 58px;
    line-height: 60px;
    position: relative;
}

.cl li.navmoon a {
    color: #1C3586;
}

.cl li.navhome a:hover {
    color: #FCFF00;
}

.cl li.navmoon ul {
    display: block;
    margin-top: 16px;
}

.cl li.navmoon ul li {
    height: 30px;
}

.cl li.navmoon ul a {
    display: block;
    width: 117px;
    height: 30px;
    line-height: 30px;
}

.cl li.navmoon ul.menu_sub {
    width: 100%;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    position: absolute;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap {

    width: 1200px;
    margin: 0 auto;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list {
    overflow: hidden;
    width: 720px;
    float: right;
    text-align: center;
    padding-bottom: 20px;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list h3 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 100);

}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list .left {
    width: 50%;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list .all {
    width: 100%;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list .right {
    width: 50%;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list dl {}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list dl dd a {
    color: #fff;
    width: auto;
}

.cl li.navmoon ul.menu_sub .menu_sub_wrap .menu_sub_list dl dd a:hover {
    color: rgba(10, 64, 239, 100);
}

/* .cl li.navmoon ul a:hover {
    background: #1C3586;
    color: #1C3586;
} */

.top-phone {
    position: relative;
    text-align: right;
}

.top-phone img {
    position: absolute;
    left: 0px;
    top: 22px;
    height: 16px;
    width: 16px;
}

.top-phone .phone {
    position: absolute;
    right: 0px;
    color: #666;
}

.top-logo {
    margin-top: 10px;
}

.top-logo img {
    width: 90px;

}

.container-banner .banner img {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.mark-wrap {
    position: fixed;
    display: none;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 99;
}

.from-wrap {
    position: absolute;
    width: 800px;
    background: #fff;
    left: 50%;
    top: 50%;
    padding-bottom: 20px;
    margin-left: -400px;
    margin-top: -297px;
    text-align: center;
    border-radius: 15px;
}

.from-wrap li {
    margin-top: 16px;
    /* position: relative; */
    /* display: flex; */
}

.from-wrap li.from-item {
    display: flex;
}

.from-wrap li.from-item label {
    width: 100px;
    text-align: right;
    display: inline-block;
    margin-top: 5px;
}

.from-wrap li.from-item.required label::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.from-wrap .from-header {
    height: 50px;
    background: #1e357d;
    line-height: 50px;
    margin-top: 0;
    color: #fff;
    border-radius: 10px 10px 0 0;

}

#close img {
    width: 100%;
}

.from-wrap .from-header #close {
    position: absolute;
    top: 16px;
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    line-height: 16px;
    cursor: pointer;
}

.from-wrap input {
    width: 84%;
    border-radius: 5px;
    outline: none;
    height: 30px;
    margin-right: -66px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.from-wrap select {
    width: 85%;
    border-radius: 5px;
    outline: none;
    height: 30px;
    margin-right: -66px;
    border: 1px solid #ccc;
    padding-left: 5px;
}

.from-wrap .from-require #textarea {
    height: 85px;
    width: 84%;
    margin-right: -66px;
    border-radius: 5px;
    border: 1px solid #ccc;
}


.open_dialog {
    display: block;
    opacity: 1;
    transition: all 0.5 ease-in-out;
}

.close_dialog {
    display: none;
    opacity: 0;
    transition: all 0.5 ease-in-out;
}

#submit button {
    height: 40px;
    width: 80px;
    color: #fff;
    background: #1e357d;
    line-height: 40px;
    text-align: center;
    border: none;
    margin-top: -10px;
}

.fixed_btn_apply {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    background-color: #1da4dc;
    height: 76px;
    width: 76px;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    padding: 12px;
    line-height: 1.3;
    box-shadow: 0px 0px 13px 3px #3d8cce;
    ;
}

/* top-header */
.containers-top {
    margin-bottom: 10px;
    text-align: center;
}

.containers-top h3 {
    font-size: 36px;
    color: rgba(28, 53, 134, 0.3);
}

.containers-top p {

    margin-top: 10px;
}

.containers-top p b {
    font-size: 18px;
    color: #333333;
    position: relative;

}

.containers-top p b::after {
    position: absolute;
    content: '';
    width: 80px;
    top: 12px;
    left: -100px;
    height: 1px;
    background-color: #999;
}

.containers-top p b::before {
    position: absolute;
    content: '';
    width: 80px;
    top: 12px;
    right: -98px;
    height: 1px;
    background-color: #999;
}