@charset "utf-8";
div,figure,figcaption {
	box-sizing: border-box;
}
body{ background: #f7f7f7;}
a{ text-decoration:none; color: #111; }
body, button, input, select, textarea {
    font-size: 12px;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color: #666;
    background:#f1f1f1;
}
*{
    margin: 0;
    padding:0;
}
ul,ol{
    list-style: none;
}
a{text-decoration: none;}
.w{
    width:1226px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.al{
    text-align: left;
}
.ac{
    text-align:center;
}
.ar{
    text-align:right;
}
.hide{
    display:none;
}

.bg-white{
    background-color: #fff;
	height:85px;
}
.clearfloat{clear: both;}
/*顶部导航条开始*/
.top-head{
    width:100%;
    height:40px;
    background-color: #333;
}
.top-nav li{
    float:left;
    line-height:40px;
    color:#424242;
    margin-right:8px;
}
.top-nav li a,.top-tel{
    font-size:12px;
    color:#b0b0b0;
}
.top-nav li a:hover{
    color: #fff;
}
.top-tel{
    line-height:40px;
}
/*导航条开始*/
.nav-box {
    height: 55px;
    padding: 22px 0;
    width: 1226px;
    margin: 0 auto;
}
.nav{
    margin-left:80px;
}
.nav li{
    float:left;
    line-height:55px;
    margin-right:20px;
}
.nav li a{
    font-size:16px;
    color:#333;
}
.nav li a:hover{
    color:#ee2d23;
}.nav-search{
     position: relative;
 }
.search-box,.search-btn{
    width: 142px;
    height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #616161;
    padding:0 10px;
    transition: border .2s;
}
.search-border{
    border:1px solid #ee2d23;
    transition: border .2s;
}
.search-btn{
    width:52px;
    height:52px;
    border-left:0;
    margin:0;
    padding: 0;
    cursor:pointer;
    background:url('../imgs/seacrh-btn.jpg');
}
.search-text{
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top:50%;
    right:65px;
    margin-top:-6px;
}
.search-text-a{
    background: #eee;
    color: #757575;
    padding: 0 5px;
    transition: all .2s;
}
.search-text-a:hover{
    color:#fff;
    background:#ee2d23;
    transition: all .2s;
}
.autocomplete-container {
	width: 216px;
}

.autocomplete-input {
	padding: 9px;
	border-radius: 3px;
	font-family: inherit;
	float: left;
	font-size: 1em;
	border: 1px solid rgba(0, 0, 0, 0.19);
	margin: 0;
}

.autocomplete-button {
	font-family: inherit;
	border: none;
	background-color: #990101;
	color: white;
	padding: 8px;
	float: left;
	cursor: pointer;
	border-radius: 0px 3px 3px 0px;
	transition: all 0.2s ease-out 0s;
	margin: 0.5px 0px 0px -1px;
}

.autocomplete-button:HOVER {
	background-color: #D11E1E;
}

.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: 0px;
	z-index: 999;
}

.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 25px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

li.proposal.selected {
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
.box{position: relative; background: #fff;padding: 24px 24px 16px 24px;margin-top: 24px;}
.box .title {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #333;
    margin-bottom: 24px;
}
.box .videoA {
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
	height: 158px;
}
.box .videoL {
    height: 133px;
    position: relative;
    margin-right: 16px;
}
.box .introduce {
    width: 484px;
}
.box .videoL img {
    width: 238px;
    height: 131px;
    border: 1px solid #eee;
}
.box .introduce .introduceTop {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-height: 68px;
    overflow: hidden;
}

.box .introduce .tagBot {
    max-width: 752px;
    margin-top: 48px;
    height: 12px;
    line-height: 12px;
}
.box .videoinfo {
    margin: 16px 0 0 0;
    height: 32px;
    line-height: 32px;
}
.box .videoinfo .info {
    font-size: 14px;
    color: #999;
}
.box .introduce .tagBot span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-right: 16px;
}
.box .videoinfo .info .xian {
    width: 1px;
    height: 10px;
    background: #eee;
    display: inline-block;
    margin: 0 12px;
}
.wai { background: #f2f2f2; }
.about-us .banner {
    width: 100%;
    height: 412px;
    background: url(../images/zs/about_puhuijia_header.png) no-repeat;
    background-size: 100% 100%;
}
min-width: 1180px; background-position: center; }
.auto1 { width: 1180px; margin: 0 auto; background: #fff; }
.qiehuan a { display: inline-block; height: 69px; width: 295px; line-height: 69px;
 text-align: center; font-size: 18px; float: left; box-sizing: border-box;
 border-right: 1px #ededed solid;
}

.qiehuan a:hover{ color: #fff; }


/*新关我们*/
.gywm{width:1200px; margin:0 auto;margin-top:20px;}
header{background: #fff;box-shadow: 1px 1px 5px rgba(0,0,0,.08);}
.gywm-left{width:198px;background: #fff; float: left; border: 1px solid #e5e5e5;}
.dh-box ul{background: #fafafa;}
.dh-box ul li {height: 50px;line-height: 50px;font-weight: bold;border-bottom: 1px solid #eee;text-align: center;}
.dh-box ul li.show-item a {color: #ee2d23;border-left: 3px solid #ee2d23;}
.dh-box ul li a {color: #565656; display: block;border-left: 3px solid #fafafa;}
.dh-box ul li a:hover{color:#ee2d23;border-left:3px solid #ee2d23;}
.gywm-right{width: 910px;padding: 35px;margin-bottom: 10px;background: #fff;box-shadow: 1px 1px 1px #e7e7e7;float: right;}
.about-box .tit-b {
    font-size: 26px;
}
.about-box .block {
    padding: 20px 0 10px;
}
.about-box .tit-m {
    font-size: 20px;
    color: #ee2d23;
    font-weight: normal;
    line-height: 2;
    margin-top: 20px;
}
.about-box p {
    line-height: 2;
    color: #666;
}
.about-box .tit-s {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 2;
}
.about-tel .tit-m{    
font-size: 20px;
    color: #ee2d23;
    font-weight: normal;
    line-height: 2;
    margin-top: 20px;}
.honor-box {font-size: 18px;
    line-height: 32px;
}
.honor-box p{display: block;
    margin-bottom: 32px;}
.vivo-search  {margin-top:30px;}
.vivo-search .search-box input {
    width: 550px;
    height: 20px;
    padding: 10px 20px;
    font-size: 14px;
    color: #555;
    border: none;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
	border: #000 0.1px solid;
}
.vivo-search .search-box button {
    width: 110px;
    height: 42px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background: #008cd6;
    outline: none;
cursor: pointer;}
.search-content{margin-top:30px;}

.search-content li {
    height: 130px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
	margin-bottom: 20px;
}

.information_kithe_right1 {
    width: 980px;
    height: auto;
}

.information_kithe_right1 .right1-box1 {
    width: 920px;
    padding: 40px 0 0 0;
    font-size: 0;
    color: #555;
    margin-left: 60px;
}

.platform-qualification {
    width: 861px;
    overflow: hidden;
}
.right1-box1 h4 {
    font-size: 24px;
    font-weight: normal;
}
.right1-box1 i {
    display: inline-block;
    width: 7px;
    height: 24px;
    background: url(../images/zs/nav_icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 15px;
}
.platform-honor-show, .platform-honor-hide {
    width: 861px;
    margin-top: 30px;
    overflow: hidden;
}
.platform-honor-show img, .platform-honor-hide img {
    width: 287px;
    height: 201px;
    display: block;
    float: left;
}
.shrink-btn {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 30px;
    text-align: center;
}

.shrink-btn .is-spread, .shrink-btn .check-all {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../images/zs/pack_up.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.shrink-btn .check-all {
    width: 14px;
    height: 12px;
    background: url(../images/zs/check_all.png) no-repeat;
    background-size: 100% 100%;
}
.platform-qualification-show, .platform-qualification-hide {
    overflow: hidden;
    margin-left: 9px;
}
.platform-qualification-show div, .platform-qualification-hide div {
    width: 247px;
    height: 323px;
    margin: 30px 20px 10px 8px;
    float: left;
    background: #f7f9f8;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #f9f9f9;
}
.platform-qualification .qualification-01 img {
    width: 184px;
    height: 260px;
    margin: 31px auto;
    display: block;
}
.platform-qualification .shrink-btn {
    margin-bottom: 40px;
}
.shrink-btn .is-spread, .shrink-btn .check-all {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/zs/pack_up.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 814px;
    height: 580px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff2e67;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/zs/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/zs/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/zs/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/zs/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/zs/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/zs/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../images/zs/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/zs/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff2e67;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/zs/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/zs/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .pxb-poster-item{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}

.footer {
    padding: 50px 0 30px;
    background: #2a2c37;
}
.company-info {
    width: 1190px;
    height: 90px;
    margin: 0 auto;
    color: #b8b8b8;
    padding-bottom: 50px;
}
.footer-logo {
    width: 102px;
    height: 90px;
    float: left;
    margin-left: 40px;
    _margin-left: 20px;
}
.phone-email {
    float: left;
    padding-left: 30px;
}
.ewm-box, .ewm-box img {
    width: 85px;
    display: block;
}
.ewm-box {
    float: left;
    height: 105px;
    margin-top: 4px;
    margin-right: 30px;
    text-align: center;
}
.company-info .basic-info {
    float: left;
    padding-left: 200px;
    background: transparent;
    margin: 0;
    overflow: hidden;
}
.friendly-link {
    width: 1100px;
    padding: 0 0 0 90px;
    height: auto;
    line-height: 28px;
    margin: 0 auto;
    position: relative;
}
.link-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 28px;
    font-size: 16px;
}
.friendly-link a {
    color: #666;
    line-height: 28px;
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
}
.info-link a, .info-link a:hover {
    color: #b8b8b8;
}
.info-link a {
    margin-right: 5px;
}
.footer-logo{
    background-repeat: no-repeat;
background-image:url(http://www.huomi360.cn/templets/default/imgs/newindex_logo.png);}
.close-box, .open-box {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
}