
/* 集团投资子公司 */
.cpcjzs{margin-top:100px;}
.jthglb{position:relative;--swiper-navigation-size:18px;--swiper-navigation-color:#fff;}
.jthglb  .swiper-container{    padding: 20px 0;overflow:hidden;margin:0 50px;}

  .jthglb  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.jthglb	.swiper-slide-active,.jthglb .swiper-slide-duplicate-active{
      transform: scale(1);
	}

.jthglb .swiper-button-next,.jthglb .swiper-button-prev{width:35px;height:35px;background:#C50000;border-radius:100%}
.jthglb  .swiper-slide a{    box-shadow: 0px 2px 20px 0px rgba(0, 17, 45, 0.1);
    border-radius: 8px;display:block;    width: 100%;
    padding: 30px;font-size:20px;}
.jthglb  .swiper-slide a span{display:block;}	
.jthglb	.swiper-slide-active a,.jthglb .swiper-slide-duplicate-active	a{font-size:24px;}}
	
.jthglb  .swiper-slide a img{display:block;max-width: 100%;
    margin: 0 auto 13px ;}
	
.cpzlxz{margin-top:100px;}	
	.cpzlxz ul{}
.cpzlxz ul li{box-shadow: 0px 2px 10px 0px rgba(0, 17, 45, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;line-height:180px;padding:0 40px;margin-bottom:40px;    font-size: 24px;}	
.cpzlxz ul li a{display:block;}
.cpzlxz ul li a span{float:right;display: block;    margin-top: 70px;
    background-color: rgba(197, 0, 0, 1);
    border-radius: 4px;
    height: 44px;
    width: 120px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;}

/*case*/
.article {overflow: hidden;
	background-color: #fff;
	padding: 20px;
	border: 1px #eaeaea solid;
	border-radius: 4px;
	margin: 40px 30px;
}
.article h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
}
.article .info {
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px #eee solid;
	color: #888;
}
.article .info em {
	color: #888;
	margin-right: 10px;
}
.article .info a {
	color: #888;
}
.article .cont {
	word-wrap: break-word;
}
.article .cont dt h3{font-size: 22px;
    margin: 45px 0 25px 0;
    font-weight: bold;
    color: #653390;}
.article .cont dt {
	float: left;
    width: 500px;
    height: 400px;
}
.article .cont dd {
	float: right;
    width: 650px;
    height: 400px;
}
.article .cont h1 {
	font-size: 18px;
	line-height: 1.5em;
	padding: 5px 0;
	margin: 20px 0;
	border-bottom: 1px #ddd solid;
}
.article .cont h2 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.article .cont ol, .article .cont ul {
	margin: 0 0 20px 0;
}
.article .cont ol li, .article .cont ul li {
	list-style-position: inside;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 6px;
	text-indent: 2em;
}
.article .cont ol li {
	list-style-type: decimal;
}
.article .cont ul li {
	list-style-type: disc;
}
.article .cont p {
	font-size: 15px;
	line-height: 26px;
	margin: 15px 0;
	text-indent: 2em;
}
.article .cont a {
	color: #0595c7;
}
.article .cont a:hover {
	text-decoration: underline;
}
.article .cont h6 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: normal;
}
.article .cont blockquote {
	margin-left: 30px;
	background: #eee;
	border-left: 4px #ccc solid;
	padding: 0 5px 0 8px;
	margin-bottom: 15px;
}
.article .cont blockquote p {
	line-height: 24px;
	margin-bottom: 0;
	padding: 4px 0;
	font-size: 12px;
	margin: 0;
	text-indent: 0;
	font-size: 14px;
}
.article .cont img {
	max-width: 780px;
	height: auto;
}
.article .cont .aligncenter {
	display: block;
	margin: auto;
}
.article .cont pre {
	margin: 15px 0;
}
.article .copy {
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	background-color: #efefef;
	border-radius: 3px;
	margin-bottom: 15px;
	color: #999;
	cursor: pointer;
}
.article .copy:hover {
	background: #0595c7;
	color: #fff;
}


/*案例推荐*/
.list_news{}
.list_news li{
	    box-shadow: 0px 2px 10px 0px rgba(0, 17, 45, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 32%;
    height: 430px;
    margin: 0 2% 42px 0;
	float:left;    overflow: hidden;
	padding:40px 30px;	
}

.list_news li:nth-child(3n){margin-right:0}
.list_news li img{width:100%;    height: 190px;
    border-radius: 4px;}
.list_news li a{
	
}
.list_news li h3{
	margin:24px 0;    overflow: hidden;text-overflow: ellipsis; 
    height: 27px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
 
    font-weight: 500;
    white-space: nowrap;
    line-height: 27px;
}
.list_news li span{
	      overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-align: justify;
    line-height: 22px;display:block;
}
.list_news li .ckgd{
     margin-top:30px; line-height: 19px;height: 19px;
}
.list_news li .ckgd u{
	    width:70px;display:block;float:left;
 
    overflow-wrap: break-word;
    color: rgba(197, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    white-space: nowrap;
	background:url(../img/jt2.png)  no-repeat  center  right;
    padding-right:20px;
}
.list_news li .ckgd em{
	  display:block;float:right;
 font-style:normal;
    color: rgba(137, 137, 137, 1);
    font-size: 14px;
 
    text-align: justify;
    white-space: nowrap;
 
}


/* 产品内容页 */
.cp_nr{margin:80px 0}

.cpimg{    width: 568px;float:left;}
.cpimg img{Width:100%;}	
.cpjs{    width: 788px;float:right;
    height: 406px;}
.cpjs h1{font-weight: 500;font-size:29px;line-height: 38px;margin-bottom:35px;}
.cpjs p span{color:#333;}
.cpjs p{line-height: 40px;font-size:24px;margin-bottom:24px;color:#666}
.cpjs  ul li{float:left;margin-right:40px;}
.cpjs ul li a{display:block;    background-color: rgba(197, 0, 0, 1);
    border-radius: 4px;
    height: 60px;
    width: 200px;font-size:24px;line-height:60px;text-align:center;color:#fff;}
	
.cpxx{font-size: 29px;margin:80px 0 20px;    font-weight: 500;}	
.cpbody img{max-width:100% !important;height:auto!important;}
.cpbody{line-height: 2;font-size: 16px;}

/* 解决方案 */
.tab_jj{margin:100px  0 40px;}
.tab_jj ul{    height: 55px;}
.tab_jj ul li{cursor:pointer;      line-height: 38px;
    margin-right: 42px;  font-size: 29px;font-weight:bold;    height: 65px;float:left;}
.tab_jj ul li.on:after{content:"";display:block;   background-color: rgba(197, 0, 0, 1);
    width: 60px;
    height: 5px;    margin: 5px auto;}
.tab_box{display:none;    line-height: 2;
    font-size: 16px;}
.tab_box img{max-width:100% !important;height:auto!important;}
.tab_box.on{display:block}

/* 新闻内容 */
.title h1{   
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    margin: 80px 0 40px;text-align:center;}
.news_info{text-align:center;font-size:16px;color:#666}	
.news_info span{padding:0 30px;}
.news_info span.ico1{background:url(../img/time.png)no-repeat left center; }	
.news_info span.ico2{background:url(../img/view.png)no-repeat left center; }
.news_nr{margin-top:40px;   line-height: 1.5;
    font-size: 16px;}
.news_nr img{max-width:100% !important;height:auto!important;}
.news_nr p{margin-bottom:10px;}



@media screen and (max-width:640px){
  .jthglb .swiper-slide a span{font-size: 14px;}
  .jthglb .swiper-slide a{width: 90%;max-width:100%;}
.cpcjzs {
    margin-top: 20px;
}
  .cpzlxz ul{margin: 0 20px;}
  .cpzlxz ul li {
    line-height: 80px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.cpzlxz ul li a span {
    margin-top: 25px;
    height: 34px;
    width: 80px;

    line-height: 34px;
    font-size: 14px;
}

.cpjs h1{font-size: 20px;    margin-bottom: 20px;}
.cp_nr{margin:20px;}
.cpjs ul li {
    width:48%;
    margin-right: 4%;
}
.cpjs ul li:nth-child(2) {margin-right: 0}
.cpjs ul li a{width:100%;font-size: 14px;    line-height: 40px;
    height: 40px;}
.cpxx {
    font-size: 20px;
    margin: 40px 0 20px;
}    
.cpimg{width: 100%; height: auto;float:none;margin-bottom:20px;}
.cpjs p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 20px;
}
.cpjs{width: 100%;float:none;height: auto;}
.tab_jj {
    margin: 50px 0 20px;
}
.tab_jj ul li{width:33.33%;text-align:center;margin-right:0;    font-size: 20px;}
.title h1 {
    height: auto;
    font-size: 20px;
    line-height:1.5;
    margin: 20px;
 
}
..article {width: 100%;margin:0}
.list_news li {width:100%}
.article .cont dt ,.article .cont dd,.article .cont img{width:100%;height:auto}
.article .cont dt h3 {text-align:center;margin:0}
.news_info{font-size: 14px;padding:0 20px;}

.news_nr {
    margin: 20px;
    line-height: 2;
    font-size: 14px;
}
}


