
.home_ti_left {
    position: relative;
    margin-right: 10px;
    float:left;
    margin-top: 75px;
    cursor: pointer
}

.home_ti_left_img {
    float: right;
    width: 60px;
    height: 60px;
    margin-top: 7px
}

.home_ti_left_div {
    float: right;
    width: 200px;
    margin-right: 20px
}

.home_ti_left_title {
    color: #333333;
    font-size: 19px;
    float: right;
    text-align: right;
}

.home_ti_left_msg {
    color: #666666;
    font-size: 14px;
    float: right;
    text-align: right;
    margin-top: 5px
}


.home_ti_right {
    position: relative;
    margin-left: 10px;
    float:right;
    margin-top: 75px;
    cursor: pointer
}

.home_ti_right_img {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 7px
}

.home_ti_right_div {
    float: left;
    width: 200px;
    margin-left: 20px
}

.home_ti_right_title {
    color: #333333;
    font-size: 19px;
    float: left;
    text-align: left;
}

.home_ti_right_msg {
    color: #666666;
    font-size: 14px;
    float: left;
    text-align: left;
    margin-top: 5px
}
.banner {
    padding: 150px 20% 0 20%;
    box-sizing: border-box;
}
.banner > div {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.banner > div img { height: 100% }
.banner > div .text_box p:nth-child(1) {
    font-size: 46px;
    font-weight: 600;
    color: #FEFEFE;
}
.banner > div .text_box p:nth-child(2) {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.banner > div .text_box .btn {
    width: 225px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(5, 91, 112, 0.2);
    border-radius: 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
}
.banner > div .text_box .btn a {
    color: #0E9ABC;
    width: 100%;
    height: 100%;
    display: block;
}
.home_show_title p {
    margin-top: 20px;
    font-weight: 400;
    color: #999999;
}
.home_show_title h2 {
    font-size: 38px;
    font-weight: 500;
    color: #121212;
}
.brief_box {
    display: flex;
    padding-top: 40px;
}
.brief_box .phone {
    width: 275px;
}
.brief_box .icon_box {
    flex: 1;
    padding-right: 50px;
}

.brief_box .icon_box> .icon_box_f {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brief_box .icon_box> .icon_box_f > div {
    width: 46%;
    /*float: left;*/
    display: flex;
    align-items: center;
}
.brief_box .icon_box> .icon_box_f > div img {
    margin-right: 30px;
}

.brief_box .icon_box> .icon_box_f > div .icon_title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.brief_box .icon_box> .icon_box_f div p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 5px;
}
.brief_box .phone img { width: 100%; }

.introduced { margin-top: 80px; flex-wrap: wrap; }
.introduced, .introduced > div  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduced > div  { margin-bottom: 40px }
.introduced > div > .wrap {
   width: 270px;
}
.introduced > div .text p:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}
.introduced > div .text { width: 340px; }
.introduced > div .text p:nth-child(2) {
    margin-top: 20px;
    font-weight: 400;
    color: #999999;
}
