.content,
.content .border {
    width: 100%;
    overflow: hidden;
}
.content1 {
    padding-bottom: 30px;
}
.content1 .border .left {
    float: left;
    width: 710px;
}
.content h3 {
    font-size: 20px;
    color: #0093DD;
    font-weight:  500;
}
.content h4 {
    font-size: 16px;
    margin: 10px 0 20px;
}
.content1 .border .left p {
    color: #646464;
    text-indent: 24px;
    line-height: 32px;
}
.content1 .border .right {
    width: 465px;
    height: 375px;
    float: right;
}

.content2 {
    background-color: #F0F0F0;
    padding-bottom: 50px;
}
.content2 .border .left {
    float: left;
    width: 470px;
    height: 305px;
}
.content2 .border .right {
    width: 700px;
    float: right;
}
.content2 .border .right p {
    color: #646464;
    line-height: 32px;
}
.content3 {
    padding-bottom: 60px;
}
.content3 .itemBorder,
.content3 .w1200,
.content4 .itemBorder,
.content4 .w1200,
.content4 .border {
    overflow: initial;
}
.content3 .slide {
    border: 2px solid #F1914B;
    border-radius: 3px;
    box-sizing: border-box;
}
.content3 .itemBorder li:last-child {
    margin-right: 0;
}
.bx-wrapper .bx-controls-direction a {
    width: 30px !important;
    height: 55px !important;
}
.content3 .bx-wrapper .bx-viewport {
    background-color: #fff !important;
}
.content4 .bx-wrapper .bx-viewport {
    background-color: #F0F0F0 !important;
}
.bx-wrapper {
    padding-left: 0 !important;
    width: 1210px !important;
    max-width: 1210px !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display:  none !important;
}
.content4 {
    padding-bottom: 60px;
    background-color: #F0F0F0;
}
.content4 .border div {
    height: 300px;
    float: left;
    margin-right: 20px;
}
.content4 .border div:last-child {
    margin-right: 0;
}
.content4 .border div.one {
    width: 580px;
}
.content4 .border div.two {
    width: 290px;
}
.content4 .border div.two img {
    height: 140px;
}
.content4 .border div.two img:last-child {
    margin-top: 20px;
}

.content5 {
    padding-bottom: 40px;
}
.content5 .navBorder {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.content5 .navBorder div {
    display: inline-block;
}
.content5 .navBorder span {
    float: left;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 30px;
    cursor: pointer;
}
.content5 .navBorder span:last-child {
    margin-right: 0;
}
.content5 .navBorder span.active {
    border: 1px solid #0093DD;
    color: #0093DD;
}
.content5 .text {
    margin: 30px;
    line-height: 32px;
    color: #646464;
}
.content5 .text h4 {
    font-size: 16px;
    font-family: "Microsoft YaHei Regular";
    color: #323232;
    margin-bottom: 5px;
}
.content5 a.btn {
    display: block;
    width: 200px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background-color: #0093DD;
    margin: 40px auto 20px;
    font-size: 16px;
}
@media screen and (max-width: 650px) {
	.content1{
		padding:0 10px;
		box-sizing: border-box;
	}
	.content1 .border .left{
		float: none;
		width: auto;
	}
	.content1 .border .left p,
	.content2 .border .right p{
		font-size: 12px;
		line-height: 24px;
	}
	.content1 .border .right{
		width: auto;
		height: auto;
		float: none;
		padding-bottom: 10px;
	}
	.content2{
		padding-bottom: 10px;
	}
	.content2 .border{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.content2 .border .left{
		float: none;
		width: auto;
		height: auto;
	}
	.content2 .border .right{
		float: none;
		width: auto;
		height: auto;
	}
	.content5 .navBorder{
		padding: 0 10px;
	}
	.content5 .navBorder span{
		width: calc(33.33% - 6px);
		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;
	}
	.content5 .text{
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.content5 .text p{
		font-size: 12px;
		line-height: 24px;
	}
}
