html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #333;
  text-align: center;
}
.flex{
    display: flex;
}
.flex>div{
    /* display: flex; */
    flex: 1;
}
.blockImp{
    display: block !important;
}
.header{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 70px;
    background: #fff;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 70px;
    z-index: 100;
    box-shadow: 0px 1px 10px 0px rgba(6, 0, 1, 0.2);
}
.header .header_box{
    width: 1080px;
    margin-left: calc(50% - 540px);
}
.header .hybo_logo{
    width: 134px;
    position: relative;
    top: 10px;
}
.header a,.header a:hover,.header a:link,.header a:active{
    color: #333;
    text-decoration: none;
}
.black{
    color: #000 !important;
}
.bgblack{
    background-color: #1a1a1b;
}
.footer{
    width: 100vw;
    height: 514px;
    color: #fff;
}
.lightsymbol{
    font-size: 16px;
    vertical-align: top;
    line-height: 30px;
}
.footer a,.footer a:hover,.footer a:link,.footer a:active{
    color: #fff;
    text-decoration: none;
}
.text_center{
    text-align: center;
}
.footer .qrcode_box img{
    width: 174px;
    height: 174px;
}
.footer .address{
    padding-bottom: 15px;
    border-bottom: 1px solid #403f3f;
    margin-bottom: 16px;
}
.fs36{
    font-size: 36px;
}
.fs30{
    font-size: 30px;
}
.fs26{
    font-size: 26px;
}
.mt70 {
    margin-top: 70px;
}
.mt75{
    margin-top: 75px;
}
.ml14{
    margin-left: 14px;
}
.mr14{
    margin-right: 14px;
}
.mt14{
    margin-top: 14px;
}
.mb14{
    margin-bottom: 14px;
}
.mb60{
    margin-bottom: 60px;
}
.mb100{
    margin-bottom: 100px;
}
.mb166{
    margin-bottom: 166px;
}
.mb40{
    margin-bottom: 40px;
}
.top-50{
    top: -50px;
}
.top-40{
    top: -40px;
}
.pointer{
    cursor: pointer;
}
.img_full{
    width: 100%;
}
.banner img{
    width: 100vw;
    height: auto;
}
.container{
    width: 1040px;
    display: inline-block;
    text-align: left;
}
.container>.title{
	height: 62px;
	font-size: 54px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 62px;
	letter-spacing: 3px;
    color: #187fa1;
    margin-bottom: 30px;
    margin-top: 66px;
}
.container>.title_2{
	height: 36px;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #1285aa;
    margin-bottom: 30px;
    margin-top: 36px;
}
.container .content{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
    color: #6d6d6d;
    position: relative;
    vertical-align: top;
}
.container .content_2{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0px;
    margin-bottom: 90px;
}
.container .content .first_box{
    width: 396px;
    height: 380px;
    display: inline-block;
    position: relative;
    padding-left: 98px;
}
.container .content .first_box .box_title{
    font-size: 36px;
	line-height: 36px;
	letter-spacing: 0px;
    color: #1285aa;
    margin-top: 66px;
    margin-bottom: 14px;
}
.container .content .first_box .box_content{
    font-size: 25px;
	line-height: 50px;
	letter-spacing: 0px;
    color: #757575;
}
.container .content .first_box .box_content .spot{
    font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0px;
    color: #1c7a99;
    margin-right: 14px;
}
.container .content .first_box_blue{
    background-color: #e9f6fc;
    border: solid 6px #75abbd;
    border-bottom-left-radius:100px;
    border-top-right-radius: 100px;
}
.container .content .first_box_gray{
    background-color: #f2f2f2;
    border: solid 6px #d5d5d5;
    border-top-left-radius:100px;
    border-bottom-right-radius: 100px;
}
.container .content .first_box_center{
    width: 194px;
	height: 194px;
	background-color: #2b85a4;
    border: solid 6px #1c7999;
    border-radius: 194px;
    position: absolute;
    left: calc(50% - 103px);
    top: calc(50% - 103px);
    text-align: center;
    line-height: 194px;
    font-size: 50px;
    letter-spacing: 0px;
    color: #fff;
}
.container .content .img_box img{
    width: 200px;
    height: 200px;
}
.container .content .light{
    color: #1285aa;
    font-weight: bold;
}
.container .content .symbol{
    color: #dcdcdc;
    font-size: 120px;
}
.container .content_2 .icon_box>div{
    height: 208px;
}
.container .content_2 .icon_box .text_white{
    background: #1285aa;
    color: #fff;
}
.container .content_2 .icon_box .text_blue{
    background: #e3e1e1;
    color: #1285aa;
}
.container .content_2 .icon_box img{
    width: 110px;
    height: 110px;
    position: relative;
    left: calc(50% - 55px);
    top: calc(50% - 55px);
}
.container .content_2 .text{
    font-size: 25px;
    display: block;
    text-align: center;
}
.container .content_2 .text>div:first-child{
    margin-top: 66px;
}
.container .img_text{
    position: relative;
    overflow: auto;
    margin-top: 66px;
    margin-bottom: 66px;
}
.container .img_text > div{
    display: inline-block;
}
.container .img_text .left{
    float: left;
}
.container .img_text .right{
    float: right;
}
.container .img_text .text_right{
    text-align: right;
}
.container .img_text .text_left{
    text-align: left;
}
.container .img_text .w286{
    width: 286px;
}
.container .img_text .w370{
    width: 370px;
}
.container .img_text .text_right,.container .img_text .text_left{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #6d6d6d;
}
.container .img_text .text_right .title,.container .img_text .text_left .title{
	font-size: 54px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 3px;
    color: #187fa1;
    margin-top: 66px;
    margin-bottom: 20px;
}
.container .content .customer{
    margin-bottom: 10px;
}
.container .content .customer>div{
    width: 490px;
    height: 124px;
    display: inline-block;
    border: 1px dotted #eeedeb;
}
.container .content .customer>div:last-child{
    float: right;
}
.container .content .customer>div img{
    width: 490px;
}
.backtop{
    position: fixed;
    right: 100px;
    bottom: 100px;
}
.backtop img{
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 1040px) {

    html,body{
        width: 100vw;
    }
    .header{
        position: fixed;
        top: 0;
        width: 100vw;
        height: 6.53vw;
        background: #fff;
        font-size: 2vw;
        font-weight: bold;
        color: #333;
        line-height: 6.53vw;
        z-index: 100;
        box-shadow: 0px 1px 10px 0px rgba(6, 0, 1, 0.2);
    }
    .header .header_box{
        width: 96vw;
        padding-left: 2vw;
        padding-right: 2vw;
        margin-left: 0;
    }
    .header .hybo_logo{
        width: 8.93vw;
        height: auto;
        position: relative;
        top: 1vw;
    }
    .header a,.header a:hover,.header a:link,.header a:active{
        color: #333;
        text-decoration: none;
    }
    .black{
        color: #000 !important;
    }
    .bgblack{
        background-color: #1a1a1b;
    }
    .footer{
        width: 100vw;
        height: 34.26vw;
        color: #fff;
    }
    .footer a,.footer a:hover,.footer a:link,.footer a:active{
        color: #fff;
        text-decoration: none;
    }
    .text_center{
        text-align: center;
    }
    .footer .qrcode_box img{
        width: 11.6vw;
        height: 11.6vw;
    }
    .footer .address{
        padding-bottom: 1vw;
        border-bottom: 1px solid #403f3f;
        margin-bottom: 1.06vw;
    }
    .lightsymbol{
        font-size: 1.8vw;
        vertical-align: top;
        line-height: 2.7vw;
    }
    .fs36{
        font-size: 2.2vw;
    }
    .fs30{
        font-size: 2vw;
    }
    .fs26{
        font-size: 1.8vw;
    }
    .mt98 {
        margin-top: 6.53vw;
    }
    .mt70 {
        margin-top: 6.53vw;
    }
    .mt75{
        margin-top: 5vw;
    }
    .ml14{
        margin-left: 0.93vw;
    }
    .mr14{
        margin-right: 0.93vw;
    }
    .mt14{
        margin-top: 0.93vw;
    }
    .mb14{
        margin-bottom: 0.93vw;
    }
    .mb60{
        margin-bottom: 4vw;
    }
    .mb100{
        margin-bottom: 6.66vw;
    }
    .mb166{
        margin-bottom: 7.06vw;
    }
    .mb40{
        margin-bottom: 2.66vw;
    }
    .top-50{
        top: -3.33vw;
    }
    .top-40{
        top: -2.66vw;
    }
    .pointer{
        cursor: pointer;
    }
    .banner img{
        width: 100vw;
        height: auto;
    }
    .container{
        width: 92vw;
        display: inline-block;
        text-align: left;
    }
    .container>.title{
        height: 4.13vw;
        font-size: 4vw;
        font-weight: bold;
        font-stretch: normal;
        line-height: 4vw;
        letter-spacing: 0.2vw;
        color: #187fa1;
        margin-bottom: 3vw;
        margin-top: 4.4vw;
    }
    .container>.title_2{
        height: 2.2vw;
        font-size: 2.2vw;
        font-weight: bold;
        font-stretch: normal;
        line-height: 2.2vw;
        letter-spacing: 0px;
        color: #1285aa;
        margin-bottom: 2.2vw;
        margin-top: 2.2vw;
    }
    .container .content{
        font-size: 2.2vw;
        font-weight: normal;
        letter-spacing: 0px;
        color: #6d6d6d;
        position: relative;
        vertical-align: top;
    }
    .container .content_2{
        font-size: 1.8vw;
        font-weight: bold;
        letter-spacing: 0px;
        margin-bottom: 6vw;
    }
    .container .content .first_box{
        width: 38vw;
        height: 36vw;
        display: inline-block;
        position: relative;
        padding-left: 6.2vw;
    }
    .container .content .first_box .box_title{
        font-size: 2.2vw;
        font-weight: bold;
        line-height: 4.2vw;
        letter-spacing: 0px;
        color: #1285aa;
        margin-top: 7vw;
        margin-bottom: 1vw;
    }
    .container .content .first_box .box_content{
        font-size: 1.8vw;
        line-height: 4vw;
        letter-spacing: 0px;
        color: #757575;
    }
    .container .content .first_box .box_content .spot{
        font-size: 1.8vw;
        font-weight: bold;
        line-height: 1.8vw;
        letter-spacing: 0px;
        color: #1c7a99;
        margin-right: 1vw;
    }
    .container .content .first_box_blue{
        background-color: #e9f6fc;
        border: solid 0.4vw #75abbd;
        border-bottom-left-radius:6.5vw;
        border-top-right-radius: 6.5vw;
    }
    .container .content .first_box_gray{
        background-color: #f2f2f2;
        border: solid 0.4vw #d5d5d5;
        border-top-left-radius:6.5vw;
        border-bottom-right-radius: 6.5vw;
    }
    .container .content .first_box_center{
        width: 12.93vw;
        height: 12.93vw;
        background-color: #2b85a4;
        border: solid 0.4vw #1c7999;
        border-radius: 12.93vw;
        position: absolute;
        left: calc(50% - 6.465vw);
        top: calc(50% - 6.465vw);
        text-align: center;
        line-height: 12.93vw;
        font-size: 3.33vw;
        letter-spacing: 0px;
        color: #fff;
    }
    .container .content .img_box img{
        width: 13.33vw;
        height: 13.33vw;
    }
    .container .content .light{
        color: #1285aa;
        font-weight: bold;
    }
    .container .content .symbol{
        color: #dcdcdc;
        font-size: 8vw;
    }
    .container .content_2 .icon_box>div{
        height: 13.86vw;
    }
    .container .content_2 .icon_box .text_white{
        background: #1285aa;
        color: #fff;
    }
    .container .content_2 .icon_box .text_blue{
        background: #e3e1e1;
        color: #1285aa;
    }
    .container .content_2 .icon_box img{
        width: 7.33vw;
        height: 7.33vw;
        position: relative;
        left: calc(50% - 3.66vw);
        top: calc(50% - 3.66vw);
    }
    .container .content_2 .text{
        font-size: 1.66vw;
        display: block;
        text-align: center;
    }
    .container .content_2 .text>div:first-child{
        margin-top: 4.4vw;
    }
    .container .img_text{
        position: relative;
        overflow: auto;
        margin-top: 4.4vw;
        margin-bottom: 4.4vw;
    }
    .container .img_text > div{
        display: inline-block;
    }
    .container .img_text .left{
        float: left;
    }
    .container .img_text .right{
        float: right;
    }
    .container .img_text .text_right{
        text-align: right;
    }
    .container .img_text .text_left{
        text-align: left;
    }
    .container .img_text .w286{
        width: 19.06vw;
    }
    .container .img_text .w370{
        width: 24.66vw;
    }
    .container .img_text .text_right,.container .img_text .text_left{
        font-size: 2.4vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.66vw;
        letter-spacing: 0px;
        color: #6d6d6d;
    }
    .container .img_text .text_right .title,.container .img_text .text_left .title{
        font-size: 4vw;
        font-weight: bold;
        font-stretch: normal;
        line-height: 4vw;
        letter-spacing: 0.2vw;
        color: #187fa1;
        margin-top: 4.4vw;
        margin-bottom: 2vw;
    }
    .container .content .customer>div{
        width: 44vw;
        height: 11.66vw;
        display: inline-block;
        border: 1px dotted #eeedeb;
    }
    .container .content .customer>div img{
        width: 44vw;
    }
    .backtop{
        position: fixed;
        right: 6.66vw;
        bottom: 6.66vw;
    }
    .backtop img{
        width: 3.33vw;
        height: 3.33vw;
    }
}