@charset "utf-8";
@import url("/assets/css/font.css");

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html {
	width: 100%;
	min-height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	font: .24rem/1.5 'inter', 'Roboto', Verdana, Arial, 'Microsoft Yahei', Helvetica, sans-serif;
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}
body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}
body:before {
	height: 1rem;
}
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #3e3938;
	outline: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
img {
	border: 0px;
}
em {
	font-style: normal;
}
s, i {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style: none outside none;
}
input, button, textarea {
	outline: none;
	font-family: 'inter', 'Roboto', Verdana, Arial, 'Microsoft Yahei', Helvetica, sans-serif;
	font-size: .22rem;
	-webkit-appearance: none !important;
}
select {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}
.icon {
	background: url("../images/icon.png") no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}
.trans {
	transition: all .3s ease-in;
}
.dn {
	display: none !important;
}
.blue {
	color: #28a5f4;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.wrapper {
	width: 100%;
}
.header {
	background-size: 100% 1.04rem;
}
#top_main {
	width: 100%;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
	*zoom: 1;
	z-index: 300;
	position: fixed;
	top: 0;
	left: 0;
}
#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
#top .logo {
    width: 50%;
	text-align: center;
	display: block;
	color: #000;
    padding-top: .28rem;
    margin-left: .15rem;
}
#top .logo a {
	display: block;
}
#top .logo img {
	display: block;
	height: .5rem;
}
#top .topsearch {
	display: block;
	position: absolute;
	right: .75rem;
	top: .2rem;
	text-align: center;
	cursor: pointer;
	width: .5rem;
	height: .5rem;
	margin: .16rem auto;
}
#top .topsearch span {
	display: block;
	width: 100%;
	height: 0.42rem;
	background-position: 0 -1.19rem;
	width: .42rem;
}
#top_main .tsearch * {
	box-sizing: border-box;
}
#top_main .tsearch {
	position: absolute;
	height: 1rem;
	width: 6.4rem !important;
	padding: .2rem 5%;
	left: 0;
	top: .99rem;
	z-index: 99;
	background: #f2f2f2;
	box-sizing: border-box;
	display: none;
}
#top_main .tsearch input {
	-webkit-appearance: none;
}
#top_main .tsearch .txt {
	width: 77%;
	color: #666;
	text-indent: .2rem;
	font-size: .24rem;
	height: .62rem;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.1rem;
	position: absolute;
	top: 0;
	left: 5%;
	border-top-left-radius: .6rem;
	border-bottom-left-radius: .6rem;
}
#top_main .tsearch .btn {
	color: #fff;
	font-size: .22rem;
	width: 13%;
	height: .62rem;
	line-height: .6rem;
	text-align: center;
	border: 0px;
	background-color: #3e3938;
	background-position: -0.93rem -1.055rem;
	position: absolute;
	right: 5%;
	top: .2rem;
	border-top-right-radius: .6rem;
	border-bottom-right-radius: .6rem;
}
#top_main .btn_close_main {
	width: .6rem;
	height: .6rem;
	background-color: #f2f2f2;
	position: absolute;
	top: .2rem;
	right: .8rem;
	z-index: 9;
	display: none;
}
#top_main .btn_close_main .btn_close {
	width: .33rem;
    height: .33rem;
    margin-top: .14rem;
    margin-left: .14rem;
	background-position: -2rem -1rem;
}
#top #nav {
	width: .6rem;
	height: 50%;
	position: absolute;
	right: 3%;
	top: .36rem;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: .39rem;
	height: .36rem;
	background-position: -.5rem -1.2rem;
}
#top .close {
	background-position: -2.06rem 0;
	width: .34rem;
	height: .34rem;
	cursor: pointer;
	position: absolute;
	right: 44%;
	top: -0.02rem;
	text-align: center;
}

.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: .99rem;
	z-index: 999;
	max-width: 640px;
    min-width: 320px;
	background: #3e3938;
	-webkit-transform: translateX(4rem);
	-moz-transform: translateX(7rem);
	-ms-transform: translateX(7rem);
	transform: translateX(7rem);
}
.subNavCon {
	margin: 0;
	background: #3e3938;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
	line-height: .5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%;
}
.subNav .close {
	background-position: -1.64rem -1.5rem;
	width: .4rem;
	height: .4rem;
}
.subNav .c_clos {
	width: 52%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.subNav .list {
	margin-top: .6rem;
}
.subNav li {
	width: 80%;
	display: block;
	line-height: 1rem;
	margin: 0 auto;
	position: relative;
}
.subNav li:first-child {
	margin-top: .6rem;
}
.subNav .subnav2 {
	width: 100%;
	display: none;
}
.subNav .subnav2 a {
	margin-bottom: .1rem;
	background: #eee;
	font-size: .24rem;
}
.subNav li a {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 0.3rem;
	text-align: center;
	border-bottom: 1px solid #333;
}
.subNav li a:hover {
	color: #00923f;
}
.subNav li em {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	background-position: 0 -2.2rem;
	vertical-align: middle;
	position: absolute;
	right: 3%;
	top: .26rem;
}
.subNav li:hover {
	color: #101010;
	background: #ffba3f;
}
.subNav li:hover a {
	color: #101010;
}
.subNav.show {
	right: 0 !important;
}
.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}
.subNavShow2 {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/*首页导航*/
.inav_t {
	width: 100%;
	height: 1.4rem;
	background: #3e3938;
}
.inav_t dl {
	height: 1.4rem;
	overflow: hidden;
}
.inav_t dl dd {
	width: 33.33%;
	height: 0.7rem;
	float: left;
	font-size: 0.26rem;
	text-align: center;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
.inav_t dl dd:nth-child(3n) {
	border-right: none;
}
.inav_t dl dd:nth-child(5), 
.inav_t dl dd:nth-child(6), 
.inav_t dl dd:nth-child(7), 
.inav_t dl dd:nth-child(8) {
	border-bottom: 1px #474747 solid;
}
.inav_t dl dd a {
	display: block;
	width: 100%;
	height: .69rem;
	line-height: .69rem;
	color: #fff;
}
/* banner */
#banner_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-size: 1px auto;
}
.banner {
	margin: 0 auto;
	width: 100%;
	*zoom: 1;
	overflow: hidden;
	position: relative;
}
.banner .list {
	width: 100%;
	overflow: hidden;
}
.banner .list li {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banner .list li img {
	width: 100%;
	height: auto;
}
#banner .tip {
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
	clear: both;
	position: absolute;
	left: 41%;
	bottom: 10%;
	z-index: 2;
	font-size: 0;
}
#banner .tip span {
	display: inline-block;
	vertical-align: middle;
	width: 0.2rem;
	height: 0.2rem;
    border: 1px #eee solid;
	background: rgba(255,255,255,0.7);
    border-radius: 50%;
	margin: 0 0.1rem;
}
#banner .tip span.cur {
	background: #ffba3f;
}
.showInfo #banner .tip {
	width: 100%;
	text-align: center;
	margin-left: 0;
	left: 0;
	bottom: .2rem;
}

#footer_main {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 0.1rem 0 0.2rem;
    clear: both;
}
#copyright {
	width: 93%;
	color: #666;
	font-size: 0.2rem;
	line-height: 1.5;
	margin: 0 auto;
	padding-top: 0.2rem;
	border-top: 1px solid #dfdfdf;
}
#copyright span {
	font-size: .15rem;
	border-left: 1px solid #999;
    padding-left: .15rem;
    margin-left: .15rem;
}
#footer_main .bottomNav .list {
	border-top: .02rem solid #ddd;
}
#footer_main .bottomNav .list li {
	width: 100%;
	height: .8rem;
	border-bottom: .02rem solid #ddd;
}
#footer_main .bottomNav .list li a {
	display: block;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.4rem;
}
#footer_main .bottomNav .list li .tit {
	display: block;
	font-size: 0.26rem;
	color: #444444;
	line-height: 0.8rem;
	float: left;
}
#footer_main .bottomNav .list li em {
	display: block;
	float: right;
	width: 0.2rem;
	height: 0.3rem;
	margin-top: 0.25rem;
	background-position: -2.2rem -.5rem;
}
#footer_main .bottomNav .list li:hover .tit {
	color: #3e3938;
}
#copyright a {
	color: #666;
}
#fix-sider {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 2%;
	bottom: 29%;
	background: url("../images/index.html") no-repeat center top;
	background-size: 1rem auto;
	cursor: pointer;
	z-index: 999;
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #3e3938;
}
#toolbar .list li {
	float: left;
	text-align: center;
    padding: 0.2rem 0 0.15rem;
}
#toolbar .list li:nth-child(1) {
	width: 25%;
}
#toolbar .list li:nth-child(2) {
	width: 32%;
}
#toolbar .list li:last-child {
	width: 43%;
	font-weight: bold;
	background: #eb6022;
}
#toolbar .list a {
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}
#toolbar .list a span {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0.22rem;
    padding-left: 0.1rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.32rem;
	height: 0.32rem;
	display: inline-block;
	margin-bottom: .06rem;
	background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
	background-position: -1.13rem -.2rem;
	width: .34rem;
	height: .34rem;
}
#toolbar .list li:nth-child(3) s {
	background-position: -1.56rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
	background-position: -.38rem -.2rem;
}
#toolbar .list li:hover {
	background: #333;
}

#search {
	background: #fff;
	width: 96%;
	margin: 0.2rem auto;
	height: 0.6rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 0;
	-webkit-box-shadow: 1px 1px 1px #e7e9e9;
	-moz-box-shadow: 1px 1px 1px #e7e9e9;
	box-shadow: 1px 1px 1px #e7e9e9;
}
#search input {
	display: block;
	padding: 0;
	margin: 0;
}
#search .txt {
	border: none;
	width: 66%;
	height: 0.5rem;
	line-height: 0.6rem;
	margin-right: 1%;
	padding: 0 4%;
	color: #666;
	font-size: 0.22rem;
	background: none;
}
#search .searchbtn {
	cursor: pointer;
	border: none;
	font-size: 0.24rem;
	width: 0.8rem;
	height: 0.6rem;
	text-align: center;
	background-position: -0.63rem 0;
}
.index #floor_1_main, .index #floor_2_main, .index #floor_3_main {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.index {
	background: #fff;
	overflow: hidden;
}

.index #floor_1_main {
	margin: 0 auto;
	background: #fff;
}
.index .title_main {
	padding-top: .5rem;
}
.index .in_title {
	padding-top: .4rem;
}
.index .in_title .tit {
 	font-family: 'Roboto Condensed';
	width: 3.2rem;
	margin: 0 auto;
	font-size: .4rem;
	font-weight: bold;
	text-align: center;
	color: #101010;
}
.index .in_title .tit em {
	display: block;
	width: .5rem;
	height: .02rem;
	margin-top: .3rem;
	background: #ccc;
}
.index .look_more {
	display: block;
	width: 94%;
	height: .66rem;
	margin: 0.2rem auto 0;
	font-size: .24rem;
	line-height: .66rem;
	text-align: center;
	color: #101010;
	background: #fff;
	border: .03rem solid #dedede;
}
.index .tab {
	text-align: center;
	margin-top: .2rem;
}
.index .tab a {
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.62rem;
	display: inline-block;
	width: 46%;
	height: 0.6rem;
	margin: .02rem;
	padding: 0 .2rem;
    border-radius: 4px;
	background: #3e3938;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .tab.news a {
	font-size: 0.22rem;
	width: 30%;
}
.index .tab a:hover {
	color: #101010;
	background: #ffba3f;
}
/*关于我们*/
.index #floor_1_main {
	background: #fff;
}
#floor_1_main .floor_1 {
	padding-bottom: .25rem;
}
#floor_1_main .about {
	padding-top: 0;
}
#floor_1_main .about .item {
	display: block;
	width: 100%;
}
#floor_1_main .about img {
	display: block;
	width: 100%;
	height: auto;
}
#floor_1_main .contW {
	position: relative;
	display: block;
	width: 100%;
}
#floor_1_main .contW .cont {
	width: 90%;
	margin: 0 auto;
	margin-top: .2rem;
	font-size: .24rem;
	color: #666;
	line-height: .38rem;
}
#floor_1_main .contW .view_detail {
	display: block;
	width: 94%;
	height: .7rem;
	margin: 0 auto;
	margin-top: .3rem;
	font-size: .24rem;
	line-height: .7rem;
	text-align: center;
	color: #fff;
	background: #3e3938;
}
/*产品中心*/
.index #floor_2_main {
	width: 100%;
	background: #fff;
}
.index .floor_2 {
	padding-bottom: .4rem;
}
.index .floor_2 .proCenter .list {
	margin-left: .2rem;
	margin-top: .2rem;
}
.index .floor_2 .proCenter .list li {
	position: relative;
	float: left;
	display: block;
	width: 47.5%;
	margin-right: 2%;
	margin-bottom: .15rem;
}
.index .floor_2 .proCenter .list li:nth-child(2n) {
	margin-right: 0;
}
.index .floor_2 .proCenter .list li .img {
	border: 1px solid #f1f1f1;
}
.index .floor_2 .proCenter .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_2 .proCenter .list li .txt {
	height: 0.7rem;
	background: #f1f1f1;
}
.index .floor_2 .proCenter .list li .txt .tit {
	color: #101010;
	font-size: .22rem;
	text-align: center;
    width: 90%;
    padding: 0.18rem 5% 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .floor_2 .proCenter .list li .detail {
	position: absolute;
	bottom: -.25rem;
	left: .62rem;
	width: 1.58rem;
	height: .52rem;
	font-size: .22rem;
	color: #101010;
	text-align: center;
	line-height: .5rem;
	background: #ffba3f;
	border-radius: 1rem;
	border: 0.01rem solid #3e3938;
}
.index_slip {
	position: relative;
	width: 100%;
	height: 2.8rem;
	background: #ffba3f;
}
.index_slip .tit {
	padding-top: .25rem;
	margin-left: .28rem;
	font-size: .24rem;
	color: #101010;
	line-height: 1.5;
}
.index_slip .slip_btn {
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4.2rem;
    height: .56rem;
    background: url(../images/ixbanner-btn.png) no-repeat;
    font-size: .22rem;
    line-height: .57rem;
    padding-left: .5rem;
    color: #fff;
}
.index_slip1 .tit {
	width: 94%;
}
.index #floor_3_main {
	width: 100%;
	background: #fff;
}
.index .floor_3 .proAdvant .list li {
	display: block;
	width: 5.6rem;
	margin: 0 auto;
	padding-top: .4rem;
	padding-bottom: .4rem;
	border-top: .02rem solid #ddd;
}
.index .floor_3 .proAdvant .list li:first-child {
	border-top: none;
}
.index .floor_3 .proAdvant .list li .img {
	float: left;
	width: 1.34rem;
	height: 1.5rem;
}
.index .floor_3 .proAdvant .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.index .floor_3 .proAdvant .list li .txt {
	float: right;
	display: block;
	width: 3.8rem;
}
.index .floor_3 .proAdvant .list li:nth-child(2) .img {
	float: right;
}
.index .floor_3 .proAdvant .list li:nth-child(2) .txt {
	margin-left: 0;
	float: left;
}
.index .floor_3 .proAdvant .list li .txt .tit {
	color: #3e3938;
}
.index .floor_3 .proAdvant .list li .txt .cont {
	margin-top: .12rem;
	font-size: .2rem;
	color: #666;
	line-height: .4rem;
	text-align: justify;
}

.index #floor_4_main {
	width: 100%;
}
.index .floor_4 {
	background: #f6f6f6;
	padding-bottom: .3rem;
}
.index .floor_4 .caseList {
	margin-top: .3rem;
	overflow: hidden;
	position: relative;
}
.index .floor_4 .caseList .bd {
	position: relative;
	width: 5.6rem;
	margin: 0 auto;
	overflow: hidden;
}
.index .floor_4 .caseList .list li {
	position: relative;
	float: left;
	display: block;
	width: 5.6rem;
	height: 5.7rem;
}
.index .floor_4 .caseList .bd .list li a {
	display: block;
	width: 5.6rem;
	height: 3.15rem;
}
.index .floor_4 .caseList .bd .list {
	display: inline-block;
}
.index .floor_4 .caseList .bd .list li .img {
	display: block;
	width: 5.6rem;
	height: 4.2rem;
}
.index .floor_4 .caseList .bd .list li .txt {
	width: 5.6rem;
	z-index: 9;
}
.index .floor_4 .caseList .bd .list li .txt .tit {
	margin-top: .2rem;
	margin-bottom: .2rem;
	font-size: .24rem;
	color: #3e3938;
	text-align: center;
}
.index .floor_4 .caseList .bd .list li .txt .cont {
	font-size: .24rem;
	color: #666;
	line-height: .4rem;
}
.index .floor_4 .caseList .hd {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.index .floor_4 .caseList .hd ul {
	max-width: 100%;
	text-align: center;
}
.index .floor_4 .caseList .hd li {
	display: inline-block;
	float: none;
	width: .16rem;
	height: .16rem;
	background-color: #999;
	border-radius: 100%;
	margin-right: .16rem;
	font-size: 0px;
	cursor: pointer;
}
.index .floor_4 .caseList .hd li.on {
	background-color: #3e3938;
}
/*新闻动态*/
.index #floor_5_main {
	width: 100%;
	background: #fff;
}
.index .floor_5 {
	height: auto;
	padding-bottom: .8rem;
}
.index .floor_5 .inews {
	margin-top: .1rem;
}
.index .floor_5 .inews .list li {
	display: block;
	width: 5.6rem;
	margin: 0 auto;
	border-top: .02rem solid #ddd;
	line-height: 1rem;
	overflow: hidden;
}
.index .floor_5 .inews .list li:first-child {
	border-top: none;
}
.index .floor_5 .inews .list li .tit {
	float: left;
	width: 74%;
	font-size: .26rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index .floor_5 .inews .list li .time {
	float: right;
	width: 25%;
	font-size: .26rem;
	color: #999;
}
.index .floor_5 .look_more {
	background: #f6f6f6;
}
/* 搜索 */
#top .search {
	margin: 0.1rem auto;
	width: 4.6rem;
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 0.5rem;
	background: #fff;
}
#top .search input {
	border: none;
}
#top .search .txt {
	width: 80%;
	display: block;
	background: none;
	height: 0.56rem;
	line-height: 0.56rem;
	text-indent: 0.08rem;
	color: #333;
	font-size: 0.22rem;
}
#top .search .searchbtn {
	background-position: -1.2rem -1.7rem;
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0.05rem 0.2rem 0 0;
}
.searchinfo {
	background: #fff;
	padding: 0.4rem 2%;
	height: 100%;
}
.searchinfo h2 {
	color: #000;
}
.searchinfo .searchlist {
	padding: 0.2rem 0;
}
.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 1.0rem 0.3rem 0;
	color: #fff;
	background: #093c84;
	font-size: 0.24rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.2rem;
	border-radius: 0.5rem;
}
/*******************content*************/
.dialog-layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 101;
	background: #000;
	opacity: .5;
}
.index .hd {
	padding: 0 3%;
}
.index .hd li {
	width: 25%;
	float: left;
	background: #ccc;
	color: #fff;
	font-size: .3rem;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
}
.index .hd li.on {
	background: #2b5899;
}
/*内页样式*/
.content {
	width: 100%;
	background: #fff;
	padding-top: 0.2rem;
    clear: both;
}
.iconn {
	background: url("../images/iconn.png") no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}

.recom {
	padding-top: .2rem;
	background: #f1f1f1;
	transition: none;
}
.recom * {
	transition: none;
}
.recom .recomCon {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
.recom .recomConList {
	width: 200%;
}
.recom .list {
	float: left;
	width: 50%;
}
.recom .list li {
	border-bottom: 1px solid #eee;
}
.recom .list li a {
	display: block;
	padding: .16rem .2rem .16rem .3rem;
}
.recom .list li.item {
	position: relative;
}
.recom .list li.item .img {
	width: 1.2rem;
	height: .9rem;
	float: left;
	margin-right: .15rem;
	padding: .04rem;
	border: 1px solid #f1f1f1;
}
.recom .list li.item h3 {
	color: #000;
	height: .4rem;
	overflow: hidden;
}
.recom .list li.item .txt {
	font-size: .2rem;
	color: #aaa;
	line-height: .28rem;
}
.recom .list li.item .time {
	color: #aaa;
	position: absolute;
	right: .25rem;
	font-size: .18rem;
	bottom: .2rem;
}
.recom .list li.item .time:before {
	width: .22rem;
	height: .22rem;
	display: inline-block;
	background-position: -1.4rem 0;
}
.recom .list li .tit {
	color: #2b5899;
}
.recom .list li .tit:after {
	width: 1px;
	height: .28rem;
	content: "\20";
	display: inline-block;
	margin: 0 .18rem;
	vertical-align: middle;
	background: #eee;
}
.newslist {
	padding: 0 3%;
}
.newslist .item {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.newslist .item * {
	transition: all .3s linear;
}
.newslist .item a {
	padding: .3rem 0;
	width: 100%;
	display: block;
}
.newslist .item img {
	width: 1.44rem;
	height: .96rem;
	display: block;
	margin-top: .06rem;
	float: right;
	margin-right: .1rem;
}
.newslist .item h3 {
	font-size: .3rem;
	line-height: .36rem;
	max-height: .72rem;
	overflow: hidden;
	color: #000;
}
.newslist .item .dec {
	color: #999;
	font-size: .2rem;
	margin-top: .08rem;
}
.newslist .item .dec span {
	margin-right: .2rem;
}
.newslist .item.pic4 h3 {
	height: .36rem;
	margin-bottom: .08rem;
}
.newslist .item.pic4 img {
	float: left;
	margin-right: .06rem;
}
.newslist .item.pic4 img:last-child {
	margin-right: 0;
}
.g-top {
	width: 0.68rem;
	height: .68rem;
	position: fixed;
	bottom: 15%;
	z-index: 998;
	right: 2%;
	cursor: pointer;
	background: url("../images/index.html") no-repeat;
	background-size: 100% auto;
}

.subCate {
	padding: 0rem 0 .2rem;
}
.subCate a {
	width: 48%;
	margin: 0 1%;
	font-size: .22rem;
	height: .5rem;
	overflow: hidden;
	display: block;
	float: left;
	line-height: .5rem;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: .1rem;
}
.subCate a.on {
	border-color: #3e3938;
	color: #3e3938;
}

.iconbef:before {
	background: url("../images/iconn.png") no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
.toolbar {
    position: relative;
    height: .9rem;
    background: #f1f1f1;
    border-bottom: #eee;
}
.toolbar .goBack.icon-f {
	display: block;
	width: .6rem;
	height: .6rem;
    position: absolute;
    top: .15rem;
    left: .2rem;
    z-index: 9;
    border: none;
	background: url("../images/icon-back.png") no-repeat right center;
	background-size: .4rem .4rem;
	vertical-align: middle;
}
.toolbar .order.icon-f {
	display: block;
    width: 2.4rem;
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 9;
    background: #eb6022;
    border: none;
    border-radius: 5px;
	vertical-align: middle;
}
.toolbar .goBack.icon-f {
	display: block;
	width: .6rem;
	height: .6rem;
    position: absolute;
    top: .15rem;
    left: .2rem;
    z-index: 9;
    border: none;
	background: url("../images/icon-back.png") no-repeat right center;
	background-size: .4rem .4rem;
	vertical-align: middle;
}
.toolbar .order.icon-f {
	display: block;
    width: 2.4rem;
    height: .5rem;
    line-height: .52rem;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    position: absolute;
    top: .2rem;
    right: .15rem;
    z-index: 9;
    background: #eb6022;
    border: none;
    border-radius: 5px;
	vertical-align: middle;
}
.toolbar .wa img {
	display: block;
    height: .5rem;
    position: absolute;
    top: .21rem;
    right: 2.75rem;
    z-index: 9;
    border: none;
}
.promo img {
	width: 100%;
	margin-bottom: -5px;
}
.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f6f6f6;
	color: #3e3938;
	position: relative;
}
.cateList .goBack {
	width: .8rem;
	height: .8rem;
	padding-top: .23rem;
	position: absolute;
	left: .1rem;
	top: 0;
	z-index: 12;
}
.cateList .goBack:before {
	width: .4rem;
	height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1.0rem -0.64rem;
}
.cateList h3 {
 	font-family: 'Roboto Condensed';
	position: relative;
	font-size: .32rem;
	font-weight: 600;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.cateList h3 s {
	position: absolute;
	top: 0.34rem;
	right: .4rem;
	width: .25rem;
	height: .2rem;
	margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none;
}
.cateList .box {
	width: 100%;
	padding: .2rem 3% 0;
	z-index: 11;
	background: #fff;
	display: none;
}
.cateList .box a {
 	font-family: 'Roboto Condensed';
	color: #101010;
	width: 48.5%;
    padding: 0 3%;
	margin-right: 3%;
	margin-bottom: .15rem;
	height: .62rem;
	line-height: .62rem;
	border: 1px solid #ddd;
	background: #ffba3f;
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cateList .box a.cur {
	color: #fff;
	background: #101010;
}
.cateList .box a:nth-child(2n) {
	margin-right: 0;
}
.cateList .box a.on {
	background: #3e3938;
	border-color: #3e3938;
	color: #fff;
}

.pager {
	width: 100%;
	text-align: center;
	background: #f6f6f6;
	padding: .2rem 0;
	font-size: .2rem;
}
.pager a, .pager span {
	width: 1.6rem;
	height: .4rem;
	line-height: .4rem;
	display: inline-block;
	background: #e59f19;
	color: #fff;
	border-radius: 5px;
}
.pager .yem {
	height: .4rem;
	display: inline-block;
	margin: 0 .1rem;
	line-height: .4rem;
}

.reLink {
	width: 92%;
	border-top: 1px solid #ddd;
	padding-top: 0.2rem;
	margin: .2rem 4% .1rem;
}
.reLink .prevLink, .reLink .nextLink {
	display: block;
    line-height: 1.8;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}
.reLink a {
	color: #333;
}
/*m-share*/
.m-share {
	margin-left: 3%;
	margin-bottom: .2rem;
}
.showInfo .showTit {
	width: 96%;
	margin: 0 auto;
	line-height: .3rem;
	padding: .2rem 2% .25rem;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.showInfo .showTit h1 {
 	font-family: 'Roboto Condensed';
	color: #101010;
	font-size: .36rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .05rem;
}
.showInfo .showTit .mark {
	font-size: .24rem;
	color: #999;
	margin-top: .15rem;
}
.moreBtn {
	width: 94%;
	margin: 2% auto 6%;
	height: 0.88rem;
	line-height: 0.88rem;
	display: block;
	text-align: center;
	background: #3e3938;
	color: #fff;
	font-size: .22rem;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.moreBtn a {
	display: block;
	color: #fff;
}
.moreBtn:active, .moreBtn:hover {
	background: #ffba3f;
	color: #fff;
}
.paraminfo {
	background: #f1f1f1;
	height: 1.1rem;
	padding: 0.16rem 0.3rem;
	margin: 0 0.12rem;
	border: 1px solid #eee;
}
.paraminfo .point {
	float: left;
	min-width: 1.7rem;
    max-width: 1.7rem;
    text-align: center;
	position: relative;
	padding-right: 0.2rem;
	margin-right: 0.21rem;
	border-right: 1px solid #ddd;
}
.paraminfo .point:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.paraminfo .point p {
	font-size: 0.22rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.paraminfo .point .value {
 	font-family: 'Roboto Condensed';
	font-size: 0.26rem;
	font-weight: bold;
}
.showInfo {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.showInfo .showSubTit {
	width: 100%;
	height: .65rem;
	line-height: .65rem;
	font-weight: normal;
	margin: .2rem 0 .1rem;
	background: #f6f6f6;
	border-bottom: 1px solid #3e3938;
	font-size: .24rem;
	text-indent: .15rem;
}

.recomNew {
	width: 96%;
	padding: 0.1rem 0 2%;
	margin: 0 auto;
}
.recomNew li {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.recomNew li a {
	font-size: .24rem;
	display: block;
	position: relative;
	padding-left: 2%;
}
.recomNew li a:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 3px;
	height: 3px;
	left: 0;
	top: 0.28rem;
	z-index: 11;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.showInfo .contxt {
	font-size: .24rem;
	line-height: 1.7;
	padding: 3%;
}
.showInfo .contxt .video {
	width: 100% !important;
	height: 52.88vw !important;
	margin: 0 auto;
}
.showInfo .contxt .video video {
	width: 100% !important;
	height: 52.88vw !important;
}
.showInfo .contxt p {
	line-height: 1.7;
}
.showInfo .contxt img {
	width: 100% !important;
	max-width: 100%;
	margin: 0.15rem auto !important;
	height: auto !important;
	display: inline;
}
.showInfo .contxt table {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0.2rem 0;
}
.showInfo .contxt table tr:nth-child(odd) {
	background: #f8f6f6
}
.showInfo .contxt table tr:nth-child(even) {
	background: #fff
}
.showInfo .contxt table tr td {
	font-size: 0.2rem !important;
	padding: 2px !important;
	border: 1px solid #ccc
}

.showInfo .contxt .name {
	font-family: 'Roboto Condensed';
	font-size: 0.32rem;
	font-weight: 600;
	padding-bottom: 0.3rem;
}
.showInfo .contxt .biao td {
	padding: .09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	WORD-WRAP: break-word;
	table-layout: fixed;
	word-break: break-all;
}
.showInfo .contxt .cimg {
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.showInfo .contxt .cimg .ig1 {
	width: 20%;
}
.showInfo .contxt .cimg .ig2 {
	width: 10%;
	margin-left: 0.3rem;
}
.showInfo .contxt blockquote {	
	position: relative;
    padding: 0.2rem 10% 0;
}
.showInfo .contxt blockquote:before {
	content: '';
    background: url(../images/quote_l.png) no-repeat center center;
	background-size: 50%;
    position: absolute;
    top: 0.1rem;
    left: 0;
    height: 30px;
    width: 30px;
}
.showInfo .contxt blockquote:after {
	content: '';
    background: url(../images/quote_r.png) no-repeat center center;
	background-size: 50%;
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    height: 30px;
    width: 30px;
}
.showInfo .map {
	margin-top: 10px;
}
.showmenu {
	width: 100%;
	padding: 0.1rem 0 .2rem;
	background: #fff;
}
.showmenu a {
	width: 48%;
	height: .6rem;
	display: block;
	float: left;
	line-height: .6rem;
	text-align: center;
	border-radius: .04rem;
	color: #333;
	background: #fff;
	margin: 0 1% 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.showmenu a.hover {
	border: 1px solid #3e3938;
	color: #fff;
	background: #3e3938;
}
.erro {
	padding: 0.2rem;
}
.prodlist {
    padding-bottom: 0.1rem;
}
.prodlist .list {
	width: 100%;
	margin-bottom: .1rem;
}
.prodlist .item {
	padding: 0.3rem 0.2rem;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.prodlist .item:nth-child(2n) {
	background: #f9f9f9;
}
.prodlist .item:nth-child(2n) span:after {
	background: #f9f9f9;
}
.prodlist .item:last-child {
	border: 0;
}
.prodlist .item a {
	width: 100%;
	display: block;
}
.prodlist .item img {
	float: left;
	width: 2.2rem;
	height: 2.2rem;
	padding: 10px;
	margin-right: .2rem;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.prodlist .item em.new {
	position: absolute;
    top: 17px;
    left: 12px;
    display: block;
    width: 80px;
    height: 45px;
    background: url(../images/newsale.png) no-repeat;
    background-size: 40%;
}
.prodlist .item em.hot {
	position: absolute;
    top: 17px;
    left: 12px;
    display: block;
    width: 80px;
    height: 45px;
    background: url(../images/bigsale.png) no-repeat;
    background-size: 40%;
}
.prodlist .item h3 {
 	font-family: 'Roboto Condensed';
	font-size: .24rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: .1rem;
	color: #101010;
    overflow: hidden;
}
.prodlist .item h3 a {
    font-size: .26rem;
	color: #101010;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.prodlist .item h3 a:hover {
	color: #000;
}
.prodlist .item .basic {
	font-size: 0.2rem;
}
.prodlist .item .btn_box {
	width: 100%;
    height: 0.5rem;
}
.prodlist .item .btn_box .btn_more {
	width: 20%;
	float: left;
	height: 0.5rem;
	line-height: 0.5rem;
	border: 1px solid #888;
	background: #ffba3f;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
    margin-top: 0.36rem;
}
.prodlist .item .btn_box .btn_inqu {
	width: 36%;
	float: right;
	height: 0.5rem;
	line-height: 0.5rem;
	border: 1px solid #888;
	background: #ffba3f;
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
    margin-top: 0.36rem;
}
.prodlist .item .btn_box .btn_more a, 
.prodlist .item .btn_box .btn_inqu a {
	display: block;
	color: #101010;
}
.prodlist .item .btn_box .btn_more a:hover, 
.prodlist .item .btn_box .btn_inqu a:hover {
	background-color: #101010;
	color: #ffba3f;
}
.prodlist .item .txt {
	color: #fff;
    font-size: .18rem;
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
    background: rgba(0,0,0,0.5);
    padding: 3px 6px;
}
.imglist {
    padding-bottom: 0.15rem;
}
.imglist.exh {
	padding-top: 0.2rem;
}
.imglist.exh .hw_position.clean {
	clear: both;
}
.imglist .title {
    font-size: 0.26rem;
	font-weight: bold;
    padding: 0.1rem 0.2rem;
}
.imglist .list {
	width: 100%;
	padding: 0.1rem 0.2rem;
}
.imglist .item {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.imglist .item:nth-child(even) {
	margin-right: 0;
}
.imglist .item a {
	width: 100%;
	display: block;
}
.imglist .item img {
	width: 100%;
	height: 64vw;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.imglist .item h3 {
 	font-family: 'Roboto Condensed';
    font-size: .24rem;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 0;
}
.imglist .item h3 a {
	color: #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding: 0 5%;
}
.imglist .item h3 a:hover {
	color: #000;
}
.imglist .item .basic {
	font-size: 0.22rem;
}
.imglist .item .btn_box {
	width: 100%;
    height: 0.5rem;
}
.imglist .item .btn_box .btn_more {
	width: 28%;
	float: left;
	height: 0.55rem;
	line-height: 0.55rem;
	border: 1px solid #888;
	background: #ffba3f;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
    margin-top: 0.2rem;
}
.imglist .item .btn_box .btn_inqu {
	width: 28%;
	float: right;
	height: 0.55rem;
	line-height: 0.55rem;
	border: 1px solid #888;
	background: #ffba3f;
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
    margin-top: 0.2rem;
}
.imglist .item .btn_box .btn_more a, 
.imglist .item .btn_box .btn_inqu a {
	display: block;
	color: #101010;
}
.imglist .item .btn_box .btn_more a:hover, 
.imglist .item .btn_box .btn_inqu a:hover {
	background-color: #101010;
	color: #ffba3f;
}
.imglist .item .txt {
	color: #fff;
    font-size: .18rem;
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
    background: rgba(0,0,0,0.5);
    padding: 3px 6px;
}
.imglist .hw_part_list {
	padding: 0.1rem 0.2rem 0;
}
.imglist .hw_part_list .item {
	border-bottom: none;
    margin-bottom: 2%;
}
.imglist .hw_part_list .item img {
    height: 22.6667vw;
	border: none;
}
.imglist .hw_team_list {
	padding: 0.1rem 0.2rem 0;
}
.imglist .hw_team_list .item {
	border-bottom: none;
    margin-bottom: 2%;
}
.imglist .hw_team_list .item img {
    height: 30.5vw;
	border: none;
}
.newsList .list {
	width: 100%;
	margin-bottom: .3rem;
}
.newsList .item {
	padding: 0.3rem 0.2rem;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.newsList .item:nth-child(2n) {
	background: #f9f9f9;
}
.newsList .item:nth-child(2n) {
	background: #fff;
}
.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9;
}
.newsList .item:last-child {
	border: 0;
}
.newsList .item a {
	width: 100%;
	display: block;
}
.newsList .item img {
	width: 2.1rem;
	height: 1.4rem;
	margin-right: .2rem;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.newsList .item h2 {
 	font-family: 'Roboto Condensed';
	font-size: .26rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: .2rem;
	color: #101010;
}
.newsList .item .text {
    font-size: .18rem;
    position: absolute;
    bottom: 0.3rem;
    left: 2.5rem;
}
.newsList .item .text a {
    display: contents;
}
.newsList .item h3 {
	font-size: .24rem;
	line-height: 1.5;
	font-weight: normal;
	color: #101010;
}
.newsList .item .txt {
	color: #fff;
    font-size: .18rem;
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
    background: rgba(0,0,0,0.5);
    padding: 3px 6px;
}
.newsList .item:hover h3 {
	color: #3e3938;
}

.caselist {
    min-height: 140vw;
    padding-bottom: 0.15rem;
}
.caselist .title {
    font-size: 0.26rem;
	font-weight: bold;
    padding: 0.1rem 0.2rem;
}
.caselist .list {
	width: 100%;
	padding: 0.1rem 0.2rem;
}
.caselist .item {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 1.5%;
	overflow: hidden;
	position: relative;
}
.caselist .item:nth-child(even) {
	margin-right: 0;
}
.caselist .item a {
	width: 100%;
	display: block;
}
.caselist .item img {
	width: 100%;
	height: 30.5vw;
}
.caselist .item h3 {
 	font-family: 'Roboto Condensed';
    font-size: .24rem;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #fff;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 5px;
}
.caselist .item h3 a {
	color: #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.caselist .item h3 a:hover {
	color: #000;
}

#nativeShare {
	margin: 0 auto;
	width: 100%;
	padding-top: 0.3rem;
	max-width: 640px;
	min-width: 320px;
}
#nativeShare .label {
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.6rem;
}
#nativeShare .list {
	width: 5.4rem;
	float: right;
}
#nativeShare .list span {
	height: 0.9rem;
	width: 0.9rem;
	padding: 0;
	display: inline-block;
}
#nativeShare .list span i {
	margin: 0 auto;
	width: 0.63rem;
	height: 0.63rem;
	display: block;
}
#nativeShare .weibo i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .weixin i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .weixin_timeline i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .qq i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .qzone i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .more i {
	background-image: url("../images/index.html");
	background-size: cover;
}
#nativeShare .list span.qzone, #nativeShare .list span.more {
	width: 0.73rem;
}
#fenxiang {
	display: none;
}
.fenx {
	height: 1.0rem;
	width: 100%;
}
.fenx .tt {
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
	width: 80%;
	float: right;
}
.fenx .bdsharebuttonbox a {
	margin-left: 0.2rem;
}
#bdfx {}
#bdfx a {
	height: 0.6rem;
	width: 0.6rem;
	margin: 0;
	padding: 0;
	margin: 0px 0.08rem;
	display: inline-block;
}
#bdfx .d1 {
	background: url("../images/index.html") no-repeat center;
	background-size: 100% 100%;
}
#bdfx .d2 {
	background: url("../images/index.html") no-repeat center;
	background-size: 100% 100%;
}

.content.service {
	padding: 3% 2%;
}
.content.service h3 {
 	font-family: 'Roboto Condensed';
	font-weight: bold;
	color: #101010;
	padding-bottom: 5px;
}
.content.service img {
	width: 100%;
	margin: 15px 0;
}
.content.service .entm-row_wrap ul li {
    position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.content.service .entm-row_wrap ul li:last-child {
	padding-bottom: 0;
	margin-bottom: .1rem;
	border-bottom: none;
}
.content.service .entm-row_wrap ul li .step__title {
    font-weight: bold;
}
.content.service .entm-row_wrap ul li .step__number {
	display: none;
}
.content.case {
	padding: 2% 2% 3%;
}
.content.case .caselist ul li {
	font-size: 0.22rem;
	line-height: 1.3;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.content.case .caselist ul li:nth-child(2n) {
	margin-right: 0;
}
.content.case .caselist ul li:nth-last-child(3),
.content.case .caselist ul li:nth-last-child(4) {
	display: none;
}
.content.case .caselist ul li img {
	width: 100%;
	padding: 0.1rem 0;
}

.catelist .item span {
	display: block;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 28%;
	margin-top: -8px;
	right: 2%;
}
.catelist .item span:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 11px;
	height: 11px;
	right: 0;
	top: 0;
	z-indx: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.catelist .item span:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 4px;
	top: 0;
	z-indx: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.caselist h3 {
	display: block;
	width: 2rem;
 	font-family: 'Roboto Condensed';
	font-size: .36rem;
	text-align: center;
	font-weight: bold;
	padding: 0.1rem 0;
	border-bottom: 2px solid #ffba3f;
}
.caselist li a {
	display: block;
}
.caselist li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.caselist li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.caselist li .flag {
    position: absolute;
    top: 0;
	right: 0;
    width: .5rem;
	height: 6vw;
	border: 1px solid rgba(255,255,255,0.2);
}
.caselist li h3 {
	height: .5rem;
    line-height: .5rem;
    text-align: center;
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    color: #fff;
    padding: 0 4%;
}
.list_4 li figure {
	padding-top: 75%;
}
.showtel {
	position: fixed;
	width: 5rem;
	height: 2rem;
	top: 60%;
	left: 50%;
	margin-left: -2.5rem;
	z-index: 999;
	display: none;
	text-align: center
}
.showtel a {
	display: inline-block;
	width: 5rem;
	height: .8rem;
	line-height: .8rem;
	border-radius: 5px;
	background: #00633d;
	color: #fff;
	font-size: .3rem;
	margin-bottom: .2rem
}

.site-text {
	margin: 0;
	display: none
}
#window form {
	padding: 4% 5% 0
}
#window form li {
	display: block;
	width: 100%;
	margin-bottom: 4%;
}
#window form li label span {
	color: #f00;
	margin-left: 5px;
	font-size: 0.22rem
}
#window form li input {
	display: inline-block;
	width: 100%;
	padding: 10px 8px 9px;
	font-size: 0.24rem;
	color: #444;
	border: 1px solid #d9d9d9
}
#window form li select {
	width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdfe6;
    font-size: 0.24rem;
    color: #999;
    padding: 0 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    border-radius: 0;
}
#window form li textarea {
	height: 80px;
	width: 100%;
	font-size: 0.24rem;
	line-height: 1.4;
	padding: 6px 8px;
	color: #444;
	border: 1px solid #d9d9d9
}
#window form li .sendform {
	border: 0 none;
	background: #ffba3f;
	padding: 0.18rem 0.5rem;
	color: #101010;
	font-size: 0.24rem;
	letter-spacing: 0.5px;
	cursor: pointer;
    width: 100%;
}
.layer .layui-layer-content .service {
	color: #f00;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding-top: 25px;
	margin: 0 auto;
	clear: both
}
.site-text .service {
	color: #f00;
	font-size: 0.24rem;
	font-weight: 600;
	text-align: center;
	padding: 0.1rem 0 0.25rem;
	margin: 0 auto;
	clear: both
}
.layui-layer {
	top: 120px;
	width: 90%;
	padding: 5%;
}
.layui-layer-setwin {
	right: 45.5% !important;
	top: -35px !important;
}
.layui-layer-setwin a.layui-layer-min, .layui-layer-setwin a.layui-layer-max {
	display: none;
}
.layui-layer-setwin .layui-layer-close1 {
	background-position: -149px -31px !important;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.layui-layer-setwin .layui-layer-close2 {
	top: 0 !important;
	right: -13px !important;
}
.layui-layer-title {
	height: auto !important;
	overflow: auto !important;
	line-height: 1.3 !important;
	font-size: 0.28rem !important;
	font-weight: 500 !important;
	padding: 12px 20px 10px !important;
	white-space: inherit !important;
	text-overflow: inherit !important;
}
.layer .layui-layer-content .service {}
.layui-layer-lan[type=dialog] {
	height: auto !important;
}
.odform {
	padding: 3% 0.2rem;
}
.odform-tit {
 	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 0.36rem;
	color: #595757;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 3% 0
}
.input-group {
	margin-bottom: 3%;
	position: relative;
}
.input-group input, .input-group textarea {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	background: #f6f6f6;
	border: 0;
	color: #595757;
}
.input-group select {
    width: 100%;
	padding: 3% 2.4%;
	box-sizing: border-box;
	background: #f6f6f6;
	border: 0;
	color: #888;
	-webkit-appearance: button !important;
}
.odform button {
	width: 100%;
	background: #ffba3f;
	color: #101010;
	font-size: 0.25rem;
	text-align: center;
	border: 0;
	padding: 2.7% 3%;
}
.prod-recomm {
    text-align: center;
    font-weight: 500;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 0.1rem 0.2rem;
    margin: 0.2rem 0.2rem 0;
}
.social-media {
    color: #777;
    font-size: .22rem;
    line-height: 0.55rem;;
    padding: 0 .2rem .6rem;
}
.social-media ul li {
    float: left;
    padding: 0 .05rem;
}
.social-media ul li img {
    height: .5rem;
}
.m-navwrap {
	position: relative;
	width: 100%;
	margin-top: -.2rem;
	padding-bottom: .2rem;
}
#navwrap {
	width: 100%;
	float: right;
	top: 38px;
	background-color: #f6f6f6;
	z-index: 2;
	display: none;
	left: 0;
}
#navwrap .tit {
	display: block;
	width: 100%;
	padding: 0 17% 0 5%;
	height: .8rem;
	line-height: .8rem;
	font-size: .24rem;
	color: #fff;
	background: url("../images/index.html") no-repeat 92% center #fff;
	background-size: auto 42%;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
}
#navwrap a {
	color: #333;
	display: block;
}
#navwrap .sub-box {
	width: 100%;
	background: #f6f6f6;
	display: none;
}
#navwrap .sub-box a {
	display: block;
	width: 100%;
	padding: 0 6.4% 0 4.6%;
	height: .7rem;
	line-height: .7rem;
	border-top: 1px solid #e8e8e8;
	color: #333;
	font-size: .2rem;
	text-indent: .3rem;
	background: url("../images/index.html") no-repeat 92% center;
	background-size: auto 35%;
}
.nav-ico {
	position: absolute;
	top: .1rem;
	right: .2rem;
	width: .4rem;
	height: .36rem;
	background-position: -.5rem -1.2rem;
}
#navwrap .sub-box a:first-child {
	border-top: none;
}
#navwrap .sub-box a:hover {
	background: url("../images/index.html") no-repeat 92% center #3e3938;
	color: #fff;
}
/*字体*/
@media only screen and (min-width:641px) {
	html {
		font-size: 100px;
	}
}
@media only screen and (max-width:640px) {
	html {
		font-size: 100px;
	}
}
@media only screen and (max-width:540px) {
	html {
		font-size: 84.375px;
	}
}
@media only screen and (max-width:480px) {
	html {
		font-size: 75px;
	}
}
@media only screen and (max-width:414px) {
	html {
		font-size: 64.6875px;
	}
}
@media only screen and (max-width: 400px) {
	html {
		font-size: 62.5px;
	}
}
@media only screen and (max-width: 375px) {
	html {
		font-size: 58.5938px;
	}
}
@media only screen and (max-width: 360px) {
	html {
		font-size: 56.25px;
	}
}
@media only screen and (max-width: 320px) {
	html {
		font-size: 50px;
	}
	.prodlist .item .proinfo {
		float: right;
		width: calc(100% - 120px);
	}
	.prodlist .item .btn_box .btn_more {
		width: 48%;
		margin-top: 0.12rem;
	}
	.prodlist .item .btn_box .btn_inqu {
		width: 48%;
		margin-top: 0.12rem;
	}
}
#topnav.menu-btn .menu-line {
	background: #000;
	height: 4px;
	position: absolute;
	width: 24px;
	right: 0;
}
#topnav.menu-btn #menu-line1 {
	top: 0;
}
#topnav.menu-btn #menu-line2 {
	top: 50%;
}
#topnav.menu-btn #menu-line3 {
	top: 100%;
}
#topnav.menu-btn .menu-line {
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: forwards;
}
#topnav.menu-btn.inactive #menu-line1 {
	animation: 800ms ease 0s normal none 2 running menu;
}
#topnav.menu-btn.inactive #menu-line2 {
	animation: 800ms ease 0.16s normal none 2 running menu;
}
#topnav.menu-btn.inactive #menu-line3 {
	animation: 800ms ease 0.32s normal none 2 running menu;
}
/*导航动画*/
@keyframes menu-line1-hover {
	0% {}
	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
}
@keyframes menu-line2-hover {
	0% {
		opacity: 1
	}
	50% {
		opacity: 1
	}
	51% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes menu-line3-hover {
	0% {}
	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
}
@keyframes menu-line1 {
	0% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		top: 0%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
}
@keyframes menu-line2 {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		opacity: 1
	}
}
@keyframes menu-line3 {
	0% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
	}
	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		top: 100%;
	}
}
@-webkit-keyframes menu {
	0% {
		width: 24px;
	}
	45% {
		width: 6px;
	}
	90% {
		width: 24px;
	}
	100% {
		width: 24px;
	}
}
@keyframes menu {
	0% {
		width: 24px;
	}
	45% {
		width: 6px;
	}
	90% {
		width: 24px;
	}
	100% {
		width: 24px;
	}
}

#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
#go_top:hover {
    text-decoration: none;
}
#chat_window {
    position: fixed;
    right: 40px;
    bottom: 35px;
    z-index: 10000;
}
#chat_window .chat_box.cur .box {
    height: auto;
    overflow: unset;
}
#chat_window .chat_box.cur .box .more {
    display: none;
}
#chat_window .chat_box .box {
    margin-bottom: 6px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}
#chat_window .chat_box .chat_item {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 6px;
}
#chat_window .chat_box .chat_item:last-child {
    margin-bottom: 0;
}
#chat_window .chat_box .chat_item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#chat_window .chat_box .chat_qq {
    background-color: #4cafe9;
}
#chat_window .chat_box .chat_skype {
    background-color: #5996ff;
    background-position: 0 -50px;
}
#chat_window .chat_box .chat_email {
    background: #f48d2c url(../images/icon_quote.png) center no-repeat;
    background-size: 50%;
}
#chat_window .chat_box .chat_trademanager {
    background-color: #33bbf9;
    background-position: 0 -150px;
}
#chat_window .chat_box .chat_wechat {
    background-color: #07c261;
    background-position: 0 -200px;
}
#chat_window .chat_box .chat_whatsapp {
    background: #4dc247 url(../images/icon_whatsapp.png) center no-repeat;
    background-size: 50%;
}
#chat_window .chat_box .chat_telegram {
    background-color: #36aae8;
}
#chat_window .chat_box .abs {
    display: none;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
#chat_window .chat_box .more_box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-right: 16px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#chat_window .chat_box .chat_wechat .abs {
    top: auto;
    bottom: -78px;
}
#chat_window .chat_box .chat_wechat .more_box::before {
    top: auto;
    bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box::after {
    top: auto;
    bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box .hidden {
    padding: 10px;
    overflow: hidden;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    width: 294px;
}
#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
    width: 147px;
}
#chat_window .chat_box .more_box .hidden {
    padding: 10px 0;
    max-height: 300px;
    overflow-y: auto;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar {
    border-radius: 10px;
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c1c1c1;
}
#chat_window .chat_box .more_box:before {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #e8e8e8;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -9px;
}
#chat_window .chat_box .more_box:after {
    content: '';
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    position: absolute;
    top: 19px;
    right: -8px;
}
#chat_window .chat_item:hover .abs {
    display: block;
}
#chat_window .chat_box .more_box a {
    position: relative;
    display: block;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0px 17px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}
#chat_window .chat_box .more_box a:hover {
    background: #effaf7;
    text-decoration: none;
}
#chat_window .chat_box .more_box .relimg {
    display: none;
    position: absolute;
    top: 0;
    left: -105px;
    padding-right: 5px;
    width: 100px;
    height: 100px;
    text-align: right;
    margin-bottom: 5px;
}
#chat_window .chat_box .more_box .relimg img {
    padding: 2px;
    border: 1px solid #effaf7;
    border-radius: 2px;
    background: #fff;
}
#chat_window .chat_box .more_box a:hover .relimg {
    display: block;
}
#chat_window .chat_box .more_box.bottom:before {
    top: auto;
    bottom: 19px;
}
#chat_window .chat_box .more_box.bottom:after {
    top: auto;
    bottom: 19px;
}
#chat_window .chat_box .more_box .wechat_item {
    width: 127px;
    padding: 16px;
    box-sizing: border-box;
    margin: 10px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
}
#chat_window .chat_box .more_box .wechat_item .wechat_code {
    width: 95px;
    height: 95px;
    margin-bottom: 10px;
}
#chat_window .chat_box .more_box .wechat_item .wechat_name {
    font-size: 14px;
    color: #333;
}
#chat_window .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;
    background-size: 50px auto;
}
#chat_window .chat_box .menu .more.disable {
    opacity: 0;
}
#chat_window .chat_box .menu #go_top {
    display: none;
}
#chat_window .chat_box .menu .top {
    background-position: 0 -51px;
    background-color: #b0b0b0;
}
#chat_window .chat_box .box .more {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0;
}

@media screen and (max-width: 1000px) {
    #chat_window .chat_box .abs {
        margin-right: 40px;
    }
    #chat_window .chat_box .box {
        height: 40px;
    }
    #chat_window .chat_box .box .more {
        width: 40px;
        height: 40px;
        background-position: center -4px;
    }
    #chat_window {
        right: 15px;
        bottom: 50px;
    }
    #chat_window .chat_box .chat_item {
        width: 40px;
        height: 40px;
    }
    #chat_window .chat_box .chat_item::before {
        font-size: 26px;
    }
    #chat_window .chat_box .menu a {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
    }
    #chat_window .chat_box .menu #go_top {
        background-position: center -40px;
    }
    #chat_window .chat_box .more_box .wechat_item {
        margin: 5px;
    }
    #chat_window .chat_box .chat_wechat .more_box .hidden {
        width: 274px;
        padding: 5px;
    }
    #chat_window .chat_box .chat_wechat .more_box::before {
        bottom: 85px;
    }
    #chat_window .chat_box .chat_wechat .more_box::after {
        bottom: 85px;
    }
    #chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
        width: 137px;
    }
    #chat_window .chat_box .more_box .hidden {
        max-height: 100px;
    }
}

.lang {
    position: absolute;
    top: .28rem;
    right: 1.5rem;
}
#translate > .translateSelectLanguage {
    width: 1.8rem;
    font-size: 0.22rem;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    cursor: pointer;
    z-index: 999;
    padding: .1rem .12rem .08rem;
}
#translate select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}