@charset "UTF-8";

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

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

.b-img div {
    display: block;
    height: 500px;
    float: left;
}

.b-list {
    height: 50px;
    padding-top: 510px;
    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: #398DBC;
    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-wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.cloud-product-menu {
    width: 600px;
    height: 420px;
    box-sizing: border-box;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 40px;
}

.cloud-product-menu .menu-left {
    width: 160px;
}

.cloud-product-menu .menu-left .category {
    width: 100%;
    height: 420px;
    background: #345ba5;
}

.cloud-product-menu .menu-left .category li {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding-left: 44px;
    cursor: pointer;
    font-size: 16px;
    line-height: 60px;
    border-top: 1px solid #547ecf;
    border-bottom: 1px solid #19408a;
    color: #fff;
}

.cloud-product-menu .menu-left .category li.active {
    background: #fff;
    color: #636061;
    border-color: #fff;
}

.cloud-product-menu .menu-right {
    width: 440px;
    height: 420px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.cloud-product-menu .menu-right .list-box {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 10px;
    display: none;
    position: relative;
}

.cloud-product-menu .menu-right .list-box.active {
    display: block;
}

.cloud-product-menu .menu-right .list-box .list-item {
    width: 100%;
    box-sizing: border-box;
    min-height: 78px;
    padding-left: 105px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.cloud-product-menu .menu-right .list-box .check-all-products {
    display: inline-block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #6e6e6e;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.cloud-product-menu .menu-right img {
    position: absolute;
    left: 12px;
    top: 0;
    width: 80px;
    height: 80px;
}

.cloud-product-menu .menu-right .desc-text {
    font-size: 14px;
    color: #8c8b8b;
}

.cloud-product-menu .menu-right .price {
    font-size: 14px;
    color: #f00;
}

.cloud-product-menu .menu-right .price .flag {
    font-size: 16px;
}

.menu-right .tag-box, .menu-right .tag-title {
    padding-left: 12px;
}

.menu-right .tag-box {
    padding-bottom: 18px;
    min-height: 75px;
}

.menu-right .list-box .tag-title {
    font-size: 16px;
    color: #787878;
    font-weight: normal;
    padding-bottom: 10px;
}

.tag-box .tag-lists {
    font-size: 0;
    /*margin-bottom: 10px;*/
    height: 45px;
}

.tag-box .tag-lists span {
    display: inline-block;
    padding: 6px 6px;
    text-align: center;
    width: 100px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.tag-box .tag-lists span:hover {
    border-color: #547ecf;
    color: #547ecf;
}

.tag-box .tag-lists span:last-child {
    margin-right: 0;
}

/*内容区域样式*/
.content {
    width: 100%;
    background: #F0EFEF;
    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 #e1e1e1;
}

.content .content-result .result-item:last-child {
    border-bottom: 0 none;
}

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

.content .content-result .item-details {
    width: 380px;
}

.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: 20px;
    color: #6e6e6e;
}

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

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

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

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

.content .content-result .result-item .item-right p .price {
    font-size:24px;
    line-height:60px;
    color: #19408a;
}

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

.content .content-result .result-item .item-right p .confirm:hover {
    background: #19408a;
    color: #fff;
}

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

.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;
}

.right-content .question li a:hover {
    color: #19408a;
}

.hot-tag-list {
    padding-left: 12px;
    padding-bottom: 25px;
}

.hot-tag-list li:first-child {
    padding-left: 0;
}

.hot-tag-list li {
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 15px;
}

.hot-tag-list li a {
    color: #333;
    font-size: 14px;

}

.hot-tag-list li a:hover {
    color: #19408a;
    text-decoration: underline;
}