﻿body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td,menu{margin:0;padding:0;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
em{font-style:normal;}
strong{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
button,input[type="button"]{cursor:pointer;border:0 none;}
a,button,input,img{-webkit-touch-callout:none;}
/* img{pointer-events:none;}        禁止图片的点击事件，例如长按保存图片 */
input,select,textarea{outline:none;}
a{text-decoration:none;}
.fl{ float: left}
.fr{ float: right}
.clear,.clearfix{clear:both;} 

html {height: 100%;width: 100%;font-family: 'Heiti SC', 'Microsoft YaHei';outline: 0;-webkit-text-size-adjust:none;}
body {height: 100%;margin: 0;position: relative;}





/*联系我们*/

.contact-title{
    font-size: 17px;
    line-height: 70px;
    color: #027600;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.contact-top{
    max-width: 1400px;
    margin: auto;
    margin-top: 5%;
}
    
    .contact-top .contact-item{
        display: inline-block;
        float: left;
        width: 25%;
    }
        .contact-top .contact-icon{
            text-align: center;
            margin-bottom: 17%; 
            position: relative;
        }
        .contact-top .contact-icon::before{
            content: "";
            position: absolute;
            width:1px;
            height: 65%;
            background: #dcdcdc;
            top: 35%;
            right: 0;
        }
        .contact-top .icon4-before::before{
            background: white;
        }
            .contact-icon>img{
                display: inline-block;
                width: 44%;
               
            }      
            
        .contact-top .contact-name{
            color: black;
            font-size: 24px;
            text-align: center;
            margin-bottom: 3%;
            position: relative;
        }
        
        .contact-top .contact-text{
            font-size: 16px;
            color: #666;
            text-align: center;
            line-height: 27px;
            margin-bottom: 20%;
        }



@media(max-width:660px){
    .contact-top .contact-item{
        display: inline-block;
        float: left;
        width: 50%;
    }
    .contact-top .contact-name{
        font-size: 20px;
    }
    .contact-top .mr-text{
        margin-bottom: 0px;
    }
    .contact-top .icon2-before::before{
        background: white;
    }
}
@media(max-width:430px){
    .contact-top .contact-name{
        font-size: 18px;
    }
    .contact-top .contact-text{
        margin-bottom: 40%;
    }
    .contact-top .mr-text{
        margin-bottom: 0px;
    }

}









/*联系我们地图*/
.contact-map{
    max-width: 1400px;
    margin: auto;
    margin-bottom: 4%;
}
.map-box { 
    width:100%;
    height: 450px;
}
.map-box #container1{ 
    width: 100%; 
    height: 100%; 
}
.map-box .title { 
    font-size: 14px; 
    font-weight: bold; 
    color: #cc5522; 
}
.map-box .content { 
    font-size: 13px; 
    color: #333; 
    margin-top: 6px; 
}
.map-box .BMap_mask{
    width: 100%;
}

#container1{
	width: 100%;
	height: 100%;
}

.button-group {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	padding: 10px;
}

.button-group .button {
	height: 28px;
	line-height: 28px;
	background-color: #0D9BF2;
	color: #FFF;
	border: 0;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
.button-group .inputtext {
	height: 26px;
	line-height: 26px;
	border: 1px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
 /*
.tip {
	position: absolute;
	bottom: 30px;
	right: 10px;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 12px;
}
*/
#tip {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 30px;
}

/*
#tip input[type='button'] {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0D9BF2;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	outline: none;
	border: 0;
}
*/
.amap-info-content {
	font-size: 12px;
}

#myPageTop {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding:6px;
	font-family: "Microsoft Yahei", "΢���ź�", "Pinghei";
	font-size: 14px;
}
#myPageTop label {
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: normal;
}
#myPageTop input {
	width: 170px;
}
#myPageTop .column2{
	padding-left: 25px;
}
#myPageTop{
    position: absolute;
    z-index:10;
    top:0;
    left:50%;
    transform: translateX(-60%);
    background: #fff;
    width:70%;
    padding:20px;
}
#myPageTop a{
    display: inline-block;
    text-align: center;
    padding:10px 20px;
    color:#fff;
    background: #ff950e;
    text-decoration:none;
}
#myPageTop #show{
    display: block;
}
#myPageTop input{
    font-size:14px;
    padding:6px 8px;
    border:1px solid #ccc;
    outline:none;
}
.pageShow h3{
    margin:20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.amap-adcontent-body{
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.infowindow-content{
    padding:20px;
    color:#333;
    background:#fff;
}
.infowindow-content h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.infowindow-content p{
    margin: 0;
    font-size: 14px;
line-height: 24px;
}
.amap-adcombo-close{
    filter: invert(100%);
}
.amap-info-combo{
    display: none;
}
.pageShow{
    display:none;
}