@charset "utf-8";
.contact_us{ margin-top:50px; padding-bottom: 50px;  margin-bottom:50px; border-bottom: #e1e1e1 1px solid; line-height: 2; font-size: 16px;}



.contact_else{ overflow: hidden; padding-bottom: 80px;}
.contact_else ul{ }
.contact_else ul li{ float: left; width:48%; margin-right: 3.6%; display: inline;border: #e5e5e5 1px solid;
background: #ffffff url("../images/weizhi.svg") 90% 80% no-repeat;box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13); margin-bottom: 30px; background-size: auto 50%; padding: 40px 0;}
.contact_else ul li:nth-child(2n){ margin-right: 0}

.contact_else ul li .contact_else_name{ position: relative; font-weight: bold; margin-bottom: 50px; font-size: 20px; margin-left: 40px; margin-right: 40px;  color: #006b6e; }
.contact_else ul li .contact_else_name::after {
  left:0%;
  position: absolute;
  bottom:-20px;
  content: " ";
  width:40px;
  margin-left: 0;
  border-bottom: 3px solid #006b6e;
  -webkit-transition: .3s;
  transition: .3s;
}
.contact_else ul li .contact_else_adress{ line-height: 2.4; font-size:14px;margin-left: 40px; margin-right: 40px;}

.feeback { padding-bottom: 100px;}
.feebback_list{ text-align: left}
.feebback_list ul li{ display: inline-block; width: 48%; margin-right: 2%; vertical-align: top; margin-bottom: 25px;}
.feebback_list ul li:nth-child(2n){ margin-right: 0}
.feebback_list ul li .titile{ font-size: 16px; line-height: 1; margin-bottom: 15px;}
.feebback_list ul li .titile span{ color: #FF0000}
.feebback_list ul li input{ width: 100%; height: 50px; line-height: 50px; border: #e1e1e1 1px solid; text-indent: 15px; font-size: 14px; color: #999; }
.feebback_list ul li textarea{ width: 100%; height:120px; line-height: 30px; border: #e1e1e1 1px solid; text-indent: 15px; font-size: 14px; color: #999; }
.feebback_list ul li:last-child{ display: inline-block; width: 98%; margin-right: 0%; vertical-align: top; margin-bottom: 25px;}
.feebback_list .btn2{display: inline-block; background-color: #0c59e7;padding: 18px 35px; font-size: 18px; color: #fff; border-radius: 
30px; line-height: 1}

.touzi_lists{}
.touzi_lists ul li{ float:left; width:320px; margin-right:20px; margin-bottom:20px; display:inline; position:relative; background-color:#f5f5f7; height:180px;border-radius: 20px;}
.touzi_lists ul li:nth-child(3n){ margin-right: 0}
.touzi_lists ul li .pic_show {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}



@media (max-width:768px) {
		
	.touzi_lists ul li {
    float: none;
    width: initial;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    position: relative;
    background-color: #f5f5f7;
    height: 220px;
    border-radius: 20px;
}
	
	
	
}
