@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
small,
sup,
sub,
button,
input,
textarea,
select {
    font-size: 12px;
    font-family: Arial, Helvetica, verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-size: normal;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -3px;
}

sub {
    bottom: -3px;
}

button {
    padding: 5px 10px;
    overflow: visible;
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

a,
img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}

i,
p,
a {
    word-break: break-all;
    vertical-align: middle;
}

strong,
em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

input,
select,
textarea {
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: -webkit-linear-gradient(transparent, transparent);
    background-image: linear-gradient(transparent, transparent);
}

html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0 auto;
    color: #575757;
    max-width: 768px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.clearfix:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 给页面整体设置最小宽度*/

.wrap {
    min-width: 320px;
    padding-top: 52px;
}


/* 搜索 begin*/

.tel-search-box,
.tel-search1-box {
    margin: 1.85% 3.43%;
    border: none;
}

.tel-search1-box input {
    font-size: 14px;
    color: #575757;
    line-height: 1.3;
    width: 100%;
    padding-left: 25px;
}

.tel-search1-box input {
    font-size: 14px;
    color: #575757;
    line-height: 1.3;
    width: 100%;
    padding-left: 25px;
    padding-right: 82px;
}

.input_div1 {
    position: relative;
    background: #fff;
    color: #575757;
    border-radius: 3px;
    vertical-align: middle;
    box-sizing: border-box;
}


/* 列表 begin*/

.doc-list-top {
    height: 60px;
    padding: 2.29% 11px 3.2%;
    position: relative;
    margin: 0% 0.43% 6%;
    ;
}

.doc-list-data:nth-child(odd) {
    margin-right: 3.5%;
}

.doc-list-data {
    width: 47.5%;
    position: relative;
    float: left;
    border-radius: 5px;
    margin-bottom: 2%;
    line-height: 5;
    border: 1px solid #fff;
    -webkit-box-shadow: 3px 3px 10px rgba(210, 213, 212, .5);
    -moz-box-shadow: 3px 3px 10px rgba(210, 213, 212, .5);
    box-shadow: 3px 3px 10px rgba(210, 213, 212, .5);
}

.doc-list-data > a {
    display: block;
    line-height: 5;
    margin-left: 50%;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    white-space: nowrap;
}

.icon-data {
    background: url("../img/datacopy.png") no-repeat center center;
    background-size: 100% auto;
}

.icon-edu {
    background: url("../img/teacher.png") no-repeat center center;
    background-size: 100% auto;
}

.icon-constructor {
    background: url("../img/constructor.png") no-repeat center center;
    background-size: 60% auto;
}

.icon-doc {
    background: url("../img/doc.png") no-repeat center center;
    background-size: 100% auto;
}

.icon-data,
.icon-edu,
.icon-constructor,
.icon-doc {
    width: 18%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 20%;
    margin: auto;
}

.first {
    /*border: 1px solid #00d2ad;*/
    position: relative;
    color: #00d2ad;
}

.first a {
    color: #00d2ad;
}

.first:before {
    content: '';
    position: absolute;
    width: 202%;
    height: 202%;
    border: 1px solid #00d2ad;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.first .icon-data {
    background: url("../img/data.png") no-repeat center center;
    background-size: 130% auto;
}

.first .icon-edu {
    background: url("../img/teachercopy.png") no-repeat center center;
    background-size: 150% auto;
}

.first .icon-constructor {
    background: url("../img/constructorcopy.png") no-repeat center center;
    background-size: 125% auto;
}

.first .icon-doc {
    background: url("../img/doccopy.png") no-repeat center center;
    background-size: 150% auto;
}


/* list end */


/* download begin */

.doc-download-list {
    overflow: hidden;
    padding: 0% 0px 2.2%;
    position: relative;
    margin: 2% 2.43% 3%;
    -webkit-box-shadow: 0 0 10px rgba(210, 213, 212, .5);
    -moz-box-shadow: 0 0 10px rgba(210, 213, 212, .5);
    box-shadow: 0 0 10px rgba(210, 213, 212, .5);
}

.doc-download-list > li {
    border-left: 5px solid #00c79e;
    margin-bottom: 2%;
    position: relative;
}


/* 另一种实现底部边框的方法，有时间改一下！！！！！
.doc-download-list > li:after{
    content:"";
    position: absolute;
    left: 2%;
    right:2%;
    bottom:0;
    height:1px;
    width:auto;
    background:#ccc;
} */

.doc-download-list > li >div {
    margin: 0 2% 2%;
    padding: 2%;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.doc-download-list > li img:first-child {
    width: 8%;
    margin: 1%;
}

.doc-download-list > li span {
    position: absolute;
    top: 23%;
    left: 13%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
    font-size: 120%;
}

.doc-download-list > li img:last-child {
    width: 4%;
    position: absolute;
    top: 28%;
    right: 3%;
}


/* download end */


/* iphone4,5 android*/

@media screen and (max-width:361px) {
    .doc-list-top {
        height: 85px;
    }
    .doc-list-data > a {
        line-height: 3;
    }
    .doc-download-list > li span {
        font-size: 14px;
    }
}


/* 适配iphone6*/

@media screen and (min-width:361px) and (max-width: 667px) {
    .doc-list-top {
        height: 105px;
    }
    .doc-list-data > a {
        line-height: 4;
    }
    .doc-download-list > li span {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .doc-list-top {
        height: 115px;
    }
}


/* 无结果以及加载中 begin*/

.pic-cont {
    text-align: center;
    padding-top: 20%;
}

.pic-cont p {
    color: #aaaeb5;
    font-size: 15px;
    margin-top: 6%;
}

.pic-cont img {
    width: 58%;
}

.pic-big img {
    width: 70%;
}


/* 无结果以及加载中 end*/


/* 覆盖已有样式*/

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00c79e;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: -5px;
}

/*1212*/
.category-title {
    padding: 20px 12px 0px;
    color: #a7a7a7;
}