﻿* {
	font-size: 16px;
	color: #333;
	font-family: Microsoft YaHei;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
}

body {
	overflow-x: hidden;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clearboth{clear:both;}

/*头部*/
.Head {
	width: 100%;
	height: 110px;
}

.HeadCenter {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

.Logo {
	height: 110px;
	float: left;
}

.Tel {
	height: 110px;
	float: right;
	align-items: center;
	display: flex;
}

.TelIco {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}

.TelTxt {
	float: left;
}

.TelTxt p:nth-child(1) {
	color: #666;
}

.TelTxt p:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
}

/*搜索*/
.Search {
	width: 100%;
	height: 68px;
	background: #f5f5f5;
}

.SearchCenter {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.Keyword {
	float: left;
	line-height: 68px;
}

.Keyword span {
	color: #999;
}

.Keyword a {
	font-size: 14px;
	margin-right: 15px;
}

.Keyword a:hover {
	color: #f3527b;
}

.SearchBar {
	float: right;
	line-height: 68px;
}

.SearchBar .keywords {
	width: 225px;
	line-height: 40px;
	background: white;
	border: 1px solid #e6e6e6;
	color: #666;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	outline: medium;
}

.SearchBar .submit {
	width: 100px;
	line-height: 40px;
	background: #f3527b url("../images/so.png") center no-repeat;
	border: none;
	outline: none;
	margin-left: -5px;
	cursor: pointer;
}

/*业务领域*/
.Business {
	width: 100%;
}

.BusinessCenter {
	width: 1400px;
	margin: 0 auto;
}

.ETitle {
	margin: 50px auto;
	text-align: center;
}

.ETitle h1 {
	color: #f3527b;
	font-size: 36px;
	font-weight: bold;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/* margin-left: 8px; */
}

.BusinessList {
	width: 1400px;
	border-bottom: 1px solid #e6e6e6;
	display: table;
	line-height: 60px;
	text-align: center;
	align-items: center;

}

.BusinessList a {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

.BusinessList .Current {
	border-bottom: 5px solid #f3527b;
}

.BusinessList .Current,
.BusinessList a:hover {
	color: #f3527b
}

.BusinessShow {
	margin: 30px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow li {
	width: 340px;
	height: 264px;
	box-shadow: 0 0 12px #ddd;
	
	float: left;
	margin: 20px 0 20px 20px;
}

.ShowImg {
	width: 340px;
	height: 214px;
	text-align: center;
	overflow: hidden;
}

.ShowImg img {
	width: 93%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;
}

.ShowName {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.BusinessShow1 {
	margin: 10px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow1 li {
	width: 285px;
	height: 263px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 20px 0 20px 20px;
}
.ShowImg1 {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.ShowImg1 img {
	width: 285px;
	height: 214px;
	transition: all 0.6s;
}

.ShowName1 {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.BusinessShow li:hover .ShowName,.BusinessShow1 li:hover .ShowName  {
	background: #f3527b;
	color: white;
}

.BusinessShow li:hover .ShowImg img,.BusinessShow1 li:hover .ShowImg1 img {
	transform: scale(1.2);
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px;
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.More a:hover {
	background: #f3527b;
	color: white;
	border: none;
}

/*成功案例*/
.Case2 {
	width: 100%;
	padding: 30px 0 20px;
	background: #f5f5f5;
	background: url("../images/albg.jpg") center no-repeat;
	background-size: cover;
}

.Case {
	width: 100%;
	height: 912px;
	background: #f5f5f5;
	background: url("../images/albg.jpg") center no-repeat;
	background-size: cover;
}

.CaseCenter {
	padding-top: 2px;
	width: 1400px;
	height: 910px;
	margin: 0 auto;
}

.CaseShow {
	height: 650px;
	margin: -30px -30px 30px;
}

.CaseShow li {
	width: 380px;
	height: 285px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 30px;
}

.CaseShow li img {
	width: 380px;
	height: 285px;
}

.CaseShow li a {
	display: block;
	width: 380px;
	height: 285px;
	position: relative;
}

.intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.6);
	width: 380px;
	text-align: center;
}

.intro h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 80px;
	width: 380px;
	line-height: 230px;
	color: white;
	font-weight: normal
}

.intro p {
	margin: 60px auto 75px;
	height: 70px;
	overflow: hidden;
}

.intro p img {
	width: 70px;
	height: 70px;
}

.CaseShow li a .intro {
	bottom: -285px;
}

.CaseShow li a:hover .intro {
	bottom: 0;
}

/*服务流程*/
.Service {
	width: 100%;
	height: 590px;
}

.ServiceCenter {
	width: 1200px;
	height: 590px;
	margin: 0 auto;
}

.Process {
	width: 300px;
	height: 400px;
	float: left;
}

.ProcessImg {
	width: 300px;
	height: 200px;
}

.ProcessTxt {
	width: 300px;
	height: 200px;
	background: #f5f5f5;
	padding-top: 15px;
}

.ProcessTxt>h2>span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	color: rgba(51, 51, 51, 0.5);
}

.ProcessTxt>h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
}

.ProcessTxt>p {
	width: 280px;
	line-height: 32px;
	margin: 0 auto;

}

.ProcessBlue {
	background: #f3527b;
}

.ProcessBlue>h2>span {
	color: rgba(255, 255, 255, 0.5);
}

.ProcessBlue>h2,
.ProcessBlue>p {
	color: white;
}

/*关于我们*/
.AboutUs {
	width: 100%;
	height: 532px;
	background: #f5f5f5;
	position: relative;
	background: url("../images/gybg.jpg") center no-repeat;
}

.AboutUsCenter {
	height: 532px;
	margin: 0 -600px 0 -600px;
	position: absolute;
	left: 50%;
}

.AboutTxt {
	width: 630px;
	height: 532px;
	float: left;
	margin-right: 69px;
}

.AboutTitle {
	text-align: left;
}

.AboutTxt p {
	color: #666;
	line-height: 32px;
	margin-bottom: 35px;
}

.AboutTxt a {
	color: #f3527b;
}

.AboutImg {
	width: 890px;
	height: 532px;
	float: right;
	overflow: hidden;
}

.AboutImg img {
	margin-top: 60px;
	width: 75%;
	height: auto;
}

/*新闻中心*/
.News {
	width: 100%;
	height: 660px;
}

.NewsCenter {
	width: 1200px;
	height: 660px;
	margin: 0 auto;
}

.NewsLeft {
	width: 566px;
	height: 442px;
	position: relative;
	float: left;
}

.NewsLeft img {
	width: 566px;
	height: 412px;
}

.NewsDes {
	width: 566px;
	height: 170px;
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.NewsDes h3 a {
	color: white;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsDes h3 a:hover {
	color: #f3527b;
}

.NewsDes time {
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.NewsDes p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}

.NewsList {
	padding-top: 2px;
	width: 580px;
	height: 462px;
	float: right;
	margin-top: -40px;
}

.NewsList li {
	border-bottom: 1px solid #e6e6e6;
	width: 580px;
	height: 160px;
	display: flex;
	align-items: center;
}

.NewsDate {
	border: 1px solid #F3527B;
	width: 100px;
	color: #999;
	text-align: center;
}

.NewsDate p:nth-child(1) {
	font-size: 48px;
	color: #999;
}

.NewsDate p:nth-child(2) {
	color: #999;
}

.NewsLiRight {
	width: 460px;
	height: 100px;
	margin-left: 30px;
}

.NewsLiRight h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsLiRight h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.NewsLiRight h3 a:hover {
	color: #f3527b;
}

.NewsLiRight p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

/*合作伙伴*/
.Partner {
	width: 100%;
	height: 320px;
	background: #f5f5f5;
}

.PartnerCenter {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	padding-top: 2px;
}

/*底部*/
.Bottom {
	width: 100%;
	height: 300px;
	background: #f3527b;
	border-bottom: 1px solid #EF7E9B;
}

.BottomCenter {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.Ewm {
	width: 150px;
	height: 180px;
	text-align: center;
}

.EwmImg {
	width: 150px;
	height: 150px;
}

.EwmImg img {
	width: 150px;
	height: 150px;
}

.Ewm span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.B-Contact {
	max-width: 430px;
	height: 150px;
	margin-left: 40px;
	min-width: 320px;
}

.B-TelIco {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.B-Tel {
	height: 70px;
}

.B-TelTxt p:nth-child(1) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.B-TelTxt p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.B-Ad {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.BottomNav {
	max-width: 600px;
	height: 200px;
	display: flex;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.BottomNav li {
	width: 100px;
	text-align: center;
}

.BottomNav li a {
	color: white;
	line-height: 40px;
}

.B-list li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

/*版权*/
.Copyright {
	width: 100%;
	height: 52px;
	background: #E73663;
	line-height: 52px;
	text-align: center;
}

.Copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

.Copyright span a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/*内页大图*/
.InBanner {
	width: 100%;
	height: 260px;
	position: relative;
}

.InBanImg {
	width: 100%;
	height: 260px;
}

/*内页内容*/
.InPage {
	width: 100%;
	padding: 30px 0;
}

.InPageCenter {
	width: 1200px;
	margin: 0 auto;
}

/*内页列表*/
.InLeft {
	border: 1px solid #eee;
	width: 250px;
	min-height: 350px;
	float: left;
}

.InTitle {
	height: 50px;
	background: #f3527b;
	padding-left: 10px;
	color: white;
	line-height: 50px;
	font-size: 20px;
}

.InList li {
	border-bottom: 2px solid white;
	height: 50px;
	background: #f0f0f0;
}

.InList li a {
	display: block;
	width: 250px;
	height: 50px;
	background: url("../images/listbg.png") center no-repeat;
	line-height: 50px;
	padding-left: 25px;
}

.InList li a:hover,
.InList li a.on {
	display: block;
	width: 250px;
	height: 48px;
	background: #fafafa url("../images/listbg2.png") center no-repeat;
	color: #f3527b;
}

.InRight {
	border: 1px solid #eee;
	width: 930px;
	min-height: 350px;
	float: right;
}

.Crumb {
	height: 50px;
	background: #f0f0f0 url("../images/cbg.png") center no-repeat;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	padding-left: 42px;
}

.Crumb a {
	font-size: 14px;
	padding: 0 5px;
}

.Crumb a:hover {
	color: #f3527b;
}

.In-B-Show {
	height: auto;
	margin: 0 0 0 -5px;
}

.In-Contact {
	margin-top: 50px;
}

.In-Contact p {
	color: #666666;
	line-height: 28px;
	padding: 10px;
	font-size: 14px;
}

/*内页页码*/
.Page {
	margin: 30px 15px;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

.Page a {
	border: 1px solid #c8c8c8;
	font-size: 12px;
	padding: 12px;
	display: inline-block;
	height: 32px;
	line-height: 8px;
}

.Page a:hover,
.P-active {
	background: #f3527b;
	color: white;
}

/*详情页*/
.IPTitle {
	text-align: center;
	margin: 20px;
	font-size: 24px;
}

.IssueTime {
	font-size: 12px;
	color: #b0b0b0;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}

.IssueTime i {
	font-size: 12px;
	color: #b0b0b0;
}

.Detail {
	padding: 30px 0;
}

.DetailNext {
	overflow: hidden;
	margin: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0;
	line-height: 30px;
}

.DetailNext a {
	color: #666;
}

.DetailNext span{ float:right}
.DetailNext a:hover {
	color: #f3527b;
}

/*内页新闻列表*/
.In-News-Show li {
	width: 890px;
	border-bottom: 1px solid #d9d9d9;
	height: 240px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.In-News-Img {
	width: 280px;
	height: 170px;
	overflow: hidden;
}

.In-News-Img img {
	width: 280px;
	height: 170px;
	transition: all 0.6s;
}

.In-News-Img img:hover {
	transform: scale(1.2);
}

.In-News-Right {
	width: 630px;
	margin-left: 25px;
	margin-top: -20px;padding: 0;
	vertical-align: top;
}

.In-News-Right h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;margin-top: -30px;
}

.In-News-Right h3 a:hover {
	color: #f3527b;
}
/* zhi idc.com*/
.In-News-Right p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

.In-News-Right time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

/*内页合作伙伴*/
.in-partner {
	margin: 0 -5px;
}

.in-partner li {
	width: 285px;
	margin: 20px 0 0 20px;
	float: left;
}

.in-partner-img {
	border: 1px solid #ddd;
	width: 285px;
	height: 127px;
	overflow: hidden;
}

.in-partner-img img {
	width: 285px;
	height: 127px;
}

.in-partner li h2 {
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
}

/*内页内容*/
.in-show {
	padding: 20px 15px;
	overflow: hidden;
	line-height:26px;
}
.Detail img,.in-show img{max-width:100%;height:auto !important;}

#maximg img{ max-width:100%; height:auto !important}

.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0 2px;
  border-radius: 2px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #f3527b;
  border: 1px solid #f3527b;
}
.pagination a.page-num-current {
  color: #fff;
  background: #f3527b;
  border: 1px solid #f3527b;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/***焦点图***/
.banner { overflow: hidden; position: relative; }
.banner .bd ul { }
.banner .bd ul li { float: left; width: 100%; }
.banner .bd ul li img { display: block; width: 100%; }
.banner .hd { position: absolute; width: 100%; text-align: center; bottom: 12px; left: 0px; z-index: 1; }
.banner .hd ul li { width: 12px; height: 12px; display: inline-block; overflow: hidden; line-height: -999px; cursor: pointer; margin: 0 5px; background: rgba(255,255,255,0.3); border-radius: 50%; }
.banner .hd ul li.on { background: #E73663; }
.banner .next, .banner .prev { width: 22px; height: 38px; position: absolute; cursor: pointer; transition: all 0.5s ease; top: 50%; transform: translateY(-50%); }
.banner .next { background: url(../images/btnl.png) no-repeat; left: 30px; transform: translateX(-60px); }
.banner .prev { background: url(../images/btnr.png) no-repeat; right: 30px; transform: translateX(60px); }
.banner:hover .next { transform: translateX(0); }
.banner:hover .prev { transform: translateX(0); }

/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #f3527b;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #f3527b;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;color:#FFF;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;color:#FFF;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #f3527b;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #f3527b;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #f3527b;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #E73663;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}

/*增加*/
.liyou{width: 100%;margin: 40px 0;}
.liyou .bg1{width: 100%;height: 420px;background:url(/static/images/bg1.jpg) no-repeat center center fixed;background-size: cover;}
.liyou .bg2{width: 100%;height: 420px;background:url(/static/images/bg2.jpg) no-repeat center center fixed;background-size: cover;}
.liyou .box{width: 1300px;margin: 0 auto;}
.liyou .box .left{float: left;width: 50%;}
.liyou .box .right{float: right;width: 50%;}
.liyou h2{font-size: 45px;text-align: center;margin: 70px 0;color:#f3527b;}
.liyou h3{font-size: 28px;text-align: left;margin: 60px 0;}
.liyou h3 font{font-size: 28px;color:#f3527b;}
.liyou p{font-size: 16px;text-align: left;line-height: 180%;margin-bottom: 20px;}
.liyou p{position:relative;}
.liyou p:before{vertical-align: middle;width: 10px;height:10px;margin-right: 10px; display: inline-block;content: "";background: #f3527b;}


.swiper-container {
  width: 1260px;
  margin:10px auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*加大导航小圆点*/
.swiper-pagination-bullet{width:15px !important;height:15px !important;text-align:center;line-height:15px;margin-bottom:20px;font-size:12px;color:#f3527b;opacity:1;background:rgba(0,0,0,0.2);}
.swiper-pagination-bullet-active{color:#fff;background:#f3527b !important;}
.swiper-button-next,.swiper-button-prev{color: #f3527b !important;outline:none;margin-top:-60px !important;}

/*外部样式*/
body {font-family:microsoft yahei; margin:0; padding:0; font-size:12px; color:#333; background:#FFF;}
*{list-style-type:none; margin:0; padding:0; border:0; transition:all 0.4s; -webkit-transition:all 0.4s; -moz-transition:all 0.4s;}

/* Other */
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;overflow:hidden;}

.i_case{ padding: 60px 0; width: 1200px; margin: 0 auto; max-width: 100%;}
.i_case .title01  h3{float: left;  text-align: center;  color: #fff;  background-color: #F98D3E;  width: 79px;  height: 97px;  line-height: 34px;  font-size: 30px;  padding: 22px 10px 0;margin-right: 20px;}
.i_cjsl .title01  h3{float: left;  text-align: center;  color: #fff;  background-color: #F98D3E;  width: 79px;  height: 97px;  line-height: 34px;  font-size: 30px;  padding: 22px 10px 0;margin-right: 20px;}
.i_case  .title01 span{margin: 0; font-size: 29px; display: block}
#com_singles_txt03{margin:0; font-size: 14px; color: #7f9caf;width: auto;  text-align: left;margin-top: 5px;}
.i_case .rol01, .i_case .ror01{display:none;}

.box img {
    width: 100%;
    height: auto;
}

.i_pul_l{float: left;padding: 60px 50px;}
.i_pul_r{float: right;padding: 60px 50px;}
.i_pul_r li, .i_pul_l li{padding: 10px 0;position: relative;}

.i_pdll{width: 1200px; margin: 70px auto;background: url(../images/i_pdllbj.jpg);overflow: hidden;}
.i_p_dll{background: url(../images/i_pdllbjbox.jpg);padding:1px 0;/*width: 98%; margin: 0 auto;*/ }
.i_pul_l li img, 
.i_pul_r li img{width: 151px;height: 90px;}
.i_p_dll .pdltitle,.BusinessCenter .pdltitle{text-align: center;padding-top:70px;}
.i_p_dll .pdltitle h3,.BusinessCenter .pdltitle h3{text-align: center;  font-weight: bold;  margin-bottom: 20px;  font-size: 40px;  background: url(../images/tit_bg.png) no-repeat center 70px;  color: #f3527b;  height: 80px;}
.i_p_dll .pdltitle span{font-weight: normal;font-size: 20px; text-indent: 5px; color: #666;}
.i_p_dll .i_pul_l .on:after{background: url(../images/pl.png) no-repeat;content:"";position: absolute;  width: 8px;  height: 90px;}
.i_p_dll .i_pul_r .on:after{float: left;background: url(../images/pr.png) no-repeat;content:"";position: absolute;  width: 8px;  height: 90px;left:-8px;}

.i_newsbox{background-color: #F8F8F8;overflow: hidden;padding:70px 0;}
.i_news{max-width:100%;width:1200px;margin:0 auto;}
.i_news .i_newstitle{text-align:center;font-weight: bold;  margin-bottom: 50px;  font-size: 40px;  background: url(../images/tit_bg.png) no-repeat center 70px;  color: #f3527b;}
.i_news .i_newstitle span{font-weight: normal;margin: 35px 0 0;font-size: 20px;text-indent: 5px;color: #666;display:block;}
.i_news .i-nbox{width: 33.33%;  float: left;  text-align: center;  padding: 0 15px;}
.i_news .news-title{display: inline-block;  font-size: 16px;  padding-left: 10px;  border-left: 5px solid #f3527b;  line-height: 1;  margin-bottom: 30px;text-align: left;width: 100%;  max-width: 100%;}
.i_news .news-title a{padding-right: 5%;float: right;}
.i_news .i_nview img{width:370px;height: 230px;object-fit: cover;}
.day{display: inline-block;  vertical-align: bottom;  width: 40px;  height: 40px;  background-color: #f3527b;  color: #fff;  font-size: 22px;  line-height: 40px;  text-align: center;  margin: 0 10px 0 0;}
.i_news01_t{text-align: left;padding-top: 20px;}
.i_nview h4{margin: 20px 0;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  font-size: 18px;  text-align: left;}
.i_news .i_ntext{color: #555555;line-height: 22px;  text-align: left;height: 47px;overflow: hidden;}
.i-nbox .i_nview{border-bottom: 3px solid #f3527b; padding-bottom: 15px;margin-bottom: 20px;}
.i_ntext span{font-size: 15px !important;}

.i_case_l{width:1300px; position:relative; margin:70px auto 0;}
.i_case_lo{width:1300px; overflow:hidden;}
.i_case_li{width:5000px;}
.i_case_li dl{float:left; position:relative; display:inline-block; margin:0 10px; width:280px; height:364px;}
.i_case_li dl dt{width:280px; height:364px; overflow:hidden;text-align: center;}
.i_case_li dl dt img{max-width: 100%; max-height: 280px; width: auto; height: auto;}
.i_case_li dl dd{position: absolute;  width: 280px;  height: 58px;  padding: 35px 0;  left: 0;  bottom: 0;  text-align: center;  background-color:#dfdfdf;z-index: -1;}
.i_case_li dl dd h4{line-height: 34px; color: #000; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 35px; font-size: 14px;}
.i_case_li dl dd span{ display:block; font-size:12px; line-height:24px; color:#dfdfdf; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; height:24px;}
.i_case_lo li:hover a dd{background-color: #F3527B;}
.i_case_lo li:hover a h4{color:#fff;}
.i_pdll .i_case_l{width:auto;overflow: hidden;float: left;}
.h_logo,.m-foot60{display:none;}
.liyou .box .img1,.liyou .box .img2,.i_p_dll .BusinessShow{display:none;}
@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 768px;
		max-width: 768px;
		overflow-x: hidden;
	}
	.HeadCenter,.SearchCenter,.BusinessCenter,.i_pdll,.liyou .box,.InPageCenter {
		width: 98%;    margin: 0 auto;
	}
	.Head,.SearchBar,.Bottom,.In-Contact{display:none;}
	
	.i_p_dll .pdltitle span{font-size:16px;}
	
	.menu{display:none;}
	
	.h_logo{background:#fff;height:55px;line-height:55px;display:block;}
	
	.h_logo a{color:#fff;}
	
	.h_logo a img{height:55px;width:auto;}
	
	.navbtn {position: absolute;right: 10px;top: 17px;display: block;background: transparent;outline: none;border: none;}
		
	.navbtn span {display: block;width: 28px;height: 3px;background-color: #333333;margin-left: calc(50% - 15px);margin-bottom: 5px;transition: all .5s ease-out;transform-origin: 0 0;background: #f3527b;}
	
	.navbtn.active {padding: 2px;}
	
	.navbtn.active span:first-child {transform: rotate(45deg) translate(5px, -4px);}
	
	.navbtn.active span:nth-child(2) {opacity: 0;}
	
	.navbtn.active span:last-child {transform: rotate(-45deg) translate(-1px, 6px);}
	
	.menu {display: none;position: fixed;width: 100%;height: 100%;top: 55px;margin-left: 0;float: none; background-color:rgba(243,82,123,0.92); padding: 20px 0;z-index: 9999;right: -100%;transition: all .5s;}
	
	.menu.lef {right: 0;}
	
	.menu>li {width: 100%;height: 70px;line-height: 70px;border-bottom: 1px dashed #ccc;}
	
	.menu .ul-list > li:hover .ol-list {display: none!important;}
	
	.menu .ul-list {display: block; text-align: center;width: 100%;}
	
	.menu .ul-list > li{border-bottom:1px dashed #d52854;}
	
	.i_p_dll .pdltitle, .BusinessCenter .pdltitle {text-align: center; padding-top: 30px;}
	
	.i_p_dll .pdltitle h3, .BusinessCenter .pdltitle h3 {font-size: 28px;background: url(../images/tit_bg.png) no-repeat center 50px;height: 60px;margin-bottom: 10px;}
	
	.i_p_dll .BusinessShow{display:block;}
	
	.BusinessList {line-height: 35px;width:100%;}
	
	.BusinessList a {width: 20%;font-size: 16px;}
	
	.BusinessList a:first-child{display:none;}
	
	.BusinessShow,.liyou h2 {margin: 15px 0px;}
	
	.BusinessShow li {width:48.5%;margin:0; margin-left: 3%; margin-bottom: 20px;}
	
	.BusinessShow li:nth-child(2n-1){margin-left:0;}
	
	.More {margin: 0 auto 20px}
	
	.i_pdll {display:none;}
	
	.i_p_dll .BusinessShow li{position:relative;}
	
	.i_p_dll .ShowName{/* position:absolute;bottom:0;lef:0; */background:#fff;width:100%;color:#333;}
	
	.liyou h2 {font-size: 28px;}
	
	.liyou .bg1,.liyou .bg2{background:none;height:auto;}
	
	.liyou .box .right,.liyou .box .left {float: none;width: 100%;}
	
	.liyou .box .img1,.liyou .box .img2{display:block;}
	
	.AboutUs{height:auto;}
	
	.AboutUsCenter {height: auto; margin: 0;position: static;left: initial;}
	
	.AboutTxt {width: 98%;height: auto;float: inherit;margin-right: 0;margin-left: 0!important;    padding-bottom: 15px;margin: 0 auto!important;}
	
	.AboutImg { width: 98%;height: auto;float: inherit;overflow: hidden;margin: 0 auto!important;}
	
	.AboutImg img { margin-top:0;width: 100%;height: 100%;object-fit:cover;}
	
	.ETitle span{display:none;}
	
	.ETitle h1,.i_news .i_newstitle{font-size:28px;}
	
	.i_newsbox{padding:15px 0;}

    .i_news .i_newstitle {background: url(../images/tit_bg.png) no-repeat center 45px;}

    .i_p_dll .pdltitle span {font-size: 16px;}
	
	.i_news .i_newstitle span {margin: 20px 0 0;}
	
	.i_news .i_newstitle {margin-bottom: 20px;}
	
	.i_news .news-title,.i_news01_t{display:none;}
	
	.i_news .i-nbox{width:100%;}
	
	.i_news .i_nview img{float:left;margin-right:10px;}
	
	.i_news .i_ntext {line-height: 25px; height: 185px;}
	
	.BusinessShow li:nth-child(7),.BusinessShow li:nth-child(8){display:none;}
	
	.i-nbox .i_nview:nth-child(3){display:none;}
	
	.liyou p{position:relative;}
	
	.liyou p:before{vertical-align: middle;width: 10px;height:10px;margin-right: 10px; display: inline-block;content: "";background: #f3527b;}
	
	.Copyright{margin-bottom:71px;}
	
	.m-foot60 {display:block;width: 100%;margin: 0 auto;border-radius: 0px;height: auto;position: fixed;bottom: 0px;left: 0;background: #f3527b/* linear-gradient(55deg, #23a59b, #4bb052) */;}
			
	.m-foot60 li {float: left;width: 25%;box-sizing: border-box;border-right: 1px solid #ccc;}
			
	.m-foot60 li:nth-child(4) {border-right: none;}
			
	.m-foot60 a {text-align: center;}
			
    .m-foot60 li img {width: 25px;height: 25px;margin: 10px auto;vertical-align: middle;display: block;}
	
	.m-foot60 li p{color:#fff;margin-bottom:5px;}
	
	/* 内页产品 */
	.InLeft {width: 100%;margin-bottom: 10px;min-height:auto;}
	
	.InList li {width: 25%;float: left;}
	
	.InRight{width: 100%;min-height:auto;}
	
	.BusinessShow1 li {width: 48.5%;height: 240px; margin: auto;margin-left: 3%;margin-bottom: 10px;}
	
	.BusinessShow1 li:nth-child(2n-1){margin-left:0;}
	
	.ShowImg1 {width: 100%;}
	
	.ShowImg1 img {width: 100%;    height: 100%;object-fit: cover;}
	
	.pagebar {margin-bottom: 50px;}
	
	
	
}
@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
		
	}
	*{font-size:15px;}
	
	.i_p_dll .pdltitle, .BusinessCenter .pdltitle {padding-top: 10px;}
	
	.i_p_dll .pdltitle h3, .BusinessCenter .pdltitle h3 {font-size: 20px; background: url(../images/tit_bg.png) no-repeat center 32px;height: 40px;margin-bottom: 6px;}
	
	.SearchBar{float: inherit;display: block;margin: 0 auto;width: 330px;}
	
	.BusinessList{border-bottom:none;}
	
	.BusinessList a {float:left;width: 49%; border: 1px solid #ccc; margin-bottom: 5px;margin-right: 1%;}
	
	.BusinessList a:nth-child(2n-1){margin-right:0;}
	
	.BusinessList .Current {border-bottom: 1px solid #f3527b;}
	
	.BusinessShow, .liyou h2 {margin: 10px 0px;}
	
	.BusinessShow li {height: auto;}
	
	.ShowImg { width: 100%;height: 135px;}
	
	.ShowImg img {width: 100%;height: 100%;}
	
	.ShowName {line-height: 30px;}
	
	.More a {height: 40px; line-height: 40px;}
	
	.More {margin: 0 auto 0px;}
	
	.i_p_dll .pdltitle span,.liyou p,.i_news .i_newstitle span {font-size: 15px;}
	
	.liyou h2 {font-size: 24px;}
	
	.liyou h2 img,.ETitle img{width:70%;margin:0 auto;}
	
	.liyou h3 {font-size: 22px;margin: 10px 0;}
	
	.liyou h3 font {font-size: 24px;}
	
	.liyou {margin: 5px 0;}
	
	.ETitle { margin: 10px auto;}
	
	.ETitle h1, .i_news .i_newstitle {font-size: 24px;}
	
	.AboutTxt p {margin-bottom: 15px;height: 160px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
	
	.i_news .i_nview img {width: 32%;height: 77px;}
	
	.i_nview h4 {margin: 5px 0;font-size: 15px;/* float: left; */}
	
	.i_news .i_ntext {/* float: left; */height: 60px;}
	
	.i_news .i_ntext>div>span{height: 45px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
	
	.i-nbox .i_nview{border-bottom:none;padding-bottom: 0;margin-bottom: -3px;}
	
	.Copyright {margin-bottom: 50px;height:40px;line-height:40px;}
	
	.m-foot60 li img {width: 20px; height: 20px;margin: 5px auto 0 auto;}
	
	.InList li { width: 49.5%;margin-left: 1%;}
	
	.InList li:nth-child(2n-1){margin-left:0;}
	
	.InList li a { height: 40px;line-height: 40px;}
	
	.BusinessShow1 li{height:auto;margin-bottom: 15px;}
	
	.pagebar {margin-bottom: 30px;}
	
	.InBanner {height: 90px;}
	
	.InBanImg { height: 100%;}
	
	.InPage { padding: 10px 0;}
	
	.Crumb {padding-left: 5px;}
	
	.InList li a:hover, .InList li a.on,.InList li,.InList li{height:40px;}
	
	.Crumb{height:40px;line-height:40px;}
	
	.IPTitle {margin: 0;font-size: 20px;}
	
	.IssueTime {line-height: 30px;}
	
	.Detail {padding: 10px 0;}
	
	.DetailNext { margin: 0 0 35px 0;padding: 5px 0;line-height: 30px;}
	
	.DetailNext span {width: 100%;}
	
	.In-News-Show li{padding:0;width: 100%;height: auto;padding: 5px 0;display: block;}
	
	.In-News-Img{width: 100%;height: auto;}
	
	.In-News-Img img{width: 100%;height: auto;}
	
	.In-News-Right {width: 100%; margin-left: 0;margin-top: 0;padding: 0;}
	
	.In-News-Right time {line-height: inherit;}
	
	.ShowImg1 {height: 135px;}
	
	
	.toolbar,.Keyword{display:none;}
}