* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* 富文本修复 */
.rich-text-fix span {
    font-size: 18px !important;
    font-family: "FANGSONG" !important;
}
.rich-text-fix p {
    font-size: 18px !important;
    font-family: "FANGSONG" !important;
}
.rich-text-fix font {
    font-size: 18px !important;
    font-family: "FANGSONG" !important;
}
.rich-text-fix img {
    display: block !important;
    width: 100% !important;
}
/* 富文本修复end */

.h-cursor:hover {
    cursor: pointer;
}
.cursor:hover {
    cursor: pointer;
}
.h-center {
    display: flex;
    justify-content: space-around;
}
li {
    list-style: none;
}
a,
a:hover,
a:link,
a:active,
a:visited {
    text-decoration: none;
}
.vfd-btn {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 200px;
    border-radius: 5px;
    cursor: pointer;
    color: #0099ff;
    border: 1px solid #0099ff;
    text-align: center;
}
.vfd-btn:hover {
    background: linear-gradient(91deg, #2be6fc 0%, #0099ff 100%);
    border: none;
    color: #fff;
}
.vfd-v-center {
    margin: 0 auto;
}
/* nav */
.nav-box {
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 1000;
    color: #fff;
}
.nav-active {
    background-color: #3c8fcf;
}
.nav-logo {
    height: 40px;
    margin-right: 40px;
    cursor: pointer;
}
.nav-box a {
    color: #fff;
}
.nav-box a:hover {
    color: #fff;
    text-decoration: none;
}
.nav {
    margin: auto;
    width: 1200px;
    line-height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.nav-main {
   display: flex;
}
.nav-main li {
    flex-grow: 2;
    display: inline-block;
    min-width: 130px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.nav-main li:hover {
    paint-order: fill;
    cursor: pointer;
}
.nav-main li:hover .nav-title {
    display: inline-block;
}
.nav-title {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
}
.nav-title > li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.nav-title > li:hover {
    background-color: #3c8fcf;
}
.nav-no-children:hover {
    background: #3c8fcf;
}
.nav-phone-icon {
    margin: -3px 5px 0 0;
    width: 14px;
    height: 14px;
}

.loginBtn{
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #2BE6FC 0%, #0099FF 100%);
    opacity: 1;
    border-radius: 4px;
    font-weight: 400;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 5px;
  
}

.dropdown-menu>.stytemType>a{
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 50px;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>.stytemType>a:hover{
    color: rgba(0, 153, 255, 1);
    background-color:rgba(0, 153, 255, 0.06);
    background-image: none;
}
.nav-main .stytemType{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    display: block;
    background-color:rgba(0, 153, 255, 0.06); 
}
.nav-main .stytemType:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-main .stytemType:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-main .stytemType{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    display: block;
    color: #666;
    background-color: #fff;
}
.dropdown{
    max-height: 40px;
}
.dropdown-menu{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
    
    display: none;
}

.dropdown:hover .dropdown-menu{
    display: inline-block;
}
/* .nav-main .stytemType:hover{
    color: rgba(0, 153, 255, 1);
    background-color:rgba(0, 153, 255, 0.06); 
} */
/* side-nav */
.side-nav {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
    color: #000;
    background-color: #fff;
    width: 100px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.side-nav-hide {
    width: 0px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 100px;
    transition: width 1s;
}
.side-nav:hover .side-nav-hide {
    transition: width 1s;
    width: 400px;
}
.side-nav-show {
    text-align: center;
    padding: 10px;
}
.side-nav-show:hover {
    cursor: pointer;
}
.side-nav-show > li {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.side-nav-show > li > img {
    width: 30px;
    height: 30px;
}
.side-nav-show > li:last-child {
    border-bottom: none;
}
/* contact-card */
.contact {
    width: 400px;
    height: 250px;
    padding: 15px 10px 15px 30px;
    background-color: #fff;
    font-size: 20px;
}
.contact-phone {
    height: 50px;
    display: flex;
    align-items: center;
    font-family: Arial;
}
.contact-phone > .contact-phone-icon {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
.contact-phone > .contact-phone-ttile {
    width: 60px;
    margin-right: 15px;
}
.contact-phone > .contact-phone-number {
    color: #3c8fcf;
}
.contact-code {
    height: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-code > div {
    margin: 0 30px;
}
.contact-code > div > img {
    height: 80px;
    width: 80px;
}
.contact-code > div > div {
    text-align: center;
}

header {
    height: 500px;
}
/* 底部 */
footer {
    background: #000;
    height: 400px;
    width: 100%;
    background-image: url("../../img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer-container {
    color: #fff;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
/*  */
.link-box {
    display: flex;
    width: 500px;
    justify-content: space-between;
    position: absolute;
    top: 80px;
}
.link-title {
    font-size: 20px;
    font-weight: bold;
    margin: 34px 30px;
}
.link > li {
    margin: 14px 30px;
    cursor: pointer;
}
.link > li > a {
    color: #bfbfbf;
    text-decoration: none;
}
/*  */
.information {
    margin-top: 20px;
    margin: 0px;
    padding: 0px;
}
.footer-container > .footer-container-content:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 400px;
    background-color: rgba(60, 143, 207, 0.5);
}
.footer-container-content {
    display: flex;
    width: 500px;
    justify-content: space-between;
    position: absolute;
    top: 80px;
}
.copyright {
    width: 100%;
    height: 48px;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: #707070;
    background: #333333;
}
.copyright > a {
    font-weight: 400;
    text-align: center;
    color: #909090;
    background: #333333;
}

.footer-container > .footer-container-content:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 400px;
    background-color: rgba(60, 143, 207, 0.5);
}
.footer-container-content {
    display: flex;
    width: 500px;
    justify-content: space-between;
    position: absolute;
    top: 80px;
}
.information {
    margin-top: 20px;
}
.information > li {
    margin-top: 15px;
}
.information-party {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin-top: 20px;
}
.information-party-item {
    position: relative;
    width: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.information-party-item > .information-grid {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.information-party-item > span {
    height: 22px;
    line-height: 22px;
}
.information-party-item:nth-of-type(1) .information-grid {
    background-color: #1296db;
}
.information-party-item:nth-of-type(2) .information-grid{
    background-color: #30cb5c;
}
.information-party-item:nth-of-type(3) .information-grid{
    background-color: #f8ad18;
}
.information-grid > img {
    width: 50%;
    height: 50%;
}
/*  */
.btn-detail:hover {
    border: none;
}
