@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;
}
.bg-color{
	background: #fff;
}
.sp_header{
	width: 23rem;
	position: fixed;
	left: 0;
	top: 0;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;
	height: 3rem;
	margin-top: 0.5rem;
}
.sp_logo img{height: 100%;}
.sp_nav{width:2rem;float:left;position:relative;cursor:pointer;height:2rem;margin-top: 0.3rem;}
.sp_nav span{display:block;background:#231815;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: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:4rem}
.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;}
.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;}


.header__icon{
	float: right;
	margin-top: 1rem;
}
.header__icon-li{
	float: left;
	height: 2rem;
	margin-right: 1rem;
}
.header__icon-li img{
	vertical-align: top;
	height: 100%;
}
.mobile-icon{
	float: left;
	z-index: 1000;
}

.wrap{
	padding-bottom: 4.6rem;
	background-color: #fff;
}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{display: block;width: 100%;}
/*底部导航栏*/
.footer {
	width: 90%;
	display: block;
	padding: 0.8rem 5%;
	background-color: #ffd600;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.footer>ul{
	float: left;
	width: 40%;
}
.footer>ul>li{
	float: left;
	width: 40%;
}
.footer>ul>li a{
	display: block;
	width: 100%;
}
.footer>ul>li a .img{
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.footer>ul>li a .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.footer>ul>li a h4{
	text-align: center;
	color: #212121;
	font-size: 0.8rem;
	line-height: 1rem;
}
.footer .joinbtn{
	float: right;
	width: 60%;
}
.footer .joinbtn a{
	display: block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	background-color: #d21a1a;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 10px;
}

@keyframes move1 {
  0%, 100% {
	  top: 40%;
  }
  50% {
	  top: 70%;
  }
  75% {
	  top: 69%;
  }
	100%{
		top: 69%;
	}
}

.wx_box p{
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.5rem;
}
.wx_box h4{
	text-align: center;
	font-size: 1.6rem;
	background: #ffd600;
	color: #fff;
	line-height: 3rem;
	font-weight: bold;
}
.wx_box img{
	width: 14rem;
	height: 14rem;
	margin: 1rem auto 0;
	display: block;
	border: 1px solid #eee;
}
.wx_box span{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #666;
	line-height: 2.5rem;
}


.cd-top{
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 5rem;
	right: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	/* image replacement properties */
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	background: #d21a1a;
	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: 80%;vertical-align: middle;margin-top: -4px;}
.cd-top.cd-is-visible{visibility: visible;opacity: 1;}


.mobile-qr {
	display: none;
	padding: 10px;
	width: 140px;
	height: 180px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -90px;
	z-index: 600;
}
.mobile-qr.on{
	display: block;
}
.mobile-qr__close {
	display: block;
	width: 30px;
	height: 30px;
	padding: 7px;
	text-align: center;
	background: #db434a;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: 0;
	border: none;
	outline: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 10;
}
.mobile-ewm{width:20px;position:relative;cursor:pointer;height:20px;margin-left: -2px;margin-top: 2px;}
.mobile-ewm span{display:block;background:#fff;width:20px;height:2px;position:absolute;left:0;transition:all ease 0.35s}
.mobile-ewm span:nth-of-type(1){top:5px;transform:rotate(45deg)}
.mobile-ewm span:nth-of-type(2){top:5px;transform:rotate(-45deg)}
.mobile-qr img {
	width: 100%;
}
.mobile-qr span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
/* 无内容 */
.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%;height: 2.5rem;font-size: 0.8rem;margin-top: 4rem;border-bottom: 1px solid #fff;}
.title h4{padding-left: 1rem;height: 100%;float: left;overflow: hidden;text-align: center;font-size: 1rem;line-height: 2.5rem;color: #000;}
.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{padding: 1rem;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: #a17544;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;padding: 1rem;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;float: left;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 {margin-top: 1rem;display: block;width: 12rem;height: 40px;text-align: center;line-height: 40px;background: #a17544;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: #901d22;color: #fff;}

.product li{width: 100%;margin-bottom: 1rem;}
.product li a{
	display: block;
	background-color: #fff;
	padding: 1rem;
}
.product li a .img{width: 100%;height: 16rem;line-height: 16rem;text-align: center;border: 1px solid #f5f5f5;}
.product li a .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.product li a .text{
	padding: 1rem 0;
}
.product li a .text .product-title{
	display: block;
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 0.5rem;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product li a .text .description{
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.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;}
.page span.current{background-color: #5c94ea;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-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: #5c94ea;
}
/*首页分类 */
.index-items {
	width: 100%;
	margin: 0 auto;
	z-index: 50;
}
.index-items>ul {
	width: 100%;
	margin: 0 auto;
}
.index-items>ul>li {
	display: block;
	float: left;
	width: 50%;
	position: relative;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f4f4f4;
}
.index-items>ul>li:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 2;
}
.index-items>ul>li:nth-child(2n):after{
	display: none;
}
.index-items>ul>li>a {
	display: block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.index-items>ul>li>a .index_pro_icon {
	width: 26%;
	float: left;
	margin-left: 1rem;
}
.index-items>ul>li>a .index_pro_icon img{
	max-width: 100%;
	max-height: 100%;
}
.index-items>ul>li>a .index_pro_title {
	float: right;
	width: 64%;
}
.index-items>ul>li>a .index_pro_title h2 {
	display: block;
	font-size: 1.1rem;
	color: #555;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.index-items>ul>li>a .index_pro_title span {
	display: block;
	font-size: 0.8rem;
	color: #b5b5b5;
	text-transform: uppercase;
}

/*热门服务 */
.index-products {
	padding: 1rem;
	overflow: hidden;
}
.index-products__inner{
	position: relative;
}
.index-title{
	width: 100%;
	margin: 0 auto;
}
.index-title b {
	display: block;
	font-size: 1.4rem;
	color: #535353;
	position: relative;
}
.index-title b:after {
	content: '';
	display: block;
	width: 30%;
	height: 1px;
	line-height: 1px;
	background-color: #d8d7d5;
	position: absolute;
	left: 32%;
	top: 50%;
}
.index-title span {
	display: block;
	font-size: 1.2rem;
	color: #cfcfcf;
	text-transform: uppercase;
	font-weight: bold;
}
.index-products__side-list {
	margin: 0;
}
.index-products__side-list dt {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #5c94ea;
	margin: 1rem 0;
}
.index-products__side-list dd ul {
	margin: 0;
	padding: 0;
}
.index-products__side-list dd ul li {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
}
.index-products__side-list dd ul li:nth-child(2n){
	margin-right: 0;
}
.index-products__side-list dd ul li a {
	display: inline-block;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #5d5d5d;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index-products__slide-outter {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: 0.5rem;
}
.index-products__slide-arrow {
	text-align: right;
	position: static;
}
.index-products__slide-arrow button {
	display: block;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	outline: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-products__slide-arrow button:nth-last-of-type(1) {
	left: auto;
	right: -5px;
}
.index-products__slide-arrow button:hover{
	background-color: #5c94ea;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.index-products__slide-prev{
	background: url(../images/index_pro_l.png) center center no-repeat;
}
.index-products__slide-prev:hover{
	background: url(../images/index_pro_l1.png) center center no-repeat;
}
.index-products__slide-next{
	background: url(../images/index_pro_r.png) center center no-repeat;
}
.index-products__slide-next:hover{
	background: url(../images/index_pro_r1.png) center center no-repeat;
}
.index-products__slide .swiper-slide a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-products__slide .swiper-slide a h3 {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 8rem;
	position: relative;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, right top, from(#5183ca), color-stop(#5485ca), color-stop(#5987ca), color-stop(#5f8ac9), to(#638cc9));
	background-image: -o-linear-gradient(left, #5183ca, #5485ca, #5987ca, #5f8ac9, #638cc9);
	background-image: linear-gradient(to right, #5183ca, #5485ca, #5987ca, #5f8ac9, #638cc9);
}
.index-products__slide .swiper-slide a h3 span {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 8rem;
	padding: 0 1rem;
	font-weight: bold;
	z-index: 2;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index-products__slide .swiper-slide a h3:before,
.index-products__slide .swiper-slide a h3:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	z-index: 2;
	opacity: 0.18;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-products__slide .swiper-slide a h3:after {
	width: 8rem;
	height: 8rem;
	background-image: url(../images/index_products_dot02.png);
	right: 0;
	top: 58%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index-products__slide .swiper-slide a .txt {
	padding: 1rem 2rem;
	background-color: #f9f9f9;
}
.index-products__slide .swiper-slide a .txt .des {
	display: block;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #868585;
	margin-bottom: 20px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
a .btn-more {
	display: block;
	width: 40%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #dfdfdf;
	color: #a6a6a6;
	font-size: 1rem;
	border-radius: 19px;
	transition: all .5s;
	margin: 0 auto;
}
/*案例展示 */
.index-case {
	padding: 1rem;
}
.index-case__side-text {
	font-size: 1rem;
	line-height: 2rem;
	color: #5d5d5d;
	margin: 1rem 0;
	text-indent: 2em;
}
.index-case__list {
	width: 100%;
	overflow: hidden;
}
.index-case__list ul {
	margin-top: 1rem;
}
.index-case__list ul li {
	display: block;
	float: left;
	width: 48%;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 4%;
}
.index-case__list ul li:nth-child(2n){
	margin-right: 0;
}
.index-case__list ul li a{
	display: block;
	height: 6rem;
	line-height: 6rem;
	padding: 5px;
	border: 1px solid #ebebeb;
}
.index-case__list ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/* 首页更多 */
a .index-more {
	display: block;
	width: 32%;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	background-color: #5c94ea;
	color: #fff;
	font-size: 1rem;
	border-radius: 19px;
	transition: all .5s;
}
/* 新闻中心 */
.index-news {
	padding: 1rem;
}
.index-news__col {
	margin-top: 1rem;
}
.index-news__col>div {
	margin-bottom: 0.5rem;
}
.index-news__col>div a {
	display: block;
	background-color: #f6f6f6;
}
.index-news__col>div a b {
	display: block;
	font-size: 1.2rem;
	color: #696969;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-news__col>div a p {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	color: #969696;
	margin: 10px 0 0;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-news__col>div.hot {
	width: 100%;
}
.index-news__col>div.hot a .img {
	width: 100%;
	height: 16rem;
	overflow: hidden;
}
.index-news__col>div.hot a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
}
.index-news__col>div.hot a .txt {
	padding: 1rem;
	background-color: #f6f6f6;
}
.index-news__col>div.hot a .txt span {
	float: left;
	width: 28%;
	font-size: 1.2rem;
	color: #5c94ea;
	padding: 1rem 0;
	line-height: 2rem;
	font-weight: bold;
}
.index-news__col>div.hot a .txt span em {
	display: block;
	font-size: 1.6rem;
	font-style: normal;
}
.index-news__col>div.hot a .txt .index-news-title {
	padding-top: 0.5rem;
	padding-left: 32%;
	position: relative;
}
.index-news__col>div.hot a .txt .index-news-title:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #c8c8c8;
	position: absolute;
	left: 28%;
	top: 0;
}
.index-news__col>div.hot a .txt .index-news-title p {
	margin-top: 10px;
}
.index-news__col>div.hot a:hover .img span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.index-news__col>div a:hover b{
	color: #689beb;
}
.index-news__col>div.item {
	width: 100%;
}
.index-news__col>div.item a {
	padding: 1rem;
}
.index-news__col>div.item a b{
	float: left;
	width: 15rem;
}
.index-news__col>div.item a p{
	color: #828282;
}
.index-news__col>div.item a span {
	display: block;
	float: right;
	width: 6rem;
	font-size: 1rem;
	color: #b3b3b3;
	text-align: right;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* 关于我们 */
.index-about{
	padding: 1rem;
}
.index-about .index-about-text{
	text-indent: 2em;
	color: #7f7f7f;
	font-size: 1rem;
	line-height: 2.2rem;
	overflow: hidden;
	margin: 1rem 0;
}
/* 内页分类 */
.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 1rem;
}
.news li a{
	display: block;
	display: block;
	background-color: #fff;
	padding: 1rem;
}
.news li a span.date{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #949494;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.news li a span.date em {
	display: block;
	font-style: normal;
	font-size: 1rem;
}
.news li a .news_title {
	font-size: 1.2rem;
	color: #333;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 0.5rem 0 1rem;
}
.news li a .img {
	width: 100%;
	overflow: hidden;
}
.news li a .img img{
	display: block;
	width: 100%;
	background-color: #f5f5f5;
}
.news li a .description {
	font-size: 1rem;
	line-height: 2rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 1rem;
}
/* 新闻内页 */
.news-content {
	width: 100%;
}
.news-content__inner {
	background-color: #fff;
	padding: 1rem;
}
.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:#fff;}
.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:#005baa; 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:#005baa;}
.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;}
.jobs_join-text h4{ font-size:13px; color:#005baa; 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:#005baa;}
.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;
}


/****************/
.fuchi{
	padding: 0.1rem 3rem;
	margin-top: 1.5rem;
}
.fuchi-title{
	margin: 0 auto;
	display: flex;
	border:1px solid #343434;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 1.9rem;
	line-height: 1.9rem;
	overflow: hidden;
}

.fuchi-title-left{
	padding: 0px 10px;
	font-size: 1rem;
	font-weight: bold;
	background: #343434;
	color: #fff;
}

.fuchi-title-right{
	padding: 0px 10px;
	font-size: 0.7rem;
	font-weight: bold;
	font-style: italic;/**倾斜**/
}

.fuchi-img{
	/* padding: 1.3rem; */
	text-align: center;
	margin-top: 2rem;
	overflow: hidden;
}

.fuchi-img img{
	width: 90%;
	height: 20rem;
	object-fit: cover;
	border-radius: 0.5rem;
	box-shadow:-0.8rem -1rem 0.7rem #f9e8cf;
}

/**分割线**/
.fengexian{
	width: 100%;
	height: 1.5rem;
	background: #e7e7e7;
	margin-top: 1rem;
}

/**加盟留言**/
.jm-message{
	width: 90%;
	background: #ffd600;
	border-radius: 0.3rem;
	margin: 0 auto;
	position: relative;
	margin-top: 10%;
	padding-top: 5%;
	text-align: center;
}

.jm-message-lb{
	width: 84%;
	text-align: center;
	position: absolute;
	top: -5%;
	left: 8%;
}

.jm-message-lb img{
	width: 100%;
}

.jm-message-title{
	background: #fff;
	padding: 0.2rem 0.8rem;
	border-radius: 1.8rem;
	box-shadow:0.1rem 0.1rem 0.1rem #9b892f;
	font-size: 0.5rem;
	font-weight: bold;
	font-style: italic;/**倾斜**/
	margin-top: 1rem;
}

.jm-message-nr{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.jm-message-nr dl{
	width: 25%;
	float: left;
}

.jm-message-nr dl dt {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #e2feff;
    margin: 0 auto;
    margin-top: 20%;
    text-align: center;    
    line-height: 4rem;
}

.jm-message-nr dl dt img{
	width: 55%;
	vertical-align: middle;
}

.jm-message-nr dl:nth-child(2) dt img{
	width: 58%;
}

.jm-message-nr dl:nth-child(3) dt img{
	width: 45%;
}

.jm-message-nr dl:nth-child(4) dt img{
	width: 45%;
}

.jm-message-nr dl dd {
	font-size: 0.5rem;
	margin-top: 0.7rem;
}


.jm-lingqu{
	width: 70%;
	padding: 2%;
	border: none;
	background: #e2feff;
	border-radius: 5px;
	margin-bottom: 0.7rem;
	margin: 0 auto;
	display: inline-block;
	color: #9e1313;
	opacity: 0.94;
	margin-top: 1.2rem;
}

.jm-lingqu img{
	height: 20px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.jm-lingqu i{
	font-style: normal;
	background: #9e1313;
	color: #fff;
	padding: 0px 3px;
	border-radius: 5px;
	letter-spacing: 2px;
	margin: 0px 3px;
}


.jm-message-nr input{
	display: inline-block;
	width: 90%;
	border: none;
	background: #e2feff;
	padding: 4%;
	border-radius: 5px;
	margin-bottom: 0.7rem;
	outline: none;
}
.jm-message-nr input#name,
.jm-message-nr input.name{
	margin-top: 1rem;
}
.jm-message-nr input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 0.9rem;
}
.jm-message-nr input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
  font-size: 0.9rem;
}
.jm-message-nr input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  font-size: 0.9rem;
}
.jm-message-nr input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
  font-size: 0.9rem;
}
.jm-message-nr .code{
	margin: 0 1%;
}
.jm-message-nr .code input{
	width: 58%;
	float: left;
}
.jm-message-nr .code img{
	height: 40px;
	float: right;
}
.jm-message-nr #submit,
.jm-message-nr #submit1{
	width: 86%;
	background: #d21a1a;
	color: #fff;
	position: absolute;
	bottom: -6%;
	left: 7%;
	padding: 3%;
	font-size: 1.2rem;
	border: 0px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing:0.1rem
}

/**分割线**/
.fengexian2{
	width: 100%;
	height: 1.5rem;
	background: #e7e7e7;
	margin-top: 2.5rem;
}

/**领军品牌**/
.lingjun{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lingjun-ad1 img{
	width: 100%;
}

/**数字动态 start**/
.numCount{ margin: 0 auto;width: 90%;margin-top: 4%;}
.numCount li{ float: left; width: 33.33%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:1.2rem; font-weight: bold;}
.numCount li .numU .unitC{font-size:1.2rem; line-height: 1.3; color: #151515;font-weight: bold;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
.numCount li .indc{font-size: 0.9rem;color: #151515;font-weight: 300;text-align: center;}
/**数字动态 end**/
.lingjun-img{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2%;
}
.lingjun dl{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.lingjun dl:nth-child(3n){
	margin-right: 0px;
}

.lingjun dl img{
	width: 100%;
}

.lingjun-img img.da{
	width: 100%;
}

/**书写心理**/
.xinli{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xinli-ad1 img{
	width: 100%;
}

.xinli-com{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3%;
	padding-bottom: 3%;
	border-bottom: 1px solid #dcdcdc;
}

.xinli-title{
	width: 90%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.xinli-title span{
	background: #e92540;
	color: #fff;
	padding: 1% 3%;
	border-radius: 5px;
	display: inline-block;
	font-size: 1rem;
}

.xinli-title-right{
	position: absolute;
	right: 0;
	top: 0.5rem;
	font-size: 0.7rem;
	font-weight: bold;
}

.xinli-title-right i{
	font-style: normal;
	color: #adadad;
	font-weight: 300;
}

.xinli-a{
	text-indent: 2em;
	line-height: 1.6rem;
	font-size: 0.9rem;
	text-align: left;
	color: #2f2e2e;
	margin-top: 3%;
}

.xinli-video{
	width: 100%;
	margin-top: 2%;
}

.xinli-video img{
	width: 100%;
}

.xinli-b{
	text-indent: 2em;
	line-height: 1.3rem;
	font-size: 0.9rem;
	text-align: left;
	color: #2f2e2e;
	margin-top: 3%;
}

.xinli-b img{
	width: 50%;
	float: left;
}

.xinli-text{
	font-size: .9rem;
	padding: .4rem 0px;
	line-height: 1.6rem;
}

.pro-list{
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0.5rem;
}

.pro {
    margin-bottom: 2%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;

}
.pro-list .swiper-container{
	overflow: hidden;
}
.pro-list .swiper-slide{
	transition: 300ms;
	transform: scale(0.9);
}
.pro-list .swiper-slide-active,
.pro-list .swiper-slide-duplicate-active{
	transform: scale(1);
}
.pro:nth-child(3n){
	margin-right: 0px;
}

.pro-list a {
    color: #2c2c2c;
    display: inline-block;
}

.pro-img {
	line-height: 1;
	margin-top: 1rem;
	width: 100%;
	height: 6rem;
	line-height: 6rem;
}
.pro img {
	max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
}
.pro p {
    color: #2f2e2e;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0.5rem 0px 1rem 0px;
}

/**信息化平台**/
.xinxi-list{
	width: 100%;	
	height: auto;
	overflow: hidden;
}

.xinxi-list li{
	width: 100%;
	float: left;
	padding: 1.5rem 0px;
	border-bottom: 1px solid #dcdcdc;
}

.xinxi-info{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.xinxi-left{
	width: 35%;
	float: left;
}

.xinxi-img{
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

.xinxi-img img{
	width: 6rem;
	height: 6rem;
	vertical-align: middle;
	border-radius: 50%;
	object-fit: cover;
}

.xinxi-right{
	width: 65%;
	float: left;
}

.xinxi-right h3{
	font-size: 1.2rem;
}

.xinxi-right p{
	font-size: .8rem;
}

.xinxi-right-img{
	width: 100%;
	margin-top: 5px;
}
.xinxi-right-img img{
	display: block;
	width: 100%;
}
.xinxi-right-img dl{
	width: 32%;
	height: 4rem;
	line-height: 4rem;
	float: left;
	margin-right: 2%;
}

.xinxi-right-img dl dt img{
	max-width: 100%;
	min-height: 100%;
	vertical-align: middle;
	object-fit: cover;
}

.xinxi-right-img dl:nth-child(3n){
	margin-right: 0px;
}

/**8大支持**/
.zhichi-list{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #2f2e2e;
	border-radius: 5px;
	margin-top: .8rem;
	margin-bottom: 20px;
}

.zhichi-list li{
	width: 100%;
	float: left;
	background: #e2feff;
}
.zhichi-list li:nth-child(2n){
	background: #c4d9d0;
}
.zhichi-list li:nth-child(2n) .zhichi-b{
	background: #353229;
}

.zhichi-a{
	width: 15%;
	float: left;
	height: 3.6rem;
	text-align: center;
}

.zhichi-a .zhichi-a-num{
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	margin: 0 auto;
	margin-top: 2rem;
	background: #2f2e2e;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}

.zhichi-b{
	width: 25%;
	height: 6rem;
	float: left;
	vertical-align: middle;
	text-align: center;
	background: #2f2e2e;
}

.zhichi-b-img{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	margin-top: 1.2rem;
}

.zhichi-b-img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.zhichi-b p {
    color: #fff;
    font-size: 0.9rem;
}



.zhichi-c{
	height: 6rem;
	width: 60%;
	float: left;
	font-size: .9rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px .2rem 10px .5rem;
	box-sizing: border-box;
}