
.ct1{
  font-size: 40px;
  color:#e2e2e2!important;
  font-weight: bold;
}
.ct2{
  font-size: 30px;
  font-weight: bold;
  color:#333;
}
.contact .contact_view {
  width: 100%;  
  margin: 30px auto 0 auto; 
  padding-bottom: 34px; 
  
}
.contact .contact_title {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.contact .contact_title p:first-child {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2em;
  color: #333;
}
.contact .contact_list {
  display: flex;
  margin-top: 82px;
}
.contact .contact_list .contact_item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.contact .contact_list .contact_item:not(:last-child) {
  margin-right: 20px;
}
.contact .contact_list .contact_item .contact_item_name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.contact .contact_list .contact_item .contact_item_way {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}






.col-md-12{
  padding:15px 15px 15px 30px;
}
.mymsg{
  width: 100%;
}
.msg{
  width: 100%;
  line-height: 40px;
  display: block;
  float: left; 
}
.msg .bao{
  font-size: 16px;
  width: 15px;
  height: 15px;
  margin-left: 20px;
  margin-right: 5px;
}

.msg .checkduo{
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 5px;

}
 

.msg1{
  width: 32%;
  float: left;
  margin-right: 1.333%;
  height:40px;
  margin-bottom: 15px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  padding-left:15px!important;  
}
.msg1:nth-child(3){ 
  margin-right: 0;
}
.msg2{
  width: 98.6%;
  height: auto;
  min-height: 100px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  margin-bottom: 15px;
  padding-left: 15px!important;
  padding-top: 10px;
}
.msg3{
  width: 150px;
  height: 40px;
  border:1px solid #ddd;
  background: #f8f8f8; 
    padding-left: 15px!important;
}
.msg4{
  width: 100%;
  height: auto;
  min-height: 200px;
  border:1px solid #ddd;
  background: #f8f8f8; 
  margin-bottom: 15px;
  padding-left: 15px!important;
}
.tj{
  width: 150px;
  height: 40px;
  background: #007CDC;
  border:none;
  color:#fff;
  display: inline-block;
  border-radius: 0;
}
.tj:hover{
  background: #ddd;
  color:#333;
}
.codeimg{
  height: 40px;
  margin-top: -2px;
}


@media(max-width: 768px){
    .mymsg{
    width:94%;
    margin-left: 3%;
  }
  .msg1{
    width: 100%;
  }
  .tj{
    margin-top: 15px;
  }


  .span2{
    display: block;
  }
  .contact .contact_list{
    display: block;
  }
  .col-md-12{
    padding: 0
  }
}