@charset "utf-8";
/* 不同宽度的浏览器 */
@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;}}
/* 不同宽度的浏览器 */

@media screen and (max-width: 960px) {
.ny-banner {
    overflow: hidden;
    margin-top: 61px;
}	
	
	
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}	

.row {
    margin-right: 0;
    margin-left: 0;
}
		
	
.container{
	width: 100%;
}
.header-top,.header-body,.nav-bg,.flex-direction-nav,.hot-key{
	display: none;
}

.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;
}




.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;
}

/*搜索*/
.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: 44px;
    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%;
}
.top_search .ss input:focus{border-color: #0083c3;}
.top_search .ss button {
    font-size: .2rem;
    line-height: 265%;
    border: #033c8a solid 1px;
    background-color: #00388a;
    color: #fff;
    float: left;
    border-radius: 0 .07rem .07rem 0;
}

/* 幻灯片 */
.flexslider {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 44px;
}
.flex-control-nav {
    position: absolute;
    bottom: 6px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.flex-control-nav a {
    display: inline-block;
    width: 25px;
    height: 3px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    padding-left: 14px;
    box-sizing: border-box;
    cursor: pointer;
}




/* 产品 */
.index-title-top {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.index-title-top h3 {
    font-size: 22px;
    text-align: center;
    color: #000;
}

.index-product {
    display: block;
    width: 100%;
    padding: 35px 0;
    background: #f7f7f7;
    padding-bottom: 15px;
}

.index-product .index-class ul li {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 2px;
    margin-bottom: 5px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


/* 广告 */
.index-ggt-wz {
    width: 100%;
    float: left;
    padding: 0;
}

.index-ggt-wz {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 20px;
}

.index-ggt-wz-zq {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


/* 优势*/
.adv-bg {
    padding: 35px 0;
}
.adv-title-top {
    margin-top: 24px;
    width: 92%;
    margin: 0 auto;
}
.adv-title i {
    font-size: 35px;
    font-family: Impact, Charcoal, sans-serif;
    color: #e63847;
    line-height: 1;
    float: left;
}

.adv-title span {
    font-size: 18px;
    float: left;
    color: #000;
    line-height: 45px;
    margin-left: 15px;
}

/* 关于我们 */
.index-about-bg {
    padding: 35px 0;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
}

.index-about-text {
    float: right;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.about-more {
    float: right;
    border: 1px solid #c9c9c9;
    width: 98px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    background: #ffffff;
    color: #484848;
    display: none;
}

.index-title-top:after {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #9a9a9a;
    display: table;
    margin: 0 auto;
    margin-top: -20px;
    position: absolute;
    left: 0;
}


/* 新闻中心 */

.main {
    width: 95%;
    margin: 25px auto;
    display: table;
}

.main_news_titbg {
    width: 100%;
    float: left;
    background: url(../images/main_about_fgx.jpg) bottom no-repeat;
    padding-bottom: 10px;
}

.main_news {
    width: 100%;
    float: left;
}

.main_news_wz {
    width: 70%;
    float: right;
}
.main_news_nr {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main_news_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main_news_tp {
    width: 28%;
    float: left;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.main_news2 {
    width: 100%;
    float: right;
    margin-top: 20px;
}

.main_news2_text {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main_news2_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

.main_news2_titbg {
    width: 100%;
    float: left;
    background: url(../images/main_honor_fgx.jpg) left bottom no-repeat;
    padding-bottom: 10px;
}

.main_news2_text li {
    width: 100%;
    float: left;
    line-height: 30px;
    color: #787876;
    background: url(../images/main_news_tb.jpg) left no-repeat;
    padding-left: 15px;
}


/* 友情链接 */
.Link{
	display: none;
}


/* 底部 */
.index_contact-nr {
    color: #757575;
    margin-top: 0;
}

.index_contact {
    width: 100%;
}

.index_contact ul li {
    display: inline-block;
    margin-right: 10px;
}

.index_contact {
    width: 100%;
    margin-bottom: 20px;
}

.foot-lxfs{
	width: 100%;
}

.ewm {
    width: 155px;
    text-align: center;
    color: #666666;
    display: none;
}


/* 内页 */
.ny-left-bottom{
	display: none;
}

.ny-left-body ul {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.ny-left{
	display: block;
	margin-bottom: 20px;
}


.ny-left-body ul li {
    height: 45px;
    line-height: 45px;
    position: relative;
    text-indent: 24px;
    border-bottom: 1px dashed #ddd;
    width: 48%;
    float: left;
    margin-right: 7px;
}


.ny-cp {
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 1%;
    width: 48%;
    margin-bottom: 20px;
}

.cp-left {
    display: table;
    width: 100%;
    float: left;
}

.cp-right {
    display: table;
    float: left;
    width: 100%;
}

.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 0;
    width: 40%;
    border: 1px solid #ddd;
    margin-right: 20px;
    overflow: hidden;
}

.new_text {
    display: table;
    width: 53%;
    float: left;
}

.new_text h3 a {
    font-weight: normal;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main_new_bg ol:hover .img img {
    transform: scale(1);
}

.foot {
    text-align: center;
    color: #666666;
    line-height: 60px;
    border-top: 1px solid #2c2c2c;
    margin-top: 20px;
    height: 60px;
}


.ny-cp:hover .img img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}


.product-text::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #d94854;
    display: block;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}


.ny-cp a {
    color: #d94854;
}


/* 产品中心 */
.index-product{display: block; width: 100%; padding: 50px 0; background: #f7f7f7; padding-bottom: 15px;}

.index-product .index-class{display: block;width: 100%;}
.index-product .index-class ul{text-align: center;margin-top: 10px;}
.index-product .index-class ul li{display: inline-block; border: 1px solid #ddd; margin: 0 14px; margin-bottom: 5px;height: 40px;line-height: 40px;}
.index-product .index-class ul li a{display:table;width: 100%;padding:0 15px;}
.index-product .index-product-body{display: block;margin-top: 20px;}
.index-product .index-product-body dl dd{display: block;}
.index-product .index-product-body ul li{margin-bottom: 30px;}
.index-product .index-product-body ul li .pro:before{content: ""; position: absolute; top: 0; height: 1px; background-color: red; width: 0; transition: all 0.5s; z-index: 99999999;}
.index-product .index-product-body ul li .pro:after{content: ""; position: absolute; top: 0; height: 0; background-color: red; width: 1px;transition: all 0.5s;}
.index-product .index-product-body ul li .pro i:before{content: ""; position: absolute; bottom: 0; height: 1px; background-color: red; width:0;transition: all 0.5s;right: 0;}
.index-product .index-product-body ul li .pro i:after{content: ""; position: absolute; bottom: 0; height: 0; background-color: red; width: 1px; right: 0;transition: all 0.5s;}
.index-product .index-product-body ul li:hover .pro:before{width: 0%;}
.index-product .index-product-body ul li:hover .pro:after{height:0%;}
.index-product .index-product-body ul li:hover .pro i:before{width: 0%;}
.index-product .index-product-body ul li:hover .pro i:after{height: 0%;}
.index-product .index-product-body ul li .pro .pro-img{overflow: hidden;}
.index-product .index-product-body ul li .pro .pro-img img{transition: 0.5s;}
.index-product .index-product-body ul li:hover .pro .pro-img img{transform:scale(1);}
.index-product .index-product-body .pro{border: 1px solid #ddd; position: relative;}
.index-product .index-product-body .product-name{display: block; width: 100%; text-align: center; line-height: 40px; height: 40px; background: #f2f2f2; color: #636363;}
/* 产品中心 */










}