.content1,
.banner,
.content1 .itemBorder {
    overflow: hidden;
}
.content1 .itemBorder .item {
    width: 400px;
    height: 220px;
    float: left;
    position: relative;
}
.content1 .itemBorder .item img {
    height: 100%;
}
.content1 .itemBorder .item p {
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
.content1 .itemBorder .item.text {
    background-color: #0093DD;
    color: #fff;
}
.content1 .itemBorder .item.text p {
	position: absolute;
	bottom: inherit;
	height: auto;
	line-height: 24px;
    background-color: transparent;
    top: 50%;
    box-sizing: border-box;
     -webkit-transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    -o-transform:  translateY(-50%);
    -ms-transform:  translateY(-50%);
    transform:  translateY(-50%);
    padding: 0 20px;
   /* left: 10%;*/
   /* line-height: 30px;
    margin-top: -15px;*/
}
.content1 .itemBorder .item.text1 i {
    display: inline-block;
    width: 20px;
    height: 22px;
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -11px;
    z-index: 100;
}
.content1 .itemBorder .item.text2 {
    z-index: 100;
}
.content1 .itemBorder .item.text2 i {
    display: inline-block;
    width: 20px;
    height: 22px;
    position: absolute;
    right: -19px;
    top: 50%;
    margin-top: -11px;
    z-index: 100;
}
.content1 .itemBorder .item.text3 i {
    display: inline-block;
    width: 18px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -9px;
    z-index: 100;
}
.content1 .btn {
    width: 100px;
    height: 40px;
    margin: 40px auto 60px;
}
.content1 .btn span {
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #E5E5E5;
    margin-right: 20px;
    cursor: pointer;
}
.content1 .btn span img {
    width: 20px;
    margin-left: 9px;
    margin-top: 1px;
}
.content1 .btn span.right {
    margin-right: 0;
}

.content2 {
    background-color: #F0F0F0;
    height: 920px;
}
.content2 .border {
    height: 745px;
    width: 1200px;
    position: relative;
}
.content2 .title1 {
    margin-bottom: 10px;
}
.content2 .border div {
    width: 450px;
    position: absolute;
}
.content2 .border div h4 {
    font-size: 18px;
    font-family: "Microsoft YaHei Regular";
    margin-bottom: 5px;
}
.content2 .border div p {
    color: #646464;
}
.content2 .border .text1 {
    right: 0;
    top: 110px;
    width: 430px;
}
.content2 .border .text2 {
    top: 130px;
    left: 200px;
}
.content2 .border .text3 {
    top: 330px;
    left: 150px;
    width: 300px;
}
.content2 .border .text4 {
    left: 90px;
    top: 500px;
    width: 380px;
}
.content2 .border .text5 {
    left: 270px;
    bottom: 40px;
    width: 380px;
}
.content2 .border .text6 {
    bottom: 160px;
    right: 230px;
    width: 300px;
}
.content2 .border .text7 {
    width: 160px;
    right: 0;
    bottom: 265px;
}

.content3,
.content3 .itemBorder {
    overflow: hidden;
    padding-bottom: 20px;
}
.content3 .itemBorder .item {
    float: left;
    width: 382px;
    height: 148px;
    border: 1px solid #DCDCDC;
    margin-right: 24px;
    margin-bottom: 24px;
}
.content3 .itemBorder .item:nth-child(3n){
    margin-right: 0;
}
.content3 .itemBorder .item i {
    display: inline-block;
    float: left;
    width: 61px;
    height: 62px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.content3 .itemBorder .item dl {
    float: left;
    width: 290px;
    margin-top: 25px;
}
.content3 .itemBorder .item dl dt {
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei Regular";
    margin-bottom: 5px;
}
.content3 .itemBorder .item dl dd {
    color: #646464;
    line-height: 24px;
}

.content4 ,
.content4 .border {
    background-color: #F0F0F0;
    overflow: hidden;
}
.content4 .left {
    float: left;
    width: 576px;
    height: 452px;
}
.content4 .right {
    width: 600px;
    float: left;
    color: #646464;
    padding-top: 50px;
    margin-left: 10px;
    line-height: 40px;
    text-indent: 28px;
}

.itemList{
	overflow: hidden;
	
}
.itemList li{
	width: 33.33%;
	float: left;
	text-align: center;
	padding:0 10px;
	box-sizing: border-box;
	margin: 10px 0;
}
.itemList p{
	font-size: 16px;
	margin-top: 5px;
	height: 22px;
	}
.itemList p.item-txt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	height: auto;
}
.itemList .item-img{
	padding-bottom: 5px;
	overflow: hidden;
	
}
@media screen and (max-width: 650px){
	.content1 .itemBorder .item{
		width: 100%;
	}
	.content1 .itemBorder .item.text i{
		display: none 	;
	}
	.content1 .btn{
		margin: 10px auto;
	}
	.content1 .btn a{
		width: 30px;
		height: 30px;
	}
	.content1 .btn a span img{
		width: 17px;
		margin-left: 11px;
    	margin-top: 5px;
	}
	.content2{
		height: auto;
	}
	.content2 .border{
		height: auto;
		width: 100%;
		background: none !important;
	}
	.content2 .border div{
		position: inherit;
		top: inherit !important;
		right: inherit !important;
		left: inherit !important;
		bottom: inherit !important;
		width: 100% !important;
		padding: 10px 10px 10px 32px;
		box-sizing: border-box;
	}
	.content2 .border div h4{
		font-size: 15px;
	}
	.content2 .border div p{
		font-size: 12px;
	}
	.content2 .border div:before{
		content: "";
		position: absolute;
		left: 10px;
		top: 15px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: 2px solid #0093DD;
	}
	.content2 .border div:after{
		content: "";
		position: absolute;
		left: 16px;
		top: 25px;
		bottom: -18px;
		border-left: 1px dotted #0093DD;
	}
	.content2 .border div:last-child:after{
		display: none;
	}
 	.content3 .itemBorder{
		padding: 10px;
		box-sizing: border-box;
	}
	.content3 .itemBorder .item{
		width: 100%;
		height: auto;
		padding: 10px 0 ;
		margin: 0 0 10px;
	}
	.content3 .itemBorder .item i{
		margin: 0;
	}
	.content3 .itemBorder .item dl dt{
		font-size: 15px;
	}
	.content3 .itemBorder .item dl{
		width: 70%;
		margin: 0;
		width: calc( 100% - 81px);
		width: -moz-calc(100% - 81px);
		width: -webkit-calc(100% - 81px);	
		
	}
	.content3 .itemBorder .item dl dd{
		line-height: 20px;
		font-size: 12px;
	}
	.content4 .left{
		width: 100%;
		height: auto;
	}
	.content4 .right{
		width: 100%;
		height: auto;
		padding: 0 10px;
		margin: 0;
		box-sizing: border-box;
		line-height: 24px;
		font-size: 12px;
		text-align: justify;
	}
	.itemList li{
		width: 50%;
		padding: 0 5px;
	}
	.itemList li p{
		font-size: 12px;
		height: 18px;
	}
	.itemList li p.item-txt{
		font-size: 16px;
	}
}

