/* 首页index */
* {
	margin: 0 auto;
	padding: 0;
}

html {
	font-size: 13px;
	width: 100%;
	height: auto;
}

/* 导航栏nav */
ul li {
	list-style: none;
	width: 20%;
}


.jm-row-menu {
	float: right;
	transition: 2s;
	margin-right: -80px;
}

.jm-row-menu ul li {
	float: left;
	width:100px;
}

.jm-row-menu ul li a {
	height: 40px;
	line-height: 80px;
	color: white;
	font-family: "微软雅黑";
	text-decoration: none;
	position: relative;
	font-size: 1.2rem;
}


.jm-row-menu ul li a:before {
	position: absolute;
	bottom: -20px;
	left: 0%;
	width: 100%;
	height: 2px;
	content: "";
	background: transparent;
}

.jm-row-menu ul li a.active,
.jm-row-menu ul li a:hover {
	color: #0F7CFC;
}

.jm-row-menu ul li a.active:before,
.jm-row-menu ul li a:hover:before {
	background: #0F7CFC;
}

.jm-container-fluid {
	width: 100%;
	height: 80px;
	background-color: #103C6F;
}

.jm-row {
	width: 80%;
	margin: 0 auto;
}

.jm-row-logo {
	float: left;
	width: 80px;
}

.jm-row-logo img {
	width: 60px;
	margin-top: 10px;
}

.jm-row-menu-im {
	display: none;
	float: right;
	font-size: 31px;
	color: #ffffff;
	line-height: 80px;
}

/* 产品介绍 */
.container {
	margin: 30px auto;
	text-align: center;
}

.iro-product {
	display: flex;
	width: 100%;
	margin-left: -110px;
}

.suc-cg {
	font-size: 1.375rem;
}

.box {
	width: 374px;
	height: 500px;
	background-color: #11437c;
}

.box1 {
	margin-left: 9%;
	margin-right: 9%;
}


.box>img {
	width: 374px;
	height: 276px;
}

.box h4 {
	font-size: 1.4;
	color: white;
	font-weight: 900;
	margin-top: 10px;
}

.box>span,
.box>p {
	font-family: "楷体";
	color: white;
	width: 100%;
	font-size: 1.2rem;
}

.box>button {
	width: 80px;
	height: 20px;
	line-height: 16px;
	margin-top: -6%;
	margin-left: 75%;
	background-color: #0F7CFC;
	color: white;
	border: 2px solid #0F7CFC;
	border-radius: 10px 200px 10px 10px;
	font-size: 1vw;
}

.box:hover {
	width: 374px;
	height: 600px;
	transition: 1.5s;
}

/* 轮播图2 */
.cg {
	margin: 0 auto;
	background: #11437c;
	width: 70%;
}

#carousel-inner {
	height: 300px;
}

#carousel-item>img {
	margin-left: 10%;
	width: 35%;
	height: 300px;
	margin-right: 20px;
}

.title-ca {
	color: white;
	width: 50%;
	margin-top: -150px;
	margin-left: 45%;
	margin-bottom: 20px;
	font-size: 0.8vw;
}


/* 关于我们 */
.about{
	text-align: center;
	margin-top: 30px;
}
.index-Box {
	width: 70%;
	overflow: hidden;
	display: flex;
}

.index-Box li {
	width: 100%;
	height: 285px;
	background: #05213D;
	float: left;
	position: relative;
	text-align: center;
}

.index-Box li>h1 {
	color: #FFFFFF;
	line-height: 40px;
	font-size: 18px;
}

.index-Box li>p {
	color: #FFFFFF;
	line-height: 40px;
}

.index-Box li .mengbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.index-Box li .mengbox img {
	width: 100%;
	height: 100%;
}

.index-Box li:hover .mengbox {
	display: block;
}

.index-Box li>img {
	height: 120px;
	height: 120px;
	margin: 10px auto;
}

/* 尾部footer */
.footer {
	margin-top: 50px;
	width: 100%;
	height: 200px;
	display: flex;
	background-color: #103C6F;
	color: white;
	font-size: 0.5vw;
}

.last1 {
	margin-top: 50px;
	margin-left: 22%;
}

.last1,
.last2,
.last3 {
	margin-right: 8%;
	width: 100%;
}

.last1>img {
	margin-left: 20px;
}

.last2>h4 {
	margin-left: -36%;
	margin-top: 18%;
}

.last2>h3 {
	margin-left: -36%;
	margin-top: 3%;
}

.last2>p {
	opacity: 0.7;
	margin-left: -36%;
	margin-top: 3%;
}

.last3>h4 {
	margin-top: 17%;
	margin-left: -40%;
	display: inline-block;
}

.last3>h3 {
	margin-left: -40%;
	font-size: 20px;
}

.last3>p {
	margin-left: -40%;
	margin-top: 10px;
}

/* 版权 */
.jm-bq {
	background-color: #103C6F;
	text-align: center;
}

.jm-bq>a {
	color: white;
	font-size: 16px;
	text-decoration: none;

}

hr {
	margin: 0;
	border: 2px solid #064b9a;
}

/*产品中心*/
.jm-pro-box {
	width: 100%;
	margin-top: 15%;
	margin-bottom: 10%;
	background-image: url(../img/p-background.png);
	background-size: cover;
	display: flex;
}

.pro-box {
	width: 60%;
	margin: 0 auto;
	margin-top: -13%;
}
.jm-box-one {
	margin-top: 30px;
	display: flex;
	border: 1px solid #707070;
	width: 100%;
}

.jm-box-two,
.jm-box-three {
	display: flex;
	border: 1px solid #707070;
}

.one-left,
.two-right,
.three-left {
	width: 70%;
}

.one-right,
.two-left,
.three-right {
	width: 30%;
	background-color: white;
	padding-top: 40px;
	padding-left: 14px;
	font-size: 1.2rem;
	min-width: 20px;
}

.jm-btn {
	display: flex;
	background-color: #0072F8;
	color: white;
	border-radius: 1px 20px 1px 1px;
	width: 80px;
	font-size: 1rem;
}

.jm-btn:hover {
	background-color: #000000;
	box-shadow: 80px teal;
}

.jm-footer-ye {
	width: 100%;
	height: 100px;
	text-align: center;
}

.jm-footer-ye button {
	border-radius: 50%;
}

.btn {
	width: 23px;
	height: 23px;
	padding: 0;
}

.jm-pro-boxall {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: none;
}

.jm-pro-boxall.show {
	display: block;

}

.btn.active {
	background-color: #0F7CFC;
	;
}

.s-title span {
	float: none;
}

/*成功案例*/
.ban img {
	width: 100%;
	height: 560px;
}

.jm-suc-pccontent {
	width: 1200px;
	height: auto;
	margin: 20px auto 0;
	display: none;
	font-size: 1.3rem;
}

.jm-suc-pccontentbox {
	width: 100%;
	height: 570px;
	float: left;
	display: flex;
	margin-top: 3%;
}

.pccontentbox-left {
	width: 235px;
	height: auto;
	font-weight: bold;
	margin-right: 20px;
}

.pccontentbox-left ul li {
	width: 193px;
	height: 40px;
	text-align: left;
	border-bottom: 1px dotted #999999;

}

.pccontentbox-left ul li.no {
	border-bottom: none
}

a {
	text-decoration: none
}

.content {
	margin: 10px auto;
	display: none;
}

.btn.active {
	background-color: #128AF3;
	color: white;
}

.content.show {
	display: block;
	margin-top: -4%;

}

.pccontent-right {
	width: 78%;
}

.jm-suc-pcbox-title {
	width: 60%;
	height: 800px;
	margin: 0 auto;

	margin-top: 3%;

}

.jm-suc-pcbox>.jm-suc-pcbox-title {
	height: 0px;
	margin-bottom: 2%;
}

.suc-pc-top {
	text-align: center;
}

.suc-pc-top p {
	text-align: left;
}

.suc-pc-bot-img {
	display: flex;
}

.suc-Android-bot-img>div>img:nth-of-type(3) {
	position: relative;
	z-index: -1;
	margin-top: -48%;
	margin-left: 42%;
}

.suc-Android-bot-img>div>img:nth-of-type(2) {
	width: 726px;
	height: 416px;
	margin-left: -36%;
}

ul {
	margin-bottom: 0rem;
}

.suc-pc-bot-img img {
	width: 361px;
	height: 434px;
	margin-right: -7%;
}

.suc-Android-bot-img img {
	width: 400px;
	height: 226px;
}

.pc-z-bot-img img {
	width: 200px;
	height: 395px;
	margin-right: 4%;
}

.jm-Android-box {
	width: 80%;
	margin: 0 auto;

}

.item {
	display: none;

	overflow: hidden;
	position: relative;
}

.item>img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.item.appear {
	display: block;
}

.android-btn {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}

.android-btn button {
	width: 30px;
	height: 27px;
}

.suc-android-text {
	padding-left: 44px;
}

.suc-android-img {
	height: 440px;
	text-align: center;
	margin-top: 35px;
}

.suc-android-img img {
	width: 100%;
	height: 100%;
}

.suc-android-img video {
	width: 100%;
	height: 100%;
}

/*成功案例pc端内容*/
.jm-suc-pccontent {
	display: block !important;

}

.jm-Android-box {
	display: none !important;
}

/* About里的标记栏 */
.gs {
	width: 100%;
	height: 110px;
	background: #103C6F;
	margin-bottom: 20px;
}

.gs ul {
	color: white;
	width: 80%;
	display: flex;

}

.gs ul li {
	min-width: 100px;
	display: inline-block;
	line-height: 110px;
	font-family: "微软雅黑";
	font-size: 2rem;
	align-items: center;
	justify-content: space-between;
}

.gs ul li a {
	text-decoration: none;
	color: white;
}

.gs ul li a:hover {
	border-bottom: 3px solid #0F7CFC;
	color: #0F7CFC;
	padding-bottom: 10px;
}

/* 公司简介 */
.jj {
	margin-left: 20%;
}

.title-all {
	width: 100%;
	margin-left: 100px;
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
}

.title {
	width: 500px;
	flex-flow: column;
	flex-wrap: wrap;
	font-size: 1.3rem;
	color: #000000;
	margin-top: 50px;
	line-height: 2em;
	margin-left: 0;
	}

.pic {
	position: absolute;
	margin-left: 520px;
	height: auto;
}
.pic>img{
	width: 390px;
	margin-top: -60px;
	margin-left: 20px;

	
}
div.title-all .title3{
	width: 1000px;
	margin-bottom: 100px;
	
}

.jm-value-boxAll {
	width: 60%;
	margin: 0 auto;
	margin-top: 5%;

}

.jm-value-title {

	margin-bottom: 2%;
}

.jm-value-box1,
.jm-value-box2 {
	width: 100%;
	display: flex;
}

.jm-value-box1>div,
.jm-value-box2>div {
	width: 536px;
	height: 339px;
	border: 1px solid #707070;
	opacity: 0.6;
	border-radius: 6px;
	margin-bottom: 20px;
}

.value-box-left {
	width: 50%;
	margin-right: 30px;
}

.value-box-right {
	width: 50%;
}

.valuebox-title {
	margin-left: 3%;
}

.valuebox-title ul li {
	width: 480px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	list-style: disc;
	line-height: calc(2);
	font-weight: 900;
}

.valuebox-title ul {
	margin-left: 3%;
}

h5 {
	border-bottom: 5px solid #E5780A;
	padding-bottom: 10px;
	width: 40px;
	margin-left: 0px;
	margin-top: 20px;
	font-weight: 900;
	font-size: 1.5rem;

}

h6 {
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 1.4rem;
}

/*联系我们*/
.jm-lianxi {
	margin: 0 auto;
	margin-top: 3%;
	width: 60%;
}

.jm-lianxi-img {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.jm-lianxi-img1 {
	display: inline-block;
	margin-left: 20px;
}
.jm-lianxi-img2{
	margin-left: 400px;
}


/* 服务优势 */
.s-title1 {
	margin-left: 10%;
	margin-top: 2%;
}

.jm-tt {
	margin-top: 5%;
	width: 80%;
}

.jm-fw {
	margin-top: 5%;
	display: flex;
	margin-left: 20px;
}

.p1 {
	width: 350px;
}

.suc-center {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -170px;
}

.suc-right {
	margin-top: -5%;
}

.suc-right1 {
	margin-bottom: 20%;
}

.suc-left-aq {
	box-sizing: border-box;
	border-bottom: 1px solid #0072F8;
	text-align: left;
	width: 210%;
}

.suc-right-all {
	box-sizing: border-box;
	text-align: right;
	border-bottom: 1px solid #0072F8;
	margin-left: -100%;
}

.jm-fa {
	display: flex;
	width: 80%;
	height: 300px;
}

.jm-fa .img-fa>img {
	width: 400px;
	margin-top: 10%;
}

.s-text {
	min-width: 200px;
	margin-top: 30px;
	margin-left: 25%;
	width: 500px;
}

.s-text>h5 {
	margin: 0;
}

.s-text>p {
	margin-top: 15px;
	font-size: 1.1rem;
}

.jm-yw {
	display: flex;
	width: 80%;
	height: 300px;
}

.jm-yw .img-yw>img {
	margin-top: 10%;
	margin-left: -20%;
	width: 300px;
}

.s-text2 {
	min-width: 200px;
	margin-top: 30px;
	width: 500px;
	margin-left: 30px;
	margin-right: 270px;
}

.s-text2>h5 {
	margin: 0;
}

/* 手机端布局 */
@media (max-width:800px) {

	.jm-container-fluid {
		position: relative;
	}

	.jm-row-menu-im {
		display: block;
	}

	.jm-row {
		width: 90%;
	}

	.jm-row-menu {
		position: absolute;
		top: 80px;
		right: 0px;
		height: 0;
		width: 200px;
		background: #ffffff;
		text-align: center;
		z-index: 999;
		overflow: hidden;
		transition: .62s;
	}

	.jm-row-menu.active {
		display: block;
		height: 460px;
		border: 1px solid #ddd;
		transition: .62s;
		box-shadow: -2px 6px 19px 0px #dddddd
	}

	.jm-row-menu ul li {
		float: none;
		text-align: center !important;
		width: 100%;
		overflow: hidden;
		margin-left: 0px
	}

	.jm-row-menu ul li a {
		color: #000;
		text-align: center;
		line-height: 70px;
	}

	.jm-row-logo img {
		width: 60px;
		margin-top: 10px;
		margin-left: 50px;
	}

	.iro-product {
		display: block;
		font-size: 2rem;
	}
	.cg{
		width: 100%;
	}
	#carousel-inner {
		height: 500px;
	}

	#carousel-item>img {
		width: 80%;
		height: auto;
		margin-left: 0px;
		margin-top: 20px;
	}

	.title-ca {
		margin-left: 50px;
		margin-top: 3%;
		color: white;
		font-size: 0.6vw;
		width: 80%;
	}

	.box1 {
		margin: 0 auto;
	}

	.box {
		width:666px;
		height: auto;
		display: flex;
		height: 276px;
		margin-top: 20px;
		flex-wrap: wrap;
		margin-left: 0;
	}
	.container{
		width: 62%;
	}

	.container p>.suc-cg {
		font-size: 1px;
	}
    .box>img{
		margin: 0;
	}
	.box>h4 {
		font-size: 1.3rem;
		margin-left: 1.8%;
		margin-top: 8%;
	}
	.box>span{
		position: relative;
		margin-top: -28%;
		margin-left: 58%;
		text-align: left;	
	}
	.box>p{
		position: relative;
		text-align: left;
		margin-top: -22%;
		margin-left: 58%;
		width: 300px;
	}

	.box:hover {
		width: 666px;
		height: 276px;

	}

	.container>h2 {
		margin-top: 30px;
	}

	.index-Box {
		width: 100%;
		overflow: hidden;
		display: flex;
		margin: 0;
	}
    .about{
		width: 100%;
	}
	.box>button{
		opacity: 0;
	}
	.last1 {
		margin-left: 3%;
	}

	.last1>img {
		margin-left: 40px;
	}

	.x {
		margin-left: 20px;
	}

	.last2 {
		width: 100%;
		display: block;
		margin-top: 8%;
	}

	.last2>h4,
	.last2>h3 {
		margin-left: 1%;
		margin-top: 5%;
	}

	.last2>p {
		opacity: 0.7;
		margin-left: 1%;
	}

	.last3 {
		margin-left: 15%;
		margin-top: 5%;
	}

	.last3>h3 {
		font-size: 15px;
	}

	/* 版权 */
	.jm-bq {
		background-color: #103C6F;
		text-align: center;
	}

	.jm-bq>a {
		color: white;
		font-size: 15px;
		text-decoration: none;
	}


	/*产品中心*/
	.jm-pro-box {
		width: 100%;
		background-image: none;

	}

	.pro-box {
		width: 100%;
	}

	.pro-box>.s-title {
		text-align: center;
	}

	.jm-pro-box {
		background-image: none;
	}

	/*成功案例手机端内容*/
	.jm-Android-box {
		display: block !important;
	}

	.jm-suc-pccontent {
		display: none !important;
		overflow：hidden；
	}

	.jm-suc-pcbox {
		height: 0px;
	}

	.Androidbox {
		float: left;
	}

	.androidBtn.active {
		background-color: blueviolet;
	}

	.content video {
		width: 100%;
		height: 100%;
	}


	.valuebox-title h2 {
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		height: 52px;
	}

	.valuebox-title h2:before {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 41px;
		background: #E5780A;
		content: "";
	}

	/*公司简介*/
	.jj>.s-title{
		margin-left: -27px;
	}
	.gs ul li {
		color: white;
		width: 50%;
		font-size: 1.3rem;
		margin-left: 15%;

	}

	.pic {
		position: absolute;
		margin-left: 20%;
		opacity: 0;
	}

	.title-all {
		height: auto;
		margin-left: -3%;
	}

	.title {
		margin-left: -10px;
		width: 500px;
		height: 100px;
		font-size: 1.2rem;
		text-indent: 0;
		line-height: 2em;
		margin-top: 0;
	}

	.title:nth-child(2) {
		margin-top: 50px;
	}

	div.title-all .title3{
		margin-top: 150px;
		width: 500px;
	}

	.jm-value-box1>div,
	.jm-value-box2>div {
		border: 0;
	}

	.jm-value-box1>div,
	.jm-value-box2>div {
		opacity: 1;
	}

	.valuebox-title ul li {
		font-weight: normal;
	}

	.jm-value-box1,
	.jm-value-box2 {
		display: inline-block;
		margin-left: -10%;

	}

	.jm-abo-pic {
		margin-top: 10%;
	}

	.jm-abo-box {
		height: auto;
	}

	/*联系我们 */
	.jm-lianxi {
		margin: 0 auto;
		margin-top: 3%;
		width: 90%;
		margin-left: 2px;
	}
	.jm-lianxi-box>span{
		margin-left: 20px;
	}
	.jm-lianxi-box>h2{
		margin-left: 20px;
	}

	.jm-lianxi-img {
		flex-direction: column;
	}

	.jm-lianxi-img2,
	.jm-lianxi-img1 {
		border-bottom: 1px solid gray;
		width: 100%;
	}

	.jm-lianxi-img2 {
		margin-top: 7%;
	}


	/* 服务优势 */
	.jm-tt {
		width: 80%;
	}

	.jm-fw {
		display: flex;
		flex-direction: column;
		border: none;
		font-size: 1.1rem;
	}

	.suc-center {
		margin-top: 10px;
		order: -1;
	}

	.suc-center>img {
		position: relative;
		margin-left: 88px;
		width: 300px;
	}

	.suc-left {
		width: 100%;
		margin-bottom: 50px;
	}

	.suc-left-aq {
		border: none;
	}

	.suc-right-all {
		margin-left: 0;
		border: none;
		display: flex;
	}
	.suc-right-all>span{
		margin-top: 2%;
		margin-left: 0;
	}
	.suc-right-all>img{
		order: -1;
		margin-left: 0;
		margin-right: 0;
		
	}
	.suc-right1{
		margin-bottom: 130px;
	
	}
	.suc-right2{
		margin-bottom: 50px;
	
	}
	

	.p1 {
		width: 80%;
	}

	.suc-right2 {
		margin-top: -80px;
	}

	.jm-fa {
		flex-direction: column;
		height: auto;

	}

	.s-text {
		margin-left: -60px;
		text-align: left;
	}

	.jm-yw {
		flex-direction: column-reverse;
	}

	.jm-yw .img-yw>img {
		width: 80%;
		margin-left: 30%;
		margin-bottom: -50%;
	}

	.s-text2 {
		margin-bottom: -10px;
		margin-left: -60px;
		text-align: left;
	}

	.x {
		width: 150px;
	}

}
