.section-wrapper{padding-top: 50px;padding-bottom: 30px}

.contact{
    text-align: left;
}
.contact i {
    width: 60px;
    height: 140px;
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 25px;
    padding: 45px 0;
    text-align: center;
    float: left;
    transition: all .6s ease-in-out;
}
.contact h2{font-size: 30px}
.contact h3{
	padding-bottom: 5px;
	font-size: 20px;
	margin-top: 25px
}

.contact p{
	font-size: 16px;
	color: #666;
	line-height: 22px
}
@media screen and  (max-width: 767px){
	.contact p{font-size: 14px}
	.contact h3{padding-bottom: 0;font-size: 18px;}
	}
.d1-p1{padding-top: 15px}
.form{
    margin-top: 50px;
    background: #f9f9f9;
}
.form h3{
    margin-left: 15px;
    font-size: 25px;
}
.form .message{
    margin: 0px 15px;
    height: 180px;
    width: 98%;
}
.btn-sub {
	float: right;
    border-radius: 0px;
    color: white;
    background-color: #1c5dbf;
    padding: 10px 25px;
    margin: 10px 30px;
    border-color: #1c5dbf;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.btn-sub:hover{
    background-color: #2178bb;
    border-color: #2178bb;
    color: #fff;
}
input[type="username"], input[type="email"], input[type="text"], .message{
	border-color: transparent;
	background: #fff;
	font-size: 13px;
	color: #969595;
}
input[type="username"]:focus, input[type="email"]:focus, input[type="text"]:focus, .message:focus{
    border-color: #1c5dbf;
    box-shadow: 0 0 8px rgba(74,20,140,.1) !important;
}
input.form-control, .message {
    border-radius: 0px;
}

/*销售区域css*/
table {
	width: 1150px;
	border: 1px solid #ccc;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px auto;
  }
  thead{background-color: #f4f5f6}
  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
	line-height: 25px;
    padding: 10px 20px;
    text-align: center;
	border-left:1px solid #ddd;
  }

  table th {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
     
    }

    table td {
      display: block;
      text-align: right;
      font-size: 14px;
	  line-height: 18px;
      border-bottom: 1px dotted #ccc;
	  border-left: none
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	  
	tr >:first-child{font-size: 16px}
  }


@media screen and  (max-width: 767px){
	table{width: 96%}
	.section-wrapper{padding-top: 10px;padding-bottom: 10px}
	.contact h2{font-size: 24px}
}
@media screen and (max-width: 4048px){
	.tupian11{float: none;text-align: center;}
	.tupian11 img{width: 1150px;border-radius: 20px;}


	
}
@media screen and (max-width: 1280px){
	.tupian11{float: none;margin: 0 auto;}
	.tupian11 img{width:95%;margin: 0 auto;}

	
}