<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>我的磨</title>
	<link>https://gaohonggao.wodemo.com/</link>
        <item>
        <title><![CDATA[Untitled]]></title>
		<link><![CDATA[https://gaohonggao.wodemo.com/entry/438863]]></link>
		<dc:creator><![CDATA[搞搞搞 (@gaohonggao)]]></dc:creator>
		<pubDate><![CDATA[Wed, 26 Apr 2017 20:04:36 -0700]]></pubDate>
        <description><![CDATA[


    *{
        margin:0px;
        padding:0px;
    }
    .box{
        width:400px;
        height:400px;
        border:1px solid #ccc;
        margin:100px auto;
    }
    .box ul{
        width:2000px;
        height:400px;
        list-style:none;
        position:relative;
    }
    .box ul li, .box ul li img{
        width:400px;
        height:400px;
    }
    .box ul li{
        position:absolute;
    }
    .but input{
        width:50px;
        height:20px;
    }
    .blue{
        background:blue;
    }




    $(function(){
            var edg=0;

            var timer=setInterval(show,2000);
            function show(){
                edg++;
                if(edg==5){
                    edg=0;
                }
                $(".but input").eq(edg).addClass("blue").stop(false,true).siblings().removeClass("blue");
                $(".box ul li").eq(edg).stop(false,true).fadeIn(1000).siblings().fadeOut(1000);
            }
            $(".box").mouseenter(function(){
                clearInterval(timer);
                timer=null;
            })
            $(".box").mouseleave(function(){
                timer=null;
                timer=setInterval(show,2000);
            })
        var zIndex=0;
        $(".but input").mouseenter(function(){
            clearInterval(timer);
            timer=null;

            $the=$(this).index();
zIndex++;

            $(".box ul li").eq($the).stop(false,true).fadeIn(1000);
            $(".but input").eq($the).addClass("blue").siblings().removeClass("blue");
            $(".box ul li").eq($the).css({
                "z-index":zIndex,
                "left":400
            }).stop(false,true).animate({"left":0},1000);
            edg=$the;console.log(zIndex);
        })

    })



    
    Title



    
        
        
        
        
        
    
    
        
        
        
        
        
    


. lun01.jpg. lun02.jpg. lun03.jpg. lun04.jpg. jquery-1.11.3.js. lun05.jpg]]></description>
    </item>
        <item>
        <title><![CDATA[Untitled]]></title>
		<link><![CDATA[https://gaohonggao.wodemo.com/entry/438750]]></link>
		<dc:creator><![CDATA[搞搞搞 (@gaohonggao)]]></dc:creator>
		<pubDate><![CDATA[Mon, 24 Apr 2017 23:37:09 -0700]]></pubDate>
        <description><![CDATA[


    
    华为手机Meta9

/*
华为手机Meta9的头部,主要介绍手机选项
*/

.topBar{
    width:1200px;
    height:67px;
    margin:0px auto;
    border:1px solid #ccc;
}
.topBarLogo{
    width:131px;
    height:31px;

    margin:15px 10px 0px 0px;
    float:left;
}
.topBarLogo .logo{

    width:131px;
    height:31px;
    display:block;
    background:url(../../images/img_con_base.png) no-repeat -425px -314px;
    cursor:pointer;
}
.topBarNav{
    width:800px;
    height:100%;
    float:left;

}
.topBarNav ul{
    width:800px;
    height:100%;
    position:relative;
}
.topBarNav ul li{
    width:88px;
    height:100%;
    float:left;
    line-height:68px;
    text-align:center;
}
.topBarNav ul li:nth-of-type(2){
    width:92px;
}
.topBarNav ul li:nth-of-type(7){
    width:115px;
}
.topBarNav ul li:nth-of-type(8){
    width:70px;
}
.topBarNav ul li:nth-of-type(8):after{
    content:"|";
    position:absolute;bottom:2px;right:85px;
}
.topBarNav ul li:nth-of-type(9){
    width:50px;
}
.topBarNav ul li span{
   font:1.3em/0px "微软雅黑";
}
.topSearch{
    width:152px;
    height:23px;
    float:left;

    position:relative;
    margin-top:18px;

}
.topSearch input:nth-of-type(1){
    width:100px;
    height:23px;
    padding:0px 10px;
    border:1px solid #ccc;
    float:left;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.topSearch input:nth-of-type(2){
    width:30px;
    height:24px;
    float:right;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    background:#5F5F5F;
    z-index:1;
}
.topSearch input:nth-of-type(2):hover{
    background:#AD3B39;
}
.topSearch .icon-search:before{
        content:"\f002";
    font-size:20px;
    position:absolute;
    right:5px;
    color:white;
    z-index:0;
}
.topSearch .icon-search:before:hover{
    background:#AD3B39;
}

/*华为Mate9手机头部的导航栏*/
.topNav{
    width:100%;
    height:48px;
    border:1px solid #ccc;
    float:left;
    background:#272727;
    position:relative;
}
/*左边的Meta9中的nav*/
.topNav .LeftNav{
    width:500px;
    height:100%;
    position:relative;
    text-align:center;
    color:#CCCCCC;

}
.LeftNav>.logo-icon{
    width:170px;
    height:48px;
    margin-right:15px;
    background:url(../../images/HUAWEI_Mate9.jpg) no-repeat;
}
.LeftNav ul{
    width:330px;
    height:48px;
    float:right;
    position:absolute;bottom:0px;right:0px;
    line-height:48px;
    margin-left:15px;
}
.LeftNav ul li{
    width:32px;
    height:48px;
    float:left;

}
.LeftNav ul li:nth-of-type(1),.LeftNav ul li:nth-of-type(3){
    text-align:center;
    width:70px;
}
.LeftNav ul li:nth-of-type(5){
    text-align:center;
    width:123px;
}
.LeftNav ul li.icon-greater:after{
    display:block;
    content:"\f101";
    font-size:25px;
    line-height:48px;
    width:20px;
}
.LeftNav>ul>li>a{
    font:1.5em/0px "宋体";
    color:#CCCCCC;
}
/*右边的Meta9中的nav*/
.rightNav{
    width:320px;
    height:38px;
    float:right;
    position:absolute;
    top:10px;right:30px;
}
.rightNav a{
    width:103px;
    height:30px;

    color:white;
    text-align:center;
    font:1.2em/0px "宋体";
    display:block;
   float:left;
    line-height:30px;
    font-weight:bold;
}
.rightNav a:nth-of-type(3){
    background:#B51E1E;

}
/*所有广告的起始部分*/
.sundryLogin{
    width:100%;

    border:1px solid #ccc;
    float:left;
    overflow:hidden;

}
/*Meta9广告部分*/
.Meta9Banner {
    width:100%;
    position:relative;
    float:left;
}
.Meta9Banner img{
    width:100%;
}
.Meta9Maincontrol{
    width:100%;
    height:90%;
    position:absolute;top:0%;left:5%;
}
/*Meta9广告左边的部分*/
.Meta9Maincontrol>.LeftBanner{
    width:34%;
    height:72%;
    float:left;
    color:white;
    position:absolute;left:5%;top:15%;
    text-align:left;
 }
.RightBannerPhone{
    width:100%;
    height:100%;
    position:absolute;top:0.5%;right:4.8%;

}
.RightBannerPhone img{
    width:100%;
}
.LeftBanner h3{
    font:3.2vw/0px "微软雅黑";
    margin-bottom:13%;
    margin-top:20%;
}
.LeftBanner h5{

    font:2.1vw/0px "宋体";
    margin-top:15.5%;
}
.LeftBanner h4{

    font:2.1vw/0px "宋体";
    margin-top:15.5%;
}
.LeftBanner h2{
    font:2.5vw/0px "微软雅黑";
    margin-top:18%;
}
.LeftBanner h5:nth-of-type(2){
    position:absolute;
    right:32.5%;top:51%;

}
.h6BannerLeft{
    width:70%;
    height:40%;
    text-align:left;
    margin-top:18%;
}
.LeftBanner h6{
    font:1.4vw/1.4vw "微软雅黑";
    margin-top:5%;
}
.LeftBanner h6:nth-of-type(1){
    margin-top:25%;
}


/*华为手机快，另人惊叹的起始部分*/
.speedFast{
    width:100%;
    float:left;
    position:relative;
    overflow: hidden;
}
.speedFast img{
    width:100%;
}
/*华为手机快,头部的图片*/
.speedFastTop{
    width:66%;
    height:46%;
    position:absolute;

    text-align:center;
    top:5%;left:20%;
}
.speedFastTop h4{
    font:2vw/0px "微软雅黑";
    margin-top:7%;
}
.speedFastTop h5{
    font:1.6vw/0px "微软雅黑";
    margin-top:5%;
}
.speedFastTop p{
    font:1.1vw/1.2vw "微软雅黑";
    margin-top:1%;
}
.speedFastLogoIcon{
    width:100%;
    height:85px;


}
.speedFastLogoIcon ul{
    width:100%;
    height:100%;

}
.speedFastLogoIcon ul li{
    width:112px;
    height:82px;
    float:left;
}
.speedFastLogoIcon ul li:nth-of-type(1){
     margin-top:2%;
     margin-left:21%;
 }
.speedFastLogoIcon ul li:nth-of-type(2){
    margin-top:3%;
    margin-left:3%;
}
.speedFastLogoIcon ul li:nth-of-type(3){
    margin-top:1%;
    margin-left:3%;
}
.speedFastLogoIcon ul li:nth-of-type(4){
    margin-top:1%;
    margin-left:3%;
}
.speedFastKnow{
    width:23.8%;
    height:10.7%;
    text-align:center;
    border-radius:5px;
    border:1px solid #000000;
    margin:4.5% auto 0%;
}
.speedFastKnow:hover{
    border:1px solid #ff0000;
}
.speedFastKnow:hover a{
    color: #ff0000;
}
.speedFastKnow a{
    font:1.3vw/2.5vw "宋体";
}
/*华为手机快,Meta手机前面和后面照片部分*/
.speedFastBottom{
    width:100%;
    margin-bottom:0%;
    position:absolute;bottom:-0.5%;
    float:left;

}
.speedFastBottom img{
    width:100%;
}
.speedFastBottom .speedLeft{
    position:absolute;left:0%;bottom:5%;z-index:2;
}
.speedFastBottom .speedRight{
    position:absolute;right:0%;bottom:5%;z-index:1;
}




/*与专业相机更近一步的图片*/
.MoreRecent{
    float:left;
    width:100%;
    background-size:100% 100%;

    position:relative;

}
.MoreRecent img{
    width:100%;

}
.MoreRecentRt{
    width:40%;
    height:61.4%;
    color:white;
    z-index:2;
    position:absolute;bottom:5.5%;left:47%;
}
.MoreRecentRt h5{
    font:2.2vw/0px "微软雅黑";
    margin-bottom:10%;
}
.MoreRecentRt h6{
    font:2.1vw/0px "宋体";
    margin-bottom:10%;
}
.MoreRecentRt p{
    font:1.2vw/1.5vw "微软雅黑";

}
.MoreRecentCt{
    width:472px;
    height:92px;
    border:1px solid #ccc;
    margin-top:10%;
    margin-bottom:10%;
}
.MoreRecentCt ul li{
    float:left;
}
.MoreRecentCt .MoreRecentChiLun1{
    width:110px;
    height:90px;
    background:url(../../images/chilun1.png) no-repeat 0px -3px;
    background-size:472px 92px;
}
.MoreRecentCt .MoreRecentChiLun2{
    width:110px;
    height:90px;
    background:url(../../images/chilun2.png) no-repeat -110px -3px;
    background-size:472px 92px;
}
.MoreRecentCt .MoreRecentChiLun3{
    width:110px;
    height:90px;
    background:url(../../images/chilun3.png) no-repeat -220px -3px;
    background-size:472px 92px;
}
.MoreRecentCt .MoreRecentChiLun4{
    width:110px;
    height:90px;
    background:url(../../images/chilun4.png) no-repeat -330px -3px;
    background-size:472px 92px;
}
.MoreRecentBt{
    width:15.62%;
    height:11%;
    text-align:center;
    border:1px solid #ccc;
    border-radius:5px;
    margin-top:0px;
}
.MoreRecentBt a{
    font:1.2vw/2.2vw "宋体";
    color:white;
}
#MoreRecentBtn{
    width:40.6%;
    height:6.5%;
}
#MoreRecentBtn a{
    font:1.2vw/2.5vw "宋体";

}
/*相机下面的美女和风景城市图片*/
.womenView{
    width:100%;
    float:left;
}
.womenView img{
    width:100%;
}
/*改写续航定义图片*/
.endurance{
    width:100%;
    position:relative;
    float:left;
}
.endurance img{
    width:100%;
}
.enduranceMain{
    width:90%;
    height:90%;
    border:1px solid #ccc;
    position:absolute;top:5%;left:5%;right:5%;
}

.enduranceMainLeft{
    width:42%;
    height:83%;
    border:1px solid #ccc;
    margin:5% 0px 0px 19%;
    float:left;
}
.enduranceMainLeft h2{
    font:2vw/0px "微软雅黑";
    color:white;
    margin-top:35%;

}
.enduranceMainLeft h3{
    font:1.5vw/0px "微软雅黑";
    color:white;
    margin-top:10%;
    margin-bottom:10%;
}
.enduranceMainLeft p{
    font:1.1vw/1.4vw "微软雅黑";
    color:white;

}
.enduranceMainLeftIcon{
    margin-top:20px;
    width:80%;
    height:20%;
    border:1px solid #ccc;
}
.enduranceMainLeftIcon ul{
    width:100%;
    height:100%;
}
.enduranceMainLeftIcon ul li{
    width:30%;
    height:25%;
    float:left;
}
.enduranceMainLeftIcon ul li .enduranceMainLeftIcon1{
    width:100px;
    height:100px;
    background:url(../../images/endurance1.png) no-repeat ;
    background-size:460px 106px;
}
.enduranceMainLeftIcon ul li .enduranceMainLeftIcon2{
    width:100px;
    height:130px;
    background:url(../../images/endurance2.png) no-repeat -100px 0px;
    background-size:460px 106px;
}
.enduranceMainLeftIcon ul li .enduranceMainLeftIcon3{
    width:110px;
    height:100px;
    background:url(../../images/endurance3.png) no-repeat -203px -5px;
    background-size:460px 106px;
}

.endurancePhone{
    width:59%;
    height:81%;
    background:url(../../images/endurancePhone.png) no-repeat 74.8% -1%;
    background-size:cover;
    position:absolute;right:2%;bottom:-5.5%;

}
.enduranceMain span{
    width:270px;
    height:30px;
    font:0.9em/0px "微软雅黑";
    color:white;
    position:absolute;bottom:-10px;right:-30px;
}
#endurentBtn{
    width:43%;
    height:7.3%;

}
#endurentBtn:hover{
    border:1px solid #ff0000;
}
#endurentBtn a{
    font:1.2vw/2.2vw "宋体";
}
#endurentBtn:hover a{
    color:#ff0000;
}
/*化繁为简，交互革命*/
.soEasy{
    width:100%;
    float:left;
    position:relative;

}
.soEasy img{
    width:100%;
}
.soEasyPhone{
    width:30%;
    height:73%;
    position:absolute;left:15.5%;top:12%;
    float:left;
}

.soEasyPhone .soEasyPhone1{
    width:100%;
    position:absolute;

}
.soEasyPhone .soEasyPhone2{
    width:100%;
    position:absolute;
}
.soEasyRight{
    width:45%;
    height:70%;
    margin-left:7%;
    float:left;
    border:1px solid #ccc;
    position:absolute;right:3%;top:5%;
}
.soEasyRight h2{
    font:2.2vw/0px "微软雅黑";
    color:black;
    margin-top:10%;
}
.soEasyRight h3{
    font:1.5vw/0px "微软雅黑";
    color:black;
    margin-top:10%;
    margin-bottom:10%;
}
.soEasyRight p{
    font:1vw/0px "微软雅黑";
    color:black;
    margin-top:5%;
}
.soEasyRightIcon,.soEasyRightIcon ul{
    margin-top:30px;
    width:427px;
    height:71px;
}
.soEasyRightIcon{
     margin-bottom:40px;
 }

.soEasyRightIcon ul li{
    width:100px;
    height:71px;
    border:1px solid #ccc;
    float:left;
}
.soEasyRightIcon ul li .soEasyRightIcon1{
    background:url(../../images/jianjie1.png) no-repeat 13px 0px;
    background-size:400px 71px;
    width:100px;
    height:71px;

}
.soEasyRightIcon ul li .soEasyRightIcon2{
    background:url(../../images/jianjie2.png) no-repeat -100px;
    background-size:400px 71px;
    width:100px;
    height:71px;
}

.soEasyRightIcon ul li .soEasyRightIcon3{
    background:url(../../images/jianjie3.png) no-repeat -200px;
    background-size:400px 71px;
    width:100px;
    height:71px;
}

.soEasyRightIcon ul li .soEasyRightIcon4{
    background:url(../../images/jianjie4.png) no-repeat -300px;
    background-size:400px 71px;
    width:100px;
    height:71px;

}
#MoreRecentBt a{
    color:black;
}
#soEasyBtn{
    width:40.3%;
    height:6.5%;
    text-align:center;
    border:1px solid #ccc;
    border-radius:5px;
    margin:3% 0px;
}
#soEasyBtn:hover{
    border:1px solid #ff0000;
}
#soEasyBtn:hover a{
    color:#ff0000;
}
#soEasyBtn a{
    font:1.2vw/2.2vw "宋体";
}
/*金融级安全保护*/
.safety{
    width:100%;
    position:relative;
    float:left;
}
.safety img{
    width:100%;

}
.anquanTop{
    width:80%;
    height:40%;
    margin:1% 10%;
    text-align:center;
    float:left;
    position:absolute;top:2%;
}
.anquanTop h3{
    color:white;
    font:2.4em/0px "微软雅黑";
    margin-bottom:6.1%;

}
.anquanTop h4{
    color:white;
    font:2.1em/0px "微软雅黑";
    margin-bottom:6.1%;
}
.anquanTop p{
    color:white;
    font:1.1vw/1.4vw "微软雅黑";
}
.anquanTopIcon,.anquanTopIcon ul{
    width:520px;
    height:61px;
    margin:1% auto;

}

.anquanTopIcon ul li{
    width:100px;
    height:64px;

    float:left;
}
.anquanTopIcon ul li:nth-of-type(1){
    width:100px;
    height:64px;
    background: url(../../images/anquan01.png) no-repeat -200px 10px;
    background-size: 1000px 81px;
}
.anquanTopIcon ul li:nth-of-type(2){
    background: url(../../images/anquan02.png) no-repeat -258px;
    background-size: 800px 61px;
}
.anquanTopIcon ul li:nth-of-type(3) {
    background: url(../../images/anquan03.png) no-repeat -453px;
    background-size: 1000px 61px;
}
.anquanTopIcon ul li:nth-of-type(4){
    background: url(../../images/anquan04.png) no-repeat -566px;
    background-size: 1000px 61px;
}
.anquanTopIcon ul li:nth-of-type(5) {
    background: url(../../images/anquan05.png) no-repeat -676px;
    background-size: 1000px 61px;
}
#MoreRecentCenter{
    margin:0px auto;
}
.anquanBottom{
    position:absolute;bottom:5%;right:3%;
}
.anquanBottom p{
    font:12px/1.5vw "微软雅黑";
    color:white;

}
#aquanBtn{
    width:16.9%;
    height:9.2%;
    text-align:center;
    line-height:35px;
    border:1px solid #ccc;
    border-radius:5px;
    margin:3% auto;
}
#aquanBtn:hover{
    border:1px solid #ff0000;
}
#aquanBtn:hover a{
    color:#ff0000;
}
/*视听盛宴部分*/
.seeing{
    width:100%;
    float:left;
    position:relative;
}
.seeing img{
    width:100%;
    height:50%;
}
.seeingText{
    width:60%;
    height:40%;

    position:absolute;top:9%;left:20%;right:20%;
    text-align:center;
}
.seeingText h3{
    font:2vw/2vw "宋体";
    font-weight:bold;
    margin-bottom:4%;
}
.seeingText h4{
    font:1.5vw/1.5vw "宋体";
    font-weight:bold;
    margin-bottom:4%;
}
.seeingText p{
    font:1vw/1vw "宋体";
    font-weight:bold;
    margin-bottom:2%;
}
.seeingUl{
    width:100%;
    height:70px;

    margin:0px auto;
    text-align:center;


}
.seeingUl ul{
    width:100%;
    height:100%;
    text-align:center;
    margin:0px auto;
}
.seeingUl ul li{
    float:left;
    width:15%;
    height:70px;
}
.seeingUl ul li:nth-of-type(1){
    width:15%;
    height:100%;
    background:url(../../images/shiting1.png) no-repeat -234px 0px;
    background-size:1000px 71px;
}
.seeingUl ul li:nth-of-type(2){
    width:15%;
    height:100%;
    background:url(../../images/shiting2.png) no-repeat -376px 0px;
    background-size:1000px 71px;
}
.seeingUl ul li:nth-of-type(3){
    width:15%;
    height:100%;
    background:url(../../images/shiting3.png) no-repeat -523px 0px;
    background-size:1000px 71px;
}.seeingUl ul li:nth-of-type(4){
     width:15%;
     height:100%;
     background:url(../../images/shiting4.png) no-repeat -649px 0px;
     background-size:1000px 71px;
 }
 .seeingText .settingLiaoJie{
     width:22.5%;
     height:9.1%;
     text-align:center;
     line-height:35px;
     border:1px solid #ccc;
     border-radius:5px;
     margin:3% auto;
 }
.seeingText .settingLiaoJie:hover{

    border:1px solid #ff0000;
}
.seeingText .settingLiaoJie:hover a{

    color:#FF0000;
}

.seeingText .settingLiaoJie a{
    font:1.2vw/2.2vw "宋体";
}
 .seeingPhone{
     width:100%;
     height:50%;

     position:absolute;
     top:50%;
     float:left;
 }
 .seeingPhonekz1 {
     position:absolute;
     z-index: 100;
 }
.seeingPhonekz2 {
    position:absolute;
}
.seeingPhone p{
    font:12px/12px "宋体";
    font-weight:bold;
    position:absolute;bottom:10%;right:15%;
    color:#7B7B7B;
}

/*行广阔世界，支持世界主流频段*/
.walk{
    width:100%;
    position:relative;
    float:left;
}
.walk img{
    width:100%;
}
.walkWork{
    width:40%;
    height:60%;

    position:absolute;top:18%;left:45%;
    text-align:left;
}
.walkWork h3{
    font:2vw/2vw "宋体";
    font-weight:bold;
    margin-bottom:4%;
}
.walkWork h4{
    font:1.5vw/1.5vw "宋体";
    font-weight:bold;
    margin-bottom:4%;
}
.walkWork p{
    font:1vw/1vw "宋体";
    font-weight:bold;
    color:#393939;
    margin-bottom:2%;
}
 .walkUl{
    width:100%;
    height:94px;

    margin-top:15%;
}
.walkUl ul{
    width:100%;
    height:100%;
}
.walkUl ul li{
    width:90px;
    height:100%;
    float:left;
}
.walkUl ul li:nth-of-type(1){
    background:url(../../images/xingzou1.png) no-repeat 9px -12px;
    background-size:500px 107px;
}
.walkUl ul li:nth-of-type(2){
    background:url(../../images/xingzou2.png) no-repeat -104px -1px;
    background-size:500px 107px;
}
.walkUl ul li:nth-of-type(3){
    background:url(../../images/xingzou3.png) no-repeat -206px -1px;
    background-size:500px 107px;
}
.walkUl ul li:nth-of-type(4){
    background:url(../../images/xingzou4.png) no-repeat -293px -1px;
    background-size:500px 107px;
}
.walkUl ul li:nth-of-type(5){
    background:url(../../images/xingzou5.png) no-repeat -377px -2px;
    background-size:500px 107px;
}
.walk .walkXingzou{
    width: 33.7%;
    height: 6.78%;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px ;
}
.walk .walkXingzou:hover{
    border:1px solid #ff0000;
}
.walk .walkXingzou:hover a{
    color:#ff0000
}
.walk .walkXingzou a{
    font:1.2vw/2.2vw "宋体";
}
#walkanquanBottom{
    position:absolute;bottom:1%;
}
#walkanquanBottom p{
    font:12px/16px "宋体";
}
/*多种配件，让生活更轻松*/
.liveEasy{
    width:100%;
    float:left;
    position:relative;
}
.liveEasyText{
    width:60%;
    height:20.6%;
    position:absolute;left:20%;top:5%;right:20%;

    text-align:center;
}
.liveEasyText h3{
    font:2vw/2vw "宋体";
    font-weight:bold;
    margin-bottom:4%;
}
.liveEasyText p{
    font:1vw/1vw "宋体";
    font-weight:bold;
    color:#393939;
    margin-bottom:2%;
}
.liveEasyUl{
    width:90%;
    height:92px;
    margin:10% auto 0px;
}
.liveEasyUl ul {
    width:100%;
    height:100%;
}
.liveEasyUl ul li{
    width:110px;
    height:100%;

    float:left;
}
.liveEasyUl ul li:nth-of-type(1){

    background:url(../../images/live01.png) no-repeat -248px 4px;
    background-size:1000px 115px;
}
.liveEasyUl ul li:nth-of-type(2){

    background:url(../../images/live02.png) no-repeat -354px 8px;
    background-size:900px 95px;
}
.liveEasyUl ul li:nth-of-type(3){
    background:url(../../images/live03.png) no-repeat -532px 4px;
    background-size:1000px 115px;
}.liveEasyUl ul li:nth-of-type(4){
     background:url(../../images/live04.png) no-repeat -663px 4px;
     background-size:1000px 85px;
 }

.liveEasy img{
    width:100%
}
.liveEasy .liveImagePhone{
    position:absolute;bottom:4%;
}
.liveImagePhone img{
    width:100%;
}
/*购买商品部分*/
.shoppingBuyNow{
    width:100%;
    position:relative;
    float:left;

}
.shoppingBuyNow .buyNowBg{
    margin:0px auto;
    width:100%;
    position:absolute;top:5%;left:40%;
}

.shoppingBuyNow .buyNowPhone{
    width:100%;
    margin:0px auto;
    background:url(../../images/shiting.jpg) no-repeat;
}
.shoppingBuyNow .buyNowPhone2{
    width:100%;
    margin:0px auto;
    background:url(../../images/shopping2.png) no-repeat;
    position:absolute;top:20%;left:1%;
}
.buyNowTextP{
    position:absolute;left:31%;bottom:10%;
    text-align:center;
}
.buyNowTextP p{
    font:12px/20px "宋体";
    color:#333333;

}



/*页尾*/
.footer{
    display: block;
    width:100%;
    height:384px;
    background-color: #dcdcdc;
    float:left;
}
.footer a:hover{
    color:#fff;
}
.footer_box{
    width:1223px;
    margin:0 auto;
}
.footer_top{
    width:100%;
    height:66px;
    background-color: #262626;
}
.footer_top ul {
    display: flex;
    justify-content: space-between;
}
.footer_top ul li a{
    font-size:1.5em;
    color:#E2E2E2;
    float: left;
    line-height: 66px;
    margin-right:10px;
}
.footer_top ul li:nth-child(1){
    width:412px;
    height:66px;
}
.footer_top ul li:nth-child(1) i{
    display: inline-block;
    width:31px;
    height:31px;
    float: left;
    margin-top:17px;
    margin-right:10px;
    background:url(../../images/img_con_base.png) no-repeat -356px -1525px;
}
.footer_top ul li:nth-child(1) p{
    font-size:1em;
    color:#E2E2E2;
    width:307px;
    height:66px;
    margin-top: 16px;
    margin-left:15px;
}

.footer_top ul li:nth-child(2) i{
    display: inline-block;
    width:45px;
    height:38px;
    float: left;
    margin-top:17px;
    margin-right:10px;
    background:url(../../images/img_con_base.png) no-repeat -311px -1525px;
}
.footer_top ul li:nth-child(3) i{
    display: inline-block;
    width:35px;
    height:34px;
    float: left;
    margin-top:17px;
    margin-right:10px;
    background:url(../../images/img_con_base.png) no-repeat -274px -1525px;
}
.footer_top ul li:nth-child(4) i{
    display: inline-block;
    width:22px;
    height:31px;
    float: left;
    margin-top:17px;
    margin-right:10px;
    background:url(../../images/img_con_base.png) no-repeat -251px -1525px;
}
.box{
    display: flex;

}
.box1{
    width:100%;
    height:278px;
    background-color: #3B3B3B;
    overflow: hidden;
}
.box ul{
    margin-top: 40px;
    -webkit-column-width: 200px;
    -o-column-width: 200px;
    -moz-column-width: 200px;
    -ms-column-width: 200px;
}
.box ul li:nth-child(1){
    font-size:1.5em;
    font-weight:500;
    color: #EAEAEA;
    margin-bottom:10px;
}
.box ul li{
    line-height: 20px;
}
.box ul li a{
    color: #979797;
}

.rt{
    width:30%;
    min-width: 230px;
    height:278px;
    padding-left:70px;
    padding-top:30px ;
    border-left: rgba(155,155,155,0.15) solid 1px
}
.web{
    margin-bottom: 30px;
    margin-top: 20px;
}
.web dt{
    color:#CCCCCC;
    font-size:13px;
    margin-bottom:10px;
}
.web dd a{
    display: block;
    width:37px;
    height:29px;
    background:url(../../images/img_con_base.png) no-repeat -5px -121px;
}
.web dd a:hover{
    background:url(../../images/img_con_base.png) no-repeat -5px -82px;
}
.us{
    float: left;
    width:100px;
    height:64px;
}
.us dt{
    color:#CCCCCC;
    font-size:13px;
    margin-bottom:10px;
}
.us dd a{
    display:inline-block;
    width:38px;
    height:31px;
    margin-right:10px;
}
.us dd a:first-child{
    background:url(../../images/img_con_base.png) no-repeat -65px -121px;
}
.us dd a:first-child:hover{
    background:url(../../images/img_con_base.png) no-repeat -65px -80px;
}
.us dd a:last-child{
    background:url(../../images/img_con_base.png) no-repeat -110px -121px;
}
.us dd a:last-child:hover{
    background:url(../../images/img_con_base.png) no-repeat -110px -81px;
}
.club{
    float: left;
    width:100px;
    height:64px;
    margin-left:100px;
}
.club dt{
    color:#CCCCCC;
    font-size:13px;
    margin-bottom:10px;
}
.club dd a{
    display:inline-block;
    width:38px;
    height:31px;
    margin-right:10px;
}
.club dd a:first-child{
    background:url(../../images/img_con_base.png) no-repeat -65px -121px;
}
.club dd a:first-child:hover{
    background:url(../../images/img_con_base.png) no-repeat -65px -80px;
}
.club dd a:last-child{
    background:url(../../images/img_con_base.png) no-repeat -110px -121px;
}
.club dd a:last-child:hover{
    background:url(../../images/img_con_base.png) no-repeat -110px -81px;
}
/*底部二维码*/
.us_a{
    position: relative;
}
#us_box{
    position: absolute;
    top:-120px;
    left:-58px;
    width:112px;
    height:112px;
    display: none;
    background:#fff;
    padding: 2px;
}
#us_box i{
    width:109px;
    height:109px;
    display:inline-block;
    margin-top:1px;
    background:#fff url(../../images/img_con_cn_base.png) no-repeat 1px 0;
}
#us_box1{
    display: none;
    position: absolute;
    top:-95px;
    left:-27px;
    width:80px;
    height:80px;
    padding: 5px;
    background-color: #fff;
}
#us_box1 i{
    width:80px;
    height:80px;
    display: block;
    margin-top: 1px;
    background:#fff url(../../images/img_con_cn_base.png) no-repeat -218px 0;
}

/*底部最后*/
.footer_bottom{
    width:100%;
    height:40px;
    background-color: #0F1011;
}
.footer_bottom ul{
    display: flex;
    float: left;
    margin-right:297px;
}
.footer_bottom ul li{
    -webkit-column-width:100px;
}
.footer_bottom ul li a{
    line-height: 40px;
    color:#999;
}
.footer_bottom p{
    color:#999;
    line-height: 40px;
}
.footer_bottom p a{
    color:#999;
}
.footer_bottom p .hong{
    width:24px;
    height:20px;
    display: inline-block;
    position: relative;
    top:3px;
    left:37px;
    background:url(../../images/img_con_base.png) no-repeat -267px -457px;
}






    
    







    
    
        
            智能手机
            笔记本&平板
            穿戴设备
            智能家居
            更多产品
            软件应用
            服务与支持
            登录
            注册
        
    


    
        
        
        
    



            
    
            

            
            
                首页
                
                手机
                
                HUAWEI Mate 9
            
    

   
    
        
            发现更多
        
        
            服务支持
        

        
            立即购买
        
    




    
    
                
                
                    
                            
                                进步,再进一步
                                革 命 性 的 安 卓 体 验
                                HUAWEI Mate9
                                华为|徕卡 联合设计
                                    
                                        新一代麒麟960芯片
                                        智能学习的EMUI5.0
                                        突破性解决安卓卡顿
                                    
                            
                            
                               ,
                            
                
    
    
    
      
        
        
            快,另人惊叹
            新一代旗舰芯片 华为麒麟960
            HUAWEI Mate 9搭载的麒麟960芯片， 八核CPU较上一代数据处理能力大幅提升；Mali G71八核GPU
            相较上一代在图形处理性能上提升180%。结合比上一代技术提速100%的UFS2.1高速闪存，带来难以
            想象的高速与流畅。
            
                
                    
                    
                    
                    
                
            
            了解更多
        
      
        
                
                
        
    

   
    
        
        
            与专业相机更近一步
            第二代徕卡双镜头 2倍双摄变焦
            为了成就更加清晰动人的影像，第二代徕卡双镜头继承了
            徕卡对镜头及图形质量的严苛要求，整体成像比上一代镜头
            更进一步。创新使用双摄技术实现2倍双摄变焦，远景细腻呈现；
            大光圈模式2.0，调节景深、虚化背景，画面层次更加分明。
            双摄PIXEL BINNING技术，提升1倍亮度，无论白天还是夜晚，
            都是你的随身摄影搭档。
                
                    
                        
                        
                        
                        
                    
                
                
                    了解更多
                
        
    

  
    
        
    
   
    
        
        

                                
                                            改写 "续航" 定义
                                            HUAWEI SuperCharge安全疾速续能
                                            传承HUAWEI Mate系列DNA，4000mAh（典型值）
                                            高密度电池与新一代智电技术5.0配合恰到好处，带来更长的
                                            续航体验。
                                            不仅如此，HUAWEI SuperCharge快充技术，支持5A快充，
                                            充电30分钟可连续观看视频12小时*。安全方面，识别不同
                                            充电器及数据线，匹配智能快充方案；更有15层安全保护
                                            机制，让手机使用更安心。
                                            
                                                
                                                    
                                                    
                                                    
                                                
                                            
                                            
                                                了解更多
                                            
                                
                    

                    
            *数据来自华为实验室，具体时间视使用环境而定
        
    
   
    
        
                    
                          
                         


                    

                    
                        化繁为简，交互革命
                        EMUI 5.0智能系统
                        从爱琴海岸浪漫的蓝白色调中得到启迪，衍生出EMUI5.0
                        洁净舒畅的界面风格；以水为灵感，设计出恬静自然的动态
                        效果。
                        世界越复杂，我们越简单。EMUI 5.0智能操作系统中90%
                        的常用操控，3步之内即可完成，旨在引领一场简洁高效的
                        交互革命。
                        
                            
                                
                                
                                
                                
                            
                        
                        
                            了解更多
                        
                    
    

    
    
        
        
            金融级安全守护
            金融级安全芯片 立体式保护
            HUAWEI Mate 9拥有通过央行和银联安全认证的*1 、集成到Kirin960 SoC的金融级安全芯片，更有芯片级
            防伪基站侦测技术，预防电信诈骗，守护你的信息安全。你还可以通过不同指纹认证快速切换到不同系统
            空间，生活和工作一指轻松分开。即使手机丢失，还能通过查找我的手机功能*2 ，远程删除个人隐私数据。
            
                
                    
                    
                    
                    
                    
                
            
            
                了解更多
            
        
        
            * 1 通过央行《中国金融移动支付》标准和中国银联
            《银联卡芯片（集成电路）安全认证》标准
            * 2 需要设置查找我的手机功能
            * 3 Huawei Pay适配工商银行、中国银行、建设银行、交通银行、
            中信银行等等在内的36家银行
        
    

    
        
        
            饕餮视听盛宴
            4K高清录像 横屏立体声
            拥有新一代高性能Hi6403音频芯片，HUAWEI Mate 9给你带来沉浸式视听享受。双Smart PA设计，竖屏
            时高低音分频，横屏时左右立体声。4K高清摄像，画面如丝般细腻，高压缩编码技术还能节省至多50%的
            存储空间*。创新的4Mic 指向性拾音技术，清晰记录你想记录。
            
                
                    
                    
                    
                    

                
            

            
                了解更多
            
        
        
            
                
            
            
                
            
            *压缩比视片源情况有所不同
        
    

    
    
        
        
            行广阔世界
            支持世界主流频段 4Mic降噪丽音
            HUAWEI Mate 9支持1334个运营商、217个国家/地区轻松漫游，
            副卡还支持GSM/CDMA/WCDMA。采用LTE-Advanced Cat.12
            基带，峰值下行速率可达600Mbps*1，理论上15s内即可完成一部
            1G的高清电影下载。更有天际通*2 功能，海外出行无需购买当地
            电话卡或外置上网设备，便可享受便捷的境外通讯和上网服务。

            
                
                    
                    
                    
                    
                    
                
            

            
                了解更多
            

        

        
            * 1实际下载速率因运营商网络情况及无线环境不同而变化
            * 2共有80多个国家和地区支持天际通付费全球移动数据服务
            * 3不支持主副卡为电信+电信的情况

        
    


    
        
        
            多样配件，让生活更轻松＊
            从智能视窗保护套，到贴心便捷的手机导航套件，多样配件为你打造品质生活。更有HUAWEI
            SuperCharge车载快速充电器，能在驾驶过程中轻松实现快速充电，这一切只为让生活更轻松。
            
                
                    
                    
                    
                    
                
            
        
        
            
        

    
   
    
        
            
        
        
            
        
        
            
        
        
            *以上所有图片仅供参考，请以实物为准，所有数据均来自华为实验室。
            **充电数据来源于华为实验室测试结果，指在温度25℃，相对湿度：45%~80%环境下，使用HUAWEI
            SuperCharge充电器与原装充电线，从1%电量开始，后台仅有4G网络待机状态下灭屏充电。
            ***使用数据来源于华为实验室测试结果，指在温度25℃，相对湿度：45%~80%环境下：
            上网：屏幕亮度60nits, 4G信号强度大于-90dBm，浏览静态网页。
            通话：3G网络环境，3G信号强度大于-80dBm，灭屏、耳机模式下，50%音量。
            视频：屏幕亮度60nits，4G信号满格，耳机播放本地720P视频文件，50%音量。 
            实际时间可能因手机使用具体条件而发生变化。
        
    


    
    
        
            
                
                    
                        服务热线
                        400-830-8300 / 800-830-8300（座机）
                            普通话 7*24小时
                    
                    微信客服
                    在线客服
                    查找零售店
                
            
        
        
            
                
                    购买产品
                    智能手机
                    笔记本&平板
                    智能穿戴
                    智能家居
                    移动宽带
                    配件
                
                
                    购物支持
                    购物指南
                    快捷支付
                    配送范围与费用
                    查询订单
                    实名认证
                
                
                    服务于支持
                    保修政策
                    退换货政策
                    物流查询
                    预约服务
                    寄修服务
                    手册与下载
                    预置应用公示
                    花粉俱乐部
                
                
                    关于我们
                    关于我们
                    华为商城
                    企业业务
                    运营商网络
                    华为海洋
                    华为集团
                    加入华为
                
                
                    新闻中心
                    华为新闻
                    媒体报道
                    华为视频
                
                
                    
                        访问花粉俱乐部
                        
                            
                        
                    
                    
                        关注我们
                        
                            
                                
                                    
                                
                            
                            
                        
                    
                    
                        关注花粉俱乐部
                        
                            
                                
                                    
                                
                            
                            
                        
                    
                
            
        
        
            
                
                    网站地图
                    联系我们
                    版权申明
                    法律声明
                    隐私政策
                
            
            版权所有 ? 华为技术有限公司 1998-2017。保留一切权利。粤A2-20044005号 
        
    



]]></description>
    </item>
        <item>
        <title><![CDATA[Untitled]]></title>
		<link><![CDATA[https://gaohonggao.wodemo.com/entry/438749]]></link>
		<dc:creator><![CDATA[搞搞搞 (@gaohonggao)]]></dc:creator>
		<pubDate><![CDATA[Mon, 24 Apr 2017 23:22:06 -0700]]></pubDate>
        <description><![CDATA[


    
    华为手机Meta9
    
    
    
  
    
    
    







    
    
        
            智能手机
            笔记本&平板
            穿戴设备
            智能家居
            更多产品
            软件应用
            服务与支持
            登录
            注册
        
    


    
        
        
        
    



            
    
            

            
            
                首页
                
                手机
                
                HUAWEI Mate 9
            
    

   
    
        
            发现更多
        
        
            服务支持
        

        
            立即购买
        
    




    
    
                
                
                    
                            
                                进步,再进一步
                                革 命 性 的 安 卓 体 验
                                HUAWEI Mate9
                                华为|徕卡 联合设计
                                    
                                        新一代麒麟960芯片
                                        智能学习的EMUI5.0
                                        突破性解决安卓卡顿
                                    
                            
                            
                               ,
                            
                
    
    
    
      
        
        
            快,另人惊叹
            新一代旗舰芯片 华为麒麟960
            HUAWEI Mate 9搭载的麒麟960芯片， 八核CPU较上一代数据处理能力大幅提升；Mali G71八核GPU
            相较上一代在图形处理性能上提升180%。结合比上一代技术提速100%的UFS2.1高速闪存，带来难以
            想象的高速与流畅。
            
                
                    
                    
                    
                    
                
            
            了解更多
        
      
        
                
                
        
    

   
    
        
        
            与专业相机更近一步
            第二代徕卡双镜头 2倍双摄变焦
            为了成就更加清晰动人的影像，第二代徕卡双镜头继承了
            徕卡对镜头及图形质量的严苛要求，整体成像比上一代镜头
            更进一步。创新使用双摄技术实现2倍双摄变焦，远景细腻呈现；
            大光圈模式2.0，调节景深、虚化背景，画面层次更加分明。
            双摄PIXEL BINNING技术，提升1倍亮度，无论白天还是夜晚，
            都是你的随身摄影搭档。
                
                    
                        
                        
                        
                        
                    
                
                
                    了解更多
                
        
    

  
    
        
    
   
    
        
        

                                
                                            改写 "续航" 定义
                                            HUAWEI SuperCharge安全疾速续能
                                            传承HUAWEI Mate系列DNA，4000mAh（典型值）
                                            高密度电池与新一代智电技术5.0配合恰到好处，带来更长的
                                            续航体验。
                                            不仅如此，HUAWEI SuperCharge快充技术，支持5A快充，
                                            充电30分钟可连续观看视频12小时*。安全方面，识别不同
                                            充电器及数据线，匹配智能快充方案；更有15层安全保护
                                            机制，让手机使用更安心。
                                            
                                                
                                                    
                                                    
                                                    
                                                
                                            
                                            
                                                了解更多
                                            
                                
                    

                    
            *数据来自华为实验室，具体时间视使用环境而定
        
    
   
    
        
                    
                          
                         


                    

                    
                        化繁为简，交互革命
                        EMUI 5.0智能系统
                        从爱琴海岸浪漫的蓝白色调中得到启迪，衍生出EMUI5.0
                        洁净舒畅的界面风格；以水为灵感，设计出恬静自然的动态
                        效果。
                        世界越复杂，我们越简单。EMUI 5.0智能操作系统中90%
                        的常用操控，3步之内即可完成，旨在引领一场简洁高效的
                        交互革命。
                        
                            
                                
                                
                                
                                
                            
                        
                        
                            了解更多
                        
                    
    

    
    
        
        
            金融级安全守护
            金融级安全芯片 立体式保护
            HUAWEI Mate 9拥有通过央行和银联安全认证的*1 、集成到Kirin960 SoC的金融级安全芯片，更有芯片级
            防伪基站侦测技术，预防电信诈骗，守护你的信息安全。你还可以通过不同指纹认证快速切换到不同系统
            空间，生活和工作一指轻松分开。即使手机丢失，还能通过查找我的手机功能*2 ，远程删除个人隐私数据。
            
                
                    
                    
                    
                    
                    
                
            
            
                了解更多
            
        
        
            * 1 通过央行《中国金融移动支付》标准和中国银联
            《银联卡芯片（集成电路）安全认证》标准
            * 2 需要设置查找我的手机功能
            * 3 Huawei Pay适配工商银行、中国银行、建设银行、交通银行、
            中信银行等等在内的36家银行
        
    

    
        
        
            饕餮视听盛宴
            4K高清录像 横屏立体声
            拥有新一代高性能Hi6403音频芯片，HUAWEI Mate 9给你带来沉浸式视听享受。双Smart PA设计，竖屏
            时高低音分频，横屏时左右立体声。4K高清摄像，画面如丝般细腻，高压缩编码技术还能节省至多50%的
            存储空间*。创新的4Mic 指向性拾音技术，清晰记录你想记录。
            
                
                    
                    
                    
                    

                
            

            
                了解更多
            
        
        
            
                
            
            
                
            
            *压缩比视片源情况有所不同
        
    

    
    
        
        
            行广阔世界
            支持世界主流频段 4Mic降噪丽音
            HUAWEI Mate 9支持1334个运营商、217个国家/地区轻松漫游，
            副卡还支持GSM/CDMA/WCDMA。采用LTE-Advanced Cat.12
            基带，峰值下行速率可达600Mbps*1，理论上15s内即可完成一部
            1G的高清电影下载。更有天际通*2 功能，海外出行无需购买当地
            电话卡或外置上网设备，便可享受便捷的境外通讯和上网服务。

            
                
                    
                    
                    
                    
                    
                
            

            
                了解更多
            

        

        
            * 1实际下载速率因运营商网络情况及无线环境不同而变化
            * 2共有80多个国家和地区支持天际通付费全球移动数据服务
            * 3不支持主副卡为电信+电信的情况

        
    


    
        
        
            多样配件，让生活更轻松＊
            从智能视窗保护套，到贴心便捷的手机导航套件，多样配件为你打造品质生活。更有HUAWEI
            SuperCharge车载快速充电器，能在驾驶过程中轻松实现快速充电，这一切只为让生活更轻松。
            
                
                    
                    
                    
                    
                
            
        
        
            
        

    
   
    
        
            
        
        
            
        
        
            
        
        
            *以上所有图片仅供参考，请以实物为准，所有数据均来自华为实验室。
            **充电数据来源于华为实验室测试结果，指在温度25℃，相对湿度：45%~80%环境下，使用HUAWEI
            SuperCharge充电器与原装充电线，从1%电量开始，后台仅有4G网络待机状态下灭屏充电。
            ***使用数据来源于华为实验室测试结果，指在温度25℃，相对湿度：45%~80%环境下：
            上网：屏幕亮度60nits, 4G信号强度大于-90dBm，浏览静态网页。
            通话：3G网络环境，3G信号强度大于-80dBm，灭屏、耳机模式下，50%音量。
            视频：屏幕亮度60nits，4G信号满格，耳机播放本地720P视频文件，50%音量。 
            实际时间可能因手机使用具体条件而发生变化。
        
    


    
    
        
            
                
                    
                        服务热线
                        400-830-8300 / 800-830-8300（座机）
                            普通话 7*24小时
                    
                    微信客服
                    在线客服
                    查找零售店
                
            
        
        
            
                
                    购买产品
                    智能手机
                    笔记本&平板
                    智能穿戴
                    智能家居
                    移动宽带
                    配件
                
                
                    购物支持
                    购物指南
                    快捷支付
                    配送范围与费用
                    查询订单
                    实名认证
                
                
                    服务于支持
                    保修政策
                    退换货政策
                    物流查询
                    预约服务
                    寄修服务
                    手册与下载
                    预置应用公示
                    花粉俱乐部
                
                
                    关于我们
                    关于我们
                    华为商城
                    企业业务
                    运营商网络
                    华为海洋
                    华为集团
                    加入华为
                
                
                    新闻中心
                    华为新闻
                    媒体报道
                    华为视频
                
                
                    
                        访问花粉俱乐部
                        
                            
                        
                    
                    
                        关注我们
                        
                            
                                
                                    
                                
                            
                            
                        
                    
                    
                        关注花粉俱乐部
                        
                            
                                
                                    
                                
                            
                            
                        
                    
                
            
        
        
            
                
                    网站地图
                    联系我们
                    版权申明
                    法律声明
                    隐私政策
                
            
            版权所有 ? 华为技术有限公司 1998-2017。保留一切权利。粤A2-20044005号 
        
    



. anquan01.png. anquan02.png. anquan03.png. anquan04.png. anquan05.png. banner.jpg. banner_phone.png. baohu1.jpg. chilun.jpg. chilun1.png. chilun2.png. chilun3.png. chilun4.png. endurance.jpg. endurance.jpg. reset.css. 1200px.css. jquery-1.11.3.js. Meta9.js]]></description>
    </item>
    </channel>
</rss>
