body,html,ul,li,a,p{
	list-style: none;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑";
	color: #2d2d2d;
				
}
img{
	max-width: 100%;
}
/* font-@font-face {
	font-family:"fz";
	src: url("fz.TTF");
} */


/* 头部LOGO */
.container_L{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f2f4fc;
}

.container_L .head{
	width: 1200px;
	height: 60px;
	/* background: red; */
	margin: 0 auto;
}

.container_L .head .logo{
	width: 18%;
	height: auto;
	padding: 2px 0px 0px 0px;

	float: left;
}

.container_L .head .head_r .down{
	float: right;
	line-height: 32px;
	background: #506de8;
	padding:0 10px;
	height: 32px;
	text-align: center;
	border-radius: 2px;
	margin-top: 14px;
	color: #fff;
	font-size: 14px;
	display: block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	
	
}


.container_L .head .head_r .down:hover{
	background: #102683;
	border-radius: 50px;
}

/* banner */
.banner_N{
	width: 100%;
	height: 700px;
	background: url(../images/bg-1.png) no-repeat center center;
	background-size: cover;
	/* background-size: 100% 100%; */
	
}

@media screen and (max-width: 1370px) {
	.container_L .head .head_r .down{
		margin-top: 14px;
	}
	
	.banner_Nav .ban_text .ban_down{
		margin-top: 30px !important;
	}
	
	.banner_Nav .ban_icon{
		margin-top: 30px !important;
	}
	
	.banner_Nav .ban_logo{
		padding-top: 20px !important;
	}
}

.banner_Nav{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	/* background: yellow; */
}

.banner_Nav img{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	padding-top: 70px;
}

.banner_Nav .ban_text{
	text-align: center;
	color: #fff;
	width: auto;
	height: 575px;
	background: url(../images/pc.png) no-repeat center center;
	background-size: calc(80%);
	margin-top: 20px;
}

.banner_Nav .text_title{
	font-size: 40px;
	font-weight: 900;
	padding: 20px;
	/* margin: 20px 0px 10px 0px; */
	color: #fff;

}

.banner_Nav .ban_text li{
	color: #fff;
	width: 38%;
	height: auto;
	margin: 0 auto;
}

.banner_Nav .text_nav{
	font-size: 16px;
	
}

.banner_Nav .text_foot{
	font-size: 18px;
	font-weight: normal;
	padding-top: 20px;
}


.banner_Nav .ban_text li span{
	padding: 0px 20px;
}

.banner_Nav .ban_text .ban_down{
	width: 170px;
	height: 50px;
	background: #5F3EDA;
	line-height: 50px;
	border-radius: 2px;
	margin: 0 auto;
	margin-top: 46px;
	margin-bottom: 30px;
	transition: .5s;
	
	color: #fff;
	font-size: 16px;
	display: block;
	float: left;
	
	
}

.right-down{
	margin-left: 112px !important;
	background: #DA3E3E !important;
	
}

.banner_Nav .ban_text .right-down span{
	animation: ami 2s infinite;
	cursor: pointer;
	display: block;
}

@keyframes ami {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }
	
	0% {
	    transform: scale(.6);
	    -webkit-transform: scale(.6);
	    -moz-transform: scale(.6);
	    -ms-transform: scale(.6);
	}
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}





/* .banner_Nav .ban_icon{
	margin-top: 50px;
	column-count: auto;
}

.banner_Nav .ban_icon li{
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	float: left;
	margin-right: 140px;
	cursor: pointer;
	transition: .5s;
}

.banner_Nav .ban_icon li img{
	padding-top: 20px;
}

.banner_Nav .ban_icon li p{
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding-top: 34px;
	text-align: center;
}

.banner_Nav .ban_icon .icon_d{
	margin: 0 auto;
}

.banner_Nav .ban_icon li:hover{
	margin-top:-20px
}
 */

/* 软件特色 */
.soft_C{
	width: 100%;
	height: 680px;
	background: url(../images/bg_r.png) no-repeat center center;
	
	background-size: 100% 100%;
	margin-top: -110px;
	
	
}

.soft_C .soft_N{
	width: 1200px;
	height: auto;
	/* overflow: hidden; */
	/* background: red; */
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

.soft_C .soft_N .soft_title{
	margin-top:116px;
	font-size: 36px;
	display: block;
	margin-bottom: 54px;
	
}

.soft_C .soft_N .soft_nav{
/* 	background: red; */
}

.soft_C .soft_N .soft_nav .icon_g{
	margin: 0 auto;
}

.soft_C .soft_N .soft_nav li{
	width: 260px;
	height: 230px;
	background: #FBFCFF;
	border-radius: 10px;
	box-shadow: 0px 0px 14px rgba(4,14,59,0.23);
	float: left;
	margin-right: 53px;
	cursor: pointer;
	transition: .5s;
}

.soft_C .soft_N .soft_nav li:hover{
	margin-top: -20px;
}

.soft_C .soft_N .soft_nav li .soft_navI{
	padding: 34px 0px 32px 0px;
	display: block;
	width: 58px;
	height: 54px;
	margin: 0 auto;
}

.soft_C .soft_N .soft_nav li p{
	color: #010722;
	padding-bottom: 22px;
}

.soft_C .soft_N .soft_nav li span{
	display: block;
	width: 205px;
	height: auto;
	color: #515152;
	font-size: 12px;
	margin: 0 auto;
}



/* 录视频操作 */
.flash_C{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	/* background: red; */
}

.flash_title{
	padding: 30px 0px 50px 0px;
	text-align: center;
	color: #333333;
	font-size: 36px;
	display: block;
}



.flash_d{
	width: 358px;
	height: 142px;
	background: #3A50B3;
	padding-top: 14px;
	transition: .5s;
	cursor: pointer;
	float: left;
	margin: 0px 86px 0px 188px;
}

.flash_C .flash_j{
	width: 358px;
	height: 142px;
	background: #3A50B3;
	padding-top: 14px;
	
	transition: .5s;
	cursor: pointer;
	float: left;
}

/* .flash_C .flash_r{
	margin-left: 24px;
} */

.flash_C .flash_z{
	margin: 0px;
}

.flash_C .flash_a{
	margin: 0px 62px;
}


.flash_C .flash_top{
	margin-top: 408px;
}

.flash_C .flash_navt{
	margin-top: 200px;
}

.flash_C .flash_nav li .flash_navC{
	
	width: 320px;
	height: 124px;
	border: 1px solid #fff;
	line-height: 30px;
	margin: 0 auto;
}

.flash_C .flash_nav li .flash_navC p{
	text-align: center;
	padding-top: 26px;
	padding-bottom: 10px;
}

.flash_C .flash_nav li .flash_navC i{
	font-style: normal;
	color: #eeeeee;
	font-size: 20px;
	text-align: center;
	display: block;
}

.flash_C .flash_nav li .flash_navN{
	width: 320px;
	height: 124px;
	background: #2b3356;
	border: none;
	display: none;
	
}

.flash_C .flash_nav li .flash_navN .flashN_t{
	padding: 6px 0px 6px 0px; 
	display: block;
}

.flash_C .flash_nav li .flash_navN .flashN_c{
	color: #fff;
	display: block;
	width: 232px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

.flash_C .flash_nav li .flash_navN .flash_down{
	width: 128px;
	height: 30px;
	background: #f14475;
	border-radius: 20px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	transition: .5s;
	margin: 0 auto;
}

.flash_C .flash_nav li .flash_navN .flash_down:hover{
	background: #d60e47;
}

.flash_C .flash_nav li:hover{
	border: 1px solid #2B3356;
	background: transparent;
	
	
	
}

.flash_C .flash_nav li:hover .flash_navC{
	display: none;
}

.flash_C .flash_nav li:hover .flash_navN{
	display: block;
}


#user{
	
	width: 100%;
	height: 570px;
	margin: 0 auto;
	background: #F0F2FA;
	cursor: pointer;
	position: absolute;
}

#user .swiper-container{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}


#user .swiper-slide {
	width: 350px;
	height: 400px;
	background: #fff;
	border-radius: 10px;
	box-shadow:0px 7px 59px 0px rgba(4,0,0,0.22);
}

#user .swiper-slide .user_y{
	text-align: center;
	padding-top:67px;
}

#user .swiper-slide .user_n{
	text-align: center;
	padding: 20px 0px 58px 0px;
}

#user .swiper-slide .user_l{
	width: 290px;
	height: 1px;
	background: #90929B;
	margin: 0 auto;
}

#user .swiper-slide a{
	width: 290px;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

#user .swiper-button-prev{
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #617DFB url(../images/user_iconL.png) no-repeat center center;
	left: 346px;
}

#user .swiper-button-prev:hover{
	background: #203BB4 url(../images/user_iconL.png) no-repeat center center;
}

#user .swiper-button-next{
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: #617DFB url(../images/user_iconR.png) no-repeat center center;
	right: 346px;
}

#user .swiper-button-next:hover{
	background: #203BB4 url(../images/user_iconR.png) no-repeat center center;
}

.foot{
	width: 100%;
	height: auto;
	background: url(../images/foot_bg.jpg) no-repeat center center;
	background-size: cover;
	/* background-size: 100% 100%; */
	height: 370px;
	text-align: center;
}

.foot .foot_title{
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 20px;
}

.foot .foot_text{
	font-size: 30px;
	color: #fff;
	padding-bottom: 40px;
	
}

.foot .foot_down a{
	width: 252px;
	height: 64px;
	background: #e34343;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
	cursor: pointer;
	display: block;
	line-height: 64px;
	color: #fff;
	font-size: 20px;
}


.foot .foot_down a:hover{
	background: #b61d1d;
}


.foot_bottom{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 80px;
	background: #414040;
	
	
}
.foot_bottom p{
	color: #fff;
	line-height: 80px;
}


