.banner {
    overflow: hidden;
}
.content {
    padding-bottom: 60px;
}
.content .navBorder {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.content .navBorder div {
    display: inline-block;
}
.content .navBorder span {
    float: left;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 30px;
    cursor: pointer;
}
.content .navBorder span:last-child {
    margin-right: 0;
    color: #323232;
}
.content .navBorder span.active {
    border: 1px solid #0093DD;
    color: #0093DD;
}
.pageBorder, .page, .pageList{
    width: 100%;
    /*overflow: hidden;*/
}
.content .w1200 {
    overflow: initial;
}
.pageBorder {
    margin-bottom: 60px;
}
.pageList {
    height: 158px;
    border-bottom: 1px dashed #C8C8C8;
    padding: 30px 0;
    margin-top: 30px;
}
.pageList:hover {
    -moz-box-shadow:0px 5px 15px #555;
    -webkit-box-shadow:0px 5px 15px #555;
    box-shadow:0px 5px 15px #555;
    border-bottom: 0;
}
.page .pageList:last-child {
    border-bottom: 0;
}
.pageList .right a:hover {
    color: #0093DD;
}
.pageList i {
    width: 238px;
    height: 158px;
    float: left;
}
.pageList .right {
    float: left;
    width: 940px;
    margin-left: 20px;
}
.pageList .right h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #323232;
}
.pageList .right a:hover h4,
.pageList .right a.details:hover {
    color: #0093DD;
}
.pageList .right p {
    color: #646464;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pageList .right span {
    color: #646464;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.pageList .right a.details {
    float: right;
    font-size: 16px;
    color: #323232;
}

.details h4 {
    font-size: 18px;
    font-family: "Microsoft YaHei Regular";
    text-align: center;
    margin: 40px 0;
}
.details {
    line-height: 32px;
}
.details .text {
    color: #646464;
    overflow:hidden;
}
.details img {
    margin-bottom: 30px;
}
.details span {
    display: block;
    width: 100%;
    text-indent: 23px;
}
.details .bottom {
    margin: 50px 0;
}
.details .bottom span {
    display: inline-block;
    width: auto;
    text-indent: 0;
}
.details .bottom  a {
    color: #323232;
}
.details .bottom  a:hover {
    color: #0093DD;
}

.lianxi,
.lianxi .top {
    width: 100%;
    overflow: hidden;
}
.lianxi .top {
    margin-top: 30px;
}
.lianxi .top .left {
    width: 600px;
    float: left;
}
.lianxi .top .left {
    line-height: 40px;
    color: #646464;
}
.lianxi .top .left h4,
.lianxi .top form h4 {
    font-size: 22px;
    font-family: "Microsoft YaHei Regular";
    color: #323232;
    margin-bottom: 15px;
}
.lianxi .top .left i {
    display: inline-block;
    width: 23px;
    height: 27px;
    margin: 0 5px 0 0;
    position: relative;
    top: 6px;
}
.lianxi .top .left p {
    font-size: 16px;
}
.lianxi .top .left a {
    color: #646464;
}
.lianxi .top .left a:hover {
    color: #0093DD;
}
.lianxi .top form {
    width: 450px;
    float: right;
}
.lianxi .top form input {
    width: 450px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    text-indent: 15px;
    margin-bottom: 25px;
    font-size: 16px;
    outline: none;
}
.lianxi .top form textarea {
    font-size: 16px;
    padding: 5px;
    text-indent: 10px;
    height: 170px;
    box-sizing: border-box;
    width: 450px;
    border-color: #D9D9D9;
    outline: none;
}
.lianxi .top form button {
    width: 168px;
    height: 48px;
    background-color: #0093DD;
    border: 1px solid #D9D9D9;
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
}
.lianxi .bottom {
    width: 1200px;
    height: 450px;
    margin: 50px 0;
}
.lianxi .bottom #allmap {
    height: 450px;
}
@media screen and (max-width: 650px){
	.lianxi .top{
		margin-top: 20px;
		padding:  0 10px;
		box-sizing: border-box;
	}
	.lianxi .top .left,
		.lianxi .top form{
		width: auto;
		float: none
	}
	.lianxi .top .left h4, 
	.lianxi .top form h4{
		font-size: 18px;
		margin-bottom: 0;
	}
	.lianxi .top .left p{
		font-size: 12px;
		line-height: 24px;
	}
	.lianxi .top .left i {
	    width: 13px;
	    height: 21px;
	    top: 2px;
	}
	.lianxi .top form h4{
		margin: 15px 0 10px;
	}
	.lianxi .top form input{
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
		height: 35px;
		border-radius: 2px;
		text-indent: 0;
		padding: 0 8px;
		box-sizing: border-box;
		font-family: "微软雅黑";
	}
	.lianxi .top form textarea{
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
		border-radius: 2px;
		text-indent: 0;
		padding: 8px;
		box-sizing: border-box;
		font-family: "微软雅黑";
	}
	.lianxi .top form button{
		font-size: 15px;
		display: block;
		height: 38px;
		border-radius: 3px;
		width: 168px;
		margin: 20px auto 0;
		border: 0px;
	}
	.lianxi .bottom{
		width: 100%;
		margin: 20px 0 0;
	}
	.details{
		padding:  0 10px;
		text-align: left;
	}
	.details .text p{
		text-align: left !important;
		font-size: 12px;
	}
	.details h4{
		margin: 10px 0 10px;
		font-size: 16px;
		text-align: left;
	}
	.page.page1{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.pageList{
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		position: relative;
	}
	.pageList i{
		width: 90px;
		height: auto;
	}
	.pageList .right{
		width: calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		margin-left: 10px;
	}
	.pageList .right h4{
		font-size: 16px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 3px;
	}
	.pageList .right p{
		font-size: 12px;
		line-height: 20px;
	}
	.m-b-md {
		visibility:  inherit !important;
	}
	.pageList .right a.details{
		position: absolute;
		right: 0;
		bottom: 2px;
		float: none;
		font-size: 12px;
		color: #0093DD;
	}
	.pageList .right span{
		font-size: 13px;
		margin-top: 5px;
	}
	.content .navBorder span{
	    height: auto;
	    box-sizing: border-box;
	    font-size: 14px;
	    line-height: 30px;
	    padding: 0 3px;
	    border: 1px solid #E5E5E5;
	    color: #888;
	    overflow: hidden;
	    margin: 3px 3px;
	    font-size: 13px
	}
}
