@charset "utf-8";
@media screen and (max-width:2048px){html{font-size:273.06667px}}
@media screen and (max-width:1920px){html{font-size:256px}}
@media screen and (max-width:1440px){html{font-size:192px}}
@media screen and (max-width:1600px){html{font-size:213.33333px}}
@media screen and (max-width:1242px){html{font-size:165.6px}}
@media screen and (max-width:1140px){html{font-size:152px}}
@media screen and (max-width:1280px){html{font-size:170.66667px}}
@media screen and (max-width:1024px){html{font-size:136.53333px}}
@media screen and (max-width:1080px){html{font-size:144px}}
@media screen and (max-width:960px){html{font-size:128px}}
@media screen and (max-width:800px){html{font-size:106.66667px}}
@media screen and (max-width:768px){html{font-size:102.4px}}
@media screen and (max-width:736px){html{font-size:98.13333px}}
@media screen and (max-width:732px){html{font-size:97.6px}}
@media screen and (max-width:720px){html{font-size:96px}}
@media screen and (max-width:667px){html{font-size:88.93333px}}
@media screen and (max-width:640px){html{font-size:85.33333px}}
@media screen and (max-width:600px){html{font-size:80px}}
@media screen and (max-width:568px){html{font-size:75.73333px}}
@media screen and (max-width:540px){html{font-size:72px}}
@media screen and (max-width:533px){html{font-size:71.06667px}}
@media screen and (max-width:480px){html{font-size:64px}}
@media screen and (max-width:435px){html{font-size:58px}}
@media screen and (max-width:414px){html{font-size:55.2px}}
@media screen and (max-width:412px){html{font-size:54.93333px}}
@media screen and (max-width:400px){html{font-size:53.33333px}}
@media screen and (max-width:385px){html{font-size:51.33333px}}
@media screen and (max-width:384px){html{font-size:51.2px}}
@media screen and (max-width:375px){html{font-size:50px}}
@media screen and (max-width:360px){html{font-size:48px}}
@media screen and (max-width:320px){html{font-size:42.66667px}}
@media screen and (max-width:300px){html{font-size:40px}}
@media screen and (max-width:240px){html{font-size:32px}}

@media screen and (max-width:768px){
	.container{
		width: 100%;
	}
	.header,.nav-bg,.yunu-sou,.h_pre, .h_next{
		display: none!important;
	}
	
		.m_img, .m_nav {
		    display: block;
		}
		.header-bg{
			display: none;
		}
		.container {
		    max-width: 100%;
		    min-width: 100%;
		    padding: 0;
		    width: 100%;
		    padding: 0 10px;
		}
	.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:0.6rem;
	    display: block;
	    margin-top:0.05rem;
	}
	
	.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%;
		padding-top: 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: 57px;
    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: #2ba70e solid 1px;
    background-color: #2ca70e;
    color: #fff;
    float: left;
    padding: 0 0.2rem;
}	

/* 幻灯片 */
.ny-banner {
    overflow: hidden;
    height: auto;
    padding-top: 0;
    display: table;
    width: 100%;
    margin-top: 0.9rem;
}
.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 .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;
}
.img_box li{
	height: auto!important;
}
.flexslider{
	display: none;
}
.banner_box{
	display: block;
}
/* 幻灯片 */

.index-product {
    padding-top: 30px;
    background: rgb(146 146 146 / 5%);
    padding-bottom: 50px;
    background: url(../images/cp-bg.jpg) no-repeat center;
    background-size: cover;
}

.ghdgcpb {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #2d515f;
}

.yzswnz:after {
    display: block;
    content: '';
    background: url(../images/cptit.png) no-repeat center bottom / auto 100%;
    height: 18px;
    margin-top: 10px;
}

.yzswnz {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 2px;
    height: 60px;
}

.list-1 .text .bt {
    display: inline-block;
    margin: 0 6px;
    line-height: 30px;
    color: #fff;
    padding: 0 3px;
    background-color: #16ac64;
    border: 1px solid transparent;
    font-size: 12px;
}

.index-about {
    padding: 20px 0;
}

.in-about dt {
    float: left;
    width: 100%;
}

.in-about dd {
    margin-left: auto;
    padding: 22px;
    width: 100%;
    float: right;
}

.in-about dd h4 {
    margin: 0 0 14px;
    font-size: 20px;
}

.in-about dd .more {
    display: block;
    margin-top: 24px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    color: #fff;
    background-color: #16ac64;
}

.margin-bottom {
    margin-bottom: 20px;
}

.index-service {
    width: 100%;
    background: url(../images/ad-bg.jpg);
    padding: 10px 0;
    padding-top: 10px;
    position: relative;
}

.data-heading .counter {
    font-size: 18px;
    color: #fff;
}
.data-cell .data-txt {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.box3_tit p {
    font-size: 20px;
    color: #000;
    width: 100%;
    text-align: center;
}
.box3_tit p i {
    font-size: 22px;
    color: #16ac64;
    font-weight: bold;
    margin-right: 5px;
}
.box3_pic{
	display: none;
}

.box3_tit small {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    background: url(../images/xian.png) no-repeat center;
    text-transform: uppercase;
    color: #8e8e8e;
}

.box3_tit em {
    font-size: 12px;
    font-style: normal;
    line-height: 180%;
    display: block;
    text-align: center;
    color: #666;
    margin-top: 5px;
}

.ys-class .pic {
    width: 46%;
    display: none;
}

.ys-class .text {
    width: 100%;
    margin-top: 12px;
}

.ys-class .text .text_tit em{
	display: none;
}
.ys-class .text .text_tit{
	background: inherit;
	height: auto;
}
.ys-class .text .text_tit p {
    padding-top: 0;
    padding-left: 0;
}
.ys-class .text .text_text span {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    padding-left: 0;
    display: block;
    background: initial;
    margin-bottom: 5px;
}
.ys-class .text .text_text {
    margin-top: 10px;
}
.ys-class .text .text_text p{
	display: none;
}
.ys-class .text .text_tit p strong {
    font-size: 18px;
    color: #2a4f5f;
    display: block;
}



.adv-bg {
    margin: 30px 0;
    margin-bottom: 30px;
}

.index-ggt-wz {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 20px;
}

.index-ggt-wz-zq {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index-product-top-left span {
    font-size: 18px;
    font-weight: bold;
    color: #2a4f5f;
}

.index-product-top-left span font {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: initial;
}
.index-more {
    font-size: 18px;
    text-transform: uppercase;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #16ac64;
    float: right;
    margin-top: 0px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}



.hezuo_p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 15px;
}

.hezuo_p li {
    float: left;
    display: inline;
    width: 0.485%;
    margin: 0 0.02% 0 0;
    text-align: center;
}

.index-pic {
    background: #f5f5f5;
    padding: 3em 0;
    padding-bottom: 3em;
}


.news-bg {
    padding: 24px 0;
    background-color: #ffffff;
}

.in-news .item {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}

.in-news {
    margin-left: 0;
}
.in-news .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.in-news .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.in-news .list .btn{
	display: none;
}



.links,.footer_text{
	display: none;
}



.in-prd-cate dd li {
    border-bottom: 1px dashed #e3e3e3;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/flico.jpg) no-repeat 0 10px;
    padding-left: 20px;
    width: 47%;
    display: inline-block;
    margin: 1%;
}

.list-1 li {
    float: left;
    width: 49.333333%;
}


.list-1 {
    margin: auto;
}

.list-1 .wrap {
    margin: 2%;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #f3f3f3;
}

.in-prd-cate dt a {
    display: block;
    line-height: 50px;
    background: url(../images/cpfl.jpg) no-repeat center;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    background: #2a4f5f;
}

.in-prd-cate dd {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px 5px 12px;
    background: #fff;
}


.list-1 .text p {
    margin: 15px auto 0;
    font-size: 12px;
    display: table;
}


.in-prd-cate {
    float: left;
    width: 100%;
}


.in-prd-con {
    float: right;
    width: 100%;
}

.aboutContact {
    padding: 0 0 0px 0;
    background: #ffffff;
    margin-top: 20px;
    display: none;
}

.ul_prodinfos {
    padding: 15px 0;
    width: 100%;
    margin-top: 25px;
    height: 110px;
    overflow: hidden;
    zoom: 1;
    /* background: #eee; */
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.cptab {
    line-height: 50px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 0 8px;
}




.footer {
    width: 100%;
    margin: auto;
    display: table;
    margin-top: 0;
}

.copy {
    width: 100%;
    margin: auto;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.foot_li,.foot_ewm,.con-bottom::before{
	display: none;
}

.foot_list{
	width: 100%!important;
}

.con-bottom {
    display: table;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    padding: 0 18px;
}

.footer_bg {
    width: 100%;
    margin: 0px auto 0;
    background: #2a4f5f;
    padding: 0px 0 10px 0;
}

	
	
.cpMain .pleft {
    overflow: hidden;
    float: left;
    width: 100%;
}	
	
.cpMain .pleft h3 {
    width: 100%;
    height: 45px;
    background: url(../images/pro_h.jpg) no-repeat center;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    background: #2a4f5f;
    text-align: left;
    text-indent: 10px;
}
	
.cpMain .pleft>ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-top: none;
    padding-top: 10px;
    border: 1px solid #bbbbbb;
    padding-bottom: 10px;
}	
.cpMain .pleft .pnav a {
    display: block;
    padding-left: 10px;
    background: url(../images/pro_list.png) no-repeat left center;
    font-size: 13px;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    width: 48%;
    float: left;
    margin: 1%;
}
	
.cpright {
    background: none;
    width: 100%;
    margin-left: 0;
    float: right;
}	
	
.rtop h5 {
    float: left;
    padding-left: 10px;
    border-left: 3px solid #16ac64;
    font-weight: normal;
    line-height: 20px;
    display: none;
}
	
.rtop span {
    float: left;
    font-size: 15px;
    margin-top: 2px;
}

.rightbox {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 18px;
}

.cpMain .container {
    margin-top: 0;
    padding-bottom: 0px;
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    border: 2px solid #eee;
    border-radius: 3px;
    position: relative;
    margin: 0;
    float: left;
    max-width: 100%;
}	

.prodbaseinfo_a {
    float: right;
    width: 100%;
    z-index: 1;
    margin-top: 18px;
}

.ul_prodinfo li {
    font-size: 14px;
    float: left;
    padding: 6px 0;
    height: auto;
}


.mod_goods_info .hds li h3 {
    display: block;
    width: 85px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border-bottom: 0;
    font-weight: normal;
}

.description .title span {
    font-size: 18px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
    font-family: "WorkSans-Bold";
    height: 38px;
}

.description .title {
    border-bottom: 1px solid #dddddd;
    height: 35px;
    text-align: left;
    color: #ddd;
}

.ueeshop_responsive_article_feedback .rows .input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #888;
    text-indent: 10px;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.ueeshop_responsive_article_feedback .rows textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 12px;
    color: #888;
    box-sizing: border-box;
    border: 1px solid #dedede;
}
.ueeshop_responsive_article_feedback .rows .form_button {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}


.cp dl {
    width: 48.5%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 12px 0px 0 11px;
}


.tj {
    display: table;
    width: 150px;
    line-height: 40px;
    height: 40px;
    background: #f7c433;
    margin-right: 10px;
    margin-top: 25px;
    color: #fff;
    border-radius: 25px;
    margin-left: 25px;
    border: 0;
    margin: 0 auto;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}

.hza .soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 45px;
    margin-right: 5px;
    background: inherit;
    float: left;
    margin: 10px 5px;
    text-transform: uppercase;
    background: #fff;
}

	
}