header {
	width: 100%;
	height: 650px;
	/* background: url(../img/banner_1.png); */
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

header .nav {
	width: 1200px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

header .nav .logo {
	width: 20%;
}

header .nav .logo img {
	width: 192px;
	height: 50px;
	margin-top: 16px;
}

header .nav .dh {
	width: 80%;
}

header .nav .dh p {
	color: white;
	font-size: 16px;
	line-height: 80px;
	margin-left: 40px;
	position: relative;
	z-index: 999;
}

header .nav .dh p:hover {
	color: #454CA4;
}

header .nav .dh .look {
	width: 90px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	color: #7568FD;
	font-size: 16px;
	line-height: 30px;
	margin-top: 28px;
	position: relative;
	z-index: 999;
	cursor: pointer;
}

header .banner {
	height: 650px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	text-align: center;
}
header .banner img{

	margin: auto;
	width: 2560px;
	height: 650px;
}
/*侧栏 start*/
.jump {
	position: fixed;
	left: 20px;
	top: 20%;
	z-index: 999999;
	box-sizing: border-box;
	padding: 5px 5px;
	width:70px;
	height:545px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 18px 0px rgba(46,102,215,0.08);
	border-radius:35px;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	text-align: center;
	overflow: hidden;
	margin-bottom: 35px;
	cursor: pointer;
}
.item-hover{
	background-color: #5863F3;
	color: #fff !important;
}
#item1:hover{
	background-color: #5863F3;
	color: #fff;
}
#item2:hover{
	background-color: #5863F3;
	color: #fff;
}
#item3:hover{
	background-color: #5863F3;
	color: #fff;
}
#item4:hover{
	background-color: #5863F3;
	color: #fff;
}
#item5:hover{
	background-color: #5863F3;
	color: #fff;
}
#item6:hover{
	background-color: #5863F3;
	color: #fff;
}
#item1{
	border-top-left-radius:35px;
	border-top-right-radius:35px;
	line-height:20px !important;
}
#item6{
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
	line-height:20px !important;
}
#item1,#item2,#item3,#item4,#item5,#item6{
	display: inline-block;
	padding: 15px 10px;
	width:42px;
	min-height:42px;
	font-size:15px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(81,81,81,1);
	/* line-height:20px; */
}
#item1{
	padding-top: 20px;
}
#item1,#item2,#item3,#item4,#item5{
	margin-bottom: 5px;
}
#item2,#item3,#item4,#item5,#item6 {
	margin-top: 5px;
}
#item4{
	padding-bottom: 20px;
}
.jump .line{
	width: 100%;
	height: 1px;
	background:#F1F1F1;
}
.banner {
	width: 1920px;
	height: 33.6rem;/* height: 650px;   */
	overflow: hidden;
	margin: 0 auto;
}

.banner .img1 {
	width: 765px;
	height: 684px;
	float: right;
}

.banner .img2 {
	width: 400px;
	height: 139px;
	margin-top: 266px;
}


/*板块二*/

.dl {
	width: 100%;
	background: url(../img/dl-bg.png)no-repeat center center;
	height: 60rem;
	/* background-size: 1920px 197px;
	background-color: #FAF8F2; */
}

.dl .title p {
	width: 1008px;
	display: block;
	box-sizing: border-box;
	padding-top: 90px;
	margin: auto;
	height: 40px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 40px;
}

.dl .title span {
	box-sizing: border-box;
	padding-top: 50px;
	display: inline-block;
	width: 392px;
	height: 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(129, 129, 129, 1);
	line-height: 30px;
	margin: auto;
}

.dl .list {
	margin-top: 80px;
	overflow: hidden;
	/* padding-bottom: 103px; */
}

.dl .list .marl {
	margin: 0;
}

.dl .list .main {
	width: 300px;
	height: 400px;
	background: none;
	border-radius: 10px;
	margin-left: 74px;
}


.dl .list .main img {
	width: 130px;
	height: 130px;
	display: block;
	margin: 10px auto 0;
}

.dl .list .main>p {
	margin-top: 30px;
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1) !important;
	line-height: 8px;

}

.dl .list .main .jx {
	width: 16px;
	height: 6px;
	border-radius: 3px;
	margin: 20px auto 0;
}

.dl .list .main .content {
	color: #717171;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
}

.dl .list .main button {
	width: 100px;
	height: 36px;
	background: rgba(85, 91, 232, 1);
	border-radius: 18px;
	color: white;
	font-size: 16px;
	line-height: 36px;
	margin-top: 24px;
	border: none;
}

.dl .list .main button:hover {
	border: 2px solid #555BE8;
	color: #555BE8;
	background: white;
}


/*优势*/

.advantage {
	width: 100%;
	background: #fff;
	background-size: 100% 100%;
	overflow: hidden;
	height: 750px;
}

.advantage .title {
	color: white;
}

.advantage .title h4 {
	margin: 60px auto;
	height: 38px;
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 50px;
}

.advantage .title p {
	margin: 40px auto;
	width: 873px;
	text-align: center;
	height: 40px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(129, 129, 129, 1);
	line-height: 26px;

}

.advantage .list {
	overflow: hidden;
	padding-bottom: 32px;
}

.advantage .list .main {
	width: 298px;
	margin-top: 40px;
	padding-bottom: 28px;
	height: 390px;
	background: url(../img/newinf.png)no-repeat;
	background-size: cover;
}

.advantage .list .main img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 70px auto 0;
}

.advantage .list .main h4 {
	padding: 0 12px;
	height: 39px;
	line-height: 39px;
	display: inline-block;
	margin: 19px auto 0;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 30px;

}

.advantage .list .main .line {
	width: 100px;
	height: 2px;
	background: rgba(88, 99, 243, 1);
	border-radius: 1px;
	margin: auto;
}

.advantage .list .main p {
	font-size: 14px;
	line-height: 20px;
	margin: 20px auto 0;
	width: 240px;
	height: 85px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(113, 113, 113, 1);
	line-height: 24px;

}

/* 平台解决方案 */
.pingtai {
	box-sizing: border-box;
	padding-top: 7rem;
	width: 100%;
	height: 75rem;
	background: rgba(245, 245, 245, 1);
}

.pingtai .title h1 {
	text-align: center;
	height: 30px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 24px;
}

.pingtai .bigbox {
	width: 1200px;
	margin: 4rem auto;
	height: 500px;
}

.pingtai .title h2 {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(129, 129, 129, 1);
	line-height: 24px;

}

.bigbox .nav {
	list-style-type: none;
	position: relative;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width:170px;height: 500px;
}
.bigbox .nav .tabs-title{
	position: relative;
	z-index: 77;
	width:170px;
	height:40px;
	background:rgba(255,255,255,1);
	border-radius:20px;
	cursor: pointer;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(113,113,113,1);
	line-height:40px;
	box-sizing: border-box;
	padding-left: 18px;
}
/* .bigbox .nav .tabs-title:hover{
	width: 200px;
	height:40px;
	background:rgba(74,109,255,1);
	color: #FFFFFF;
	box-shadow:5px 0px 3px 0px rgba(71,103,238,0.26);	
}
.bigbox .nav .tabs-title:visited{
	width: 200px;
	height:40px;
	background:rgba(74,109,255,1);
	color: #FFFFFF;
	box-shadow:5px 0px 3px 0px rgba(71,103,238,0.26);	
} */
.tabs-title-hover{
	width: 200px !important;
	height:40px;
	background:rgba(74,109,255,1)!important;
	color: #FFFFFF!important;
	box-shadow:5px 0px 3px 0px rgba(71,103,238,0.26);	
}
.tabs-i-hover{
	background:#FFFFFF !important ;
}
.bigbox .nav .tabs-title i{
	display: inline-block;
	width:8px;
	height:8px;
	background:rgba(74,109,255,1);
	border-radius:50%;
	margin-right: 6px;
}
.bigbox .tabs-process {
	position: absolute;
	background: url(../img/pt-bg.png)no-repeat;
	background-size: cover;
	left: 180px;
	top: 0;
	width: 1000px;
	height: 500px;
}
.bigbox .tabs-process .btn{
	position: absolute;
	bottom: 40px;
	left: 30px;
	width:80px;
	height:36px;
	background:rgba(255,255,255,1);
	border:2px solid rgba(74,109,255,1);
	border-radius:18px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(74,109,255,1);
	line-height:36px;
	text-align: center;
	cursor: pointer;
}
.bigbox .tabs-process .title{
	position: absolute;
	box-sizing: border-box;
	padding-left: 20px;
	top: 45px;
	left: 25px;
	height: 60px;
	width: 300px;
	background: url(../img/pt-icon.png)no-repeat 6px 5px;
}
.bigbox .tabs-process .title h3{
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(0,0,0,1);
}
.bigbox .tabs-process .title p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(145,145,145,1);
	text-transform: uppercase;
}
.bigbox .tabs-process .btn:hover{
	background:rgba(74,109,255,1);
	color: #FFFFFF;
}
.bigbox .tabs-process .content{
	position: absolute;
	top: 118px;
	left: 45px;
	width:337px;
	min-height:223px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(49,49,49,1);
	line-height:30px;
}
.bigbox .tabs-process .content span{
	color:#C52F12;
}
.bigbox .tabs-process img{
	width: 556px;
	height: 424px;
	position: absolute;
	right: 0;
	top: 40px;
}
/*功能*/

.function {
	overflow: hidden;
	padding-bottom: 93px;
}

.function .title {
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 35px;
}

.function .title img {
	width: 26px;
	height: 26px;
	margin: auto;
}

.function .title h4 {
	margin: auto;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
}

.function .title p {
	margin-top: 0px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(241, 241, 241, 1);
	text-transform: uppercase;

}

.function .list {
	overflow: hidden;
}

.function .list li {
	margin-top: 50px;
	margin-right: 20px;
	width: 175px;
	height: 175px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(241, 241, 241, 1);
	border-radius: 8px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;

}

.function .list li img {
	width: 50px;
	height: 50px;
}

.function .list li .view1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);

}

.function>img {
	width: 126px;
	height: 126px;
	margin-top: 22px;
}


/*解决方案*/

.solution {
	overflow: hidden;
	background: url(../img/jiazhi_bg.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
}

.solution .title img {
	width: 64px;
	height: 44px;
	margin-top: 24px;
}

.solution .title h4 {
	font-size: 42px;
	line-height: 42px;
	margin-top: 6px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;

}

.solution .tel {
	margin-top: 10px;
}

.solution .tel img {
	width: 33px;
	height: 30px;
}

.solution .tel p {
	margin-top: 10px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;

}

.solution .btn button {
	width: 140px;
	height: 40px;
	background: #DCD8FF;
	border: none;
	margin: 0 5px;
	color: #5048FF;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}

.solution .btn .btn1 {
	border-radius: 20px 4px 4px 20px;
}

.solution .btn .btn2 {
	border-radius: 4px 20px 20px 4px;
}

.solution .btn button:hover {
	border: 2px solid #555BE8;
	color: #555BE8;
	background: white;
}

.solution2 .bt {
	margin-top: 134px;
}

.solution2 .bt span {
	color: #313131;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

.solution2 .bt .yuan {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 1);
	border: 4px solid rgba(85, 91, 232, 1);
	border-radius: 50%;
	margin: 0px 5px;
}

.solution2 .bt .view {
	color: #818181;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}

.solution2 {
	width: 100%;
	height: 600px;
	margin: auto;
	background: url(../img/jz-bg.jpg)no-repeat bottom;
	background-size: 100% 100%;
}

.solution2 .zs {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.solution2 .zs .zs_left img {
	width: 467px;
	height: auto;
	margin-top: 29px;
}

.solution2 .zs .zs_right {
	width: 600px;
	margin: 69px 0 0 133px;
}

.solution2 .zs .zs_right .main {
	overflow: hidden;
	margin-top: 48px;
}

.solution2 .zs .zs_right .main .icon {
	width: 44px;
}

.solution2 .zs .zs_right .main .icon img {
	width: 44px;
	height: 44px;
}

.solution2 .zs .zs_right .main .right {
	width: 539px;
	margin-left: 15px;
}

.solution2 .zs .zs_right .main .right .view1 {
	color: #454CA4;
	font-size: 22px;
	line-height: 22px;
}

.solution2 .zs .zs_right .main .right .view2 {
	color: #717171;
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*客户见证*/

.khjz {
	padding: 70px 0 15px 0;
	overflow: hidden;
}

.public .view1 {
	color: #313131;
	font-size: 40px;
	line-height: 40px;
}

.public .view2 {
	color: #717171;
	font-size: 14px;
	line-height: 14px;
	margin-top: 18px;
}

.public .jx {
	width: 30px;
	height: 10px;
	border-radius: 5px;
	margin: 20px auto 0;
	background: #555BE8 !important;
}

.khjz .jz {
	width: 100%;
	margin-top: 33px;
}

.khjz .jz .main {
	width: 900px;
	height: 220px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(241, 241, 241, 1);
	border-radius: 6px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 25px 40px;
	margin: auto;
}

.khjz .jz .main .main_left {
	width: 170px;
}

.khjz .jz .main .main_left img {
	width: 170px;
	height: 170px;
	border-radius: 50%;
}

.khjz .jz .main .mian_right {
	width: 589px;
	margin-left: 59px;
}

.khjz .jz .main .mian_right .name {
	color: #313131;
	font-size: 22px;
	margin-top: 14px;
}

.khjz .jz .main .mian_right .content {
	color: #717171;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}

.swiper-button-prev {
	background: url(../img/case_arrow1.png)no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	left: 48px;
}

.swiper-button-next {
	background: url(../img/case_arrow2.png)no-repeat;
	width: 22px;
	height: 40px;
	position: absolute;
	right: 48px;
}

.khjz .hb {
	overflow: hidden;
}

.khjz .hb .box {
	width: 20%;
}

.khjz .hb .box img {
	width: 210px;
	height: auto;
	margin-top: 70px;
}

.khjz .more {
	width: 150px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(85, 91, 232, 1);
	border-radius: 15px;
	color: #555BE8;
	font-size: 14px;
	display: block;
	margin: 50px auto 0;
}

.khjz .more:hover {
	background: #555BE8;
	color: white;
}


/*案例展示 start*/
.case {
	width: 100%;
	padding: 40px 0 35px;
	background: url(../img/7_bg1.jpg) center top fixed;
	background-size: auto;
	margin-top: 50px;
}

.case .casebox {
	width: 1200px;
	margin: auto;
}

.case .main {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.case .main .box {
	width: 370px;
	height: 440px;
	background: #fff;
	/*transition: all 0.5s;
	position: relative;
	top: 0;*/
}

.case .main .box:hover {
	/*top: -10px;*/
}

.case .main .box .img1 {
	width: 100%;
	height: 300px;
}

.case .main .box1 {
	width: 100%;
	height: 140px;
	/* background: url(../img/1case_icon.png) no-repeat center top; */
	box-sizing: border-box;
	padding: 20px 24px 0;
	background-color: #FAFAFA;
}

.case .main .box1 .div1 {
	font-size: 22px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 200px; */
	white-space: nowrap; /* 不换行 */
}

.case .main .box1 .div2 {
	height: 48px;
	font-size: 14px;
	color: #818181;
	line-height: 24px;
	overflow: hidden;
	margin-top: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lunbo {
	height: 530px;
}

.lunbo .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 2px;
	background: #E1E1E1;
	transform: rotate(45deg);
	opacity: 1;
}

.lunbo .swiper-pagination-bullet-active {
	background: #4A6DFF;
}

.lunbo .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(../img/leftjt.png)no-repeat;
	background-size: 100% 100%;
	left: 2px;
}

.lunbo .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../img/rightjt.png)no-repeat;
	background-size: 100% 100%;
	right: 2px;
}

.case .more {
	color: #fff !important;
	width: 120px;
	height: 30px;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 30px;
	background: url(../img/1all_bg_2.png);
	background-size: 100% 100%;
}

.case .more:hover {
	color: #fff !important;
	background: url(../img/1all_bg_2.png);
	background-size: 100% 100%;
}

/*案例展示 end*/

/*资讯动态*/

.zxdt {
	padding: 70px 0 90px 0;
}

.zxdt .class {
	border: 1px solid rgba(241, 241, 241, 1);
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
}

.zxdt .class .main {
	width: 570px;
	height: 360px;
	background: rgba(255, 255, 255, 1);
	/*border: 1px solid rgba(241, 241, 241, 1);*/
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 20px 0 15px;
}
.zxdt .class .main .title a{
	color: #3A7ECF !important;
}
.zxdt .class .main .title {
	overflow: hidden;
	width: 100%;
	height: 62px;
}

.zxdt .class .main .title .title_left {
	font-size: 22px;
	margin-left: 15px;
	line-height: 62px;
}

.zxdt .class .main .title .title_right {
	width: 60px;
	height: 26px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(85, 91, 232, 1);
	border-radius: 13px;
	line-height: 26px;
	margin-top: 18px;
}

.zxdt .class .main .list {
	overflow: hidden;
	margin-top: 8px;
	padding-bottom: 18px;
}

.zxdt .class .main .list .list_left {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 5px;
}

.zxdt .class .main .list .list_right {
	width: 518px;
	margin-left: 7px;
}

.zxdt .class .main .list .list_right .bt {
	overflow: hidden;
}

.zxdt .class .main .list .list_right .bt .name {
	color: #616161;
	font-size: 16px;
	line-height: 18px;
	width: 384px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zxdt .class .main .list .list_right .bt .name:hover {
	color: #555BE8;
}

.zxdt .class .main .list .list_right .bt .time {
	color: #919191;
	font-size: 14px;
	line-height: 20px;
}

.zxdt .class .main .list .list_right .content {
	color: #919191;
	font-size: 14px;
	line-height: 22px;
	margin-top: 6px;
	width: 433px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*底部*/

footer {
	width: 100%;
	height: 480px;
	background: rgba(49, 49, 49, 1);
}

footer .main {
	overflow: hidden;
	width: 100%;
	height: 399px;
}

footer .main .box1 {
	width: 236px;
}

footer .main .box1 .fa {
	width: 100%;
	height: 56px;
	margin-top: 52px;
}

footer .main .box1 .fa .fa_left {
	width: 56px;
}

footer .main .box1 .fa .fa_left img {
	width: 56px;
	height: 56px;
}

footer .main .box1 .fa .fa_right {
	width: 160px;
	margin-left: 20px;
}

footer .main .box1 .fa .fa_right .view1 {
	color: white;
	font-size: 20px;
	line-height: 20px;
	margin-top: 6px;
}

footer .main .box1 .fa .fa_right .view2 {
	color: #C9C9C9;
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
}

footer .main .box2 {
	width: 128px;
	margin: 45px 0 0 113px;
}

footer .main .box2 .jj {
	overflow: hidden;
}

footer .main .box2 .jj img {
	width: 30px;
	height: 30px;
}

footer .main .box2 .jj h4 {
	color: white;
	font-size: 20px;
	line-height: 30px;
	margin-left: 15px;
}

footer .main .box2 .fflist {
	line-height: 30px;
	font-size: 16px;
	margin-top: 12px;
}

footer .main .box2 .fflist p {
	color: #C9C9C9;
}

footer .main .box3 {
	width: 138px;
	margin: 45px 0 0 155px;
}

footer .main .box3 .fw {
	overflow: hidden;
}

footer .main .box3 .fw img {
	width: 30px;
	height: 30px;
}

footer .main .box3 .fw h4 {
	color: white;
	font-size: 20px;
	line-height: 30px;
	margin-left: 15px;
}

footer .main .box3 .fwlist {
	line-height: 30px;
	font-size: 16px;
	margin-top: 12px;
}

footer .main .box3 .fwlist p {
	color: #C9C9C9;
}

footer .main .box4 {
	margin: 45px 0 0 125px;
}

footer .main .box4 .rx {
	overflow: hidden;
}

footer .main .box4 .rx img {
	width: 30px;
	height: 30px;
}

footer .main .box4 .rx h4 {
	color: white;
	font-size: 20px;
	line-height: 30px;
	margin-left: 15px;
}

footer .main .box4 h3 {
	color: white;
	font-size: 34px;
	line-height: 34px;
	margin-top: 16px;
	padding-bottom: 17px;
}

footer .main .box4 p {
	color: #C9C9C9;
	font-size: 16px;
	line-height: 30px;
}

footer .main .box4>img {
	width: 110px;
	height: 110px;
	margin-top: 18px;
}

footer .fotbot {
	width: 100%;
	height: 80px;
	border-top: 1px solid #414141;
	color: #C9C9C9;
	font-size: 14px;
	line-height: 26px;
	box-sizing: border-box;
	padding-top: 15px;
}


/*侧栏 start*/
.celan {
	width: 80px;
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top: -306px;
	z-index: 999;
}

.celan .main {
	width: 80px;
	background: #E5E5E5;
	border-radius: 20px;
	padding-bottom: 5px;
}

.celan .main .box1 {
	width: 100%;
	height: 60px;
	border-radius: 20px 20px 0 0;
}

.celan .main .box1 img {
	width: 100%;
	height: 100%;
	border-radius: 20px 20px 0 0;
}

.celan .main .box {
	width: 80px;
	padding: 18px 0 7px;
	position: relative;
}

.celan .main .box .img1 {
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 1;
	display: block;
	margin: auto;
}

.celan .main .box .div1 {
	font-size: 14px;
	color: #515151;
	line-height: 14px;
	margin-top: 10px;
}

.celan .main .box .tel {
	width: 0px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 25px 10px 10px 25px;
	border: 2px solid #C9C9C9;
	position: absolute;
	top: 18px;
	right: 40px;
	background: #fff;
	font-size: 22px;
	color: #515151;
	line-height: 46px;
	font-weight: bold;
	transition: all 1s;
	overflow: hidden;
}

.celan .main .box .wx {
	width: 218px;
	height: 70px;
	background: url(../img/foalt_1_hover.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 4px 14px 4px 4px;
	position: absolute;
	top: 50%;
	right: 92px;
	margin-top: -35px;
	transition: all 1s;
	display: none;
	font-family: '微软雅黑';
	line-height: 30px;
	font-size: 16px;
}

.celan .main .box .wx img {
	width: 100%;
	height: 100%;
}

.celan .main .box:hover {
	cursor: pointer;
}

.celan .main .telbox:hover .tel {
	width: 225px;
	padding-right: 25px;
}

.celan .main .wxbox:hover .wx {
	display: block;
}

.celan .gotop {
	width: 50px;
	height: 50px;
	display: block;
	margin: 13px auto 0;
}

.celan .gotop img {
	width: 100%;
	height: 100%;
}

/*侧栏 end*/
/*演示弹框*/
.ystk {
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 25, 0.9);
	position: fixed;
	top: 0;
	z-index: 999999999;
	display: none;
}

.ystk .gb {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 57px;
	right: 670px;
}

.ystk .ys1 {
	width: 710px;
	height: 700px;
	background: rgba(255, 255, 255, 1);
	border-radius: 25px 25px 20px 20px;
	;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ystk .ys1 .ys_header1 {
	padding-bottom: 30px;
}

.ystk .ys1 .ys_header1 img {
	width: 260px;
	height: 65px;
	margin-top: 50px;
}

.ystk .ys1 form {
	box-sizing: border-box;
	padding-top: 5px;
}

.ystk .ys1 form .inp {
	width: 600px;
	height: 80px;
	background: rgba(241, 241, 241, 1);
	border-radius: 6px;
	margin: 30px auto 0;
	box-sizing: border-box;
	padding: 0 15px;
}

:-moz-placeholder {
	color: #515151;
}

::-moz-placeholder {
	color: #515151;
}

input:-ms-input-placeholder {
	color: #515151;
}

input::-webkit-input-placeholder {
	color: #515151;
}

.ystk .ys1 form .inp .inp_left {
	padding: 28px 3px;
}

.ystk .ys1 form .inp .inp_left img {
	width: 28px;
	height: 24px;
}

.ystk .ys1 form .inp .inp_center input {
	width: 330px;
	height: 80px;
	padding-left: ;
	font-size: 26px;
	padding-left: 27px;
}

.ystk .ys1 form .inp select {
	width: 520px;
	height: 80px;
	padding-left: ;
	font-size: 26px;
	padding-left: 27px;
	color: #515151;
	border: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/xljt.png)no-repeat right center;
	background-size: 22px 12px;
	outline: medium none;
}

.ystk .ys1 form .inp select option {
	font-size: 12px;
	color: #515151;
}

.ystk .ys1 form .inp .inp_right {
	width: 140px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid rgba(74, 109, 255, 1);
	border-radius: 25px;
	color: #4A6DFF;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	margin-top: 15px;
}

.ystk .ys1 form .inp .inp_right:hover {
	background: #4A6DFF;
	color: white;
}

.ystk .ys1 .tj {
	width: 400px;
	height: 80px;
	background: rgba(74, 109, 255, 1);
	border-radius: 6px;
	text-align: center;
	line-height: 80px;
	margin: 50px auto 0;
	font-size: 30px;
	color: white;
}
.biaoti .box1{
	font-size: 30px;
	color: #313131;
	line-height: 30px;
	margin-top: 13px;
}
.biaoti .box2{
	font-size: 14px;
	color: #919191;
	line-height: 14px;
	margin-top: 14px;
	font-family: MicrosoftYaHei;
	text-transform: uppercase;
}