* {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "思源黑体 CN Light";
}

h2{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.font-col{
    color: #FFFFFF;
}
.blank{
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    width: 20px;
    height: 2px;
}
.blank1{
    background-color: #ffcc00;
    border-radius: 4px;
}
.blank2{
    background-color: #00c4e1;
    border-radius: 4px;
}
#bg{
    background-color: #F4F4F6;
}
.mar-top{
    margin-top: 5px;
    padding:20px 0;
}
.mar-top2{
    margin-top: 5px;
    padding-top: 20px;
}
.mar-top3{
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.nav{

    height: 49px;
    position: absolute;
    top: 0;
    z-index: 90;
    width: 100%;   
}
.navigation{
    position: relative;
}
.navi{
    width: 100%;
/*    padding: 10px 15px;*/
    
    height:49px;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.2;
}
.navig{
    position: absolute;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.navig .menu{
    display: inline-block;
    background-image: url("../photos/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 19px;
    float: left;
    margin-top: 5px;
}
.navig .peisong{
    display: inline-block;
    background-image: url("../photos/peisong2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 3px;
}
.nav .title{
    width: 140px;
    height: 30px;
    float: left;
    margin-left: 23%;
}
.nav .title img{
    width: 27px;
    height: 30px;
    float: left;
}
.nav .title span{
    font-weight: 500;
    font-size: 20px;
    margin-left: 5px;
    color: #FFFFFF;
    line-height: 30px;
}
.nav .title h1{
    float: right;
}
#download{
    background-color: #F5EFE9;
}
#download h2{
    color: #333333;
}
#download .subhead{
    color:#333333;
    font-size: 14px;
    text-align: center;
}
#download .iphone{
    text-align: center;
    margin-top: 15px;
    background-image: url("../photos/iphone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 103px;
    height: 184px;
    display: block;
    position: relative;
}
#download .iphone .delivery{
    position: absolute;
    left: -115px;
    bottom: 45%;
}
#download .iphone .delivery .del{
    float: left;
    text-align: right;
    margin-right: 2px;
}
#download .iphone .delivery img{
    width: 58px;
    height: 25px;
    float: right;
    margin-top: 5px;
}

#download .iphone .purchase{
    position: absolute;
    right: -108px;
    bottom: 73%;
}
#download .iphone .purchase .pur{
    float: right;
    text-align: left;
    margin-left: 4px;
}
#download .iphone .purchase img{
    width: 72px;
    height: 25px;
    float: left;
    margin-top: 5px;
}

#download .iphone .fitment{
    position: absolute;
    right: -95px;
    bottom: 17%;
}
#download .iphone .fitment .fit{
    float: right;
    text-align: left;
    margin-left: 4px;
}
#download .iphone .fitment img{
    width: 42px;
    height: 25px;
    float: left;
    margin-top: 5px;
}



#download .iphone .ch{
    color:#333333;
    font-size: 14px;
}
#download .iphone .en{
    color:#666666;
    font-size: 12px;
}
#download .left-side{
    background-image: url("../photos/background_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 132px;
    height: 85px;
    position: absolute;
    left: 0;
    margin-top: 163px;
}
#download .right-side{
    background-image: url("../photos/background_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 86px;
    height: 35px;
    position: absolute;
    right: 20px;
    margin-top: 213px;
}
#download .building{
    margin-top: 5px;
    text-align: center;
}
#download .building a{
    color: #FFFFFF;
    background-color: #ffcc00;
    padding: 4px 15px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 10px 15px #E6E6E6;
}
#realize{
    background-image: url("../photos/picture1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    text-align: center;
}
#realize .rel-bg{
    margin-top: 20px;
}
#realize .rel-des{
    width: 82%;
    background-color: #FFFFFF;
    padding: 10px 15px;
    opacity: 0.2;
    position: absolute;
    height: 50px;
    left: 10px;
    right: 10px;
}
#realize .rel-bg p{
    width: 85%;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    position: absolute;
    margin-top: 14px;
    left: 4%;
    right: 4%;
}
#realize .triangle{   
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #FFFFFF;
    position: absolute;
    margin-top:70px;
    left: 5%;
    right: 5%;
    opacity: 0.2
}
#realize .rel-more{
    margin-top: 160px;
}
#realize .more{
    background-color: #FFFFFF;
    opacity: 0.4;
    width: 42px;
    height: 42px;
    border-radius: 25px;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.4);
    display: block;
    cursor: pointer;
}
#realize .rel-more a{
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    bottom: 30px;
    letter-spacing: 2px;
}
#service{
    background-color: #FFFFFF;
}

#service .building{
    background-image: url("../photos/picture2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 118px;
    text-align: center;
}

#service .building a{
    color: #FFFFFF;
    background-color: #ffcc00;
    padding: 4px 15px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 10px 15px #E6E6E6;
}
#service .service-con{
    padding: 0 5px 0 0;
    color: #333333;
    margin-bottom: 10px;
}
#service .service-con ul li ul li{
    margin-bottom: 15px;
    height: 45px;
}
#service .ser-con1{ 
    text-align: right;
    margin-right: 14px;
    width: 75px;
}
#service .ch-pur{
    font-size: 14px;
}
#service .en-pur{
    font-size: 12px;
    word-break: break-word;
    color: #999999;
}

#service .side{
    display: table;
    width: 100%;
}
#service .side .side1{
    display: table-cell;
    vertical-align: top;
}
#service .left-side{
    width: 80px;
}
#service .right-side {
    width: 1px;
}
#service .right-side .cir a{
    width:5px;
    height: 5px;
    background-color: #00c4e1;
    border-radius: 25px;
}
#company{
    background-color: #FFFFFF;
}
#select{
    background-image: url("../photos/picture3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px 12% 50px 12%;  
    
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 2px;
}
#news{
    background-color: #FFFFFF;
}
#news ul li{  
    background-image: url("../photos/enter.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
}

#news ul a{
    padding: 14px 15px; 
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    color: #333333; 
   
}
#news ul .new-bg{
    background-color: #f4f4f6;
}
#news .btn-bg{
    background-color: #FFFFFF;
   
}
#news .btn-bg1{
    background-image: url("../photos/modify-2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    text-align: center;
    padding-top: 18px;
}
#news .btn-bg1 a{
    color: #FFFFFF;
    background-color: #ffcc00;
    padding: 4px 15px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 10px 15px #E6E6E6;
}

#distribute{
    background-image: url("../photos/picture4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50px;   
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
}
#distribute h3{
    font-size: 16px;
    color: #FFFFFF;
}
#footer{
    color: #FFFFFF;
    text-align: center;
    background-color: #3E3E3E;
    background-image: url("../photos/modify-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#footer .foot{
    padding: 17px 10px 20px 10px;
}
#footer .foot a{
    color: #FFFFFF;
    font-size: 14px;
}
#footer .foot .apply{
    width: 200px;
    height: 80px;
    margin-top: 25px;
}
#footer .foot .apply img{
    width: 50px;
    height: 50px;
}
#footer .foot .apply a{
    display: inline-block;
}
#footer .foot .apply p{
    margin-top: 5px;
    font-size: 12px;
}
#footer .foot .copy{
    font-size: 12px;
    margin-top: 10px;
}
#footer .lianjie{
	margin-top: 15px;
	text-align:center;
}
#footer .lianjie a{
	text-decoration:underline;
	font-size: 12px;
}

#slider img{
    width: 100%;
    box-shadow:0px 1px 20px -8px rgba(0, 0, 0, 0.85);
}

#service .service-con ul.ser-con3 li {
    height: 5px;
    width: 5px;
    display: block;
    border-radius: 50%;
    background-color: #00f;
    margin-bottom: 50px;
}

ul.ser-con3 {
    height: 100%;
}

#service .service-con .ser-con2 li {
    list-style-type: disc;
    margin-left: 14px;
    color: #00c4e1;
    line-height: 19px;
}
    
#service .service-con .ser-con2 li .ch-pur{
    color:#333333;
}
#service .service-con .ser-con2 .col-bg{
   color:#ffcc00;
}

.linediv {
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
    width: 1px;
    background-image: url(../photos/col-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1px 180px;
}