@charset "UTF-8";
/* CSS Document */

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}

.header .head {
    width: auto;
    height: 80px;
    margin: 0 auto;
    min-width: 1280px;
    position: relative;
}

.header .logo {
    width: 460px;
    height: 80px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.header .logo a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 80px;
}

.header .logo a.b {
    opacity: 1;
}

.header .logo a.s {
    opacity: 0;
    z-index: 2;
}

.header .logo img {
    height: 80px;
    max-width: inherit;
}

.header .cent {
    width: auto;
    height: auto;
    padding: 0 145px 0 460px;
    text-align: center;
    transition: all .3s;
}

.header .menu {
    width: auto;
    height: 80px;
    display: inline-block;
}

.header .menu .item {
    width: auto;
    height: 80px;
    float: left;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

.header .menu .item .name {
    width: auto;
    height: 80px;
}

.header .menu .item .name a {
    display: block;
    width: auto;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #666666;
}

.header .menu .item .name a.on {
    color: #00a2f6;
}

.header .menu .item .list {
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 90%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all .3s;
}

.header .menu .item .list ul li {
    width: auto;
    height: 40px;
}

.header .menu .item .list ul li a {
    display: block;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    transition: all .3s;
}

.header .menu .item .list ul li a:hover {
    background: rgba(0, 165, 220, .8);
    color: #fff;
}

.header .menu .item:hover {
    overflow: inherit;
}

.header .menu .item:hover .list {
    opacity: 1;
    top: 100%;
}

.header .opera {
    width: auto;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;
}

.header .opera .search {
    width: 60px;
    height: 80px;
    position: relative;
    float: left;
    overflow: hidden;
}

.header .opera .search .icon {
    width: 60px;
    height: 80px;
    text-align: center;
    font-size: 0;
    padding: 31px 0;
    cursor: pointer;
    transition: all .3s;
}

.header .opera .search .icon img {
    width: 18px;
    height: 18px;
}

.header .opera .search .form {
    width: 400px;
    height: auto;
    position: absolute;
    right: 0;
    top: 90%;
    background: #f0f0f0;
    padding: 40px 50px;
    opacity: 0;
    transition: all .3s;
}

.header .opera .search .form .tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.header .opera .search .form .inp {
    font-size: 0;
    padding-top: 20px;
}

.header .opera .search .form .inp input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #999999;
    font-size: 14px;
    color: #333;
    padding: 17px 15px;
    line-height: 16px;
}

.header .opera .search .form .btn {
    font-size: 0;
    padding-top: 20px;
}

.header .opera .search .form .btn input {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 0 none;
    border-radius: 0;
    background: #25abd7;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
}

.header .opera .search .form .btn input:active {
    opacity: .8;
}

.header .opera .search:hover {
    overflow: inherit;
}

.header .opera .search:hover .icon {
    background: #f0f0f0;
}

.header .opera .search:hover .form {
    opacity: 1;
    top: 100%;
}

.header .opera .language {
    width: 65px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
    font-size: 15px;
}

.header .opera .language a {
    color: #00a2f6;
}

@media all and (max-width: 1350px) {
    .header .logo {
        width: 148px;
    }

    .header .logo a.b {
        opacity: 0;
    }

    .header .logo a.s {
        opacity: 1;
    }

    .header .cent {
        padding: 0 145px 0 148px;
    }
}


.wrapper {
    width: auto;
    height: auto;
    padding-top: 80px;
    position: relative;
}

.banner {
    width: auto;
    height: auto;
    font-size: 0;
    position: relative;
    line-height: 0;
}

.banner .swiper-slide {
    width: auto;
    height: 620px;
    background-position: center;
    background-size: cover;
}

.banner .pagination {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.banner .pagination .swiper-pagination-switch {
    width: 40px;
    height: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
}

.banner .pagination .swiper-active-switch {
    background: #00a5dc;
}


.ingroup {
    width: 1280px;
    height: auto;
    padding: 80px 0;
    margin: 0 auto;
}

.intitle {
    width: auto;
    height: auto;
    text-align: center;
}

.intitle .name {
    width: auto;
    height: auto;
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    position: relative;
    padding-bottom: 24px;
}

.intitle .name span {
    color: #00a5dc;
}

.intitle .name::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #00a5dc;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}

.intitle .note {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
    letter-spacing: 5px
}

.inmore {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.inmore a {
    display: block;
    width: auto;
    height: 54px;
    border: 1px solid #ddd;
    text-align: center;
}

.inmore a span {
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #999999;
    position: relative;
    padding-right: 40px;
}

.inmore a span::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background: url("../images/inmore.png") no-repeat center / 100% 100%;
}


.inpro {
    width: auto;
    height: auto;
}

.inprolist {
    width: 1278px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0;
}

.inprolist ul {
    display: block;
    width: 1304px;
    height: auto;
    overflow: hidden;
}

.inprolist ul li {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 26px;
    border-bottom: 2px solid #00a5dc;
}

.inprolist ul li a {
    display: block;
    width: 300px;
    height: 370px;
    background: #fff;
    position: relative;
}

.inprolist ul li a .box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/inpro.jpg") no-repeat center / cover;
    opacity: 0;
    transition: all .3s;
}

.inprolist ul li a .con {
    width: 300px;
    height: 370px;
    position: relative;
    z-index: 2;
}

.inprolist ul li a .con .img {
    width: 300px;
    height: 300px;
    font-size: 0;
}

.inprolist ul li a .con .img img {
    width: 300px;
    height: 300px;
}

.inprolist ul li a .con .tit {
    width: auto;
    height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    transition: all .3s;
    padding: 15px 10px 0 10px;
}

.inprolist ul li a:hover .box {
    opacity: 1;
}

.inprolist ul li a:hover .con .tit {
    color: #fff;
}

.inabout {
    width: auto;
    height: 460px;
    background: url("../images/inabout.jpg") no-repeat center / cover;
    color: #fff;
}

.inabout .cent {
    width: 1280px;
    height: 460px;
    margin: 0 auto;
}

.inabout .name {
    width: auto;
    height: auto;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-top: 80px;
    padding-bottom: 35px;
}

.inabout .name::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.inabout .title {
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 1;
    padding-top: 20px;
}

.inabout .text {
    width: auto;
    max-width: 477px;
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
}

.inabout .more {
    width: 200px;
    height: auto;
    padding-top: 40px;
}

.inabout .more a {
    display: block;
    width: auto;
    height: 54px;
    border: 1px solid #fff;
    text-align: center;
}

.inabout .more a span {
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-right: 40px;
}

.inabout .more a span::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background: url("../images/inmore-white.png") no-repeat center / 100% 100%;
}


.incase {
    width: auto;
    height: auto;
    padding-top: 40px;
}

.incaselist {
    width: auto;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

.incaselist ul {
    display: block;
    width: 1350px;
    height: auto;
    overflow: hidden;
}

.incaselist ul li {
    width: 380px;
    height: 252px;
    float: left;
    margin-right: 70px;
}

.incaselist ul li a {
    display: block;
    width: 380px;
    height: 252px;
    background: #fff;
}

.incaselist ul li a .img {
    width: 380px;
    height: 195px;
    font-size: 0;
}

.incaselist ul li a .img img {
    width: 380px;
    height: 195px;
}

.incaselist ul li a .tit {
    width: auto;
    height: 57px;
    text-align: center;
    line-height: 57px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    padding: 0 15px;
}


.footer {
    width: auto;
    height: auto;
    background: #282828;
}

.footer .foot {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}

.footer .site {
    width: auto;
    height: auto;
    overflow: hidden;
}

.footer .site .group {
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    padding: 50px 30px 30px 30px;
}

.footer .site .group::after {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #393939;
    position: absolute;
    right: 0;
    top: 0;
}

.footer .site .group:first-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #393939;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .site .group .name {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.footer .site .group .list {
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    padding-top: 20px;
}

.footer .site .group .list a {
    color: #999999;
}

.footer .site .group .icon {
    position: relative;
    padding-left: 30px;
}

.footer .site .group .icon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-image: url("../images/footer.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: auto 16px;
}

.footer .site .group .ico1::before {
    background-position-x: 0;
}

.footer .site .group .ico2::before {
    background-position-x: -16px;
}

.footer .site .group .ico3::before {
    background-position-x: -32px;
}

.footer .copy {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding: 20px 0;
    border-top: 1px solid #393939;
    text-align: center;
}


.nban {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 80px;
    font-size: 0;
}

.nban .tr {
    display: table;
    width: 100%;
    height: 340px;
}

.nban .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.nban .en img {
    height: 40px;
}

.nban .cn {
    padding-top: 20px;
}

.nban .cn img {
    height: 70px;
}

.conmain {
    width: 1280px;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    padding-top: 340px;
    position: relative;
    z-index: 2;
}


.about {
    width: auto;
    height: auto;
}

.about-intro {
    width: auto;
    height: auto;
    background: #fff;
    min-height: 130px;
    margin-bottom: 20px;
    padding: 70px 80px;
}

.about-intro .tit {
    width: auto;
    height: auto;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.about-intro .txt {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.about-skill {
    width: auto;
    height: auto;
    background: #fff;
    min-height: 420px;
    position: relative;
    padding-right: 600px;
    margin-bottom: 40px;
}

.about-skill .img {
    width: 600px;
    height: 420px;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.about-skill .img img {
    width: 600px;
    height: 420px;
}

.about-skill .con {
    width: auto;
    height: auto;
    padding: 60px 50px 60px 80px;
}

.about-skill .con .tit {
    width: auto;
    height: auto;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.about-skill .con .txt {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.about-content {
    width: auto;
    height: auto;
    background: #fff;
    padding: 60px 80px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-content h1 {
    width: auto;
    height: auto;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}


.news {
    width: auto;
    height: auto;
}

.news-list {
    width: auto;
    height: auto;
}

.news-list .item {
    width: auto;
    height: 220px;
    background: #fff;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 20px;
}

.news-list .item .img {
    width: 300px;
    height: 180px;
    font-size: 0;
    position: absolute;
    left: 30px;
    top: 20px;
}

.news-list .item .img a {
    display: block;
}

.news-list .item .img img {
    width: 300px;
    height: 180px;
}

.news-list .item .con {
    width: auto;
    height: auto;
    padding-left: 340px;
}

.news-list .item .con .name {
    width: auto;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.news-list .item .con .name a {
    color: #333333;
}

.news-list .item .con .text {
    width: auto;
    height: 90px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.news-list .item .con .more {
    width: auto;
    height: auto;
}

.news-list .item .con .more a {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
}

.news-list .item .con .more a span {
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    color: #999999;
}

.news-list .item .con .more a span::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url("../images/inmore.png") no-repeat center / 100% 100%;
}

.news-page {
    width: auto;
    height: auto;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 40px;
}

.condetail {
    width: auto;
    height: auto;
    background: #fff;
    padding: 0 40px;
    margin-bottom: 50px;
}

.condetail-title {
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 60px 0 40px 0;
}

.condetail-mark {
    width: auto;
    height: auto;
    background: #eeeeee;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}

.condetail-mark .box {
    display: inline-block;
    overflow: hidden;
}

.condetail-mark .box .date {
    width: auto;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    float: left;
    padding-right: 21px;
    margin-right: 20px;
    position: relative;
}

.condetail-mark .box .date::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 0;
}

.condetail-mark .box .back {
    width: auto;
    height: 16px;
    float: left;
}

.condetail-mark .box .back a {
    display: block;
    width: auto;
    height: 16px;
    line-height: 16px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #999999;
}

.condetail-mark .box .back a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: url("../images/conback.png") no-repeat center / 100% 100%;
}

.condetail-content {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 40px;
}

.condetail-page {
    width: auto;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
}

.condetail-page .box {
    display: inline-block;
    overflow: hidden;
}

.condetail-page .box a {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999;
    float: left;
    margin: 0 10px;
}

.condetail-page .box a span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.condetail-page .box a span::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/conback.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}


.honor {
    width: auto;
    height: auto;
}

.honor-list {
    width: auto;
    height: auto;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
}

.honor-list table thead tr th {
    background: #e3eff3;
    font-size: 16px;
    color: #00a2f6;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: normal;
}

.honor-list table tbody tr td {
    background: #ffffff;
    font-size: 16px;
    color: #666666;
    min-height: 60px;
    vertical-align: middle;
    padding: 20px;
    line-height: 24px;
}

.honor-list table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}

.honor-page {
    width: auto;
    height: auto;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 40px;
}


.case {
    width: auto;
    height: auto;
}

.case-list {
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    margin-bottom: 40px;
}

.case-list .item {
    width: auto;
    height: auto;
    float: left;
    padding: 15px;
}

.case-list .item a {
    display: block;
    width: 380px;
    height: 252px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.case-list .item a .img {
    width: 380px;
    height: 195px;
    font-size: 0;
}

.case-list .item a .img img {
    width: 380px;
    height: 195px;
}

.case-list .item a .tit {
    width: auto;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.case-page {
    width: auto;
    height: auto;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 40px;
}

.condetail-case {
    width: auto;
    height: auto;
    padding-top: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.condetail-case span {
    font-weight: bold;
    color: #333333;
}

.download {
    width: auto;
    height: auto;
}

.download-list {
    width: auto;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;
}

.download-list table thead tr th {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    color: #00a2f6;
    font-weight: normal;
    background: #e3eff3;
    vertical-align: middle;
}

.download-list table tbody tr td {
    height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
    background: #ffffff;
    vertical-align: middle;
}

.download-list table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}

.download-list table tbody tr td .tit {
    position: relative;
    padding-left: 30px;
}

.download-list table tbody tr td .tit::before {
    content: '';
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url("../images/download-tit.png") no-repeat center / 100% 100%;
}

.download-list table tbody tr td .btn a {
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #00a5dc;
    color: #fff;
}

.download-list table tbody tr td .btn a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.download-list table tbody tr td .btn a span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url("../images/download-btn.png") no-repeat center / 100% 100%;
}

.download-page {
    width: auto;
    height: auto;
    background: #fff;
    padding: 25px 0;
    margin-bottom: 40px;
}

.contact {
    width: auto;
    height: auto;
    background: #fff;
}

.contact-main {
    width: auto;
    height: auto;
    padding: 70px 40px;
    overflow: hidden;
}

.contact-main .img {
    width: 522px;
    height: 300px;
    border-right: 1px solid #ddd;
    float: left;
}

.contact-main .con {
    width: 678px;
    height: 300px;
    float: left;
    padding-left: 78px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.contact-main .con .tr {
    display: table;
    width: 100%;
    height: 300px;
}

.contact-main .con .td {
    display: table-cell;
    vertical-align: middle;
}

.contact-maps {
    width: auto;
    height: auto;
    font-size: 0;
}

.contact-maps img {
    width: 100%;
}


.links {
    width: auto;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 30px;
}

.links .item {
    width: 216px;
    height: 98px;
    float: left;
    padding: 15px;
    box-sizing: content-box;
}

.links .item .img {
    width: auto;
    height: auto;
    font-size: 0;
    border: 1px solid #ddd;
}

.links .item .img img {
    width: 214px;
    height: 72px;
}

.links .item .txt {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}

.message {
    width: auto;
    height: auto;
    background: #fff;
    margin-bottom: 30px;
    padding: 80px 0 80px 340px;
}

.message .mark {
    width: auto;
    height: auto;
    padding-left: 55px;
    font-size: 16px;
    color: #666666;
}

.message .list {
    width: auto;
    height: auto;
    padding-top: 35px;
}

.message .list .item {
    width: auto;
    height: auto;
    position: relative;
    padding-left: 80px;
    margin-bottom: 25px;
}

.message .list .item .tit {
    width: auto;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #666666;
}

.message .list .item .txt {
    width: auto;
    height: auto;
}

.message .list .item .txt input.inp {
    display: block;
    width: 540px;
    height: 44px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    padding: 13px 14px;
    line-height: 16px;
    font-size: 14px;
    color: #333;
}

.message .list .item .txt textarea {
    display: block;
    width: 540px;
    height: 150px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    padding: 13px 14px;
    line-height: 16px;
    font-size: 14px;
    color: #333;
}

.message .btns {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 35px 0 0 150px;
}

.message .btns input.btn {
    display: block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    border: 0 none;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-right: 20px;
}

.message .btns input.btn.btn1 {
    background: #00a5dc;
}

.message .btns input.btn.btn2 {
    background: #666666;
}


.searchmain {
    width: auto;
    height: auto;
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
}

.searchmain-title {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.searchmain-filter {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.searchmain-filter .item {
    width: auto;
    height: auto;
    float: left;
}

.searchmain-filter .item1 {
    width: 310px;
    height: auto;
    float: left;
    padding-right: 30px;
}

.searchmain-filter .item2 {
    width: 350px;
    height: auto;
    float: left;
    padding-right: 30px;
}

.searchmain-filter .item3 {
    width: 230px;
    height: auto;
    float: left;
}

.searchmain-filter .item select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/select.png") #fff no-repeat right center / 38px 38px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #999999;
    padding: 0 12px;
}

.searchmain-filter .item input.inp {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 16px;
    padding: 11px 12px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #333;
}

.searchmain-filter .item input.btn {
    display: block;
    width: 140px;
    height: 40px;
    background: url("../images/head-search-white.png") #00a5dc no-repeat 40px center / 18px 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 0 none;
    padding-left: 30px;
    float: left;
}

.searchmain-filter .item a.btn {
    display: block;
    width: auto;
    height: 20px;
    margin-top: 10px;
    float: right;
    font-size: 14px;
    color: #00a5dc;
    padding-right: 15px;
    position: relative;
}

.searchmain-filter .item a.btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url("../images/arrow-blue.png") no-repeat center / 100% 100%;
}

.searchmain-result {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #00a5dc;
    margin-top: 30px;
    position: relative;
    padding: 0 20px 0 50px;
    background: #e3eff3;
}

.searchmain-result::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/search-result.png") no-repeat center / 100% 100%;
}

.searchmain-list {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.searchmain-list .item {
    width: auto;
    height: 220px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    position: relative;
    padding-left: 260px;
}

.searchmain-list .item .img {
    width: 260px;
    height: 220px;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.searchmain-list .item .img a {
    display: block;
}

.searchmain-list .item .img img {
    width: 220px;
    height: 220px;
}

.searchmain-list .item .con {
    width: auto;
    height: auto;
    padding-left: 20px;
}

.searchmain-list .item .con .name {
    width: auto;
    height: 60px;
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.searchmain-list .item .con .name a {
    color: #333;
}

.searchmain-list .item .con .text {
    width: auto;
    height: 100px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.searchmain-list .item .con .more {
    width: auto;
    height: auto;
}

.searchmain-list .item .con .more a {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
}

.searchmain-list .item .con .more a span {
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    color: #999999;
}

.searchmain-list .item .con .more a span::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url("../images/inmore.png") no-repeat center / 100% 100%;
}

.searchmain-page {
    width: auto;
    height: auto;
    padding: 15px 0;
}


.products {
    width: auto;
    height: auto;
    background: #fff;
    margin-bottom: 40px;
    padding: 30px 40px 40px 40px;
    overflow: hidden;
}

.proleft {
    width: 280px;
    height: auto;
    float: left;
}

.proleft-title {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.pronavs {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.pronavs .group {
    width: auto;
    height: auto;
    padding-top: 10px;
}

.pronavs .group:first-child {
    padding-top: 0;
}

.pronavs .group .series {
    width: auto;
    height: auto;
}

.pronavs .group .series a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    background: #e6e6e6;
    position: relative;
    padding-left: 15px;
}

.pronavs .group .series a::after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    background: url("../images/pronav-arrbot.png") no-repeat center / 100% 100%;
}

.pronavs .group .types {
    display: none;
}

.pronavs .group .types .intwo {
    width: auto;
    height: auto;
}

.pronavs .group .types .intwo .name {
    width: auto;
    height: auto;
}

.pronavs .group .types .intwo .name a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    color: #333333;
    background: #f6f6f6;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #fff;
}

.pronavs .group .types .intwo .name a::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    background: url("../images/pronav-plus.png") no-repeat center / 100% 100%;
}

.pronavs .group .types .intwo .list {
    display: none;
}

.pronavs .group .types .intwo .list .item {
    width: auto;
    height: auto;
    border-bottom: 1px dashed #ddd;
}

.pronavs .group .types .intwo .list .item a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    padding-left: 35px;
    position: relative;
}

.pronavs .group .types .intwo .list .item a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #00a5dc;
    border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -3px;
}

.pronavs .group.on .series a {
    background: #00a5dc;
    color: #fff;
}

.pronavs .group.on .series a::after {
    background: url("../images/pronav-arrtop.png") no-repeat center / 100% 100%;
}

.pronavs .group.on .types {
    display: block;
}

.pronavs .group.on .types .intwo.on .name a {
    color: #00a5dc;
}

.pronavs .group.on .types .intwo.on .name a::before {
    background: url("../images/pronav-less.png") no-repeat center / 100% 100%;
}

.pronavs .group.on .types .intwo.on .list {
    display: block;
}

.pronavs .group.on .types .intwo.on .list .item.on a {
    color: #00a5dc;
}

.prosearch {
    width: auto;
    height: auto;
    padding-top: 30px;
}

.prosearch .title {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.prosearch .list {
    width: auto;
    height: auto;
}

.prosearch .list .item {
    width: auto;
    height: auto;
    font-size: 0;
    padding-top: 20px;
}

.prosearch .list .item select {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/select.png") #fff no-repeat right center / 38px 38px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #999999;
    padding: 0 12px;
}

.prosearch .list .item input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #999999;
    padding: 0 12px;
}


.prosearch .btns {
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 25px;
}

.prosearch .btns input.btn {
    display: block;
    width: 140px;
    height: 40px;
    background: url("../images/head-search-white.png") #00a5dc no-repeat 40px center / 18px 18px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 0 none;
    padding-left: 30px;
    float: left;
}

.prosearch .btns a.btn {
    display: block;
    width: auto;
    height: 20px;
    margin-top: 10px;
    float: right;
    font-size: 14px;
    color: #00a5dc;
    padding-right: 15px;
    position: relative;
}

.prosearch .btns a.btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url("../images/arrow-blue.png") no-repeat center / 100% 100%;
}

.proright {
    width: 880px;
    height: auto;
    float: right;
}

.proright-title {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    position: relative;
}

.proright-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #00a5dc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.promain {
    width: auto;
    height: auto;
}

.promain-series {
    width: 880px;
    height: auto;
    padding-top: 20px;
}

.promain-series ul {
    display: block;
    width: 915px;
    height: auto;
    overflow: hidden;
}

.promain-series ul li {
    width: 270px;
    height: auto;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #00a5dc;
}

.promain-series ul li a {
    display: block;
    width: 270px;
    height: 370px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.promain-series ul li a .box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/inpro.jpg") no-repeat center / cover;
    opacity: 0;
    transition: all .3s;
}

.promain-series ul li a .con {
    width: 270px;
    height: 370px;
    position: relative;
    z-index: 2;
}

.promain-series ul li a .con .img {
    width: 270px;
    height: 270px;
    font-size: 0;
}

.promain-series ul li a .con .img img {
    width: 270px;
    height: 270px;
}

.promain-series ul li a .con .tit {
    width: auto;
    height: 100px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    transition: all .3s;
    padding: 25px 10px 0 10px;
}

.promain-series ul li a:hover .box {
    opacity: 1;
}

.promain-series ul li a:hover .con .tit {
    color: #fff;
}

.promain-list {
    width: auto;
    height: auto;
    padding: 20px 0;
}

.promain-list .item {
    width: auto;
    height: 220px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    position: relative;
    padding-left: 315px;
}

.promain-list .item .img {
    width: 300px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-align: center;
}

.promain-list .item .img img {
    height: 220px;
}

.promain-list .item .con {
    width: auto;
    height: auto;
}

.promain-list .item .con .name {
    width: auto;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}

.promain-list .item .con .name a {
    color: #333333;
}

.promain-list .item .con .text {
    width: auto;
    height: 100px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.promain-list .item .con .more {
    width: auto;
    height: auto;
}

.promain-list .item .con .more a {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
}

.promain-list .item .con .more a span {
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    color: #999999;
}

.promain-list .item .con .more a span::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url("../images/inmore.png") no-repeat center / 100% 100%;
}

.promain-content {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 20px 0;
}


.brandnavs {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.brandnavs .item {
    width: auto;
    height: auto;
    margin-top: 10px;
}

.brandnavs .item:first-child {
    margin-top: 0;
}

.brandnavs .item a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    background: #e6e6e6;
    padding-left: 15px;
    position: relative;
}

.brandnavs .item a::after {
    content: '';
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    background: url("../images/brandnav-gray.png") no-repeat center / 100% 100%;
}

.brandnavs .item a.on {
    background: #00a5dc;
    color: #fff;
}

.brandnavs .item a.on::after {
    background: url("../images/brandnav-white.png") no-repeat center / 100% 100%;
}

.brandcon {
    width: 880px;
    height: auto;
    float: right;
}

.brandcon-title {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-left: 20px;
    position: relative;
}

.brandcon-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #00a5dc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.brandcon-tabs {
    width: auto;
    height: auto;
    overflow: hidden;
    border-bottom: 4px solid #00a5dc;
    padding-top: 20px;
}

.brandcon-tabs ul {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.brandcon-tabs ul li {
    width: 280px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.brandcon-tabs ul li a {
    display: block;
    width: auto;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #e6e6e6;
    font-size: 16px;
    color: #666666;
}

.brandcon-tabs ul li a.on {
    background: #00a5dc;
    color: #fff;
}

.brandcon-content {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 30px;
}

.brandcon-books {
    width: 879px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.brandcon-books ul {
    width: 908px;
    height: auto;
    overflow: hidden;
}

.brandcon-books ul li {
    width: 198px;
    height: auto;
    float: left;
    margin-right: 29px;
}

.brandcon-books ul li .img {
    font-size: 0;
}

.brandcon-books ul li .img img {
    width: 198px;
    height: 284px;
}

.brandcon-books ul li .txt {
    width: auto;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}

.brandcon-res {
    width: auto;
    height: auto;
    padding-top: 30px;
}

.brandcon-resname {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.brandcon-reslist {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.brandcon-reslist table thead tr th {
    background: #e3eff3;
    height: 60px;
    vertical-align: middle;
    padding: 0 16px;
}

.brandcon-reslist table tbody tr td {
    background: #fff;
    height: auto;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    padding: 20px 16px;
}

.brandcon-reslist table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}












