/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "Arial","Microsoft YaHei","PingFang SC","Helvetica","sans-serif";
    min-width: 1200px;
    background: #fff;
    font-size: 14px;
    color: #666;
}

input, button, textarea, option {
    font-family: "PingFang SC",Helvetica,"Microsoft YaHei",Arial,"sans-serif";
    font-size: 14px;
}

img {
    border: none;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    max-width: 100%;
}

input {
    -webkit-appearance: none;
    text-transform: none;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    text-transform: none;
    outline: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1235 {
    width: 1235px;
    margin: 0 auto;
}

/*头部样式*/
#header {background: #999999; height: 118px;
    width: 100%;
}

#header .head_t {
    height: 37px;
    line-height: 37px;
    background: #cd0025;
    color: #fff;
}

#header .head_t span.top_tel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 30px;
}

#header .head_b .logo {
    MARGIN-TOP: 20px;
    max-width: 360px;
}

#header .head_b .nav {
    width: 75%;
}

#header .head_b .nav ul {
    width: 100%;
}

#header .head_b .nav ul li {
    float: left;
    position: relative;
    width: 110px;
}

#header .head_b .nav ul li a {
    display: block;
    float: left;
    color: #000;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    padding: 30px 22px 0;
    height: 88px;
    /* font-weight:bold; */
}

#header .head_b .nav ul li a:hover {
   
    color: red;
}

#header .head_b .nav .nav_active a {
    color: red; 
}

/*导航*/
#nav_box {
    width: 100%;
    height: 41px;
    border-top: 1px solid #ddd;
    padding: 12px 0;
}

#nav_box .nav {
    width: 1200px;
    margin: 0 auto;
}

#nav_box .nav ul li {
    float: left;
    position: relative;
    width: 12.5%;
}

#nav_box .nav ul li a {
    padding: 0 30px;
    display: block;
    float: left;
    color: #666;
    line-height: 41px;
    font-size: 15px;
    text-align: center;
}

#nav_box .nav ul li a:hover {
    background: #cd0025;
    color: #fff;
}

#nav_box .nav .nav_active a {
    color: #fff;
    background: #cd0025;
}

/* banner 开始 */
.swiper-container1 {
    width: 100%;
    position: relative;
    overflow: hidden
}

.swiper-container1 .swiper-slide {
}

/*分页器*/
.swiper-container1 .swiper-pagination {
    width: 100%;
    height: 12px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 20px!important;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px!important;
    border-radius: 50%;
    opacity: 1;
    background: #ccc;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #d31102;
}

/*主营产品和搜索框*/
.mainprotl { 
    background: #eee; 
    position: relative;
    height: 100px;
}

.nymainprotl {
    background: #f5f5f5;
}

.mainpro {
    background: #f5f5f5;
    height: 122px;
    position: absolute;
    left: 50%;
    margin-left: -620px;
    top: -50px;
}

.mainprotl span {
    float: left;
    line-height: 60px;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    font-size: 15px;
    margin: 30px 0 0 80px;
}

.mainprotl span b {
    font-size: 20px;
}

.mainpro a {
    color: #000;
    display: inline-block;
    margin-right: 15px
}

.search {
    width: 47%;
    position: relative;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    z-index: 9999;
    float: right;
    margin: 45px 70px 0 0;
}

.search .ss_input {
    width: 20%;
    border: 1px solid #f0f0f0;
    border-right: none;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
    font-family: "Microsoft YaHei";
    float: left;
    resize: none;
    box-sizing: border-box;
}

.search .ss_input:hover {
    outline: none;
    color: #666;
}

.search .ss_input:focus {
    outline: none;
    color: #444;
}

.search .ss_an {
    width: 20%;
    height: 34px;
    line-height: 34px;
    float: left;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: bold;
    background: url(../images/ss.png) no-repeat 5px 10px #cd0025;
    padding-left: 15px;
}

/*首页推荐产品*/
.sy_tjcp {
    width: 100%;
    background: #eee;
    clear: both;
    min-height: 500px;
}

.sy_tlt {
    background: url(../images/tp_til.png) no-repeat;
    height: 79px;
    text-align: center;
}

.sy_tlt span {
    font-size: 28px;
    margin-left: 60px;
    letter-spacing: 4px;
}

.sy_tlt p {
    font-size: 26px;
    text-transform: uppercase;
    color: #db1708;
    margin-left: 60px;
    letter-spacing: 1px;
    font-family: "Times New Roman", Times, serif;
}

.tjpro_list {
    width: 100%;
    padding: 20px 0 0;
}

.swiper-container2 {
    overflow: hidden;
    position: relative;
    padding: 10px 0 60px;
}

.swiper-container2 .swiper-slide {
    text-align: center;
}

.swiper-container2 .swiper-slide p {
    width: 98%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

.swiper-container2 .swiper-slide p a {
    color: #666;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.swiper-container2 .swiper-slide .proimg_bk {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
}

.swiper-container2 .swiper-slide .proimg_bk .proimg {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.swiper-container2 .swiper-slide .proimg_bk img {
    vertical-align: middle;
    width: 100%
}

.swiper-container2 .swiper-slide .proimg_bk .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.swiper-container2 .swiper-slide:hover .proimg_bk {
    border: 1px solid #d31102;
}

/*分页器*/
.swiper-container2 .swiper-button-prev, .swiper-container2 .swiper-button-next {
    width: 16px!important;
    height: 16px!important;
    top: 100%!important;
    margin: -24px 0 0!important;
    border-radius: 0;
    opacity: 1;
    background: #d31102;
}

.swiper-container2 .swiper-button-prev {
    background-image: none!important;
    left: 48%;
}

.swiper-container2 .swiper-button-next {
    background-image: none!important;
    right: 48%;
}

.swiper-container2 .swiper-button-prev:hover {
    background: #ccc;
}

.swiper-container2 .swiper-button-next:hover {
    background: #ccc;
}

/*首页产品展示*/
.index_pro {
    margin: 60px 0 40px;
}

.index_list {
    margin-top: 40px;
    min-height: 100px;
    margin-bottom: 20px;
    max-height: 100px;
    overflow: hidden;
}

.index_list ul li {
    width: 15.8%;
    float: left;
    background: url(../images/p_line.png) repeat-x;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 1%;
}

.index_list ul li:nth-child(6n) {
    margin-right: 0;
}

.index_list ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index_list ul li:hover {
    background: url(../images/p_hover.png) repeat-x;
    cursor: pointer;
}

.index-proimg ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 282px;
}

.index-proimg ul li:nth-child(4n) {
    margin-right: 0;
}

.index-proimg ul li p {
    width: 98%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

.index-proimg ul li p a {
    color: #666;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.index-proimg ul li .proimg_bk {
    width: 100%;
    height: 240px;
    border: 1px solid #ddd;
}

.index-proimg ul li .proimg_bk .proimg {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.index-proimg ul li .proimg_bk img {
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

.index-proimg ul li .proimg_bk .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.index-proimg ul li:hover .proimg_bk {
    border: 1px solid #cd0025;
}

/*首页横幅*/
.hengfu {
    width: 100%;
    height: 190px;
    background: url(../images/hengfu.jpg) no-repeat center;
}

/*首页关于我们*/
.index_about {
    width: 100%;
    min-height: 480px;
}

.about_tlt {
    font-size: 30px;
}

.about_box {
    background: #fff;
    min-height: 400px;
    padding: 35px;
    width: 1130px;
}

.con_syabout {
    margin: 30px 0;
}

.con_img_about {
    float: right;
    width: 45%;
    height: 365px;
    padding: 0 20px;
    position: relative;
}

.con_img_about img {
    width: 98%;
    height: 98%;
    z-index: 99990;
    position: absolute;
}

.con_left_about {
    text-align: left;
    float: left;
    width: 48%;
}

.con_left_about p.desc {
    font-size: 14px;
    color: #fff;
    color: #666;
    padding: 30px 0;
    line-height: 35px;
    height: 170px;
    overflow: hidden;
    text-indent: 2em;
}

.btn-more1 {
    color: #ffffff;
    display: block;
    width: 126px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    float: right;
    margin-right: 12px;
    margin-top: 54px;
    background: #cd0025;
}

/*首页新闻*/
.sy_tlt1 {
    background: url(../images/tp_til1.png) no-repeat;
    height: 79px;
    text-align: center;
}

.sy_tlt1 span {
    font-size: 28px;
    margin-left: 60px;
    letter-spacing: 4px;
    padding-top: 3px;
    display: block;
}

.sy_tlt1 p {
    font-size: 19px;
    text-transform: uppercase;
    color: #db1708;
    margin-left: 60px;
    letter-spacing: 1px;
    font-family: "Times New Roman", Times, serif;
}

.news-wrapper {
    background: url(../images/n_bg.png) repeat-y;
    min-height: 500px;
    padding: 60px 0;
}

.news02-til {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.news02-til .h2 {
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 120px;
    font-weight: normal;
    background: #cd0025;
    text-align: center;
}

.news02-til .nt-more {
    color: #808080;
    line-height: 30px;
    margin-top: 10px;
}

.new {
    width: 55%;
    min-height: 378px;
    margin-top: 40px;
    padding: 0;
}

.n_con dl {
    height: 134px;
    padding-bottom: 20px;
}

.n_con dl dt {
    width: 35%;
    height: 130px;
}

.n_con dl dt a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

.n_con dl dt img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.n_con dl dt .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.n_con dl dd {
    width: 60%;
    padding-left: 20px;
    overflow: hidden;
}

.n_con dl dd .news_tlt a {
    display: block;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_con dl dd .news_tlt a:hover {
    color: #e51e25;
}

.n_con dl dd p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin: 5px auto 15px;
    padding: 0;
    position: relative;
}

.n_con dl dd span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
}

.n_con dl dd span a {
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #0f7adb;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 0;
    float: right;
}

.n_con ul li {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/dd.png) no-repeat 5px center;
    color: #6e6b6b;
    margin: 0 20px 0 0;
    padding: 0 0 0 20px;
    float: left;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.n_con ul li a {
    color: #333;
    font-size: 15px;
    display: block;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_con ul li span {
    color: #999;
}

.n_con ul li a:hover {
    color: #e51e25;
}

.cinuo_wt {
    width: 40%;
    padding: 0 9px;
    margin: 40px auto 0;
}

.cinuo_wt .cinuo_wtm {
    width: 100%;
    min-height: 318px;
    float: left;
    margin-right: 12px;
    padding: 0;
}

.cinuo_wt dl {
    height: 103px;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.cinuo_wt dl dt {
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    background: url(../images/h_nsw.png) no-repeat left center;
    padding-left: 30px;
    line-height: 30px;
}

.cinuo_wt dl dt a:hover {
    color: #e51e25;
}

.cinuo_wt dl dt a {
    display: block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    color: #333;
    float: left;
    font-size: 16px;
}

.cinuo_wt dl dt span {
    display: block;
    width: 18%;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    float: right;
}

.cinuo_wt dl dd {
    height: 45px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

/* 友情链接 */
.g_link {
    background: #19191c;
}

.link_bt {
    background: url(../images/yqlj_bt.png) no-repeat;
    width: 120px;
    height: 40px;
    text-align: center;
}

.link_bt b {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    display: block;
    padding-top: 10px;
    padding-left: 30px;
}

.link_c {
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    padding: 20px 0;
}

.link_c a {
    white-space: nowrap;
    padding-right: 30px;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #999999;
    display: block;
}

/*底部样式*/
.g_ft {
    height: 374px;
    background: rgb(42, 42, 42);
}

.g_ft .m_fnav {
    height: 88px;
    line-height: 88px;
    border-bottom: 1px solid #434343;
    margin-bottom: 35px;
}

.g_ft .m_fnav a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    float: left;
    width: 12%;
    text-align: center;
}

.g_ft .m_fnav .lasta {
    padding-right: 0;
}

.g_ft .f_ftcon {
    float: left;
    width: 75%;
}

/**/
.footer{max-width: 1300px; margin: 0 auto;  padding-top: 70px;}
.footer_logo{ float: left;margin-right: 75px}
.footer_logo img{ width:auto; height: 124px; margin-top: 33px;}
.footer_nav{ float: left;}
.footer_nav ul{ float: left;width:189px;}
.footer_nav ul span{ font-size: 16px; color: #eeeeee; display: block; line-height: 18px;padding-bottom: 20px; text-transform: uppercase;}
.footer_nav ul span a{ color:#eee}
.footer_nav ul li{ text-transform:capitalize;}
.footer_nav ul li a{ width: 90%; display: block; line-height: 30px; color: #bbbbbb; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-transform:capitalize;}
.footer_nav ul li:hover a{  color: #eeeeee;}
.footer_contact{ float: left;max-width: 280px;}
.footer_contact span{ font-size: 16px; color: #eeeeee; display: block; line-height: 18px;padding-bottom: 20px; text-transform: uppercase;}
.footer_contact_con{ font-size: 13px; line-height: 30px; color: #bbbbbb;}
.footer_rt{ float: right}
.footer_ewm{ float: right;margin-left: 36px; width: 120px;}
.footer_ewm img{ width: 120px; height: 120px;}
.footer_ewm span{ color: #eeeeee; font-size: 14px; line-height: 15px; display: block; text-transform: capitalize; height: 30px;}
.copyright{ width: 92%; margin: 35px auto 0; font-size: 14px; color: #bbbbbb; border-top: 1px solid #777777; line-height: 65px; height: 65px; text-align: center;}
 /**/
.g_ft .f_ftcon ul {
    width: 100%;
    height: 440px;
}

.g_ft .f_ftcon li {
    position: relative;
    float: left;
    width: 342px;
    height: 65px;
    font-size: 16px;
    color: #9a9a9a;
    padding-left: 55px;
}

.g_ft .f_ftcon li em {
    position: absolute;
    left: 0;
    top: 0;
}

.g_ft .f_ftcon li b {
    display: block;
    margin-top: 5px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g_ft .f_ftcon .ftico4 b {
    font-weight: normal;
}

.g_ft .cpr {
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 30px;
}

.g_ft .cpr a {
    color: #9a9a9a;
}

.g_ft .m_code {
    float: right;
    width: 15%;
    padding: 30px 0 0 0;
}

.g_ft .codelst li {
    float: left;
    width: 147px;
}

.g_ft .codelst li img {
    width: 105px;
    height: 105px;
    display: block;
}

.g_ft .codelst li em {
    display: block;
    width: 12px;
    padding: 0 10px;
    height: 96px;
    float: left;
    font-size: 14px;
    color: #9a9a9a;
    background: #484848;
    padding-top: 9px;
    line-height: 15px;
    font-style: normal;
}

/*右侧漂浮*/
.pf_new {
    width: 166px;
    position: fixed;
    right: 20px;
    top: 200px;
    z-index: 99999;
}

.pf_new .hd {
    width: 100%;
    background: #c2020a url(../images/pf_tlt_bg.png) right center no-repeat;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 8px 0 10px;
}

.pf_new .hd p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pf_new .hd span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    margin-top: -2px;
}

.pf_new .hd em {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/pf_close.png) center center no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.pf_new .hd em:hover {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pf_new .conn {
    width: 144px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
    padding: 10px 10px;
}

.pf_new .conn .lxr {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
}

.pf_new .conn .lxr p {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

.pf_new .conn .lxr p img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

.pf_new .conn .lxr a.qq {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff7802;
    border-radius: 40px;
    cursor: pointer;
}

.pf_new .conn .lxr a.qq:hover {
    background: #ff4a02;
}

.pf_new .conn .lxr a.qq img {
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.pf_new .conn .lxr a.zx {
    display: block;
    width: 80%;
    margin: 10px auto 3px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #c2020a;
    border-radius: 40px;
    cursor: pointer;
}

.pf_new .conn .lxr a.zx:hover {
    background: #ec2028;
}

.pf_new .conn .lxr a.zx img {
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.pf_new .conn .tel {
    border-bottom: 1px dashed #dedede;
    padding: 10px 0;
}

.pf_new .conn .tel p {
    text-align: center;
    font-size: 14px;
    color: #555;
}

.pf_new .conn .tel img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}

.pf_new .conn .tel span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #c2020a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 3px;
}

.pf_new .conn .wx {
    padding: 10px 0;
}

.pf_new .conn .wx p {
    width: 100px;
    height: 100px;
    background: url(../images/pf_code_bg.jpg) center center no-repeat;
    margin: 0 auto;
    text-align: center;
}

.pf_new .conn .wx p img {
    width: 95px;
    height: 95px;
    vertical-align: middle;
}

.pf_new .conn .wx p .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.pf_new .conn .wx span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.pf_new .conn .wx span em {
    font-style: normal;
    color: #c2020a;
}

.pf_new .bd {
    display: none;
}

.pf_new .bd a {
    display: block;
    padding: 10px 0;
    background: #fff;
    color: #555;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dedede;
    border-top: 0;
}

.pf_new .bd a p {
    height: 20px;
    background: url(../images/pf_icon4.png) center center no-repeat;
}

.pf_new .bd a span {
    display: block;
    text-align: center;
    padding-top: 5px;
}

.pf_new .bd a:hover {
    background: #ad050c;
    color: #fff;
    width: 100%;
    border: 0;
}

.pf_new .bd a:hover p {
    background: url(../images/pf_icon4_2.png) center center no-repeat;
}

.pf_new_bx {
    width: 40px;
    height: 134px;
    background: #dc0009 url(../images/pf_tlt_bg2.png) bottom center no-repeat;
    border-radius: 4px 0 0 4px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 99999;
    padding-top: 5px;
    cursor: pointer;
    display: none;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pf_new_bx p {
    height: 17px;
    background: url(../images/pf_icon5.png) center center no-repeat;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.pf_new_bx span {
    font-size: 17px;
    color: #fff;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.pf_new_bx em {
    display: block;
    height: 19px;
    background: url(../images/pf_icon6.png) center center no-repeat;
}

.pf_new_bx:hover {
    background: #ffa126 url(../images/pf_tlt_bg2.png) bottom center no-repeat;
}

/*内页样式*/
.ny_banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ny_banner img {
    display: block;
    width: 100%;
}

#ny_con { background: #f5f5f5;
    min-height: 500px; 
}

.ny_left {
    width: 265px;
    float: left;
}

.ny_right {
    width: 900px;
    float: right;
}

.ny_title {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.ny_title .left {
    text-transform: uppercase;
    float: left;
    width: 25%;
}

.ny_title .left b {
    font-size: 22px;
    color: #333;
}

.ny_title .right {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    margin-top: 7px;
    float: right;
}

.ny_title .right img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.ny_title .right a {
    color: #555;
}

.ny_title .right a:hover {
    color: #cd0025;
}

.ny_about {
    line-height: 30px;
    font-size: 14px;
    min-height: 300px;
}

.right_content {
    line-height: 30px;
}

/*新闻列表*/
#article_lb li {
    line-height: 54px;
    height: 54px;
    background: url(../images/news_icon.png) no-repeat 3px center;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 12px;
    padding-left: 18px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

#article_lb li a {
    color: #333;
    float: left;
    font-size: 15px;
    display: block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#article_lb li:hover {
    background: url(../images/news_icon2.png) no-repeat 3px center;
}

#article_lb li a:hover {
    color: #cd0025;
}

#article_lb li span {
    float: right;
    color: #727272;
    font-size: 14px;
}

/*新闻文章详细页*/
.art-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.art-info {
    text-align: center;
    color: #999;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.art-info a {
    color: #999;
}

.art-body {
    line-height: 28px;
    min-height: 300px;
}

.art-body img {
    max-width: 100%;
    _max-height: 1000px;
}

.art-next {
    overflow: hidden;
    line-height: 30px;
    margin: 15px 0 30px;
}

.art-next a {
    color: #555;
}

.art-next a:hover {
    color: #cd0025;
}

.art-next .shangxia dd {
    background: #efefef;
    padding: 0 15px;
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
}

/*技术文章列表*/
.nyarticle_list li {
    background: #f8f8f8;
    padding: 15px 20px 10px;
    margin-bottom: 28px;
}

.nyarticle_list li .tlt {
    overflow: hidden;
    line-height: 28px;
}

.nyarticle_list li .tlt a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 80%;
    float: left;
}

.nyarticle_list li .tlt .nynews_dat {
    display: block;
    color: #999;
    font-size: 15px;
    font-style: normal;
    width: 18%;
    text-align: right;
    float: right;
}

.nyarticle_list li .con {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding: 10px 0;
    height: 45px;
    overflow: hidden;
}

.nyarticle_list li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.nyarticle_list li:hover .tlt a {
    color: #cd0025;
}

/*资料下载*/
#ny_newslb_box {
    clear: both;
}

#ny_newslb_box li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #e5e5e5;
    font-size: 15px;
    overflow: hidden;
    background: url(../images/ico2.png) no-repeat left center;
    padding: 0 10px 0 20px;
}

#ny_newslb_box li a {
    color: #666;
    float: left;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#ny_newslb_box li span {
    float: right;
    color: #999;
    font-size: 14px;
}

#ny_newslb_box li:hover {
    margin-left: 5px;
}

/*产品详情*/
.pro_info .rel_center0 {
    display: block;
    width: 390px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
}

.pro_info .rel_center0 img {
    width: 100%;
    vertical-align: middle;
}

.pro_info .rel_center0 .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.pro_name {
    display: block;
    width: 475px;
}

.pro_name h1 {
    font-size: 24px;
    padding: 10px 0 18px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 14px;
}

.pro_name p.prodetail_desc {
    overflow: hidden;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}

.pro_name p {
    color: #666;
    line-height: 30px;
}

.pro_name p a:hover {
    color: #009fa7;
}

.pro-btn {
    margin-top: 20px;
}

.pro-btn a {
    float: left;
    width: 122px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    margin-right: 9px;
}

.pro-btn a.btn1 {
    width: 124px;
    height: 42px;
    border: none;
    background: #1060ab;
    line-height: 42px;
    color: #fff;
}

.pro-btn a.btn2 {
    width: 124px;
    height: 42px;
    border: none;
    background: #ff9300;
    line-height: 42px;
    color: #fff;
}

.pro_con_tlt {
    margin: 40px 0 20px;
    background: #efefef;
    clear: both;
}

.pro_con_tlt span {
    display: block;
    width: 98px;
    height: 40px;
    line-height: 40px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sgt_btn {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 0;
}

.sgt_btn .sgt_bl, .sgt_btn .sgt_br {
    display: block;
    width: 184px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.sgt_btn .sgt_bl {
    background-color: #cd0025;
    float: left;
}

.sgt_btn .sgt_br {
    background-color: #484848;
    float: left;
    margin-left: 15px;
}

/*列表页产品样式*/
.index-proimg .pro_lt {
    width: 100%;
}

.index-proimg .pro_lt li {
    width: 100%;
    height: 202px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    background: none;
}

.index-proimg .pro_lt li .pro_lt_c {
    display: block;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.index-proimg .pro_lt li .pro_lt_c:hover {
    border: 1px solid #cd0025;
}

.index-proimg .pro_lt li .pro_lt_c .pro_img {
    width: 200px;
    height: 160px;
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
    position: relative;
}

.index-proimg .pro_lt li .pro_lt_c .pro_img a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pro_img img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

.index-proimg .pro_lt li .pro_lt_c .pro_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.index-proimg .pro_lt li .pro_lt_c .pro_text {
    width: 450px;
    height: 154px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 4px;
}

.index-proimg .pro_lt li .pro_lt_c .pro_text b {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    margin: 20px auto;
    padding: 0;
    color: #222;
    font-size: 18px;
}

.index-proimg .pro_lt li .pro_lt_c .pro_text b a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.index-proimg .pro_lt li .pro_lt_c:hover .pro_text b {
    color: #069f4f;
}

.index-proimg .pro_lt li .pro_lt_c .pro_text p {
    width: 100%;
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    margin: 5px auto 18px;
    padding: 0;
    color: #999;
    font-size: 14px;
    background: none;
    text-align: left;
    white-space: inherit;
    text-overflow: inherit;
}

.pro_text b font, .pro_text p font {
    font-family: "Arial";
}

.index-proimg .pro_lt li .pro_lt_c .pro_ck {
    width: 100px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #cd0025;
    margin: 45px 0;
    padding: 0;
    float: right;
}

.index-proimg .pro_lt li .pro_lt_c .pro_ck a {
    color: #fff;
}

.index-proimg .pro_lt li .pro_lt_c .pro_ck img {
    display: inline-block;
    width: 25px;
    height: 7px;
    overflow: hidden;
    margin: -2px 0 0 10px;
    padding: 0;
}

.index-proimg .pro_lt li .pro_lt_c:hover .pro_ck {
    background-color: #cd0025;
}

.index-proimg .pro_lt li .others {
    color: #828282;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}

.index-proimg .pro_lt li .others i {
    color: #656565;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-proimg .pro_lt li .others span {
    display: block;
    float: left;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #f1f1f1;
    font-size: 13px;
}

.index-proimg .pro_lt li .others span.cs2 {
    max-width: 150px;
    overflow: hidden;
}

.index-proimg .pro_lt li .others span.cs2 i {
    display: block;
    float: right;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*分页样式*/
#fengye {
    text-align: center;
    margin: 30px 0 50px;
}

#fengye a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
    color: #555;
}

#fengye a:hover {
    background: #cd0025;
    color: #ffffff;
}

#fengye a.pnnum1 {
    background: #cd0025;
    color: #ffffff;
}

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background: #cd0025;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

#fengye .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}

/*相关文章样式*/
.list_new {
    border: 1px solid #e8e8e8;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 10px;
}

.list_new li {
    width: 94%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    margin: 10px auto;
    border-bottom: 1px dashed #dedede;
}

.list_new li a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #666;
}

/*在线留言样式*/
.ly_msg h3 {
    display: none!important;
}

.ly_msg ul li {
    margin: 0 auto 20px!important;
    color: #999;
    font-size: 14px;
    line-height: 44px;
}

.ly_msg ul li h4 {
    width: 12%!important;
    height: 44px!important;
    line-height: 44px!important;
}

.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 {
    height: 44px!important;
    background: url(../images/tb_img.png) right center no-repeat!important;
}

.ly_msg ul li .msg_ipt2, .msg_ipt2 input {
    width: 160px!important;
}

.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input {
    height: 44px!important;
    font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;
}

.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara {
    width: 88%!important;
    font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;
}

.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea {
    font-size: 14px!important;
    background-color: #f8f8f8!important;
    border: none!important;
    font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;
}

.ly_msg ul li .msg_ipt1 #selPvc {
    height: 44px!important;
    line-height: 44px!important;
    color: #666!important;
    font-size: 14px!important;
    background-color: #f8f8f8!important;
    border: none!important;
    padding: 0 15px!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ly_msg ul li a.yzm_img {
    width: 120px!important;
    height: 44px!important;
    background: url(../images/tb_img.png) right center no-repeat!important;
}

.ly_msg ul li a.yzm_img img {
    display: block;
    width: 100%!important;
    height: 100%!important;
}

.ly_msg ul li .msg_btn {
    width: 88%!important;
}

.msg_btn input {
    width: 160px!important;
    height: 44px!important;
    line-height: 44px!important;
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
    border: none!important;
    background-color: #cd0025!important;
    cursor: pointer!important;
}

.msg_btn input:last-child {
    background-color: #484848!important;
}

.msg_btn input:last-child:hover {
    background-color: #484848!important;
}

/*联系我们页面*/
.tit {
    font-size: 22px;
    text-align: center;
    margin: 25px 0;
}

.chi {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
}

.eng {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
}

.contactus ul {
    height: 180px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
}

.contactus ul li {
    border-bottom: 1px dashed #d4d2d2;
    float: left;
    height: 52px;
    line-height: 30px;
    margin: 14px 0 0;
    padding: 10px 0 10px 75px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*产品左侧分类*/
.in_left {
    width: 265px;
    float: left;
    background: #FFF;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 30px;
}

.proL .ttl {
    width: 100%;
    height: 82px;
    background: #dbdbdb;
    font-size: 28px;
    color: #cd0025;
    text-align: center;
    padding-top: 18px;
}

.proL .ttl b {
    display: block;
    margin-bottom: 5px;
    background: url(../images/ml_btbg.png) no-repeat 60px 7px;
    padding-left: 43px;
}

.proL .ttl p {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
}

.proL .ttl .zsj {
    width: 29px;
    height: 29px;
    background: url(../images/cpzsj.jpg) no-repeat;
    position: absolute;
    left: -29px;
    top: 0;
}

.proL .ysj {
    width: 19px;
    height: 19px;
    background: url(../images/cpysj.jpg) no-repeat;
    position: absolute;
    right: -19px;
    bottom: 0;
}

.proL .yjk {
    border: 1px solid #e8e8e8;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.proL ul .yj {
    width: 93%;
    padding: 0px 0 0;
    margin: 0 auto 10px;
    position: relative;
}

.proL ul li .yja {
    width: 76%;
    padding: 0px 20% 0 4%;
    font-size: 15px;
    color: #555;
    background: #ececec;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proL ul .yj:hover .yja {
    color: #fff;
    background: #cd0025;
    text-decoration: none;
}

.proL ul li ul {
    padding: 10px 5px 4px;
}

.proL ul li ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    overflow: hidden;
    border-bottom: 1px dotted #dedede;
}

.proL ul li ul li a {
    font-size: 15px;
    color: #999;
    display: block;
    padding: 0 4%;
    position: relative;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proL ul li ul li a:hover {
    text-decoration: none;
    color: #cd0025;
}

.proL ul li ul li a:after {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    top: 50%;
    left: 0;
}

.proL ul li .dj {
    position: absolute;
    z-index: 999;
    width: 20%;
    height: 45px;
    right: 0;
    top: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/cp_jt3.png) center center no-repeat;
    font-size: 0;
}

.proL ul li .dj:hover {
    background: url(../images/cp_jt4.png) center center no-repeat;
}

.proL ul .yj:hover .dj {
    background: url(../images/cp_jt4.png) center center no-repeat;
}

.proL ul li .a1 {
    display: block;
    height: 38px;
    line-height: 38px;
    background: #e6e6e6;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    text-align: center;
    margin: 20px auto 0;
    width: 90%;
}

.proL ul li .a1:hover {
    background: #cd0025;
    text-decoration: none;
    color: #fff;
}

/*内页产品展示列表*/
.ny_pro_list li {
    width: 31.33333%;
    margin-right: 3%;
    margin-bottom: 20px;
    transition: all .3s;
    float: left;
}

.ny_pro_list li:nth-child(3n) {
    margin-right: 0;
}

.ny_pro_list li .pic {
    display: block;
    height: 224px;
    border: 2px solid #DDDDDD;
    text-align: center;
}

.ny_pro_list li .pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
}

.ny_pro_list li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.ny_pro_list li .tlt {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding-top: 10px;
    color: #555;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_pro_list li:hover .tlt {
    color: #cd0025;
}

.ny-proimg ul {
    min-height: 200px;
}

.ny-proimg ul li {
    width: 31.33333%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
   
}

.ny-proimg ul li:nth-child(3n) {
    margin-right: 0;
}

.ny-proimg ul li p {
    width: 98%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

.ny-proimg ul li p a {
    color: #666;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ny-proimg ul li .proimg_bk {
    width: 100%;
    border: 1px solid #ddd;
}

.ny-proimg ul li .proimg_bk .proimg {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}

.ny-proimg ul li .proimg_bk img {
    vertical-align: middle;
    width: 100%
}

.ny-proimg ul li .proimg_bk .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.ny-proimg ul li:hover .proimg_bk {
    border: 1px solid #cd0025;
}

.xq_himg {
    width: 500px;
    margin: 20px auto;
}

.xq_himg img {
    max-width: 500px;
}

/*右侧漂浮*/
.client-2 {
    position: fixed;
    right: -19px;
    top: 50%;
    z-index: 99999;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 4px auto 0;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #cd0025;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #cd0025;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*.wapper { WIDTH: 1200px; MARGIN: 0 auto }
.PageView { WIDTH: 100%; MARGIN: 0px auto }
.xgwz{ border:1px solid #ddd; padding:10px 10px 20px; min-height:50px;}
.xgwz li{ height: 40px;line-height: 40px;border-bottom: 1px dotted #ddd;}
.xgwz li a{ width: 250px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;background: url(../images/icon_04.gif) left 17px no-repeat!important; padding-left:12px;}*/
#maximg img {
    max-width: 100% !important;
    height: auto !important
}

#maximg p span {
    text-wrap: inherit !important;
}

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 微软雅黑
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}
