@charset "UTF-8";

/*---top nav---*/
.top-nav {
    height: 100px;
    line-height: 134px;
    overflow: hidden;
    z-index: 101;
    width: 100%;
    min-width: 1200px;
    /*background: rgba(0,0,0,.3);*/
    position: fixed;
    background: #3C4655;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
}

.top-nav .logo {
    float: left;
    width: 160px;
    height: 84px;
    margin: 0 80px 0 80px;
    cursor: pointer;
    background:url(../../images/index/logo.png) no-repeat left center;
    background-size: contain;
}

.top-nav .nav {
    position: fixed;
    right: 30px;
}

.top-nav .nav ul {
    float: left;
}

.top-nav .nav li {
    float: left;
}

.top-nav .nav .nav-a {
    font-size: 18px;
    margin-right: 40px;
    color: rgba(255,255,255,.6);
    /* color: #333333; */
    cursor: pointer;
}

.top-nav .nav .nav-a:hover::after, 
.nav .nav-a.now::after, 
.top-nav .nav li.service:hover .nav-a::after {
    /* color: #FED227; */
    /* content: "";
    display: block;
    width: 24px;
    height: 5px; */
}
.top-nav .nav ul > li a.nav-a:hover,
.top-nav .nav ul > li a.now
{
    color: #FFF;
    position: relative;
}

.top-nav .nav ul > li a.nav-a:hover::after,
.top-nav .nav ul > li a.now::after
{
    content: " ";
    position: absolute;
    top: 36px;
    left: 22px;
    width: 24px;
    height: 5px;
    background-color: #FFF;
}

.top-nav .nav li.service {
    position: relative;
}

.top-nav .nav li.service:hover .service-nav {
    display: block;
}

.top-nav .service-nav {
    display: none;
    position: absolute;
    top: 100px;
    left: -38px;
    z-index: 999;
}

.top-nav .service-nav a {
    width: 150px;
    height: 56px;
    line-height: 56px;
    /* background: #00475f;
    color: #fff; */
    background: #ffffff;
    color: #666666;
    display: block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.top-nav .service-nav a:hover {
    background: #e7e6ee;
}

.top-nav .nav span {
    float: left;
}

.top-nav .nav span a {
    font-size: 16px;
    margin-right: 15px;
    color: #ffffff;
    border: solid #ffffff66 2px;
    /* color: #333333;
    border: solid #D6D6D6 1px; */
    background-color: transparent;
    border-radius: 18px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.top-nav .nav span a:hover {
    color: #333333;
    background-color: #ffffff;
    /* color: #ffffff; */
    /* 
    background-color: #0773ed; */
}

/* 
.top-nav .nav .nav-a:hover, 
.nav .nav-a.now, 
.top-nav .nav li.service:hover .nav-a {
    /* color: #ff7316; 
}

.top-nav .nav li.service {
    position: relative;
}

.top-nav .nav li.service:hover .service-nav {
    display: block;
}

.top-nav .service-nav {
    display: none;
    position: absolute;
    top: 100px;
    left: -48px;
    z-index: 999;
}

.top-nav .service-nav a {
    width: 180px;
    height: 58px;
    line-height: 58px;
    background: #00475f;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.top-nav .service-nav a:hover, .top-nav .service-nav a.now {
    background: #00394c;
}

.top-nav .nav span {
    float: left;
}

.top-nav .nav span a {
    font-size: 16px;
    margin-right: 15px;
    color: #333333;
    border: solid #cccccc 1px;
    background-color: transparent;
    border-radius: 18px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.top-nav .nav span a:hover {
    color: #ffffff;
    background-color: #0773ed;
} */

body {
    position: relative;
}

.vv-page {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

html, body, .vv-page {
    width: 100%;
    height: 100%;
}

.vv-img-bg {
    /*padding-top: 50%;*//*自适应 高/宽*100%*/
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-content {
    width: 1200px;
    position: relative;
    z-index: 10;
}

.b-footer {
    background-image: linear-gradient(#252C37, #1E252C);
}

.b-footer .main-content {
    height: 272px;
    line-height: 272px;
}

.b-footer .l-title {
    font-size: 40px;
    color: #065fc3;
    display: inline-block;
    font-style: italic;
}

.b-footer .r-title {
    display: inline-block;
    margin-left: 96px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.b-footer .r-title p {
    line-height: 2.2;
}

.b-footer .r-title>.title {
    font-size: 22px;
    margin-bottom: 10px;
}

.b-footer .r-title>.opt>.title {
    color: #b4c1cd;
    border-right: 1px #b4c1cd solid;
    padding-right: 15px;
}

.b-footer .r-title>.opt>.a-link {
    color: #ffffff;
    margin-left: 15px;
}

/*
.b-footer .r-title>.opt>.a-link:hover {
    text-decoration: underline;
}
*/
.b-footer .a-link {
    cursor: pointer;
}
.b-footer .a-link:hover {
    text-decoration: underline;
}

.b-footer .r-title>.link-phone {
    color: #b4c1cd;
}
.b-footer .r-title>.link-phone>label {
    color: #ffffff;
    margin-left: 10px;
}

.b-footer .line {
    width: 100%;
    height: 1px;
    background-color: #3F4955;
}

.b-footer .bottom {
    padding: 32px 0px 42px 0px;
    text-align: center;
    color: #b4c1cd;
    font-size: 14px;
}
.b-footer .bottom > .b1 .a-link {
    color: #b4c1cd;
}

.b-footer .bottom > .b2 {
    margin-top: 10px;
}

.b-footer .bottom > .b2, .b-footer .bottom > .b2 .a-link {
    color: #8996a2;
}

/* 底部 - 新 */
body {
    position: relative;
}
.footer {
    position: absolute;
    background: #3C4655;
    height: 144px;
    width: 100%;
    bottom: 0;
}
.footer .container{
    padding: 0 80px;
    max-width: 1600px;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.footer .container .company_name {
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    font-size: 22px;
}

.footer .container .icp_cont {
    justify-content: center;
    padding: 40px 20px 0;
}

.footer .container .icp_cont *{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
}

.footer .container p {
    text-align: center;
}

.footer .container dl {
    width: 100%;
    display: flex;
    justify-content: center;
} 

.footer .container dl dt,
.footer .container dl dd {
    margin: 0 6px;
}

.footer .container .icp_cont dl dt::after {
    content: ":";
    padding-left: 6px;
}

.footer .container .link_cont {
    margin: auto;
}

.footer .container .link_cont dl {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.footer .container .link_cont dt,
.footer .container .link_cont dt::after {
    opacity: .7;
}

.footer .container .link_cont dt,
.footer .container .link_cont dd {
    height: 32px;
    line-height: 32px;
}

.footer .container .link_cont dt::after{
    content: "|";
    padding-left: 14px;
}

.footer .container .link_cont dt.no_line::after {
    content: "";
    padding-left: 0px;
}

.footer .container .link_cont *{
    font-size: 16px;
    text-align: right;
    color: #fff
}
