@charset "utf-8";

/*清除内外边距*/
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, em, span, var, legend, button, input, textarea, th, td, a, img, header, footer, nav, aside, audio, datalist, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

/*设置默认字体*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*a链接样式*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #C9A46D;
}

/*去除li小圆点*/
li, ol, ul {
    list-style: none;
}

/*小手*/
button {
    outline: none;
    border: none;
    cursor: pointer;
}

/*图片对齐方式*/
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

/*输入框placeholder默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

/*盒子模型计算方式*/
*, *:after, *::before {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

body {
    color: #333333;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

/*尾部*/
footer{
    background: url("../img/footer-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
footer .footer-top-line{
    width: 2px;
    height: 96px;
    background-color: #7F7E7E;
    margin: 0 50px;
}
footer .footer-top{
    display: flex;
    align-items: center;
}
footer .footer-top-em{
    display: flex;
    align-items: center;
}
footer .footer-em-img{
    width: 27px;
    height: 21px;
    margin-right: 20px;
}
footer .footer-top img{
    width: 100%;
    height: 100%;
}
footer .footer-emf{
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}
footer .footer-top-desc{
    color: #D9D9D9;
    font-size: 16px;
    line-height: 16px;
}
footer .footer-tel-box{
    display: flex;
    flex-direction: column;
    line-height: 26px;
}
footer .footer-tel-box .footer-emf:first-child{
    margin-bottom: 10px;
}
footer .footer-tel-img{
    width: 23px;
    height: 23px;
    margin-right: 20px;
}
footer .footer-site-img{
    width: 20px;
    height: 26px;
    margin-right: 20px;
}
footer .footer-site-box{
    display: flex;
    align-items: center;
}
footer .footer-site-desc{
    width: 310px;
    line-height: 32px;
    font-size: 14px;
    color: white;
}
footer .footer-line{
    background-color: #7F7E7E;
    width: 100%;
    height: 2px;
}
footer .footer-bottom{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
footer .footer-bottom-first{
    display: flex;
    flex-direction: column;
    margin-top: 53px;
}
footer .footer-b-f-logo{
    width: 254px;
    height: 39px;
    margin-bottom: 30px;
}
footer .footer-bottom img{
    width: 100%;
    height: 100%;
}
footer .footer-b-f-ba{
    margin-bottom: 16px;
    color: #D9D9D9;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}
footer .footer-b-f-ba a{
    color: #D9D9D9;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}
footer .footer-bottom-ul{
    display: flex;
    width: 500px;
    margin-top: 65px;
    justify-content: space-between;
}
footer .footer-ul-title{
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
footer .footer-bottom-ul ul{
    display: flex;
    flex-direction: column;
}
footer .footer-bottom-ul ul>li>a{
    color: #D9D9D9;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}
footer .footer-bottom-ul ul>li{
    margin-bottom: 15px;
}
footer .footer-qr-img{
    width: 138px;
    height: 138px;
    margin-bottom: 15px;
}
footer .footer-qr{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .footer-qr>p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
}
footer .footer-support{
    display: flex;
    justify-content: space-between;
    padding:30px 0;
    border-top: 2px solid  rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;
}
footer .footer-support>p,.footer-support>p>a{
    font-size: 14px;
    line-height: 14px;
    color: #D9D9D9;
    letter-spacing: 2px;
}

/*在线客服*/
.kef {
    position: fixed;
    right: 10px;
    z-index: 999;
    top: 33%;
}

.kef li {
    width: 75px;
    height: 70px;
    background: #C9A46D;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
}

.kef li div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.kef li img {
    height: 22px;
}

.kef li p {
    margin-top: 5px;
    color: white;
    font-size: 12px;
}

.kef li.tel i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #C9A46D;
    height: 70px;
    min-width: 160px;
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    transition: 0.6s;
}

.kef li.vx i {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -105px;
    top: 0;
    transition: 0.6s;
}

.kef li.vx i img {
    padding-top: 0;
    width: 0;
    height: 0;
    float: right;
}

.kef li.tel:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.kef li.vx:hover i img {
    width: 100px;
    height: 100px;
}


#window-form-box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}

#window-form-box .window-form-content{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 4%;
}

#window-form-box .window-form-close{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#window-form-box .window-form-list{
    padding: 0px 20px;
}

#window-form-box .window-form-list .window-form-title{
    color: #C9A46D;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#window-form-box .window-form-list .window-form-item{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px 0px 0;
    font-size: 18px;
}

#window-form-box .window-form-list .window-form-item .window-form-subtitle-red{
    color: red;
}
#window-form-box .window-form-list .window-form-item .window-form-subtitle-white{
    color: white;
}

#window-form-box .window-form-list .window-form-item input{
    border: 1px #eee solid;
    background: #FFFFFF;
    padding-left: 8px;
    line-height: 35px;
    width: 250px;
}

#window-form-box .window-form-list .window-form-submit{
    display: flex;
    flex-direction: column;
}

#window-form-box .window-form-list .window-form-submit button{
    border: none;
    margin-top: 30px;
    height: 42px;
    line-height: 42px;
    font-size: 1.2rem;
    background: #C9A46D;
    color: #FFFFFF;
    border-radius: 5px;
    width: 60%;
    cursor: pointer;
}

#window-form-box .window-form-list .window-form-submit p{
    color: #C9A46D;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 20px;
}