.banner{
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}
.banner .text1{
    line-height: 66px;
    height: 66px;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 185px;
    color: #fff;
}
.banner .text2{
    line-height: 76px;
    height: 76px;
    font-size: 43px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 250px;
    color: #fff;
}
.common-title{
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    text-align: center;
    color: #333;
    margin: 95px 0 57px;
}
.nynav{
    width: 100%;
    height: 66px;
    box-shadow: 0px 7px 7px -7px #eee;
}
.nynav ul{
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.nynav ul li{
    float: left;
    width: 200px;
    height: 66px;
    line-height: 66px;
    text-align: center;
}
.nynav ul li:hover a{
    color: #B41E23;
}
.nynav ul li a{
    color: #333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #E4E4E4;
    margin-top: 25px;
}
.map-wraper{
    width: 100%;
    height: 500px;
    background: url("../images/guanyu_04.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 76px;
}
.map-wraper>div{
    position: relative;
    height: 500px;
}
.map-wraper .info{
    position: absolute;
    background: url("../images/guanyu_07.png") no-repeat center center;
    background-size: 100% 100%;
    width: 400px;
    height: 210px;
    left: 50%;
    margin-left: -200px;
    top: 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 0 0 56px;
    text-align: left;
}
.map-wraper .info .text1{
    line-height: 24px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 14px;
}
.map-wraper .info ul li{
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}
.map-wraper .info ul li span{
    color: #78d7d5;
}
.map-list{margin-top:50px;}
.map-list>ul {
    overflow: hidden;
    padding: 0 100px;
    padding-top: 23px;
}
.map-list>ul>li {
    float: left;
    width: 303px;
    /* margin: 0 212px 120px 0; */
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
    height: auto;
    background: none;
    border-top: 0px;
}
.map-list>ul>li:nth-child(2n){
    margin-right: 0;
}
.map-list>ul>li .title{
    line-height: 24px;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.map-list>ul>li>ul>li {
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
.map-list>ul>li>ul>li span{
    color: #78d7d5;
}
.BMap_bubble_content p{
    line-height: 26px;
}
.aboutbox{line-height: 2em;margin-bottom: 30px;}

.contactInf-list-nei{
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: left;
	align-items: center;
	box-shadow: 0px 12px 25px rgba(0,0,0,0.10);
}
.icon-box{
	border: 2px solid #B41E23;
	border-radius: 50%;
	min-width: 55px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin-right: 20px;
}
.contactInf-list-nei .iconfont{
	font-size: 35px;
	color: #B41E23;
}
.contactInf-txt{
	width: 100%;
}
.contactInf-txt h4{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	font-weight: 400;
}
.contactInf-txt p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 700;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}