/*首页图组*/
a:hover{
    text-decoration: none;
}
.adv_desc {
    padding: 0px 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eee;
    border-bottom: 5px solid #258ccc;
    margin: 10px 0;
    background-color: #fafafa;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.adv_desc:hover {
    background-color: #258ccc;
}

.adv_desc:hover p {
    color: #fff;
}

.adv_desc a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.adv_desc a:hover {
    text-decoration: none;
    color: #fff;
}

.adv_desc:hover a {
    color: #fff;
}

.adv_desc h2 {
    margin: 0;
}

.adv_desc span {
    padding: 2px 25px;
    background-color: #ddd;
    display: inline-block;
    border-radius: 5px;
}

.adv_desc p {
    line-height: 1.8;
    min-height: 80px;
}

.adv_desc img {
    padding: 15px;
}

.adv_desc i {
    font-size: 40px;
    background-color: #258ccc;
    color: #fff;
    padding: 20px 25px;
    border-radius: 50px;
    margin: 10px 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.adv_desc:hover i {
    border-radius: 0px;
    margin: 10px;
}


/*首页-公司简介*/

.about_bg {
    padding: 50px 0;
}

.aboutbg {
    background-color: rgb(255, 255, 255, 0.75);
    min-height: 370px;
}

.about_img {
    max-width: 100%;
}

.about_h3 {
    color: #258ccc;
    font-size: 19px;
    margin-top: 60px;
}

.about_p {
    font-size: 15px;
    font-style: italic;
    color: #aaa;
    margin-top: 20px;
}

.about_content {
    font-size: 16px;
    line-height: 34px;
    color: #555;
    margin: 20px 0;
    text-align: left;
}

.about_btn {
    display: block;
    text-align: center;
    width: 150px;
    padding: 8px 0px;
    color: #fff;
    background-color: #258ccc;
    margin: 20px auto;
    border: 1px solid #258ccc;
}

.about_btn:hover,
.about_btn:focus {
    color: #258ccc;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #258ccc;
}

.form_in .form-control {
    margin: 20px 0;
    border-radius: 0;
    border: 1px solid #ccc;
    min-height: 45px;
}

.butt_in {
    text-align: center;
}

.butt_in button {
    width: 150px;
    height: 35px;
    background-color: #258ccc;
    font-size: 15px;
    border: none;
    color: white;
    margin: 20px 0;
    border: 1px solid #258ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.butt_in button:hover {
    background-color: transparent;
    border: 1px solid #258ccc;
    color: #258ccc;
}


/*首页产品*/

.product_index {
    margin: 45px 0px 0px 0px;
}

.product_head {
    text-align: center;
}

.product_head h2 {
    font-family: nunito sans, sans-serif;
    font-size: 36px;
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}

.product_head span {
    display: inline-block;
    padding: 2px 20px;
    background-color: #999;
    border-radius: 10px;
}

.product_head p {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
}

.product_list {
    clear: both;
    padding: 15px 0px 0px 0px;
}

.product_list2 {
    padding-top: 20px;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 330px;
}

.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 340px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 0px;
}

.product_list2 div.product_img {
    min-height: 260px;
    margin-bottom: 10px;
}

.product_title {
    text-align: center;
    height: 40px;
}

.product_title a {
    font-size: 16px;
    color: #2F2F2F;
}

.product_title a:hover {
    text-decoration: none;
    color: #258ccc;
}

@media screen and (min-width:1200px) {
    .product_list .product_img:nth-child(4n+1) {
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .product_list .product_img:nth-child(2n+1) {
        clear: both;
    }
}

.service_btn {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
    background-color: #258ccc;
    margin: 20px 0px;
    font-weight: bold;
}

.service_btn:hover,
.about_btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #444;
}


/* 首页新闻 */


/* 首页第一个模块 */


/*首页案例*/

.case_bg {
    padding-bottom: 60px;
}

.index_case {
    margin: 15px 0px 0px 0px;
}

.index_case h2 {
    margin-top: 80px;
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    color: #152437;
    padding-bottom: 16px;
}

.case_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 200px;
    margin-bottom: 20px;
}

.case_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 320px;
    max-width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.case_desc {
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: #fff;
    background-color: #545454;
}

.case_desc h3 {
    padding: 4px 8px;
}

.case_box {
    padding: 50px 0px 0px 0px;
    background: url(../image/case_bg.jpg) center center;
}

.case_head h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
    color: #666666;
}

.case_head p {
    text-align: center;
    color: #9A9A9A;
    font-size: 18px;
}

.case_list {
    clear: both;
    padding: 30px 0px 10px 0px;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

.case_list div.product_img {
    min-height: 270px;
}

.case_list p.product_title a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.imgss a {
    font-size: 12px;
    color: #7b7d7d;
}

.case_list p.product_title a:hover {
    text-decoration: none;
    color: #c53124;
}

.un p {
    text-align: center;
    /*  padding:40px 0 0 0; */
}

.lb1 {
    color: #38383A;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}

.ss2 {
    background-color: #fff;
}

.ss2:hover {
    -webkit-box-shadow: 0 0px 11px 4px #e3e3e3;
    box-shadow: 0 0px 11px 4px #e3e3e3;
}

.ss2 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 260px;
}

.imgs1 a {
    font-size: 17px;
    color: #222;
    margin: 6px 0;
}

.line {
    width: 33px;
    height: 2px;
    background: #333;
}

.imgss {
    font-size: 14px;
    color: #555;
    line-height: 160%;
    margin-top: 10px;
    height: 44px;
}


/*首页案例*/


/*首页案例*/

.index_case h2 {
    padding: 0px 5px 12px 20px;
}

.case_list {
    padding-top: 20px;
}

.case_line {
    border-bottom: 1px solid #F1EDED;
    margin: 0px 15px;
}

.news_img {
    min-height: 500px;
    background-repeat: no-repeat;
}

.indet_abount {
    width: 100%;
    height: 100%;
}

.about_box {
    vertical-align: middle;
    display: inline-block;
    line-height: 3;
    padding: 20px;
}

.p-btn {
    top: 0;
    left: -32px;
    height: 100%;
    z-index: 5;
}

.vca h3 {
    font-size: 18px;
}

.re a {
    color: #333;
}

.vca {
    color: #444444;
}

.nav_des {
    color: #777;
    font-size: 13px;
    padding: 15px 0 0 0;
    margin-bottom: 18px;
}


/* 首页新闻 */

.intext_news {
    border: 1px solid #ccc;
}

.mdetails {
    display: inline-block;
    background-color: #ccc;
    text-align: center;
    width: 50%;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
}

.menquiry {
    display: inline-block;
    color: #fff;
    background-color: #c53124;
    text-align: center;
    width: 50%;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
    float: right;
}

.menquiry:hover {
    background-color: #000;
}

.news_dt {
    padding: 15px 20px 0px 20px;
}

.product_title {
    text-align: center;
}

.allim:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .3);
    border-radius: 10px;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    border: none;
    background: #fff;
}

.allim {
    margin-top: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.8);
}

.re a {
    color: #333;
}

.photo_s {
    background: #fff;
    border: 1px solid #ddd;
    padding: 14px 14px 10px;
    width: auto;
}

.re {
    font-size: 12px;
    color: #333;
    text-decoration: underline;
    letter-spacing: 2px;
}

.nav_des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}


/* 新闻 */

.img-fluid {
    max-width: 100%;
    height: auto;
}

.newDate {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.sy_xinew a,
.sy_xinew a:hover {
    color: #231714;
}

.sy_xinew .h1,
.sy_xinew h1 {
    font-family: nunito sans, sans-serif;
    font-size: 36px;
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 30px;
}

.sy_xinew .btn-primary {
    color: #fff;
    background-color: #258ccc;
    border-color: #258ccc;
}

.sy_xinew .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.sy_xinew .row {
    display: flex;
    flex-wrap: wrap;
}

.diz_sjamh {
    background-color: #008BD0;
    padding: 70px 0 70px;
}

.diz_sjamh .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.diz_sjamh .container .dange {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.diz_sjamh .container .dange .y {
    margin-left: 35px;
    padding-left: 30px;
    position: relative;
}

.diz_sjamh .container .dange .y::after {
    width: 3px;
    height: 24px;
    background-color: #e0080c;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
}

.diz_sjamh .container .dange h5 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.diz_sjamh .container .dange h6 {
    margin: 0;
    font-size: 17px;
    color: rgb(255, 255, 255, 0.75);
    /* margin-top: 10px; */
}

.mb-5,
.my-5 {
    margin-bottom: 50px;
}

.img-fluid {
    width: 100%;
}

.sy_xinew .col-md-8 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.infodown>div {
    height: 44px;
    overflow-y: auto;
}

@media only screen and (max-width:1200px) {

    .diz_sjamh {
        padding: 50px 0;
    }
}

@media only screen and (max-width:992px) {
    .about_img {
        width: 100%;
    }
    .aboutbg {
        margin-top: 50px;
    }
    .product_head h2 {
        font-size: 26px;
    }
    .product_list .col-sm-4 {
        width: 50%;
        max-width: 50%;
    }
    .product_img {
        min-height: auto;
    }
    .product_img img {
        width: 100%;
    }
    .product_list {
        display: flex;
        flex-wrap: wrap;
    }
    .case_img {
        width: 50%;
    }
    .product_index {
        margin: 0;
    }
    .sy_xinew .row .col-md-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .sy_xinew .row .col-md-8 {
        flex: 1;
    }
}

@media only screen and (max-width:768px) {
    .our_list {
        display: flex;
        flex-wrap: wrap;
    }
    .diz_sjamh .container .dange {
        flex: 0 0 50%;  justify-content: flex-start;
    }
    .diz_sjamh .container .dange  img{
        width: 30px;
    }
}

@media only screen and (max-width:640px) {
    .diz_sjamh .container .dange {
        flex: 0 0 100%;
    }
    .diz_sjamh .container .dange h5{
        font-size: 17px;
    }
    .diz_sjamh .container .dange h6{
        font-size: 15px;
    }
    .diz_sjamh .container .dange{
        margin-top: 10px;
    }
    .diz_sjamh{
        padding: 23px 0;
    }

    .product_list .col-sm-4 {
        width: 100%;
        max-width: 100%;
    }
    .product_head p {
        font-size: 14px;
        padding: 20px;
    }
    .about_content {
        font-size: 14px;
        line-height: 28px;
    }
    .product_head h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .case_img {
        width: 100%;
    }
    .case_img img {
        width: 100%;
        max-height: initial;
    }
    .photo_s {
        margin-top: 30px;
    }
    .nav_des {
        font-size: 14px;
    }
    .sy_xinew .h1,
    .sy_xinew h1 {
        font-size: 18px;
    }
    .sy_xinew .row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_xinew .row .col-md-8 {
        margin-top: 30px;
    }
    .layout_smallcircle .w-blog-list .w-blog-post-title {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:480px){
    .color_footer-bottom {
        padding-bottom: 0 !important;
    }
}
    /* 刷新opacity=0问题 */

.w-blog-post .w-blog-post-h {
    opacity: 1 !important;
}
.home .l-titlebar-h{
    display: block !important;
}
.fenye .pagination a{
width: 49px;
height: 49px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border: 2px solid #cacaca;
border-radius: 100% !important;
color: #000;
font-size: 18px;
}.fenye .pagination li.active a{
    background-color: #008bd0;border: 2px solid #008bd0;color: #fff;
}

/* 产品详情页 */

.cp_xq {
    background-color: #f7f7f7;
  padding: 50px 0;
}

.cp_xq .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cp_xq .container .zuo {
    flex: 0 0 100%;
    max-width: 100%;
}

.cp_xq .container .zuo .shang {
   
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.cp_xq .container .zuo .shang .zu_x01 {
    flex: 0 0 41.7%;
    max-width: 41.7%;
}

.cp_xq .container .zuo .shang .you_x01 {
    flex: 0 0 54.9%;
    max-width: 54.9%;
    height: 463px;
    overflow-y: auto;
}

.cp_xq .container .zuo .shang .you_x01 h5 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.cp_xq .container .zuo .shang .you_x01 .jg {
    font-size: 16px;
    color: #646464;
}

.cp_xq .container .zuo .shang .you_x01 .jg .zl {
    margin-top: 5px;
}

.cp_xq .container .zuo .shang .you_x01 .jg .zl span {
    text-decoration: line-through;
}

.cp_xq .container .zuo .shang .you_x01 .jg .zg {
    margin-top: 15px;
}

.cp_xq .container .zuo .shang .you_x01 .jg .zg span {
    font-size: 24px;
    color: #d9000d;
    font-weight: bold;
}

.cp_xq .container .zuo .shang .xil_li01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 37px;
    font-size: 16px;
    color: #646464;
    margin-top: 40px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

.cp_xq .container .zuo .shang .xil_li01::after {
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #d7d7d7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

.cp_xq .container .zuo .shang .xil_li01 em {
    color: #d9000d;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 {
    margin-top: 23px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 span {
    display: block;
    width: 81px;
    text-align: right;
    font-size: 16px;
    color: #646464;
    margin-right: 14px;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 select {
    width: 70px;
    height: 35px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #646464;
    text-align: center;
    border-radius: 5px;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 em {
    font-size: 14px;
    color: #969696;
    margin-left: 20px;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 li {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background: #fff;
    float: left;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    margin: 0 10px 0 0;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 li.on {
    border-color: #e73441;
}

.cp_xq .container .zuo .shang .jj_tj01 .s_01 li.on i {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/dui.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 {
    margin-top: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 a {
    width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 16px;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 .lj {
    color: #646464;
    border: 1px solid #e5e5e5;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 .lj:hover {
    border: 1px solid #e73441;
    background: #fff1f2;
    color: #e73441;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 .gwc {
    margin-left: 10px;
    border: 1px solid #d9000d;
    background-color: #d9000d;
    color: #fff;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 .gwc i {
    margin-right: 6px;
    font-size: 18px;
    line-height: 1;
}

.cp_xq .container .zuo .shang .jj_tj01 .anniu7 .gwc:hover {
    border: 1px solid #e73441;
    background: #fff1f2;
    color: #e73441;
}


/*  */

.cp_xq .container .zuo .xia {
    margin-top: 40px;
 
}


.cp_xq .container .zuo .tab_tou {
    height: 54px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
   justify-content: center;
}

.cp_xq .container .zuo .tab_tou .bt {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #646464;
    padding: 0 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .tab_tou .bt.on {
   color: #008BD0;
   border-bottom: 1px solid #008BD0;
}



.cp_xq .container .zuo .tab_body {
    padding: 25px 30px 60px 22px;
}

.cp_xq .container .zuo .tab_body .dang {
    display: none;
}

.cp_xq .container .zuo .tab_body .cpnr img {
    max-width: 100%;
}

.cp_xq .container .zuo .tab_body .plun {
    padding: 17px 20px 40px;
}

.cp_xq .container .zuo .tab_body .plun .biaoit_pl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fafafa;
    padding-left: 25px;
    padding-right: 17px;
}

.cp_xq .container .zuo .tab_body .plun .biaoit_pl a {
    font-size: 13px;
    color: #646464;
    margin-left: 40px;
    line-height: 30px;
}

.cp_xq .container .zuo .tab_body .plun .biaoit_pl a:nth-child(1) {
    margin-left: 0;
}

.cp_xq .container .zuo .tab_body .plun .biaoit_pl a.on {
    font-size: 13px;
    color: #d9000d;
}

.cp_xq .container .zuo .tab_body .plun .y_xial select {
    font-size: 13px;
    color: #646464;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl {
    padding: 22px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .pl_z img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .pl_z h5 {
    font-size: 14px;
    color: #646464;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .pl_z {
    flex: 0 0 10.7%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .pl_y {
    flex: 0 0 87%;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms {
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    margin-top: 5px;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms .cp_tu_x {
    display: flex;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms .cp_tu_x img {
    width: 63px;
    height: 63px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-left: 12px;
}

.cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms .cp_tu_x img:nth-child(1) {
    margin-left: 0;
}

.cp_xq .container .zuo .tab_body .plun .nmtj {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .ly_pl {
    background-color: #f6f6f6;
    width: 95%;
    padding: 30px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .ly_pl .z_ly {
    flex: 0 0 35.3%;
    max-width: 35.3%;
}

.cp_xq .container .zuo .ly_pl .xx {
    font-size: 14px;
    color: #646464;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 17px;
}

.cp_xq .xx i {
    color: #d9000d;
    margin-right: 5px;
}

.cp_xq .xx span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-left: 3px;
}

.cp_xq .xx span img.yir {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.cp_xq .xx span:nth-of-type(1) {
    margin-left: 10px;
}

.cp_xq .xx span.on img.yir {
    opacity: 1;
}

.cp_xq .tjfs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 49px;
}

.cp_xq .tjfs .nmtj_an {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #969696;
}

.cp_xq .tjfs .nmtj_an input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #f6f6f6;
}

.cp_xq .tjfs button {
    width: 110px;
    height: 40px;
    background-color: #d9000d;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xq .container .zuo .ly_pl .y_ly {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    border: 1px solid #e5e5e5;
}

.cp_xq .container .zuo .ly_pl .y_ly .t_hang {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 83px;
}

.cp_xq .container .zuo .ly_pl .y_ly .t_hang .lie1 {
    height: 100%;
    width: 95px;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #646464;
}

.cp_xq .container .zuo .ly_pl .y_ly .t_hang .lie2 {
    height: 100%;
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.cp_xq .container .zuo .ly_pl .y_ly .t_hang textarea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
}

textarea {
    resize: none;
}

/*  */

.cp_xq .container .you {
    flex: 0 0 22.4%;
    max-width: 22.4%;
    border: 1px solid #e5e5e5;
    padding-bottom: 30px;
    background-color: #fff;
}

.cp_xq .container .you .dange {
    display: block;
}

.cp_xq .container .you h5 {
    font-size: 16px;
    color: #323232;
    height: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 22px;
    background-color: #f0f0f0;
}

.cp_xq .container .you h5 i {
    margin-right: 10px;
}

.cp_xq .container .you .dange {
    padding: 20px 20px 0;
    background-color: #fff;
}

.cp_xq .container .you .st {
    overflow: hidden;
    border-radius: 5px;
}

.cp_xq .container .you .st img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.cp_xq .container .dange:hover .st img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cp_xq .container .you .bt {
    font-size: 16px;
    color: #323232;
    text-align: center;
    margin-top: 10px;
}

.cp_xq .container .you .ms {
    font-size: 16px;
    color: #323232;
    margin-top: 5px;
    text-align: center;
}

.cp_xq .container .you .hg {
    font-size: 16px;
    color: #d9000d;
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1300px) {
    .cp_xq .container .zuo .ly_pl {
        padding: 20px;
        width: 100%;
    }
    .cp_xq .container .zuo .ly_pl .y_ly .t_hang .lie1 {
        width: 70px;
        font-size: 13px;
    }
    .upload-piclist {
        grid-template-columns: repeat(5, 29px);
        height: 45px;
    }
    .cp_xq .tjfs button {
        margin-top: 30px;
    }
    .cp_xq .tjfs {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .cp_xq .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_xq .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    #Tz_magnify .bigimg {
        display: none !important;
    }
    #Tz_magnify .simg .mov {
        display: none !important;
    }
    .cp_xq .container .zuo .shang .zu_x01 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_xq .container .zuo .shang .you_x01 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .cp_xq .container .zuo .shang .you_x01 h5 {
        font-size: 22px;
    }
    .cp_xq .container .zuo .shang .you_x01 .jg {
        font-size: 20px;
    }
    .cp_xq .container .zuo .shang .xil_li01 {
        font-size: 20px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .s_01 span {
        font-size: 20px;
        width: 105px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .s_01 select {
        width: 117px;
        height: 54px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .s_01 em {
        font-size: 18px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .s_01 li {
        font-size: 18px;
        height: 33px;
        line-height: 33px;
        padding: 0 19px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .anniu7 a {
        width: 188px;
        height: 59px;
        font-size: 20px;
    }
    .cp_xq .container .zuo .shang .jj_tj01 .anniu7 .gwc i {
        font-size: 25px;
    }
    .cp_xq .container .zuo .tab_tou .bt {
        font-size: 21px;
    }
    .cp_xq .container .zuo .tab_tou {
        height: 73px;
    }
    .cp_xq .container .zuo .tab_body .plun {
        padding: 0;
    }
    .cp_xq .container .zuo .tab_body .plun .biaoit_pl a.on,
    .cp_xq .container .zuo .tab_body .plun .biaoit_pl a {
        font-size: 20px;
    }
    .cp_xq .container .zuo .tab_body .plun .biaoit_pl {
        padding: 15px;
    }
    .cp_xq .container .zuo .tab_body .plun .biaoit_pl .z_pl {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .cp_xq .container .zuo .tab_body .plun .biaoit_pl a {
        flex: 0 0 50%;
        margin-left: 0;
        padding: 10px;
    }
    .cp_xq .container .zuo .tab_body .plun .y_xial select {
        font-size: 20px;
    }
    .y_xial {
        flex: 0 0 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 30px;
    }
    .cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms {
        font-size: 18px;
        line-height: 35px;
    }
    .cp_xq .container .zuo .tab_body .plun .dan_pl .ms_ms .cp_tu_x img {
        width: 111px;
        height: auto;
    }
    .cp_xq .container .zuo .ly_pl .z_ly {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp_xq .container .zuo .ly_pl .xx {
        font-size: 18px;
    }
    .cp_xq .xx span img {
        width: 30px;
    }
    .cp_xq .xx span img.yir {
        width: 33px;
        top: 2px;
    }
    .cp_xq .tjfs button {
        font-size: 19px;
        width: 147px;
        height: 51px;
    }
    .cp_xq .container .zuo .ly_pl .y_ly {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .cp_xq .container .zuo .ly_pl .y_ly .t_hang .lie1 {
        width: 100%;
        font-size: 21px;
        height: auto;
        padding: 10px;
    }
    .cp_xq .container .zuo .ly_pl .y_ly .t_hang {
        height: auto;
        margin-top: 30px;
    }
    .upload-file,
    .upload-Picitem>img {
        width: 140px;
        height: 140px;
    }
    .upload-piclist {
        grid-template-columns: repeat(3, 140px);
        height: auto;
    }
    .upload-Picitem {
        height: 140px;
    }
    .cp_xq .container .you h5 {
        font-size: 22px;
        flex: 0 0 100%;
    }
    .cp_xq .container .you {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .cp_xq .container .you .bt {
        font-size: 22px;
    }
    .cp_xq .container .you .ms {
        font-size: 22px;
    }
    .cp_xq .container .you .hg {
        font-size: 18px;
    }
    .cp_xq .container .you .dange {
        flex: 0 0 50%;
    }
    .cp_xq .container .zuo .shang .you_x01 {
        
        height: auto;
        overflow-y: auto;
    }
    
}
.cp_xq .container .zuo .tab_body img{
    max-width: 100%;
}
@media only screen and (max-width: 992px) {
    .cp_xq .container .zuo .tab_tou .bt{
    font-size: 14px;    padding: 0 16px;
}
    .cp_xq .container .zuo .tab_tou{
        height: 57px;
    }
}
.fenye .pagination a{
    margin: 0 5px;
}
/* 新加 */
.cp_xq .biaoge{
    display: flex;
    justify-content: center;
   
    flex-wrap: wrap;
    width: 640px;
    
}
.cp_xq  .wai_tao{
    overflow-x: auto;
    width: 100%;
}
.cp_xq .biaoge span{
    border: 1px solid rgb(184, 204, 228);
width: 100%;
font-size: 12px;
display: block;    height: 30px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 2px;
}
.cp_xq  .you_x01 h6{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.cp_xq  .jiac_xw strong{
    font-size: 14px;line-height: 30px;
    font-weight: bold;
    display: block;
    padding-left: 20px;
    position: relative;
}.cp_xq  .jiac_xw strong::after{
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #999;
    content: '';
    border-radius: 100px;
}.cp_xq .xai_zai a{
    font-size: 16px;    color: #707070;
    font-weight: bold;
    display: block;
    margin:10px 0;
}
.tjxin{
    background-color: #008bd0;    font-size: 15px;border-radius: 0.3em;letter-spacing: 0px;text-transform: uppercase;color: #fff;
    width: 144px;
    height: 40px;
}
@media only screen and (max-width:600px){
    .l-titlebar.size_large .l-titlebar-h{
margin-top: 50px;
    }
    .header_hor .w-search.layout_simple .w-search-open{
        /*display: none;*/
    }
    .header_hor .w-search.layout_simple .w-search-form{
        height: auto;
    }
    .header_hor .w-search.layout_simple input{
        position: relative;        height: 47px;
        line-height: 47px;    margin-top: 0;background-color: #fff;
    }
    .header_hor .w-search.layout_simple button{
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right: 46px;
    }
    .header_hor .w-search.layout_simple .w-search-form{
        top: -100%;
    }
}@media only screen and (max-width:992px){
    .header_hor .l-subheader-h{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width:900px){
    .header_hor .l-subheader{
 /*padding-left: 0 !important;*/
 /*padding-right: 0 !important;*/
}
    .header_hor .l-subheader.at_top{
        display: none;
    }
    .header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control{
        margin-right: 0;
    }


    /*
    修改bug1.1
    */
    .theme-default a.nivo-prevNav,
    .theme-default a.nivo-nextNav{
        display: none;
    }
    .index_adv .row{
        margin: 0;
    }
    .index_adv .row>.col-xs-12{
        padding: 0;
    }
}


/**
 * 处理详情页-内容关联样式
 */
.w-blog.layout_related .w-blog-list{
    display: flex;
    flex-wrap: wrap;
}
footer .shouji{
    display: none;
}
@media only screen and (max-width:900px){
    footer .shouji{
        display: block;    background: #008BD0;
    padding: 30px;
        margin: 0 auto;
        text-align: center;
    }
    footer .shouji .footerrq{
        text-align: center;margin: 0 auto;
    }
}