body,html{
    width: 100%;
    height: 100%;
    /*background-color: #ffffff;*/
    font-family: microsoft yahei, arial, sans-serif;

}
.main{
    width: 100%;
    min-width: 1200px;
    height: auto;
    background:url("../images/banner.png") no-repeat top;
    background-size: 100% 100%;
    padding-bottom: 30px;
}

.header{
    min-width: 1200px;
    margin: 0px auto 0;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #414143;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 2px 2px 2px #ccc;
}
.common{
    max-width: 1200px;
    margin: 0px auto;
}
.header-left{
    float: left;
    margin-left: 10px;
}
.header-left img{
    vertical-align: middle;
}

.header-right{
    float: right;
}

.header-right ul li{
    display: inline-block;
    padding: 0px 25px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid gainsboro;
}
.header-right ul li:last-child{
    border-right: none;
}
.header-right ul li a{
    margin-right: 10px;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}
.header-right ul li a.active{
    color: #488bf4;
    display: inline-block;
    height: 38px;
    border-bottom: 2px solid #488bf4;
}


.content{
    min-width: 1200px;
    margin: 0px auto 0;
}
.first{
    height: auto;
    background:#fafbf7;
    box-shadow: 0px 0px 3px #ccc;
    padding-left: 20px;
    margin-top: 20px;
}
.first ul li{
    margin: 20px 18px 20px 0;
    float: left;
    position: relative;

}

.first ul li{
    width: 277px;
    height: 284px;
    overflow: hidden;
}

.first ul li .scale:hover{
    width: 277px;
    height: 284px;
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;

}

.first ul li:last-child{
    margin-right: 0;
}
.detail{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 70px;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.detail-title{
    font-size: 18px;
    padding-bottom: 6px;
}
.detail p{
    font-size: 12px;
    line-height: 18px;
}
.zuihuo img{
    position: absolute;
    top: -7px;
    right: -4px;
}

.second{
    padding: 0 30px;
    height: auto;
    background:#fafbf7;
    margin-top: 30px;
}
.second-top{
    padding-top: 15px;
}
.second-top img{
    vertical-align: middle;
}
.second-top span{
    font-size: 26px;
    color: #333333;
    vertical-align: middle;
    padding-left: 10px;
}
.second-img{
    padding: 20px 0px 0;
}

.about-us{
    min-width: 1200px;
    height: auto;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}

.about-us-top{
    padding-bottom: 20px;
    margin-left: 45px;
}
.about-us-top img{
    vertical-align: middle;
}
.about-us-top span{
    font-size: 26px;
    color: #333333;
    vertical-align: middle;
    padding-left: 10px;
}
.about-us-content{
    font-size: 15px;
    color: #333333;
    text-indent: 20px;
    line-height: 25px;
    margin-left: 25px;
}


.footer{
    min-width: 1200px;
    margin: 0px auto 0;
    background: #3a3a3c;
}
.footer-first{
    padding: 20px 0;
    border-bottom: 1px solid #444444;
}
.footer-first p{
    font-size: 13px;
    color: #a3a3a3;
   text-align: center;
    line-height: 25px;
}
.footer-second{
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.footer-second ul li{
    display: inline-block;
    padding: 0 30px;
    color: #a3a3a3;
    font-size: 13px;
    border-right: 1px solid #5d5d5e;
}
.footer-second ul li:last-child{
    border-right: none;
}
.footer-bottom{
    padding-top: 20px;
    color: #a3a3a3;
    font-size: 13px;
}
.mr-60{
    margin-right: 60px;
}
.mr-25{
    margin-right: 25px;
}

.footer-postion{
    position: absolute;
    right: 160px;
    top: 22px;
}



.shangcheng{
    min-width: 1200px;
    margin: 0px auto 0;
}
.shangcheng img{
    width: 100%;
}

.shangcheng-in{
    min-width: 1200px;
    margin: 0px auto 0;
}


.download{
   /*float: right;*/
    text-align: right;
    margin-right: 30px;
    margin-top: 30px;
}
.iphone-download{
    margin-top: 10px;
}
.android-download{
    margin-top: 10px;
}