﻿@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_back2 {
    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: 115px;
    background: #f7941e;
    transition:left 0.5s;
    -webkit-transition:left 0.5s;
}

.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/bg-2.png") no-repeat center;
    position: relative;
}
.ht_banner{
    width: 1200px;
    margin: auto;
    text-align: center;
}

.ht_banner img{
    width: 550px;
    height: 140px;
    margin-top: 188px;
}

.ht_about_logo{
    width: 88px;
    height: 88px;
    position: absolute;
    bottom:-44px;
    left: 50%;
    margin-left: -44px;
}

/*公司简介 css*/

.ht_company_box{
    width: 1000px;
    margin: 90px auto 0;
}

.ht_company_title{
    text-align: center;
}

.ht_company_title h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ht_company{
    width: 1000px;
    height: 279px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 46px;
}

.ht_company_left{
    width: 50%;
}

.ht_company_right{
    width: 50%;
    height: 279px;
    background: #f7f7f7;
    padding: 0 0 0 20px;
}
.ht_company_right h1{
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.ht_company_right img{
    margin-bottom: 10px;
}

.ht_company_right p{
    line-height: 35px;
}

/* 年数 */

.ht_year {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.ht_year_li {
    position: relative;
}
.ht_year_topNum {
    font-size: 20px;
    color: #444444;
    position: absolute;
    top: -26px;
    left: -10px;
}
.ht_year_botNum {
    font-size: 20px;
    color: #444444;
    position: absolute;
    bottom: -26px;
    left: -10px;
}
.ht_year_line {
    width: 60px;
    height: 1px;
    background-color: #666666;
}
.ht_year_bigCircle {
    width: 24px;
    height: 24px;
    background-color: #666666;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht_year_littleCircle {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50px;
}
.ht_year_circle {
    width: 12px;
    height: 12px;
    background-color: #666666;
    border-radius: 50px;
}

/* 公司团队 */

.ht_team {
    width: 100%;
    height: 650px;
    background: url(../images/ht_team.png) no-repeat center;
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht_teamBox {
    width: 1200px;
    height: 452px;
    background-color: rgba(56,56,56,0.5);
    border: solid 2px #fdb415;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ht_teamTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    margin-top: 35px;
}
.ht_teamCircle {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.ht_teamCircle span {
    border-radius: 50px;
    background-color: #ffffff;
}
.ht_teamSpanCircle {
    width: 11px;
    height: 11px;
}
.ht_teamCenterCircle {
    width: 16px;
    height: 16px;
    margin: 0 5px;
}
.ht_teambtm {
    width: 760px;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ht_teambtm p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-indent:35px;
}

/* 我们的优势 */

.ht_merit {
    width: 1000px;
    margin: 90px auto 0;
}
.ht_meritTitle {
    text-align: center;
}
.ht_meritTitle h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ht_meritBottom {
    margin-top: 36px;
    margin-bottom: 90px;
}
.ht_meritBottomBox {
    width: 1000px;
    height: 300px;
    position: relative;
    display: flex;
}
.ht_meritBottom_txt {
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht_meritBottom_leftTxt {
    justify-content: flex-end;
}
.ht_meritBottom_txtBox {
    width: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ht_meritBottom_leftTxtBox {
    margin-right: 20px;
}
.ht_solid {
    width: 32px;
    height: 4px;
    background-color: #333333;
    margin-bottom: 20px;
}
.ht_meritBottomTitle {
    font-size: 28px;
    color: #333333;
}
.ht_meritBottomText {
    font-size: 16px;
    line-height: 35px;
    color: #aaaaaa;
}
.ht_meritBottom_num {
    width: 80px;
    height: 80px;
    background-color: #fdb415;
    border: solid 2px #ffffff;
    border-radius: 50px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #ffffff;
}



/*页尾 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;
}