* {
	padding: 0;
	margin: 0;
}

body {
	/*overflow: hidden;*/
}

/* 新闻动态 */
.news {
	background-color: #F7F8FA;
}
.new-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.link-box{
    width: 50%;
        overflow: hidden;
        margin-bottom: 20px;
}
.list {
    
	margin: 0 20px;

	max-width: 1280px;
	width: 80%;
	padding: 20px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: row;
	border-radius: 20px;
}

.new_img {
	
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 1px 10px 10px #eee;
}

.list_right {
	flex: 1;
    overflow: hidden;
	margin-left: 10px;
}

.godetail {
	width: 27px;
	height: 27px;
}

.news_cont {
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
}

.news_desc{
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more_name {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #656565;
}

.more .partner-logo{
	width: 23px;
	height: 7px;
}


/*导航了*/
/*导航了*/
.header {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.navigation {
	width: 1298px;
	height: 84px;
	background: rgba(0, 0, 0, 0);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.navigation-img {
	width: 171px;
	height: 46px;
}
.tabs-box {
	display: flex;
}
.tabs-each {
	font-weight: 400;
	font-size: 16px;
	margin-left: 56px;
}
.tabs-name {
	padding: 0 10px;
	height: 70px;
	line-height: 90px;
	text-align: center;
}
.tabs-name-a {
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
}
.wire {
	display: inline-block;
	width: 100%;
	height: 4px;
	background: #FFF;
	border-radius: 0px 0px 0px 0px;
	margin: auto;
	margin-left: 3px;
	z-index: 999;
}

/*轮播图*/
.swiper-container {
	width: 100%;
	height: 100vh;
	position: relative;
}

.swiper-wrapper .banner1 {
	background: url("https://web.juanjisoft.com/image/banner1.jpg") no-repeat center;
	background-size: cover;

	text-decoration: none;
}

.swiper-wrapper .banner2 {
	background: url("https://web.juanjisoft.com/image/banner2.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}

.swiper-wrapper .banner3 {
	background: url("https://web.juanjisoft.com/image/banner3.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}

.swiper-wrapper .banner {
	background: url("https://web.juanjisoft.com/image/banner.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}

.swiper-wrapper .app_banner {
	background: url("https://web.juanjisoft.com/image/app_banner.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}
.swiper-wrapper .wx_banner{
    	background: url("https://web.juanjisoft.com/image/wx_banner.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}
.swiper-wrapper .web_banner{
    	background: url("https://web.juanjisoft.com/image/web_banner.jpg") no-repeat center;
	background-size: cover;
	text-decoration: none;
}
.swiper-wrapper .top-title {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.swiper-wrapper .top-box{
    width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-wrapper .top-box .left-box{
    margin-right: 80px;
}
.swiper-wrapper .top-box .app_word{
    width: 480px;
}
.swiper-wrapper .name-box{
    font-size: 110px;
    color: #fff;
    font-weight: bold;
}
.swiper-wrapper .desc-box{
     font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.swiper-wrapper .btn-box{
    display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 80px;
}

.swiper-wrapper .btn-box-one{
    width: 190px;
    height: 54px;
    border-radius: 35px;
    	display: flex;
	align-items: center;
	justify-content: center;
	background: #0447CF;
	color: #FFFFFF;
	font-size: 22px;
	margin-right: 24px;
}
.btn-box-two{
        width: 616px;
    height: 66px;
    border-radius: 35px;
    	display: flex;
	align-items: center;
	justify-content: center;
	background: #0266E2;
	color: #FFD957;
	font-size: 22px;
	margin-right: 24px;
}
.swiper-wrapper .btn-box-three{
    width: 190px;
    height: 54px;
    border-radius: 35px;
    	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	color: #027CD2;
	font-size: 22px;
	margin-right: 24px;
}

.swiper-wrapper .icon {}

.swiper-wrapper .word {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	margin-top: 100px;

}


.swiper-container .swiper-pagination {
	bottom: 160px !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	border-radius: 5px;
	background: rgba(59, 120, 252, 0.8);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(59, 120, 252, 1);
	width: 40px;
	height: 10px;
}

/*数据显示*/

.num-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 100;
	height: 120px;
	background: #222328;
}

.num-box .num {
	width: 265px;
	text-align: center;
	position: relative;
}

.num-box .num:before {
	content: '';
	width: 2px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://www.juanjisoft.com/company/image/line.png") no-repeat center;
	background-size: contain;
}

.num-box .num:last-of-type:after {
	content: '';
	width: 2px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("https://www.juanjisoft.com/company/image/line.png") no-repeat center;
	background-size: contain;
}

.num .top-num {
	font-size: 38px;
	color: #ffff;
}

.num .top-num .num-icon {
	font-size: 30px;
	color: #ffff;
}

.num .bottom-num {
	color: rgba(255, 255, 255, 0.6);
}


.title {
	color: #222328;
	font-size: 32px;
	text-align: center;
	padding: 60px 0 20px 0;
}

.title-desc {
	font-size: 12px;
	color: #5E72B3;
	text-align: center;
	padding-bottom: 30px;
}

/*卷积服务*/

.case-container .case-box {
	position: relative;
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
}

.wrapper .cols {
	display: none;
}

.wrapper .case-active {
	display: flex;
}

.case-container .case-box .case {
	width: 30%;
	float: left;
	position: relative;
	margin-left: -6.67%;
}

.case-container .case-box .case:first-of-type {
	margin-left: 0;
}

.case-container .case-box .case .case-bg {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.case-container .case-box .case .case-bg .bg {
	width: 100%;
	float: left;
}

.case-container .case-box .case .case-bg .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s;
}

.case-container .case-box .case:hover .cover {
	opacity: 1;
}

.case-info {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.case-info .case-t {
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
}

.case-container .case-box .case .icon {
	transition: margin-top 1s;
	margin-top: 0;
}

.case-container .case-box .case:hover .icon {
	margin-top: -100px;
}


/*优秀案例*/

.case-navs,.info-navs {
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 1020px;
	margin: 20px auto;
}

.case-nav,.info-nav {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #4E638A;
	font-size: 16px;
	box-shadow: 0px 6px 21px 0px rgba(51, 120, 251, 0.26);
	border-radius: 6px;
	text-decoration: none;
}

.case-navs .active {
	background: linear-gradient(to right, #2C68FF, #5992FF);
	color: #fff;
}
.info-navs .active {
	background: linear-gradient(to right, #2C68FF, #5992FF);
	color: #fff;
}


.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 80rem;
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col {
	width: calc(25% - 2rem);
	margin: 1rem;
	cursor: pointer;
}

.container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.front,
.back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back {
	background: #cedce7;
	background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
	background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
	background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	opacity: .6;
	/*background-color: #000;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}

.container:hover .front,
.container:hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	font-size: .7em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.container .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.front .inner p {
	font-size: 2rem;
	margin-bottom: 2rem;
	position: relative;
}

.front .inner p:after {
	content: '';
	width: 4rem;
	height: 2px;
	position: absolute;
	background: #C6D4DF;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -.75rem;
}

.front .inner span {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Montserrat';
	font-weight: 300;
}

@media screen and (max-width: 64rem) {
	.col {
		width: calc(33.333333% - 2rem);
	}
}

@media screen and (max-width: 48rem) {
	.col {
		width: calc(50% - 2rem);
	}
}

@media screen and (max-width: 32rem) {
	.col {
		width: 100%;
		margin: 0 0 2rem 0;
	}
}


/*解决方案*/
.soltion-container {
	background: url("https://www.juanjisoft.com/company/image/solution/bg.jpg") no-repeat center;
	background-size: cover;
	padding-bottom: 90px;
	margin-top: 40px;
}


.solution-box {
	max-width: 1280px;
	display: flex;
	margin: auto;
}

.solution-menu {
	width: 160px;
	flex-shrink: 0;
}

.solution-menu .menu {
	display: block;
	height: 56px;
	border-bottom: 1px solid #193C76;
	background: #062864;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	cursor: default;
}

.solution-menu .menu.active {
	font-size: 16px;
	line-height: 86px;
	height: 86px;
	background: linear-gradient(to right, #2C68FF, #5992FF);
}

.solution-wrap {
	flex: 1;
	background: #fff;
}

.solution-wrap .solution-wrap-one {
	padding: 40px;
	display: none;
}

.solution-wrap .solution-wrap-one.active {
	display: block;
}

.solution-wrap .solution-wrap-one .solution-wrap-title {
	color: #1A3A66;
	font-size: 16px;

}

.solution-wrap .solution-wrap-one .solution-warp-desc {
	font-size: 12px;
	margin-top: 10px;
	color: #4E638A;
}

.solution-wrap-icons {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 35px 0 20px;
}

.solution-wrap-icons .solution-warp-icon {
	width: 100px;
	text-align: center;
	margin-top: 10px;
}

.solution-warp-icon .icon {
	display: block;
	width: 56px;
	height: 56px;
	margin: auto;
}

.solution-warp-icon .word {
	color: #1A3A66;
	font-size: 12px;
	margin-top: 12px;
}

.solution-article {
	/*display: flex;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
}

.solution-article .solution-article-cover {
	width: 300px;
	height: 300px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}

.solution-article .solution-article-info {
	flex: 1;
	/*margin-left: 100px;*/
	margin: 50px 0 20px 0;
}

.solution-article-info .solution-article-title {
	color: #1A3A66;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.solution-article-info .solution-article-desc {
	line-height: 26px;
	color: #4E638A;
	font-size: 12px;
}

.partner-container {
	display: flex;
	max-width: 1280px;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}

.partner-box {
	width: 25%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.partner-box:nth-of-type(4n) {
	border-right: none;
}

.partner-box:nth-of-type(13),
.partner-box:nth-of-type(14),
.partner-box:nth-of-type(15),
.partner-box:nth-of-type(16) {
	border-bottom: none;
}

.partner-box .partner-logo {
	width: 144px;
	height: 56px;
	transition: margin-top 0.5s, width 0.5s, height 0.5s;
}

.partner-box:hover .partner-logo {
	margin-top: -20px;
	width: 180px;
	height: 70px;
}
.new-list{
    display: none;
}
.new-active{
    display: block;
}



/*开发流程*/


.development-container {
	max-width: 1280px;
	display: flex;
	margin: 0 auto 40px;
}

.development-box {
	width: 25%;
	position: relative;
	overflow: hidden;
}

.development-bg {
	width: 100%;
	float: left;
}

.development-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.development-last {
	font-size: 24px;
	color: #fff;
}

.development-icon {
	margin: 10% 0;
}

/*.development-cover:hover .development-icon{*/
/*    transform: rotate3d(0,0,1,180deg);*/
/*}*/
.development-next {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.development-line {
	width: 20px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	margin: 10px 0;
}

.development-es {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);

}


/*九大免费*/
.free-container {
	background: #172331;
	padding-bottom: 60px;
}

.free-boxs {
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}

.free-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 150px;
}

.free-icon {
	margin-bottom: 20px;
}

.free-box .word {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}


/*底部*/

/*.footer {*/
/*	background: url("https://www.juanjisoft.com/company/image/footer-bg.jpg") no-repeat center;*/
/*	background-size: cover;*/
/*	padding: 100px 0 40px;*/
/*}*/

/*.footer-box {*/
/*	max-width: 1280px;*/
/*	margin: 0 auto;*/
/*	display: flex;*/
/*	align-items: flex-start;*/
/*	justify-content: space-between;*/
/*}*/

/*.footer-l {}*/

/*.footer-logo {*/
/*	width: 154px;*/
/*	height: 44px;*/
/*}*/

/*.footer-tel {*/
/*	color: #fff;*/
/*	font-size: 40px;*/
/*	margin: 40px 0 20px;*/
/*}*/

/*.footer-time {*/
/*	font-size: 14px;*/
/*	color: #fff;*/
/*}*/
/*.footer-time2 {*/
/*	font-size: 14px;*/
/*	color: #fff;*/
/*	margin-top: 20px;*/
/*}*/

/*.footer-r {*/
/*	display: flex;*/
/*	align-items: flex-start;*/
/*}*/

/*.footer-links {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*}*/

/*.footer-title {*/
/*	color: #2C68FF;*/
/*	font-size: 18px;*/
/*	text-decoration: none;*/
/*	margin-bottom: 27px;*/
/*}*/

/*.footer-link {*/
/*	text-decoration: none;*/
/*	color: rgba(255, 255, 255, 0.8);*/
/*	margin-bottom: 10px;*/
/*}*/

/*.footer-links {*/
/*	margin-right: 100px;*/
/*}*/

/*.footer-contact {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: center;*/
/*}*/

/*.footer-wx {*/
/*	width: 100px;*/
/*}*/

/*.footer-service {*/
/*	color: rgba(255, 255, 255, 0.8);*/
/*	margin-top: 10px;*/
/*}*/

/*.footer-record {*/
/*	text-align: center;*/
/*	padding-top: 40px;*/
/*}*/

/*.footer-record span,*/
/*a {*/
/*	color: #9CA9D2;*/
/*	font-size: 12px;*/
/*}*/

/*.footer-record span:nth-of-type(2) {*/
/*	color: #2C68FF;*/
/*}*/

/*联系我们*/
.contact-container {
	text-align: center;
}

.contact-cover {
	width: 100%;
	max-width: 1280px;
	margin-bottom: 40px;
	cursor: pointer;
}

/*新底部*/
.footer-box {
	width: 100%;
	height: 478px;
	background: #1B1E2D;
	border-radius: 0px 0px 0px 0px;
	cursor: default;
}

.footer {
	width: 1199px;
	margin: auto;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.footer-1 {
	width: 233px;
	color: #FFFFFF;
}

.footer-1-1 {
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
}

.footer-1-2 {
	font-weight: 500;
	font-size: 34px;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 10px;
}

.footer-1-3 {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}

.footer-1-4 {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 44px;
}

.footer-1-5 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-top: 10px;
}


.footer-2 {
	width: 1px;
	height: 285px;
	background-color: rgba(255, 255, 255, 0.2);
}

.footer-3 {
	width: 300px;
	/*margin-right: 30px;*/
	margin-left: 10px;
}

.footer-each-name {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.footer-3-each {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
}

.footer-4 {
	margin-right: 5px;
}

.footer-4-each {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
	text-align: center;
}

/*.wx-img-box {*/
/*	*/
/*}*/
.wx-img {
	width: 160px;
	height: 160px;
	background: #D9D9D9;
	border-radius: 0px 0px 0px 0px;
	margin-top: 20px;
}
.wx-img-n {
	width: 160px;
	height: 160px;
}

.wx-text {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-top: 16px;
}


.footer-wire {
	width: 1300px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: auto;
	margin-top: 60px;
}

.footer-copyright {
	font-weight: 400;
	font-size: 12px;
	color: #6C6F78;
	margin-top: 24px;
	text-align: center;
}

.footer-link {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
}
.footer-link:hover {
	color: #3B78FC;
}
.footer-link2 {
	/*text-decoration: none;*/
	color: #6C6F78;
}


/*侧边栏*/
.service-container {
	width: 136px;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 18px;
	box-sizing: border-box;
	background: #fff;
	z-index: 10000;
	text-align: center;
}

.service-wx {
	width: 100px;
}

.service-box {
	border-bottom: 1px solid #E6EFFF;
	cursor: pointer;
}

.service-box:last-of-type {
	border-bottom: none;
}

.service-word {
	text-align: center;
	color: #1A3A66;
	font-size: 14px;
	padding: 10px 0;
}

.service-tel {
	color: #2C68FF;
	font-size: 16px;
	padding-bottom: 10px;
}

.service-online {
	margin-top: 10px;
}

.service-up {
	margin-top: 10px;
}




#addressImg{
    height: 500px;
    width: 100%;
	max-width: 1280px;
	margin: 20px auto;
}





.consult {
  width: 120px;
  height: 524px;
  background: linear-gradient(90deg, #1964FD 0%, #4280FF 100%);
  border-radius: 9px 9px 9px 9px;
  position: fixed;
  top: 250px;
  z-index: 100;
}

.consult-text {
  font-weight: bold;
  font-size: 18px;
  color: #EDF2FF;
  text-align: center;
  margin-top: 30px;
}

.consult-list {
  width: 100px;
  height: 448px;
  background: #FFFFFF;
  border-radius: 9px 9px 9px 9px;
  margin: auto;
  margin-top: 10px;
}

.consult-img {
  width: 83px;
  height: 75px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consult-each {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.consult-each a {
    text-decoration:none;
	color: #9CA9D2;
}

.consult-wire {
  width: 84px;
  height: 1px;
  background-color: #E0E8F0;
  margin: auto;
  margin-top: 10px;
}




.product-main {
  width: 1017px;
  height: 486px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin: auto;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -508px;
  display: none;
}
.product-main-show{
    display: block;
}

.exploit-img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.exploit-h {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding: 0 24px 0 12px;
}

.exploit-t {
  font-weight: 400;
  font-size: 14px;
  color: #8C8D9F;
}

.main-title-box {
  padding: 42px 0 0 63px;
}

.list-box {
  width: 891px;
  height: 302px;
  background: #F9FAFF;
  border-radius: 0px 0px 0px 0px;
  margin: auto;
  margin: 24px auto;
  padding: 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.each-box {
  /* width: 300px; */
  width: 30%;
  height: 60px;
  /* background-color: #a06565; */
  display: flex;
  align-items: center;
  cursor: pointer;
	padding: 12px;
}
.each-box:hover {
	background-color: #EAEFF8;
	border-radius: 10px 10px 10px 10px;
}

.list-img {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

.each-name {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.each-text {
  font-weight: 400;
  font-size: 12px;
  color: #AAB4BD;
  line-height: 24px;
}

.hot {
  padding: 4px 3px;
  border-radius: 2px 2px 2px 2px;
  background-color: #FBE8E5;
  font-weight: bold;
  font-size: 12px;
  color: #DA4036;
}



.bottom-box {
  width: 100%;
height: 420px;
background: #2F65F5;
border-radius: 0px 0px 0px 0px;
margin-top: 100px;
}
.bottom-title {
  font-weight: bold;
font-size: 36px;
color: #FFFFFF;
padding-top: 68px;
text-align: center;
}
.ipt-box {
  width: 1300px;
  margin: auto;
  margin-top: 42px;
  display: flex;
  /*justify-content: space-between;*/
	justify-content: center;
}
.ipt-each-1 {
  width: 320px;
	margin-left: 15px;
}
.ipt-each-3 {
  width: 640px;
	/*margin-left: 30px;*/
}
.ipt-each-name {
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
}
.ipt-each {
  width: 290px;
height: 60px;
background: #FFFFFF;
border-radius: 5px 5px 5px 5px;
margin-top: 10px;
display: flex;
align-items: center;
}
.ipt-each-max {
  width: 660px;
height: 60px;
background: #FFFFFF;
border-radius: 5px 5px 5px 5px;
margin-top: 10px;
display: flex;
align-items: center;
}
.btn {
  width: 413px;
height: 60px;
background: #FEB836;
border-radius: 5px 5px 5px 5px;
text-align: center;
line-height: 60px;
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
margin: auto;
margin-top: 42px;
	cursor: default;
}


input{
   border: 0;
        outline: none; 
        background-color: rgba(0, 0, 0, 0);
        margin-left: 32px;
	width: 95%;
	height: 60px;
}