/* 工具 */
.border-top {
    border-top: 1px solid #ddd !important;
}

/* 搜索框 */
/* 星空效果 */
#canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    opacity: 1;
}

p > span > a {
    font-weight: 700;
    text-decoration: none;
    color: #d64541;
    padding-bottom: 2px;
    border-bottom: 0px solid #d64541;
    transition: 0.5s;
}

p > span > a:hover {
    padding-bottom: 5px;
    border-bottom: 2px solid #d64541;
}

.search-rq {
    position: relative;
    height: 360px;
    /*background: url('../img/banner.png') no-repeat;*/
    background-position: center center;
    background-size: cover;
}

.search-wrap {
    position: relative;
    width: 100%;
    height: 306px;
    background-size: cover;
    padding-top: 40px;
    background-color: transparent;
    z-index: 9;
}

.search-wrap > .search-container > .wrap {
    position: relative;
    z-index: 99;
}

.search-wrap .search-container {
    width: 660px;
    height: 52px;
    margin: 0 auto;
    background: #fff;
    border-radius: 26px;
}

.search-wrap .search-container .sort {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    padding-right: 25px;
    padding-left: 15px;
    height: 52px;
}

.search-wrap .search-container .sort-name {
    height: 52px;
}

.search-wrap .search-container .sort .title {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.search-wrap .search-container .sort i {
    position: absolute;
    top: 15px;
    right: 5px;
}

.search-wrap .search-container .sort span {
    line-height: 52px;
}

.search-wrap .search-container .sort.active:before {
    transform: rotate(-90deg);
}

.search-wrap .search-container .sort:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    height: 28px;
    width: 2px;
    background: #ededed;
}

.search-wrap .search-container .sort .option {
    position: absolute;
    width: auto;
    background: #fff;
    z-index: 99;
    left: 0;
    border-radius: 4px;
    display: none;
    top: calc(100% + 10px);
}

.search-wrap .search-container .sort .option:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.search-wrap .search-container .sort .option:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -8px;
    left: 62px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
}

.search-wrap .search-container .sort .option ul {
    margin: 0;
    border-radius: 4px;
}

.search-wrap .search-container .sort .option li {
    padding: 10px 15px;
    cursor: pointer;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-wrap .search-container .sort .option li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.search-wrap .search-container .sort .option li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-wrap .search-container .sort .option li:hover {
    background: #4d90fe;
	color: #fff;
}

.search-wrap .search-container .search {
    float: left;
    display: block;
    border: none;
    outline: none;
    width: calc(100% - 230px);
    height: 100%;
    padding-left: 10px;
}

.search-wrap .search-container .search-btn {
    float: left;
    width: 80px;
    text-align: center;
    cursor: pointer;
    line-height: 55px !important;
    height: 52px;
}

.search-wrap .search-container .search-btn i {
    font-size: 20px;
}

.search-wrap .keywords-container {
    width: 520px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}

.search-wrap .keywords-container .item {
    font-size: 13px;
}

.search-wrap h2.title {
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 42px;
}

.search-wrap .keywords-container .item {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
}

.search-wrap .keywords-container .item:hover {
    color: #cdcdcd;
}

/* 列表展示 */
.list-wrap {
    background: #F2F3F7;
    padding-bottom: 50px;
    padding-top: 10px;
}

.list-wrap .list-container {
    width: 80%;
    float: left;
}

.list-wrap .list-container h2 {
    margin: 40px 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    position: relative;
}
.list-wrap .list-container .list-item:first-child h2 {
    margin: 20px 0 20px 0;
}

.list-wrap .list-container h2 span.title {
    font-size: 22px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1500px) {
    .list-wrap .list-container h2 span.title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1260px) {
    .list-wrap .list-container h2 span.title {
        font-size: 15px;
    }
}

.list-wrap .list-container h2 i {
    font-size: 24px;
    margin-right: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #989898;
    vertical-align: middle;
    background-image: url(../img/index/home_icon.png);
    background-repeat: no-repeat;
    background-size: 282px 80px;
}

.list-wrap .list-container h2 i.icon-1 {
    background-position-x: -45px;
    background-position-y: -15px;
}

.list-wrap .list-container h2 i.icon-2 {
    background-position-x: -98px;
    background-position-y: -15px;
}

.list-wrap .list-container h2 i.icon-3 {
    background-position-x: -155px;
    background-position-y: -13px;
}

.list-wrap .list-container h2 i.icon-4 {
    background-position-x: -206px;
    background-position-y: -13px;
}

.list-wrap .list-container h2 .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
	font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    color: #555555;
    float: right;
    font-weight: 700;
}
.list-wrap .list-container h2 .more:hover{
	color: #1da1f2;
}
/*.list-wrap .list-container h2 .more:before{
	content: "\00b7";
	margin-right: 5px;
}*/

.list-wrap .list-container h2 ul {
    display: inline-block;
    padding-left: 20px;
    margin: 0;
    vertical-align: middle;
}

@media screen and (max-width: 1500px) {
    .list-wrap .list-container h2 ul {
        padding-left: 10px;
    }
}

.list-wrap .list-container h2 ul li {
    display: inline-block;
    margin-right: 14px;
}

@media screen and (max-width: 1500px){
    .list-wrap .list-container h2 ul li {
        margin-right: 10px;
    }
}

.list-wrap .list-container h2 ul li a {
    color: #555;
    font-size: 14px;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1260px) {
    .list-wrap .list-container h2 ul li a {
        font-size: 14px;
    }
}

.list-wrap .list-container h2 ul li a:hover{
	color: #1da1f2;
}

.list-wrap .list-container .show-wrap .item {
    float: left;
    width: calc(25% - 13.5px);
    margin-left: 18px;
}

.list-wrap .list-container .show-wrap .item:first-child {
    margin-left: 0;
}

.list-wrap .list-container .show-wrap .item .project-pic {
    display: block;
    width: 100%;
    height: 266px;
}

@media screen and (max-width: 1500px) {
    .list-wrap .list-container .show-wrap .item .project-pic {
        height: 226px;
    }
}

@media screen and (max-width: 1260px) {
    .list-wrap .list-container .show-wrap .item .project-pic {
        height: 202px;
    }
}

.list-wrap .list-container .show-wrap .item .text-wrap {
    background: #fff;
    padding: 10px;
}

.list-wrap .list-container .show-wrap .item .text-wrap .title{
    margin-bottom: 0;
}

.list-wrap .list-container .show-wrap .item .text-wrap .title a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-wrap .list-container .show-wrap .item .text-wrap .title a:hover{
    text-decoration: underline !important;
    color: #1da1f2;
}

.list-wrap .list-container .show-wrap .item .text-wrap .description {
    color: #999;
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.list-wrap .list-container .show-wrap .item .text-wrap .tab span {
    color: #666;
    font-size: 12px;
}

.list-wrap .list-container .show-wrap .item .text-wrap .tab span i {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.list-wrap .list-container .show-wrap .item .text-wrap .tab {
    min-height: 28px;
}

.list-wrap .list-query {
    width: 20%;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
}

.list-wrap .list-query .item {
    padding: 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    transition: all .3s;
}

.list-wrap .list-query .item:hover,
.list-wrap .list-container .show-wrap .item:hover{
    box-shadow: 0 0 10px 1px #ddd;
}

.list-wrap .list-query .item h3 {
    margin-top: 2px;
    font-weight: bold;
    padding: 15px 0;
    font-size: 16px;
    color: #494949;
    margin-bottom: 0;
}

.list-wrap .list-query .item .picture {
    display: block;
    width: 95px;
    height: 80px;
    background: url("../img/index/jlt.png") no-repeat;
    margin: 10px auto;
}

.list-wrap .list-query .item .title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
}

.list-wrap .list-query .item .content {
    font-size: 13px;
    color: #888;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.list-wrap .list-query .item .sub-btn{
    display: block;
    width: 100px;
    margin: 10px auto;
}

.list-wrap .list-query .item .picture.identification {
    background-position: -12px -21px;
}

.list-wrap .list-query .item .picture.engineering {
    background-position: -192px -21px;
}

.list-wrap .list-query .item .picture.product {
    background-position: -357px -21px;
}

.list-wrap .list-query p {
    color: #777777;
}

.list-wrap .list-query p a {
    color: #5497e4;
}

.list-wrap .list-query ul{
    margin-top: 10px;
}
.list-wrap .list-query li {
    color: #666;
    margin-bottom: 5px;
}

.list-wrap .list-query li i{
    margin-right: 5px;
    color: limegreen;
}

.adv {
    display: block;
    padding-top: 15px;
}

.adv img {
    width: 100%;
}