@charset "UTF-8";

/*重置文本格式元素*/

/*@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}*/

html {
	font-size: 62.5%(10/16*100%);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {
	background: #f8f8f8;
	margin: 0 auto;
	max-width: 640px;
	min-width: 300px;
	line-height: 1.6;
	font-family: -apple-system-font, Helvetica Neue, sans-serif
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	margin: 0;
	padding: 0
}

a,
img {
	border: 0;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width:320px) and (max-width:360px) {
	html {
		font-size: 13.65px
	}
}

@media only screen and (min-width:360px) and (max-width:375px) {
	html {
		font-size: 15.36px
	}
}

@media only screen and (min-width:375px) and (max-width:390px) {
	html {
		font-size: 16px
	}
}

@media only screen and (min-width:390px) and (max-width:414px) {
	html {
		font-size: 16.64px
	}
}

@media only screen and (min-width:414px) and (max-width:640px) {
	html {
		font-size: 17.664px
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 27.31px
	}
}

.scrollview {
	padding-bottom: 60px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*头部*/

.header {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	border-bottom: 1px solid #dedede;
}

.header.details-he {
	background: #ff7930;
	-webkit-box-shadow: 0 0 0 #ccc;
	box-shadow: 0 0 0 #ccc;
}

.header .showmore {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 20;
	line-height: 1;
	display: inline-block;
}

.header .title {
	right: 40px;
	left: 40px;
	overflow: hidden;
	width: 140px;
	margin: 2px auto;
	position: absolute;
}

.header .title img {
	width: 100%;
}

.header .language .searchBtn {
	position: relative;
}

.header .language .searchBtn img {
	width: 20px;
	height: 20px;
}

.header~.content {
	padding-top: 44px;
	background: #fff;
}

.hr {
	background: #f0eff4;
	height: 15px;
}

.arrow {
	position: relative;
}

.arrow:after {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 14px;
	border-width: 0px 0px 2px 2px;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: 3px;
	left: 8px;
}


/*搜索页面*/

.show-search .search-div {
	top: 0;
	opacity: 1;
}

.show-search .mask-search {
	display: inherit;
}

.search-div {
	background: #efeff4;
	margin: 0 auto;
	max-width: 640px;
	min-width: 300px;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: 112;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-div .search {
	background: #fff;
	padding: 0;
	position: relative;
}

.search-div .search .text-all {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	padding: 10px;
	overflow: hidden;
}

.search-div .search .text-all .box-flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	position: relative;
}

.icon-search {
	background: url(../img/icon/icon_72.png) no-repeat center top;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	position: absolute;
	top: 7px;
	left: 10px;
}

.search-div .search .text-all .box-flex input {
	font-size: 14px;
	outline: 0;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	background: #efeff4;
	width: 100%;
}

.search-div .btn-submit {
	outline: none;
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	background: #ffffff;
	border: none;
	color: #ff7930;
	padding-left: 20px;
	padding-right: 10px;
}

.search-div .search-con {
	padding: 0.5rem;
}

.search-div .search-con p {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
}

.search-con .hot-search {
	overflow: hidden;
	position: relative;
}

.search-con .hot-search a {
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #ffffff;
	color: #686868;
}


/*banner*/

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	height: 11px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 7px;
	height: 7px;
	opacity: .6;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	top: 0;
}


/*底部导航*/

.tabbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	z-index: 500;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(to bottom, #fff 0%, #f7f7fa 100%);
}

.tabbar:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #c0bfc4;
	color: #c0bfc4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.tabbar a {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 8px 0 5px;
	font-size: 0;
	color: #999;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabbar a .icon {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1;
	margin: 0 auto 5px;
}

.tabbar a .home {
	background: url(../img/icon/icon_02.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a.on .home {
	background: url(../img/icon/icon_17.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a .cpjs {
	background: url(../img/icon/icon_04.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a.on .cpjs {
	background: url(../img/icon/icon_18.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a .yyal {
	background: url(../img/icon/icon_06.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a.on .yyal {
	background: url(../img/icon/icon_19.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a .news {
	background: url(../img/icon/icon_08.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a.on .news {
	background: url(../img/icon/icon_20.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a .mone {
	background: url(../img/icon/icon_10.png) no-repeat center top;
	background-size: 22px 22px;
}

.tabbar a.on .mone {
	background: url(../img/icon/icon_10.png) no-repeat center top;
	background-size: 22px 22px;
}
.tabbar .itemize .more {
	background: url(../img/icon/icon_21.png) no-repeat center top;
	background-size: 22px 22px;
}
.tabbar a p {
	text-align: center;
	color: #999;
	font-size: 10px;
	line-height: 1;
}

.tabbar a.on p {
	color: #ff7930;
}
#itemize p{
	color: #999;
}
.more_show{
	color: #ff7930 !important;
}
.kernel_show{
	color: #ff7930 !important;
}

.content-box {
	background: #fff;
}


/*公司简介*/

.loadmore {
	width: 65%;
	margin: 20px auto 0;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	margin-top: 35px;
}

.loadmore .loadmore-tips {
	position: relative;
	top: -16px;
	background-color: #FFFFFF;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 10px;
}

.loadmore .loadmore-tips .gsjj {
	background: url(../img/icon/icon_68.png) no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 13px;
}

.loadmore .loadmore-tips .product {
	background: url(../img/icon/icon_65.png) no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 13px;
}

.loadmore .loadmore-tips .news {
	background: url(../img/icon/news.png) no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 13px;
}

.loadmore .loadmore-tips .case {
	background: url(../img/icon/icon_81.png) no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 13px;
}

.wrapper {
	padding: 0 15px 20px 15px;
	overflow: hidden;
	text-align: center;
}

.wrapper .pic {
	position: relative;
}

.wrapper .pic img {
	width: 100%;
}

.wrapper .info {
	color: #333;
	text-align: left;
	font-size: 16px;
}

.wrapper .info p {
	padding-top: 20px;
	line-height: 26px;
}

.wrapper .more {
	border: 1px solid #ff7930;
	padding: 5px 0;
	width: 100px;
	margin: 30px auto 0;
	color: #ff7930;
	font-size: 16px;
	display: block;
}


/*产品列表*/

.product-list {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}

.product-list .data-list {
	zoom: 1;
	width: 100%;
}

.product-list .data-list li {
	width: 48.111%;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 2px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.product-list .data-list li:nth-child(2n) {
	margin-right: 0;
}

.product-list .data-list .pic {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.product-list .data-list .pic img {
	width: 100%;
	display: block;
}

.product-list .data-list .text {
	padding: 10px;
	text-align: left;
}

.product-list .data-list .text .text-box {
	height: 33px;
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	color: #232326;
	line-height: 17px;
}

.product-list .data-list .text .info {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	line-height: 1;
}

.product-list .data-list .text .price {
	color: #f23030;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.product-list .data-list .text .price .big-price {
	font-size: 18px;
}


/*新闻*/

.weui-panel-bd {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.weui-panel-bd li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	color: #333;
	position: relative;
}

.weui-panel-bd li:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #dcdcdc;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	left: 10px;
}

.weui-panel-bd .pic-img {
	margin-right: 4%;
	width: 30%;
	text-align: center;
	float: left;
}

.weui-panel-bd .pic-img img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
}

.weui-panel-bd .text {
	color: #333;
	width: 66%;
	float: right;
}

.weui-panel-bd .text h4 {
	color: #222;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.weui-panel-bd .text .sdfew {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

.weui-panel-bd .more {
	border: 1px solid #ff7930;
	padding: 5px 0;
	width: 100px;
	margin: 30px auto 0;
	color: #ff7930;
	font-size: 16px;
	text-align: center;
	display: block;
}


/*应用案例*/

.ms-swiper {
	padding: 10px 10px 30px;
}

.ms-swiper li {
	border: 1px solid #e8e8e8;
}

.ms-swiper .pic {
	position: relative;
	overflow: hidden;
}

.ms-swiper .pic img {
	width: 100%;
}

.ms-swiper .text {
	padding: 10px;
}

.ms-swiper .text .text-box {
	height: 33px;
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	color: #232326;
	line-height: 17px;
}


/*底部信息*/

.spacing {
	padding: 10px;
}

.spacing .spacing-footer {
	color: #808080;
	font-size: 14px;
	text-align: center;
}

.spacing .spacing-footer p {
	font-size: 12px;
}


/*详情*/

.Details-box {
	background: #fff;
	padding: 10px;
}

.Details-box .text-box {
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
	color: #232326;
	line-height: 22px;
}

.Details-box .info {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	line-height: 1;
}

.Details-box .info .price {
	color: #f23030;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.Details-box .info .price .big-price {
	font-size: 18px;
}

.weui-cells {
	background-color: #FFFFFF;
	line-height: 1.47058824;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	border-top: 15px solid #f0eff4;
}

.weui-cells .weui-cell {
	padding: 10px 10px;
	position: relative;
}

.weui-cells .weui-cell:after {
	content: " ";
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #cecece;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
	z-index: 2;
}

.weui-cells .weui-cell .weui-cell-bd {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}

.weui-cells .weui-cell .weui-cell-ft {
	display: inline-block;
	color: #ff7930;
	position: relative;
}

.pro_warp {
	padding: 10px;
	background: #fff;
	border-top: 15px solid #f0eff4;
}

.pro_warp .loadmore {
	width: 65%;
	margin: 20px auto 0;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
}

.pro_warp .loadmore .loadmore-tips {
	position: relative;
	top: -13px;
	background-color: #FFFFFF;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.pro_warp .loadmore .loadmore-tips .cursor {
	background: url(../img/icon/xq.png) no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
}

.pro_warp .loadmore .loadmore-tips .l {
	position: absolute;
	top: 3px;
	left: 0px;
}

.pro_warp .loadmore .loadmore-tips .r {
	position: absolute;
	top: 3px;
	right: 0px;
}

.pro_warp .pic {
	padding: 10px 5px;
}

.pro_warp .pic img {
	width: 100%;
	margin-bottom: 15px;
}


/*应用案例导航*/

#top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

#nav {
	border-bottom: 1px solid #dedede;
}

#nav .swiper-slide span {
	margin: 0 5px;
	text-align: center;
	display: block;
	line-height: 44px;
	font-size: 15px;
	color: #333333;
}

#nav .bar {
	width: 70px;
	height: 3px;
	position: absolute;
	bottom: 0px;
}

#nav .bar .color {
	width: 36px;
	margin: 0 auto;
	height: 3px;
	background: rgba(255, 121, 48);
}

#page {
	height: 100%;
}

#page .slidepage {
	height: 100%;
}

.scroll {
	height: 100%;
}

.slidescroll {
	height: auto;
	margin-bottom: 50px;
}


/*案例详情*/

.case-title {
	right: 40px;
	left: 40px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

.case-bj {
	background: #fff;
	padding: 10px;
}

.case {
	position: relative;
}

.case h1 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: normal;
}

.case .time {
	display: block;
	color: #999;
	padding-top: 10px;
	font-size: 14px;
}

.case .time span {
	padding-right: 20px;
}

.casehse {
	background: #f2f2f2 url(../img/icon/daoh.png) no-repeat 10px 16px;
	font-size: 14px;
	color: #333;
	background-size: 20px;
	padding: 20px 20px 20px 50px;
	margin-top: 20px;
}

.casehse p {
	font-size: 15px;
	color: #333;
}

.text {
	color: #333;
}

.text p {
	padding: 20px 0;
	font-size: 16px;
}

.text img {
	width: 100%;
}


/*产品中心*/

.tabs {
	background: #fff;
	text-align: center;
}

.tabs-list {
	width: 100%;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	display: table;
}

.tabs-list.height {
	height: 44px;
	line-height: 44px;
}

.tabs-list li {
	display: table-cell;
	color: #333;
	transition: all 0.4s ease 0s;
	line-height: 44px;
}

.tabs-list li a {
	color: #333;
	font-size: 16px;
	transition: all 0.4s ease 0s;
	line-height: 44px;
	padding-bottom: 12px;
}

.tabs-list li.active a {
	color: #ff7930;
	border-bottom: 1px solid #ff7930;
}

.tabs-list li a .icon {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 1;
	margin: 10px auto 5px;
}

.tabs-list li a .all {
	background: url(../img/icon/icon_38.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .all {
	background: url(../img/icon/icon_51.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a .components {
	background: url(../img/icon/icon_40.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .components {
	background: url(../img/icon/icon_52.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a .crystal {
	background: url(../img/icon/icon_42.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .crystal {
	background: url(../img/icon/icon_53.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a .energy {
	background: url(../img/icon/icon_44.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .energy {
	background: url(../img/icon/icon_54.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a .motorcycle {
	background: url(../img/icon/icon_36.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .motorcycle {
	background: url(../img/icon/icon_56.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a .car {
	background: url(../img/icon/icon_63.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li.active .car {
	background: url(../img/icon/icon_77.png) no-repeat;
	background-size: 34px 34px;
}

.tabs-list li a p {
	line-height: 1;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666;
}

.tabs-list li.active a p {
	color: #ff7930;
}

.pt10 {
	padding-top: 10px;
}

.tabs .accordion-handle {
	display: none;
}

.tab-content {
	width: 100%;
	position: relative;
}


/*新闻*/

.news-box {
	position: relative;
	width: 100%;
}

.news-box li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	position: relative;
}

.news-box li:nth-child(1) {
	padding-top: 0px;
}

.news-box li a {
	overflow: hidden;
	display: block;
}

.news-box li a .pic {
	width: 30%;
	margin-right: 4%;
	float: left;
}

.news-box li a .pic img {
	width: 100%;
}

.news-box li a .tetx {
	float: right;
	width: 66%;
}

.news-box li a .tetx h5 {
	height: 33px;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	color: #232326;
	line-height: 17px;
}

.news-box li .right_bottom {
	padding-top: 10px;
	width: 100%;
	font-size: 12px;
	color: #666;
	font-weight: 300;
	display: inline-block;
}


/*更多导航*/

.content_bd {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	position: fixed;
	left: -100%;
	background: #fff;
	z-index: 10000;
}

.content_bd .ph_d {
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

.content_bd .ph_d .logo {
	width: 200px;
	float: left;
}

.content_bd .ph_d .logo img {
	width: 100%;
}

.content_bd .ph_d .cancel {
	font-size: 20px;
	color: #333;
	float: right;
	line-height: 1;
	padding-top: 14px;
}

.content_bd .standard,
.content_bd #transition {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	width: 100%;
	overflow: auto;
}

.content_bd .standard .nav_mess {
	min-height: 100%;
	position: relative;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	padding: 0;
	overflow-y: auto;
}

.content_bd .standard li {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.content_bd .standard li p {
	background: url(../img/icon/fil.png) 100% 3px no-repeat;
	background-size: auto 64px;
}

.content_bd .standard li a {
	color: #333;
	font-size: 14px;
	width: 100%;
	display: block;
}

.fil_sj {
	background: #fff;
	display: none;
	overflow: hidden;
}

.nav_mess li .fil_sj li {
	border: none;
}

.copyright {
	padding: 10px;
	color: #999;
	font-size: 14px;
	margin-top: 50px;
}

.copyright p {
	text-align: left;
}


/*关于我们*/

.about {
	position: relative;
}

.about img {
	width: 100%;
}

.about-bj {
	background: #f3f3f3;
	text-align: center;
	padding: 20px 0;
}

.about-bj .h_head {
	position: relative;
	margin-bottom: 20px;
}

.about-bj .h_head h4 {
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.about-bj .h_head span {
	position: absolute;
	width: 70px;
	left: 50%;
	margin-left: -35px;
	top: 45px;
	height: 2px;
	background-color: #e0e0e0;
}

.about-bj .text {
	text-align: center;
	padding: 0 10px;
}

.about-bj .text p {
	color: #666;
	font-size: 16px;
	padding: 5px 0;
}

.pd20 {
	padding: 20px;
}

.pd-20 {
	padding: 0 20px 10px;
	color: #666;
}

.vision {
	position: relative;
	margin: 20px 20px;
}

.vision h4 {
	text-align: left;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.vision span {
	position: absolute;
	width: 58px;
	left: 50%;
	margin-left: -140px;
	top: 45px;
	height: 2px;
	background-color: #e0e0e0;
}

.linian {
	background: #f0eff4;
	padding: 30px 0 10px;
}

.linian img {
	width: 100%;
}

.about-bj .text.tl {
	text-align: left;
}

.text h3 {
	color: #333;
	font-size: 15px;
	padding-bottom: 10px;
}

.cont p {
	padding: 5px 0;
	font-size: 14px;
}

.code {
	padding: 10px 20px 20px;
}

.code .pic {
	width: 40%;
	margin-right: 4%;
	display: inline-block;
}

.code .pic img {
	width: 100%;
}

.map {
	padding: 20px 0;
}

.map img {
	width: 100%;
}

.contact-bj {
	width: 100%;
	overflow: hidden;
	height: 32rem;
	background: url(../img/contact_12.jpg) no-repeat center top/100% 32rem;
	position: relative;
}

.continfo {
	position: absolute;
	padding: 30px 5% 20px;
	width: 90%;
}

.continfo .h_head {
	position: relative;
	margin-bottom: 20px;
}

.continfo .h_head h4 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}

.continfo .h_head span {
	position: absolute;
	width: 70px;
	left: 50%;
	margin-left: -35px;
	top: 45px;
	height: 2px;
	background-color: #fff;
}

.contactform {
	padding: 24px 0 0;
}

.contactform input,
textarea {
	width: 91%;
	border: 1px solid #fff;
	height: 18px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	padding: 10px 4%;
	margin-bottom: 10px;
	background-color: transparent;
	outline: none;
}

.contactform input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

.contactform textarea {
	height: 50px;
	resize: none;
	overflow: hidden;
}

.contactform .submit {
	border: none;
	background-color: #ff7930;
	height: 48px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 0;
	cursor: pointer;
	outline: none;
}

.sewv {
	position: relative;
	min-width: 60px;
	display: inline-block;
	vertical-align: middle;
}

.sewvtop {
	width: 100%;
	height: 20px;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
}

.sewvtop>span {
	float: left;
	width: 50%;
	height: 20px;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 0 5px;
	vertical-align: middle;
}

.sewvtop>em {
	float: right;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.sewvbm {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 20px;
	display: none;
	width: 80px;
}

.sewvbm>li {
	cursor: pointer;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
}

.sewvbm .en {
	background: url(../img/icon/en.png) no-repeat 0px 6px;
	width: 18px;
	height: 26px;
	background-size: 18px 18px;
	display: block;
	float: left;
	margin-right: 5px;
}

.sewvbm .fy {
	background: url(../img/icon/fy.png) no-repeat 0px 6px;
	width: 18px;
	height: 26px;
	background-size: 18px 18px;
	display: block;
	float: left;
	margin-right: 5px;
}

.lbaxztop {
	animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
	animation: rotatete2 0.3s linear forwards;
}

@keyframes rotatete {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(180deg);
	}
}

@keyframes rotatete {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(180deg);
	}
}

@-moz-keyframes rotatete2 {
	from {
		transform: rotate(180deg);
	}
	to {
		transform: rotate(0deg);
	}
}

@keyframes rotatete2 {
	from {
		transform: rotate(180deg);
	}
	to {
		transform: rotate(0deg);
	}
}

/*all*/
.flex{
	display: flex;
}
.justify_between{
	justify-content: space-between;
}
.align_items{
	align-items: center;
}
.color_fd4f00{
	color: #fd4f00;
}
.flex_wrap{
	flex-wrap: wrap;
}
.inl{
	display: inline-block;
}
.a{
	color: #000;
}
/*右下角更多*/
.show_more_icon{
	position: fixed;
    bottom: -94px;
    right: 0;
    z-index: 999;
    display: none;
}
.show_more_ind{
	width: 80px;
    height: 40px;
    position: fixed;
    /*bottom: 151px;*/
    bottom: 7px;
    right: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.show_more_about{
	width: 80px;
    height: 40px;
    position: fixed;
    /*bottom: 107px;*/
    bottom: -37px;
    right: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.show_more_join{
	width: 80px;
    height: 40px;
    position: fixed;
    /*bottom: 64px;*/
    bottom: -80px;
    right: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.show_more_comp{
	width: 80px;
    height: 40px;
    position: fixed;
    /*bottom: 64px;*/
    bottom: 50px;
    right: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    display: none;
}
/*左上角更多*/
.show_left_top{
	width: 145px;
	height: auto;
	position: fixed;
	top: 50px;
	left: -150px;
	background: #fafafa;
	z-index: 1000;
	box-shadow: 1px 1px 5px #666;
}
.show_left_top>div{
	border-bottom: 1px solid #e5e5e5;
}
.show_left_top>div p{
    text-align: center;
    font-size: 15px;
    line-height: 45px;
}
.show_left_top>div:first-child{
	border-top: 1px solid #e5e5e5;
}
.is_fd4f00{
	color: #fd4f00;
}
.show_left_top>div:last-child{
	background: #fff;
	height: 45px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.tel_phone{
	display: inline-block;
	width: 100px;
    font-size: 12px;
    margin-left: 18px;
    margin-top: 9px;
    border: 1px solid #575757;
    padding: 2px 4px;
    border-radius: 31px;
    color: #fd4f00;
    text-align: center;
}
.about_md{
	top: 0px;
    right: 20px;
    font-size: 20px;
}
.dis_none{
	display: none;
}
.about_md_detail{
	background: #f0f0f0;
}
.about_md_detail>div{
	border-bottom: 1px solid #e5e5e5;
}
.about_md_detail{
	border-bottom: none !important;
}
.about_md_detail>div>p{
    text-align: center;
    font-size: 15px;
    line-height: 45px;
}
.indent{
	text-indent: 2em;
}