@charset "utf-8";

@font-face {
    font-family: YaHei; /*这里是说明调用来的字体名字*/
    src: local(../test/msyh.ttf); /*这里是字体文件路径*/
}

body {
    min-width: 1500px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:"Microsoft YaHei",微软雅黑,YaHei;
}

h1,h2,h3,h4,h5,h6,a,p,span,i{
    font-size: 14px;
    text-decoration:none;
    color:#333;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal
}

ol,ul {
    list-style:none
}


h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal
}

/*导航css*/

.ht_nav_box{
    width: 100%;
}

.ht_nav{
    width: 1200px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.ht_nav_logo img{
    width: 242px;
    height: 55px;
}

.ht_nav_option{
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.ht_nav_choice{
    height: 100px;
    line-height: 100px;
    z-index: 1;
}

.ht_nav_choice a{
    width: 115px;
    height: 100px;
    display: block;
}
.ht_nav_back4 {
    color: #ffffff;
}
.ht_nav_choice a{
    transition:color 1s;
    -webkit-transition:color 1s;
}
.ht_nav_choice a:hover{
    color: #ffffff;
}
.ht_nav_gd {
    width: 115px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 345px;
    background: #f7941e;
    transition:left 0.5s;
    -webkit-transition:left 0.5s;
}
/*.ht_nav_choice a:hover{
    background: #f7941e;
    color: white;
}*/

.ht_nav_choice:last-child{
    width:143px;
    text-align: right;
    background: white;
}

#ht_tel_icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/tel-icon.png") no-repeat left top;
    vertical-align:middle;
    margin-left: 20px;
}

/*banner css*/

.ht_banner_box{
    width: 100%;
    height: 600px;
    background: url("../images/ht_contactus.png") no-repeat center;
    position: relative;
}

.ht_about_logo{
    width: 88px;
    height: 88px;
    position: absolute;
    bottom:-44px;
    left: 50%;
    margin-left: -44px;
}

/* 联系详情 */
.ht_contact_content {
    width: 1200px;
    height: 762px;
    margin: 66px auto 91px auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #f5f5f5;
    display: flex;
}
.ht_contact_contentLeft {
    width: 400px;
}
.ht_contact_txt {
    width: 310px;
    height: 762px;
    padding-top: 35px;
    padding-left: 30px;
}
.ht_contact_join {
    height: 159px;
}
.ht_contact_join h1 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 21px;
}
.ht_contact_joinTxt ul {
    display: flex;
}
.ht_contact_joinTxt ul li {
    display: flex;
    flex-direction: column;
}
.ht_contact_joinTxt_UlLiLeft {
    width: 80px;
}
.ht_contact_joinTxt ul li span {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.ht_contact_wx h1 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 21px;
}

.ht_contact_address h1 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-top: 52px;
    margin-bottom: 21px;
}
.ht_contact_address_a {
    display: flex;
}
.ht_contact_address_a div {
    width: 100px;
    height: 40px;
    border: solid 1px #fdb415;
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.ht_contact_address_leftA {
    color: #fdb415;
    margin-right: 60px;
    cursor: pointer;
}
.ht_contact_address_rightA {
    color: #ffffff;
    background-color: #fdb415;
    cursor: pointer;
}
.Singapore_address {
    display: none;
}
.ht_contact_address_txt {
    height: 106px;
    margin-top: 15px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}
.ht_contact_address_txt p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.ht_container {
    width: 800px;
    height: 100%;
}


/*页尾 css*/
.ht_page_box{
    width: 100%;
    background: #1e1e1e;
    padding: 80px 0;
}

.ht_page_tel{
    width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:1px solid #f5f5f5;
    padding-bottom: 60px;
}

.ht_page_tel_left{
    width: 50%;
    text-align: center;
}
.ht_page_tel_left img{
    margin-bottom: 20px;
}

.ht_page_tel_left a{
    font-family: "苹方";
    font-size: 32px;
    color: white;
}

.ht_page_tel_left p{
    font-size: 14px;
    color: white;
    margin-top: 5px
}

.ht_page_nav_box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.ht_page_nav_left{
    display: flex;
}

.ht_page_nav_left h1{
    font-size: 18px;
    color: white;
    margin: 0 105px 25px 0;
}

.ht_page_nav_left a{
    display: block;
    color: #aaaaaa;
    margin-bottom: 18px;
}

.ht_page_nav_right h1{
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

.ht_page_nav_right p{
    color: #aaaaaa;
    margin-bottom: 10px;
    text-align: center;
}

.ht_page_nav_right p a {
    color: #aaaaaa;
}
.ht_page_nav_right p a:hover {
    color: #dddddd;
}
.ht_page_nav_right p span {
    margin-left: 20px;
    color: #aaaaaa;
}