@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: "微软雅黑";
}
*{
-webkit-touch-callout:none; /*系统默认菜单被禁用*/
-webkit-user-select:none; /*webkit浏览器*/
-khtml-user-select:none; /*早期浏览器*/
-moz-user-select:none;/*火狐*/
-ms-user-select:none; /*IE10*/
user-select:none;
}
input {
-webkit-user-select:auto; /*webkit浏览器*/
}
a{
	text-decoration: none;
	color: inherit;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}
.wrap{
	padding: 0 0 3.9rem 0;
	position: relative;
	right: 0;
	transition:right ease 0.35s;
}
.wrap.on{
	right: 60%;
}
#nav-over {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#nav-over.on{
	display: block;
}
.bg-color{
	background: #fff;
}
.sp_header{
	width: 23rem;
	height: 4rem;
	padding: 0 1rem;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 100;
}
.sp_logo{
	display: block;
	float: left;
	width: 19rem;
	height: 4rem;
	line-height: 4rem;
}
.sp_logo img{width: 100%;vertical-align: middle;margin-top: -4px;}
.sp_nav{width:2rem;float:right;position:relative;cursor:pointer;height:2rem;margin-top: 1.3rem;}
.sp_nav span{display:block;background:#007701;width:2rem;height:0.2rem;position:absolute;left:0;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px;}
.sp_nav span:nth-of-type(2){top:0.6rem;}
.sp_nav span:nth-of-type(3){top:1.2rem;}
.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:999;background:#fff;width:60%;font-size:14px;line-height:40px;top:0;right:-60%;height: 100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;}
.nav_show{right: 0;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.sjj_nav ul{padding: 10% 0;}
.sjj_nav ul li{border-top:1px #ddd solid;padding: 0 20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav ul li:first-child{border-top: none;}
.sjj_nav ul li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li ul li{border-top:1px #ddd solid;}
.sjj_nav ul li ul li:first-child{border-top: 1px #ddd solid;}
.sjj_nav ul li a{color:#666;width:80%;display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}


.head-tel{
	padding: 0.5rem 0;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #007701;
}
.head-tel img{
	width: 10%;
	vertical-align: middle;
	margin-top: -8px;
	margin-right: 5px;
}
.head-tel a{
	font-size: 1.4rem;
}
.header__icon{
	float: right;
	width: 2rem;
}
.mobile-icon{
	float: left;
	z-index: 1000;
}

.banner{
	width: 100%;
	height: 100%;
	margin: 0rem auto;
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	margin-top: 4rem;
}

.banner img{
	display: block;
	width: 100%;
	object-fit: cover;
}

/*底部导航栏*/
.footer_nav{
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 3.5rem;
	background: #191919;
	bottom: 0;
	left: 0;
}
.footer_nav ul li{
	float: left;
	width: 25%;
}
.footer_nav ul li a{
	text-align: center;
	display: block;
	height: 3.5rem;
	border-right: 2px solid #474747;
}
.footer_nav ul li:last-child a{
	border: none;
}
.footer_nav ul li .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin: 0.3rem auto 0;
}
.footer_nav ul li .nav_p{
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.2rem;
}
.footer_nav ul li:nth-child(1) .icon{
	background-image: url(../images/footer-nav-icon101.png);
}
.footer_nav ul li:nth-child(2) .icon{
	background-image: url(../images/footer-nav-icon201.png);
}
.footer_nav ul li:nth-child(3) .icon{
	background-image: url(../images/footer-nav-icon301.png);
}
.footer_nav ul li:nth-child(4) .icon{
	background-image: url(../images/footer-nav-icon401.png);
}


@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: #007701;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -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: 100%;text-align: center;padding-top: 1rem;}
.title h4{font-size: 1.4rem;line-height: 2.5rem;color: #000;display: inline-block;padding-bottom: 0.5rem;border-bottom: 2px solid #0e233e;}
.title .right{float: right;text-align: right;padding-right: 1rem;font-size: 0.8rem;line-height: 2.5rem;color: #000;}
.title .right a{color: #000;}

.common{padding: 1rem;}

.de-about-content{background-color: #fff;}
.de-about-content p{font-size: 1rem;line-height: 2rem;}
.de-about-content p img{max-width: 100%;}

.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;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #237ed2;
  background: #237ed2;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.center-img img{width: 100%;display: block;}
.center-name{text-align: center;line-height: 3rem;font-size: 1rem;}
.conter-zx{text-align: center;margin: 1rem 0;}
.conter-zx img{width: 50%;}
.conter-zx h1{font-size: 1.1rem;line-height: 2.4rem;}
.conter-zx h2{color: #ff0000;font-size: 1.2rem;}
.center-title{font-weight: bold;font-size: 1.2rem;color: #0e233e;line-height: 3rem;margin-bottom: 20px;height: 3rem;border-bottom: 1px solid #ededed;}
.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;background-color: #fff;}
.de-contact .contact-list {overflow: hidden;margin: 0.8rem 0 1rem;}
.de-contact .contact-list ul li {min-height: 28px;padding-left: 50px;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;}
.de-message .mes-form .form-tr input {display: block;width: 21rem;padding: 0 10px;height: 38px;line-height: 38px;border: 1px solid #e6e6e6;}
.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;margin-right: 0.2rem;}
.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 {display: block;width: 100%;height: 40px;text-align: center;line-height: 40px;background: #007701;color: #fff;font-size: 15px;}
.de-message .mes-form .form-tr .submit:hover {background: #000;}
.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 .pro-sider-top{text-align: center;font-size: 1.2rem;line-height: 2.5rem;}
.pro-sider-ul .ul-li{height: 2.4rem;width: 48%;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;}
.pro-sider-ul .ul-li a.currentmenu{background: #4083cf;color: #fff;}

.product li{width: 49%;float: left;margin-right: 2%;}
.product li:nth-child(2n){margin-right: 0;}
.product li .product_img{height: 11rem;text-align: center;line-height: 11rem;background-color: #fff;}
.product li .product_img img{width: 100%;height: 100%;object-fit: cover;vertical-align: middle;}
.product li p{height: 2.5rem;line-height: 2.5rem;text-align: center;color: #313131;font-size: 1rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.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;display: none;}
.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;}
.page span{display: inline-block;padding: 5px 12px;background-color: #007701;color: #fff;}
.page span.current{background-color: #007701;color: #fff;}
.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;}

.index-title{
	text-align: center;
	margin-bottom: 1rem;
}
.index-title h4{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #128510;
}
.index-title p{
	color: #313131;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.2rem;
}
/*首页轮播 */
.index-banner {
	width: 25rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.index-slide__item {
	width: 100%;
	outline: 0;
}
.index-slide__item img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.index-slide>.index-slide__page {
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 2;
}
.index-slide>.index-slide__page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #dbdadd;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.index-slide>.index-slide__page .swiper-pagination-bullet-active {
	width: 24px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #007701;
}
/* 首页更多 */
a.index-more {
	display: block;
	width: 32%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	background-color: #f39800;
	color: #fff;
	font-size: 1rem;
	border-radius: 20px;
	margin: 0.5rem auto 0;
}
/* 公司优势 */
.youshi{
	padding: 2rem 1rem 1rem 1rem;
}
.youshi li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 1rem;
	text-align: center;
	color: #191919;
}
.youshi li:nth-child(2n){
	margin-right: 0;
}
.youshi li img{
	display: block;
	width: 100%;
}
.youshi li h4{
	font-size: 1.2rem;
	margin: 0.5rem 0 0.2rem;
}
.youshi li p{
	font-size: 1rem;
	line-height: 1.2rem;
}
.youshi li .youshi-li{
	width: 3rem;
	float: left;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #4083cf;
}
.youshi li .youshi-text{
	float: right;
	width: 19rem;
}
.youshi li .youshi-text h4{
	line-height: 3rem;
	color: #505050;
	font-size: 1.3rem;
}
.youshi li .youshi-text p{
	color: #8c8c8c;
	font-size: 1rem;
	line-height: 1.5rem;
}
/* 新闻中心 */
.news-main{
  overflow: hidden;
}
.news-main a{
	display: block;
	margin-bottom: 1rem;
}
.news-main a .news-list-img{
  width: 30%;
  height: 6rem;
  float: left;
}
.news-main a .news-list-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main a .news-list-text{
  width: 68%;
  float: right;
}
.news-main a .news-list-text h1{
  color: #666;
  font-size: 1rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-main a .news-list-text h2{
  color: #7f7f7f;
  font-size: 0.8rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  margin-top: 6px;
  font-weight: normal;
}

/* 关于我们 */
.index-about{
	padding: 1rem;
	background-color: #007701;
}
.index-about .index-about-text{
	text-indent: 2em;
	color: #fff;
	font-size: 1rem;
	line-height: 2.2rem;
	overflow: hidden;
}

.index-contact{
	width: 80%;
	margin-left: 20%;
	color: #1d1d1d;
	font-size: 1rem;
	line-height: 2rem;
}
/* 内页分类 */
.inner-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.inner-nav .inner-nav-middle {
	padding: 1rem 0.2rem;
}
.inner-nav-item{
	float: left;
	margin: 0 1%;
}
.inner-nav-item a {
	display: block;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #333;
	border: 1px solid rgba(218,218,218,0.5);
	text-align: center;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}
.inner-nav-item a.cur,
.inner-nav-item a:hover {
	display: block;
	color: #fff;
	background-color: #5c94ea;
}
/* 服务内页 */
.product_info{
	padding: 1rem;
	background-color: #fff;
}
.product_info .img {
	border: 1px solid #f5f5f5;
	padding: 10px;
	text-align: center;
}
.product_info .img img {
	width: 100%;
	vertical-align: top;
}
.product_info .text {
	width: 100%;
	padding: 1rem 0 0 0;
}
.product_info .text .product_info_title{
	display: block;
	font-size: 1.4rem;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_info  .text .description {
	color: #666;
	font-size: 1rem;
	line-height: 2rem;
	margin: 1rem 0;
}
.product_info .text a.more {
	display: block;
	width: 42%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	text-align: center;
	background-color: #5c94ea;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.product_info .text a.more img{
	vertical-align: top;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.5rem 10px 0 0;
}
.proInfo{
	margin-top: 1rem;
}
.proInfo .proInfo_con{
	background-color: #fff;
	padding: 1rem;
}
.proInfo_nav{
	width: 100%;
}
.proInfo_nav ul {
	margin: 0;
}
.proInfo_nav ul li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 0.5rem;
	margin-right: 2%;
}
.proInfo_nav ul li:nth-child(2n){
	margin-right: 0;
}
.proInfo_nav ul li a {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #747474;
	line-height: 3rem;
	border: 1px solid #ececec;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.proInfo_nav ul li a:hover {
	color: #5c94ea;
}
.proInfo_nav ul li a:hover:after {
	width: 22px;
}
.proInfo_nav ul li.active a {
	color: #5c94ea;
}

.serive-content__block {
	margin-top: 1rem;
}
.serive-content__block h2.proInfo_title {
	text-align: center;
	font-size: 1.3rem;
	color: #333;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0;
}
.serive-content__cpjs {
	background-color: #f5f5f5;
	position: relative;
	padding: 1rem;
}
.serive-content__cpjs .inner {
	position: relative;
	z-index: 2;
}
.serive-content__cpjs p{
	font-size: 1rem;
	line-height: 2rem;
}
.serive-content__cpjs p img{
	max-width: 100%;
}
.serive-content__cjwt ul {
	margin: 0;
	padding: 0;
}
.serive-content__cjwt ul li {
	display: block;
	background-color: #f5f5f5;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 1rem;
	padding: 1rem;
	line-height: 30px;
	font-size: 1rem;
}
.serive-content__cjwt ul li .q {
	position: relative;
	padding: 0 0 0 2.5rem;
	margin-bottom: 0.5rem;
	color: #333;
	font-weight: bold;
}
.serive-content__cjwt ul li .q:before {
	content: "Q";
	font-weight: normal;
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border: 1px solid #5c94ea;
	background-color: #5c94ea;
	color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.serive-content__cjwt ul li .a {
	position: relative;
	padding: 0 0 0 2.5rem;
}
.serive-content__cjwt ul li .a:before {
	content: "A";
	font-weight: normal;
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border: 1px solid #5c94ea;
	color: #5c94ea;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.serive-content-liucheng{
    padding: 1rem 0;
}
.serive-content-liucheng ul {
	width: 100%;
	margin: 0 auto;
}
.serive-content-liucheng li {
    float: left;
    width: 33.33%;
    text-align: center;
	position: relative;
}
.serive-content-liucheng li .img{
	width: 50%;
	margin: 0 auto;
}
.serive-content-liucheng li .img img{
	width: 100%;
}
.serive-content-liucheng li h3{
    color: #333;
	font-size: 1rem;
}
.serive-content-liucheng li p{
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.serive-content-liucheng li i{
	width: 2rem;
	height: 0.5rem;
	position: absolute;
	top: 1.5rem;
	right: -15%;
	background: url(../images/footer-top-li.png) center center no-repeat;
	background-size: 100% 100%;
}
.serive-content-liucheng li:nth-child(4) i{
	background: url(../images/footer-top-li2.png) center center no-repeat;
	background-size: 100% 100%;
}
.serive-content-liucheng .serive-content-liucheng-img{
	float: left;
	width: 33.33%;
}
.serive-content-liucheng .serive-content-liucheng-img img{
	width: 50%;
}
.serive-content-liucheng li:nth-child(4),.serive-content-liucheng li:nth-child(5){
	margin-top: 1.2rem;
}

.proInfo_list {
	width: 100%;
	margin-top: 1rem;
}
.proInfo_list .inner{
	background-color: #fff;
	padding: 1rem;
}
.proInfo_list .inner h3.proInfo_list_title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.proInfo_list .inner h3.proInfo_list_title:after {
	content: "";
	display: block;
	width: 43px;
	height: 3px;
	line-height: 3px;
	background-color: #5c94ea;
	margin: 1rem auto;
}
.proInfo_list .inner .list {
	margin: 0;
	padding: 0;
}
.proInfo_list .inner .list li {
	display: block;
}
.proInfo_list .inner .list li a {
	display: block;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #cecece;
}
.proInfo_list .inner .list li a .img {
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.proInfo_list .inner .list li a .img img {
	display: block;
	width: 100%;
}
.proInfo_list .inner .list li a .text {
	text-align: center;
}
.proInfo_list .inner .list li a .text .proInfo_list_title {
	display: block;
	font-size: 1rem;
	color: #333;
	line-height: 3rem;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.proInfo_list .inner .list li a:hover .img img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
	-ms-transform: scale(1.1) translate(-50%, -50%);
	transform: scale(1.1) translate(-50%, -50%);
}
/* 新闻列表页 */
.news{
	width:100%;
}
.news li{
	width: 100%;
	margin: 0 auto;
}
.news li a h4{width: 14.5rem;color: #686868;font-size: 1.0rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url(../images/news-li.png) left center no-repeat;padding-left: 1rem;line-height: 2.5rem;font-weight: normal;float: left;}
.news li a p{float: right;color: #a0a0a0;font-size: 1rem;width: 6rem;line-height: 2.5rem;}
/* 新闻内页 */
.news-content {
	width: 100%;
}
.news-content__inner {
	background-color: #fff;
}
.news-content__title {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #333;
}
.news-content__info {
	font-size: 1rem;
	text-align: center;
	padding: 1rem 0 0;
	color: #999;
}
.news-content__info span {
	display: inline-block;
	vertical-align: top;
}
.news-content__text {
	padding: 1rem 0 0 0;
	margin-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news-content__text p{
	font-size: 1rem;
	line-height: 2rem;
}
.news-content__text p img {
	max-width: 100% !important;
	height: auto !important;
}
.news-content-title{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 1rem 0 0.5rem 0;
}
.related_list .list ul li {
	display: block;
}
.related_list .list ul li a {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	position: relative;
	overflow: hidden;
	padding-left: 15px;
}
.related_list .list ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	line-height: 6px;
	background-color: #666;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 15px;
}
.related_list .list ul li a span {
	color: #666;
	padding-left: 10px;
}
/* 案例列表页 */
.case_list li{
	width: 100%;
	margin-bottom: 1rem;
}
.case_list li a{
	display: block;
	background-color: #fff;
	padding: 1rem;
}
.case_list li a .img {
	float: left;
	width: 30%;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	padding-right: 1%;
	border-right: 1px solid #ebebeb;
	overflow: hidden;
}
.case_list li a .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.case_list li a .text {
	float: right;
	width: 65%;
}
.case_list li a .text b.case_list_title {
	display: block;
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_list li a .text .des {
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 案例内容 */
.case-content {
	width: 100%;
}
.case-content__top {
	padding: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	background-color: #fff;
}
.case-content__top-title{
	display: block;
	font-size: 1.4rem;
	color: #5c94ea;
	margin: 0 0 0.5rem;
}
.case-content__top-description{
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
}
.case-content__inner {
	background-color: #fff;
	padding: 1rem;
}
.case-content__text {
	width: 100%;
}
.case-content__text p{
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
}
.case-content__text p img {
	max-width: 100% !important;
	height: auto !important
}
/* 加入我们 */
.jobs_join{ width:100%;background-color:#fff;}
.jobs_join ul{ width:100%;}
.jobs_join ul li{ margin-bottom:1rem;}
.jobs_join-tit{width:100%; height:4rem;background-color:#eee;}
.jobs_join-tit h3,
.jobs_join-tit span,
.jobs_join-tit small,
.jobs_join-tit font{float: left;line-height:4rem;} 
.jobs_join-tit h3{font-size:1rem; color:#4083cf; font-weight:bold;width:80%;margin: 0 0 0 1rem;} 
.jobs_join-tit small{ width:2rem; height:2rem; background:url("../images/hjt.png") no-repeat center center; vertical-align:middle;background-size: 100% 100%;margin-top: 1rem;} 
.jobs_join-tit:hover{ background-color:#4083cf;}
.jobs_join-tit:hover h3,
.jobs_join-tit:hover span,
.jobs_join-tit:hover font{ color:#fff;}
.jobs_join-tit:hover small{ background:url("../images/bjt.png")/*bjt.png*/ no-repeat center center;}
.jobs_join-text{display:table; padding:20px; display:none;background-color: #eee;}
.jobs_join-text h4{ font-size:13px; color:#4083cf; font-weight:bold; margin-top:20px; margin-bottom:30px;}
.jobs_join-text p{ font-size:13px; color:#666666; line-height:23px;} 
.jobs_join ul li.on .jobs_join-tit{ background-color:#4083cf;}
.jobs_join ul li.on .jobs_join-tit h3,
.jobs_join ul li.on .jobs_join-tit span,
.jobs_join ul li.on .jobs_join-tit font{ color:#fff;}
.jobs_join ul li.on .jobs_join-tit small{ background:url("../images/bjt.png") no-repeat center center;background-size: 100% 100%;}


table{width:100%;border-collapse: collapse;}
table tbody{width:100%;}
table tbody tr td{border:solid 1px #ccc;vertical-align: middle;padding: 5px;line-height: 18px;}
table tbody tr td p{text-indent: 0 !important;}

a.custom_more {
	display: block;
	width: 42%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	text-align: center;
	background-color: #5c94ea;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
a.custom_more img{
	vertical-align: top;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.5rem 10px 0 0;
}