*{
    margin: 0;
    padding: 0;
}
@font-face{
    font-family: ali-bold;
    src: url(../fonts/Alibaba-PuHuiTi-Bold.ttf);
}
@font-face{
    font-family: ali-light;
    src: url(../fonts/Alibaba-PuHuiTi-Light.ttf);
}
@font-face{
    font-family: ali-regular;
    src: url(../fonts/Alibaba-PuHuiTi-Regular.ttf);
}

body{
    font-family: ali-regular;
    font-size: 14px;
}
#container{
    margin: 0 auto;
    width: 100%;
    /* height: 5000px; */
}

/* 以下为头部导航 */
#header{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.logo{
    display: block;
    float: left;
    margin-top: 22px;
    width: 90px;
    height: 36px;
    background-image: url(../images/logo188x80.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.nav{
    float: right;
    list-style: none;
}
li{
    float: left;
    line-height: 14px;
    margin-left: 80px;
    margin: 27px 0px 28px 80px;
}
.headnav{
    display: block;
    text-decoration: none;
    color: #000000;
}
.line{
    margin-top: 10px;
    width: 0%;
    height: 1px;
    background-color: black;
    transition-property: width;
    transition-duration: .65s;
    transition-timing-function: cubic-bezier(0.2, 0, 0.2, 1);
    transition-delay: 0s;
}
.headnav:hover{
    color: #464646;
}
.headnav:hover .line{
    width: 100%;
}

/* 以下为内容区 */

/* banner */
#banner{
    width: 100%;
    height: 839px;
    background-color: #fafafa;
    background-image: url(../images/HCX首页_02.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
}
#bntitle{
    margin: 0 auto;
    width: 1200px;
    height: 162px;
    padding: 160px 0 516px 0;
    text-align: center;
    
}
#bnh1{
    font-family: ali-bold;
    font-size: 68px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
#bnh2{
    font-family: ali-light;
    font-size: 36px;
    letter-spacing: 24px;
    margin-bottom: 8px;
}
#bnh3{
    font-family: ali-regular    ;
    font-size: 16px;
    color: rgb(99, 99, 99);
    letter-spacing: 1px;
}

/* 分栏区 */
#d1{
    width: 100%;
    height: 553px;
    padding: 80px 0 80px 0;
    background-image: url(../images/HCX首页_04.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
}
#d11{
    width: 1200px;
    height: 553px;
    margin: 0 auto;
}
#d11word{
    width: 600px;
    height: 180px;
    padding: 110px 0 0 0;
    /* background-color: blueviolet; */
}
#d11h2{
    font-family: ali-regular;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
}
#d11h3{
    font-family: ali-regular;
    font-size: 24px;
    text-align: center;
    color: rgb(109, 109, 109);
}

#d11buton{
    width: 600px;
    height: 263px;
    /* background-color: cadetblue; */
}
.box{
    width: 320px;
    height: 40px;
    padding: 14px 0 26px 0;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    background-color: #292929;
    box-shadow: 0px 2px 4px #2b2b2b;
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    /* 贝塞尔曲线速度过渡 */
    position: relative;
    top: 0;
}
.box:hover{
    box-shadow: 0px 8px 32px #686868;
    position: relative;
    top: -10px;
}
#d11a{
    text-decoration-line: none;
    font-family: ali-regular;
    font-size: 32px;
    color: rgb(255, 255, 255);
    
    /* line-height: 280px; */
}



#d2{
    width: 100%;
    height: 390px;
    background-color: #fafafa;
}
#d22{
    width: 1200px;
    height: 138px;
    padding: 112px 0 140px 0;
    margin: 0 auto;
}
#d22word{
    text-align: center;
    font-family: ali-light;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 16px;
    line-height: 48px;
    color: rgb(54, 54, 54);
}





#d3{
    width: 100%;
    height: 553px;
    padding: 80px 0 80px 0;
    background-image: url(../images/HCX首页_08.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
}
#d33{
    width: 1200px;
    height: 553px;
    margin: 0 auto;
}
#d33word{
    width: 600px;
    height: 170px;
    padding: 130px 0 0 0;
    margin: 0 0 0 600px ;
    /* background-color: crimson; */
}
#d33h2{
    font-family: ali-regular;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
}
#d33h3{
    font-family: ali-regular;
    font-size: 24px;
    text-align: center;
    color: rgb(109, 109, 109);
}
#d33buton{
    width: 600px;
    height: 253px;
    margin-left: 600px;
    /* background-color: cadetblue; */
}
.box1{
    width: 320px;
    height: 40px;
    padding: 14px 0 26px 0;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    background-color: #292929;
    box-shadow: 0px 2px 4px #2b2b2b;
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    /* 贝塞尔曲线速度过渡 */
    position: relative;
    top: 0;
}
.box1:hover{
    box-shadow: 0px 8px 32px #686868;
    position: relative;
    top: -10px;
}
#d33a{
    text-decoration-line: none;
    font-family: ali-regular;
    font-size: 32px;
    color: rgb(255, 255, 255);
}




/* 页脚区 */
#footer{
    width: 100%;
    height: 498px;
    background-color: #fafafa;
}
#ft{
    width: 1200px;
    height: 498px;
    margin: 0 auto;
}
#ft1-1{
    float: left;
    width: 600px;
    height: 60px;
    padding: 133px 0 245px 0;
}
#ft1-1pic{
    width: 600px;
    height: 60px;
    background-image: url(../images/HCX首页_13.jpg);
    background-repeat: no-repeat;
}
#ft1-2{
    float: right;
    width: 600px;
    height: 438px;
    /* background-color: rgb(223, 223, 223); */
}
#ft1-20{
    width: 600px;
    height: 126px;
    margin: 94px 0 auto 0;
}
#ft1-21{
    float: left;
    width: 100px;
    height: 126px;
    margin-left: 96px;
    text-align: center;
    line-height: 42px;
    /* background-color: aquamarine; */
}
.ft1-211{
    width: 100px;
    height: 42px;
    /* background-color: blanchedalmond; */
}
.ft1-212{
    width: 100px;
    height: 42px;
    /* background-color: chartreuse; */
}
.ft1-213{
    width: 100px;
    height: 42px;
    /* background-color: crimson; */
}
.ft1-21p{
    font-family: ali-regular;
    font-size: 18px;
}
.ft1-21a{
    text-decoration: none;
    font-family: ali-regular;
    font-size: 16px;
    color: rgb(109, 109, 109);
}
#ft1-22{
    float: left;
    width: 100px;
    height: 126px;
    margin-left: 30px;
    text-align: center;
    line-height: 42px;
    /* background-color: aquamarine; */
}
#ft1-23{
    float: left;
    width: 100px;
    height: 126px;
    margin-left: 30px;
    text-align: center;
    line-height: 42px;
    /* background-color: aquamarine; */
}
#ft1-24{
    float: left;
    width: 100px;
    height: 126px;
    margin-left: 30px;
    text-align: center;
    line-height: 42px;
    /* background-color: aquamarine; */
}


/* 分割线 */
#ft2{
    clear: both;
    width: 1200px;
    height: 2px;
    background-color:#e8e8e8;
}

/* 底部说明栏 */
#ft3-1{
    float: left;
    width: 600px;
    height: 40px;
    padding-top: 18px;
    /* background-color: rgb(70, 70, 70); */
}
#ft3-1word{
    font-family: ali-regular;
    font-size: 14px;
    color: #999999;
}

#ft3-2{
    float: right;
    width: 600px;
    height: 40px;
    padding-top: 18px;
    text-align: right;
    /* background-color: rgb(146, 146, 146); */
}
#ft3-2word{
    font-family: ali-regular;
    font-size: 14px;
    color: #999999;
}
#fta{
    text-decoration: none;
    color: #999999;
}