
/*导航*/

.he-top {
	background: #E0E0E0;
	padding: 5px;
}

.he-top p {
	font-size: 0.8em;
	color: #8c8787;
}

.he-top a {
	font-size: 0.8em;
	color: #8c8787;
	padding: 0 10px;
}
.nav>li>a {
	padding: 25px 20px;
	display: block;
	position: relative;
	text-align: center;
}



.nav>li>a:hover:after {
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	left: 10px;
	right: 10px;
}

nav a.active:after {
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	top: 80%;
	left: 10px;
	right: 10px;
}

.dropdowns{
	position: relative;
}
.dropdowns ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
}
.dropdowns li{
	width: 100%;
	line-height: 30px;
	color: #626262;
}
.dropdowns li:not(.active):hover{
	background-color: #F5F5F5;
}
.dropdowns .active a{
	color: #fff;
}
.modal_input{
	width:300px;
	margin: 20px 0 0 20px;
	padding:5px;
}
.alert{
	font-size: 0.9em;
	color:#F54545;
	display: none;
}


/* 更新表格 */
.tab_new{
	display: none;
}
.detail{
	display: none;
}
.back{
	cursor: pointer;
	float:right;
}

.detail_list{
	padding: 20px ;
	border-radius: 5px;
}
.detail_list_nr{
	padding-left: 20px;
	white-space: pre-wrap;
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 0.95em;
}
.left{
	width: 70%;
	border: 1px solid #e9e9e9;
}
.list_ad{
	padding: 20px;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f6f6f6;
	font-size: 1em;
}
.list_bold{
	font-weight: bold;
}
.list_title{
	font-size: 1.4em;
	margin-bottom: 8px;
}
.list_item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
}
.list_item:hover{
	background-color: #EEEEEE;
}
.list .list_item img{
	width: 5em;
	height: 5em;
	border-radius: 50%;
	margin: 10px 40px ;
}
.list_time{
	margin: 5px 0;
	color: #99A4BD;
}
.versionlist{
	display:flex;
}
.right{
	width: 30%;
}
.right_item{
	display: block;
	width: 65%;
	height: 60px;
	margin: 0 auto 10px;
	color:#fff;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 1.5em;
}
.right_contact{
	background-image: linear-gradient(to bottom,#43BADC,#C9F1F0);
}
.right_item .iconfont{
	color: #fff;
	margin-right: 15px;
	font-size: 1.2em;
}
.right_download{
	background-image: linear-gradient(to bottom,#EB9A18,#F4BF59);
}
.listtab{
	display: none;
}

/*介绍*/

.introduce {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 25px 0;
}

figure p {
	color: #ff150e;
	font-size: 0.8em;
	font-weight: bold;
}

figure p span {
	font-size: 4em;
	padding: 0 5px;
}

figcaption {
	color: #777575;
}

/* 下载、联系我们块 */

.menu_item{
	display: block;
	width: 76px;
	height: 76px;
	color: #99999a;
	text-align: center;
	background-color: #f8f7ff;
	padding-top: 10px;
}
.menu_item .iconfont{
	font-size: 2em;
}
.icon-lianxiwomen{
	color: #0393ff;
}
.icon-download-img{
	color:  #ED9F21;
}
.menu_item div{
	margin-top: 5px;
	font-size: 0.7em;
}
/*服务*/

.service {
	background: #f1f1f1;
	padding: 30px 0;
}

.service h2 {
	text-align: center;
	font-size: 1.7em;
	font-weight: 900;
	padding-bottom: 40px;
}

.service li {
	margin-bottom: 40px;
}

.service li>div {
	padding: 10px 15px;
	box-sizing: border-box;
	height: 20em;
	overflow: hidden;
	box-sizing: border-box;
}

.service .f1 {
	background: url(../images/002.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service .f2 {
	background: url(../images/003.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service .f3 {
	background: url(../images/004.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service .f4 {
	background: url(../images/005.png);
	background-repeat: no-repeat;
	background-size: cover;

}

.service .f5 {
	background: url(../images/006.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service .f6 {
	background: url(../images/007.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service li h3 {
	font-size: 1.3em;
	font-weight: 900;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.service li p {
	font-size: 0.8em;
	color: #fff;
	text-indent: 2em;
}
.service li .ser-img{
	text-align: center;
}

.service .bei {
	background: #fff;
}


/*关注*/

.focus {
	padding: 40px 0;
	text-align: center;
}

.fo-ti {
	padding-bottom: 30px;
}

.fo-ti h2 {
	font-size: 1.8em;
	font-weight: 900;
}

.fo-ti p {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #a4a8a9;
	padding: 5px 0;
}

.focus img {
	width: 100%;
}

.focus figcaption {
	font-size: 1em;
	color: #2d2a21;
	padding: 5px 0;
}


/*客户*/

.customer {
	text-align: left;
	padding-top: 60px;
}

.cus-left h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #C0C0C0;
}

.cus-left strong {
	display: block;
	font-weight: 900;
	color: #000000;
	padding: 5px 0;
	font-size: 1em;
}

.cus-left p {
	padding-top: 20px;
}

.more {
	display: inline-block;
	padding: 10px 20px;
	background: #fe6637;
	color: #fff;
	margin: 10px 0;
	text-transform: uppercase;
}

.cus-right i {
	font-size: 2.5em;
	padding-top: 20px;
	display: block;
}

.cus-right strong {
	padding: 8px 0;
	display: block;
	font-size: 1.2em;
}

.cus-right p {
	font-size: 0.8em;
	color: #969191;
}

.bot15 {
	margin: 30px 0;
}


/*优势*/

.advantage {
	background: url(../images/advantage.jpg);
	padding: 90px 0 90px 0;
	background-size: 100% 100%;
}

.ad-ti {
	text-align: center;
	padding-bottom: 40px;
}

.ad-ti h2 {
	color: #fff;
	font-size: 35px;
	margin-bottom: 40px;
	font-weight: bold;
}

.ad-ti p {
	color: #dedcdc;
}

.ad-nei {
	background: #f0f0f0;
	opacity: 0.9;
	padding: 50px 0;
}

.ad-nei img {
	width: 100%;
}

.ad-nei li {
	margin: 30px 0;
}

.ad-nei h2 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0;
}

.ad-nei p {
	margin-top: 10px;
	font-size: 0.9em;
	
}


/*最新动态*/

.new {
	padding: 50px 0;
}

.new h2 {
	text-align: center;
	font-size: 1.7em;
	font-weight: 900;
	padding-bottom: 40px;
}

.new h3 em {
	margin-left: 10px;
	font-size: 1.3em;
	line-height: 33px;
}

.mo {
	float: right;
	text-transform: uppercase;
	color: #9f9f9f;
	line-height: 33px;
}

.new-l div img {
	width: 100%;
}

.new-l ul {
	margin-top: 20px;
}

.new-l h4 a {
	font-weight: 900;
	font-size: 1.3em;
}

.new-l div p {
	font-size: 1em;
	padding-top: 20px;
	min-height: 180px;
	line-height: 1.7em;
}

.new-l li:first-child {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
}

.new-l li:last-child {
	padding-top: 10px;
}

.new-l li:last-child p {
	font-size: 1em;
	padding-top: 20px;
	line-height: 1.7em;
}

.new-r ul {	
	padding: 10px 0 10px 20px;
	margin-left: 20px;
}

.new-r li {
	padding: 10px 0;
}

.myscroll {
	height: 180px;
	overflow: hidden;
}

.downloadp{
	background-color: #FaFaFa;
}
.downloadp .downloadp_box{
	display: flex;
	padding: 80px 0;
	justify-content: space-around;
}
.downloadp_item{
	text-align: center;
	padding: 50px 30px 0;
	width: 310px;
	height: 420px;
}
.downloadp_item:hover{
	box-shadow: 0 0 20px #EBEBEB;
}

.downloadp_item .icon-windows,.downloadp_item .icon-andorid{
	font-size: 5em;
	color: #999999;
	margin-bottom: 40px;
	transition: 0.4s;
}
.downloadp_item:hover .icon-windows{
	font-size: 6em;
}

.downloadp_item p{
	font-size: 1.5em;
}

.downloadp_item_a{
	width:60%;
	height:40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 1.2em;
	color:#fff;
	margin: 20px auto;
}

.downloadp_item_i img{
	width: 6em;
	height: 6em;
	margin-bottom: 40px;
}
.modal{
	text-align: left;
}
.downloadp_tips{
	font-size: 1.2em;
	margin-bottom: 5px;
	display: none;
}

/*页脚*/

.footera {
	background-image: url(../images/b.jpg);
	/* background-size: 100% 100%;*/
	border-top-width: 2px;
	border-top-style: solid;
	position: relative;
}

.footera-article {
	width: 65%;
	margin: 0 auto;
	text-align: center;
}

.footera-sm {
	margin-top: 80px;
}

.footera-sm ul {
	width: 70%;
	margin: auto;
}

.footera-sa {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	background-color: #71B92B;
	top: 0;
	transform: translate(-50%, 0%);
}

.footera-sm li {
	float: left;
	list-style-type: none;
	width: 20%;
	text-align: center;
	line-height: 6;
}

.footera-sm li a {
	display: block;
	color: #e0dbda;
	font-size: 1.875rem;
}

.footera-sm img {
	width: 100%;
}


.footera-sg {
	text-align: center;
	color: #e0dbda;
}

.footera-sgp {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.25rem;
}

.footera_p {
	font-size: 1rem;
	padding-bottom: 30px
}

.footera_p a {
	color: #fff;
	font-size: 1rem;
}


/*关于我们单页*/

.ban img {
	width: 100%;
}

.auto {
	padding: 4% 0 2%;
}

.auto img {
	width: 100%;
}

.pic-tit {
	position: relative;
	height: 45px;
	margin-bottom: 50px;
	z-index: 20;
}
.pic-tit .s-font{
	font-size: 0.8em;
    color: #999999;
    text-indent: 0;
    text-align: center;
}

.pic-tit em.f-normal {
	color: #000;
}

.pic-tit h2,
.pic-tit em {
	font-size: 1.5em;
	text-align: center;
}

.v-line {
	position: absolute;
	top: 13px;
	width: 100%;
	z-index: 0;
	border-bottom: #e9e9e9 solid 1px;
}

.ab-tit {
	transform: translateX(-50%);
	position: absolute;
	top: -15px;
	left: 50%;
	background: #FFF;
	border: #FFF solid 6px;
	z-index: 5;
}

.ab-txt-right {
	text-align: right;
	font-size: 1.4em;
}

.ab-txt-right span {
	display: block;
	font-size: 0.6em;
	color: #C1C1C1;
}

.ab-wen {
	text-indent: 1.9em;
	margin-top: 20px;
	line-height: 1.8em;
}

.list-img {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.list-img-tit {
	width: 100%;
	position: absolute;
	top: 56.25%;
	z-index: 5;
}

.list-img-tit h2 {
	font-size: 1.7em;
	margin-bottom: 20px;
}

.list-img-tit p,
.list-img-tit h2 {
	text-align: center;
}

.ab-cul {
	padding: 0 40px;
}

.ab-cul .col-md-2 {
	padding: 0;
	margin-right: 11%;
}

.ab-cul .col-md-2:last-child {
	margin: 0;
}


/*服务单页*/
.ser-dan{
	padding-top: 4%;
}
.ser-dan .ser-dan-t {
	width: 87%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.ser-dan .ser-dan-t img {
	width: 100%;
}

.tab {
	background: #ebf7fe;
	padding: 10px 0;
	margin-bottom: 30px;
}

.tab li {
	width: 16.6666%;
	text-align: center;
	float: left;
	position: relative;
}

.tab li a {
	color: #1a1a1a;
	display: block;
	padding: 10px 0;
	font-size: 1.1em;
}

.tab li:last-child {
	border-right: none;
}

.ser-danx li.active:before {
	width: 100%;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	background: #0288ff;
	top: 114%;
}

.ser-danx li.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 16px solid #0288ff;
	left: 46%;
	top: 120%;
}

.ser-danx li:hover:before {
	width: 100%;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	background: #0288ff;
	top: 114%;
}

.ser-danx li:hover:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 16px solid #0288ff;
	left: 46%;
	top: 120%;
}

.ta-list {
	padding-bottom: 90px;
	display: none;
	margin-top: 40px;
}

.ta-list img {
	width: 100%;
}

.ta-list .wi {
	width: 100%;
	margin: auto;
}

.ta-list b {
	display: block;
	margin-bottom: 20px;
}

.tab0 {
	display: none;
}
.jieshao{
	margin-bottom: 80px;
}
.jieshao>p {
	width: 82%;
	margin: 0 auto;
	text-indent: 30px;
	line-height: 2.5em;
	text-align: center;
	color: 1a1a1a;
	font-size: 1.1em;
}
.ser-dan h4{
	font-size: 1.6em;
	color: #1a1a1a;
	padding: 30px 0;
}
.ta-list p.cp-title{
	font-size: 1.5em;
	font-weight: bold;
}
.cp-title2{
	font-weight: bold;
	font-size: 1.2em;
}
.ta-list.show {
	display: block;
}

.tab4 h4 {
	font-size: 1.5em;
}
.cp-range{
	background-color: #ebf7fe;
	padding: 10px 0 50px;
}
.cp-range-iconbox{
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	color: #1a1a1a;
}
.xt-youshi{
	width: 100%;
}
.cp-range-iconbox>div{
	float: left;
	width: 20%;
	display: grid;
}
.cp-range-iconbox .iconbox{
	justify-self: center;
	width: 52%;
	border-radius: 9px;
	overflow: hidden;
	box-shadow: 0 0 20px #d0ebfb;
}
.iconbox img{
	width: 100%;
}
.iconbox+div{
	padding: 20px;
}
/* 客户痛点 */
.pain{
	margin-top: 60px;
}

.pain-item{
	padding: 60px 28px 0;
	text-align: center;
	height: 390px;
}

.pain-item img{
	width: 20%;
}
.pain-item  .pain-title ,
.pain-item p.xt-title{
	font-size: 1.23em;
	padding: 1em 0 0.2em;
	color: #000000;
	font-family: "微软雅黑";
}
.pain-item  .pain-title:hover{
	color: #26709f;
}
.pain-item>p{
	color: #4d4d4d;
	line-height: 2.5em;
}
.jiejue{
	margin-bottom: 70px;
	height: 322px;
	background-image: url(../images/icon-erp-1_10.png);
	background-size: contain;
	padding-top: 20px;
	box-sizing: border-box;
}
.zixun{
	display: inline-block;
	width: 209px;
	height: 47px;
	border :2px solid #0186ff;
	line-height: 43px;
	text-align: center;
	font-size: 1.2em;
	margin: 60px 12%;
}

.tab0-img{
	width: 50%;
	margin: 10px auto 60px;
}
.tab1-img{
	width: 48%;
	margin: 80px auto 0;
}
.tab2-img{
	width: 40%;
	margin: 60px auto 0;
}
.tab3-img{
	width: 40%;
	margin: 0 auto 100px;
}
.tab4-img{
	width: 70%;
	margin: 60px auto 10px;
}
.tab5-img{
	width: 66%;
	margin: 60px auto 10px;
}
/* 华隆·供应链 */
.tab1-img img,.tab4-img img{
	width: 100%;
}
.tab1-youshi{
	margin: 20px 0 ;
	overflow: hidden;
}
.youshi-box{
	width: 95%;
	margin: 0 auto;
}
.youshi-item{
	width: 80%;
	margin: 30px auto;
	height: 500px;
	box-shadow: 0 0 20px #eef6fb;
	border-radius: 10px;
	padding: 65px 20px 65px 30px;
	position: relative;
}
.tab2-youshi-item{
	height: 450px;
}
.youshi-item img{
	width: auto;
	height: 13%;
}
.tab2-youshi-item img{
	width: auto;
	height: 15%;
}
.youshi-item p{
	line-height: 2.5em;
	color: #4d4d4d;
}
.youshi-title{
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 25px;
}
.youshi-more{
	font-size: 6.5em;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.only-img{
	margin-top: 50px;
}
.only-img-box{
	width: 70%;
	margin: 10px auto;
	border: 2px dotted #ccd5f2;
	padding: 30px;
	border-radius: 9px;
}
/* 六大功能模块 */

.six-gongneng{
	display: flex;
	justify-content: space-evenly;
}
.gongnengbox{
	width: 12%;
	float: left;
	margin: 20px 0;
}

.mokuai{
	width: 100%;
	background-color: #89d2fd;
	padding: 7px 0 16px;
	border-radius: 63px;
	text-align: center;
	color: #fffefe;
	font-size: 1.44em;
	position: relative;
	z-index: 9999;
	white-space: nowrap;
	overflow: hidden;
}
.mokuai::after{
	content: '';
	position: absolute;
	bottom: 7px;
	top: -7px;
	left: 0;
	right: 0;
	background-color: #0393ff;
	border-radius: 63px;
	z-index: -10;
}
.gongnengbox .six-text{
	color: 373737;
	line-height: 1.5em;
	text-align: center;
	margin-top: 22px;;
}
.fenglian-more{
	background-color: #fff;
	font-size: 3.5em;
	color: #07a8fe;
	position: relative;
}
.fenglian-more img{
	opacity: 0;
}
.fenglian-more div{
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translate(-50%,-50%);
	vertical-align: top;
}
.cp-range-iconbox .fenjianbox{
	justify-self: center;
	width: 26%;
}
.bujiacu-title{
	color:#121822;
	font-size: 1.25em;
	padding: 30px 0 15px;
}
.puteng-text{
	line-height: 2em;
	color: #4d4d4d;
	padding: 0 20px;
}
.youtuyouzi{
	overflow: hidden;
	margin-top: 50px;
}
.youtuyouzi>div{
	float: left;
	width: 50%;
}
.youtuyouzi img{
	width: 72%;
	margin-left: 13%;
}
.youzi-right{
	padding-top: 68px;
	padding-right: 50px;
}
.youzi-right>div{
	margin-bottom: 22px;
}
.youzi-right .youzi-title{
	color: #010101;
	font-size: 1.2em;
	line-height: 2.5em;
}
.youzi-right .youzi-text{
	color: #454545;
	line-height: 2em;
}
.tab4  .youshi-item{
	height: 437px;
}
.tab4  .youshi-item img{
	height: 15%;
}
.blue-text{
	color: #368d9a;
}

/*新闻单页*/
.zi_bread {
	width: 100%;
	padding-bottom: 10px;
}

.zi_bread .bread_con {
	max-width: 1200px;
	width: 98%;
	margin: auto;
	text-align: center;
}

.zi_bread .bread_con .curre {
	color: #564811;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
}

.zi_bread .bread_con .curre a {
	color: #564811;
}
.caseAll li{
	margin-bottom: 30px;
}
.caseAll li>div{
	width: 90%;
	margin: 0 auto;
}
.caseAll li>div:hover{
	box-shadow: 0 0 20px rgb(151, 151, 151);
}

.case-title{
	text-align: center;
	padding: 10px 0 ;
}
/* 案例单个 */
.al-title{
	text-align: center;
	padding: 20px 0 ;
	font-weight: bold;
	font-size: 1.2em;
}
.al-xx p{
	text-align: center;
	line-height: 2em;
	padding: 0 20%;
}

@media (max-width: 640px) {
	.zi_bread {
		padding: 8px 0px;
	}
	.zi_bread .bread_con h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.zi_bread .bread_con .curre {
		line-height: 20px;
		height: 20px;
	}
	.zi_bread .bread_con .curre {
    text-align: center;

	}
}
.new-dan {
	background: #fff;
}

.newdan-l {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #fff;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px #888888;
}

.x-t {
	width: 100%;
	text-align: center;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.x-t h3 {
	font-size: 1.7em;
	font-weight: 900;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

ol {
	text-align: center;
}

ol a {
	display: block;
	padding: 10px 0;
	font-size: 1.3em;
}

ol a.active {
	color: #fff;
}

.newdan-l h5 {
	margin-bottom: 10px;
	font-size: 1.3em;
	padding: 20px;
	display: inline-block;
	font-weight: 900;
	position: relative;
}

.newdan-l h5:after {
	width: 40%;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	top: 80%;
}

.newdan-l ul li a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px dashed #ccc;
	font-weight: 900;
}

.newdan-l ul li time {
	display: block;
	padding: 5px 0;
	color: #C4C4C4;
	font-weight: 100;
}

.newdan-r {
	margin-left: 3%;
}

.newdan-r li {
	background: #fff;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 20px 0;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #ccc;
}

.newdan-r li a {
	font-size: 1em;
	font-weight: 900;
	margin: 10px;
	display: block;
	height: 100%;
}
.newdan-r li a img{
	vertical-align: middle;
}


.newdan-r li em {
	width: 25px;
	height: 14px;
	background-position: -22px 0;
	background-image: url(../images/zixum.png);
	display: inline-block;
}

.newdan-r em.er {
	width: 22px;
	background-position: 0px 0;
	margin-left: 20px;
}

.newdan-r p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.95em;
}

.time {
	padding: 20px 10px;
	text-align: center;
}

.time strong {
	display: block;
	font-size: 3em;
	font-weight: 900;
	position: relative;
	margin-bottom: 10px;
}

.time strong:after {
	width: 40%;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20%;
}



/*页数*/

.page {
	width: 500px;
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto;
	    text-align: center;
}

.page span,
.page a {
	display: inline-block;
	border: 1px solid #e4e4e4;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 4px;
	text-decoration: none;
}

.page span,
.page a.active,
.page a:hover {
	color: #FFF;
}

.page a em {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.page a.prev em {
	border-right: 8px solid #999;
	margin-right: 5px;
}

.page a.next em {
	border-left: 8px solid #999;
	margin-left: 5px;
}

.page a.prev:hover em {
	border-right-color: #FFF;
}

.page a.next:hover em {
	border-left-color: #FFF;
}


/*新闻详情*/

.new-x {
	background: #fff;
	padding: 10px;
}

.new-xt {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.new-xt h3 {
	font-size: 1.2em;
	font-weight: 700;
}

.new-xt em {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
}

.new-xx {
	padding: 0 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.new-xx p {
	text-indent: 2em;
	line-height: 1.7em;
}

 .img {
	width: 40%;
	margin:10px auto 30px;
}

.new-xx img {
	width: 100%;
}

.new-x li {
	box-shadow: none;
	padding: 0;
	margin-bottom: 10px;
}

.new-x li a {
	font-size: 0.8em;
	font-weight: 100;
}

.new-x li i {
	display: inline-block;
	font-size: 1em;
	font-weight: 900;
	margin-right: 8px;
}
.new-title{
	text-align: center;
	font-size: 1.2em;
	padding: 8px 0;
	min-width: 20%;
	max-width: 30%;
	color: #FB485D;
	box-shadow: 0 0 10px rgb(252, 157, 168);
	border-radius: 10px;
	margin: 50px auto;
}
p.new3-bold{
	color: #E6192A;
	font-size: 1.1em;
	text-indent: 0;
	line-height: 6em;
	text-align: center;
	font-weight: bold;
}

/*联系我们*/

.lx-dan li {
	margin-bottom: 20px;
	display: flex;
}

.lx-dan img {
	width: 60%;
}
.lx-dan li :first-child{
	width: 65px;
	text-align: right;
}
.lx-dan li :nth-child(2){
	flex: 1;
}

.pa {
	padding-top: 4%;
}

.con {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 40%;
	margin: 0px 20px 40px 0;
}

textarea {
	border: 1px solid #CCCCCC;
	width: 83%;
	padding: 5px;
	height: 200px;
}

.submit {
	padding: 5px 50px;
	display: block;
	margin-top: 20px;
}


/*侧边栏*/

.slide {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 500;
}

.slide li {
	border-bottom: 1px solid #eae5e5;
}

.slide .ke {
	position: relative;
}

.slide .ke p {
	position: absolute;
	background: #f8f7ff;
	width: 150px;
	left: -198%;
	top: 0;
	text-align: center;
	padding: 26px 0;
	display: none;
}

@media only screen and (max-width:1200px) {
	.introduce {
		display: none;
	}
}

@media only screen and (max-width:930px) {
	.introduce {
		display: none;
	}
	.slide {
		display: none;
	}
	.new-l-h {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.he-top {
		display: none;
	}
	.introduce {
		display: none;
	}
	.slide {
		display: none;
	}
	.logo {
		width: 50%;
	}
	.logo img {
		width: 100%;
	}
	.container {
		padding: 0;
	}
	
	.tab li {
		width: 33.333%;
	}
	.tab li a {
		font-size: 1em;
	}
	.footera-article {
		width: 100%;
	}
	.ta-list {
		padding: 15px;
	}
	.cp-range{
		margin:0 -15px;
		padding: 10px 15px 50px;
	}
	.ser-dan{
		padding-top: 7%;
	}
	.ser-danx li.active:before {
		display: none;
	}
	.ser-danx li.active:after {
		display: none;
	}
	.page {
		width: 100%;
	}
	.newdan-r {
		margin: 0;
	}
	.cp-range-iconbox>div{
		width: 60%;
		margin-left: 20%;
	}
	.youshi-item{
		width: 80%;
		height: auto;
	}
	.ta-list .youshi-item img{
		width: 25%;
		height: auto;
	}
	.six-gongneng{
		flex-direction: column;
		align-items: center;
	}
	.gongnengbox{
		width: 50%;
	}
	.youtuyouzi>div{
		width: 100%;
	}
	.pa {
		padding-top: 4%;
	}
	.img{
		width: 100%;
	}
	p.new3-bold{
		line-height: 2em;
	}
	.s-main{
		padding-bottom: 78px;
	}
	.tab0-img,.tab1-img,.tab2-img,.tab3-img,.tab5-img{
		width: 85%;
	}
	.tab4-img {
		margin: 20px auto;
		width: 85%;
	}
	
	.only-img-box {
		width: 90%;
		margin: 10px auto;
		border: 2px dotted #ccd5f2;
		padding: 10px;
		border-radius: 9px;
	}
	.zixun{
		display: block;
		margin: 30px auto;
	}
	#hwslider{
		height: 160px;
	}
	#hwslider ul,.ban{
		overflow: hidden;
		height: 160px;
	}
	#hwslider li,.ban_box{
		width: 597px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#hwslider img,.ban img{
		height: 160px;
	}
	.auto{
		padding: 7% 0 2%;
	}
	.downloadp_item p{
		font-size: 1.6em;
	}
	.list .list_item img{
		width: 4em;
		height: 4em;
		border-radius: 50%;
		margin: 10px 20px 10px 10px;
	}
	.left{
		width: 100%;
	}
	.right{
		display: none;
	}
	.list_ad{
		font-size: 0.9em;
		overflow-x: auto;
		white-space: nowrap;
	}
	.downloadp .downloadp_box{
		display: block;
		
	}
	.downloadp_item{
		margin: 30px auto;
	}
}
@media only screen and (max-width:767px) {
	.con{
		width: 100%;
	}
	textarea {
	
		width: 100%;
	
	}
	.time{
		display: none;
	}
	.ad-nei p {
		display: none;
	}

}
/*移动端底部导航*/

.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 99999;
}

.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.phonefooternav {
		display: block;
	}
	.footera{
		display: none;
	}
}

@media (max-width: 480px) {
	.phonefooternav ul li {
		padding: 3px 0px;
	}
}