.bg-color {
  background: #fff;
}
#dituContent label {
    max-width: unset!important;
    text-align: center;
}


.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.img-cover-4by3 .shuiyin{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: url(../images/shuiyin.png) repeat center left; background-size: 100%;}
.img-cover-4by3 .shuiyin img{ width: 100%; height: auto;}

.main{ padding: 3% 0;}
.clear{ clear: both;}
.content{ line-height: 3rem; padding: 3% 0;}


/*头部*/
#top_bj{ width: 100%; height: auto;}
#top_index{ padding: 0;}
#logo{ padding:2% 1%; text-align: left;}
#logo a{ display: block; float: left;}
#logo a img{ max-width: 100%;}
#logo .font{ padding: 3% 0; color: #333; font-weight: bold; font-size: 35px;}
#logo .left{ border-left:1px solid #cccccc; margin-left: 20px; padding-left: 10px; line-height: 30px; margin-top: 2%;}
#logo .left p{ color: #333333; font-size: 20px; font-weight: bold;}
#logo .left span{ color: #2d84ce;}
#logo .left i{ color: #666666; font-size: 14px; font-weight: normal;}

#top_tel{ text-align: center; margin-top: 2%;}
#top_tel .pic{ float: right;}
#top_tel .pic img{ max-width: 100%;}
#top_tel .right{ text-align: left; padding-left: 10px;}
#top_tel .right p{ color: #666666;}
#top_tel .right span{ color: #333333; font-size: 24px; font-weight: bold;}

#nav_bj{ background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); height: 60px; width: 100%;}
#nav{ height: auto; text-align: center; padding: 0;}
#nav a{
  display: inline-block;
  color:#fff;
  border:none;
  position:relative;
  width: 12.2%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
#nav a:hover{
  color:#fff !important;
}
#nav a:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #dd9d34;
  transition:400ms ease all;
}
#nav a:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
#nav a:hover:after{
  width:100%;
  transition:400ms ease all;
}
@media screen and (max-width:768px){
    #nav a{ height: 30px; line-height: 30px; width: 24%; font-size: 14px;}
    #logo .left{ width: 65%;}
}



.info_video { width:100%;height:250px;margin:15px auto 15px;}
.info_video .jw-controlbar {width:100%;}
@media (min-width:768px) 
{
  .info_video{ width: 80%; height: 300px; }
}
@media (min-width:992px) 
{
    .info_video{ height: 350px; }
}
@media (min-width:1200px) 
{
  .info_video{  width: 800px; height: 500px;}
}

.sp_nav{ background: #fff; z-index: 999; width:50px; right: 10px; position: fixed; cursor:pointer; height:40px; margin-top:20px}
.sp_nav span{display:block;background:#34cda8;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:10px}
.sp_nav span:nth-of-type(2){top:20px}
.sp_nav span:nth-of-type(3){top:30px}
.sp_nav_se span:nth-of-type(1){top:20px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:20px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:999;background:#eee;width:100%;height:100%; padding-top: 50px; font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:0}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}


@media screen and (max-width:768px){
  #logo{ padding: 3% 2%;}
}

#banner{ position: relative;}
#banner .swiper-container {
  width: 100%;
  height: 100%;
}
#banner .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;
}
#banner .swiper-slide img{ width: 100%;}



#slideBox1{ position:relative; overflow:hidden; margin:0 auto;  width:100%;/* 设置焦点图最大宽度 */ }
#slideBox1 .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
#slideBox1 .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
#slideBox1 .hd li.on{ background:#fff;  }
#slideBox1 .bd{ position:relative; z-index:0; }
#slideBox1 .bd li{ position:relative; text-align:center; height:auto; overflow:hidden;  }
#slideBox1 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
#slideBox1 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
#slideBox1 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; color:#fff;  text-align:left;  }



/*底部*/
#end_line{ line-height: 5rem; background: #eeeeee; width: 100%; color: #808080; text-align: center;}
#end_bj .main{ padding: 2% 0;}
#end_bj{ background: #fff; width: 100%; height: auto;}
#end_bj .tit{ color: #005eba; font-size: 1.8rem; position: relative; height: 4rem;}
#end_bj .tit span{ color: #85a5da; font-size: 1.5rem; font-family: arial; text-transform: uppercase; padding-left: 2%;}
#end_bj .tit::before{ position: absolute; left: 0; bottom: 0; content: ''; background: #dd9d34; height: 2px; width: 10%;}
#end_bj .end_lx{ border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;}

#end_bj .content{ padding-top: 5%;}
#end_bj .content .pic{ padding: 0 !important;}
#end_bj .content .pic img{ max-width: 100%;}
#end_bj .content .wxsys p{ padding: 20% 0 5%;}
#end_bj .content .wxsys span{ display: block; width: 100%; height: 4rem; line-height: 4rem; border-radius: 2rem; text-align: center; color: #fff;
  background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7);
}
#end_bj .content .rx{ color: #666666;}
#end_bj .content .rx span{ color: #dd9d34; font-size: 3rem; font-weight: bold;}
#end_bj .end_lx p{ line-height: 3rem;}
#end_bj .wzdh a{ display: block; float: left; padding: 3%;}


.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#d51418;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#3a8cd2;}
.footer_zx a:last-of-type{ background: #444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}


/* 首页*/
.hui{ background: #f5f5f5; width: 100%; height: auto;}

.tit_in{ color: #2aae89; font-size: 2rem; position: relative; height: 4.5rem;}
.tit_in span{ color: #2aae89; font-size: 1.3rem; font-family: arial; text-transform: uppercase; padding-left: 3%;}
.tit_in::before{ position: absolute; left: 15px; bottom: 0; content: ''; height: 2px; background: #dd9d34; width: 10%;}
#cplb{ padding: 0;}
#cplb li{ float: left; width: 13%; text-align: center; height: 4rem; line-height: 4rem; border-radius: 2rem; background: #fff; margin: 0 0.5%; transition:0.3s;}
#cplb li:hover{ color: #fff; background-color: #e9ac44; /* 不支持线性的时候显示 */ background-image: linear-gradient(to right, #e9ac44 , #f3c066);}
@media screen and (max-width:768px){
  #cplb{ margin-top: 3%;}
  #cplb li{ width: 31%; margin-bottom: 2%;}
}

#cplb1 div{ padding: 0 0.5%;}
#cplb1 li{ text-align: center; height: 4rem; line-height: 4rem; border-radius: 2rem; background: #f5f5f5; margin: 0 0 5%; transition:0.3s;}
#cplb1 li:hover{ color: #fff; background-color: #e9ac44; /* 不支持线性的时候显示 */ background-image: linear-gradient(to right, #e9ac44 , #f3c066);}

@media screen and (max-width:768px){
  #cplb1 div{ padding: 0;}
}



#cpysbj{ width: 100%; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89, #4391d7); position: relative;}
/*#cpysbj:before{ position: absolute; left: 0; top: 0; content: ''; background: url("../images/yspic.jpg") no-repeat left top; width: 50%; height: 100%; background-size: 100% 100%; }*/
#cpyspic{ width: 50%; float: left; position: relative;}
#cpyspic img{ width: 100%;}
#cpyspic .bt{ position: absolute; z-index: 10; right: -19px; top: 5%; background: url("../images/ysbt.png") no-repeat left top; width: 251px; height: 68px; line-height: 70px; text-align: center; color: #fff; font-size: 24px;}
#cpyspic .bt span{ font-size: 14px; text-transform: uppercase; padding-left: 10px;}
#cpys{ float: right; width: 50%;}
#cpys ul{ padding: 1% 3% !important; margin: 0 !important;}
#cpys ul li{ float: left; margin: 4% 10px 0; background: url("../images/jjysbj.png") no-repeat left top; background-size: 100%; width: 260px; height: 220px; text-align: center;}
#cpys ul li p{ padding-top: 10%;}
#cpys ul li span{ display: block; padding: 15% 15% 0; color: #fff; line-height: 25px;}
@media (min-width: 1600px) and (max-width: 1920px){
    #cpys{ padding-right: 10%;}
    #cpysbj{ background:#4391d7 url(../images/bgss.jpg) repeat-y right center; }
}
@media (min-width: 768px) and (max-width: 1190px){
    #cpyspic,#cpys{ width: 100%;}
    #cpys ul{ padding: 3% 3% !important;}
    #cpys ul li{ width: 24%; background-size: 100%; margin: 0 0.5%; height: 155px; }
    #cpys ul li span{ padding: 10% 5% 0; line-height: 22px; font-size: 12px;}
}
@media screen and (max-width:765px){
    #cpyspic,#cpys{ width: 100%;}
    #cpys{ padding: 0;}
    #cpys ul li{ height: 170px; width: 48%; background-size: 100%; margin: 0 1%;}
    #cpys ul li p{ padding-top: 7%;}
    #cpys ul li span{ padding: 10% 5% 0; line-height: 22px; font-size: 12px;}
}



#info_anli .swiper-container {
    padding: 35px 0 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#info_anli .swiper-slide {
    text-align: center;
    transition:0.3s;
    overflow: hidden;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    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;
}
#info_anli .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; background: #fff;}
#info_anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
#info_anli .swiper-slide p{ text-align: center; width: 100%; color: #fff; height: 50px; line-height: 50px; background-color: #1675c5;
    background-image: linear-gradient(to right, #1675c5 , #4290d7); transition:0.3s;}
#info_anli .swiper-slide p a{ color: #fff;}
#info_anli .swiper-slide:hover img{ transform: scale(1.1);}




#cpnr .swiper-container {
  padding: 2% 10px 7%;
  width: 100%;
  height: 100%;
  position: relative;
}
#cpnr .swiper-slide {
  text-align: center;
  transition:0.3s;
  overflow: hidden;
  /* Center slide text vertically */
  flex-direction: column;
  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;
}
#cpnr .swiper-slide a{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#cpnr .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#cpnr .swiper-slide a .shuiyin{ width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 2;}
#cpnr .swiper-slide p{ width: 100%; color: #666666; height: 4.5rem; border-bottom: 3px solid #dadada; line-height: 4.5rem; background-color: #eeeeee; transition:0.3s; position: relative;}
#cpnr .swiper-slide p::before{ position: absolute; left: 0; bottom: -3px; height: 3px; background: #f3c067; width: 0; content: ''; transition:0.5s;}
#cpnr .swiper-slide:hover p{ color: #fff; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7);}
#cpnr .swiper-slide:hover p::before{ width: 100%;}
#cpnr .swiper-slide:hover{ box-shadow:0px 0px 10px #d7d7d7;}
#cpnr .swiper-slide:hover img{ transform: scale(1.1);}
#cpnr .swiper-container .swiper-button-next,#cpnr .swiper-container .swiper-button-prev{ background: url(../images/right.png) no-repeat center #dcdcdc; width: 50px; height: 50px; border-radius: 25px; position: absolute; bottom: 0; top: auto; transition:0.3s;}
#cpnr .swiper-container .swiper-button-prev{ background: url(../images/left.png) no-repeat center #dcdcdc; right: auto; left: 32%;}
#cpnr .swiper-container .swiper-button-next{ left: auto; right: 32%;}
#cpnr .swiper-container .swiper-button-prev:hover{ background-color: #e9ad45; background-image: url(../images/left.png) no-repeat center linear-gradient(to right, #e9ad45 , #f3bf66); box-shadow:0px 0px 10px #d7d7d7;}
#cpnr .swiper-container .swiper-button-next:hover{ background-color: #e9ad45; background-image: url(../images/right.png) no-repeat center linear-gradient(to right, #e9ad45 , #f3bf66); box-shadow:0px 0px 10px #d7d7d7;}
#cpnr .swiper-container #more{ position: absolute; left: 0; width: 100%; bottom: 0px; text-align: center;}
#cpnr .swiper-container #more a{ display: block; box-shadow:0px 0px 10px #d7d7d7; width: 20%; margin: 0 auto; height: 4.5rem; line-height: 4.5rem; border-radius: 3rem; color: #fff; font-size: 1.5rem; font-family: arial; text-transform: uppercase; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); transition:0.3s;}
#cpnr .swiper-container #more a:hover{ background-color: #4290d7; background-image: linear-gradient(to right, #4290d7 , #1272c3);}
@media screen and (max-width:768px){
  #cpnr .swiper-container{ padding-bottom: 15%;}
  #cpnr .swiper-container .swiper-button-prev{ left: 15%;}
  #cpnr .swiper-container .swiper-button-next{ right: 15%;}
  #cpnr .swiper-container #more a{ width: 35%;}
  #cpnr .swiper-container #more{ bottom: 1%; }
}

#albj{ background: url(../images/albj.png) no-repeat right bottom;}

#alfx{ clear: both !important; padding: 3% 0;}
#alfx .swiper-container {
  width: 100%;
  height: 100%;
}
#alfx .swiper-slide {
  text-align: center;
 transition:0.3s;
  /* 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;
}
#alfx .swiper-slide a{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#alfx .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#alfx .swiper-slide:hover{ box-shadow:0px 0px 10px #d7d7d7; transform: translateY(-10px);}
#almore{ background: #f5f5f5; width: 20%; height: 4.5rem; line-height: 4.5rem; text-align: center; border-radius: 3rem; margin: 0 auto; position: relative;}
#almore::before{ position: absolute; content: ''; left: 0; bottom: 0; border-radius: 3rem; height: 4.5rem; width: 0; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); transition:0.3s; cursor: pointer; z-index: 2;}
#almore p{ position: relative; z-index: 3;}
#almore:hover::before{ width: 100%;}
#almore:hover p{ color: #fff;}
@media screen and (max-width:768px){
  #almore{ width: 40%;}
}



#gsjjpic img{ max-width: 100%; }
#gsjjnr .tit{ color: #2aae89; font-size: 2rem; position: relative; height: 4.5rem; font-weight: bold;}
#gsjjnr .tit::before{ position: absolute; content: ''; left: 0; bottom: 0; height: 3px; background: #dd9d34; width: 5%;}
#gsjjnr ul{  height: auto; height: 162px;}
#gsjjnr ul li{ float: left; position: relative; padding-top: 2%; text-align: center; top: 0; height: 79px; background: #fff; border: 1px solid #ededed; width: 20%; transition:0.3s; cursor: pointer;}
#gsjjnr ul li:nth-of-type(2n){ bottom: -79px; top: auto;}
#gsjjnr ul li .pic{ width: 37px; height: 37px; overflow: hidden; margin: 0 auto;}
#gsjjnr ul li .pic img{ margin-left: 0; transition:0.3s;}
#gsjjnr ul li .nr{ color: #dd9d34; font-size: 1.4rem; padding-top: 2%;}
#gsjjnr ul li:hover{ box-shadow:0px 0px 7px #c4c4c4; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7);}
#gsjjnr ul li:hover .pic img{ margin-left: -37px;}
#gsjjnr ul li:hover .nr{ color: #fff;}

#fwzc{ clear: both; padding-top: 3%;}
#fwzc li{ border-top: 1px solid #ececec; position: relative; text-align: center; cursor: pointer;}
#fwzc li::before{ position: absolute; content: ''; top: 0; width: 1px; background: #ececec; height: 30px; left: 50%;}
#fwzc li .num{ margin: 30px auto 0; position: relative; z-index: 3; width: 57px; height: 39px; line-height: 39px; background: #f5f5f5; font-size: 2rem; color: #999999; transition:0.3s;}
#fwzc li .font{ z-index: 1; border: 1px solid #ececec; padding: 3% 0 10%; margin-top: -15px; transition:0.3s;}
#fwzc li .font .pic{ width: 31px; height: 31px; overflow: hidden; margin: 15% auto 8%;}
#fwzc li .font .pic img{ margin-left: 0; transition:0.3s;}
#fwzc li .font .nr{ color: #666666; font-size: 1.3rem;}

@media screen and (max-width:768px){
  #fwzc li{ margin-top: 3%;}
}
@media (min-width: 1600px) and (max-width: 1920px){
  #fwzc li .font .nr{ font-size: 1.6rem; }
}

#fwzc li:hover .num{ background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); color: #fff;}
#fwzc li:hover .font{ background-color: #e9ac44; background-image: linear-gradient(to right, #e9ac44 , #f3c067);}
#fwzc li:hover .font .pic img{ margin-left: -31px;}
#fwzc li:hover .font .nr{ color: #fff;}

#xwbj{ background: url(../images/bj.png) no-repeat center bottom;}

#xwzx .swiper-container {
  margin: 3% 0 0;
  width: 100%;
  height: 100%;
  padding: 0 15px 4%;
}
#xwzx .swiper-slide {
  transition:0.3s;
  position: relative;
  /* Center slide text vertically */
  flex-direction: column;
  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;
}
#xwzx .swiper-slide .time{ text-align: left; color: #dd9d32; font-family: arial; width: 100%;}
#xwzx .swiper-slide .time span{ display: block; font-size: 2.5rem;}
#xwzx .swiper-slide .time p{ font-size: 1.5rem;}
#xwzx .swiper-slide .tit{ height: 5rem; line-height: 5rem; color: #333333; font-size: 1.7rem; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#xwzx .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 68%; position: relative; overflow: hidden; margin: 3% 0;}
#xwzx .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#xwzx .swiper-slide .content{ padding: 2% 0; width: 100%; text-align: left; line-height: 2.5rem; height: 5rem; overflow: hidden; color: #666666; transition:0.3s;}
#xwzx .swiper-slide:hover .pic img{ transform: scale(1.1);}
#xwzx .swiper-slide::before{ position: absolute; right: -15px; top: 20%; content: ''; background: #e6e6e6; width: 1px; height: 80%;}
#xwzx .swiper-slide .more{ width: 100%; margin-top: 4%;}
#xwzx .swiper-slide .more a{ display: block; float: left; background: #f5f5f5; height: 4rem; line-height: 4rem; border-radius: 2rem; text-align: center; color: #666666; width: 30%; transition:0.3s;}
#xwzx .swiper-slide:hover .more a{ box-shadow:0px 0px 7px #c4c4c4; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); color: #fff;}
#xwmore{ text-align: center; display: block; box-shadow:0px 0px 10px #d7d7d7; width: 20%; margin: 0 auto; height: 4.5rem; line-height: 4.5rem; border-radius: 3rem; color: #fff; font-size: 1.5rem; font-family: arial; text-transform: uppercase; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); transition:0.3s;}
#xwmore:hover{ background-color: #4290d7; background-image: linear-gradient(to right, #4290d7 , #1272c3);}

@media screen and (max-width:768px){
  #xwmore{ width: 40%;}
  #xwzx .swiper-slide .more{ margin-top: 3%; }
}




/*子页*/
#zi_banner{ width: 100%; position: relative;}
#zi_banner img{ width: 100%;}
#zi_banner .main{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; padding-top: 10%;}
#banner_nav{ float: left; color: #fff; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); padding: 2% 3% 1%; border-left: 3px solid #f3bf65; line-height: 3.5rem;}
#banner_nav p{ font-size: 3rem;}
#banner_nav span{ font-family: arial; font-size: 1.5rem; text-transform: uppercase;}

#home{ height: 4rem; line-height: 4rem; background: #f5f5f5;}
#home .container{ background: url(../images/home.png) no-repeat 5px center; padding-left: 30px;}

#fwbj{ background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); text-align: center; }
#fwbj .tit{ text-align: center; color: #fff;}
#fwbj .tit p{ display: inline-block; font-size: 3rem; height: 5rem; position: relative; margin: 0 auto;}
#fwbj .tit p::before{ position: absolute; bottom: 0; width: 50%; left: 25%; height: 3px; background: #efbd67; content: '';}
#fwbj .tit span{ display: block; line-height: 2.5rem; padding-top: 1%;}
#fwbj ul{ padding-top: 3%;}
#fwbj ul li{ background: url(../images/jjysbj.png) no-repeat center top; background-size: 100%; text-align: center; height: 254px;}
#fwbj ul li .num{ width: 100%; color: #f2c474; font-family: impact; font-size: 6rem; -webkit-text-stroke: 1px #fff;}
#fwbj ul li .nr{ color: #fff; padding: 4% 5% 0; line-height: 2.5rem; font-size: 1.5rem;}

@media screen and (max-width:768px){
  #fwbj ul li{ height: 155px;}
  #fwbj ul li .num{ font-size: 4rem;}
  #fwbj ul li .nr{ padding: 2% 5% 0; font-size: 1.2rem;}
}

@media (min-width: 765px) and (max-width: 1100px){
  #fwbj ul li .num{ font-size: 4.5rem;}
}

#fwbj #more{ display: inline-block; margin: 0 auto; background-color: #e9ac44; background-image: linear-gradient(to right, #e9ac44 , #f3c067); width: 20%; height: 4rem; line-height: 4rem; border-radius: 2rem; text-align: center; box-shadow:0px 0px 7px #2571b1; }

@media screen and (max-width:768px){
  #fwbj #more{ width: 40%;}
}

#zzry .swiper-container {
  padding: 4% 10px 2%;
  width: 100%;
  height: 100%;
  position: relative;
}
#zzry .swiper-slide {
  text-align: center;
  transition:0.3s;
  overflow: hidden;
  /* Center slide text vertically */
  flex-direction: column;
  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;
}
#zzry .swiper-slide a{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#zzry .swiper-slide a img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#zzry .swiper-slide p{ width: 100%; color: #666666; height: 4.5rem; border-bottom: 3px solid #dadada; line-height: 4.5rem; background-color: #eeeeee; transition:0.3s; position: relative;}
#zzry .swiper-slide p::before{ position: absolute; left: 0; bottom: -3px; height: 3px; background: #f3c067; width: 0; content: ''; transition:0.5s;}
#zzry .swiper-slide:hover p{ color: #fff; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7);}
#zzry .swiper-slide:hover p::before{ width: 100%;}
#zzry .swiper-slide:hover{ box-shadow:0px 0px 10px #d7d7d7;}
#zzry .swiper-slide:hover img{ transform: scale(1.1);}
#zzry .swiper-container .swiper-button-next,#zzry .swiper-container .swiper-button-prev{ background: url(../images/right.png) no-repeat center #dcdcdc; width: 50px; height: 50px; border-radius: 25px; transition:0.3s;}
#zzry .swiper-container .swiper-button-prev{ background: url(../images/left.png) no-repeat center #dcdcdc;}
#zzry .swiper-container .swiper-button-prev:hover{ background-color: #e9ad45; background-image: url(../images/left.png) no-repeat center linear-gradient(to right, #e9ad45 , #f3bf66); box-shadow:0px 0px 10px #d7d7d7;}
#zzry .swiper-container .swiper-button-next:hover{ background-color: #e9ad45; background-image: url(../images/right.png) no-repeat center linear-gradient(to right, #e9ad45 , #f3bf66); box-shadow:0px 0px 10px #d7d7d7;}




.o_product{ clear: both; padding: 3% 0;}
.o_product .o_product_img{ text-align: center; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.o_product .o_product_img .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.o_product .o_product_img .shuiyin{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: url(../images/shuiyin.png) repeat center left; background-size: 100%;}

.o_product .o_product_info{}
.o_product .o_product_info h2{ color: #3e3e3e; font-size: 3rem; font-weight: bold; margin-bottom: 5%; height: 5rem;}
.o_product .o_product_info .o_product_detail{ font-size: 14px; color: #999; margin-top: 10px;}
.o_product .o_product_info .o_product_detail .o_product_data{ clear: both; width: 100%; height: auto;}
.o_product .o_product_info .o_product_detail .o_product_data:after,.o_product:after{ display: block; content: ''; clear: both; height: 0; width: 0;}
.o_product_data span{ display: block;}
.o_product_data span.key{ color: #2aae89; font-size: 18px; border-left: 2px solid #2aae89; padding-left: 20px;}
.o_product_data span.val{ height: auto; line-height: 25px; padding: 10px 0;}
.colhs{ color: #FE4200;}
.o_product_data span.val b{ color:#FE4200; font-size: 16px;}

.o_product_detail ul{ padding: 3% 0;}
.o_product_detail li .pic{ border: 2px solid #e5e5e5; transition:0.3s; text-align: center; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.o_product_detail li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.o_product_detail li p{ height: 3rem; line-height: 3rem; text-align: center; font-size: 1.2rem;}
.o_product_detail li:hover .pic{ border: 2px solid #2aae89;}
.o_product_info #cptel{ height: 50px; line-height: 50px; background-color: #2aae89; background-image: linear-gradient(to right, #2aae89 , #4391d7); text-align: center; color: #fff; font-size: 1.5rem; padding: 0;}
.o_product_info #cptel i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 2% 0 0;}
.o_product_info #cptel i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn{ color: #fff; height: 50px; line-height: 50px; text-align: center; background: #323232; border: none; outline: none; transition:0.3s;}
.o_product_info .order-btn a{ color: #fff;}
.o_product_info .order-btn i{ display: inline-block; width: 22px; height: 50px; line-height: 50px; margin: 0 10% 0 0;}
.o_product_info .order-btn i img{  display: inline-block; vertical-align: middle;}
.o_product_info .order-btn:hover{ background: #2aae89;}

#cpbtqh{ width: 100%; transition:0.3s;}
.cpbt{ background: #f5f5f5; height: 5rem; line-height: 5rem; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s; margin: 0 auto !important;}
.cpbt li{ float: left; color: #333333;  font-size: 1.7rem; width: 15%; text-align: center; position: relative;}
.cpbt li::before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; background: #247cc7; width: 0; transition:0.3s;}
.cpbt li:hover::before{ width: 100%;}

@media screen and (max-width:765px){
  .cpbt li{ width: 20%; font-size: 1.5rem;}
}


.center-content{ padding: 0 15px; line-height: 3rem;}




/*公共*/
.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */