﻿@charset "utf-8";

.container .banner {
    font-size: 0;
    width: 100%;
}
.container .banner img {
    width: 100%;
}
.container .partTwo {
    height: 1rem;
    background: #158bb8;
}
.container .partTwo .partTwoSon {
    width: 14.7rem;
    margin: 0 auto;
}
.container .partTwo .partTwoSon .types {
    float: left;
    width: 5rem;
    height: 0.5rem;
    background: #fff;
    margin-top: 0.25rem;
    position: relative;
}
.container .partTwo .partTwoSon .types .imgBtns {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.container .partTwo .partTwoSon .types .imgBtns img {
    width: 19px;
    height: 12px;
    vertical-align: middle;
}
.container .partTwo .partTwoSon .types .cateLists {
    width: 3.4rem;
    height: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -2px 10px -2px rgba(0,0,0,0),/* 上侧阴影 */
    2px 0 10px -2px rgba(0,0,0,0.1),/* 右侧阴影 */
    0 2px 10px -2px rgba(0,0,0,0.1),/* 下侧阴影 */
    -2px 0 10px -2px rgba(0,0,0,0.1);/* 左侧阴影 */
    position: absolute;
    top: 0.5rem;
    right: 0;
    z-index: 10;
}
.container .partTwo .partTwoSon .types .cateLists .alertCatOne {
    height: 0.23rem;
    line-height: 0.2rem;
    margin-top: 0.15rem;
    margin-left: 0.2rem;
}
.container .partTwo .partTwoSon .types .cateLists .catesFirst {
    margin-top: 0.25rem;
}
.container .partTwo .partTwoSon .types .cateLists .alertCatOne span {
    font-size: 0.23rem;
    color: #13153b;
    cursor: pointer;
}
.container .partTwo .partTwoSon .types .cateLists .alertCatOne span:hover {
    color: #1ed778;
}
.container .partTwo .partTwoSon .kewwords {
    float: left;
    width: 6rem;
    height: 0.5rem;
    background: #fff;
    margin-left: 0.36rem;
    margin-top: 0.25rem;
}
.container .partTwo .partTwoSon .searchBtn {
    float: left;
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #fff;
    margin-left: 0.36rem;
    margin-top: 0.25rem;
    border-radius: 0 50px 50px 0;
    font-size: 0.18rem;
    color: #26bbed;
    text-align: center;
    cursor: pointer;
}
.container .partTwo .partTwoSon .searchBtn:hover {
    font-weight: bold;
    color: #f7b30d;
}
.container .partTwo .partTwoSon .types input[type="text"],
.container .partTwo .partTwoSon .kewwords input[type="text"] {
    width: 100%;
    height: 0.5rem;
    border: 0;
    padding: 0 0.5rem 0 0.2rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    color: #707070;
}
.container .partTwo .partTwoSon .kewwords input[type="text"] {
    padding: 0 0.2rem;
}
.container .partTwo .partTwoSon .types input::placeholder,
.container .partTwo .partTwoSon .types input::-webkit-input-placeholder,
.container .partTwo .partTwoSon .kewwords input::placeholder,
.container .partTwo .partTwoSon .kewwords input::-webkit-input-placeholder {
    font-size: 0.16rem;
    color: #707070;
}
.container .partTwo .partTwoSon .types input::-ms-input-placeholder,
.container .partTwo .partTwoSon .types input::-moz-placeholder,
.container .partTwo .partTwoSon .kewwords input::-ms-input-placeholder,
.container .partTwo .partTwoSon .kewwords input::-moz-placeholder {
    font-size: 0.16rem;
    color: #707070;
}
.container .partOne {
    margin: 0.5rem 0.1rem 0;
}
.container .partOne ul li {
    float: left;
    width: 10%;
    margin-right: 1.25%;
    position: relative;
    box-shadow: 0 -2px 11px 0 rgba(0,0,0,0.06),/* 上侧阴影 */
                2px 0 11px 0 rgba(0,0,0,0.06),/* 右侧阴影 */
                0 2px 11px 0 rgba(0,0,0,0.06),/* 下侧阴影 */
                -2px 0 11px 0 rgba(0,0,0,0.06);/* 左侧阴影 */
    border-radius: 0 0 25px 25px;
}
.container .partOne ul li:last-child {
    margin-right: 0;
}
.container .partOne ul li .cateImg {
    height: 1.56rem;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.container .partOne ul li .catesName {
    height: 0.44rem;
    line-height: 0.19rem;
    background: #eeeeee;
    padding-top: 0.04rem;
    color: #c9c9c9;
    font-size: 0.18rem;
    text-align: center;
    border-radius: 0 0 25px 25px;
}
.container .partOne ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .partOne ul li img.cateIcon {
    display: none;
    width: 0.28rem;
    height: 0.22rem;
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.container .partOne ul li.active .catesName {
    background: #ffa20a;
    color: #fff;
}
.container .partOne ul li.active img.cateIcon {
    display: block;
}
.container .partThree {
    max-width: 14.7rem;
    margin: 0.55rem auto 0;
}
.container .partThree ul li {
    float: left;
    width: 30%;
    box-shadow: 0 -2px 10px -2px rgba(0,0,0,0.1),/* 上侧阴影 */
                2px 0 10px -2px rgba(0,0,0,0.1),/* 右侧阴影 */
                0 6px 10px -2px rgba(0,0,0,0.2),/* 下侧阴影 */
                -2px 0 10px -2px rgba(0,0,0,0.1);/* 左侧阴影 */
    margin-right: 5%;
    margin-bottom: 0.6rem;
    padding-bottom: 0.25rem;
    position: relative;
}
.container .partThree ul li:nth-child(3n) {
    margin-right: 0;
}
.container .partThree ul li .everyPro {
    margin: 0.1rem 0.2rem 0;
    position: relative;
    z-index: 10;
}
.container .partThree ul li .everyPro .proImg {
    height: 4rem;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.container .partThree ul li .everyPro .proImg img {
    max-width: 100%;
    max-height: 4rem;
}
.container .partThree ul li .everyPro .proName {
    margin-top: 0.1rem;
    height: 0.48rem;
    line-height: 0.24rem;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.container .partThree ul li .everyPro .proName .proNameSon {
    font-size: 0.2rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
.container .partThree ul li .everyPro .proName .proNameSon a {
    font-size: 0.2rem;
    color: #000;
}
.container .partThree ul li .everyPro .proName .proNameSon:hover,
.container .partThree ul li .everyPro .proName .proNameSon:hover a {
    color: #27ce78;
}
.container .partThree ul li .everyPro .proLine {
    height: 0.04rem;
    margin-top: 0.2rem;
    background: #158bb8;
}
.container .partThree ul li .everyPro .proBtns {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0;
}
.container .partThree ul li .everyPro .proBtns a.proDetail {
    display: inline-block;
    border: 2px solid #ffa20a;
    border-radius: 50px;
}
.container .partThree ul li .everyPro .proBtns a.proDetail .vnames {
    float: left;
    font-size: 0.18rem;
    color: #535353;
    line-height: 0.38rem;
    width: 1.3rem;
    text-align: center;
}
.container .partThree ul li .everyPro .proBtns a.proDetail .one {
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    background: #ffa20a;
    border-radius: 50%;
}
.container .partThree ul li .everyPro .proBtns a.proDetail .one .two  {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../img/proview.png") no-repeat 0.11rem center;
    background-size: 0.22rem 0.22rem;
}
.container .partThree ul li .everyPro .proBtns a.proDetail:hover {
    border-color: #19b760;
}
.container .partThree ul li .everyPro .proBtns a.proDetail:hover .vnames {
    color: #19b760;
}
.container .partThree ul li .everyPro .proBtns a.proDetail:hover .one {
    background: #19b760;
}
.container .partThree ul li .everyPro .proBtns a.proInq {
    display: inline-block;
    border: 2px solid #ffa20a;
    border-radius: 50px;
    margin-left: 0.3rem;
}
.container .partThree ul li .everyPro .proBtns a.proInq .one {
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    background: #ffa20a;
    border-radius: 50%;
}
.container .partThree ul li .everyPro .proBtns a.proInq .one .two  {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../img/proinq.png") no-repeat 0.08rem 0.09rem;
    background-size: 0.22rem 0.22rem;
}
.container .partThree ul li .everyPro .proBtns a.proInq .vnames {
    float: left;
    font-size: 0.18rem;
    color: #535353;
    line-height: 0.38rem;
    margin-left: 0.05rem;
    width: 1.3rem;
    text-align: center;
}
.container .partThree ul li .everyPro .proBtns a.proInq:hover {
    border-color: #19b760;
}
.container .partThree ul li .everyPro .proBtns a.proInq:hover .vnames {
    color: #19b760;
}
.container .partThree ul li .everyPro .proBtns a.proInq:hover .one {
    background: #19b760;
}
.container .pages {
    margin-top: 0.3rem;
    text-align: center;
}
.container .pages a {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    background: #f5f7f6;
    font-size: 0.16rem;
    color: #333;
    margin: 0 0.03rem;
}
.container .pages a.currentOn,
.container .pages a:hover {
    background: #555;
    color: #fff;
}