

* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}


*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+hr, *+ol, *+p, *+pre, *+ul {
    margin-top: 0rem  ;
}
address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0rem 0  ;
}
ol, ul {
    padding-left: 0em;
} 
.px1200{
	margin:0 auto; 
	width: 1200px;
} 






/* 资质荣誉 */

.qyzz{padding-top: 90px;}
.shouye_biaot{
    padding:20px 0px 0px 0px;
    text-align: center;
}
.shouye_biaot>dl{
    display: inline-block;
    overflow: hidden;
}




.shouye_biaot dd{
    float: left;
    height: 65px;
    position: relative;
    text-align: left;
}
.shouye_biaot dd p{
    line-height: 45px;
    color: #0e76bd;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    padding-bottom: 0;
}



.shouye_biaot dd::after{
    content: "";
    position: absolute;
    left: 0;
    width:100%;
    background: #0e76bd;
    bottom:20px;
    display: block;
    height: 2px;

}


.shouye_biaot_bai{
    padding:40px 0px 0px 0px;
    text-align: center;
}
.shouye_biaot_bai>dl{
    display: inline-block;
    overflow: hidden;
}




.shouye_biaot_bai dd{
    float: left;
    height: 74px;
    position: relative;
    text-align: left;
}
.shouye_biaot_bai dd p{
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
	
}



.shouye_biaot_bai dd::after{
    content: "";
    position: absolute;
    left: 0;
    width:100%;
    background: #fff;
    bottom:35px;
    display: block;
    height: 2px;

}

/* 本例子css

************************************************************************************
************************************************************************************
************************************************************************************


*/



.shouy_yewufw {
	width: 1200px;
	position: relative;
	/* border: 1px solid #ccc; */
}

.shouy_yewufw .hd {
	 position: relative;
}

.shouy_yewufw .hd .prev,.shouy_yewufw .hd .next {
	display: block;
	width: 73px;
	height: 73px;  
	overflow: hidden;
	cursor: pointer;
    background: url("../images/jiant_left.png") no-repeat;
    position: absolute;
    top: 120px;
    left: -45px;
}
 

.shouy_yewufw .hd .prev { 
    background: url("../images/jiant_right.png") no-repeat;
    left: initial;
    right: -45px;

} 
 
.shouy_yewufw .bd {
    padding:20px 50px;
    overflow: hidden;
	
}

.shouy_yewufw .bd ul {
	overflow: hidden;
	zoom: 1;
	
}

.shouy_yewufw .bd ul li {
	margin: 0 18px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.shouy_yewufw .bd ul li .pic {
	text-align: center;
}

.shouy_yewufw .bd ul li .pic img {
	width: 240px;
	height: 339px;
	display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



.scroll {
  position: relative;
  display: flex;
  width:80%;
  max-width:1200px;
  overflow: hidden;
  margin:auto;
  
}
.scroll > div span {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  background-color: #333;
  border-radius: 5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.5s;
}
.scroll > div span:hover {
  background-color: #4caf50;
}
.img-box {
  display: flex;
  column-gap: 10px;
}
.img-box > div,
.img-box > div .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.img-box .bg {
  width:260px;
  height:350px;  
  filter: hue-rotate(calc(var(--r) * 1deg));
  cursor: pointer;
  transition: filter 0.5s;
}
.img-box img {
  width:240px;
  height:339px;
  margin:auto;
}
.scroll > div {
  white-space: nowrap;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scroll > div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.scroll:hover > div {
  animation-play-state: paused;
}







.scrol2 {
  position: relative;
  display: flex;
  width:80%;
  max-width:1200px;
  overflow: hidden;
  margin:auto;
  
}
.scrol2 > div span {
  display: inline-block;
  margin: 10px;
  padding: 5px 10px;
  background-color: #333;
  border-radius: 5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.5s;
}
.scrol2 > div span:hover {
  background-color: #4caf50;
}
.img-box2 {
  display: flex;
  column-gap: 10px;
}
.img-box2 > div,
.img-box2 > div .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.img-box2 .bg {
  width:320px;
  height:260px;  
  filter: hue-rotate(calc(var(--r) * 1deg));
  cursor: pointer;
  transition: filter 0.5s;
}
.img-box2 img {
  width:300px;
  height:213px;
  margin:auto;
}
.scrol2 > div {
  white-space: nowrap;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) * -1);
}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scrol2 > div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}
@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.scrol2:hover > div {
  animation-play-state: paused;
}






.shouy_yewufw .bd ul li:hover .pic a img {
    border-color: #999;
    filter: brightness(1.4); 
}

.shouy_yewufw .bd ul li .title {
    line-height: 24px;
    width:240px;
    background: #f1f1f1;
    padding: 20px 0; 
}

.shouy_yewufw .bd ul li .title a{
    font-size: 14px;
    font-weight: 600;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
    display: block;
    color: #666;
    margin: 0 20px;
}
.shouy_yewufw .bd ul li .title p{
    color: #666;overflow: hidden;
    text-overflow:ellipsis;
    margin: 0 20px; 
    display: block;
    white-space: nowrap;
}


.shouy_yewufw .bd ul li:hover .title{
    background: #005d72;
}

.shouy_yewufw .bd ul li:hover .title a,
    .shouy_yewufw .bd ul li:hover .title p{
    color: #fff;
}

/*  */
.shous_shoy_rm{
    padding: 20px 0;
    overflow: hidden;
}

.shous_shoy_rm h1{
    padding: 0 5px;
    height:18px;
    line-height:18px;
	font-size: 14px;
    font-weight: normal;
    border-left: solid 2px #027da3;
    float: left;
}

.shous_shoy_rm ul{
    float: left;
    overflow: hidden;
}
.shous_shoy_rm ul li{
    float: left;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    margin: 0 20px;
}

 
.shous_shoy_rm ul li:hover{
    border-bottom: solid 1px #027da3;
}


.shouy_guanyv_wm{
    background: #f2f5f8;
    padding: 10px 0;
    margin: 30px 0 0 0;
}


.shouy_guanyv_wm .nimen_ge{
    overflow: hidden;
    padding: 30px 0;
}
.shouy_guanyv_wm .nimen_ge .text{
    width: 580px;
    float: left;
}
.shouy_guanyv_wm .nimen_ge .text h2{
    font-size:18px;
    font-weight: 500;
    border-bottom: #027da3 2px solid;
    padding: 10px 0;
    margin-bottom: 20px;
}
.shouy_guanyv_wm .nimen_ge .text p.daoxi{
    font-size: 18px;
    text-align: justify;
    border-bottom: #ccc 2px solid;
    margin-bottom:20px;
    padding-bottom:20px;
    line-height: 25px;

}
.shouy_guanyv_wm .nimen_ge .text p.daoxi.no{
    border-bottom: none;

}

.shouy_guanyv_wm .nimen_ge .img{
    width: 580px;
    float: right;  
    border-radius: 20px;
    overflow: hidden;
}
.shouy_guanyv_wm .nimen_ge .img img{
    display: block;
    max-width: 580px; 
}


.shouy_guanyv_wm .nimen_ge .text .anniu{
    background: #027da3;
    padding:8px 15px;
    border-radius: 20px;
    color: #fff;
}

/*  */

.ciangmu_anl_sy{
    padding: 20px 0;
}
.ciangmu_anl_sy ul{

}
.ciangmu_anl_sy ul li{
    width:385px;
	height:278px;
    float: left;
	
    
}
.ciangmu_anl_sy  .img_t img{

    width:385px;
	height:278px;
}

.shouye_nius{
    height:auto;
	min-height:585px;
    background: url(../images/shouye_ne.jpg) no-repeat top center;
}





.shouye_news_kuan{
    width: 100%;
    position: relative; 
    overflow: hidden; 
    height: 390px;
}
.shouye_news_kuan .div_news{
    width: 275px;
    height:215px;
    background:#fff;
    border-radius: 6px;
    position: relative;
    margin-top: 80px;
}

.shouye_news_kuan .div_news h2{
    background:#00bd6e;
    width: 115px;
    height: 115px;
    position: absolute;
    top:-60px;
    left: 0;
    right: 0;
    line-height: 115px;
    text-align: center;
    font-size: 1.0vw;
    color: #fff;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.shouye_news_kuan .swiper-slide:hover .div_news h2{
    box-shadow:0 0 5px #00bd6e;
    top:-70px;
}
.shouye_news_kuan .swiper-slide:nth-child(2n) .div_news h2{
    background:#469cff; 

}
.shouye_news_kuan .swiper-slide:nth-child(2n):hover .div_news h2{
    box-shadow:0 0 5px #469cff; 

}
.shouye_news_kuan .div_news h3{
    margin:0 10px;
    padding-top: 60px;
    color: #00bd6e;
    padding-bottom: 3px;
}

.shouye_news_kuan .div_news p{
    margin:0 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
    text-align:justify;
}

.shouye_news_kuan .div_news span{
    margin:0 10px;
    display: block;
    display: -webkit-box;
   text-overflow: ellipsis;
   overflow : hidden;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   text-align: justify;
}

.shouye_news_kuan .div_news h3 a{
    color: #00bd6e;
}

.shouye_news_kuan .div_news::after{
    content: "";
    width: 0;
    height:0;
    border-left:20px solid transparent;
    border-right:1px solid transparent;
    border-top:20px solid #fff;
    display: block;
    position: absolute;
    right: 10px;
    bottom: -20px;
}

.shouye_news_kuan .swiper-slide:nth-child(2n) .div_news h3 a{
    color:#469cff; 

}

.zhongw{
    color:#666;
	
    font-size: 14px;
    display: block;
    text-align:justify;
    text-indent: 2em;
	text-align:center;
	line-height:200%;
}

.zhongw ul{ width:630px; margin:auto;}
.zhongw ul li{ padding:0px;float:left; text-align:center;line-height:120%;  border-left:2px solid #CCCCCC; margin:40px 60px;}
.zhongw ul li span{ margin-left:0px; font-size:3.4vw; line-height:120%;}

.tuandui_paobiqi ul{
    overflow: hidden;
    padding: 50px 0;
	width:1260px;
  
	margin:auto;
}
.tuandui_paobiqi ul li{

    float: left;
}

.tuandui_paobiqi ul li .nimen_Ge{
    width:310px;
    height: 400px;
    overflow: hidden;
	text-align:left;
	
}

.tuandui_paobiqi ul li .nimen_Ge img{
width:260px;
height:374px;

}

.tuandui_paobiqi ul li p{
    text-align: center;
    font-size:1.6vw;
    padding: 10px 0;
}



.tuandui_paobiqi {
    padding-bottom: 40px;
    line-height:25px;
}




@media screen and (max-width: 600px) {
  /* 对于屏幕宽度小于或等于600px的设备 */
  .px1200{
	width: 100%;
} 


.tuandui_paobiqi ul{
	width:100%;
	
}
.tuandui_paobiqi ul li{
width:50%;
text-align:center;

}
.tuandui_paobiqi ul li .nimen_Ge{
    width:160px;
    height: 225px;
	text-align:center;
	margin:auto;
}

.tuandui_paobiqi ul li .nimen_Ge img{
width:150px;
height:216px;
margin:5px;

}

.tuandui_paobiqi ul li p{
    text-align: center;
    font-size:1.6vw;
    padding: 10px 0;
}



.tuandui_paobiqi {
    padding-bottom: 40px;
    line-height:25px;
}


  
  }
  
  
