.section1 {
	background: url(../images/index_bg.jpg) no-repeat top center;
}

.section2 {
	background: url(../images/bg_wihte.jpg) 50%;
}

.section3 {
	background: url(../images/bg_gray.jpg) 50%;
}

.section4 {
	background: url(images/4.jpg) 50%;
}
.top{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 50%;
	margin-left: -600px;
	
}
.top .logo{
    width: 200px;
    margin-top: -50px;
}
.zx{
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background: #6570eb;
    cursor: pointer;
    color: #fff;
        margin-top: -44px;
}
#menu {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	position: fixed;
	z-index: 70;
	width: 70px;
	left: 0;
	height: 100vh;
	background: #f8f8f8;
}

#menu li {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
#menu li p{
	margin: 0px;
	color: #333;
	text-align: center;
	
}
#menu a {
	width: 70px;
	height: 70px;
	background-color: #f8f8f8;
	color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
}
#menu a img{
	width: 40px;
	height: 40px;
	
	
}
#menu .active a {
	background: #f8f8f8;
}

.section {
	text-align: center;
	font: 50px "Microsoft Yahei";
	color: #fff;
}


.pop_content{
	width: 62.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.index_text{
	width: 54.246%;
	
}
.index_phone{
	width: 45.754%;
	
}
.content_text {
	position: relative;
}
.left .xuhao{
	font-size: 200px;
	color: #ddd;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 888
}
.left .mainname{
	font-size: 60px;
	color: #000745;
	background: #FFF;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
}
.left .zg{
	font-size: 30px;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #000745;
	padding-bottom: 20px;
}
.left .jj{
	font-size: 18px;
	color: #333;
	border-left: 5px solid #4746e6;
	padding-left: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.left .icon{
	width: 70px;
	height: 70px;
	margin-left: 30px;
}

.left .zx{
	width: 180px;
	height: 60px;
	background: #4746e6;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-size: 18px;
	border-radius: 60px;
	display: block;
	margin-top: 20px;
}
.wxzx,.kszx{
	position: relative; 
}
.wxzx img{
	position: absolute;
	top: -20px;
	left: 180px;
	width:150px;
	display: none;
}
.kszx img{
	position: absolute;
	top: -20px;
	right: 180px;
	display: none;
}
.wxzx:hover img{
	display: block;
}
.kszx:hover img{
	display: block;
}
.left{
	margin-left: -330px;

	opacity: 0;
	transition: 1s;
}
.active .left{
	margin-left: 0;

	opacity: 1;
	transition: 1s;
}


.right{
	margin-right: -330px;
	margin-left: 30px;
	opacity: 0;
	transition: 1s;
}
.active .right{
	margin-right: 0;
	margin-left: 30px;
	opacity: 1;
	transition: 1s;
}




.right .xuhao{
	font-size: 200px;
	color: #ddd;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: 888
}
.right .mainname{
	font-size: 60px;
	color: #000745;
	background: #f5f8fd;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
	text-align: right;
	justify-content: flex-end;
}
.right .zg{
	font-size: 30px;
	color: #333;
	text-align: right;
	border-bottom: 1px solid #000745;
	padding-bottom: 20px;
	
}
.right .jj{
	font-size: 18px;
	color: #333;
	border-right: 5px solid #4746e6;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: right;
}
.right .icon{
	width: 70px;
	height: 70px;
	margin-right: 30px;
}

.right .zx{
	width: 180px;
	height: 60px;
	background: #4746e6;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-size: 18px;
	border-radius: 60px;
	display: block;
	margin-top: 20px;
	float: right;
}


@media screen and (max-width: 1400px) {
    #menu {
	margin: 0;
	padding: 0;
	padding-top: 13px;
	position: fixed;
	z-index: 70;
	width: 70px;
	left: 0;
	height: 100vh;
	text-align: center;
	background: #f8f8f8;
}

#menu li {
	width: 60px;
	height: 55px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -1px auto;
}
#menu li p{
	margin: 0px;
	color: #333;
	text-align: center;
	
}
#menu a {
	width: 60px;
	height: 60px;
	background-color: #f8f8f8;
	color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
}
#menu a img{
	width: 29px;
	height: 27px;
}
#menu a p {
	font-size: 14px;

}


.top{
    width: 1170px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 50%;
	margin-left: -601px;
	
}

.wxzx img{
	width: 150px;
	height: 150px;
	position: absolute;
	top: -80px;
	left: 180px;
	display: none;
}

.right .mainname2 {
    font-size: 60px;
    color: #000745;
    background: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
.left .mainname2 {
    font-size: 60px;
    color: #000745;
    background: #f5f8fd;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
}
}


































