header {
	width: 100%;
	height: 650px;
	/* background: url(../img/banner_1.png); */
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
}

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

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

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

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

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

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

header .nav .dh .look {
	width: 90px;
	height: 30px;
	background: #FF731F;
	border-radius: 15px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	border:1px solid #FFFFFF;
}

header .banner {
	width: 1920px;
	height: 650px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}
header .banner img{
	width: 100%;
	height: 650px;
}
/*侧栏 start*/
.jump {
	position: fixed;
	left: 20px;
	top: 20%;
	z-index: 999999;
	box-sizing: border-box;
	padding: 5px 5px;
	width:70px;
	height:615px;
	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;
}
#item7:hover{
	background-color: #5863F3;
	color: #fff;
}
#item1{
	border-top-left-radius:35px;
	border-top-right-radius:35px;
	line-height:20px !important;
}
#item7{
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
	line-height:20px !important;
}
#item1,#item2,#item3,#item4,#item5,#item6,#item7{
	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: 100%;
	height: 650px;
	overflow: hidden;
}

.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; */
	/* background-sizse: 90% 197px; */
	background-color: #F6F8FF;
}

.dl .title p {
	
	box-sizing: border-box;
	padding-top: 20px;
	margin: auto;
	height: 150px;
	font-size:40px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(63,76,123,1);
	line-height:150px;

}

.dl .title span {
	width:390px;
	height:30px;
	background:rgba(255,173,31,1);
	border-radius:15px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
	display: inline-block;
	margin: auto;
}

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

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

.dl .list .main {
	box-sizing: border-box;
	padding: 35px 18px 27px 18px;
	margin-right: 30px;
	width:208px;
	height:430px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(131,154,235,0.23);
	border-radius:4px;

}


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

.dl .list .main>p {
	margin: 10px auto;
	/* width:135px; */
	min-height:52px;
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,70,141,1)!important;
	line-height:30px;
	text-align: center;

}

.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;
	text-align: center;
}

.dl .list .main .btn {
	margin: 50px auto;
	width:80px;
	height:26px;
	border:2px solid rgba(58,132,255,1);
	border-radius:13px;
font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(58,132,255,1);
line-height:26px;

}

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


/*优势*/

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

.advantage .title {
	color: white;
}

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

}

.advantage .title p {
	margin: 10px 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: 357px;
	margin: 40px 43px 0 0;
	padding-bottom: 28px;
	height: 250px;
	background: none;
	background-size: cover;
}

.advantage .list .main img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 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(48,63,117,1);
	line-height: 30px;

}
.advantage .list .main p {
	font-size: 14px;
	line-height: 20px;
	margin: 20px auto 0;
	width: 100%;
	min-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: 50px;
	width: 100%;
	height: 700px;
	background:#FFFFFF;
}

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

.pingtai .bigbox {
	width: 1200px;
	margin: 0 auto 0;
	height: 500px;
	/* background-color: #007AFF; */
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.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;

}
.pingtai .bigbox .box{
	
}
.pingtai .bigbox .box img{
	width: 255px;
	height: 300px;
	border-radius:10px;
}
.pingtai .bigbox .box p{
	width:255px;
	min-height:50px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(81,81,81,1);
	line-height:30px;
	text-align: center;
	margin-top: 30px;

}
.kflc{
	width:100%;
	height:750px;
	background:rgba(246,248,255,1);
	box-sizing: border-box;
	padding-top: 50px;
}
.kflc .title h1 {
	text-align: center;
	height: 40px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color:rgba(63,76,123,1);
	line-height: 24px;
}

.kflc .bigbox {
	width: 1200px;
	margin: 40px auto 0;
	height: 550px;
	/* background: url(../img/liucheng_bg.png)no-repeat center center; */
	/* background-color: #007AFF; */
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.minbox{
	width: 1200px;
	margin: 0 auto 0;
	height: 600px;
	background: url(../img/liucheng_bg.png)no-repeat center 180px;
}
.kflc .bigbox .box{
	margin: 0 30px 0 30px;
	width: 150px;
	height: 200px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.kflc .bigbox .box .t1{
	display: inline-block;
	width: 142px;
	height: 152px;
	background: url(../img/liucheng_bg1.png)no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
}
.kflc .bigbox .box .t2{
	display: inline-block;
	width:30px;
	height:30px;
	background: url(../img/liucheng_title.png)no-repeat;
	text-align: center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.kflc .bigbox .box .t3{
	display: inline-block;
	width: 142px;
	height: 152px;
	background: url(../img/liucheng_bg2.png)no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding-top: 65px;
}
.kflc .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;

}
/*功能*/

.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;
}


/*解决方案*/
.solution1 {
	height: 250px !important;
}
.solution {
	overflow: hidden;
	background: url(../img/jiazhi_bg.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	min-height: 250px;
	padding: 20px 0 20px 0;
}

.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;
        cursor:pointer;
}

.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: 370px;
	height: 300px;
}

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

.case .main .box1 .div1 {
	font-size: 22px;
	color: #000;
	line-height: 30px;
}

.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 {
	width: 120px;
	height: 30px;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 30px;
	background: url(../img/1all_bg_1.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-radius: 6px;
	box-sizing: border-box;
	padding: 0 20px 0 15px;
}

.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 .dw{
	/*height: 120px;*/
	box-sizing: border-box;
	padding-right: 50px;
	position: absolute;
	top: 0;
	right: 42px;
}
.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: 100px;*/
/*	box-sizing: border-box;*/
/*	border-radius: 25px 10px 10px 25px;*/
/*	!*border: 2px solid #C9C9C9;*!*/
/*	position: absolute;*/
/*	top: -15px;*/
/*	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;
}