﻿body {
    background: #f7f7f7;
}

.banner {
    height: 360px;
}

.main {
    margin: 40px auto 80px auto;
}


/*页码*/

#pages {
    line-height: 30px;
    text-align: center;
}

#pages a,
#pages .pg {
    width: 33px;
    display: inline-block;
    background: #ededed;
    margin: 0 3px;
    color: #666;
}

#pages .pg {
    width: auto;
    padding: 0 5px;
}

#pages .currentpage {
    background: #206aba;
    color: #fff;
}

.left_nav {
    width: 260px;
    background: #fff;
}

.left_nav_title h3 {
    height: 105px;
    background: url("../images/nav_left.jpg") center no-repeat;
    text-align: right;
    font-size: 16px;
    color: #206aba;
    padding-right: 25px;
    position: relative;
}

.left_nav_title h3 span {
    display: block;
    font-size: 22px;
    color: #777777;
    padding-top: 25px;
    text-transform: uppercase;
}

.left_nav_title h3:after {
    content: "";
    background: #aacd06;
    height: 42px;
    width: 4px;
    display: block;
    right: 0;
    top: 29px;
    position: absolute;
}

.left_nav li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #dadada;
}

.left_nav li a {
    display: block;
    font-weight: bold;
    color: #666666;
}

.left_nav>ul>li>a:hover,
.left_nav>ul>li.on>a {
    background-color: #206aba !important;
    color: #fff;
}


.left_nav form{background:#f7f7f7;padding: 20px 0px;}
.left_nav form input[type='text']{background:#fff;height:30px;line-height:30px;border: 1px solid #206aba;width: 214px;border-right: 0;text-indent: 10px;}
.left_nav form input[type='submit']{height: 32px;border: 1px solid #206aba;width: 45px;float: right;cursor: pointer;background: #206aba;color: #fff;}
.left_nav form input[type='text']::placeholder{color:#444;}

.right_con {
    width: 851px;
    background: #fff;
    padding: 24px 30px;
    color: #666;
    line-height: 30px;
}

.right_con>.title {
    font-size: 18px;
    color: #676767;
    border-bottom: 1px solid #dadada;
    padding-bottom: 16px;
    margin-bottom: 18px;
    height: 40px;
    line-height: 40px;
}

.right_con>.title p {
    float: left;
}

.right_con>.title .position {
    font-size: 12px;
    color: #c0c0c0;
    background: url("../images/home.png") 0 40% no-repeat;
    padding-left: 18px;
}

.right_con>.title .position a {
    color: #c0c0c0;
}

.right_con>.title .position span {
    padding: 0 6px;
}

.right_con>.title .position a:hover,
.right_con>.title .position a:last-child {
    color: #206aba;
}

.left_nav1>ul>li {
    height: auto;
    text-align: left;
}

.left_nav1>ul>li>a {
    padding: 0 20px;
}

.left_nav1>ul>li.li>a {
    background: url("../images/i1.png") 90% 50% no-repeat;
}

.left_nav1>ul>li li a {
    font-weight: normal;
}

.left_nav1>ul>li li:hover a,
.left_nav1>ul>li li.on a {
    color: #206aba;
}

.left_nav1>ul>li.li:hover>a,
.left_nav1>ul>li.li.on>a {
    background-image: url("../images/i3.png");
}

.left_nav1>ul>li.li.open>a {
    background-image: url("../images/i0.png");
}

.left_nav1>ul>li.li.open:hover>a:hover,
.left_nav1>ul>li.li.on.open>a {
    background-image: url("../images/i2.png");
}

.left_nav1>ul>li ul {
    display: none;
}

.boutique {
    margin-bottom: 8px;
}

.boutique ul {
    margin-bottom: 30px;
}

.boutique li {
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.boutique li .img {
    width: 160px;
    height: 106px;
    overflow: hidden;
    margin-right: 20px;
}

.boutique li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.boutique li:hover .img img {
    transform: scale(1.05);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.boutique li .con {
    width: 560px;
}

.boutique li .con p {
    font-size: 16px;
    color: #666;
    margin: 6px 0;
}

.boutique li .con span {
    color: #333;
    opacity: .73;
}

.boutique li:hover .con p {
    color: #206aba;
}

.boutique li .time {
    width: 74px;
    text-align: center;
}

.boutique li .time span {
    display: block;
    font-weight: bold;
    background: #999999;
    color: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.boutique li:hover .time span {
    background: #206aba;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.boutique li .time p {
    font-size: 36px;
    color: #999;
    border: 1px solid #e7e7e7;
    line-height: 56px;
    line-height: 56px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.boutique li:hover .time p {
    border: 1px solid #cbddef;
    color: #206aba;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

ul.brand li {
    width: 200px;
    height: 100px;
    padding: 0 0 20px 0;
    text-align: center;
    background: #f6f6f6;
    margin: 0 17px 30px 0;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

ul.brand li:nth-child(4n) {
    margin-right: 0;
}

ul.brand li p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 20px;
    line-height: 10px;
}

ul.brand li a {
    display: block;
    width: 120px;
    height: 60px;
    background-size: contain !important;
    margin: 20px 40px;
}

ul.brand {
    margin-bottom: 5px;
}

ul.brand+#pages {
    margin-bottom: 22px;
}

.product {
    margin-bottom: 26px;
}

.product table {
    margin-bottom: 40px;
}

.product table tr,
.product table th,
.product table td {
    text-align: center;
    border: 1px solid #e0e0e0;
    line-height: 24px;
    font-size: 12px;
    /* text-transform: uppercase; */
}

.product table th {
    background: #ecf2fa;
    border-bottom: 1px solid #ecf2fa;
}

.product table th,
.product table td {
    padding: 10px;
}

.product table td a {
    color: #206aba;
}

.recruit {
    margin-bottom: 40px;
}

.recruit+#pages {
    margin-bottom: 16px;
}

.recruit .ser {
    margin-bottom: 10px;
    background: #f7f7f7;
}

.recruit .ser p.title {
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    background: #f0f0f0 url("../images/t1.png") 98% 50% no-repeat;
    cursor: pointer;
    color: #333;
}

.recruit .ser p.title.on {
    background: #4d88c8 url("../images/t1_on.png") 98% 50% no-repeat;
    color: #fff;
}

.recruit .ser .serinfo {
    display: none;
}


/* .recruit .ser:first-child .serinfo {
    display: block;
} */

.recruit .ser .serinfo table {
    width: 100%;
    height: 48px;
    color: #333;
}

.recruit .ser .serinfo td:first-child {
    padding-left: 20px;
}

.recruit .ser .serinfo td:last-child {
    padding-right: 28px;
}

.recruit .ser .serinfo .con {
    padding: 10px 20px;
    border-top: 1px solid #ccc;
    color: #666;
}


/*下拉框*/

.prosub #sop {
    height: 30px;
    left: 50%;
    margin-left: 44px;
}

#sop option {
    height: 100px;
    cursor: pointer;
}


/*品牌*/

.brand_info ul li {
    list-style-type: initial;
    margin-left: 20px;
}

.brand_info ol li {
    list-style: decimal;
}

