html {
    font-size: 62.5%;
    font-size:75%\9;
    color: #222;
}
*{margin:0;padding: 0;font-family:Microsoft Yahei;}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}
a{color:#333;text-decoration: none;}
image{border:none;}
li {
    list-style: none;
}
body{background: #f5f5f5;}
/* ==========
   工具样式
   ========== */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.vbox{
    width:1280px;
    margin:40px auto;
}
.vbox ul li{
    width:590px;
    margin:0 25px;
    height: 740px;
    float:left;
}
.vbox ul li .bos{
    float:left;
    font-size:17px;
    color:#333;
    line-height: 80px;
    margin-left:30px;
}
.vbox ul li .bos font{color:#00c1de;}
.vbox ul li .boa{
    float:right;
    width:120px;
    height:40px;
    display: block;
    background: #00c1de;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
    color:#fff;
    margin:20px;
    transition: 0.5s;
    border:1px solid #00c1de;
}
.vbox ul li .boa:hover{
    color:#00c1de;
    background: none;
    transition: 0.5s;
}
.vbox ul li .bo1{
    width:544px;
    height:657px;
    background: url(../images/siteshop/img_box.png) no-repeat;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin-left: 22px;
    position: relative;
}
.vbox ul li .bo1 .bo1img{
    width:522px;
    height:631px;
    position: relative;
    top:12px;
    left:11px;
}
.vbox ul li .bo1 .bo1img .flws{
    width:100%;
    height:631px;
    background: url(../images/siteshop/flw.png);
    position: absolute;
    z-index: 50;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.vbox ul li .bo1 .bo1img:hover .flws{
    transition: 0.5s;
    opacity: 1;
    filter:alpha(opacity=100);
}
.vbox ul li .bo1 .bo1img .flws .sous{
    display: block;
    width:160px;
    height:55px;
    background: #00c1de;
    margin:260px auto;
    text-align: center;
    border-radius: 100px;
    color:#fff;
    font-size:18px;
    line-height: 55px;
    border:1px solid #00c1de;
    transition: 0.5s;
}
.vbox ul li .bo1 .bo1img .flws .sous:hover{
    transition: 0.5s;
    background: none;
}

.vbox ul li .bo1 .ipadbox{
    position: absolute;
    z-index: 100;
    width:295px;
    height:199px;
    background: url(../images/siteshop/ipad.png) no-repeat;
    margin-top: 460px;
    margin-left:-20px;
}
.vbox ul li .bo1 .ipadbox .ipad_img{
    width:232px;
    height:173px;
    background: #ccc;
    margin:14px 31px;
    position: relative;
}
.vbox ul li .bo1 .ipadbox .ipad_img .ipad_fl{
    width:100%;
    height:173px;
    position: absolute;
    z-index: 100;
    background: url(../images/siteshop/flw.png);
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.vbox ul li .bo1 .ipadbox .ipad_img:hover .ipad_fl{
    opacity: 1;
    filter:alpha(opacity=100);
    transition: 0.5s;
}
.vbox ul li .bo1 .ipadbox .ipad_img .ipad_fl .sk{
    display: block;
    text-align: center;
    padding:68px 0;
}
.vbox ul li .bo1 .shouji{
    width:162px;
    height:332px;
    position: absolute;
    z-index: 120;
    background: url(../images/siteshop/phone.png) no-repeat;
    right:-25px;
    top: 326px;
}
.vbox ul li .bo1 .shouji .shoujiimg{
    width:142px;
    height:253px;
    margin:39px 10px;
    background: #ccc;
}
.vbox ul li .bo1 .shouji .shoujiimg .sj_flw{
    width:142px;
    height:253px;
    background: url(../images/siteshop/flw.png);
    position: absolute;
    z-index: 200;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.vbox ul li .bo1 .shouji .shoujiimg:hover .sj_flw{
    transition: 0.5s;
    opacity: 1;
    filter:alpha(opacity=100);
}
.vbox ul li .bo1 .shouji .shoujiimg .sj_flw .sk{
    display: block;
    text-align: center;
    padding:108px 0;
}
/*优势介绍*/
.bo2{
    width:100%;
    background: #fff;
}
.bo2 .pobt{
    width:100%;
    height:60px;
    background: url(../images/siteshop/line.png) bottom repeat-x;
    margin-top: 20px;
}
.bo2 .pobt p{
    width:75px;
    font-size:18px;
    color:#333;
    height:59px;
    line-height: 59px;
    border-bottom:1px solid #00c1dd;
    margin:0 auto;
    text-align: center;
}
.bo2 .po1{
    width:1200px;
    margin:0 auto;
}
.bo2 .po1 ul li{
    width:300px;
    height:280px;
    background: #fff;
    float:left;
    margin-top: 30px;
    cursor:pointer;
    transition: 0.5s;
}
.bo2 .po1 ul li:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transition: 0.5s;
    position: relative;
    z-index: 500;
}
.bo2 .po1 ul li .po1img{
    width:300px;
    text-align: center;
    padding:30px 0 0 0;
}
.bo2 .po1 ul li .pps1{
    width:100%;
    height:30px;
    text-align: center;
    line-height: 30px;
    font-size:16px;
}
.bo2 .po1 ul li .pps2{
    width:80%;
    text-align: center;
    line-height: 24px;
    font-size:14px;
    color:#999;
    margin:5% 10%;
}
.bo2 .photos{
    width:100%;
    overflow: hidden;
}
.bo2 .pofw{
    width:100%;
    height:300px;
    background: url(../images/siteshop/the_line.png) 0px 180px repeat-x;
}
.bo2 .pofw .pofw_c{
    width:1200px;
    overflow: hidden;
    margin:0 auto;
}
.bo2 .pofw ul .lis1{
    width:240px;
    height:300px;
    float:left;
}

.bo2 .pofw ul .lis1 .ic{
    width:164px;
    height:128px;
    margin:25px 38px 0 38px;
    overflow: hidden;
    position: relative;
}
.bo2 .pofw ul .lis1 .ic .iconsimg{
    position: absolute;
    z-index: 400;
    top:128px;
    transition: 0.5s;
}
.bo2 .pofw ul .lis1:hover .iconsimg{
    top:0px;
    transition: 0.5s;
}
.bo2 .pofw ul .lis1 .ic2{
    width:23px;
    height:23px;
    margin:19px auto;
    background: url(../images/siteshop/fd.png) no-repeat;
}
.bo2 .pofw ul .lis1 .ic2 .ic2s{
    width:11px;
    height:11px;
    background: url(../images/siteshop/yd.png) no-repeat;
    position: relative;
    top:6px;
    left:6px;
}
.bo2 .pofw ul .lis1:hover .ic2s{
    background: url(../images/siteshop/yd_h.png) no-repeat;
}
.bo2 .pofw ul .lis1 .pc1{
    text-align: center;
    line-height: 30px;
    font-size:16px;
    color:#333;
}
.tjly{
    width:100%;
    background: #FFFFFF;
    overflow: hidden;
}

.tjly .tjlyc{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.tjly .tjlyc .liu_right{
    margin-top: 10px;
    overflow: hidden;
    margin-left:250px;
}
.tjly .tjlyc .liu_right .tc{
    font-size:14px;
    color:#333333;
    font-weight:bold;
    float:left;
    line-height: 24px;
}
.tjly .tjlyc .liu_right .tc3{
    font-size:14px;
    color:#333333;
    font-weight:bold;
    float:left;
    line-height: 30px;
    margin-top:20px;
}
.tjly .tjlyc .liu_right .tc2{
    width:800px;
}
.tjly .tjlyc .liu_right .tc4{
    margin-left:20px;
}
.tjly .tjlyc .liu_right .tcs1{
    float:left;
    font-size:14px;
    color:#696969;
    height:25px;
    border:1px solid #DBDBDB;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding:0 10px;
    text-align: center;
    line-height: 24px;
    margin-right:20px;
    cursor:pointer;
}
.tjly .tjlyc .liu_right .tcs1dq{
    border:1px solid #FFAC6A;
    background: #FFF1E6;
    color:#FE760A;
}
.tjly .tjlyc .liu_right .tcss{
    margin-left:70px;margin-top:15px;
}
.tjly .tjlyc .liu_right .tcs_input{
    display: none;
}
.tjly .tjlyc .liu_right li{
    overflow: hidden;
}
.tjly .tjlyc .liu_right .tcinput{
    height:35px;
    width:290px;
    color:#999999;
    font-size:14px;
    border:1px solid #e0e0e0;
    line-height: 35px;
    border-radius: 5px;
    padding-left:10px;
    margin-top:17px;
    float:left;
}
.tjly .tjlyc .liu_right .tcinput2{
    height:35px;
    width:247px;
    color:#999999;
    font-size:14px;
    border:1px solid #e0e0e0;
    line-height: 35px;
    border-radius: 5px;
    padding-left:10px;
    margin-top:17px;
    float:left;
}
.tjly .tjlyc .liu_right .liuk{
    width:644px;
    border-radius: 5px;
    border:1px solid #e0e0e0;
    height:100px;
    margin-top:20px;
    padding-top:5px;
    font-size:14px;
    color:#999999;
    padding-left:10px;
}
.tjly .tjlyc .liu_right .liu_btn1{
    width:163px;
    height:42px;
    border-radius: 5px;
    border:1px solid #00c1dd;
    background: #00c1dd;
    font-size:16px;
    line-height: 40px;
    color:#fff;
    font-weight: bold;
    margin-left:70px;
    margin-top:18px;
    float:left;
}
.tjly .tjlyc .liu_right .liu_btn2{
    width:120px;
    height:42px;
    border-radius: 5px;
    border:1px solid #1074C9;
    background: #0A8EFD;
    font-size:16px;
    line-height: 40px;
    color:#fff;
    font-weight: bold;
    margin-left:20px;
    margin-top:18px;
    float:left;
}
.tjly .tjlyc .liu_img{
    float:right;
}


.a1 .bo1 {
    width: 544px;
    height: 657px;
    background: url(../images/siteshop/img_box.png) no-repeat;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin-left: 22px;
    position: relative;
    float:left;
}


/* 详情页  */
.a1 .bo1 .bo1img{
    width:522px;
    height:631px;
    position: relative;
    top:12px;
    left:11px;
}
.a1 .bo1 .bo1img .flws{
    width:100%;
    height:631px;
    background: url(../images/siteshop/flw.png);
    position: absolute;
    z-index: 50;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.a1 .bo1 .bo1img:hover .flws{
    transition: 0.5s;
    opacity: 1;
    filter:alpha(opacity=100);
}
.a1 .bo1 .bo1img .flws .sous{
    display: block;
    width:160px;
    height:55px;
    background: #00c1de;
    margin:260px auto;
    text-align: center;
    border-radius: 100px;
    color:#fff;
    font-size:18px;
    line-height: 55px;
    border:1px solid #00c1de;
    transition: 0.5s;
}
.a1 .bo1 .bo1img .flws .sous:hover{
    transition: 0.5s;
    background: none;
}

.a1 .bo1 .ipadbox{
    position: absolute;
    z-index: 100;
    width:295px;
    height:199px;
    background: url(../images/siteshop/ipad.png) no-repeat;
    margin-top: 460px;
    margin-left:-20px;
}
.a1 .bo1 .ipadbox .ipad_img{
    width:232px;
    height:173px;
    background: #ccc;
    margin:14px 31px;
    position: relative;
}
.a1 .bo1 .ipadbox .ipad_img .ipad_fl{
    width:100%;
    height:173px;
    position: absolute;
    z-index: 100;
    background: url(../images/siteshop/flw.png);
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.a1 .bo1 .ipadbox .ipad_img:hover .ipad_fl{
    opacity: 1;
    filter:alpha(opacity=100);
    transition: 0.5s;
}
.a1 .bo1 .ipadbox .ipad_img .ipad_fl .sk{
    display: block;
    text-align: center;
    padding:68px 0;
}
.a1 .bo1 .shouji{
    width:162px;
    height:332px;
    position: absolute;
    z-index: 120;
    background: url(../images/siteshop/phone.png) no-repeat;
    right:-25px;
    top: 326px;
}
.a1 .bo1 .shouji .shoujiimg{
    width:142px;
    height:253px;
    margin:39px 10px;
    background: #ccc;
}
.a1 .bo1 .shouji .shoujiimg .sj_flw{
    width:142px;
    height:253px;
    background: url(../images/siteshop/flw.png);
    position: absolute;
    z-index: 200;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.5s;
}
.a1 .bo1 .shouji .shoujiimg:hover .sj_flw{
    transition: 0.5s;
    opacity: 1;
    filter:alpha(opacity=100);
}
.a1 .bo1 .shouji .shoujiimg .sj_flw .sk{
    display: block;
    text-align: center;
    padding:108px 0;
}


.details .a2_text
{
	margin-left: 60px;
}