.banner-top {
	width: 100%;
	height: 150px;
	background: url(../img/top-bar.png) no-repeat center center;
	background-size: cover;
}

.title-box {
	position: absolute;
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	width: 100%;
	z-index: 9;
}

.title {
	width: 1200px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
	margin-top: -2px;
}

.title span {
	color: #FFFFFF;
	cursor: pointer;
}
.index_footer{
	background-color: #333;
	height: 300px;
}
.in-bl{
	display: inline-block;
}
.warp {
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}
.ft_left {
    width: 50%;
    font-size: 14px;
    flex-wrap: wrap;
}
.ft_right {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 12px;
    width: 50%;
    border-left: 1px solid;
    padding-left: 20px;
}
.wenzi {
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
		width: 65%;
}
.wenzi a{
	color: white;
}
.wenzi div {
    text-align: center;
    line-height: 52px;
}
.rsnet {
    margin: 0 20px 0 0;
}
.mb {
    margin-bottom: 12px;
}
.page2-body {
    position: relative;
    top: -1rem;
    z-index: 2;
    font-size: 16px;
    max-width:1400px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: justify;
    box-sizing: border-box;
}
.daohang{
	padding: 12px 0;
	height: 50px ;
	line-height: 3;
	border-bottom: 1px solid #e3e3e3;
}
.fl {
    float: left;
}
.fr {
	float: right;
}
.zhuangshi{
	width: 40px;
	height: 5px;
	background-color: #007AFF;
	display: inline-block;
}
.content-title{
	text-align: center;
	padding-top: 45px;
	font-size: 16px;
}
.desc{
	padding: .8rem 0;
}
.yuanqu-box{
	width:33.3%;
	box-sizing: border-box;
}
.yuanqu-box:nth-child(2){
	margin: 0 20px;
}
img{
	width: 100%;
}
.yuanqu-botttom{
	line-height: 1rem;
	margin-top: -5px;
	text-align: center;
	background-color: #E6E6E6;
}
.line{
	display: inline-block;
	width: .3rem;
	height: 1px;
	background-color: #000000;
	vertical-align: middle;
}
.num{
	color: #007AFF;
	font-size: 20px;
}
.yq-img{
	position: relative;
}
.yqms{
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: white;
	text-align: center;
	line-height: 3;
	background-color: #000000;
	opacity: .6;
}
.swiper-pagination-bullet-active{
	background-color: #ffb620;
}
.swiper-pagination-bullet {
	border-radius: 0;
}
.service-box{
	width: 33%;
}
.service-box:nth-child(2){
	margin: 0 20px;
}
.max_width{
	max-width: 1200px;
	margin: 0 auto;
}
.content-desc{
	padding-bottom: .2rem;
}
.three{
	padding-bottom: 1rem;
}

.four{
	background-color: #0f50bc;
	color: #FFFFFF;
	padding-bottom: 1rem;
}
.star,.leader{
	width: 48%;
}

.star{
	padding-right: 1%;
}
.leader{
	padding-left: 1%;
}
.star-img{
	
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	width: 50%;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#swiper2,#swiper3{
	margin-top: .3rem;
}
.five-tit{
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 50px 0;
}
.five{
	background-color: #f5f5f5;
	/* padding-bottom: .3rem; */
}
.company{
	width: 24%;
	font-size: 18px;
	text-align: center;
	line-height: 5;
	background-color: white;
	margin: .1rem;
}
.yuanqu{
	    height: 240px;
	    /* width: 33%; */
	    position: relative;
	    overflow: hidden;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(18,62,133,.5);
    top: 200px;
    color: #FFFFFF;
    text-align: initial;
    padding: 0 .40rem;
    box-sizing: border-box;
    transition: all .8s cubic-bezier(.06,.60,.80,.55);
}
.shadow-desc {
    font-size: 18px;
    padding: .2rem 0;
		border-bottom: 1px solid white;
}
.yydq-content{
	max-width: 1200px;
	margin: 3% auto 0;
	display: flex;
	justify-content: center;
}
.shadow:hover {
    top: 0;
}