/*公共样式*/

.muc_Top{text-align: center;background: #f5f5f6;}
.menu{width: 100%;border-bottom: 1px solid #ccc;}
.menu li{display: inline-block;padding: 18px 40px;}
.menu a{display: inline;font-size: 22px;}
.menu a:hover{color: #bec5cf;}
.cur a{color:#3c8cff;}
/*新闻*/
.sub_con{width: 1360px;margin:auto}
.news-all {
	padding-top: 44px;
	padding-bottom: 98px;
}
.news-all-dtl {
	padding-top: 80px;
}
.menu-news-dtl {
	background: #f3f3f3;
}

.kh_on{padding-top: 50px;}
.kh_on h2.news-title{margin-top: 0;margin-bottom: 50px;}
.news-ctrl {
	margin-top:3%;
	line-height: 24px;
	display: flex;flex-flow: nowrap;
	justify-content: space-between;
}
.news-ctrl p{
	font-size: 16px;
	color: #333;
}
.news-ctrl a{
	font-size: 16px;
	color: #333;
}
.news-ctrl p:hover {
  color: #00c5dc;
}
.news-ctrl p:hover a {
  color: #00c5dc;
}
a.news-ctrl-l,
a.news-ctrl-r {
	display: inline-block;
	position: relative;
	margin-top: 20px;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
}
a.news-ctrl-r {
	float: right;
}
a.news-ctrl-l::before,
a.news-ctrl-r::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 46px;
    height: 46px;
    background: #d9d9d9;
    border-radius: 50%;
    opacity: .7;
    transition: .45s;
}
a.news-ctrl-l:hover::before,
a.news-ctrl-r:hover::before {
	background: #d51b32;
}
a.news-ctrl-l span.words,
a.news-ctrl-r span.words {
	position: absolute;
	width: 80px;
	font-size: 14px;
    color: #515151;
    transition: .45s;
}
a.news-ctrl-l span.words {
	left: 110%;
}
a.news-ctrl-r span.words {
	right: 110%;
}
a.news-ctrl-l:hover span.words,
a.news-ctrl-r:hover span.words {
	color: #d51b32;
}

.news-list {
	margin-bottom: 34px;
	text-align: center;
	font-size: 0;
}
.news-one {
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	border: 1px solid #ececec;
	width: 100%;
	height: 143px;
	font-size: 0;
	text-align: left;
	transition: .3s;
}
/* .news-one:hover {
	background: #f5f5f6;
} */
.news-one-date,
.news-one-desc {
	display: inline-block;
	vertical-align: top;
}
.news-one-date {
	width: auto;
	height: 143px;
	background: #f2f2f2;
	overflow: hidden;
}
.news-one-date img{
	width: auto;
	height: 100%;
	transition: .3s;
}
.news-one:hover .news-one-date img{transform: scale(1.1);}
.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	color: #337ab7;
}
.news-one-date p.month,
.news-one-date p.year {
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #979797;
}
.news-one-date p.month {

}

.news-one-words {
	margin-top: 12px;
	margin-left: 52px;
	width: 630px;
}
.news-one-desc h3 {
	margin-bottom: 16px;
	line-height: 20px;
	font-weight: bold;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden; 
}
.news-one-desc h3 a {
	color: #666;
	transition: .25s;
	font-size: 20px;
}
.news-one-desc p.words {
	display: -webkit-box; 
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news-one-desc .link {
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 44px;
	top:40px;
	font-size: 14px;
	color: #fff;
}
.news-one-desc .link a{
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
.news-one-desc .link span{
	font-size: 24px;
}

.news-one-desc .link img {
	margin-left: 18px;
	transition: .25s;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(10px);
}
.news-one:hover .news-one-desc h3 a{color: #337ab7;}

/* =============================================news-det.html========================================== */

h2.news-title {
	margin-bottom: 85px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.news-belong {
	font-size: 0;
	text-align: center;
}
.belong-one {
	display: inline-block;
	margin-right: 80px;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}
.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.belong-one i{
	font-size: 18px;
	color: #337ab7;
	margin-right: 8px;
}
.news-edit {
	padding-top: 50px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
.news-edit img {
	max-width: 100%;
	height: auto;
}
.hotlist {
  padding-top: 9%;
}
.hotlist h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 2%;
  border-bottom: 1px solid #ababab;
}
.hotlist ul {
  padding-top: 2.5%;
}
.hotlist li {
  float: left;
  width: 47%;
  border-bottom: 1px dashed #ababab;
  position: relative;
}
.hotlist li:nth-child(2n) {
  margin-left: 6%;
}
.hotlist li:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #767676;
  display: inline-block;
  float: left;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
}
.hotlist li:hover .news-tit {
  color: #337ab7;
}
.hotlist .news-tit {
  font-size: 14px;
  line-height: 40px;
  color: #333;
  float: left;
  width: 75%;
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.hotlist .time {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  float: right;
  display: inline-block;
  width: 25%;
  text-align: right;
}
.news-case {
  margin-top: 9.1%;
  width: 30%;
}
.news-case h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ababab;
  color: #333;
}
.news-case .hotlist-case dl {
  padding-top: 34px;
  padding-bottom: 18px;
}
.news-case .hotlist-case .case-name {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-top: 24px;
}
.news-case .hotlist-case .sort {
  font-size: 12px;
  color: #979797;
  line-height: 20px;
}
@media (max-width: 1680px) {
	h2.news-title{
		font-size: 28px;
		margin-bottom: 60px;
	}
	.news-edit{
		padding-top: 50px;
	}
}
@media (max-width: 1440px) {
	h2.news-title{
		font-size: 24px;
		margin-bottom: 45px;
	}
	.news-edit{
		padding-top: 40px;
	}
}
@media (max-width: 1200px) {
	.news-one {
		width: 100%;
	}
	.news-one-desc {
		width: calc(100% - 300px);
	}
	.news-one-desc .link span.more {
		display: none;
	}
	.news-one-words {
		width: auto;
	}
	h2.news-title{
		font-weight: normal;
	}
	.belong-one{
		margin-right: 50px;
		&:last-child{
			margin-right: 0;
		}
	}
	.news-case .hotlist-case .case-name{
		padding-top: 15px;
	}
	.news-case .hotlist-case dl{
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.hotlist h4,.news-case h4{
		font-size: 20px;
	}
	.hotlist .time {
	    font-size: 12px;
	}
	.hotlist .news-tit{
		font-size: 14px;
	}
	.hotlist .time{
		width: 68px;
	}
	.hotlist .news-tit{
		width: calc(100% - 75px);
		width: -webkit-calc(100% - 75px);
	}
}

@media (max-width: 1000px) {
	.news-dtl {
		width: 100%;
	}
	.news-con {
    width: 100%;
  }
  .news-con .title {
    font-size: 22px;
    line-height: 40px;
  }
  .news-con .subhead {
    padding: 0px 0 2.5% 0;
  }
  .news-con .txt-tit {
    padding-top: 10px;
  }
  .news-case {
    margin-top: 5%;
    margin-bottom: 2%;
    width: 100%;
    float: left;
  }
  .news-case .hotlist-case {
    margin-left: -1%;
    margin-right: -1%;
  }
  .news-case .hotlist-case dl {
    width: 31.3333%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
  }
  .hotlist {
    padding-top: 5%;
  }
  .hotlist li {
    width: 48%;
  }
  .hotlist li:nth-child(2n) {
    margin-left: 4%;
  }
  .full_section_inner {
    display: none;
  }
  .newsdet-ban .banner-txt {
    right: auto;
    transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
  }
  .newsdet-ban .img-ban {
    height: 300px;
  }
  .ban-intro p {
    width: 80%;
  }
}

@media (max-width: 992px) {
	.news-all {
		/* padding-top: 30px; */
		padding-top: 0;
		padding-bottom: 40px;
	}
	.news-all-dtl {
		padding-top: 80px;
		padding-top: 1.066667rem;
		padding-bottom: 65px;
		padding-bottom: 0.866667rem;
		/*margin-bottom: 55px;*/
	}
	.news-list {
	    margin-bottom: 6px;
	}

	.news-one {
		margin-bottom: 0;
		height: 94px;
	}
	.news-one-date {
	    padding-top: 12px;
	    padding-left: 16px;
	    width: 82px;
	}
	.news-one-date p.day {
		margin-bottom: 2px;
		line-height: 34px;
		font-size: 34px;
	}
	.news-one-date p.month, 
	.news-one-date p.year {
	    margin-bottom: 3px;
	    line-height: 13px;
	    font-size: 13px;
	}

	.news-one-desc {
	    width: calc(100% - 130px);
	}
	.news-one-desc a.link {
	    right: 15px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.news-one-words {
	    margin-top: 10px;
	    margin-left: 14px;
	}
	.news-one-desc h3 {
		margin-bottom: 8px;
		line-height: 16px;
		font-size: 16px;
		font-weight: normal;
	}
	.news-one-desc p.words {
	    -webkit-line-clamp: 1;
	}

	.news-one-desc a.link img {
		width: 20px;
	}
	.news-one:hover .news-one-desc a.link img {
	    transform: translateX(5px);
	}

	h2.news-title {
	    margin-bottom: 80px;
	    margin-bottom: 1.066667rem;
	}
	.belong-one {
		margin-right: 20px;
	}
	.news-edit {
	    padding-top: 65px;
	    padding-top: 0.866667rem;
	    margin-top: 15px;
	}
	.news-case .hotlist-case .case-name{
		padding-top: 10px;
		line-height: 24px;
	}
	h2.news-title{
		margin-bottom: 18px;
		font-size: 22px;
	}
	.news-all-dtl{
		padding-top:5%;
	}
	.news-edit{
		padding-top: 18px;
	}
}

@media (max-width: 768px) {
	h2.news-title {
		font-size: 36px;
		font-size: 0.48rem;
	}

	.news-ctrl {
		height: 88px;
		height: 1.173333rem;
	}
	a.news-ctrl-l, 
	a.news-ctrl-r {
	    margin-top: 20px;
	    width: 46px;
	    width: 0.613333rem;
	    height: 46px;
	    height: 0.613333rem;
	    line-height: 0;
	    margin-top: 0.266667rem;
	}
	a.news-ctrl-l img, 
	a.news-ctrl-r img {
		position: relative;
		top: 15px;
		top: 0.2rem;
		width: 10px;
		width: 0.133333rem;
	}
	a.news-ctrl-l::before,
	a.news-ctrl-r::before {
	    width: 46px;
	    width: 0.613333rem;
	    height: 46px;
	    height: 0.613333rem;
	}
	a.news-ctrl-l span.words, 
	a.news-ctrl-r span.words {
	    line-height: 44px;
	    line-height: 0.586667rem;
	}
	.hotlist li{
		width: 100%;
	}
	.hotlist li:nth-child(2n){
		margin:0;
	}
	.hotlist h4,.news-case h4{
		font-size: 18px;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																											
	}
}

@media (max-width: 544px) {
	.news-one-desc {
	    width: calc(100% - 94px);
	}
	.news-one-desc .link a{
		display: none;
	}
	.news-one-desc .link {
		box-sizing: border-box;
		text-decoration: none;
		text-align: center;
		position: absolute;
		right: 130px;
		top: 66px;
		font-size: 14px;
		color: #fff;
	}


	.belong-one {
		font-size: 12px;
	}
	.belong-one {
		margin-right: 13px;
	}
}


/*分页*/
.M-box {
	width:420px;
	margin:20px auto;
  }

.M-box:before,.M-box:after,.M-box1:before,.M-box1:after ,.M-box2:before,.M-box2:after ,.M-box3:before,.M-box3:after{
    content:"";
    display:table;
}
.M-box:after,.M-box1:after,.M-box2:after,.M-box3:after{
	clear:both;
	overflow:hidden;
}
.M-box span,.M-box1 span,.M-box2 span,.M-box3 span{
	float: left;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box .active,.M-box1 .active,.M-box2 .active,.M-box3 .active{
	float: left;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #337ab7;
    color: #fff;
    font-size: 14px;
    border: 1px solid #337ab7;
}
.M-box a,.M-box1 a,.M-box2 a,.M-box3 a{
	float: left;
	margin:0 5px;
	padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}
.M-box a:hover,.M-box1 a:hover,.M-box2 a:hover,.M-box3 a:hover{
	color:#fff;
    background: #3c8cff;
}
.M-box .next,.M-box .prev,.M-box1 .next,.M-box1 .prev{
	font-family: "Simsun";
    font-size: 14px;
    font-weight: bold;
}
.M-box img{width: 9px;vertical-align: inherit;}
/*案例*/
* {
	padding: 0;
	margin: 0;
}

i {
	font-style: normal;
}

li {
	list-style: none;
}

.customer {
	border: 1px solid #f5f5f5;
	margin: 15px 0 35px 0;
	background: #f9f9f9;
}

.customer-a {
	position: relative;
	width: 1360px;
	margin: auto;
	padding: 20px 0;
}

.customer-a::after {
	content: '';
	width: 3px;
	height: 18px;
	position: absolute;
	left: 0;
	background: #3c8cff;
	top: 50%;
	transform: translateY(-50%);
}

.customer-a p {


	padding-left: 13px;
	color: #333;
	font-size: 22px;
}

.customer-c {
	width: 1360px;
	margin: auto;
	margin-bottom: 20px;
}

.customer-c .swiper-slide ul {
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.customer-c .swiper-slide ul li {

	transition: all 0.5s;
	width: 18%;
	text-align: center;
	margin-bottom: 25px;
}

.customer-c .swiper-slide ul li i {
	display: block;
	margin: auto auto 10px auto;
	width: 100px;
	height: 100px;
}

.customer-c .swiper-slide ul li i img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.lio{
	transition: all 0.5s;
	box-shadow: 4px 4px 15px 3px #f5f5f5;
	padding: 15px 10px;
	box-sizing: border-box;
}
.lio:hover {
	transform: translateY(-6px);
	transition: all 0.5s;
	
}

.customer-c .swiper-slide ul li p {
	font-size: 14px;
	color: #777;
	margin-top: 5px;
}

.customer-c .swiper-wrapper {
	padding-bottom: 50px;
}


.customer-c .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #3c8cff;
}

.cyuas {
	margin-bottom: 50px;
}

.index-ba ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5px;
	box-sizing: border-box;
}

.index-ba ul li {
	transition: all 0.5s;
	margin-bottom: 30px;
	width: 31%;
	box-shadow: 0px 0px 15px 0px #e6e6e6;
}

.index-ba ul li i {
	transition: all 0.5s;
	display: block;
	overflow: hidden;
}

.index-ba ul li i img {
	width: 100%;
		transition: all 0.5s;
	display: block;
}

.index-baa {
	background-color: #fff;
	padding: 20px;
}

.index-baa h3 {
	font-weight: 600;
	    font-size: 19px;
	    color: #666;
	    margin-bottom: 10px;
}

.index-baa p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	margin-bottom: 0;
}
.index-ba{
	width: 1360px;
	margin: auto;
}
.index-ba ul li:hover img{
	transition: all 0.5s;
	transform: scale(1.1);
}










@media (max-width:1361px) {
    .index-ba,
	.customer-c,
	.customer-a {
		width: 1200px;
	}


}

@media (max-width:1024px) {
	.index-ba ul{
		padding: 0 15px;
		box-sizing: border-box;
	}
	.index-ba ul li {
		width: 48%;
	}

	.index-baa h3 {
		font-size: 18px;
		width: 100%;
	}

	.index-baa {
		padding: 10px;
	}

	.index-ba ul li {
		margin-bottom: 15px;
	}
	.index-ba,
	.customer-c,
	.customer-a {
		width: 100%;
	}
.customer-c .swiper-slide ul li{
	width: 48%;
}
.customer-a{

	box-sizing: border-box;
}
.customer-a p{
	padding-left: 25px;
}
.customer-a::after{
	left: 15px;
}
}

/*关于我们*/
.about{width: 1360px;margin: auto;}
.about_t h2{text-align: center;margin: 60px auto;}
.about_jj{padding-bottom: 50px;}
.about_jj img{float: left;margin: 10px 20px 5px 0;width: 40%;}
.about_jj p{font-size: 14px;line-height: 34px;}

/*支持服务*/
.fuw_box{overflow: hidden;width: 100%;}
.fuwu{width: 1360px;margin: auto;}
.title_h2{text-align: center;margin: 50px 0;}
.title_h2 i{display: block;width: 3em;height: 3px;background: #3c8cff;margin:20px auto 0;}
.fuw{overflow: hidden;}
.fuw_zy{width: 40%;margin: 0 5% 50px;float: left;border: 1px solid #e6e6e6;padding: 30px 0;box-shadow: 1px 1px 10px #ccc;}
.fuw_zy h4{text-align: center;margin: 20px auto 40px;font-size: 24px;}
.fuw_box{overflow: hidden;}
.fuw_nr{width: 33.333%;text-align: center;margin-top: 20px;}
.fuw_nr>a img{width: 55px;}
.fuw_nr_b{margin: 15px auto;}
.fuw_nr_b p{font-size: 18px;line-height: 24px;}
.fuw_nr_b a{margin: 0 10px;display: none;font-size: 14px;line-height: 24px;color: #fff;background: #1a82da;border-radius: 4px;padding: 0 20px;}
.fuw_nr:hover p{display: none;}
.fuw_nr:hover a{display: inline-block;}
.guank a{padding: 0 10px;margin: 0 5px;}
.fuw_lx_box{margin: 50px auto;overflow: hidden;}
.fuw_lx_nr{float: left;width: 33.333%;display: flex;justify-content: center;height: 27px;}
.fuw_lx_nr img{width: 24px;float: left;margin: 3px 10px 0 0;}
.fuw_lx_nr p{font-size: 24px;}
.fuw_lx_nr span{font-size: 30px;color: #D51B32;}
.modal-content{background-color: #000000;}
.vid{width: 900px;height: 500px;}
.shanc{position: absolute;right: 0;top: 0;}
.shanc img{width: 30px;}
.modal-dialog{margin: 10% auto 0;}
/*新闻*/
.news-ctrl .fanh_a{padding: 0 20px;color: #fff;background: #3C8CFF;border-radius: 6px;}

