/*公共的less*/
/* 背景图片的定义*/
/* 字体设置 */
/*边框设置*/
/*是哪一条边框*/
body {
	width: 100% !important;
	max-width: 750px;
}

div,
li {
	box-sizing: border-box;
}

.narbar {
	width: 100% !important;
	max-width: 750px;
	position: fixed;
	bottom: 0;
	/* left: 0; */
	height: 1.16rem;
	background: #339999;
	z-index: 999;
	display: flex;
	justify-content: space-between;
}

.narbar .list a {
	float: left;
	border-right: 1px solid #358E8E;
	height: 1.16rem;
	color: #fff;
	width: 1.86rem;
	text-align: center;
	padding-top: .54rem;
	display: flex;
	flex-direction: column;
	align-items: center;

	font-size: .24rem;
	font-weight: 400;
}

.narbar .list a img {
	margin-top: -.4rem;
	width: .54rem;
	height: .54rem;
	/* margin-bottom: .09rem; */
}

.narbar .list a:last-child {
	border-right: none;
}

.top-box {
	height: .4rem;
	background-color: #eeeeee;
	display: none;
}

.top-box .top-l {
	float: left;
	line-height: .4rem;
}

.top-box .top-r {
	float: right;
}

.top-box .top-r .hot-tel {
	float: left;
	line-height: .4rem;
}

.top-box .top-r .hot-tel img {
	vertical-align: middle;
	margin-bottom: 5px;
}

.top-box .top-r .hot-tel span {
	font-size: 18px;
	color: #26a19f;
}

.top-box .top-r .hot-tel span:nth-of-type(1) {
	font-size: 14px;
}

.top-box .top-r .sea-ipt {
	float: left;
	width: 170px;
	height: 30px;
	position: relative;
	margin-left: .15rem;
}

.top-box .top-r .sea-ipt input[type=text] {
	width: 160px;
	height: 30px;
	background-color: white;
	border: none;
	padding-left: 8px;
	margin-top: 5px;
}

.top-box .top-r .sea-ipt input[type=text]::-webkit-input-placeholder {
	color: #999999;
}

.top-box .top-r .sea-ipt input[type=button] {
	width: .15rem;
	height: .15rem;
	background-color: transparent;
	border: none;
	background-image: url(../images/sea-icon.jpg);
	position: absolute;
	right: .2rem;
	top: 13px;
	cursor: pointer;
}

.nav-box {
	/*background-image: url("../images/nav-box-bg.jpg");*/
	/* height: 1rem; */
	/* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	background-color: #fff;
	max-width: 750px;
}

.nav-box .bg-left {
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

.nav-box .container {
	/* z-index: 9; */
	position: relative;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1rem;

}

.nav-box .nav-bg {
	/* height: 1rem; */
	position: absolute;
	right: 0;
	top: 0;
	/* background-color:#26a19f; */
}

.nav-box .nav-bg:before {
	/* content:'';
	display:block;
	width:90px;
	height:100px;
	position:absolute;
	left:-90px;
	top:0;
	z-index:9; */
	/* background:url("../images/nav_cur.png") center no-repeat; */
}

.nav-box .logo {
	margin-top: .3rem;
	position: absolute;
	left: 18%;
	transform: translateX(-50%);
	/* width: 2.50rem; */
	/* height: .39rem; */
}

.nav-box .logo img {
	width: 2.5rem;
	height: .39rem;
}

.nav-box .search-ico {
	/* float: left; */
	width: .39rem;
	height: .39rem;
}

.nav-box .search-ico img {
	margin-top: .3rem;
	margin-left: .49rem;
	width: 100%;
	height: 100%;
}

.nav-box .search-san {
	width: .42rem;
	height: .39rem;
	/* background: #29A29D; */
	border-radius: .03rem;
	float: right;
	margin-right: .45rem;
	margin-top: 20px;
}

.nav-box .search-san img {
	width: 100%;
	height: 100%;
	margin-top: -.1rem;
}

.nav-box .nav {
	float: right;
	height: 98px;
	display: none;
}

.nav-box .nav .nav-ul {
	margin-top: 30px;
}

.nav-box .nav .nav-li {
	float: left;
	height: .4rem;
}

.nav-box .nav .nav-li .li-a {
	display: block;
	width: 100px;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	color: white;
	font-size: 18px;
}

.nav-box .nav .nav-li.current .li-a {
	background-color: #ff9900;
}

.nav-box .nav .nav-li:hover .li-a {
	background-color: #ff9900;
}

.nav-box .nav .nav-li:hover .nav-ol {
	top: 0px;
	visibility: initial;
}

.nav-box .nav .nav-ol {
	background-color: #348e8c;
	position: relative;
	top: .2rem;
	transition: all 0.1s ease;
	visibility: hidden;
	z-index: 99;
}

.nav-box .nav .nav-ol li {
	position: relative;
	background-color: red;
	display: none;
}

.nav-box .nav .nav-ol li:first-child::before {
	content: "";
	border-bottom: 5px solid #348e8c;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: -5px;
	left: .1rem;
}

.nav-box .nav .nav-ol li:hover {
	background-color: #e49d31;
}

.nav-box .nav .nav-ol li:hover:first-child::before {
	border-color: #e49d31;
}

.nav-box .nav .nav-ol a {
	display: block;
	width: 100px;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	color: white;
	font-size: 18px;
}

.nav-box .nav-mob {
	position: absolute;
	/* width: 100%; */
	/* height: 5rem; */
	background: #2DA09E;
	top: 1rem;
	right: 0;
	z-index: 999;
	width: 100%;
	/* height: 4.5rem; */
	overflow-y: scroll;
}

.nav-box .nav-mob li {
	list-style: none;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: .2rem;
	height: 0.7rem;
	line-height: .7rem;
	text-align: center;
}
.nav-mob .li-a{
	color: #fff !important;
}
.nav-box .opens {
	display: none;
}

.nav-box .open {
	display: block;
}

.nav-box .close {
	display: none;

}


.banner-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 1rem;
	/* display: none; */
}

.banner-box img {
	width: 100%;
}

.banner-box .banner-ul {
	position: relative;
}

.banner-box .banner-img {
	overflow: hidden;
}

.banner-box .banner-ul {
	overflow: hidden;
	width: 10000%;
	position: relative;
}

.banner-box .banner-ul li {
	float: left;
	width: 1%;
}

.banner-box .banner-ul a {
	display: block;
}

.banner-box .banner-ul a img {
	width: 100%;
	display: block;
}

.banner-box .banner-clk {
	position: absolute;
	bottom: .15rem;
	overflow: hidden;
	left: 50%;
	margin-left: -.53rem;
	height: .4rem;
	border-radius: .35rem;
	display: none;
}

.banner-box .banner-clk span {
	width: .18rem;
	height: .18rem;
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: .15rem;
	cursor: pointer;
	background-color: white;
	margin-top: .13rem;
	background-color: #26a19f;
}

.banner-box .banner-clk span:first-child {
	margin-left: .15rem;
}

.banner-box .banner-clk span.current {
	background: #2DA09E;
}

.banner-box .arrow p {
	width: .15rem;
	height: .15rem;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
}

.banner-box .arrow .left {
	left: 100px;
}

.banner-box .arrow .right {
	right: 100px;
}

.nav-a {
	text-align: center;
	text-align-last: auto;
	background-color: #fff;
	position: relative;
	height: 2.7rem;
}

.nav-a .nav-bgcL {
	position: absolute;
	width: .66rem;
	height: .75rem;
	top: 0;
	left: 0;
}

.nav-a .nav-bgcL img {
	width: 100%;
	height: 100%;
}

.nav-a .nav-bgcR {
	position: absolute;
	width: .63rem;
	height: .73rem;
	bottom: 0;
	right: 0;
}

.nav-a .nav-bgcR img {
	width: 100%;
	height: 100%;
}


.nav-a a {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: .79rem;
	/* height: 1rem; */
	align-items: center;
}

/* .nav-a a:hover {
  box-shadow: 0 0 .2rem #cecece;
} */
.nav-a a .title {
	font-size: .36rem;
	color: #26a19f;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
	/* margin-top: 35px; */
	/* margin-bottom: .2rem; */
	/* margin-left: 103px; */
	 /* transition: opacity 1s; */
	 animation: ff 3s;
}
@keyframes ff{
	0%{opacity: 0;}
}

.nav-a a .word {
	font-size: .17rem;
	font-weight: 400;
	color: #666;
	/* height: 46px; */
	overflow: hidden;
	/* width: 1.2rem; */
	/* margin-top: .18rem; */
	/* margin-left: 1.2rem; */
}

.nav-a a .line {
	/* width: 30px; */
	/* height: 3px; */
	background-color: #ff9900;
	/* margin-top: .2rem; */
	display: none;
}

.nav-a .a-1 {
	/* background-image: url("../images/nav-a-1-b.png"); */
}

.nav-a .a-1:hover {
	background-image: url("../images/nav-a-1-o.png");
}

.nav-a .a-2 {
	/* background-image: url("../images/nav-a-2-b.png"); */
}

.nav-a .a-2:hover {
	background-image: url("../images/nav-a-2-o.png");
}

.nav-a .a-3 {
	/* background-image: url("../images/nav-a-3-b.png"); */
}

.nav-a .a-3:hover {
	background-image: url("../images/nav-a-3-o.png");
}

.nav-a .a-4 {
	/* background-image: url("../images/nav-a-4-b.png"); */
}

.nav-a .a-4:hover {
	background-image: url("../images/nav-a-4-o.png");
}

.pro-box {
	background-color: white;
}

.index-title {
	height: 1.2rem;
	margin-top: .1rem;
	background-color: #fff;
}

.index-title .title-p {
	margin-top: .2rem;
	float: left;
	position: relative;
	padding-left: .16rem;
	height: .59rem;
	/* margin-left: .25rem; */
}

.index-title .title-p::before {
	content: "";
	width: 3px;
	height: .4rem;
	background-color: #ff9900;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: .25rem;
}

.index-title .eng {
	font-size: .2rem;
	line-height: 12px;
	color: #999999;
	text-transform: uppercase;
	margin-left: .48rem;
}

.index-title .cha {
	font-size: .36rem;
	color: #26a19f;
	font-weight: bold;
	/* margin-top: .16rem; */
	margin-left: .48rem;
}

.index-title a {
	float: right;
	font-size: .2rem;
	font-family: "Microsoft YaHei";
	color: #fff;
	width: 1.01rem;
	height: .4rem;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: .4rem;
	margin-top: .42rem;
	background: #26a19f;
	margin-right: .26rem;

}

.carousel-box {
	position: relative;
	/* width: 100%; */
	border: 1px solid #2DA09E;
	/* margin-top: .52rem; */
	margin-left: .26rem;
	margin-right: .26rem;
}

.carousel-box .carousel {
	position: absolute;
	/* bottom: 0.15rem; */
	overflow: hidden;
	left: 50%;
	/* margin-left: -0.53rem; */
	height: 0.4rem;
	/* border-radius: 0.35rem; */
	transform: translateX(-50%);
	margin-top: .2rem;
}

.carousel-box .carousel li {
	width: .18rem;
	height: .18rem;
	border: 1px solid #2DA09E;
	border-radius: 50%;
	display: inline-block;
	margin-left: .14rem;
}

.carousel-box .carousel li.active {
	width: .18rem;
	height: .18rem;
	background-color: #2DA09E !important;
	border-radius: 50%;
}

.carousel-box .carousel li.carouselLi {
	width: .18rem;
	height: .18rem;
	border: 1px solid #2DA09E;
	border-radius: 50%;
	background-color: white;
}

.carousel-box .img {
	overflow: hidden;
	height: 9.7rem;
}

.carousel-box ul {
	width: 100%;
	position: relative;
}

.carousel-box ul li {
	width: 100%;
	float: left;
	/* margin-right: 17px; */
	/* box-shadow: 0 0 4px #d8d8d8; */
	border: 1px solid #e8e8e8;
}

.carousel-box ul li img {
	width: 100%;
	height: 5.88rem;
	display: block;
}

.carousel-box ul li:hover {
	border: 1px solid #26a19f;
}

.carousel-box .arrow a {
	position: absolute;
	top: 26%;
	font-size: 30px;
	color: #26a19f;
	font-family: "宋体";
}

.carousel-box .arrow .next {
	right: -30px;
	display: none;
}

.carousel-box .arrow .prev {
	left: -30px;
	display: none;
}

.carousel-box .info {
	height: 4rem;
	margin-top: .20rem;
	margin-bottom: .40rem;
}

.carousel-box .info .info-list {
	height: 1.20rem;
	/* border: 1px solid #26a19f; */
	display: none;
}

.carousel-box .info .info-list:first-child {
	display: block;
}

.carousel-box .info .title {
	font-size: .26rem;

	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #333;
	margin-top: .15rem;
	margin-bottom: .15rem;
	margin-left: .15rem;
}

.carousel-box .info .word {
	font-size: .24rem;
	/* height: 47px; */
	overflow: hidden;
	margin-left: .15rem;
	margin-right: .15rem;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #666666;
	line-height: .36rem;
}

.example-box {
	width: 100%;
	overflow: hidden;
}

.example-box .index-title .eng,
.example-box .index-title .cha {
	/* color: white; */
}

.example-box .indexTop {
	margin-top: .78rem;
}

.example-box .example-one {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid #2DA09E;
	margin-left: .26rem;
	margin-right: .26rem;
	margin-top: .48rem;
}

.example-box .example-one .img {
	float: left;
}

.example-box .example-one .img img {
	width: 100%;
	/* height: 380px; */
	display: block;
}

.example-box .example-one .info {
	float: left;
	/* width: 500px; */
	/* height: 380px; */
	background-color: #f5f5f5;
}

.example-box .example-one .info .title {
	font-size: .26rem;
	color: #333;
	font-weight: 400;
	margin-top: .28rem;
	padding-bottom: .14rem;
	display: block;
	margin-left: .20rem;
	/* border-bottom: 1px solid #cccccc; */
}

.example-box .example-one .info .word {
	/* text-indent: 32px; */
	margin-left: .20rem;
	line-height: .36rem;
	display: block;
	/* margin: .2rem; */
	/* height: 225px; */
	overflow: hidden;
	font-size: .24rem;
	font-weight: 400;
	color: #666666;
	margin-bottom: .23rem;
}

.example-box .example-one .info a {
	width: 60px;
	height: .2rem;
	display: block;
	text-align: center;
	line-height: .2rem;
	color: #999999;
	border: 1px solid #999999;
	margin-left: .2rem;
	margin-top: 30px;
	display: none;
}

.example-box .example-two {
	overflow: hidden !important;
	margin-top: .2rem;
	width: 100%;

	/* display: none; */
}

.example-box .example-two .example-li {
	display: flex;
}

.example-box .example-two ul {
	overflow: hidden !important;
	width: 100%;
}

.example-box .img {
	overflow: hidden;
	margin-right: .26rem;
	margin-left: .26rem;
	border: 1px solid #2DA09E;
	padding-bottom: .23rem;
}

.example-box .img .example-lunbo {
	float: left;
	width: 100%;
	/* height: 6.66rem; */
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	/* white-space: nowrap; */
}

.example-box .img .example-lunbo li {
	width: 100%;
	float: left;
	background-color: #fff;
	display: flex;
}

.example-box .img .example-lunbo .title {
	margin-top: .2rem;
	margin-left: .2rem;
	font-size: .26rem;
	font-weight: 400;
	color: #333333;
}

.example-box .img .example-lunbo .word {
	display: inline-block;
	height: 1rem;
	font-size: .24rem;
	margin-top: .2rem;
	margin-left: .2rem;
	margin-bottom: .23rem;
	font-weight: 400;
	color: #666666;
	line-height: .36rem;
	margin-right: .3rem;
}

.example-box .img .example-lunbo li img {
	width: 100%;
	height: 3.72rem;
}

.example-box .example-li {
	/* display: none; */
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .3rem;

}

.example-box .example-li li {
	width: .18rem;
	height: .18rem;
	border: 1px solid #2DA09E;
	border-radius: 50%;
	margin-left: .14rem;
}

.example-box .container .dian {
	width: 100%;
	height: 1rem;
	display: flex;
	justify-content: center;

}

.example-box .container .dian li {
	width: .18rem;
	height: .18rem;
	border: 1px solid #2DA09E;
	border-radius: 50%;
	list-style: none;
	margin-left: .14rem;
}

.example-box .container .dian .item {
	width: .18rem;
	height: .18rem;
	background: #2DA09E;
	border-radius: 50%;
}

.example-box .example-two ul li {
	float: left;
	/*margin-right: .2rem;*/
	width: 100%;
	height: 6.66rem;
}

.example-box .example-two ul li a {
	display: block;
	position: relative;
}

.example-box .example-two ul li a:hover span {
	display: block;
}

.example-box .example-two ul li img {
	/* width: 100%; */
	height: 3.72rem;
	display: block;
}

.example-box .example-two ul li span {
	width: 285px;
	height: 155px;
	background-image: url("../images/example-bg-1.jpg");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 155px;
}

.news-box {
	/* background-image: url("../images/news-bg.jpg"); */
	/* background-size: cover; */
	height: 3.72rem;
	margin-bottom: 11.5rem;
}

.news-box .news-one {
	width: 100%;
	height: 4.05rem;
	margin-top: .5rem;

}

.news-box .news-one .img {
	margin-left: .26rem;
	margin-right: .26rem;
}

.news-box .news-one .img img {
	width: 100%;
	height: 3.72rem;

}

.news-box .news-one:hover .title {
	color: #26a19f;
}

.news-box .news-one:hover a span {
	color: #26a19f;
}

.news-box .news-one:hover a img {
	display: none;
}

.news-box .news-one:hover a .s-img {
	background-image: url("../images/trangle-o.jpg");
}

.news-box .news-one .info .word {
	margin-left: .54rem;
	margin-right: .54rem;
}

.news-box .news-two {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.news-box .news-two .info {
	background-color: #fff;
	display: flex;
}

.news-box .news-two .info .info-l {
	width: 1.11rem;
	height: 1.11rem;
	background: #339999;
}

.news-box .news-two .info .info-l {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* width: 1.11rem; */
	/* line-height: 30px; */
}

.news-box .news-two .info .info-l .dd {
	font-size: .3rem;
	font-weight: bold;
	color: #FFFFFF;
	/* margin-top: .29rem; */
	/* margin-bottom: .29rem; */
	/* line-height: 30px; */
}

.news-box .news-two .info .info-l .yy {
	font-size: .2rem;
	color: #FFFFFF;
	/* margin-top: .2rem; */
}

.news-box .news-two .info .info-r {
	flex: 1;

}

.news-box .news-two .info .info-r .title {
	margin-left: .2rem;
	margin-bottom: .16rem;
}

/* .news-box .news-two .info:hover .title {
  color: #26a19f;
}
.news-box .news-two .info:hover a span {
  color: #26a19f;
}
.news-box .news-two .info:hover a img {
  display: none;
}
.news-box .news-two .info:hover a .s-img {
  background-image: url("../images/trangle-o.jpg");
} */
.news-box .news-two .info {
	/* float: left; */
	width: 100%;
	/* height: 205px; */
}

.news-box .news-two .info:first-child {
	border-top: 1px solid #ccc;
	margin-left: .26rem;
	padding-top: .34rem;
	padding-bottom: .34rem;
	border-bottom: 1px solid #ccc;
	width: 7rem;
}

.news-box .news-two .info:nth-of-type(2) {
	margin-left: .26rem;
	padding-top: .34rem;
}

.news-box .news-two .t-info .word {
	/* height: 75px; */
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: -0.05rem;
}

.news-box .news-two .info .time {
	margin-top: .16rem;
}

.news-box .news-two .info:nth-of-type(2) {
	margin-right: .26rem;
	margin-left: .26rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.34rem;
	width: 7rem;

}

.news-box .news-two .info:nth-of-type(3) {
	margin-right: .26rem;
	margin-left: .26rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.34rem;
	margin-top: .33rem;
	width: 7rem;
}

.news-box .news-two .t-info {
	/* height: 180px; */
	margin-bottom: .2rem;
	width: 7rem;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 0.3rem;
	padding-bottom: 0.34rem;
	margin-left: .26rem;
	margin-right: .26rem;
}

.news-box .news-two .t-info .time {
	margin-top: 5px;
}

.news-box .info {
	/* overflow: hidden; */
}

.news-box .info .title {
	/* margin-top: -.08rem; */
	/* margin-bottom: .15rem; */
	display: block;
	margin-left: .20rem;
	font-size: .26rem;
	font-weight: 400;
	color: #333333;
	margin-left: .54rem;
	margin-right: .54rem;
	line-height: .3rem;
}

.news-box .info .word:nth-of-type(2) {
	margin-top: 0;
}

.news-box .info .word:nth-of-type(3) {
	margin-top: 0;
}

.news-box .info .word {
	margin-left: .20rem;
	margin-right: .20rem;
	display: block;
	/* height: 72px; */
	/* overflow: hidden; */

	font-size: .24rem;
	font-weight: 400;
	color: #666666;
	line-height: .36rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .16rem;
}

.news-box .time {
	margin-left: .54rem;
	margin-right: .54rem;
	/* overflow: hidden; */
	margin-top: .2rem;
}

.news-box .time span,
.news-box .time a {
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}

.news-box .time span {
	float: left;
	font-size: .2rem;
	font-weight: 400;
	color: #999999;
}

.news-box .time a {
	float: right;
	display: block;
	width: .55rem;
}

.news-box .time a img {
	display: block;
}

.news-box .time a span {
	float: left;
	display: block;
}

.news-box .time a .time-more {
	display: block;
	float: right;
	text-transform: lowercase;
	margin-right: -.25rem;
}

.news-box .time a .s-img {
	width: 6px;
	height: 11px;
	/* display: block; */
	/* float: left; */
	/* margin-left: 5px; */
	/* margin-top: 7px; */
}

.contact-box {
	height: 460px;
	overflow: hidden;
	display: none;
}

.contact-box .contact-left {
	float: left;
	width: 660px;
}

.contact-box .contact-left .title {
	font-size: 24px;
	font-weight: bold;
	color: #26a19f;
	margin-top: .4rem;
	margin-bottom: 18px;
}

.contact-box .contact-left .tel {
	font-size: 30px;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 35px;
}

.contact-box .contact-left .email {
	margin-bottom: .2rem;
}

.contact-box .contact-left .email span {
	font-size: 18px;
	color: #666;
	font-family: "Arial";
	line-height: 22px;
}

.contact-box .contact-left .email img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 18px;
}

.contact-box .contact-left .address span {
	font-size: 18px;
	color: #666;
	line-height: 22px;
}

.contact-box .contact-left .address img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 18px;
}

.contact-box .contact-left ul {
	margin-top: 80px;
	overflow: hidden;
	text-align: justify;
	text-align-last: justify;
}

.contact-box .contact-left ul li {
	text-align: center;
	text-align-last: center;
	display: inline-block;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 1px solid #999999;
}

.contact-box .contact-left ul li a {
	display: block;
}

.contact-box .contact-left ul li a span:first-child {
	width: 60px;
	height: .4rem;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: .15rem;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-box .contact-left ul li img {
	display: block;
	margin: 0 auto;
}

.contact-box .contact-left ul li span {
	font-size: 18px;
	color: #999999;
}

.contact-box .contact-left ul li:hover {
	background-color: #26a19f;
	border-color: #26a19f;
}

.contact-box .contact-left ul li:hover span {
	color: white;
}

.contact-box .contact-left ul .li-1:hover img {
	display: none;
}

.contact-box .contact-left ul .li-1:hover a span:first-child {
	background-image: url("../images/company-icon-o.png");
}

.contact-box .contact-left ul .li-2:hover img {
	display: none;
}

.contact-box .contact-left ul .li-2:hover a span:first-child {
	background-image: url("../images/service-icon-o.png");
}

.contact-box .contact-left ul .li-3:hover img {
	display: none;
}

.contact-box .contact-left ul .li-3:hover a span:first-child {
	background-image: url("../images/online-icon-o.png");
}

.contact-box .contact-left ul .li-4:hover img {
	display: none;
}

.contact-box .contact-left ul .li-4:hover a span:first-child {
	background-image: url("../images/address-icon-1-o.png");
}

.contact-box .contact-right {
	margin-top: 82px;
	width: 500px;
	height: 3.4rem;
	float: right;
}

.advert-box {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: .2rem 0;
	display: none;
}

.advert-box .container {
	position: relative;
}

.advert-box ul {
	overflow: hidden;
	width: 1000%;
	position: relative;
}

.advert-box ul li {
	float: left;
	margin-right: .2rem;
}

.advert-box ul li img {
	width: 224px;
	height: 100px;
	display: block;
}

.advert-box .img {
	overflow: hidden;
}

.advert-box .arrow a {
	position: absolute;
	top: 40%;
	font-size: 30px;
	color: #999;
	font-family: "宋体";
}

.advert-box .arrow .next {
	right: -30px;
}

.advert-box .arrow .prev {
	left: -30px;
}

.footer-box {
	/* background-color: #339999; */
	/* height: 1.17rem; */
	/* display: none; */
}

.footer-box .container {
	overflow: hidden;
}

.footer-box .footer-left {
	overflow: hidden;
	width: 800px;
	float: left;
	margin-top: .4rem;
}

.footer-box .footer-left dl {
	float: left;
	width: 100px;
	margin-right: .4rem;
	color: #ffffff;
	font-size: 18px;
}

.footer-box .footer-left dl dt {
	margin-bottom: 45px;
}

.footer-box .footer-left dl dd a {
	color: #999999;
	font-size: 14px;
}

.footer-box .footer-right {
	margin-top: .4rem;
	float: right;
	width: 400px;
}

.footer-box .footer-right p {
	margin-left: 45px;
	float: left;
}

.footer-box .footer-right p img {
	display: block;
}

.footer-box .footer-right p span {
	font-size: 16px;
	color: #ffffff;
	margin-top: 18px;
	text-align: center;
	display: block;
}

.footer-box .line {
	border-bottom: 1px solid #999999;
	width: 100%;
	height: 1px;
	float: left;
	margin-top: 35px;
}

.footer-box .footer-info {
	width: 100%;
}

.footer-box .copy-right {
	font-size: 16px;
	color: #999999;
	line-height: 60px;
	text-align: center;
}

.footer-box .link {
	float: right;
}

.footer-info .wechat {
	float: right;
}

.footer-info .wechat img {
	display: block;
}

.footer-info .wechat span {
	font-size: 16px;
	color: #999999;
	text-align: center;
	display: block;
}

.footer-box .link a {
	float: left;
	font-size: 16px;
	color: #999999;
}

.footer-box .link span {
	float: left;
	width: 1px;
	height: .15rem;
	margin-left: .15rem;
	margin-right: .15rem;
	background-color: #999;
	margin-top: 5px;
}

.right-box {
	position: fixed;
	bottom: 0;
	z-index: 999;
}

.right-box li {
	background-color: #26a19f;
	margin-bottom: .1rem;
	position: relative;
	z-index: 99;
	width: 50px;
	height: 50px;
	border-top: 1px solid transparent;
	border-radius: 50%;
}

.right-box li img {
	display: block;
	margin: 0 auto;
	margin-top: 13px;
	max-width: 100%;
}

.right-box li:hover {
	background-color: #ff9900;
}

.right-box li:hover .tel-num {
	right: 50px;
}

.right-box li:hover .wechat {
	right: 50px;
}

.right-box li .tel-num {
	position: absolute;
	z-index: 999;
	right: -200px;
	top: 0;
	width: 160px;
	text-align: center;
	color: white;
	z-index: 10020;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #26a19f;
	transition: all 0.5s ease;
}

.right-box li .wechat {
	display: none;
	position: absolute;
	z-index: 999;
	right: -202px;
	top: -57px;
	width: 150px;
	height: 150px;
	text-align: center;
	color: white;
	z-index: 10020;
	line-height: 150px;
	font-size: 18px;
	/* background-color: #26a19f; */
	transition: all 0.5s ease;
}

.right-box li .wechat img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.right-box .goto-top {
	/* display: none; */
	width: .50rem;
	height: .50rem;
	/* background-color: #26a19f; */
	background-color: red;
	margin-top: .03rem;
	/* cursor: pointer; */
	/* overflow: hidden; */
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 1rem;
}

.right-box .goto-top img {
	display: block;
	margin: 0 auto;
	margin-top: .1rem;
}

.right-box .goto-top:hover {
	background-color: #ff9900;
}

.inside-box {
	/* margin-top: .4rem; */
	overflow: hidden;
}

.inside-box .inside-nav {
	display: flex;
	justify-content: space-between;
	height: 1.01rem;
	align-items: center;
}
.inside-box .inside-nav .anlidetail{
	width: .17rem;
}

.inside-box .inside-nav span {
	font-size: .42rem;
	font-weight: bold;
	color: #333333;
	margin-left: -.5rem;
}

.inside-box .inside-nav img:first-child {
	width: .17rem;
	height: .30rem;
	margin-left: .29rem;
}

.inside-box .inside-nav img:last-child {
	width: .42rem;
	height: .32rem;
	margin-right: .31rem;
}

.inside-box .inside-l {
	float: left;
	width: 2.86rem;
	margin-bottom: .50rem;
	display: none;
}

.inside-box .inside-l .title {
	width: 286px;
	height: 60px;
	background-color: #26a19f;
	border-radius: 8px;
	line-height: 60px;
	overflow: hidden;
}

.inside-box .inside-l .title .cha {
	font-size: 24px;
	color: white;
	margin-left: 22px;
}

.inside-box .inside-l .title .eng {
	font-size: 18px;
	color: #ccffff;
	text-transform: uppercase;
}

.inside-box .inside-l .title span {
	float: left;
	display: block;
}

.inside-box .inside-l .title .line {
	width: 1px;
	height: .2rem;
	background-color: white;
	display: block;
	margin-top: .2rem;
	margin-left: 16px;
	margin-right: 16px;
}

.inside-box .inside-l .two-nav-ul li {
	overflow: hidden;
}

.inside-box .inside-l .two-nav-ul .li-title {
	width: 264px;
	height: 60px;
	background-color: #e4e4e4;
	display: block;
	line-height: 60px;
	padding-left: 22px;
	font-size: .2rem;
	color: #666666;
	border-radius: 8px;
	margin-top: .1rem;
	position: relative;
}

.inside-box .inside-l .two-nav-ul .li-title::after {
	content: "";
	width: 22px;
	height: 2px;
	display: none;
	background-color: white;
	position: absolute;
	right: 8px;
	top: 32px;
}

.inside-box .inside-l .two-nav-ul .two-nav-ol a {
	font-size: 16px;
	color: #666666;
	display: block;
	height: .4rem;
	line-height: .4rem;
	padding-left: 22px;
}

.inside-box .inside-l .two-nav-ul .two-nav-ol a:hover {
	color: #ff9900;
}

.inside-box .inside-l .two-nav-ul .two-nav-li.current .li-title::after {
	display: block;
}

.inside-box .inside-l .two-nav-ul .two-nav-li a {
	color: #fff !important;
}

.inside-box .inside-l .two-nav-ul .two-nav-li.current .li-title {
	background-color: #ff9900;
	color: white;
}

.inside-box .inside-l .hot-tel {
	background-color: #26a19f;
	border-radius: 8px;
	margin-top: .15rem;
	overflow: hidden;
}

.inside-box .inside-l .hot-tel img {
	margin-left: 22px;
}

.inside-box .inside-l .hot-tel .tel {
	margin-top: .2rem;
}

.inside-box .inside-l .hot-tel .tel,
.inside-box .inside-l .hot-tel .address,
.inside-box .inside-l .hot-tel .email {
	padding-left: 22px;
	width: 235px;
	font-size: 16px;
	color: white;
	margin-bottom: .1rem;
}

.inside-box .inside-r {
	width: 100%;
	/* float: right; */
}

.inside-box .inside-r .inside-top {
	/* overflow: hidden; */
	margin-bottom: .5rem;
}

.inside-box .inside-r .index-title {
	height: 70px;
	float: left;
	display: none;
}

.inside-box .inside-r .index-title .title-p {
	margin-top: .1rem;
}

.inside-box .inside-r .pos {
	float: right;
	height: 70px;
	line-height: 70px;
	display: none;
}

.inside-box .inside-r .pos span,
.inside-box .inside-r .pos a {
	font-size: 16px;
	color: #999999;
}

.inside-box .inside-r .pos img {
	vertical-align: middle;
	margin-bottom: 6px;
}

.m-page {
	text-align: center;
	margin: .2rem 0 .4rem 0;
}

.m-page .page-num {
	display: inline-block;
	width: 24px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #888888;
	margin-right: .15rem;
}

.m-page a .pagearr {
	font-size: 14px;
	color: white;
	display: block;
	width: 60px;
	background-color: #26a19f;
}

.m-page a:hover {
	color: #26a19f;
	border: 1px solid #26a19f;
}

.m-page a:hover .pagearr {
	color: white;
	border: none;
}

.m-page a.z-crt {
	color: #29a25b;
	border: 1px solid #26a19f;
}

.m-page .first,
.m-page .last {
	width: 90px;
	display: inline-block;
	border: 1px solid #26a19f;
}
.m-page .pagearr {
	display: inline-block;
	background: #399;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;

}

/********************* 案例列表页**************************/
.inside-box {
	/********************* 产品列表页**************************/
	/*****************************  产品详细页  ******************************/
	/*****************sub-message ************/
	/***************** sub-content *********************/
	/***************** 搜索 *********************/
	/*************************** 新闻列表页 *****************************/
	/*****************************  产品详细页  ******************************/
	margin-bottom: 1rem;
}

.inside-box .inside-li {
	width: 100%;
	height: .76rem;
	background: #2DA09E;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.inside-box .inside-li::-webkit-scrollbar {
	display: none;
}

.inside-box .inside-li li {
	list-style: none;
	padding: .24rem .30rem;
	font-size: .28rem;
	font-weight: 400;
	color: #FFFFFF;
	border-right: 1px solid #268280;
}

.inside-box .inside-li li a {
	color: #fff;
}

.inside-box .example-d {
	overflow: hidden;
}

.inside-box .example-d ul {
	overflow: hidden;
	width: 100%;
}

.inside-box .example-d ul li {
	float: left;
	margin-right: .20rem;
	width: 47%;
	/* height: 1.55rem; */
	margin-bottom: .30rem;
}

.inside-box .example-d ul li a {
	display: block;
	position: relative;
}

.inside-box .example-d ul li a:hover span {
	display: block;
}

.inside-box .example-d ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.inside-box .example-d ul li span {
	font-size: .26rem;
	font-weight: 400;
	color: #333333;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: .21rem;
	/* width: 285px;
	height: 155px;
	background-image: url("../images/example-bg-1.jpg");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 155px; */
}

.inside-box .prodouct-d {
	overflow: hidden;
}

.inside-box .prodouct-d ul {
	overflow: hidden;
	width: 100%;
}

.inside-box .prodouct-d ul li {
	float: left;
	/* margin-right: .2rem; */
	width: 49%;
	/* height: 2.50rem; */
	margin-bottom: .20rem;
	padding-left: .3rem;
	/* box-shadow: 0 0 .06rem #cecece; */
	position: relative;
}

.inside-box .prodouct-d ul li a {
	display: block;
}

.inside-box .prodouct-d ul li a:hover span {
	display: block;
}

.inside-box .prodouct-d ul li img {
	width: 100%;
	height: 100%;
	display: block;
}

.inside-box .prodouct-d ul li .PictureListTitle {
	font-size: .26rem;
	font-weight: 400;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-top: .21rem;
}

.inside-box .product-detail {
	line-height: 24px;
}

.inside-box .product-detail h1 {
	padding: .1rem 0;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-family: 'microsoft yahei';
}

.inside-box .product-detail h1 p {
	display: inline-block;
}

.inside-box .product-detail .detail-time {
	position: relative;
	text-align: center;
	color: #666;
	font-size: 12px;
	padding: 5px 0;
}

.inside-box #bdshare {
	position: absolute;
	right: .1rem;
	top: 3px;
	line-height: 16px;
}

.inside-box .product-detail .detail-user {
	text-align: center;
	color: #999;
	font-size: 12px;
	padding: 5px 0;
	margin-bottom: .1rem;
}

.inside-box .product-detail .detail-share {
	padding: 5px 0;
	text-align: right;
}

.inside-box .product-detail .detail-img {
	text-align: center;
	padding: .1rem 0;
}

.inside-box .product-detail .detail-img img {
	max-width: 100%;
}

.inside-box .product-detail .detail-con {
	text-align: justify;
	padding: .10rem;
	/* border-bottom: 1px solid #ccc; */
	color: #333;
	margin-bottom: .5rem;
	/* display: none; */
	font-size: .24rem;
	font-weight: 400;
	color: #666666;
	line-height: .36rem;
}

.inside-box .product-detail .detail-page {
	padding: .1rem;
	display: none;
}

.inside-box .product-detail .detail-page .page-text {
	width: 48%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inside-box .detail-page .right {
	text-align: right;
	float: right;
}

.inside-box .detail-page .left {
	text-align: left;
	float: left;
}

.inside-box .product-detail .detail-page .page-text a {
	color: #666;
}

.inside-box .product-detail .detail-page .page-text a:hover {
	color: #26a19f;
}

.inside-box .sub-message {
	padding: .2rem .3rem;
	color: #333;
	font-family: "microsoft yahei";
	margin-top: .2rem;
}

.inside-box .sub-message #fromMsg .m-form td{
	display: flex;
	/* flex-direction: column; */
}

.inside-box .sub-message .m-textimg {
	font-size: 14px;
	margin-bottom: .2rem;
	line-height: 24px;
	color: #26a19f;
}

.inside-box .sub-message .m-textimg img {
	float: left;
	margin-right: .15rem;
}

.inside-box .sub-message i {
	font-style: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 5px;
	color: #F00;
}

.inside-box .sub-message .m-tage {
	padding: 5px 0;
	color: #26a19f;
}

.inside-box .sub-message .m-form {
	padding: .1rem;
	margin-bottom: .1rem;
}

.inside-box .sub-message table {
	width: 100%;
}

.inside-box .sub-message .m-form table td {
	padding: 7px 0;
}

.inside-box .sub-message label {
	/* display: inline-block; */
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	position: relative;
	top: -1px;
}

.inside-box .sub-message .m-form table input {
	width: 60%;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	vertical-align: middle;
}

.inside-box .sub-message .m-form .td-textarea {
	vertical-align: middle;
	width: 90%;
}

.inside-box .sub-message .m-form .td-textarea label {
	float: left;
}

.inside-box .sub-message .m-form .td-textarea textarea {
	width: 70%;
	height: 168px;
	padding: 5px;
}

.inside-box .sub-message .m-submit {
	text-align: center;
	vertical-align: top;
	margin: 20px 0;
}

.inside-box .sub-message .m-submit img {
	margin-left: 5px;
	vertical-align: top;
}

.inside-box .sub-message .m-submit .btn {
	width: 80px;
	height: 28px;
	line-height: 24px;
	margin: 0;
	margin-left: 5px;
	border: none;
	font-family: "microsoft yahei";
	cursor: pointer;
	font-size: 14px;
}

.inside-box .sub-message .m-submit .Input-feedbook{
	display: flex;
	justify-content: center;
}

.inside-box .sub-message .m-submit .btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

.inside-box .sub-message .m-submit input {
	vertical-align: top;
	margin: 4px;
	height: 24px;
	line-height: 24px;
	width: 80px;
	cursor: auto;
	padding-left: 5px;
}

.inside-box .sub-message .m-submit input,
.inside-box .sub-message .m-form table input,
.inside-box .sub-message .m-form .td-textarea textarea {
	border: 1px solid #E1E1E1;
	background: #FFF;
}

.inside-box .sub-message .m-form {
	border: 1px solid #e0e0e0;
	background: white;
	/* display: flex; */
}

.inside-box .sub-message .m-submit .btn {
	color: #fff;
	background: #26a19f;
	margin-top: 20px;
}

.inside-box .single-page .sub-content {
	padding: 0 .1rem .2rem .1rem;
	text-align: justify;
	line-height: 24px;
}

.inside-box .single-page .sub-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: .2rem;
}

.inside-box .single-page .sub-content h1 {
	color: #26a19f;
	margin-bottom: .2rem;
	padding: .1rem 0;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.inside-box .single-page .sub-content h1 p {
	text-align: center;
	font-size: 12px;
}

.inside-box .single-page .sub-content p {
	font-size: 14px;
	color: #666;
}

.inside-box .single-page .sub-content #platform img {
	max-width: none;
	_width: none;
}

.inside-box .single-page .detail-img {
	position: relative;
	text-align: center;
	padding: .1rem 0;
}

.inside-box .single-page .detail-img .debtn-prev,
.inside-box .single-page .detail-img .debtn-next {
	position: absolute;
	top: 50%;
	margin-top: -44px;
	display: block;
	_display: none;
	width: 54px;
	height: 87px;
	background: url(../images/pic-debtn.gif) no-repeat;
	z-index: 11;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

.inside-box .single-page .detail-img .debtn-prev:hover,
.inside-box .single-page .detail-img .debtn-next:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.inside-box .single-page .detail-img .debtn-prev {
	left: 0;
	background-position: left 0;
}

.inside-box .single-page .detail-img .debtn-next {
	right: 0;
	background-position: right 0;
}

.inside-box .search-d {
	/***************** sub-news-ptext *********************/
}

.inside-box .search-d .sub-box {
	position: relative;
	z-index: 1;
}

.inside-box .search-d .sub-box .left-column {
	width: 2.22rem;
}

.inside-box .search-d .sub-box .right-column {
	width: 7.68rem;
}

.inside-box .search-d .search-no .bd {
	border-bottom: 1px solid #26a19f;
	padding: .60rem 0 .60rem 0;
}

.inside-box .search-d .search-no .inputs {
	width: 4rem;
	margin-left: auto;
	margin-right: auto;
}

.inside-box .search-d .search-no .inputs input.text {
	float: left;
	width: 3.31rem;
	border: 1px solid #000;
	height: .15rem;
	border-right: 0;
	background: #FFF;
	padding: 5px 3px;
}

.inside-box .search-d .search-no .inputs input.btn {
	float: left;
	width: .6rem;
	border: 0;
	background: #000;
	height: .27rem;
	border: 1px solid #000;
	padding: 5px 0;
	cursor: pointer;
	color: #FFF;
	font-size: .14rem;
}

.inside-box .search-d .search-no .pt {
	/* background: url(../images/search-no.png) 2.50rem center no-repeat; */
	/* height: 2.4rem; */
	background-position: .75rem;
	/* padding: 1rem 0 0 2.5rem; */
}

.inside-box .search-d .search-no .pt h3 {
	font-size: .18rem;
	color: #26a19f;
	margin-bottom: .1rem;
	font-weight: normal;
	text-align: center;
}

.inside-box .search-d .search-no .pt h3 span {
	color: #cc0000;
}

.inside-box .search-d .search-no .pt p {
	color: #26a19f;
	text-align: center;
}

.inside-box .search-d .m-page {
	margin-top: .4rem;
}

.inside-box .search-d .sub-news-ptext li {
	position: relative;
	padding: .15rem .1rem;
	border-bottom: 1px solid #e0e0e0;
	*zoom: 1;
	cursor: pointer;
}

.inside-box .search-d .sub-news-ptext li a:hover {
	color: #26a19f;
}

.inside-box .search-d .sub-news-ptext li:hover .u-con h4 a {
	color: #26a19f;
}

.inside-box .search-d .sub-news-ptext li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.inside-box .search-d .sub-news-ptext li .u-img {
	float: left;
	display: block;
	width: 1.75rem;
	height: 1.25rem;
	overflow: hidden;
	margin-right: .15rem;
}

.inside-box .search-d .sub-news-ptext li img {
	width: 1.75rem;
	height: 1.25rem;
}

.inside-box .search-d .sub-news-ptext li.hover,
.inside-box .search-d .sub-news-imgtext li:hover {
	background: #718556;
}

.inside-box .search-d .sub-news-ptext li h4 {
	text-align: left;
	font-size: .16rem;
	margin-bottom: .05rem;
}

.inside-box .search-d .sub-news-ptext li p {
	color: #666;
	line-height: .24rem;
	height: .72rem;
	overflow: hidden;
	text-align: justify;
	font-size: .14rem;
}

.inside-box .search-d .sub-news-ptext li p a {
	color: #877f44;
}

.inside-box .search-d .sub-news-ptext .u-con {
	padding-left: 1.90rem;
}

.inside-box .search-d .sub-news-ptext .u-time span {
	float: left;
	color: #666;
}

.inside-box .search-d .sub-news-ptext .u-time a {
	float: right;
	color: #666;
}

.inside-box .news-d .sub-news-ptext li {
	position: relative;
	padding: .15rem;
	border-bottom: 1px solid #e0e0e0;
	*zoom: 1;
	cursor: pointer;
}

.inside-box .news-d .sub-news-ptext li a:hover {
	color: #26a19f;
}

.inside-box .news-d .sub-news-ptext li:hover .u-con h4 a {
	color: #26a19f;
}

.inside-box .news-d .sub-news-ptext li:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.inside-box .news-d .sub-news-ptext li .u-img {
	float: left;
	display: block;
	width: 1.75rem;
	height: 1.25rem;
	overflow: hidden;
	margin-right: .15rem;
	display: none;
}

.inside-box .news-d .sub-news-ptext li img {
	width: 1.75rem;
	height: 1.25rem;
}

.inside-box .news-d .sub-news-ptext li.hover,
.inside-box .news-d .sub-news-imgtext li:hover {
	background: #718556;
}

.inside-box .news-d .sub-news-ptext li h4 {
	/* text-align: left;
	font-size: 16px;
	margin-bottom: 5px; */
	font-size: .26rem;
	/* font-family: 'Microsoft YaHei'; */
	font-weight: 400;
	color: #666666;
	/* line-height: 36px; */
	flex: 1;
	margin-right: .1rem;
}

.inside-box .news-d .sub-news-ptext li p {
	color: #666;
	line-height: .24rem;
	height: .72rem;
	overflow: hidden;
	text-align: justify;
	font-size: .14rem;
	display: none;
}

.inside-box .news-d .sub-news-ptext li p a {
	color: #877f44;
}

.inside-box .news-d .sub-news-ptext .u-con {
	/* padding-left: 190px; */
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.inside-box .news-d .sub-news-ptext .u-con img {
	width: .16rem;
	height: .19rem;
	margin-right: .2rem;
}

.inside-box .news-d .sub-news-ptext .u-time span {
	font-size: .22rem;
	font-weight: 400;
	color: #999999;
}

.inside-box .news-d .sub-news-ptext .u-time a {
	float: right;
	color: #666;
	display: none;
}

.inside-box .news-d .m-page {
	margin-top: .4rem;
}

.inside-box .news-detail {
	line-height: .24rem;
}

.inside-box .news-detail h1 {
	padding: .1rem 0;
	line-height: .28rem;
	text-align: center;
	font-size: .24rem;
	color: #000;
	font-family: 'microsoft yahei';
}

.inside-box .news-detail h1 p {
	display: inline-block;
}

.inside-box .news-detail .detail-time {
	position: relative;
	text-align: center;
	color: #666;
	font-size: .12rem;
	padding: .05rem 0;
}

.inside-box #bdshare {
	position: absolute;
	right: 10rem;
	top: .03rem;
	line-height: .16rem;
}

.inside-box .news-detail .detail-user {
	text-align: center;
	color: #999;
	font-size: .12rem;
	padding: .05rem 0;
	margin-bottom: .010rem;
}

.inside-box .news-detail .detail-share {
	padding: .05rem 0;
	text-align: right;
}

.inside-box .news-detail .detail-img {
	text-align: center;
	padding: .1rem 0;
}

.inside-box .news-detail .detail-img img {
	max-width: 100%;
	display: none;
}

.inside-box .news-detail .detail-con {
	text-align: justify;
	padding: .1rem;
	/* border-bottom: 1px solid #ccc; */
	line-height: .4rem;
	color: #333;
}

.inside-box .news-detail .detail-page {
	padding: .1rem;
	display: none;
}

.inside-box .news-detail .detail-page .page-text {
	width: 48%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inside-box .detail-page .right {
	text-align: right;
	float: right;
}

.inside-box .detail-page .left {
	text-align: left;
	float: left;
}

.inside-box .news-detail .detail-page .page-text a {
	color: #666;
}

.inside-box .news-detail .detail-page .page-text a:hover {
	color: #26a19f;
}






.go-top {
	width: 100%;
	position: relative;
	right: 0.25rem;
	bottom: 1.5rem;
	width: .64rem;
	height: .64rem;
	background: #339999;
	opacity: 0.5;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}

.go-top img {
	width: .38rem;
	height: .46rem;
}







.nav-box .container .search-ico {
	top: 10px;
	width: 100%;
	/* height: 0.3rem; */
	position: relative;
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	display:none;
}

.nav-box .container .search-ico .search-top {
	margin-top: .6rem;
	display: flex;
	align-items: center;
}

.nav-box .container .search-ico .search-top input[type=text] {
	width: 100%;
	height: 0.5rem;
	background-color: #fff;
	border: none;
	padding-left: 0.08rem;
	margin-top: 0.02rem;
	position: absolute;
	left: 0;
	top: 0;
}

.nav-box .container .search-ico .search-top input[type=text]::-webkit-input-placeholder {
	color: #999999;
}

.nav-box .container .search-ico .search-top input[type=button] {
	width: 0.3rem;
	height: 0.3rem;
	background-color: transparent;
	border: none;
	background-image: url(../images/sea-icon.jpg);
	background-size: 100% 100%;
	position: absolute;
	right: 0.5rem;
	top: 0px;
	cursor: pointer;
	margin-top: 0.13rem;
	z-index: 999;

}
