@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_back3 {
    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: 230px;
    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-color: #0b6267;
}
.ht_banner_box_txt {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ht_banner_box_txtLeft {
    width: 544px;
}
.ht_banner_box_txtLeft h1 {
    font-size: 38px;
    color: #fffefe;
    margin-bottom: 36px;
}
.ht_banner_box_txtLeft p {
    font-size: 16px;
    color: #fffefe;
    line-height: 30px;
    margin-bottom: 60px;
}
.ht_banner_box_txtLeft a {
    padding: 12px 50px;
    border: solid 1px #ffffff;
    font-size: 20px;
    color: #fffefe;
}
.ht_banner_box_txtLeft a:hover{
    background: #1cb5ba;
}

/* 服务方案 */
.ht_serve_box {
    width: 1200px;
    margin: 88px auto 110px;
}
.ht_serve_boxTxt {
    text-align: center;
}
.ht_serve_boxTxt h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.ht_serve_boxTxt div {
    font-size: 16px;
    color: #aaaaaa;
    margin-bottom: 18px;
}
.ht_serve_boxImg {
    width: 1200px;
    height: 858px;
    margin-top: 100px;
    background: url(../images/custom_05.png) no-repeat center;
    position: relative;
}
.zs_img {
    position: absolute;
    left: 100px;
    top: -5px;
    cursor: pointer;
}
.zx_img {
    position: absolute;
    left: 35px;
    bottom: 40px;
    cursor: pointer;
}
.ys_img {
    position: absolute;
    right: -90px;
    top: 24px;
    cursor: pointer;
}
.yx_img {
    position: absolute;
    right: 0px;
    bottom: 65px;
    cursor: pointer;
}

/* 右上隐藏内容 */

.ht_ys {
    width: 530px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    right: 32px;
    top: 125px;
    padding-bottom: 30px;
    display: none;
}
.ht_ys_top {
    width: 490px;
    margin: 0 auto;
}
.ht_ys_title {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ht_ys_title span {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.ht_ys_title img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.ht_wire {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.ht_wire_topDiv {
    width: 20px;
    height: 3px;
    background-color: #f7941e;
}
.ht_wire_bottom_Div {
    width: 50px;
    height: 1px;
    background-color: #f7941e;
}
.ht_wire_txt {
    width: 455px;
    margin: 0 auto;
}
.ht_wire_txt p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.ht_ys_bottomImg {
    width: 440px;
    margin: 0 auto;
}
/* 手 */
.shou {
    position: absolute;
    width: 28px;
    height: 35px;
    display: none;
}
.zs_shou {
    top: 40px;
    left: 211px;
}
.zx_shou {
    left: 145px;
    bottom: 190px;
}
.ys_shou {
    right: 20px;
    top: 70px;
}
.yx_shou {
    right: 110px;
    bottom: 215px;
}

/* 右下隐藏内容 */
.ht_yx {
    width: 530px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    right: 123px;
    bottom: 152px;
    display: none;
    padding-bottom: 30px;
}

/* 左下隐藏内容 */
.ht_zx {
    width: 530px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 157px;
    bottom: 125px;
    padding-bottom: 30px;
    display: none;
}

/* 左上隐藏内容 */
.ht_zs {
    width: 530px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 223px;
    top: 93px;
    padding-bottom: 30px;
}

/* 合作企业 */
.ht_serve_bottom {
    width: 100%;
    height: 865px;
    background-color: #f5f5f5;
}
.ht_serve_bottombox {
    width: 1200px;
    margin: 0 auto;
}
.ht_serve_bottomTitle {
    padding-top: 110px;
    margin-bottom: 30px;
}

/*页尾 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;
}
.ht_serve_boxTxt_img {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.ht_serve_boxTxt_img img {
    width: 240px;
    height: 170px;
}