body {
    overflow-x: hidden;
}

/*body*/

.body-wrap {
    width: 100%;
    margin-bottom: 93px;
    position: relative;
    box-sizing: border-box;
}

/*首页样式*/

.borders {
    padding: 25px;
    padding-right: 45px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(60, 60, 60, 0.2);
}

.body-wrap-C-wrap {
    width: 1200px;
    position: relative;
    margin: 43px auto;
}

.body-wrap-C {
    /* height: 215px; */
    position: relative;
    margin: 30px auto;
}

.body-wrap-C-Container {
    width: 780px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #EFEFEF;
}

.body-wrap-C-Container>a {
    display: inline-block;
    width: 220px;
    height: 160px;
    overflow: hidden;
}

.body-wrap-C-Container img {
    width: auto;
    height: 160px;
}

.body-wrap-C-Container img:hover {
    animation: imgSc .8s linear 0s;
}

@keyframes imgSc {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.body-wrap-C-top {
    width: 480px;
    /*height: 41px;*/
    position: absolute;
    left: 260px;
    top: 0px;
}

.body-wrap-C-remen {
    display: inline-block;
    line-height: 1.5;
}

.body-wrap-C-remen a {
    display: inline-block;
    color: #999;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: bottom;
}

/* 新增价格 */

.body-wrap-C-price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.body-wrap-C-price .num {
    font-size: 30px;
    color: rgba(226, 46, 50, 1);
}

.body-wrap-C-price .num_type {
    position: relative;
    top: -5px;
    left: 0;
    font-size: 16px;
    padding: 3px;
    background-color: rgba(226, 46, 50, 1);
    color: #fff;

}

.body-wrap-C-top>a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
    color: #212121;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body-wrap-C-top>a:hover {
    color: rgba(226, 46, 50, 1);
    cursor: pointer;
}

.body-wrap-C-bottom {
    width: 500px;
    position: absolute;
    left: 260px;
    top: 70px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.body-wrap-C-bottom>p {
    font-size: 14px;
    line-height: 26px;
    height: 110px;
    overflow: hidden;
    color: #666;
}

/*详情页样式*/



.body-wrap-SC {
    width: 800px;
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
}

.body_wrap_sc_wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.body-wrap-SC-title {
    width: 100%;
    height: 20px;
    border-left: 3px solid #0C0C0C;
}

.body-wrap-SC-title>span {
    font-size: 19px;
    color: #212121;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: bold;
    margin-left: 13px;
}

.body-wrap-SC-text {
    margin-top: 20px;
}

.body-wrap-SC-text>span {
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    line-height: 26px;
}

.body-wrap-SC-img>img {
    margin-top: 20px;
    width: 726px;
    height: 408px;
}

.body-wrap-SC-run {
    width: 760px;
    height: 240px;
    overflow: hidden;
}

.body-wrap-SC-run-C {
    display: inline-block;
    width: 240px;
    height: 240px;
    background: darkgray;
    margin-right: 10px;
    border-radius: 4px;
}

.point {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    z-index: 999;
}

.point:hover {
    cursor: pointer;
    opacity: 0.5;
}

.point-right {
    right: -15px;
}

.point-left {
    left: 18px;
}

/*右侧在线咨询公共样式*/

.body-ask {
    width: 350px;
    height: 325px;
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: 235px;
    padding: 23px 30px 0 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(125, 125, 125, 0.2);
    z-index: 1000;
}

.body-ask>div:not(:first-child) {
    position: relative;
    margin-top: 20px;
}

.hot_line {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(125, 125, 125, 0.2);
    width: 350px;
    font-size: 18px;
    color: rgba(26, 29, 31, 1);
    line-height: 64px;
}

.hot_line img {
    margin-left: 30px;
    margin-right: 10px;
    width: 18px;
}

.body-ask-title {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: bold;
}

.body-ask input {
    width: 290px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 14px;
    box-sizing: border-box;
}

.body-ask-Q {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #F08519;
    letter-spacing: 0;
    line-height: 15px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.body-ask-Q:hover {
    cursor: pointer;
    color: #4460AF;
}

.body-ask button {
    width: 290px;
    height: 38px;
    background: #F08519;
    border-radius: 4px;
    border: 0;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 15px;
}

.body-ask>button:hover {
    cursor: pointer;
    background: #4460AF;
}

.reg-tips {
    color: #B92C28;
    position: absolute;
    bottom: -25px;
}

.success-tips {
    display: none;
    position: fixed;
    left: -200%;
    top: -80%;
    width: 333px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    border: 1px solid #DEDEDE;
    border-left: 3px solid #4253AF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 11;
}

/*隐藏提示框样式*/

.success-tips>img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/* 20180621改版新增 */

.list_banner {
    width: 100%;
    height: 320px;
    background: url("/phpcms/templates/default/index/cyb-img/list_banner.png") no-repeat center;
}

.list_banner .wrap {
    height: 100%;
    position: relative;
}

.list_banner form {
    position: absolute;
    right: 0;
    top: 128px;
}

.list_banner form .input-wrap {
    width: 550px;
    height: 56px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    margin-right: 10px;
}

.list_banner form .input-wrap input {
    float: left;
    width: 420px;
    height: 100%;
    border: 0px;
    padding-left: 20px;
    font-size: 16px;
}

.list_banner form .input-wrap button {
    float: right;
    width: 106px;
    height: 56px;
    line-height: 56px;
    background: rgba(240, 133, 25, 1);
    border-radius: 0px 4px 4px 0px;
    font-size: 20px;
    color: #fff;
    border: 0px;
    padding: 0px;
    cursor: pointer;
}

.list_banner form .input-wrap button label,
.list_banner form .input-wrap button label i {
    cursor: pointer;
}

.list_banner form .input-wrap button .icon-3 {
    font-size: 20px;
}

.con_path {
    width: 100%;
    padding: 20px 0;
    background-color: #F5F6FB;
}

.con_path a {
    color: #999;
}

.con_path a:hover {
    color: rgba(226, 46, 50, 1);
}

/* 详情页基本信息 */

.intor_con {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.intor_con .fl_img {
    width: 700px;
}

.intor_con .fr_text {
    width: 440px;
}

.intor_con .fr_text .fr_text_title {
    font-size: 30px;
    color: rgba(26, 29, 31, 1);
}

.intor_con .fr_text .fr_text_title .chuzu {
    display: inline-block;
    padding: 5px;
    background-color: rgba(200, 33, 38, 1);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    top: -5px;
}
.intor_con .fr_text .fr_text_price {
    margin-top: 25px;
    padding-bottom: 18px;
    font-size: 18px;
    color: rgba(200, 33, 38, 1);
    border-bottom: 2px dashed #E6E6E6;
}

.intor_con .fr_text .fr_text_price .fr_text_price_num {
    font-size: 36px;
    font-weight: bold;
}

.fr_text .fr_text_con {
    width: 100%;
}

.fr_text .fr_text_con p,
.fr_text .fr_text_con span {
    float: left;
    color: #999;
    font-size: 16px;
    margin-top: 15px;
}

.fr_text .fr_text_con p {
    width: 100px;
}

.fr_text .fr_text_con span {
    width: 245px;
}

.fr_text .fr_text_con span a {
    color: #3E97EB;
}

.phone_F08519 {
    width: 340px;
    height: 60px;
    border: 1px solid #F08519;
    margin-top: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: rgba(240, 133, 25, 1);
}

.intor_con .big_img {
    width: 700px;
    height: 400px;
    overflow: hidden;
    line-height: 400px;
}

.intor_con .big_img li {
    display: none;
    width: 100%;
    height: 100%;
}

.intor_con .big_img li:first-of-type {
    display: block;
}

.intor_con .big_img img {
    width: 100%;
    height: 100%;
}

.intor_con .sm_img_wrap {
    position: relative;
    width: 630px;
    height: 84px;
    margin: 10px auto;
    overflow: hidden;
}

.intor_con .sm_img_wrap ul {
    position: absolute;
    top: 5px;
    left: 0;
    height: 100%;
    width: 2000px;
}

.intor_con .sm_img_wrap ul li {
    float: left;
    width: 118px;
    height: 100%;
    margin: 0 3px;
    border: 1px solid #fff;
}

.intor_con .sm_img_wrap ul li.thistab {
    border: 1px solid #e5e5e5;
}

.news-tu {
    height: 100%;
}

.intor_con .sm_img_wrap ul li img {
    width: 100%;
    height: 100%;
    /* cursor: pointer; */
}

.btn_style {
    position: absolute;
    top: 0;
    width: 30px;
    height: 84px;
}

.btn_style img {
    width: 100%;
    height: 100%;
}

.tab-prev {
    left: 0;
    background: url(/phpcms/templates/default/index/cyb-img/img_left.png) no-repeat center;
}

.tab-next {
    right: 0;
    background: url(/phpcms/templates/default/index/cyb-img/img_right.png) no-repeat center;
}

/* 没有搜索到样式 */

.seekError {
    width: 400px;
    text-align: left;
    margin: 0 auto;
}

.seekError h3 {
    font-size: 20px;
    line-height: 50px;
}

.seekError p {
    font-size: 16px;
    line-height: 30px;
}

#pages {
    padding: 30px 0;
    font-family: 宋体;
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
}

#pages span {
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    line-height: 22px;
    background: #B92C28;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
}