.mozhibody header {
	width: 100%;
	position: relative;
}

.big_header {
	display: block;
}

.small_header {
	display: none;
}

#myCarousel .carousel-indicators .active {
	background: #5093CF;
	border: none
}

#myCarousel .carousel-indicators li {
	background: #999999;
	border: none
}

.caseInfoContent {
	width: 90%;
}

.caseInfoContent .thumbnail {
	box-shadow: 2px 2px 5px #ddd;
	height: 440px;
	padding: 0px;
	overflow: hidden;
}

.caseInfoContent .thumbnail .common {
	display: none;
	background-color: #fff;
	box-shadow: 2px 2px 5px #ddd;
	position: absolute;
	width: 180px;
	padding: 10px 10px;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #000;
	text-decoration: 0 none;
}
.caseInfoContent .thumbnail .common span {
	display: block;
	text-decoration: 0 none;
}
.caseInfoContent .thumbnail .common img {
	width: 120px;
	height: 120px;
}
.caseInfoContent .thumbnail .xsl:hover .common{
	display: block;
	text-decoration: 0 none;
}
.caseInfoContent .thumbnail .wul:hover .common{
	display: block;
	text-decoration: 0 none;
}
.caseInfoContent .thumbnail .zhl:hover .common{
	display: block;
	text-decoration: 0 none;
}

.caseInfoContent .thumbnail p {
	font-size: 15px;
	margin: 20px 10px;
}

.container .lineImg {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 300px;
	transform: translateX(-50%);
}
footer {
	background: #0A3D82;
	padding-bottom: 20px;
}
.small_footer {
	display: none;
}
.small_footer .message p {
	font-size: 12px;
	text-align: center;
}
.small_footer .message {
	text-align: center;
}
.small_footer .tips .top {
	font-size: 12px;
}

footer .border {}

footer .border p {
	padding-bottom: 10px;
}

footer p {
	color: #fff;
	font-size: 16px;
}

footer .message {
	text-align: left;
	/* font-size: 12px; */
}

footer .message p {
	color: #fff;
	text-align: left;
}

.mozhibody header img {
	width: 100%;
	position: relative;
	z-index: -2;
}

.mozhibody header a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.checkUs {
	padding: 3px 15px;
	color: #3B85C7;
	border-color: #3B85C7;
}
.mozhibody header .nav {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 75px;
	background: rgba(255, 255, 255, 0.12);
}

/* 手机端nav */
.mozhibody header .nav.small_header {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 50px;
	/* background: rgba(255, 255, 255, 0.14); */
}
.mozhibody header .nav.case {
	background:linear-gradient(90deg,rgba(18,66,145,1),rgba(67,165,221,1));
	position: relative;
}
.mozhibody header .nav.small_header .logo {
	width: 112px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../lib/images/logo.png) no-repeat;
	background-size: contain;
}

/* .mozhibody header .nav.small_header .dropdown {} */
.mozhibody header .nav.small_header .dropdown .dropdown-toggle {
	line-height: 50px;
	height: 50px;
	padding-right: 10px;
	text-align: right;
}

.mozhibody header .nav.small_header .dropdown .dropdown-toggle span {
	font-size: 20px;
	font-weight: 200;
	color: #fff;
}

.list {
	display: inline;
}

.remove {
	display: none;
}

.mozhibody header .nav.small_header .dropdown.open .list {
	display: none;
}

.mozhibody header .nav.small_header .dropdown.open .remove {
	display: inline;
}

.mozhibody header .nav.small_header .dropdown .dropdown-menu {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.12);
}

.mozhibody header .nav.small_header .dropdown .dropdown-menu li {
	display: block;
}

.mozhibody header .nav .logo {
	width: 12.08%;
	height: 40px;
	position: absolute;
	background: url(../lib/images/logo.png) no-repeat;
	background-size: contain;
	left: 18.5%;
	top: 50%;
	transform: translateY(-50%);
}
.mozhibody header .nav.small_header .logo {
	left: 17%;
}

.mozhibody header .nav .logo img {
	width: 100%;
}

.mozhibody header .nav ul {
	font-size: 0px;
	position: absolute;
	height: 100%;
	width: 60%;
	right: 0;
	padding-left: 0px;
}

.mozhibody header .nav ul li {
	list-style: none;
	display: inline-block;
	height: 100%;
	line-height: 100%;
	color: #fff;
	position: relative;
	font-size: 15px;
	width: 25%;
	cursor: pointer;
	vertical-align: top;
}

.mozhibody header .nav ul li.active {
	border-bottom: 2px solid #fff;
}

.mozhibody header .nav ul li:first-child {
	width: 15%;
}

.mozhibody header .nav ul li span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.body .container .title {
	text-align: center;
	font-size: 18px;
}

.body .container .tag {
	text-align: center;
	font-size: 0px;
}

.body .container .tag .topImg {
	width: 50px;
	height: 10px;
}


.body .container,
.box .thumbnail {
	border: none;
	text-align: center;
}

.detailInfo {
	position: relative;
}

.detailInfo img {
	width: 100%;
	padding-bottom: 100px;
}

.detailInfo .info {
	position: absolute;
	font-size: 20px;
	left: 50%;
	height: auto;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
}


.detailInfo .info .mudule {
	vertical-align: top;
	color: #fff;
}

.joinUs {
	position: relative;
	top: -70px;
}

.joinUs>img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	padding-bottom: 0px;
	height: 100%;
}

.aboutUs {
	background: #fff;
	position: relative;
	width: 73.96%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 2px 2px 5px #ddd;
}

.mygod {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mygod .thumbnail {
	padding: 0 40px;
	vertical-align: middle;
}

.footerFlex {
	display: flex;
}

.serviceContent {
	width: 100%;
	margin: 0 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.serviceBox {
	font-size: 0px;
	width: 64%;
	display: inline-block;
	margin-top: 60px;
}

.serviceBox h1 {
	font-size: 18px;
	margin-top: 40px;
}

.thumbnailService {
	display: inline-block;
	width: 17%;
	margin-left: 2%
}

.thumbnailService img:hover {
	transform: scale(1.1);
	box-shadow: 2px 2px 5px #888888;
}

.thumbnailService img {
	width: 100%;
	transition: transform 0.3s linear;
	background-color: #fff;
}

.joinUs {
	padding-bottom: 50px
}

.joinUs .joinUsBox {
	margin-top: 10px;
}

.joinUs .joinUsBox .logoInfo {
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: right;
	height: 100%;
}

.joinUs .joinUsBox .logoInfo .txt {
	display: inline-block;
}

.joinUs .joinUsBox .logoInfo .txt p {
	color: #fff;
	text-align: left;
	font-size: 18px;
}

.joinUs .joinUsBox .itemInfo p {
	text-align: left;
	color: #fff;
}

.joinUs .joinUsBox .logoInfo .txt .btnaa {
	text-align: left;
	margin-top: 100px;
}

.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
	background: #5093CF;
	border-color: #5093CF;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 20px;
}

@media screen and (max-width:480px) {
	.big_header {
		display: none;
	}
	.small_header {
		display: block;
	}
	.small_footer {
		display: block;
	}
	.big_footer {
		display: none;
	}

	.serviceBox {
		font-size: 0px;
		width: 90%;
		display: inline-block;
		margin-top: 20px;
	}

	.joinUs .joinUsBox .itemInfo p {
		text-align: center;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa {
		text-align: center;
		margin-top: 20px;
	}

	.centerTop {
		text-align: center;
		padding: 0px !important;
	}

	.joinUs .joinUsBox .logoInfo {
		text-align: center;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
		font-size: 16px;
	}

	.joinUs .joinUsBox .logoInfo .txt p {
		text-align: center;
	}

	.serviceBox h1 {
		font-size: 16px;
		margin-top: 15px;
	}

	.thumbnailService {
		display: inline-block;
		width: 34%;
		margin-left: 5%
	}

	.produce {
		font-size: 18px;
	}

	.aboutUs {
		top: -112px;
	}

	.detailInfo .info .container {
		padding-top: 10px;
	}

	.detailInfo .info .mudule {
		font-size: 12px;
	}

	.body .container {
		padding-top: 20px;
	}
	.body .container.caseCont {
		padding-left: 15px;
	}

	.infoBox .detailInfo {
		font-size: 12px;
	}

	.body .container .tag .topImg {
		width: 50px;
		height: 5px;
	}

	.body .container .title {
		font-size: 14px;
	}

	.mozhibody .desc {
		top: -35px;
		padding: 15px 15px 50px;
	}

	.mozhibody .desc .descContent {
		font-size: 16px !important;
	}

	.mozhibody .desc .title {
		font-size: 16px !important;

	}

}


@media screen and (min-width:480px) and (max-width:900px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.itemInfo .centerTop {
		text-align: center;
	}

	.joinUs .joinUsBox .itemInfo p {
		text-align: center;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa {
		text-align: center;
		margin-top: 20px;
	}

	.joinUs .joinUsBox .logoInfo {
		text-align: center;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
		font-size: 16px;
	}

	.joinUs .joinUsBox .logoInfo .txt p {
		text-align: center;
	}

	.aboutUs {
		top: -150px;
	}

	.mozhibody .desc {
		top: -50px;
		padding: 15px 25px 50px;
	}

	.mozhibody .desc .descContent {
		font-size: 14px !important;
	}

	.body .container {
		padding-top: 25px;
	}

	.body .container .title {
		font-size: 18px;
	}

	.body .container .title span {
		font-size: 20px;
	}


	.body .container .tag .topImg {
		width: 50px;
		height: 8px;
	}
}

@media screen and (min-width:900px) and (max-width:1280px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.itemInfo .centerTop {
		padding-left: 19%;
	}


	.mozhibody .desc {
		top: -50px;
	}

	.aboutUs {
		top: -200px;
	}

	.body .container .title {
		font-size: 18px;
	}

	.body .container .title span {
		font-size: 20px;
	}


	.body .container {
		padding-top: 30px;
	}
	.container.caseCont {
		text-align: left;
		padding-left: 168px;
	}

	.body .container .tag .topImg {
		width: 60px;
		height: 10px;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
		font-size: 18px;
	}
	.caseInfoContent .thumbnail {
		height: 420px;
	}
}

@media screen and (min-width:1280px) and (max-width:1440px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.itemInfo .centerTop {
		padding-left: 21%;
	}

	.mozhibody .desc {
		top: -60px;
	}

	.aboutUs {
		top: -230px;
	}


	.body .container .title {
		font-size: 20px;
	}

	.body .container .title span {
		font-size: 22px;
	}
	.container.caseCont {
		text-align: left;
		padding-left: 168px;
	}


	.body .container {
		padding-top: 40px;
	}

	.body .container .tag .topImg {
		width: 80px;
		height: 10px;
	}
	.caseInfoContent .thumbnail {
		height: 480px;
	}

}

@media screen and (min-width:1440px) and (max-width: 1680px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.itemInfo .centerTop {
		padding-left: 24%;
	}

	.mozhibody header .nav ul li {
		border-bottom: 2px solid transparent;
	}

	.body .container .title {
		font-size: 28px;
	}

	.body .container .title span {
		font-size: 20px;
	}


	.body .container {
		padding-top: 50px;
	}
	.container.caseCont {
		text-align: left;
		padding-left: 74px;
	}

	.aboutUs {
		top: -250px;
	}

	.body .container .tag .topImg {
		width: 100px;
		height: 12px;
	}
	.caseInfoContent .thumbnail {
		height: 460px;
	}
}

@media screen and (min-width:1200px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.joinUs .joinUsBox .logoInfo .txt {
		padding-top: 50px;
	}

	footer .border {
		border-right: 2px solid #ddd;
		padding-left: 30px;

	}

	footer .border1 {
		padding-left: 80px;
	}

	footer .border p {
		font-size: 14px;
		text-align: left;
		font-weight: 200;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
		font-size: 20px;
	}

	footer .border .top {
		font-size: 18px;
		text-align: left;

	}

	footer .border1 .top {
		font-size: 18px;
		text-align: left;
		padding-left: 16px;
	}

	.message p {
		font-size: 16px;
	}

	.message .phonefooter {
		font-size: 18px;
	}

	.beian p {
		font-size: 16px;
	}

	footer .border:last-child {
		border-right: none
	}

	.infoBox .detailInfo {
		font-size: 20px;
	}

	.fontSize {
		font-size: 18px;
	}

	.joinUs .logoInfo {
		font-size: 20px;
	}

	.joinUs .itemInfo {
		font-size: 18px;
	}

	.mygod .col-sm-6 {
		vertical-align: middle;
	}

	.mygod .thumbnail {
		padding: 0 30px;
		vertical-align: middle;
	}

	.aboutUs .row {
		padding: 30px 50px 0;
	}

	.aboutUs .row .fontSize {
		padding-left: 30px
	}

	.checkUs {
		font-size: 18px;
	}

	.serviceBox h1 {
		font-size: 20px;
		margin-top: 25px;
	}

	.joinUs .joinUsBox .logoInfo .txt p {
		font-size: 26px;
	}

	.caseInfoContent {
		width: 70%;
	}

	.container .lineImg {
		width: 700px;
		height: 1px;
	}

	footer .message {
		padding-left: 80px;
	}

	.mozhibody header .nav {
		height: 75px;
	}
	/* .caseInfoContent .thumbnail {
		height: 460px;
	} */
}

@media screen and (min-width:1680px) {
	.big_header {
		display: block;
	}

	.small_header {
		display: none;
	}

	.joinUsBox .contentInfo {
		font-size: 28px;
		padding-left: 25px;
	}

	.itemInfo .centerTop {
		padding-left: 30%;
	}

	/* .mozhibody header .nav ul li span {
		font-size: 16px;
  } */
	.joinUs .joinUsBox .logoInfo .txt .btnaa {
		margin-top: 200px;
	}

	.joinUs .joinUsBox .logoInfo .txt .btnaa .btn {
		font-size: 24px;
	}

	footer .message {
		padding-left: 130px;
	}

	/* .mozhibody header .nav ul li.active {
		border-bottom: 2px solid #fff;
	} */

	/* .mozhibody header .nav ul li {
		border-bottom: 2px solid transparent;
	} */

	.body .container .title {
		font-size: 32px;
	}

	.body .container .title span {
		font-size: 34px;
	}


	.body .container {
		padding-top: 60px;
	}

	.body .container .tag .topImg {
		width: 120px;
		height: 15px;
	}

	.aboutUs {
		top: -280px;
	}

	.fontSize {
		font-size: 24px !important;
	}

	.joinUs .logoInfo {
		font-size: 24px !important;
	}

	.joinUs .itemInfo {
		font-size: 20px;
	}

	.aboutUs .row {
		padding: 35px 90px 35px !important;
	}

	.aboutUs .row .fontSize {
		padding-left: 50px !important;
	}

	.checkInfo .mudule {
		font-size: 28px;
	}

	.checkUs {
		font-size: 22px;
	}

	.aboutUsTitle {
		font-size: 24px;
		font-weight: bold;
	}

	.serviceBox h1 {
		font-size: 30px;
		margin-top: 40px;
	}

	.joinUs .joinUsBox .logoInfo .txt {
		padding-top: 80px;
	}

	.joinUs .joinUsBox .logoInfo .txt p {
		font-size: 34px;
	}

	.mozhibody header .nav {
		height: 75px;
	}
	.caseInfoContent .thumbnail {
		height: 480px;
	}
}