/*联系我们*/
.content-container{
    background:#F9F9F9;
    padding-bottom: 40px;
}
.banner{
	margin-top: 70px;
	position: relative;

}
.banner .neb_pc {
    display: block;
}
.banner  .neb_mo{
	display: none;
}
.banner .boximg img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner .text h1{
    padding-bottom: 14px;
    font-weight: bold;
}
.banner .text .desc {
    font-size: 20px;
    font-weight: 100;
}
.contact{
    background:#fff;
    border-radius:4px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 3%);
}
.bottommain{
    width: 1200px;
    margin: 0 auto;
}

.contact .adress{
    width: 49%;
    padding-bottom:3.4%;
}
.contact h2,.bottommain h2{
    margin-top: 50px;
    margin-bottom: 34px;
    font-size: 26px;
    color: #333;
    padding-left: 30px;
    font-weight: 700;
}
.contact .adress p{
    font-size: 16px;
    color: #666;
    line-height: 300%;
    padding-left: 80px;
    position: relative;
}
.contact .adress p span {
    position: absolute;
    top: 0;
    left: 30px;
    height: 30px;
    width: 55px;
}
.dituContent{
    width: 50%;
    overflow: hidden;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	overflow: hidden;
	border-radius: 4px;
}

.iw_poi_title {
    color:#CC5522;
    font-size:16px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap
}
 .iw_poi_content {
    font:12px;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word
}
/*在线留言*/
.comment{
    background:#fff;
    border-radius:4px;
    padding-top:40px;
    padding-bottom: 40px;
    text-align: center;
}
table{
    margin: 0 auto;
	width:80%;
    margin-top: 30px;
}
table tr{
	width:100%;
   height: 60px;
   position: relative;
   padding-left: 10px;
}
table tr td:nth-child(1){
    text-align:right;
	width:12%;
}
table td{
    line-height: 300%;
}
table tr td i{
    padding:0 5px;
    color: red;
    font-style: normal;

}
table td input{
    width: 75%;
    padding:0 20px;
    margin-left: 30px;
    background:#F7F8FB;
    height: 40px;
    border-radius: 4px;
}
table td select{
    width: 640px;
    margin-left: 30px;
    padding:0 20px;
    background:#F7F8FB;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
}
table td textarea{
    width: 75%;
    height:200px;
    padding:20px;
    margin-left: 30px;
    background:#F7F8FB;
    border-radius: 4px;
    border: none;
    resize: none;
}
.coolbg{
    color: #fff;
    padding: 5px 55px;
    font-size: 18px;
    border-radius: 4px;
    background:#006AFF;
    cursor: pointer;
	margin-top:20px;
    border: none;
}
.form-control{
	width:100px;
    padding: 0 10px;
    margin-left: 30px;
    background: #F7F8FB;
    height: 35px;
    border-radius: 4px;
}
.form-group img{
	background:#D7F8FB;
}
/*平板*/
@media (max-width: 1024px){
.banner{
    margin-top: 60px;
    position: relative;
}
}
/*手机*/
@media (max-width: 768px){

.banner .neb_pc {
    display: none;
}
.banner  .neb_mo{
	display: block;
}
.banner .text h1,.h_product01 .h_right .title{
    font-size: 22px;
}
.banner .text .desc,.h_product01 .h_right .desc,.h_product02 ul li .desc{
    font-size: 14px;
}
.contact .adress {
    width: 100%;
}
.dituContent {
    width: 100%;
}
table{
	width:100%;
}
table tr td:nth-child(1){
	width:25%;
}
table tr td:nth-child(2){
	width:75%;
}
 table td input{
    margin-left: 0;
    margin-right: 10%;
}
table td textarea{
    margin-left: 0;
    margin-right: 10%;
}
}