@charset "UTF-8";

/*banner区域样式*/
.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.b-img {
    height: 499px;
    position: absolute;
    left: 0;
    top: 0;
}

.b-img div {
    display: block;
    height: 100%;
    float: left;
}

.b-list {
    cursor: pointer;
    padding-top: 465px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.b-list span {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    _margin: 0 3px;
    background: #000;
    opacity: 0.4;
}

.b-list .spcss {
    background: #00305e;
    opacity: 1;
}

.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0px;
    background: none;
    top: 0px;
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0px;
    background: none;
    top: 0px;
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) 0px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../images/arrow.png) -50px 0px no-repeat;
    margin: 0 auto;
    margin-top: 325px;
}

.bar-left .emcss {
    background-position: 0px -100px;
}

.bar-right .emcss {
    background-position: -50px -100px;
}
.banner-box{
    width: 100%;
    height: 500px;
}
.banner-box img{
    width: 100%;
    height: 100%;
}
/*内容区域样式*/
.content {
    width: 100%;
    background: #fff;
    padding: 20px 0 60px;
    min-height: 670px;
}

.content .left-content {
    width: 820px;
}

.content .content-search {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
}

.content .content-search .search-item {
    font-size:14px;
    line-height:74px;
    color: #333637;
    padding-left: 30px;
}

.content .content-search .search-item .company {
    width: 156px;
    height: 32px;
    padding-left: 6px;
    border: 1px solid #d2d2d2;
    margin: 0 50px 0 10px;
    color: #333637;
}

.content .content-search .search-item .company option {
    color: #333637;
    font-size: 14px;
}

.content .content-search .search-item .product {
    width: 162px;
    height: 32px;
    border: 1px solid #d2d2d2;
    margin-right: 25px;
    padding-left: 6px;
}

.content .content-search .search-item .search {
    width: 60px;
    height: 32px;
    border: 1px solid #d2d2d2;
    color: #333637;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.content .content-result {
    width: 100%;
    background: #fff;
}

.content .content-result .result-item {
    border-bottom: 1px solid #d2d2d2;
}

.content .content-result .result-item .item-left {
    padding: 20px;
    width: 600px;
}

.content .content-result .result-item .item-left .item-img {
    width: 200px;
    height: 200px;
    margin-right: 20px;
}

.content .content-result .result-item .item-left .item-details h4 {
    font-size: 18px;
    font-weight: normal;
}

.content .content-result .result-item .item-left .item-details p {
    width: 380px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #6e6e6e;
}

.content .content-result .result-item .item-left .item-details table {
    margin-top: 6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #6e6e6e;
}

.content .content-result .result-item .item-left .item-details table tr {
    height: 30px;
}

.content .content-result .result-item .item-left .item-details table tr .name {
    width: 190px;
}

.content .content-result .result-item .item-right {
    width: 176px;
    text-align: center;
    padding-top: 38px;
}

.content .content-result .result-item .item-right p {
    color: orange;
    font-size:14px;
    line-height:14px;
}

.content .content-result .result-item .item-right p .price {
    font-size:30px;
    line-height:60px;
    color: orange;
}

.content .content-result .result-item .item-right p .confirm {
    display: inline-block;
    padding: 2px 32px;
    color: #fff;
    border: 1px solid orange;
    color: orange;
    border-radius: 6px;
    font-size:16px;
    line-height:32px;
}

.content .content-result .result-item .item-right p .check {
    font-weight: normal;
    font-size: 14px;
    line-height: 48px;
    color: #6e6e6e;
}

.right-content {
    width: 220px;
    padding: 10px 20px;
    background: #fff;
}

.right-content .right-ontent-title {
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.right-content .question li a {
    font-size:12px;
    line-height:30px;
    color: #6e6e6e;
}

/* 我们的保障 */
.safeguard {
    margin-top: 45px;
}

.safeguard .safeguard-pro {
    margin-top: 25px;
    height: auto;
}

.safeguard .safeguard-pro .product-item {
    cursor: pointer;
    height: 330px;
    width: 100%;}
.safeguard .safeguard-pro .product-item .line {
    border-bottom: 1px solid #d2d2d2;
}
.safeguard .safeguard-pro .product-item .item-img {
    width: 330px;
    height: 330px;
    margin-right: 30px; }
.safeguard .safeguard-pro .product-item .item-details {
    height: 330px;
    overflow: hidden;
    width: 740px; }
.safeguard .safeguard-pro .product-item .item-details h4 {
    font-size: 24px;
    font-weight: bold; }
.safeguard .safeguard-pro .product-item .item-details > p {
    font-size: 14px;
    margin: 10px 0;
    color: #575757;
    line-height: 20px; }
.safeguard .safeguard-pro .product-item .item-details .item-p {
    max-height: 215px;
    overflow: hidden;
    margin: 12px 0; }
.safeguard .safeguard-pro .product-item .item-details .item-p p {
    color: #343434;
    display: block;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; }
.safeguard .safeguard-pro .pro-view {
    width: 290px;
    height: 305px;
    padding: 30px 30px 40px 30px;
    background-color: #e4f5fc;
    overflow:hidden;
}
.safeguard .safeguard-pro .pro-view h4{
    color: #00305e;
    font-size: 22px;
    margin-bottom: 10px;
}
.safeguard .safeguard-pro .pro-view .item-p{
    max-height: 270px;
    overflow: hidden; }
.safeguard .safeguard-pro .pro-view .item-p p{
    color: #5A5A5A;
    display: block;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all; }

.safeguard .safeguard-we {
    margin-top: 65px;
    height: 310px;
    position: relative; }

.safeguard .safeguard-we .shadeDivWrap {
    height: 80px;
    left: 330px;
    top: 110px;
    width: 415px;
    color: #fff;
    text-align: center;
}

.safeguard .safeguard-we .shadeDivWrap .shadeDiv {
    background-color: #305880;
}

.safeguard .safeguard-starr {
    margin-top: 75px;
    text-align: center;
}

.safeguard .safeguard-starr .starr-title {
    border-bottom: 4px solid #00305e;
    color: #5f6061;
    font-size: 26px;
    margin: auto;
    width: 290px;
    padding-bottom: 20px;
    text-align: center;
}

.safeguard .safeguard-starr p {
    color: #8c8c8d;
    margin-top: 30px;
    font-size: 16px;
    line-height: 250%;
    text-align: left;
}

/* 我们的特色 */
.feature {
    margin: 50px 0 100px;
}

.feature .feature-center {
    height: 240px;
    margin-top: 40px;
}

.feature .feature-center div.fl {
    margin-right: 20px;
}

.feature .feature-center div.fl:last-child {
    margin-right: 0;
}

/* Starr Title */
.starr .title-box {
    border-bottom: 4px solid #d3dade;
}

.starr .title-box p {
    border-bottom: 4px solid #00305e;
    color: #4b4c4d;
    font-size: 21px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 4px;
    font-weight: 600;
}

/* 图片下的透明 */
.shadeDivWrap {
    min-height: 40px;
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
}

.shadeDiv {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: -1;
    position: absolute;
}

.shadeDivWrap p {
    color: #fff;
    font-size: 18px;
    height: auto;
    line-height: 100%;
    padding: 10px 8px;
    word-break: keep-all;
    font-weight: bold;
}
.shadeDivWrap p.product-des{
    padding: 0px 8px 8px;
    word-break: normal;
    font-size: 14px;
}