/*
Hzzlink Style 2019
Team Lead: Jun Lin
*/
body {
    font-family: Microsoft YaHei,'Open Sans', Arial, sans-serif;
    font-size:16px;
    color:#231f20;
}
p{text-indent:2em;line-height: 2em;}
a, a:hover, a:visited, a:active, a:focus {text-transform:none;text-decoration:none;outline:none;-moz-outline:none;}
a{color:#231f20;}
a:hover{color:#706f6f;}
.container{
    height:100%;
}
p a{color:#018196;text-decoration:underline;}
p a:hover{color:#09a4bd;text-decoration:underline;}
/*
.container-fluid {
    max-width: 1600px;
}
*/
.container_wapper {
    width: 100%;
}
#window_model{
    top:0;
    z-index: 10000;
    background:url(../images/point_blackpar.png);
    height:100%;
    width:100%;
    position: fixed;
    display: none;
}

/*common components*/
/*full banner*/
#topbanner{
    color: #fff;
    font-size: 50px;
    text-align: center;
    height: 80px;
    background: url(../images/page_top_bg.jpg);
    background-size: cover;
    background-position: center center;
    margin: 58px 0 10px 0;
}

.hzzl2019_infobox{float:left;border:1px solid #d7d7d7;width:296px;margin:10px 0;padding:4px;text-align: center;}
.hzzl2019_infobox h2{font-size:29px;color:#8f8b2e;margin-top:10px;}
.hzzl2019_infobox p{margin:5px;font-size:16px;color:#7a7a7a;text-align:left;}
.hzzl2019_infobox button{margin:12px 0;}

#bk_word_adv1{
    background:url(../images/bk_word_adv1.png) repeat-x;
    background-size: cover;
    background-position: center center;
    height:186px;
}
#word_adv1{font-size:35px;padding-top:40px;line-height:45px;text-align:center;}
#word_adv1 a{color:#fff;}
#word_adv1 a:hover{color:#eee;}
#word_adv1 div{margin-top:-5px;}

#bk_sec_words{
    background:url(../images/bk_sec_words.png) repeat-x;
    background-size: cover;
    background-position: center center;
}

#hzzl2019_sec_words{margin:0 0 40px 0;width:873px;float:left;}/*padding:0 35px;*/
#hzzl2019_sec_words h2{font-size:40px;font-weight: bold;}
#hzzl2019_sec_words p{margin:22px 0 0 0;font-size:19px;padding:0 20px 10px 0;}
#hzzl2019_sec_words p img{margin:0 50px 30px 0;}

#hzzl2019_sec_words_rightbox_container #box1{margin:0 0 20px 0;}
#hzzl2019_sec_words_rightbox_container #advbox{margin-bottom:30px;}
#hzzl2019_sec_words_rightbox_container #advbox img{width:100%;margin-bottom:20px;}
#hzzl2019_sec_words_rightbox_container #advbox p{font-size:15px;margin:5px;}

#div_btn_addmore{text-align: center;}
#advtag{width:100%;text-align:right;font-size:10px;margin-top:-15px;}
#advtag a{background-color:#ccc;border:1px solid #eee;color:#fff;}
#advtag a:hover{color:#eee;}
#pagetop{height:0;margin:0;}
.scroll-top:hover{
    background-color:#479bac;
}
.scroll-top {
    background-color:rgba(15, 188, 245, 0.247059);
    background-image:url(../images/bk_btn_top.png);
    background-position: center center;
    border:1px solid #fff;
    border-radius:8px;
    width:50px;
    height:35px;
    opacity:1;
    position:fixed;
    right:30px;
    bottom:20px;
    z-index:99;
/*
    filter:none;
    transition-delay:0s;
    transition-duration:0.4s;
    transition-property:opacity;
    transition-timing-function:ease;
*/
}
.on {display:block;}
.off {display:none;}

/*sharing icons*/
#sharingbar {
    color:#6f6f6f;
    font-size:13px;
    background-color:#ebebeb;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
    width:44px;
    opacity:1;
    position:fixed;
    left:0px;
    top:400px;
    padding:4px 6px 11px 0;
    z-index:999;
}
#sharingbar #sh_li{
    background:url(../images/ico_sns_linkedin.png) no-repeat;
}
#sharingbar #sh_wb{
    background:url(../images/ico_sns_weibo.png) no-repeat;
}
#sharingbar #sh_pr{
    background:url(../images/ico_sns_printer.png) no-repeat;
}
#sharingbar #sh_em{
    background:url(../images/ico_sns_email.png) no-repeat;
}
#sharingbar .sharingicon{
    width:36px;
    height:38px;
    cursor:pointer;
    margin-top:6px;
    opacity:1;filter(alpha=100);
}
#sharingbar .sharingicon:hover{
    opacity:0.7;filter(alpha=70);
}

#videos img:hover{opacity:0.7;filter(alpha=70);}

/*for all button*/
.btn{color:#fff;border-color: #b6b6b6;}
.btn:hover{color:#fff;border-color: #b6b6b6;}

.btn_skyblue{background: #45cce3;}
.btn_skyblue:hover{background: #54e5ff;}

.btn_darkblue{background: #64b7c5;}
.btn_darkblue:hover{background: #72d0e1;}

.btn_darkgold{background: #ada83c;}
.btn_darkgold:hover{background: #d0ca50;}

.btn_UCase{text-transform: uppercase;}
.bigbtn{
    font-size: 17px;
    height: 38px;
    padding: 0 17px;    
}
.midbtn{
    font-size: 15.5px;
    height: 35px;
    padding: 0 17px;
}
.smlbtn{
    font-size: 15px;
    height: 32px;
    padding: 0 15px;
}
.divcenter{width:100%;text-align: center;}

/*top nav： desk version*/
#desk_top{width:1280px;} /*FF needs this*/
#inputString{
    width:180px;
    height:28px;
    margin-top:14px;
    background-color:#eeeeee;
    padding:3px 30px 4px 8px;
    border:none;
    border-radius:7px;
    font-size:12px;
}

#img_ico_search{margin:-25px 0 0 152px;position:absolute;cursor:pointer;}
#desk_nav{float:left;margin:0 90px;height:58px;}
#desk_nav a{color:#fff;}
#desk_nav a:hover{color:#ddd;}
#logo_img{padding-top:14px;height:45px;}
.hzzl2019_logo a:hover {text-decoration: none;}

/*top nav: mobile version*/
#mobi_top {
    font-size:30px;
}
#mobi_top img {
    margin-top: 5px;
    border-left: none;
    padding-left: 0;
}
#mobi_logoimg{height:30px;}
#mobi_top #btn_mobi_menu{width:20%;text-align:left;float:left;padding-left:2%;}
#mobi_logo{width:60%;text-align:center;float:left;}
#mobi_top #btn_mobi_search{width:20%;text-align:right;float:left;padding-left:2%;cursor:pointer;}
#mobi_search{display:none;}

/*mobile menu*/
#hzzl2019_mobile_menu_container {
    top: 58px;
    width: 268px;
    position: fixed;
    z-index: 11000;
    right: -1500px;
    display: none;
    overflow: auto;
}
#hzzl2019_mobile_menu_container ul{
    padding-left: 0;
    list-style:none;
}
#hzzl2019_mobile_menu_container li{
    height:48px;
    background: #e1e9ed;
    border-bottom: 1px solid #9dcad3;
    text-align: left;
    padding:12px;
    color: #000;
    font-weight: bold;
    cursor:pointer;
}
#hzzl2019_mobile_menu_container li div{float:left;width:220px;}
#hzzl2019_mobile_menu_container li img{float:left;margin-top:4px;}
#hzzl2019_mobile_menu_container ul li:hover{background: #abd0d8;}
/*desk menu*/
#hzzl2019_desk_menu_container {
    width: 100%;
    height: 58px;
    position: fixed;
    top: 0;
    z-index: 5000;
}
#hzzl2019_desk_menu_container #logo_img {
    max-height: 90px;
    float: left; 
}
#hzzl2019_desk_menu_container #logo_text {
    font: normal normal normal 36px 'Open Sans', sans-serif;
    margin-top: 30px;
    padding-left: 60px;
    text-align: left;
    color: #e35354;
}
#hzzl2019_desk_menu_container #logo_text span {
    color: #9fb038;
}
#desk_nav ul li{
    float:left;
    list-style: none;
    margin-top:10px;
    padding:8px 17px 0 20px;
    font-size:18px;
    font-weight:bold;
    color: #fff;
    white-space:nowrap;
    height:48px;
    cursor: pointer;
}
#desk_nav ul li:hover{background:#e1e9ed;}

/*desk top_links*/
#top_links{height:32px; width:100%;background:rgba(255,255,255,0.5);text-align:center;}
#top_links .mid_links{font-weight:bold;font-size:15.5px;color:#5d5d5d;padding:0 25px;display:none;}
#top_links a:hover{color:#111;}
#top_links .top_links_row{padding-top:1px;white-space:nowrap;}
#top_links button{margin-left:18px;font-size:15.5px;height:30px;padding:0 17px;}
#top_links #downarr_toplinks{display:none;}
#top_links #downarr_toplinks img{height:32px;}
/*mobile top_links*/
#hzzl2019_mobile_links_container {
    top: 90px;
    width:100%;
    position: fixed;
    z-index: 5500;
    display: none;
    overflow: auto;
}
#hzzl2019_mobile_links_container ul{
    padding-left: 0;
    list-style:none;
}
#hzzl2019_mobile_links_container li{
    height:48px;
    background: #e1e9ed;
    border-bottom: 1px solid #9dcad3;
    text-align: left;
    padding:12px 0 0 36px;
    color: #000;
    font-weight: bold;
    cursor:pointer;
}
#hzzl2019_mobile_links_container li div{float:left;width:90%;}
#hzzl2019_mobile_links_container li img{float:left;margin-top:4px;}
#hzzl2019_mobile_links_container ul li:hover{background: #abd0d8;}

/*hzzl2019_flyout*/
.hzzl2019_flyout {
    top: 57px;
    width:100%;
    height:200px;
    position: fixed;
    z-index: 5500;
    display: none;
    background:#e1e9ed;
}
.hzzl2019_flyout ul{height:254px;margin:25px 0 0 16px;}
.hzzl2019_flyout .flyout_bluebar{height:10px;background:#018196;}
.hzzl2019_flyout ul li{
    background:  no-repeat 0 4px;
    height: 38px;
    float: left;
    width: 300px;
    font-size: 17px;
    border-bottom: 1px solid #bad7de;
    margin:14px 40px 0 20px;
    list-style-image:url('../images/ico_menuarr.png');
    list-style-position:outside;
}
.hzzl2019_flyout ul .twocol1{width:360px;}
.hzzl2019_flyout ul .twocol2{width:240px;}
.hzzl2019_flyout ul .li_blank{border-bottom:none;list-style:none;}
.hzzl2019_flyout ul .btn_seeall{
    float:left;
    background:#e9eff2;
    height:30px;
    font-weight:bold;
    color:#3f3f3f;
    padding:2px 10px 0 6px;
    margin:14px 0 8px 20px;
    width:auto;
}
.hzzl2019_flyout ul .btn_seeall:hover{
    background:#c5e8f0;
}

.hzzl2019_flyout ul .li_hasinput{height:75px;}
.hzzl2019_flyout ul .li_hasinput .inputtxt_buy{
    width:236px;
    height:27px;
    border-radius: 6px;
    background:#f2f6f7;
    border:none;
    margin-top:7px;
    padding:0 40px 0 12px;
}
.hzzl2019_flyout ul .li_hasinput .inputimg_buy{
    margin:-23px 0 0 200px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
    vertical-align: top;
}

.hzzl2019_flyout ul .li_haslinks{
    height:120px;
}

.hzzl2019_flyout ul .li_has4links{
    height:120px;
}

.hzzl2019_flyout ul .li_haslinks ul{margin:0;padding-left:12px;height:auto;}
.hzzl2019_flyout ul .li_haslinks .onelink{
    height: 22px;
    border-bottom: none;
    margin: 0;
    list-style: none;
    font-size:15px;
}
.hzzl2019_flyout ul .li_haslinks .onelink a{color:#018196;}
.hzzl2019_flyout ul .li_haslinks .onelink a:hover{color:#3baec1;}

#hzzl2019_caseshow{margin-top:58px;}
#hzzl2019_caseshow #pagetitle{
    padding-top: 70px;
    text-align: center;
    font: bold 60px 'Open Sans', sans-serif;
    color: #fff;
    width: 100%;
}

/*Three Box*/
#hzzl2019_threebox {
    text-align: center;
    margin-top: 5%;
    width:1200px;
    padding-left: 20px;
}
#hzzl2019_threebox .box {
    margin-right:44px;
    width:349px;
    min-height:350px;
    margin-bottom: 40px;
    background:url(../images/point_hfpar.png);
    padding:7px 6px;
    float:left;
    text-align: left;
    border: 1px solid #ddd;
}
#hzzl2019_threebox .box img {
    width: 100%;
    height:200px;
    border-radius:10px;
    transition: all 0.5s;
    transform: scale(1);
}
#hzzl2019_threebox .box img:hover {
    transform: scale(1.07);
}

#hzzl2019_threebox .box h2 {
    font: bold 22px 'Open Sans', sans-serif;
    padding:0 15px;
}
#hzzl2019_threebox .box p {
    font: normal normal normal 15px 'Open Sans', sans-serif;
    line-height: 20px;
    padding:0 15px;
}
#hzzl2019_threebox .info-title a{color:#444;}
#hzzl2019_threebox .info-title a:hover{color:#8f8b2e;}
#hzzl2019_threebox button{
    margin:30px 0 0 95px;
}

.video_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
/*
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
*/
}

.post-content img{width:auto;}

/*hzzl2019_footer_container*/
#hzzl2019_footer_container {width: 100%;font-size:14px;padding:10px 0;color:#fff;text-align:left;}
#hzzl2019_footer_container .container{width: 90%;}
#hzzl2019_footer_container li {list-style: none;white-space:nowrap;line-height:20px;}
#hzzl2019_footer_container a {color:#eee;}
#hzzl2019_footer_container a:hover{color:#ccc}
#hzzl2019_footer_container #footer_company a{font-size:12px;}
#hzzl2019_footer_container #footer_hzzl_desc{margin:5px 0;}
#hzzl2019_footer_container .greyline{border-top:1px solid #9a9a9a;width:92%;margin:7px 0;}
#hzzl2019_footer_container .copyright{font-size:12px;}

/*  Mobile devices (Phone: <768px (Small phone))  */
@media (min-width: 0px ) {
    #window_model{top:58px;}
    #mobi_top #btn_mobi_search img {
        margin-top: 8px;
        padding-left: 5px;
    }
    #inputString{width:141%;padding:3px 38px 4px 10px;}
    #mobi_search{display:none;}
    .suggestionMsg{width:95%;}
    .trademark_top{font-size:13px;line-height:20px;}

    .hzzl2019_infobox_container{padding:0 35px;} /*142px;*/
    .hzzl2019_infobox{width:100%;margin:30px 0;}
    .hzzl2019_infobox img{float:none;margin-right:0px;width:100%;}

    #top_links #downarr_toplinks{display:inline-block;width:30%;text-align:center;}
    #top_links #downarr_toplinks img{width:100%;}
    #top_links #link_lora{width:20%;text-align:left;padding-left:1%;}
    #top_links #link_lora img{width:60px;padding-top:2px;}
    #top_links #btn_lora{width:20%;text-align:right;padding-right:1%;}
    #top_links #btn_lora button{margin:5px 0 0 0;font-size:13px;height:25px;padding:0 7px;}

    #hzzl2019_caseshow{padding:0 8%;}
    #hzzl2019_threebox {width:auto;padding-left: 0;}
    #hzzl2019_threebox .box {width:100%;height:auto;}
    #hzzl2019_threebox .box img {height:auto;}
    #hzzl2019_threebox button{margin:10px;}

    .post-content img{width:100%;height:auto;}
    .video_bg {width:auto;display: none;}

    #word_adv1{font-size:16px;}

    #bk_sec_words{background:none;}
    #hzzl2019_sec_words{float:none;width:100%;}
    #hzzl2019_sec_words h2{text-align:center;font-size:32px}
    #hzzl2019_sec_words p{font-size:15px}
    #hzzl2019_sec_words p img{display:none;}

    #hzzl2019_sec_words_rightbox_container #advbox p{font-size:16px;margin:0;}

    #hzzl2019_footer_container #footer_company{margin:0;}
}
@media (min-width: 300px ) {
    #top_links #downarr_toplinks{width:45%;}
}
@media (min-width: 368px ) {
    #top_links #downarr_toplinks{width:55%;}
}
/*  Mobile devices (Pad/Phone: 400px (Small Phone))  */
@media (min-width: 400px ) {
    #top_links #downarr_toplinks img{width:auto;}
    #word_adv1{font-size:20px;}
}

/*  Mobile devices (Pad/Phone: 768px - 992px (Pad/Big Phone))  */
@media (min-width: 630px ) {
    #hzzl2019_threebox button{margin:30px 0 0 95px;}
    #word_adv1{font-size:22px;}
    
    .hzzl2019_infobox_container{padding:0 35px;}
    .hzzl2019_infobox{width:100%;margin:30px 0;}
    .hzzl2019_infobox img{float:left;margin-right:20px;width:auto;}
}

/*  Mobile devices (Pad/Phone: 768px - 992px (Pad/Big Phone))  */
@media (min-width: 768px ) {
    #hzzl2019_caseshow{width:720px;padding:0;}
    #hzzl2019_threebox .box {margin-bottom:30px;}
    #hzzl2019_threebox .box img {float:left;margin-right:20px;}
    #hzzl2019_threebox .box p {padding:0;}
    #hzzl2019_threebox button{height:34px;margin:10px 0 0 0;}
    .video_bg {width:100%;display:block;}

    #bk_word_adv1 .container{width:650px;}
    #word_adv1{font-size:26px;}

    .word_seprator{font-size:25px;padding-top:14px;}
}

/*  Mobile devices (Pad/Phone: 768px - 992px (Pad/Big Phone))  */
@media (min-width: 900px ) {
    #top_links #downarr_toplinks{display:none;}
    #top_links .mid_links{display:inline-block;}
    #top_links #link_lora{width:auto;text-align:auto;padding-left:auto;}
    #top_links #link_lora img{width:auto;padding-top:0;}
    #top_links #btn_lora{width:auto;text-align:auto;padding-right:auto;}
    #top_links #btn_lora button{margin:0 0 0 18px;font-size:15.5px;height:30px;padding:0 17px;}
    
    #hzzl2019_caseshow{width:750px;}
    #hzzl2019_threebox .box {margin-bottom:30px;}
    #hzzl2019_threebox .box img {float:left;margin-right:20px;}
    #hzzl2019_threebox .box p {padding:0;}
    #hzzl2019_threebox button{height:34px;margin:10px 0 0 0;}
}
/*  Tab devices (PC/Pad/High resolution smart phone, 1136px - 1200px)  */
@media (min-width: 1136px ) {
    #hzzl2019_desk_menu_container ul li{padding:8px 10px 0 10px;}
    #desk_top{width:100%;}
}
/*  Tab devices (boundary of visible-lg)  */
@media (min-width: 1200px ) {
    #window_model{top:0;}
    #mobi_top #btn_mobi_search img{
        margin-top: 5px;
        padding-left: 0;
    }
    #inputString{width:180px;padding:3px 30px 4px 10px;}
    #mobi_search{display:none;}
    #hzzl2019_caseshow{width:1170px;}
    #hzzl2019_threebox {width:1200px;padding-left: 20px;}
    #hzzl2019_threebox .box {width:349px;height:350px;margin-bottom:40px;}
    #hzzl2019_threebox .box img {width:100%;height:200px;float:none;margin-right:auto;}
    #hzzl2019_threebox .box p {padding:0 15px;}
    #hzzl2019_threebox button{height:38px;margin:30px 0 0 95px;}

    .hzzl2019_infobox{width:296px;margin:10px 0;}
    .hzzl2019_infobox img{float:none;margin-right:0px;width:auto;}
    
    .post-content img{width:auto;}
    #bk_word_adv1 .container{width:950px;}
    #word_adv1{font-size:35px;}

    #bk_sec_words{
        background:url(../images/bk_lora_enabling_iot.png) repeat-x;
        background-size: cover;
        background-position: center center;
    }
    #hzzl2019_sec_words{float:left;width:863px;}
    #hzzl2019_sec_words h2{text-align:left;font-size:40px;}
    #hzzl2019_sec_words p{font-size:19px}
    #hzzl2019_sec_words p img{display:block;}

    #bk_sec_words .container{width:1190px;}

    #hzzl2019_sec_words_rightbox_container #advbox p{font-size:15px;margin:5px;}

    #hzzl2019_footer_container #footer_company{margin:0 0 50px 60px;}
}
/*  PC devices (PC/Pad/High resolution smart phone, 1200px - 1366px)  */
@media (min-width: 1280px ) {
    #bk_sec_words{padding:10px 0;}
    #bk_sec_words .container{width:1230px;}
}
/*  PC devices (PC/Pad/High resolution smart phone, 1200px - 1366px)  */
@media (min-width: 1366px ) {
    #hzzl2019_desk_menu_container ul li{padding:8px 20px 0 15px;}
    #desk_top{width:1280px;}
}
/* Only for IE6、7、8 
@media \0screen\,screen\9 {
  .top_links{
    filter:Alpha(opacity=50);
  }
}
*/