.wrap {
    /*padding-bottom: 416px;*/
    position: relative;
    min-height: 100vh;
}
/*轮播*/
.lunboImg{
	/*height: 78vh;*/
	height: 20vw;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.lunboImg ul{
	/*height: 78vh;*/
	height: 20vw;
	width: 100vw;
}
.lunboImg li{
	/*height: 78vh;*/
	height: 20vw;
	width: 100vw;
	position: absolute;
	
}
.lunboImg img{
	/*height: 78vh;*/
	height: 20vw;
	width: 100vw;
}
.lunboImgSelect{
	z-index: 1;
}
/*内容*/
.content{
	padding-top:calc(20vw + 18px);
	display: flex;
	width: 60vw;
	margin: 0 auto;
	
}
.content .left{
	width: 200px;
	padding-bottom: 18px;
}
.content .right{
	width:calc(100% - 220px);
	padding-left: 20px;
	padding-bottom: 18px;
}
.content .left p img{
	width: 22px;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.content .left li {
	display: inline-block;
    line-height: 60px;
    font-size: 14px;
    line-height: 60px;
    font-size: 14px;
   /* color: #666666;*/
    border-bottom: 1px dashed #e6e6e6;
    width: 100%;
}
.content .left a {
    line-height: 60px;
    font-size: 14px;
    line-height: 60px;
    font-size: 14px;
    
    color: #666666;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.content .left img{
	width: 22px;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	 filter:grayscale(100%);
}
.content .left .select {
    /*line-height: 60px;*/
    font-size: 14px;
    /*line-height: 60px;*/
    font-size: 14px;
    color: #389bfd;
    width: 100%;
}
.content .left .select img{

	 filter:grayscale(0%);
}
.content .left p{
	    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #389bfd;
    text-align: center;
}
.content .right .title1{
	display: inline-block;
	font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    text-indent: 18px;
    line-height: 55px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 18px;
    padding: 0;
}
.content .right .title1:before {
    content: '';
    width: 3px;
    height: 16px;
    background-color: #389bfd;
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
}
.content .right .imgTitle1{
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.aboutAs p{
	padding: 0;
	font-size: 16px;
	text-indent: 32px;
	line-height: 32px;
	text-align: left;
	padding-bottom: 10px;
}
.aboutAs .top,.aboutAs .bottom{
	content:'';
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	right: -50px;
	top:20px;
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    -ms-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation{
    0%{
        -webkit-transform : rotate(0deg);
    }
    100%{
        -webkit-transform : rotate(360deg);
    }
}
@-moz-keyframes rotation{
    0%{
        -moz-transform : rotate(0deg);
    }
    100%{
        -moz-transform : rotate(360deg);
    }
}
@-ms-keyframes rotation{
    0%{
        -ms-transform : rotate(0deg);
    }
    100%{
        -ms-transform : rotate(360deg);
    }
}
@-o-keyframes rotation{
    0%{
        -o-transform : rotate(0deg);
    }
    100%{
        -o-transform : rotate(360deg);
    }
}
@keyframes rotation{
    0%{
        transform : rotate(0deg);
    }
    100%{
        transform : rotate(360deg);
    }
}
.aboutAs .top{background-color: #389bfd}
.aboutAs .bottom{background-color: #EBF5FF;right: -70px;top:50px}
.UsFazhan{
	padding: 0;
}
.enterPriseList li{
	float: left;
	width: calc(25% - 8px);
	margin-right: 8px;
	margin-bottom: 8px;
}
.enterPriseList li:nth-of-type(4n){
	margin-right: 0;
}
.enterPriseList li img{
	width: 100%;
}
.enterPriseList li span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}
.zixun ul {
    margin: 0;
}
#changpage{
	text-align: center;
	margin-top: 20px;
}
.enterPriseList .widthOut{
	width: auto;
}
.enterPriseList .widthOut img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1000px){
	.zixun li a span {
	    width: calc(100% - 100px);
	}	
	.zixun li a p {
	    width: calc(100% - 100px);
	}
	.content {
	    width: 100vw;
	}
	.content .left {
	    width: 100px;
	    padding-bottom:8px;
	}
.content .right {
    width: calc(100% - 100px);
    
}	
	.content .left p {
	    line-height: 40px;
	    font-size: 14px;
	}
	.content .left li {
	    line-height: 40px;
	    font-size: 14px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.content .left a {
	    line-height: 40px;
	    font-size: 14px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.content .right .title1 {
	    display: inline-block;
	    font-size: 14px;
	    line-height: 40px;
	    margin-bottom: 8px;
	}
	.content .right .title1:before {
	    content: '';
	    width: 3px;
	    height: 16px;
	    background-color: #389bfd;
	    position: absolute;
	    left: 0;
	    top: 10px;
	    display: block;
	}
	.zixun ul{
		margin-top: 0;
	}
	.content .right .imgTitle1 {
	    max-width: calc(100% - 8px);
	}
	.aboutAs p {
	    font-size: 14px;
	    line-height: 22px;
	    text-indent: 22px;
	}
	.enterPriseList li {
	    float: left;
	    width: calc(50% - 8px);
	}
	.enterPriseList li:nth-of-type(5n - 1){
		margin-right: 8px;
	}
	.enterPriseList li:nth-of-type(even){
		margin-right: 0;
	}
	.UsFazhan{
		width: 100%;
	}
.enterPriseList .widthOut{
	width: auto;
}
.enterPriseList .widthOut img{
	width:100%;
	height: auto;
}
}

@media screen and (max-width: 500px){
	.zixun ul {
		
	    margin: 0px;
	    margin-top: 0;
	}
	.zixun li img {
	    width:50px;
	    max-width: 50px;
	    min-width: 50px;
	    margin-right: 4px;
	    border-radius: 3px;
	    max-height: 50px;
	    height: auto;
	}	
	.zixun li div{
		padding: 6px;
	}
	.zixun li a p {
	    width: calc(100% - 10px);
	    font-size: 14px;
	}
	.zixun li a span {
	    width: calc(100% - 60px);
	     font-size: 13px;
	     padding-top: 5px;
	}	
	.zixun li a b {
	    position: absolute;
	    right: 0px;
	    top: 32px;
	    font-size: 12px;
	    color: gray;
	    font-weight: normal;
	}	
	#changpage{
	    font-size: 14px;
	}		
	#changpage a {
	    padding: 3px 6px;
	    font-size: 14px;
	}	

}