*{
	margin: 0;
	padding: 0;
}

html{
	font-family: sans-serif;
	width:100%;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"\5B8B\4F53";
    line-height: 1;
    color: #85888e;
    width:100%;
}

.mian{
	width: 100%;
	
	overflow: hidden;
}

.img{
	width:100%;
	min-width: 1150px;
	overflow: hidden;

}

.img img{
	width:100%;
}


.box {
   	width:100%;
   	min-width: 1150px;
    padding-top:100px;
    padding-bottom: 100px;
}

.title{
	width:100%;

	position: relative;
	  -webkit-box-sizing: border-box;
	text-align: center;
	visibility: visible;
    animation-delay: 0.1s;
    -webkit-animation:animations .5s ease-out;
    margin-bottom: 60px;
   
 
    -webkit-animation-fill-mode: backwards;
 
}


.title-pro{
	display: block;
    font-size: 40px;
    font-family: fzxh;
    color: #0051ad;
    font-weight:bold;
    width:100%;
    height:60px;
    line-height: 60px;
}

.title-line {
    margin: 20px auto;
    display: block;
    width: 60px;
    height: 2px;
    font-size: 0;
    background-color: #e1e1e1;
     
}

.title-tit {
    font-size: 18px;
    color: #075bb9;
    font-weight:normal;
}


.content1{
	width: 85%;
	margin:0 auto;
	height:380px;
	min-width: 1150px;
	
}

.pic{
	float: left;
	width: 50%;
	height: 380px;
}

.pic img{
	padding-top :4px;
	
}

.text{
	float: left;
	width:50%;
	
}

.text p{
	text-indent: 2em;
    font-size: 13px;
    line-height: 24px;
    color: #555;
    padding-left: 20px;

}

.cx{	
	font-size: 14px;
    line-height: 26px;
    color: #555;
    float: right;
    font-weight: 700;
}

.box1{
	width:100%;
	padding-bottom: 100px;
	min-width: 1150px;
	overflow: hidden;
   text-align: center;
}


.joinus{
	display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    color: #208bd3;
    border-radius: 53px;
    border: 1px solid #208bd3;
	text-decoration: none;

}

.joinus:hover{
	background: #208bd3;
	color: #fff;
}

.box2{
	width:100%;
	padding-bottom: 100px;
	min-width: 1310px;
	overflow: hidden;

}

.note{
	float: left;
	margin-left: 7.5% ;
	width:40%;
}

.honor{
	width:50%;
	float: left;
	

}

.space{
	margin-top: 30px;
}

.honor p{
	width:90%;
	font-size: 13px;
	line-height: 24px;
	color: #555;
}

.honor p:before{
	content: '·';
    margin-right: 5px;
    font-weight: 700;
 }
.rongyu{
	width: 587px;
	float: right;
	margin-right: 7.5% ;
	position: relative;
	overflow:hidden;
}

.rongyu ul{
	width:1761px;
	margin:0 auto ;
}

.rongyu ul li{
	width:587px;
	list-style: none;
	float: left;
}

.btnList{	
			height:22px;
			position:absolute;
			right:44%;
			bottom:5px;
}
.btnList li{
	height: 10px;
	width: 10px;
	float: left;
	border-radius: 10px;
	border: 1px solid #fff;
	line-height:20px;
	text-align:center;
	background-color: #8F8F94;
	background: rgba(0,0,0,.3);
	margin-right: 10px;
	color:#fff;
	cursor: pointer;
}
.btnList li.current{
	border-radius: 10px;
	height: 10px;
	width: 10px;
	background-color: #000000;
	background: rgba(0,0,0,.7);
}

.leftBtn,.rightBtn{
			width:30px;
			height:50px;
			cursor: pointer;
		}
.rightBtn{
			position: absolute;
			top:45%;
			right:0;
			background: url('../img/right.png') no-repeat center center ;
			background-size:30px;
		}

.leftBtn{
			position: absolute;
			top:45%;
			left:0;
			background: url('../img/left.png') no-repeat center center;
			background-size:30px;
}
