/************************** 
源码建站：www.92jzh.com
定制开发：www.qilucms.com 
兼职赚钱：www.hsrjdl.com 
***************************/
.mw1200 {
	max-width: 1400px;
	margin: 0 auto 30px;
}

.h45 {
	height: 45px;
	line-height: 45px;
	margin-bottom: 0;
}

.h65 {
	height: 65px;
	line-height: 65px;
}

.guojia img {
	margin-top: -5px;
}

.navbar-logo img {
	height: 64px;
}

.myBefore {
	display: none;
}

.myAfter a {
	color: #de2812;
}

.myAfter a:hover {
	color: #1294c6;
}

.nav.nav-turn>li>a {
	width: 50px;
	background: #fff;
}

/* 导航栏 */
.myNavBox {
	width: 100%;
	height: 65px;

}

.myNavBox .myShow {
	display: inline-block;
}

.myNavBox .hiden {
	display: none;
}

.myNavBox .navFlex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	color: white;
}

.myNavBox ul {
	margin: 0;
	padding: 0;
}

.myNavBox ul li {
	margin-left: 20px;
	display: inline-block;
}

.myNavBox ul li a {
	color: #666;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	font-size: 26px;
	font-weight: 600;
}

.myNavBox ul li.on a,
.myNavBox ul li a:hover {
	border-bottom: 3px solid #1294c6;
}

.myNavBox .logo {
	height: 65px;
}

.myNavBox .btnImg {
	height: 35px;
	box-sizing: content-box;
	border: 1px solid transparent;
}

.myTitle {
	margin-top: 80px;
	margin-bottom: 50px;
	height: 80px;
}

.myTitle .mleft {
	float: left;
	width: 100%;
}

.myTitle .mleft h1 {
	font-size: 40px !important;
}

.myTitle .mleft h5 {
	color: #999;
}

.myTitle .mright {
	float: right;
}

.myTitle .mright a {
	font-size: 30px;
	font-weight: 600;
	color: #1294c6;
}

.myTitle .mright a:hover {
	color: #999;
}

.myTitle2 {
	margin-top: 50px;
}

.myList figcaption {
	text-align: center;
	height: 60px;
	line-height: 40px;
	font-size: 28px;
	opacity: 0.8;
}

.myList .figure {
	margin-bottom: 20px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.myList .figure:hover {
	transform: scale(1.03);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.03);
	-webkit-transform: all 1s ease 0s;
}

.bg-mycolor {
	background: #f2fdff;
	padding: 1px 0;
	margin: 80px 0;
}

.dingzhi {
	text-align: center;
	width: 100%;
	margin: 50px 0;
}

.dingzhi a {
	width: 150px;
	height: 30px;
	background: #1294c6;
	color: #fff;
	padding: 6px 30px;
	border-radius: 50px;
	font-size: 25px;
	border: 5px #14789e solid;
}

.footer {
	background: #303d41;
	font-size: 20px;
}

.footer p {
    margin-bottom: 5px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.footer a {
	color: #fff;
}

.footer-info {
	margin-top: 100px;
}

.footer-info-box {
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0 !important;
}

.myTable .tr1 th {
	border-bottom: 1px #dddddd solid;
	background: #657072;
	border-radius: 15px 15px 0 0;
	font-size: 25px;
	height: 60px;
	color: #fff;
}

.myTable .tr2 {
	font-size: 25px;
	text-align: left;
}

.myTable .tr2 th {
	width: 50%;
	padding: 1px 10px;
	margin: 0;
	border-bottom: 1px #ddd solid;
}

.myTable {
	border-radius: 15px 15px 0 0;
}

.myTable tbody {
	display: block;
	height: 500px;
	overflow-y: scroll;
}

.myTable thead,
.myTable tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.myContent p {
	font-size: 25px;
}

.myContent h2 {
	background: #eaeaea;
	height: 57px;
}

.myContent h2 span {
	background: #1294c6;
	color: #fff;
	padding: 10px 15px;
	margin-left: 20px;
	border-radius: 10px;
}

.footer-info-box .middle-x5 img{margin-bottom:15px;}
.mw1200 .nav-breadcrumb{font-size: 25px; margin-left: -20px;}

@media (max-width:1200px) {
	.myNavBox ul li {
		margin-left: 20px;
	}
}

@media (max-width:992px) {
	.myNavBox ul li {
		margin-left: 10px;
	}
}

@media (max-width:768px) {
	.mw1200 {
		padding: 0 15px;
	}

	.top {
		background: #f2f2f2;
		margin-bottom: 10px !important;
		font-size: 18px;
	}

	.myNav {
		margin-bottom: 15px !important;
	}

	.myNavBox {
		margin-bottom: -10px;
	}

	.myNavBox ul li:nth-child(4),
	.myNavBox ul li:nth-child(5) {
		display: none;
	}

	.myNavBox .myShow {
		background: #fff;
		z-index: 1;
	}

	.myBefore {
		margin-right: -60px;
		display: block;
	}

	.myBefore i {
		color: #666;
		font-size: 38px;
		padding-top: 4px;
		display: block;
	}

	.myAfter {
		display: none;
	}

	.flip>.flip-body {
		z-index: -1;
	}

	.img-auto {
		max-width: 150%;
		margin-left: -30%;
	}

	.flip-prev,
	.flip-next {
		display: none;
	}

	.flip-prev2,
	.flip-next2 {
		display: block;
	}

	.myTitle {
		margin: 50px 0 30px;
	}

	.myTitle .mright {
		margin-top: -115px;
	}

	.myTitle2 {
		margin: 20px 0;
	}
	
	.aboutus p{width:95%!important;}
	
	.ewm .x5{margin-left: -5px;}
}

@media (max-width:576px) {

	.myNavBox .navFlex {
		flex-wrap: wrap;
		font-size: 20px;
		justify-content: space-between;
	}

	.myNavBox .logo {
		height: 50px;
	}

	.myNavBox ul li {
		padding-top: 10px;
		margin-left: 0px;
		display: block;
	}

	.myNavBox ul li a {
		border-bottom: 3px solid transparent;
	}

	.myNavBox ul a:hover {
		border-bottom: 3px solid #1294c6;
	}

	.myNavBox ul li:nth-child(4),
	.myNavBox ul li:nth-child(5) {
		display: block;
	}

	.myNavBox .hiden {
		display: block;
	}

	.myNavBox .myShow {
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
	}
}