@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b3b3b3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b3b3b3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b3b3b3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #b3b3b3;
}
*{
	padding: 0;
	margin: 0;
	list-style: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color: inherit;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}
.wrap{
	padding-bottom: 3.5rem;
}
.sp_header.on{
	background-color: none;
	/*background-color: #f5f5f5;*/
}
.sp_header{height:3.35rem;overflow:hidden;z-index:10;width:100%;background-color: #fff;}
.sp_logo{padding:0 10px;float:left;height:100%;}
.sp_logo img{margin:auto;max-height:100%;}
.sp_nav{width:3.35rem;float:right;position:relative;cursor:pointer;height:2rem;margin-top:10px}
.sp_nav span{display:block;background:#000;width:2rem;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:6px}
.sp_nav span:nth-of-type(3){top:12px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99999;background:#eee;width:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:3.35rem}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%;display: block;}
.sp_nav p{display: block;position: absolute;top: 18px;left: 10px;line-height: 1rem;font-size: 1rem;width: 2rem;text-align: center;}
.sp_nav_se p{display: none;}

.header-top{
	padding: 1rem 0.5rem;
	text-align: center;
	font-weight: bold;
}
.header-top h4{
	font-size: 1.4rem;
}
.header-top p{
	font-size: 0.8rem;
	text-transform: uppercase;
}
.nav-main{
	background: #228d55;
}
.nav-main li{
	width: 33.33%;
	float: left;
	text-align: center;
	line-height: 2.5rem;
}
.nav-main li a{
	color: #fff;
	font-size: 0.9rem;
}

.banner{
	width: 25rem;
	height: 12.967rem;
	margin: 0rem auto 0;
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
}

.banner img{
	display: block;
	width: 25rem;
	height: 12.967rem;
	object-fit: cover;
}

/*底部导航栏*/
.footer_nav{
	position: fixed;
	z-index: 99;
	width: 25rem;
	height: 3.5rem;
	background: #3c3c3c;
	background-position: center bottom;
	bottom: -0.033rem;
	left: 0;
}
.footer_nav.on{
	display: none;
}
.footer_nav .nav_list{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25rem;
	height: 3.267rem;
}
.footer_nav .nav_list li{
	float: left;
	text-align: center;
}
.footer_nav .nav_list .nav_li01{
	width: 6.25rem;
	height: 3.267rem;
}
.footer_nav .nav_list .nav_li01 .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin: 0.3rem auto 0;
}
.footer_nav .nav_list .nav_li01 .nav_p{
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.2rem;
}
.footer_nav .nav_list li:nth-child(1) .icon{
	background-image: url(../images/footer-nav-icon101.png);
}
.footer_nav .nav_list li:nth-child(2) .icon{
	background-image: url(../images/footer-nav-icon201.png);
}
.footer_nav .nav_list li:nth-child(3) .icon{
	background-image: url(../images/footer-nav-icon301.png);
}
.footer_nav .nav_list li:nth-child(4) .icon{
	background-image: url(../images/footer-nav-icon401.png);
}
.footer_nav .nav_list .nav_li01 a{
	display: block;
	width: 6.25rem;
	height: 3.267rem;
}

@keyframes move1 {
  0%, 100% {
	  top: 40%;
  }
  50% {
	  top: 70%;
  }
  75% {
	  top: 69%;
  }
	100%{
		top: 69%;
	}
}


.cd-top{
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 5rem;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  background: #121111;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top img{width: 50%;}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

/* 无内容 */
.no-goods,.no-network{padding-top:7rem;overflow: hidden;text-align: center;}
.no-goods img{display: block;margin:0 auto 2rem;width:14rem;max-height: 10rem;}
.no-network img{display: block;margin:0 auto 2rem;width:14rem;max-height: 10rem;}
.no-goods p,.no-network p{font-size:14px;color:#666666;line-height: 20px;}


.title{width: 25rem;height: 3rem;background-color: #000;font-size: 0.8rem;}
.title h4{padding-left: 1rem;height: 100%;float: left;overflow: hidden;text-align: center;font-size: 1rem;line-height: 3rem;color: #fff;}
.title .right{float: right;text-align: right;padding-right: 1rem;font-size: 0.8rem;line-height: 3rem;color: #fff;}
.title .right a{color: #fff;}

.index-title{margin: 1rem auto;color: #343434;text-align: center;}
.index-title h4{font-size: 1.6rem;margin-bottom: 0.2rem;font-weight: normal;}
.index-title p{font-size: 0.8rem;}
.index-title h3{width: 40%;height: 3rem;line-height: 3rem;background: url(../images/xuexiao-top.jpg) center center no-repeat;background-size: 100% 100%;text-align: center;color: #fe7841;font-size: 1.4rem;margin: 1rem auto 0.5rem;}

.common{padding: 1rem;}

.de-about-content p{font-size: 1rem;line-height: 2rem;text-indent: 2em;}
.de-about-content p img{display: block;width: 100%;margin-bottom: 0.5rem;}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 1rem 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  margin: 0 3px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.de-page-mian .page-inner a.on,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.swiper-container{width: 100%;margin: 0 auto;overflow: hidden;}
.swiper-slide img{display: block;width: 100%;object-fit: cover;}

.center-img img{width: 100%;display: block;}
.center-name{text-align: center;line-height: 3rem;font-size: 1rem;}
.center-title{font-weight: bold;font-size: 1.2rem;color: #000;line-height: 3rem;margin-bottom: 20px;height: 3rem;border-bottom: 1px solid #ededed;text-align: center;}
.center-content {overflow: hidden;padding-bottom: 1rem;}
.center-content img {max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table {max-width: 100%;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {font-family: '微软雅黑';width: 100%;border-collapse: collapse;table-layout: fixed;margin-bottom: 20px;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {width: 50%;text-align: center;font-size: 15px;color: #262626;background: #f6f6f6;border: 1px solid #e6e6e6;line-height: 48px;font-weight: bold;}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {line-height: 45px;color: #595959;font-size: 15px;text-align: center;border: 1px solid #e6e6e6;}

.newsPage {padding: 0 12px;font-size: 16px;color: #323232;line-height:30px; margin: 0.5rem 0 1rem;}
.newsPage a {color: #323232;}

.news-detail-content {width: 100%;margin: 0 auto;}
.news-detail-content .news-detail-title {padding-bottom: 0.8rem;border-bottom: 1px dashed #ededed;text-align: center;margin-bottom: 0.8rem;}
.news-detail-content .news-detail-title .h3 {font-size: 1.2rem;color: #323232;line-height: 24px;font-weight: bold;margin: 1rem 0 0.5rem;}
.news-detail-content .news-detail-title .b {font-size: 14px;color: #999999;line-height: 20px;}
.news-detail-content .news-detail p {font-size: 14px;color: #595959;line-height: 24px;}
.news-detail-content .news-detail img {max-width: 100%;margin: 0 auto;}

.de-contact {overflow: hidden;}
.de-contact .contact-list {overflow: hidden;margin: 0.8rem 0 1rem;}
.de-contact .contact-list ul li {min-height: 28px;padding-left: 50px;float: left;width: 365px;font-size: 14px;color: #595959;line-height: 20px;padding-top: 8px;margin-bottom: 14px;word-wrap: break-word;}
.de-contact .contact-list ul li span {display: block;float: left;color: #999;}
.de-contact .contact-list ul li.icon-01 {background: url(../images/contact-icon-01.png) no-repeat left top;}
.de-contact .contact-list ul li.icon-02 {background: url(../images/contact-icon-02.png) no-repeat left top;}
.de-contact .contact-list ul li.icon-03 {background: url(../images/contact-icon-03.png) no-repeat left top;}
.de-contact .contact-list ul li.icon-04 {background: url(../images/contact-icon-04.png) no-repeat left top;}
.de-contact .contact-list ul li.icon-05 {background: url(../images/contact-icon-05.png) no-repeat left top;}
.de-contact .contact-list ul li.icon-06 {background: url(../images/contact-icon-06.png) no-repeat left top;}
.de-contact .contact-map {overflow: hidden;}
.de-contact .contact-map #dituContent {width: 100%;height: 24rem;margin: 0 auto 1rem;}

.de-message {overflow: hidden;}
.de-message .tips {font-size: 14px;line-height: 2rem;color: #737373;}
.de-message .mes-form {overflow: hidden;margin: 1rem 0;}
.de-message .mes-form .form-tr {overflow: hidden;font-size: 1rem;}
.de-message .mes-form .form-tr span{float: left;padding-right: 0.5rem;line-height: 40px;}
.de-message .mes-form .form-tr input {float: left;width: 14rem;padding: 0 10px;height: 38px;line-height: 38px;border: 1px solid #e6e6e6;}
.de-message .mes-form .form-tr  input.sex{width: auto;margin: 0 0.4rem;}
.de-message .mes-form .form-tr textarea {display: block;width: 21rem;padding: 5px 10px;height: 168px;border: 1px solid #e6e6e6;}
.de-message .mes-form .form-tr .code {overflow: hidden;}
.de-message .mes-form .form-tr .code input {width: 11rem;float: left;}
.de-message .mes-form .form-tr .code .verify {cursor: pointer;float: left;margin-left: 2rem;width: 8rem;height: 40px;line-height: 40px;text-align: center;font-size: 0;}
.de-message .mes-form .form-tr .code .verify img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
.de-message .mes-form .form-tr .submit {margin-top: 1rem;display: block;width: 12rem;height: 40px;text-align: center;line-height: 40px;background: #3c3c3c;color: #fff;font-size: 15px;}
.de-message .mes-form .form-tr .submit:hover {background: #9c3631;}
.de-message .mes-form .form-tr .error {height: 18px;line-height: 18px;font-size: 12px;color: #f00;padding: 0 5px;}

.pro-sider-ul{margin-bottom: 1rem;}
.pro-sider-ul .ul-li{height: 2.4rem;width: 31%;margin: 0 1% 0.5rem 1%;float: left;}
.pro-sider-ul .ul-li a{height: 2.4rem;line-height: 2.4rem;font-size: 14px;color: #595858;display: block;text-align: center;background: #e6e6e6;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.currentmenu{background: #000 !important;color: #fff !important;}

.index-more{display: block;width: 30%;height: 2.2rem;line-height: 2.2rem;text-align: center;color: #fff;font-size: 1rem;background: #3461ad;margin: 1rem auto 0;border-radius: 20px;}
.index-more1{display: block;margin: 0 1rem;height: 2.6rem;line-height: 2.6rem;text-align: center;color: #fff;font-size: 1rem;background: #359e67;margin-top: 1rem;opacity: 0.62;}

.index-about{background: url(../images/gsjj.jpg) center center no-repeat;background-size: 100% 100%;padding: 1rem 0;}
.index-about-con{color: #4b4b4b;font-size: 1rem;line-height: 2rem;text-indent: 2rem;padding: 0 1rem;}
.index-about-con img{display: block;width: 100%;margin-bottom: 1rem;}

.kecheng{background-color: #47b6d7;padding: 1rem 0;}
.kecheng .kecheng-con{padding: 1rem;}
.kecheng .kecheng-con img{width: 95%;border: 10px solid #0f95bc;margin: 0 auto;display: block;}
.kecheng .kecheng-con h4{color: #fff;padding: 5px 10px;background-color: #0f95bc;font-size: 1.4rem;margin: 1rem 0;display: inline-block;}
.kecheng .kecheng-con p{color: #fff;font-size: 1rem;text-indent: 2em;line-height: 1.8rem;}

.xuexiao{padding: 1rem 0.4rem;}
.xuexiao img{display: block;width: 100%;}

.product li{width: 11rem;float: left;margin-right: 1rem;}
.product li:nth-child(2n){margin-right: 0;}
.product li .product_img{height: 11rem;text-align: center;border: 1px solid #c9c9c9;padding: 0.2rem;}
.product li .product_img img{width: 100%;height: 100%;object-fit: cover;}
.product li p{height: 2rem;line-height: 2rem;text-align: center;color: #2b2b2b;font-size: 0.9rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.index_about{width: 100%;margin: 0 auto;}
.index_about li{width: 11rem;float: left;margin-right: 1rem;margin-bottom: 1rem;}
.index_about li:nth-child(2){margin-right: 0;}
.index_about li img{width: 100%;}
.index_about_left{width: 8rem;float: left;}
.index_about_left img{width: 100%;}
.index_about_right{width: 14rem;float: right;color: #191919;}
.index_about_right h4{font-weight: normal;font-size: 1.0rem;}
.index_about_right p{font-size: 0.8rem;line-height: 1.2rem;}
.index_about_text{color: #161515;font-size: 0.9rem;line-height: 1.8rem;margin-top: 0.5rem;text-indent: 2em;}

.youshi-top{text-align: center;color: #3a3a3a;font-size: 1.6rem;font-weight: bold;margin-bottom: 1rem;}
.youshi-top span{color: #228d55;}
.youshi-li{background: url(../images/youshi-li.jpg) left center no-repeat;padding-left: 1.5rem;height: 12rem;background-size: 22% 80%;}
.youshi-li .youshi-li-con{background: #fff;color: #228d55;padding-left: 1rem;}
.youshi-li .youshi-li-con h3{font-size: 1.6rem;}
.youshi-li .youshi-li-con h4{font-size: 1.2rem;margin: 0.5rem 0;}
.youshi-li .youshi-li-con p{color: #707070;font-size: 1rem;line-height: 1.6rem;}

.news{width: 100%;margin: 0 auto;background: url(../images/news.jpg) center center no-repeat;background-size: 100% 100%;}
.news li{margin-bottom: 1rem;}
.news li a .news-l{width: 38%;float: left;height: 6rem;}
.news li a .news-l img{width: 100%;height: 100%;object-fit: cover;}
.news li a .news-r{width: 60%;float: right;}
.news li a .news-r h4{color: #222222;font-size: 1.2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;}
.news li a .news-r p{color: #222222;font-size: 1rem;line-height: 1.5rem;height: 3rem;overflow: hidden;margin: 0.2rem 0;}
.news li a .news-r span{font-size: 0.8rem;color: #666666;}

.index-contact{background: #00956c;padding: 1rem;}
.index-contact #dituContent{width: 100%;height: 15rem;margin-bottom: 1rem;}
.index-contact li{width: 100%;color: #fff;font-size: 1rem;line-height: 2rem;}
.index-contact li span{font-weight: bold;}
.index-contact .index-contact-ewm{width: 50%;margin: 1rem auto;}
.index-contact .index-contact-ewm img{display: block;width: 100%;}

.contact{width: 100%;margin: 0 auto;text-align: center;}
.contact li{line-height: 2.4rem;color: #3e3e3e;font-size: 1.2rem;}

.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px; font-family:"微软雅黑";}
.page #page_num{ width:50px; margin-top:6px; border-radius:0px;}
.page a{ display:inline-block; height:16px; line-height:16px; border:1px solid #ccc; padding:5px;color:#000; border-radius:0px; background:#fff; margin-right:4px;
		transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;}
.page a &:hover{background:#f4f4f4;border:none; padding:5px 25px;color:#000; text-decoration:none; border:1px solid #ccc; height:16px; line-height:16px;}
.btn2 { border:solid 1px #ccc; padding:5px; }
.btn3 { border:solid 1px #ccc; background:#f4f4f4; padding:5px 25px; margin-right:4px; height:18px; }
#page_num1 { width:50px; height:29px; line-height:18px; margin-top:4px; border:solid 1px #ccc; border-radius:0px; }


.topic-con{padding:20px; font-size:1rem;line-height:1.8rem;}
.article{padding:0;}
.article .hd{font-size:1.3em;font-weight:normal;text-align:center;}
.article .meta{padding:0 0.833em;font-size:0.857em;color:#9c9c9c;text-align:center;}
.article .intro{padding:0.5em 1em;margin:0 0.833em;border-radius:0.21em;}
.article .article-con{margin:0.8em 0.833em 0 0.833em;}
.article .article-con img{width:95%;height:auto;max-width:600px;}

#prev_next {width: 100%;padding: 10px 0px;border-top: 1px solid #f2f2f2;margin-top: 10px;}
#prev_next li {line-height: 36px;width: 100%;padding: 0 1%;}
#prev_next li a {color: #333;text-decoration: none;}

.cnyleft{width: 96%;margin: 2rem auto;}
.cnyleft h4{width: 100%;height: 3rem;border-bottom: 1px solid #ddd;line-height: 3rem;font-size: 1.2rem;font-weight: normal;}
.cnyleft h4 img{width: 8%;margin-right: 1rem;display: inline-block;vertical-align: middle;}
.cnyleft li{width: 100%;line-height: 3rem;}
.cnyleft li img{width: 8%;display: inline-block;vertical-align: middle;}
.cnyleft .cnyewm{width: 100%;}
.cnyleft .cnyewm img{width: 50%;margin: 2rem;}


.ly {width:96%;margin: 2rem auto;}
.ly-k {border:solid 1px #f4f4f4; padding:15px;}
.ly-k-k{width:100%; height:2.6rem; line-height:2.6rem;font-family:"微软雅黑"; font-size:14px;border-radius:0px; border:dashed 1px #ccc; box-shadow:none; background:#fff;margin-bottom: 1rem;text-indent: 1rem;}
.ly-k-k1 {width:100%; height:5rem; line-height:2.6rem; font-family:"微软雅黑"; font-size:14px;border-radius:0px; border:dashed 1px #ccc; box-shadow:none;margin-bottom: 1rem;text-indent: 1rem;}
.ly-k-k2 {float:left; width:30%; height:2.6rem; line-height:2.6rem; font-family:"微软雅黑"; font-size:14px; border-radius:0px; border:dashed 1px #ccc; box-shadow:none; margin-right:15px;text-indent: 1rem;}
.ly-k-k3{float: left;}
input.ly-k-k4{width: 34%;margin-top: 1rem;height: 2.6rem;line-height: 2.6rem;text-align: center;border: none;box-shadow: none;border-radius: 0;background: #000;color: #fff;}

.slide1{
	padding: 1rem;
	background: #00825e;
	text-align: center;
	color: #fff;
}
.counter_list{
	width: 100%;
	margin: 0 auto;
}
.counter_item{
	float: left;
	width: 33.33%;
	margin-bottom: 1rem;
}
.counter{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2rem;
}
.counter_item span{
	font-size: 0.8rem;
	font-weight: normal;
}
.counter_item .counter-text{
	font-size: 1rem;
	line-height: 2rem;
}