*{margin:0 auto;padding:0;box-sizing:border-box;font-weight: normal;}
html,
body{font-family:"Microsoft YaHei",Helvetica,Tahoma,Arial,sans-serif;
    overflow-x:hidden;
    text-align: center;
    color:#333;
   }
.wapper{
    width: 100%;
    /* height: 650px; */
    background:rgba(240,242,250,1);
    padding-bottom: 80px;
}
.wapper2{
    width: 100%;
    /* height: 650px; */
    background:rgba(0,138,243,1);
    padding-bottom: 80px;
}
.container2{
    width: 1063px!important;
}
.container_l img{
    width: 545px;
    height: 415px;
    margin-top: 60px;
}
.container_l{
    float: left;
}
.container_r{
    margin-left: 6px;
    float: left;
    width: 427px;
}
.container_r>img{
   margin-top: 108px;
   height: 72px;
   /* width: 427px; */
}
.container_r>p{
    height: 84px;
    font-size: 20px;
    color: rgba(158,158,158,1);
    line-height: 28px;
    margin-top: 12px;
    text-align: left;
    width: 272px;
    margin: 12px auto 0px;
}
.container_r_b{
    margin-top: 15px;
    /* width: 100%; */
}
.container_r_b>img{
    width: 126px;
    /* height: 175px; */
    float: left;
}
.container_r_b_r{
    float: left;
    margin-left: 28px;
    margin-top: 18px;
}
li {
    list-style: none;
}

a:link{text-decoration:none!important;   /* 指正常的未被访问过的链接*/

}
a:visited{
    text-decoration:none!important; /*指已经访问过的链接*/
}
a:hover{text-decoration:none!important;/*指鼠标在链接*/}
a:active{text-decoration:none!important;/* 指正在点的链接*/ 
}
a{
    text-decoration: none!important;
}
.li_1,.li_2{
    width:250px;
    height:42px;
    border:1px solid rgba(0,111,184,1);
    border-radius:4px;
    line-height: 42px;
    font-size:20px;
    color:rgba(0,111,184,1);
    margin-bottom: 15px;
    text-decoration:none;
    cursor: pointer;
}
.li_11,.li_22{
    width:250px;
    height:42px;
    border:1px solid rgba(255,255,255,1);
    border-radius:4px;
    line-height: 42px;
    font-size:20px;
    color:rgba(255,255,255,1);
    margin-bottom: 15px;
    text-decoration:none;
    cursor: pointer;
}
.li_11>e{
    background-image: url("/static/img/xiazai/iOSb.png");
    width: 20px;
    height: 24px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 11px;
    vertical-align: middle;
}
.li_22>e{
    background-image: url("/static/img/xiazai/anb.png");
    width: 22px;
    height: 24px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 11px;
    vertical-align: middle;
}
.li_1>e{
    background-image: url("/static/img/xiazai/iOS.png");
    width: 20px;
    height: 24px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 11px;
    vertical-align: middle;
}
.li_2>e{
    background-image: url("/static/img/xiazai/an.png");
    width: 22px;
    height: 24px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 11px;
    vertical-align: middle;
}
.li_1:hover,.li_2:hover{
    border:0px;
    color:#fff;
    background-color:rgba(0,111,184,1);;
}
.li_1:hover e{
    background-image: url("/static/img/xiazai/iOSb.png");
}
.li_2:hover e{
    background-image: url("/static/img/xiazai/anb.png");
}
.li_11:hover,.li_22:hover{
    border:0px;
    color:#fff;
    background-color:rgba(0,111,184,1);;
}
.li_1:hover e{
    background-image: url("/static/img/xiazai/iOSb.png");
}
.li_2:hover e{
    background-image: url("/static/img/xiazai/anb.png");
}