
@media screen and (max-width: 768px) and (min-width: 0px){

@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}



.lg {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #272727;
}

.lg a {
    color: #fff;
    display: inline-block;
    margin: 0.15rem .5rem;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}




.ny_banner {
    overflow: hidden;
    margin-top: 0.9rem;
}
.ny_banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.carousel {
    position: relative;
    margin-top: 0.9rem;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 1rem;
    line-height: 2.4rem;
}


.msgNum,.header_bg,.left_contact{
    display: none;
}
.slider {
    margin-top: 44px;
}
.head {
    display:none
}

.m_img {
    display: block;
    height: 0.9rem;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.m_img .headlf {
    padding-top: 0.1rem;
    padding-left: 5px;
    float: left;
}

.m_img .headlf .m_logo {
    height:40px;
    display: block
}

.m_img .headrg {
    padding-right: 5%;
    padding-top: 0.3rem;
    float: right;
}

.m_img .headrg a .m_menuimg {
    height:16px;
    vertical-align:top;
    display: block
}
.m_nav {
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:0px;
    height:0px;
    overflow:hidden;
    z-index:10000
}
.m_nav .closecover {
    position:absolute;
    width:100%;
    height:100%;
    background:#0b0d19;
    filter:alpha(opacity=0);
    opacity:0;
    left:0px;
    top:0px;
    z-index:1
}
.m_nav .closeicon {
    position:absolute;
    width:20%;
    left:18px;
    top:5%;
    z-index:100;
    text-align:center;
    filter:alpha(opacity=0);
    opacity:0
}
.m_nav .m_navList {
    position:absolute;
    width:80%;
    right:0px;
    top:0px;
    background:#0b0d19;
    height:100%;
    z-index:100;
    right:-80%;
    overflow-y: scroll;
}
.m_nav .m_navList ul {
    padding-left:5%;
    padding-right:5%
}
.m_nav .m_navList ul li {
    border-bottom:1px solid #232530
}
.m_nav .m_navList ul li a {
    display:block;
    height:45px;
    color:#fff;
    line-height:45px;
    padding-left:5%;
    font-size:14px
}
.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}
.m_nav .m_navList ul li .m_f_a i {
    width: 40px;
    height:35px;
    box-sizing: border-box;
    padding:0 5px;
    display: block;
}
.icon {
    background:url(../images/plus_top.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s
}
.icon_on {
    background:url(../images/reduce_top.jpg) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    transition:all 0s
}
.m_nav .m_navList ul li .m_s_nav {
    display:none;
    width: 100%;
}
.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height:40px;
    line-height:40px;
    font-size:14px;
    padding-left:10%;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    font-size: 12px;
}



/*版权底部*/
.footer_bg {
    display: block;
    width: 100%;
    background: #333333;
    padding-top: 35px;
    padding-bottom: 20px;
}
.footer_text li {
    display: inline-block;
    margin: 0 24px;
}
.footer_text li a {
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
}
.footer_logo {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.footer_text {
    margin-top: 65px;
}
.footer_bottom {
    border-top: 2px solid #989c9e;
    padding: 35px 0;
}
.footer_bg_z {
    font-size: 12px;
    color: #fff;
    display: block;
    float: left;
    line-height: 24px;
    text-transform: uppercase;
}
.footer_bg_y {
    float:right;
}
.footer_bg_y ul ol {
    display: inline-block;
    margin:0 10px;
}

.footer_bg li {
    width: 100%;
    float: left;
    margin-bottom: 0.3rem;
}



.footer_bg li h4 {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #424242;
    padding-bottom: 0.2rem;
}

.footer_bg li a {
    display: block;
    width: 25%;
    color: #d0cece;
    line-height: 28px;
    font-size: 14px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_bg li:nth-child(5),.footer-ewm{
    display: none!important
}


.footer_bg li:nth-child(5) div {
    color: #d0cece;
    font-size: 14px;
    line-height: 28px;
}


.footer-ewm {
    display: table;
    float: right;
    color: #fff;
    width: 145px;
    background: url(../images/right.png) no-repeat left;
}

.footer-ewm h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-align: right;
}
.footer-ewm span {
    display: table;
    margin: 0 auto;
    float: right;
}







.input {
    display: block;
    float: right;
}
.input_top {
    display: block;
    margin-bottom: 10px;
}
.input_top span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.input_top em {
    float: right;
    margin-left: 3px;
}
.input_top em a {
    margin-left: 3px;
}

.input_f {
    display: block;
    float: right;
    width: 100%;
}

.input_form input {
    width: 100%;
    color: #6e6e6e;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    margin-bottom: 20px;
}
.bottom {
    display: table;
    background: #00398a;
    color: #fff;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.font-b {
    background: #922323;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 0.14rem 0;
}

.font-b .container {
    color:#ffffff;
    letter-spacing: 1px;
}

/*搜索*/
.top_search {
    float: right;
    margin-right: 14px;
    margin-top: 0.18rem;
}
.top_search span{display: block; width: 28px; height: 24px; margin-top: .06rem; background: url(../images/icon_search.png) no-repeat center center; background-size: 64%;}

.top_search>div {
    position: fixed;
    top: 61px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
}

.top_search>div i{position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.7);}
.top_search .gg{position: absolute; z-index: 5; right: 0; width: 100%; padding: 1% 3%; background-color: #fff; overflow: hidden; border-top: 1px solid #ddd;}
.top_search .ss input {
    border: #ddd solid 1px;
    border-right: 0;
    width: 76%;
    padding: 0 2%;
    line-height: 274%;
    font-size: .2rem;
    float: left;
    border-radius: .07rem 0 0 .07rem;
    margin-left: 5%;
	outline: none;
}
.top_search .ss input:focus{border-color: #0083c3;}
.top_search .ss button {
    font-size: .2rem;
    line-height: 265%;
    border: #952828 solid 1px;
    background-color: #952828;
    color: #fff;
    float: left;
    border-radius: 0 .07rem .07rem 0;
	outline: none;
}
.navbar{border-radius: 4px;}



/*内页面包线*/
.main_top {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.ny_main {
    margin-top: 0rem;
    margin-bottom: 0.3rem;
}
.main_top span a {
    display: inline-block;
    margin: 0px 2px;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
}
.main_top span i{
    color:#484848;
    font-size: 16px;
}
.ny_left {
    display: none;
    padding: 12px 0;
    padding-bottom: 0;
}

.ny_left>span {
    display: none;
    width: 100%;
    font-size: 0.25rem;
    text-transform: uppercase;
    font-family: "微软雅黑";
    text-indent: 15px;
    border-bottom: 1px solid #e0e0e0;
    background: #00398a;
    color: #fff;
    position: relative;
    padding: 0.2rem 0;
}

.ny_left ul {
    width: 93%;
    margin-bottom: 0.2rem;
    background: #f5f5f5;
    display: none;
    position: absolute;
    z-index: 9;
}

.ny_left ul li {
    display: block;
    width: 100%;
    padding: 12px 0;
    position: relative;
    text-indent: 10px;
    border-bottom: 1px dashed #ddd;
}

.ny_left ul li a {
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.on:before {
 background: #ddd;;
}

.left_contact h3 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    font-family: "微软雅黑";
    text-indent: 15px;
    border-bottom: 1px solid #e0e0e0;
    background: #00398a;
    margin-bottom: 10px;
    color: #fff;
}

.left_contact span {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    width: 96%;
    display: table;
    margin: 0 auto;
}

.ny_right_top {
    display: none;
}

.arrow {
    display: table;
    position: absolute;
    top: 0.15rem;
    right: 15px;
    color: #fff;
}

.arrow i{
    display: table;
    font-size: 0.45rem;
}

.content {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.15rem;
    letter-spacing: 1px;
}

/*图片放大*/
.pic_img {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.pic_img .img {
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid #ddd;
}
.pic_img .img img{max-width: 100%;width: 100%;}
.pic_img li {
    width: 31.33%;
    margin: 1%;
    float: left;
}
.pic_img li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 0.1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





/*产品中心*/
.product_body {
    display: table;
    width: 100%;
}
/*块元素*/
.product_body .pr_z {
    display: table;
    width: 100%;
    float: none;
    table-layout: fixed;
}

.product_body li {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0.2rem 0;
}

/*单数左边*/
.product_body .swiper-container {
    width: 100%;
    float: left;
}
.product_body .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ddd;
    table-layout: fixed;
}
.product_body .swiper-slide img{max-width: 100%;}

.product_body .pr_z_h {
    opacity: 1;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 20px;
    color:#fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background: none;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background: none;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev ,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{color:#fff;font-size: 1.2rem}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next i {
    color: #fff;
    font-size: 0.5rem;
    display: none;
}

/*单数右边*/
.pr_y {
    width: 100%;
    margin-top: 0.2rem;
    display: table;
}

.pr_y h3 {
    font-size: 0.4rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.pr_y h4{
    font-size: 0.25rem;
    color: #666;
    font-family: AvantGarde Book;
    padding: 12px 0;
    width: 2rem;
    margin: 0 auto;
}
.pr_y h4 img{
    max-width: 100%;
}

.pr_y h3 a{
    font-family: AvantGarde Book;
    color: #00398a;
}

.pr_y span {
    font-size: 0.2rem;
    line-height: 26px;
    display: none;
    width: 100%;
    color: #7b7b7b;
    font-family: AvantGarde Book;
}

.product_body li:nth-child(2n) .pr_z{float: none;}
.product_body li:nth-child(2n) .pr_y{}

.product_img{width: 100%;display: block;margin:10px auto;}
.product_img li {
    width: 48%;
    margin: 1%;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4%;
}
.product_img li .img{display: block;overflow: hidden;width: 100%;}
.product_img li .img img{max-width: 100%;transition: all 0.5s;}
.product_img li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.product_img li:hover img{transform: scale(1.1);}

.index_more {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #808080;
    padding: 4px 30px;
    font-size: 0.25rem;
    font-weight: 300;
    margin: 0 auto;
    display: table;
}



.product_n{
    display: block;
    margin-top: 18px;
}
.proinfo_box{margin-top: 10px;}
#pic-page img{width: 40px;}
#pic-page a.active img {
    border: solid #5280DD 1px;
}
#pic-page {
    text-align: center;
    margin-top: 10px;
}

.product_h1 {
    margin: 0px;
    line-height: 22px;
    font-size: 18px;
    color: #952828;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}
.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}
.proinfo_box span {
    line-height: 24px;
    padding-bottom: 12px;
    display: block;
    width: 100%;
    margin-top: 10px;
    min-height: 50px;
}

.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 30px 0px 20px 0px;
    line-height: 26px;
    color: #333;
    overflow: auto;
    table-layout: fixed;
}
.product_con img{
    max-width: 100%;
}


.product_con span {
    display: table;
    width: 100%;
    background: #ececec;
    text-indent: 5px;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 15px;
    text-indent: 10px;
}





.point {
    clear: both;
    padding: 20px 0px 20px 0px;
    line-height: 22px;
    border-top: 1px solid #ddd;
    display: table;
    width: 100%;
}
.point span.to_prev {

}
.btn-info {
    color: #fff;
    background-color: #013888;
    border-color: #02398b;
}

.list_related {
    display: block;
    width: 100%;
    margin-top: 25px;
}
.list_related span{width: 100%;line-height: 35px;height: 35px;}
.list_related ul li{width: 20%;margin:1%;}


.list_related>span {
    color: #fff;
    margin: 0px;
    display: block;
    background-color: #952828;
    font-size: 18px;
    text-indent: 1em;
}
.list_related>span>h1 {
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
}
.list_related ul{width: 100%;margin-top: 10px;}
.list_related ul li {
    width: 43%;
    margin: 3.5%;
    float: left;
}
.list_related ul li .img{overflow: hidden;width: 100%;}
.list_related ul li .img img{max-width: 100%;float: left;}
.list_related ul li span {
    width: 100%;
    text-align: center;
    display: table;
}

/*下载*/
.download{display: table;width: 100%}
.download ol {
    display: table;
    margin: 10px auto;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-top: 0;
}
.download ol h3 {
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    float: left;
}
.download ol i{
display: block;
float: right;
margin-top: 10px;
}

/*新闻中心*/
.new_bg {
    display: table;
    width: 100%;
    margin-top: 0.5rem;
}

.new_bg .wpart-border-line {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ddd;
}

.new_img {
   display: table;
    width: 35%;
    float: left;
    table-layout: fixed;
}
.new_img img{
    max-width: 100%;
}
.conts{
    display: table;
    width: 60%;
    float: right;
}
.title {
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
    font-weight: initial;
}

.title a {
    color: #00398a;
}

.abstract {
    width: 100%;
    font-size: 0.2rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1px;
}

.time {
    display: table;
    width: 100%;
    font-size: 12px;
    margin-top: 0.1rem;
    color: #8a8a8a;
}

.new_title h1 {
    display: block;
    font-size: 0.5rem;
    color: #00398a;
    font-weight: bold;
    text-decoration: none;
    font-family: WorkSans;
}

.new_time {
    display: table;
    width: 100%;
    margin: 10px auto;
    font-size: 0.2rem;
    text-transform: uppercase;
    color: #a5a5a5;
    margin-bottom: 0;
}

.new_body {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    font-size: 0.25rem;
    line-height: 1.8em;
    color: #484848;
    font-family: Verdana,Geneva,sans-serif;
}


.point {
    clear: both;
    padding: 0.2rem 0px 0.2rem 0px;
    line-height: 0.5rem;
    border-top: 1px solid #ddd;
    display: table;
    width: 100%;
}


/*联系我们*/
.contact_body{display: inline-block;width: 100%;margin:20px 0;}
.contact_body .contact_body_h3{display: block;width: 100%;text-align: center;}
.contact_body .contact_body_h3 h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #a84f4f;
    font-family: WorkSans;
}

.contact_body .contact_body_h3 i {
    width: 100px;
    height: 2px;
    background: #484848;
    margin: 4px auto;
    display: table;
    margin-top: 10px;
}

.contact_body_bottom {
    display: table;
    width: 96%;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.contact_z{
    display: inline-block;
}

.contact_z h5 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.contact_z {
    width: 100%;
    float: left;
}

.contact_z span {
    line-height: 24px;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 5px;
    font-family: WorkSans;
    letter-spacing: 1px;
}

.contact_y {
    width: 100%;
    float: right;
}



/*在线留言*/
.hza {
    background: #fff;
    color: #e10601;
    margin-top: 0.3rem;
}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}

.soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
}

.sokb {
    height: 65px;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 97%;
    color: #757575;
    margin: -30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: -14px;
}
.tj {
    display: inline-block;
    width: 110px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 35px;
    border:0;
}


#chat_window{}
#chat_window{right: 5%;bottom: 10%;}
#chat_window {
    position: fixed;
    right: 16px;
    bottom: 85px;
    z-index: 10;
}
#chat_window .chat_box .box{display: block;visibility: hidden;opacity: 0;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;margin:auto;background: #fff;width:85%;max-height: 250px;height: 80%;z-index: 10001;box-shadow: 0 0 4px rgba(0,0,0,.5);border-radius: 10px;/*box-sizing: border-box;overflow-y: scroll;padding: 5px 15px;*/}
#chat_window .chat_box .box.show{visibility: visible;opacity: 1;}
#chat_window .chat_box .abs{display: block;position: unset;padding-right: 0;}
#chat_window .chat_box .box .box_area{position: absolute;left: 0;width: 100%;height: 90%;padding: 0 15px;box-sizing: border-box;overflow: hidden;overflow-y: scroll;}
#chat_window .chat_box .box .chat_close{display: block;position: absolute;right: 0;bottom: 0;width: 100%;height: 30px;background: url(../images/icon_close.png) no-repeat center/22px;}
#chat_window .chat_box .chat_item{background: none;width: auto;height: auto;margin-bottom: 0;}
#chat_window .chat_box a.chat_item{position: relative;display: block;min-width: 80px;height: 30px;line-height: 30px;padding: 0px 17px;font-size: 14px;color: #333;white-space: nowrap;text-indent: 0;}
#chat_window .chat_box a.chat_wechat,
#chat_window .chat_box a.chat_trademanager,
#chat_window .chat_box .chat_wechat.chat_item,
#chat_window .chat_box .chat_trademanager.chat_item{display: none;}
#chat_window .chat_box .more_box{border:none;padding:0;}
#chat_window .chat_box .more_box a,
#chat_window .chat_box a.chat_item{overflow: hidden;padding:0;margin:6px 0;background: no-repeat left center / 20px auto;border-radius: 0;}
#chat_window .chat_box .more_box a:hover{background-color:#fff;}
#chat_window .chat_box .chat_qq .more_box a,
#chat_window .chat_box a.chat_qq{background-image: url(../images/chat_qq.png);text-indent: 2em;}
#chat_window .chat_box .chat_skype .more_box a,
#chat_window .chat_box a.chat_skype{background-image: url(../images/chat_skype.png);text-indent: 2em;}
#chat_window .chat_box .chat_email .more_box a,
#chat_window .chat_box a.chat_email{background-image: url(../images/chat_email.png);}
#chat_window .chat_box .chat_whatsapp .more_box a,
#chat_window .chat_box a.chat_whatsapp{background-image: url(../images/chat_whatsapp.png);}
#chat_window .chat_box .more_box:before,
#chat_window .chat_box .more_box:after{display: none;}
#chat_window .chat_box .more_box a:hover .relimg{display: none;}
.chat_in .more_box{
    width: 100%;

}
.more_box span{
    width: 10%;
    margin:1%;
    display: inline-block;

}
.more_box span img{
    max-width: 100%;
}
.more_box span a{
        overflow: visible!important;
}

.chat_box .chat_box_menu a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0;
}
#chat_window .chat_box .chat_box_menu .top {
    background-position: 0 -50px;
    background-color: #b0b0b0;
}
#chat_window .chat_box .more_box a {
    position: relative;
    display: block;
    min-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}
#chat_window .chat_box .box .box_area {
    position: absolute;
    left: 0;
    width: 100%;
    height: 90%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}
.chat_box .box .chat_close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url(../images/icon_close.png) no-repeat center/22px;
}



/*手机幻灯片*/
#myCarousel{display: none}
.banner_box img{width:100%; display:block;}
.banner_box{width:100%;text-align:center; margin-top:0.9rem;}
.banner_box img{vertical-align:middle;}
.roll_img_mb_01{overflow:hidden;position:relative;}
.roll_img_mb_01 .img_box{overflow:hidden;text-align:center;}
.roll_img_mb_01 .img_box img{vertical-align:middle;width:100%;}
.roll_img_mb_01 .img_box li{height: auto!important;}
.roll_img_mb_01 .nav_box{overflow:hidden; position:absolute; left:50%; transform:translate(-50%,0); bottom:20px;}
.roll_img_mb_01 .nav_box li{width:30px;height:3px; font-size:1px; overflow:hidden; background:#fff; float:left; margin:4px;}
.roll_img_mb_01 .nav_box .li_on{background:#0037ad;}









.index-service .index-service-body {
    width: 100%;
    margin: 0 auto;
    display: table;
}


.index-service-body-b{
    background: #fff;
}

.index-service-body-b h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.index-body-bg {
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
}

.index-service-body-b i {
    width: 46px;
    height: 2px;
    background-color: #952828;
    display: block;
    margin: 12px 0;
    transition: all 0.5s;
}

.index-service-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 22px;
    height: 55px;
}

.index-service-img{
    display: block;
    overflow: hidden;
}

.index-service-img img{
    transition: all 0.5s;
}

.index-service-body ul li:hover .index-service-img img{
    transform: scale(1.1);
}

.index-service-body ul li:hover i{
    width: 100%!important;
}








.index-case {
    width: 100%;
    margin: 30px 0;
    margin-top: 45px;
}
    
.case-body {
    display: table;
    width: 100%;
    margin-top: 18px;
}  
    
.case-bg {
    padding: 10px;
    margin-bottom: 10px;
}
    
.title-top{
    display: block;
    width: 100%;
    position: relative;
}

.title-top::after{
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #000;
    position: absolute;
    top:50%
}

.title-top h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    display: table;
    margin: 0 auto;
    background: #f5f5f5;
    position: relative;
    z-index: 9999;
    padding: 0 30px;
    letter-spacing: 2px;
}
    
.case-text {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    padding: 8px 4px;
    transition: all 0.5s;
}

.index-service-title{
	margin-bottom: 20px;
}


.case-text h3 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.case-bg-b{
    position: relative;
}   


.case-bg .index-case-img{
    overflow: hidden;
}

.case-bg .index-case-img img{
    transition: all 0.5s;
}

.case-bg:hover .index-case-img img{
    transform: scale(1.1);      
}

.case-bg:hover .case-text{
    background: rgba(0,0,0,0.5);
}
.case-bg-b .text {
    color: #fff;
    font-size: 12px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}








    
/*新闻中心*/
.new_bg {
    display: table;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #f5f5f5;
}

.new-body {
    display: table;
    width: 100%;
    margin-top: 20px;
} 

.new-text h4 {
    font-size: 15px;
    margin: 12px 0;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
    
.new-text-p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
    
.new-more {
    font-size: 12px;
    margin-top: 10px;
    display: table;
}






.honor-bg {
    display: block;
    width: 100%;
    padding: 30px 0;
}

.honor-body ul li{
    margin-bottom: 10px;
}

.honor-body ul li img{
    border:1px solid #ddd;
}

.honor-body {
    width: 100%;
    margin-top: 25px;
}





.ny_right{
    padding:0;
}




/* 新闻中心 */
.main_new_bg ol{float: left; margin-left: 15px; margin-right: 15px; padding-bottom: 15px; _display: inline; border-bottom: 1px dashed #dcdcdc; margin-bottom: 20px;}
.main_new_bg ol:hover .img img{transform: scale(1.1);}
.main_new_bg ol a.img {
    display: block;
    float: left;
    width: 35%;
    border: 1px solid #ddd;
    margin-right: 20px;
    overflow: hidden;
}
.main_new_bg a.img img{width: 100%; height: 100%;transition: all 0.5s;}
.new_text {
    display: table;
    width: 54%;
    float: left;
}
.new_text h3 {
    text-align: left;
    padding-top: 0;
}
.new_text h3 a {
    font-weight: normal;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new_text span{font-size: 14px;display: table;width: 100%;color: #c5c5c5;padding: 10px 0;}
.new_text div {font-size: 13px;line-height: 25px;color: #9d9d9d;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.main_new_bg h2{display: table; width: 100%; text-align: center; font-size: 22px; font-weight: normal;}
.main_new_bg i{font-size: 15px; font-style: normal; text-align: center; display: table; width: 100%; padding: 14px 0; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 10px;}
.main_new_bg {
    display: table;
    width: 100%;
    margin-top: 24px;
}
.new_bg_bottom{display: table;width: 100%;font-size: 14px;line-height: 30px;}
.new_bg_bottom img{max-width: 100%;}


.center{
    margin-top: 30px;
}

.title {
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}

.news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: left;
    border-bottom: 1px solid #aea375;
    padding-bottom: 10px;
}

.details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 20px 0;
}
.page_bg{
    line-height: 26px;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 14px;
}
.page_bg span {
    display: block;
}







/*右边图片*/
.image-list{
    margin-top: 10px;
}
.pic{display: table; width: 100%;}
.pic li{width: 31%; display: inline-block; margin: 1.1%;}
.pic li img{width: 100%;border:1px solid #ddd}
.pic li span {
    display: table;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}








}




@media screen and (max-width:375px;) {

.product_body .swiper-container


}

@media screen and (max-width: 50em) {




}


@media screen and (max-width: 40em) {




}

@media screen and (max-width: 30em) {




}
