@charset "utf-8";

/* 底部样式开始 */
#footer{
    height: 210px;
    opacity: 1;
    /* background: rgba(204, 204, 204, 1); */
    background-image: url(../imgs/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wrapper_1364{
    width: 1364px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 42px;
}
.address p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(112, 112, 112, 1);

}
.copyright ul{
    display: flex;
    flex-wrap: wrap;
}
.copyright ul li{
    width: 20%;
    text-align: center;
    margin-bottom: 11px;
    cursor: pointer;
    color: rgba(112, 112, 112, 1);
}
.copyright ul li a{
    color: rgba(112, 112, 112, 1);
}
.copyright ul li:hover a{
    color: rgba(16, 186, 196, 1);
}
.copyrightInfo{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(112, 112, 112, 1);
    text-align: center;
    margin-top: 24px;
}
.QR-code{
    display: flex;
}
.QR-code-info{

}
.QR-code-info img{
    width: 80px;
    height: 80px;
    vertical-align: top;
}
.QR-code-info p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18.56px;
    color: rgba(112, 112, 112, 1);
    text-align: center;
    margin-top: 8px;
}
.margin34{
    margin: 0 34px;
}

/* 底部样式结束 */



/* 头部样式开始 */

#header{
    height: 114px;
    position: relative;
}
.search-box{
    width: 100%;
    height: 440px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(16, 186, 196, 1) 0%, rgba(16, 187, 196, 0.5) 60.03%, rgba(16, 187, 196, 0) 100%);
    /* box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25); */
    /* background: linear-gradient(180deg, rgba(16, 186, 196, 0.5) 0%, rgba(16, 187, 196, 0) 100%); */
    position: absolute;
    z-index: 99999999999999;
    display: none;
}
.search-box .search-box-area{
    width: 1608px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 478px;
}
.search-input-box{
    display: flex;
    padding-left: 15px;
}
.search-input-box span{
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 63px;
    color: rgba(255, 255, 255, 1);
    margin-right: 75px;
}
.search-input-box .form-control{
    width: 482px;
    border: none;
    background-color: rgba(16, 187, 196, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 1);
    outline: none;
    font-size: 48px;
    color: #fff;
}
.search-input-box .form-control::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(255, 255, 255, 0.5); 
} 
.search-input-box .form-control:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: rgba(255, 255, 255, 0.5); 
} 
.search-input-box .form-control::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: rgba(255, 255, 255, 0.5); 
} 
.search-input-box .form-control:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: rgba(255, 255, 255, 0.5); 
}
    
.search-input-box .form-btn{
    width: 164px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    opacity: 1;
    border-radius: 5px;
    background: rgba(24, 141, 232, 1);
    margin-left: 24px;
    border: none;
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.search-records{
    margin-top: 78px;
    display: flex;
}
.search-records .recent-searches{
    margin-right: 85px;
}
.search-records h6{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26.52px;
    color: rgba(16, 186, 196, 1);
    margin-bottom: 18px;
}
.search-records .search-for{
    display: flex;
}
.search-records .search-for li{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 15.91px;
    color: rgba(128, 128, 128, 1);
    margin-right: 10px;
}


.header-box{
    width: 1608px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-box .logo {
    width: 422px;
    height: auto;
}
.header-box .navigation-bar{
    height: 100%;
    display: flex;
}
.navigation-bar .navigation-list{
    display: flex;
    align-items: center;
    margin-right: 34px;
    height: 100%;
}
.navigation-bar .navigation-list>a{
    padding-top: 46px;
    /* padding: 46px 10px 0; */
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    height: 100%;
    color: rgba(190, 190, 190, 1);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.navigation-bar .navigation-list .noSub{
    padding-left: 10px;
    padding-right: 10px;
}
.navigation-bar .navigation-list .noSub:hover{
    color: #10BAC4;
    font-weight: 500;
}
.navigation-list .yesSub .yesSub-p{
    padding-left: 10px;
    padding-right: 10px;
}
.navigation-list .yesSub,
.secondary-navigation{
    display: flex;
    flex-direction: column;
}
.secondary-navigation{
    padding: 92px 10px 0;
    transform: translateY(-72px);
    background: linear-gradient(180deg, rgba(16, 186, 196, 1) 0%, rgba(16, 187, 196, 0) 100%);
    position: relative;
    z-index: 99999;
    display: none;
    padding-bottom: 30px;
}
.secondary-navigation li{
    padding-bottom: 8px;
}
.navigation-bar .navigation-list .yesSub>.yesSub-p{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}
.navigation-bar .navigation-list .yesSub>.yesSub-p .line-row{
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 82px;
    bottom: -10px;
    left: 10px;
    background: #fff;
    z-index: 999999;
}
.navigation-bar .navigation-list .yesSub:hover {
    font-weight: 700;
    color: #fff;
}
.navigation-bar .navigation-list .yesSub:hover .secondary-navigation{
	display: block;
    font-size: 16px;
}

.navigation-ico{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-ico .search-svg,
.navigation-ico  .language-svg{
    width: 30px;
    height: 30px;
    background-color: rgba(112, 112, 112, 1);
    cursor: pointer;
}
.navigation-ico .search-svg{
    -webkit-mask: url(../svg/search.svg) no-repeat center;
    mask: url(../svg/search.svg) no-repeat center;
}
.navigation-ico  .language-svg{
    -webkit-mask: url(../svg/language.svg) no-repeat center;
    mask: url(../svg/language.svg) no-repeat center;
}
.navigation-ico   .navigation-line{
    width: 2px;
    height: 28px;
    background-color: rgba(112, 112, 112, 1);
    margin: 0 9px;
}
/* 头部样式结束 */


/* 富文本小标题开始 */

    .subheading-html{
        font-size: 28px;
        font-weight: 500;
        line-height: 11.93px;
        color: rgba(16, 186, 196, 1);

    }
    .subheading-html::before{
        content:"";
        display: inline-block;
        width: 6px;
        height: 28px;
        background-color: rgba(16, 186, 196, 1);
        transform: translateY(5px);
        margin-right: 15px;
    }
    

/* 富文本小标题结束 */

/* 分页部分开始 */

    .listpages{
        padding:20px 0 30px;
        width:100%;
        text-align:center;
        clear:both;
    }
    .listpages li{
        margin:0 5px;
        width: 48px;
        height: 48px;
    }
    .listpages a{
        color:#666;
        min-width:48px;
        font-weight:bold;
        background:#f2f2f2;
        border-radius:2px;
        /* padding: 0 5px; */
        height: 48px;
    }
    .listpages *{
        display:inline-block;
        line-height:48px;
    }
    .listpages a:hover,
    .listpages .active{
        display:inline-block;
        color:#fff;
        background:rgba(16, 186, 196, 1);
    }
    .listpages .active a,
    .listpages .active{
        display:inline-block;
        color:#fff;
        background:rgba(16, 186, 196, 1);
        font-weight:bold;
        border-radius:2px;
    }
    .xiangsoft-ul .active a{
        border: 1px solid rgba(16, 186, 196, 1);
    }
    .xiangsoft-ul li a{
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 3px;
    }
    .xiangsoft-ul li:first-child a,
    .xiangsoft-ul li:last-child a{
        border: 1px solid rgba(16, 186, 196, 1);
        color: rgba(16, 186, 196, 1);
    }
    .xiangsoft-ul li a:hover{
        color: #fff;
        border: 1px solid rgba(16, 186, 196, 1);
    }
    .xiangsoft-location{
        display:flex;
        margin-top:30px;
    }
    .xiangsoft-location li:before{
        content:'>';margin:0 5px;
    }
    .xiangsoft-location li:first-child:before{
        content:'';margin:0;
    }

/* 分页部分结束 */


.font-szie-16> *{
    font-size: 24px !important;
}

