/* 清除样式 */
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{ margin:0; padding:0;}

button,input,select,textarea{ outline:0;}

textarea{ resize:none;}

ul,li{ list-style:none;}

input{border:none;outline:none;}

em,i{font-style: normal;}

img{ outline:0; border:none; display: block;height:auto;}

button,input[type=button],input[type=reset],input[type=submit]{ -webkit-appearance:none; }

input{ border-radius: 0px; outline: none; box-shadow:none; -webkit-appearance: none;}

a{ color: #333333; text-decoration:none;transition: all .3s;}

a:hover{ text-decoration:none;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display:block; margin: 0; padding: 0;}

body{position: relative; font-size: 12px; font-family: "微软雅黑"; min-width: 320px; color: #333333;background: #fff;position:relative;}
input:-webkit-autofill,
textarea:-webkit-autofill,
/* select:-webkit-autofill {
  -webkit-text-fill-color: #666 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
} */

*{box-sizing: border-box;}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

.service_pic {
  width: 100%;
  float: left;
}
.service_pic img {
  width: 100%;
  height: auto;
}

#service_list{
  width:1200px;
  margin:0 auto;
}
#service_list ul{
  width:100%;
}
#service_list ul li{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:20px;
  border:1px solid #fff;
  align-items: center;
  transition: all .3s;
}
#service_list ul li:hover{
  box-shadow: 0 0 6px rgb(55 61 65 / 40%);
}
#service_list ul li .img{
  width:30%;
  height:250px;
  position: relative;
}
#service_list ul li .img img{
  width:100%;
  height:100%;
}
#service_list ul li .img .img_t{
  width:180px;
  height:80px;
  background:rgba(0, 0, 0, .5);
  position: absolute;
  left:50%;
  top:50%;
  margin-top:-40px;;
  margin-left:-90px;
  padding-top:15px;
}
#service_list ul li .img .img_t p{
  color:#fff;
  font-size:12px;
  text-align: center;
  width:100%;
  margin-top:5px;
  width:100%;
  text-align: center;
}
#service_list ul li .text{
  width:68%;
}
#service_list ul li .text .tit{
  width:500px;
  margin:0 auto;
  position: relative;
  padding-bottom:10px;
  text-align: center;
}
#service_list ul li .text .tit:after{
  content:"";
  display:block;
  width:60px;
  height:2px;
  background:#373d41;
  position: absolute;
  left:50%;
  bottom:0;
  margin-left:-30px;
}
#service_list ul li .text .tit a{
  color:#000;
  font-size:14px;
  line-height: 25px;
}
#service_list ul li .text .tit a:hover{
  color:#1a355e;
}
#service_list ul li .text dl{
  width:100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-top:10px;
}
#service_list ul li .text dl dd{
  width:33.3%;
  height:80px;
  padding-top:10px;
}
#service_list ul li .text dl dd:nth-child(1){
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#service_list ul li .text dl dd:nth-child(2){
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#service_list ul li .text dl dd:nth-child(3){
  border-bottom:1px solid #ddd;
}
#service_list ul li .text dl dd:nth-child(4){
  border-right:1px solid #ddd;
}
#service_list ul li .text dl dd:nth-child(5){
  border-right:1px solid #ddd;
}
#service_list ul li .text dl dd img{
  width:25px;
  height:25px;
  margin:0 auto;
}
#service_list ul li .text dl dd p{
  color:#333;
  font-size:12px;
  margin-top:5px;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#service_list ul li .text dl:hover dd p{
  color:#1a355e;
}
@media all and (max-width: 1200px) {
  #service_list{
    width:100%;
  }
}
@media all and (max-width: 980px) {
  #service_list ul li .img{
    height:230px;
  }
  .service_pic img {
    display: none;
  }
  .service_pic {
    width: 100%;
    height: 320px;
    background: url(../images/services.jpg)no-repeat center center;
    background-size: cover;
  }
}
@media all and (max-width: 750px) {
  #service_list ul li .img{
    width:100%;
  }
  #service_list ul li .img{
    height:400px;
  }
  #service_list ul li .text{
    width:100%;
    margin-top:20px;
  }
}
@media all and (max-width: 600px) {
  #service_list ul li .text .tit{
    width:90%;
    margin:0 auto;
  }
}
@media all and (max-width: 480px) {
  #service_list ul li .img{
    height:300px;
  }
}


#con_us{
  width:100%;
  padding:30px 0;
  float:left;
}
#con_us .title{
  width:100%;
  text-align: center;
  line-height: 50px;
  font-size: 34px;
  color:#000;
  margin-bottom:10px;
}
#con_us ul{
  width:1220px;
  margin:0 auto;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#con_us ul li{
  width:33.3%;
  padding:0 10px;
  background:#fff;
  margin-top:20px;
}
#con_us ul li .box{
  width:100%;
  padding:0 10px;
  background-color: #ECEDED;
}
#con_us ul li .box .img{
  width:100%;
  padding:30px 0 15px;
}
#con_us ul li .box .img img{
  margin:0 auto;
}
#con_us ul li .box .text{
  width:100%;
}
#con_us ul li .box .text span{
  display:block;
  width:100%;
  margin-top:10px;
  color:#333;
  font-size:16px;
  text-align: center;
}
#con_us ul li .box .text .line{
  width:50px;
  height:6px;
  background:#888787;
  margin:10px auto;
}
#con_us ul li .box .text p{
  width:100%;
  height:70px;
  padding-bottom:10px;
  font-size:14px;
  text-align: center;
}
@media all and (max-width: 1220px) {
  #con_us ul{
    width:100%;
  }
}
@media all and (max-width: 750px) {
  #con_us ul li{
    width:100%;
    padding:0;
  }
  #con_us .title{
    font-size:24px;
    line-height: 35px;
  }
}

#voi_list{
  width:100%;
}
#voi_list ul{
  width:1220px;
  margin:0 auto;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#voi_list ul li{
  width:33.3%;
  margin-top:20px;
  padding:0 10px;
}
#voi_list ul li .box{
  width:100%;
}
#voi_list ul li .box .img{
  width:100%;
  height:200px;
  position: relative;
}
#voi_list ul li .box .img img{
  margin: 0 auto;
  height:100%;
}
#voi_list ul li .box .img em{
  position: absolute;
  top:50%;
  left:50%;
  display:block;
  width:50px;
  height:50px;
  margin-top:-25px;
  margin-left:-25px;
  z-index:10;
  background:url("../images/play_icon1.png")no-repeat center center;
  background-size:100% 100%;
}
#voi_list ul li .box .text{
  width:100%;
}
#voi_list ul li .box .text p{
  margin-top:5px;
  line-height: 25px;
}
#voi_list ul li .box .text p a{
  display:block;
  width:100%;
  color:#000;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#voi_list ul li .box .text p a:hover{
  color:#1a355e;
}
@media all and (max-width: 1220px) {
  #voi_list ul{
    width:100%;
  }
}
@media all and (max-width: 980px) {
  #voi_list ul li .box .img{
    height:170px;
  }
}
@media all and (max-width: 750px) {
  #voi_list ul{
    justify-content: space-between;
  }
  #voi_list ul li{
    padding:0;
    width:48%;
  }
}
@media all and (max-width: 480px) {
  #voi_list ul li .box .img{
    height:120px;
  }
}
