html,body{
    margin: 0px;
    padding: 0px;
    min-width: 1400px;
}
body::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    padding-right: 2px;
}
body::-webkit-scrollbar-thumb{
    background: #b4bbc5;
    border-radius: 10px;
    border: 0;
}

select::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background: #f2f2f2;
    padding-right: 2px;
}
select::-webkit-scrollbar-thumb{
    background: #b4bbc5;
    border-radius: 10px;
    border: 0;
}


@font-face {
    font-family: "方正清刻本悦宋简体";
    src: url("../font/方正清刻本悦宋简体.ttf");
    font-weight: normal;
    font-style: normal;
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

ul,li{
    list-style-type: none;
}

a:hover{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}

/* 公用渐变字体 */
.Gradient{
    height: 136px;
    padding-top: 74px;
    font-size: 48px;
    text-align: center;
    font-family: '方正清刻本悦宋简体';
    letter-spacing: 1px;
    background: linear-gradient(180deg, #E8D1B7 0%, #CCA480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 头部导航栏样式 */
.head{
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 99;
    min-width: 1400px;
}

.head_title{
    padding: 0 calc(50% - 700px);
    height: 70px;
}

.head_title::after{
    content: '';
    clear: both;
    display: block;
}

.logo{
    width: 20%;
    float: left;
    height: 100%;
}

.logo>img{
    width: 162px;
    height: 30px;
    margin-top: 20px;
}

.title_box{
    float: right;
    height: 100%;
    line-height: 70px;
    color: #FEE7C6;
    font-size: 16px;
}

.title_name{
    float: left;
    min-width: 70px;
    position: relative;
    margin-left: 40px;
}

.title_name>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FEE7C6;
}

.trigon{
    position: absolute;
    bottom: 0px;
    left: calc(50% - 12px);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #947355;
    display: none;
}

.title_name:hover{
    color: #fff;
}

.title_name:hover a{
    cursor: pointer;
    color: #fff;
}

.phone{
    float: right;
    margin-left: 100px;
    text-align: right;
    color: #FEE7C6;
    height: 100%;
    line-height: 70px;
    font-size: 16px;
}
.phone>img{
    width: 14.22px;
    height: 14.22px;
    margin-top: -3px;
}

.title_product,.title_program{
    padding: 0 calc(50% - 700px);
    height: 60px;
    line-height: 60px;
    background: #947355;
    color: #F6DFCA;
    font-size: 14px;
    display: none;
}

.title_product::after{
    content: '';
    clear: both;
    display: block;
}

.title_program::after{
    content: '';
    clear: both;
    display: block;
}

.title_product>.title_center_box{
    padding-right: 390px;
}

.title_program>.title_center_box{
    padding-right: 220px;
}

.center_box{
    width: 1400px;
}

.title_center_box>p{
    height: 60px;
    line-height: 60px;
    float: right;
    margin: 0 20px;
}

.title_center_box>p:hover{
    cursor: pointer;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.title_center_box>p>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #F6DFCA;
}

.title_center_box>p:hover{
    cursor: pointer;
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* 底部公司基本信息 */
.foot{
    background: #040404;
}

.foot_logo{
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.base_info{
    height: 60px;
    padding: 0% 15%;
    font-size: 14px;
    color: #9E9E9E;
    display: flex;
    justify-content: space-around;
}

.foot_phone>img,.foot_email>img,.foot_address>img{
    width: 26px;
    margin-top: -3px;
}

.copy{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #9E9E9E;
}

.copy>a{
    color: #9E9E9E;
}

.valid{
    color: #947355;
}