@font-face {
	font-family: 'FZLANTY_ZHONGJW';
	src: url('../fzltyxl/方正兰亭圆简体_中粗.TTF') format('truetype');
}
@font-face {
	font-family: 'FZLANTY_JW';
	src: url('../fzltyxl/方正兰亭圆简体.TTF') format('truetype');
}
* {
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
li, ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main{
	margin-top: 0;
	height: 671px;
	position: relative;
	overflow: hidden;
}
.main img{
	/* max-width: 100%; */
	/* display: block;
	margin: auto; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic{
	height: 671px;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.first{
	height: 671px;
	z-index: 1;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
.menu{
	list-style-type: none;
	overflow: hidden;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.menu li {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding: 9px 20px 14px 36px;
    color: #666;
}
.menu li a {
    color: #666;
	font-family: FZLANTY_ZHONGJW;
	font-weight: normal;
}
.menu .current a{
	list-style-type:none;
	border-bottom:3px solid #E83549;
	padding-bottom: 3px;
	border-radius: 1px;
	font-family: FZLANTY_ZHONGJW;
	font-weight: normal;
	color: #333333;
}
.gray{
	background: #F8F8F8;
}
.black{
	background: #303030;
}
/* 导航 */
header{
	position: fixed;
	background: #FFFFFF;
	width: 100%;
	height: 98px;
	z-index: 999;
	border-bottom: 1px solid #e5e5e5;
}
.wrap-box {
    width: 1280px;
    margin: 0 auto;
	text-align: center;
	margin-top: 22px;
	height: 76px;
}
.logo {
    float: left;
}
.logo i {
    display: inline-block;
    width: 175px;
    height: 47px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 175px 47px;
    float: left;
}
.nav {
    position: relative;
    margin-left: 377px;
	margin-top: 4px;
}
.nav .menu {
    position: relative;
}
.nav .menu li {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding: 9px 20px 14px 36px;
    color: #333;
}
.register {
	float: left;
    width: 82px;
	height: 38px;
    background: url(../images/reg.png) no-repeat;
    background-size: contain;
	margin-top: 4px;
	margin-left: 62px;
}
.login {
	float: right;
	width: 82px;
	height: 38px;
	background: url(../images/login.png) no-repeat;
	background-size: contain;
	margin-top: 4px;
}
.logout {
	float: left;
	width: 82px;
	height: 38px;
	background: url(../images/logout.png) no-repeat;
	background-size: contain;
	margin-top: 4px;
	margin-left: 15px;
}
/* 中间内容 */
.index{
	height: 671px;
	padding-top: 98px;
}
.m-main {
	position: absolute;
	top: 240px;
	right: 10.5%;
	width: 365px;
	z-index: 3;
}
.m-reg {
	position: absolute;
	border-radius: 4px;
	left: 0;
	top: 0;
	min-height: 350px;
	background: #fff;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 400px;
	text-align: center;
}
.m-tab {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.m-tab li {
	height: 24px;
	color: #908f8d;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	background: #0d0b00;
	margin: 38px 0 20px 0;
}
.m-tab li.crt {
	background: url(../images/tit.png) center no-repeat;
	background-size: 223px 24px;
	color: #e0e0dd;
	cursor: default;
}
.m-reg p {
	text-align: center;
	font-size: 22px;
	color: #333;
	font-family: FZLANTY_JW;
	font-weight: normal;
}
.m-reg p span {
	color: #ff5200;
}
.m-ipts {
	padding: 26px 46px 0 46px;
}
.m-ipts li {
	margin-bottom: 20px;
	width: 277px;
	overflow: hidden;
}
.m-ipts li dl {
	width: 100%;
}
.m-ipts li dd {
	width: 100%;
	position: relative;
}
.mobile {				
	width: 130px;
	display: inline-block;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	outline: none;
	border: none;
	margin-right: 25px;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;	/**通过边框阴影遮挡住背景*/
 -webkit-text-fill-color: #333;
}
.m-ipts li {
	margin-bottom: 20px;
	width: 277px;
	overflow: hidden;
}
.text {
	border-left: 1px solid #a1a2a3;
	height: 15px;
	width: 50px;
	display: inline-block;
	line-height: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #606266;
}
.box{
	display:flex; 
	justify-content: space-between;
	border:1px solid blue;
	border-radius: 52px;
	border: 1px solid #cccccc;
}
.box span{
	line-height: 52px;
	font-size: 14px;
	padding-right: 5px;
	color: #E8394D;
	font-family: FZLANTY_JW;
	font-weight: normal;
}
.box select{
	width: 75px;
	margin-left: 25px;
	border: none;
	outline:none;
}
.input {
	border:none;
	border-radius: 52px;
	padding-left: 22px;
	line-height: 52px;
	font-size: 16px;
	height: 52px;
	outline:none;
	border:0;
	width: 80px;
}
.u-reg-btn {
	width: 277px;
	height: 56px;
	color: #FFFFFF;
	background: #FF8400;
	box-shadow: 0px 5px 10px 0px rgba(220, 117, 7, 0.39);
	border-radius: 28px;
	/* margin-left: 44px; */
	border: none;
}
.bom-text {
	color: #fff;
	display: inline-block;
	/* color: #999; */
	line-height: 18px;
	padding: 8px 43px 22px 42px;
	font-size: 14px;
	text-align: left;
}
.verif-a{
	pointer-events: none;
}
.m-open-reg {
	border-radius: 13px !important;
}
.m-openReg {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    z-index: 3;
	margin-left: 25px;
	margin-top: 40px;
}
.m-open-login {
	border-radius: 13px !important;
}
.m-openLogin {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	-webkit-transform: perspective(1000px) rotateY(0deg);
	transform: perspective(1000px) rotateY(0deg);
	z-index: 3;
	margin-left: 25px;
	margin-top: 40px;
}
.m-reg-close{
	float: right;
	margin-top: 21px;
	margin-right: 21px;
}
.m-reg-close img{
	width: 15px;
	height: 15px;
	display: inline-block;
}
.m-openReg .span{
	margin-left: 25px;
	height: 14px;
	font-size: 14px;
	font-family: FZLANTY_JW;
	font-weight: normal;
	color: #999999;
	line-height: 24px;
}
.m-reg-db{
	height: 24px;
	vertical-align: middle;
	text-align: center;
	margin-top: 20px;
	position:relative;
}
.m-reg-db img{
	width: 15px;
	height: 19px;
	position:absolute;
	top:0;
	bottom: 0;
	margin: auto;
	display: inline-block;
}
#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.card-fouth {
	
}
.card-fouth .sub-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 40px;
    color: #333
}
.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    font-weight: 200;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 20px;
    color: #999;
    padding: 15px 20px 15px 0;
    display: inline-block;
}
.card-fouth .industry.one {
    padding-left: 0
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 14px
}
.card-fouth .industry .span0 {
	width: 173px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FF8D62 !important;
	display: inline-block;
	border-radius: 21px;
	vertical-align: middle;
	font-family: FZLANTY_JW;
	border: 1px solid #FF8D62;
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	-o-animation: Agradient 10s ease infinite;
	animation: gradient 10s ease infinite;
}
.card-fouth .industry .span1 {
	width: 173px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FCB125 !important;
	display: inline-block;
	border-radius: 21px;
	vertical-align: middle;
	font-family: FZLANTY_JW;
	border: 1px solid #FCB125;
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	-o-animation: Agradient 10s ease infinite;
	animation: gradient 10s ease infinite;
}
.card-fouth .industry .span2 {
	width: 173px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #48A0FC !important;
	display: inline-block;
	border-radius: 21px;
	vertical-align: middle;
	font-family: FZLANTY_JW;
	border: 1px solid #48A0FC;
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	-o-animation: Agradient 10s ease infinite;
	animation: gradient 10s ease infinite;
}
.card-fouth .industry .span3 {
	width: 173px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #416DE5 !important;
	display: inline-block;
	border-radius: 21px;
	vertical-align: middle;
	font-family: FZLANTY_JW;
	border: 1px solid #416DE5;
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	-o-animation: Agradient 10s ease infinite;
	animation: gradient 10s ease infinite;
}
.card-fouth .industry.active0 span {
	background: #FF8D62;
	color: #FFFFFF !important;
    font-size: 20px;
	font-weight: normal;
	font-family: FZLANTY_JW;
}
.card-fouth .industry.active1 span {
	background: #FCB125;
	color: #FFFFFF !important;
    font-size: 20px;
	font-weight: normal;
	font-family: FZLANTY_JW;
}
.card-fouth .industry.active2 span {
	background: #48A0FC;
	color: #FFFFFF !important;
    font-size: 20px;
	font-weight: normal;
	font-family: FZLANTY_JW;
}
.card-fouth .industry.active3 span {
	background: #416DE5;
	color: #FFFFFF !important;
    font-size: 20px;
	font-weight: normal;
	font-family: FZLANTY_JW;
}
.card-fouth .case-container {
    position: relative;
    width: 1060px;
    margin: 0 auto;
    height: 480px
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
}
.card-fouth .case-panel.active0 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-panel.active1 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-panel.active2 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-panel.active3 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-preview {
    display: inline-block;
    width: 576px;
    position: relative;
    top: 28px;
    left: -60px;
    z-index: 200
}
.card-fouth .case-left {
    display: inline-block;
    vertical-align: top
}
.card-fouth .case-left img {
    width: 365px
}
.card-fouth .phone-framework {
    z-index: 102;
    position: relative;
}
/* 底部 */
.site-footer-container {]
    background-color: rgba(48, 48, 48, 1);
    padding-top: 48px;
}
.site-footer-bottom {
    height: 32px;
    line-height: 32px;
    color: #8e8e8e;
    float: bottom;
    font-size: 15px;
    font-family: FZLANTY_JW;
    font-weight: normal;
    background: #383838;
}
.container {
	height: 19px;
	font-size: 15px;
	font-family: FZLANTY_JW;
	font-weight: normal;
	color: #888888;
	margin-left: 22%;
	position: relative;
}
.container img{
	display: inline-block;
	position: absolute;
	margin-top: 4px;
}
.container span{
	margin-left: 22px;
}