html,body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'Microsoft YaHei' !important;
	overflow-x: hidden
}

li {
	list-style: none
}

a {
	text-decoration: none
}

img {
	vertical-align: middle
}

.xu-menu {
	display: none;
	width: 160px;
	height: 100%;
	position: fixed;
	top: 80px;
	right: -160px;
	background-color: #fff;
	z-index: 999;
	transition: right ease .6s
}

.xu-menu a {
	display: block;
	color: #666;
	text-indent: 1em;
	border-bottom: 1px solid #ccc;
	line-height: 40px
}

.up {
	width: 100%;
	height: 135px;
	max-width: 1200px;
	margin: 0 auto;
	display: none;
	justify-content: space-between;
	align-items: center
}

.up-nav {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: none;
	line-height: 60px;
	text-align: center
}

.up-nav a {
	color: #333;
	font-size: 16px;
	flex: 1
}

.xu-isShow {
	display: none !important
}

.xu-isMshow {
	display: none !important
}

.search {
	background-color: #f6fafc
}

.search-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px
}

.search a {
	color: #666;
	margin-right: 10px
}

.search p {
	margin-bottom: 0 !important
}

.search input {
	width: auto !important;
	margin: 0 !important;
	padding: 0 10px !important;
	display: inline-block !important;
	border-radius: 0 !important;
	height: 30px !important;
	line-height: 30px !important;
	position: static !important
}

.search input[type=submit] {
	border: none !important;
	background-color: #ccc
}

.img-style {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.img-list {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.img-list a {
	width: 25%;
	text-align: center
}

.img-list img {
	max-width: 96%
}

.btn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.btn-list {
	display: flex
}

.btn-list span {
	flex: 1
}

.pro-list {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center
}

.pro-item {
	width: 23%;
	background: url('../images/pro-bg.png') no-repeat center bottom;
	background-size: 100% auto;
	margin-bottom: 40px
}

.pro-item a {
	color: #666
}

.pro-info {
	padding: 20px 0 40px
}

.pro-item:hover {
	background-color: #9bdcfc
}

.slideTxtBox {
	background: url('../images/bg.jpg') no-repeat center top;
	background-size: 100% 100%;
	padding: 20px 0
}

.slideTxtBox .hd {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.slideTxtBox .hd ul {
	display: flex;
	padding: 0;
	justify-content: space-between
}

.slideTxtBox .hd li {
	width: 160px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border: 3px solid #f39900;
	border-radius: 33px
}

.slideTxtBox .hd .on {
	background-color: #f39900
}

.slideTxtBox .bd {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.slideTxtBox .bd>ul {
	padding: 0
}

.picScroll-left {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

.picList li {
	width: 532px;
	margin: 0 10px;
	position: relative
}

.picList span {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6)
}

.picList li:hover span {
	display: block
}

.news {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.news-list {
	width: 49%;
	overflow: hidden
}

.news a {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news span {
	font-size: 14px;
	color: #999
}

.news-item {
	display: flex;
	border: 1px solid #e7e7e7;
	padding: 2px;
	background-color: #fff;
	margin-bottom: 30px
}

.news-item:hover {
	border-color: #60c6fc
}

.news-item:hover a,.news-item:hover span,.news-item:hover p {
	color: #60c6fc
}

.news-text {
	flex: 1;
	padding-left: 10px;
	overflow: hidden
}

.footer {
	padding: 30px 0;
	background: url('../images/footer-bg.jpg') no-repeat center
}

.footer-box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex
}

.footer-item {
	flex: 1
}

.footer b {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 2px solid #fff
}

.footer a {
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 14px
}

.about {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	display: flex
}

.about p {
	margin-bottom: 0
}

.about-left {
	width: 258px;
	margin-right: 12px
}

.about-left a {
	display: block;
	padding-left: 10px;
	color: #333;
	font-size: 16px;
	line-height: 60px;
	background: #f1f5f8 url('../images/about-icon.svg') no-repeat right center
}

.about-left a:hover {
	color: #fff;
	background-color: #0085d1
}

.about-bt {
	border-bottom: 2px solid #ccc
}

.about-slide {
	display: none;
	padding: 10px 0;
	background-color: #ededed
}

.about-slide a {
	padding-left: 30px;
	font-size: 14px;
	line-height: 36px;
	background-color: #ededed
}

.about-right {
	flex: 1
}

.about-title {
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	background-color: #00539d
}

.about-map {
	color: #fff;
	padding-left: 20px;
	line-height: 42px;
	background-color: #00539d
}

.about-map a {
	color: #fff
}

.about-content {
	margin-top: 20px;
	border: 1px solid #ccc;
	/*padding: 20px*/
}

.about-content h1 {
	color: #707070;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px
}

.about-content p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px
}

.about-content b {
	font-size: 14px;
	color: #707070
}

.about-mslide ul {
	padding: 0;
	margin: 0;
	display: flex;
	text-align: center;
	line-height: 40px;
	background-color: #f1f5f8;
	flex-wrap: wrap
}

.about-mslide ul li {
/*flex:1;min-width:25%*/
	min-width: 24%
}

.about-mslide ul a {
	color: #333;
	font-size: 14px
}

.about-mslide p {
	display: none;
	padding: 10px
}

.about-mslide p:first-child {
	display: block
}

.about-mslide p a {
	font-size: 12px;
	color: #666;
	margin-right: 10px
}

.about-on {
	background-color: #0085d1
}

.about-on a {
	color: #fff !important
}

.mui-table-view.mui-grid-view {
	padding: 0 !important
}

.mui-table-view {
	background-color: transparent !important
}

.mui-table-view:before,.mui-table-view:after {
	background-color: transparent !important
}

.mui-media-body {
	height: 70px !important;
	line-height: 40px !important;
	background-color: #f5f5f5;
	font-size: 16px;
	margin-top: 0 !important
}

.mui-media-body:hover {
	color: #fff !important;
	background-color: #0085d1
}

.mui-media-body:hover .pro-tiao {
	background-color: #fff
}

.pro-tiao {
	height: 2px;
	width: 40px;
	display: block;
	margin: 20px auto 10px;
	background-color: #333
}

.project-top {
	display: flex;
	justify-content: space-around
}

.project-imgList {
	width: 380px
}

.project-text {
	flex: 1;
/*padding:0 20px*/
	margin-left: 125px;
}

.project h1 {
	color: #0085d1;
	font-size: 25px;
	line-height: 40px;
	border-bottom: 1px solid #0085d1
}

.project p {
	color: #333
}

.project .picScroll-left {
	width: 100%;
	position: relative;
	overflow: hidden
}

.project .picScroll-left li {
	width: 75px;
	margin: 5px
}

.project .prev,.project .next {
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 20;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ccc
}

.project .prev {
	left: 0
}

.project .next {
	right: 0
}

.project-btn {
	display: flex;
	padding: 30px 0;
	justify-content: center
}

.project span {
	color: #333;
	border: 1px solid #999;
	padding: 10px 30px;
	margin: 0 20px;
	text-align: center
}

.project-on {
	color: #fff !important;
	border-color: #007aff !important;
	background-color: #007aff
}

.mui-input-row {
	border-bottom: 1px solid #ccc
}

textarea {
	background-color: transparent !important
}

.resource-item {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px
}

.resource-item span {
	display: block;
	border-bottom: 1px dashed #999;
	font-size: 14px;
	color: #007aff;
	line-height: 30px
}

@media only screen and (min-width:992px) {
	.mui-bar {
		display: none !important
	}

	.mui-content {
		padding: 0 !important;
		background-color: #fafafa !important
	}

	.up {
		display: flex
	}

	.xu-isShow {
		display: block !important
	}

	.up-nav {
		display: flex
	}

	.mui-col-xs-6 {
		width: 33% !important
	}

	.project .picScroll-left li {
		margin: 15px
	}

	#input_example,#input_example1,#input_example2 {
		width: 50%;
		margin: 0 auto
	}
}

.service-btn span {
	width: 80px;
	line-height: 30px;
	display: inline-block
}

.service-btn span a {
	color: #333
}

.download {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media only screen and (max-width:991px) {
	.mui-content {
		padding-top: 130px !important
	}

	.xu-isMshow {
		display: block !important
	}

	.mui-bar-nav {
		height: 130px !important;
		background-color: #fff !important
	}

	.mui-bar-tab {
		background-color: #60c6fc !important
	}

	.mui-bar-tab .mui-tab-item {
		color: #fff !important
	}

	.xum-up {
		height: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.xum-up img {
		max-width: 80%;
		max-height: 100%
	}

	.xum-nav {
		display: flex;
		text-align: center;
		background-color: #60c6fc;
		margin-left: -10px;
		margin-right: -10px
	}

	.xum-nav a {
		flex: 1;
		line-height: 50px;
		color: #fff;
		border-left: 1px solid #63a2e8
	}

	.xu-menu {
		display: block
	}

	.img-style img {
		width: 150%;
		margin-left: -25%
	}

	.img-list a {
		width: 24%;
		margin-bottom: 10px
	}

	/*.pro-item {
		width: 49%
	}*/
	
	.pro-item {
		width: 37%;
		margin-left: 20px;
		margin-right: 20px;
	}

	.pro-info {
		padding: 20px 0
	}

	.slideTxtBox .hd ul {
		margin: 0
	}

	.slideTxtBox .hd li {
		width: 20%;
		font-size: 14px;
		line-height: 40px;
		border: none;
		border-radius: 0
	}

	.slideTxtBox .hd .on {
		background-color: #f39900
	}

	.slideTxtBox .bd {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto
	}

	.picList li {
		width: 120px;
		margin: 0 10px
	}

	.picList span {
		display: block;
		font-size: 12px;
		line-height: 30px
	}

	.news-list {
		width: 100%
	}

	.news-item {
		align-items: center;
		margin-bottom: 10px
	}

	.news img {
		width: 80px;
		height: 80px
	}

	.news p {
		margin-bottom: 0;
		height: 42px;
		overflow: hidden
	}

	.project span {
		padding: 10px;
		margin: 0 10px;
		text-align: center
	}
}