/* 主样式 */
body {
    background-color: #eff4f8;
}

.box-cont {
    width: 1140px;
    margin: 0 auto;
}

/* 头部 */
.header {
    /* background: #0075dc; */
    background: #222;
    height: 45px;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .nav {
    width: 100%;
    padding-top: 4px;
}
.header .nav:after {
    content: "";
    display: block;
    clear: both;
}
.header .nav h1 {
    float: left;
    width: 114px;
    height: 36px;
}
.header .nav h1 a {
    display: block;
}
.header .nav h1 img {
    width: 100%;
    height: 100%;
}
.header .nav .menu {
    float: right;
}
.nav .menu li {
    color: #9d9d9d;
    font-size: 16px;
    line-height: 36px;
}
.nav .menu li a {
    color: #9d9d9d;
}
.nav .menu li:hover a {
    color: #fff;
}

.header-space {
    height: 45px;
}

/* page 块 */
.box-page { }
.box-page .title {
    overflow: hidden;
}
.box-page .title h2 {
    font-size: 42px;
    margin: 60px 0 10px;
    text-align: center;
    color: #333;
    line-height: 60px;
}
.box-page .title p {
    margin: 0 0 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.box-page .title hr {
    width: 680px;
    height: 0;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px auto 0;
}
.box-page .box-row {
    margin-top: 40px;
}
.box-page .box-row:after {
    content: "";
    display: block;
    clear: both;
}
.box-page .box-row ul {
    width: 110%;
}
.box-page .box-row li {
    float: left;
    width: 260px;
    height: 134px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}
.box-page .box-row li:hover {
    border-color: #abcdef;
}
.box-page .box-row li:hover a img {
    transform: scale(1.1);
}
.box-row li a {
    display: block;
    width: 252px;
    height: 126px;
    margin: 4px auto;
    overflow: hidden;
}
.box-row li a img {
    width: 100%;
    height: 100%;
}

/* software */
.box-ware .box-ware-info {
     display: none;
}

/* 文件下载 */
.box-down {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 428px;
    height: 288px;
    margin-left: -214px;
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(4,0,0,.1);
    z-index: 101;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    display: none;
}
.box-bg-shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    display: none;
}
.box-down .bd-title {
    height: 36px;
    /*background: #32a9fd;*/
    background: #222;
    position: relative;
}
.box-down .bd-title h4 {
    padding-left: 36px;
}
.box-down .bd-title img {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 20px;
    height: 20px;
}
.box-down .bd-title span {
    color: #fff;
    line-height: 36px;
    font-weight: bold;
}
.box-down .bd-title em {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    height: 30px;
    width: 30px;
    color: #e1f3fc;
    line-height: 30px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    cursor: pointer;
}
.box-down .bd-title em:hover {
    color: #fff;
}
.box-down .bd-margin {
    margin: 16px 16px 0 16px;
    border: 1px solid #b3dbf8;
    padding: 10px;
}
.box-down .bd-margin h4 {
    padding-bottom: 12px;
    border-bottom: 1px dashed #dde8f0;
    position: relative;
    padding-left: 44px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
.bd-margin h4 img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #efefef;
    width: 32px;
    height: 32px;
}
.bd-margin .file-body {
    padding-top: 12px;
}
.bd-margin .file-body li {
    height: 26px;
    line-height: 26px;
    position: relative;
    padding-left: 80px;
}
.file-body li span {
    position: absolute;
    top: 0;
    left: 6px;
    line-height: 26px;
    color: #989898;
}
.file-body li div {
    color: #4c4c4c;
}
.box-down .bd-btn {
    margin-top: 10px;
    text-align: center;
}
.box-down .bd-btn a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #0262b7;
    background: #0075dc;
    color: #e1f3fc;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.box-down .bd-btn a:hover {
    border-color: #0075dc;
    background: #0262b7;
    color: #fff;
}


/* 底部 */
.footer {
    margin-top: 70px;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.footer hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px auto;
}
.footer .f-nav {

}
.footer .f-nav:after {
    content: "";
    display: block;
    clear: both;
}
.footer .f-nav .fn-left {
    float: left;
    width: 550px;
}
.footer .f-nav .fn-right {
    float: right;
    margin-right: 2px;
}
.fn-left h4 {
    margin: 10px 0;
    height: 44px;
}
.fn-left h4 img {
    height: 100%;
}
.fn-left p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.fn-right h4 {
    margin: 10px 0;
    width: 128px;
    border: 1px solid #ddd;
}
.fn-right h4 img {
    width: 100%;
}
.footer .footer-bottom,
.footer-bottom a {
    color: #777;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer .footer-bottom {
    text-align: center;
}
.footer .bags {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/bags.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 2px;
    vertical-align: middle;
}

/* go-top */
#go-top {
    background: rgba(119, 119, 119, 0.8);
    display: block;
    width: 46px;
    height: 46px;
    position: fixed;
    right: 20px;
    bottom: 100px;
}
#go-top:hover {
    background: rgba(51, 51, 51, 0.8);
}


/* 6寸 */
@media screen and (max-width: 480px) {

}

/* IPhone 6 plus */
@media screen and (max-width: 414px) {

}

/* google N4 */
@media screen and (max-width: 384px) {

}

/* IPhone 6 */
@media screen and (max-width: 375px) {

}

/*google N5*/
@media screen and (max-width: 360px) {

}

/* IPhone 5 / IPhone 4 */
@media screen and (max-width: 320px) {

}
