.bannerBox {
    width: 100%;
    height: 456px;
    background: url('../img/recommend/banner.jpg') no-repeat center center;
    min-width: 1200px;
    margin-top: -5px;
    position: relative;
}

.bannerBox .maskBox {
    width: 800px;
    height: 100%;
    background: #3c3fa8;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -400px;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}

.bannerBox .wordBox {
    width: 800px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 50%;
    margin-left: -400px;
    color: #ffffff;
    padding: 0 100px 0;
    opacity: 0.8;
    filter: alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}

.bannerBox .wordBox .title {
    font-size: 100px;
    margin-top: 60px;
}

.bannerBox .wordBox .subTitle {
    font-size: 36px;
}

.bannerBox .wordBox .dis {
    font-size: 18px;
    line-height: 180%;
}

.bannerBox .wordBox .dis section {
    margin-top: 12px;
}

.location_Box {
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
}

.location_Box .contentBox {
    width: 1200px;
    margin: 30px auto 20px;
    overflow: hidden;
}

.location_Box .contentBox .wordBox {
    width: 750px;
    float: left;
    text-align: left;
}

.location_Box .contentBox .wordBox .title {
    width: 750px;
    float: left;
    font-size: 32px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 14px;
}

.location_Box .contentBox .wordBox .dis {
    width: 750px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    height: 208px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.location_Box .contentBox .wordBox .dis:after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
    background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}

.location_Box .contentBox .wapperBox {
    width: 420px;
    height: 260px;
    float: right;
    position: relative;
    overflow: hidden;
}

.location_Box .contentBox .wapperBox .wapperScroll {
    height: 260px;
}

.location_Box .contentBox .wapperBox .wapperScroll img {
    width: 420px;
    height: 260px;
    float: left;
}

.location_Box .contentBox .wapperBox .wapperArrow {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
}

.location_Box .contentBox .wapperBox #wapper_left {
    left: 10px;
}

.location_Box .contentBox .wapperBox #wapper_right {
    right: 10px;
}

.productionBox {
    background-color: #f2f2f2;
    width: 100%;
    min-width: 1200px;
    padding: 0 0 60px;
}

.productionBox .contentBox {
    width: 1200px;
    margin: auto;
}

.productionBox .contentBox .titleBox {
    line-height: 80px;
}

.productionBox .contentBox .productionListBox {
    width: 890px;
    float: left;
}

.productionBox .contentBox .productionListBox .productionList {
    transition: all 0.6s;
    overflow: hidden;
}

.productionBox .contentBox .productionListBox .productionItem {
    width: 890px;
    padding: 20px;
    height: 280px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 20px;
    cursor:pointer;
}

.productionBox .contentBox .productionListBox .productionItem:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.productionBox .contentBox .productionListBox .productionItem .wordBox {
    float: right;
    width: 510px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .point {
    text-align: left;
    font-size: 20px;
    color: #333333;
    line-height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 10px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .subPoint {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0;
    width:500px;
    height: 14px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .subPoint .big {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .keyNote {
    font-size: 16px;
    color: #333333;
    line-height: 100%;
    position: relative;
    padding: 0px 0;
    overflow: hidden;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .count {
    position: absolute;
    bottom: 70px;
    right: 20px;
    font-size: 24px;
    color: #3c3fa8;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .data {
    font-size: 12px;
    bottom: 50px;
    color: #999;

}

.productionBox .contentBox .productionListBox .productionItem .wordBox .countTips {
    position: absolute;
    bottom: 60px;
    left: 359px;
    font-size: 18px;
    color: #3c3fa8;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .countTips .small {
    font-size: 18px;
    color: #333333;
    margin-left: 6px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .count .small {
    font-size: 18px;
    color: #333333;
    margin-left: 6px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .keyNote section {
    text-align: left;
    color: #666666;
    height: 16px;
    font-size: 14px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .keyNote section div {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #666666;
    margin-right: 6px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .point section {
    text-align: center;
    float: left;
    font-size: 12px;
    width: 80px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 3px;
    color: #999999;
    margin-bottom: 10px;
    border: 1px solid #3c3fa8;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .hasLocationTips {
    bottom: 75px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .hasLocation {
    bottom: 35px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .locationBottom {
    bottom: 18px;
    position: absolute;
}


.productionBox .contentBox .productionListBox .productionItem .wordBox .title {
    text-align: left;
    font-size: 24px;
    color: #333333;
    line-height: 100%;
    position: relative;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .dis section {
    text-align: left;
    font-size: 16px;
    color: #666;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 500px;
    -webkit-box-orient: vertical;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .dis section .haveMore {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
    padding-left: 6px;
}

.productionBox .contentBox .productionListBox .productionItem .wordBox .title img {
    width: 20px;
    vertical-align: top;
    margin-top: 3px;
}

.productionBox .contentBox .productionListBox .productionItem .productionImg {
    width: 320px;
    height: 240px;
    float: left;
}

.productionBox .contentBox .productionListBox .productionItem .jiaobiaoImg {
    right: -5px;
    top: -5px;
    position: absolute;
}

.productionBox .contentBox .productionListBox .productionItem .tipsImg {
    position: absolute;
    top: 0;
    left: 36px;
}

.productionBox .contentBox .productionListBox .productionItem .tipsArrow {
    position: absolute;
    top: 0;
    left: 36px;
    background-color: #3c3fa8;
    color: #ffffff;
    width: 42px;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    letter-spacing: 20px;
    height: 90px;
    padding: 10px 14px 0px;
}

.productionBox .contentBox .productionListBox .productionItem .tipsArrow .tipsT {
    width: 0;
    height: 0;
    border-width: 21px;
    border-style: solid;
    border-color: #3c3fa8 transparent transparent transparent;
    position: absolute;
    bottom: -42px;
    left: 0;
}

.productionBox .contentBox .titleBox .map {
    float: left;
    color: #333333;
    font-size: 20px;
}

.productionBox .contentBox .titleBox .selectBox {
    float: right;
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 220px;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: left;
    background-color: #ffffff;
    margin-top: 25px;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    z-index: 999;
    position: relative;
}

.productionBox .contentBox .titleBox .selectBox .show {
    padding-left: 10px;
}

.productionBox .contentBox .titleBox .selectBox .selectIcon {
    width: 30px;
    background-color: #f2f2f2;
    height: 28px;
    text-align: center;
    float: right;
}

.productionBox .contentBox .titleBox .selectBox .selectItem {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    padding-left: 10px;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    width: 100%;
}

.productionBox .contentBox .titleBox .selectBox .selectItem section {
    transition: all 0.2s;
}

.productionBox .contentBox .titleBox .selectBox .selectItem section:hover {
    background-color: #3c3fa8;
    color: #ffffff;
}

.productionBox .contentBox .titleBox .selectBox .selectIcon img {
    display: inline-block;
}

.productionBox .contentBox .titleBox .rightBox {
    float: right;
}

.productionBox .contentBox .tipsBox {
    float: right;
    width: 290px;
}

.productionBox .contentBox .tipsBox .tipsItem {
    background-color: #ffffff;
    padding: 20px 30px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.productionBox .contentBox .tipsBox .tipsItem .subTitle {
    background-color: #ffffff;
    color: #3c3fa8;
    line-height: 200%;
    font-size: 22px;
}

.productionBox .contentBox .tipsBox .tipsItem .tipsWord {
    font-size: 16px;
    color: #333;
}

.productionBox .contentBox .tipsBox .tipsItem .title {
    line-height: 62px;
    font-size: 22px;
    color: #3c3fa8;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 24px;
}

.productionBox .contentBox .tipsBox .tipsItem .dis {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.productionBox .contentBox .tipsBox .tipsItem .butn {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #6068b2;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 30px;
}

.productionBox .contentBox .tipsBox .tipsItem .dis img {
    height: 16px;
    vertical-align: bottom;
    margin-right: 5px;
}

.productionBox .contentBox .titleBox .rightBox section {
    float: right;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    margin-top: 25px;
    background-color: #ffffff;
    width: 50px;
    font-size: 14px;
    color: #666666;
    border-left: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.6s;
}

.productionBox .contentBox .titleBox .rightBox section .arrow {
    display: inline-block;
    transition: transform 0.6s;
}

.productionBox .contentBox .titleBox .rightBox .active {
    background-color: #d6d6d6;
    color: #ffffff;
}

.productionBox .contentBox .titleBox .rightBox section:last-child {
    border-left: none;
}

.arrowTurn {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.getMore {
    color: #666666;
    display: inline-block;
    cursor: pointer;
}

.getMore img {
    width: 12px;
    margin-left: 6px;
}

.firefoxOverflow:after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 1px 45px;
    background: url(http://css88.b0.upaiyun.com/css88/2014/09/ellipsis_bg.png) repeat-y;
}

.hoverBox {
    position: absolute;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    padding: 4px 10px;
    display: none;
    left: -24px;
    top: 33px;
    z-index: 9;
    word-wrap: break-word;
    min-width: 76px;
    text-align: center;
}

}

.hoverBox .hoverArrow {
    background: #fff;
    width: 8.48528137px;
    height: 8.48528137px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    top: -3px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.countHoverTips {
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    padding: 7px 10px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin-right: 10px;
}

.countHoverTips .arrow {
    background: #fff;
    width: 8.48528137px;
    height: 8.48528137px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    right: -4px;
    top: 9px;
}
