﻿body {
	font-family: "微软雅黑";
	background: #fff;
	color: #666;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

ul li {
	list-style-type: none
}

a {
	color: #666;
	text-decoration: none
}

	a:hover {
		color: #1D2087;
		text-decoration: none
	}

td {
	color: #666
}

#serviceBox {
	position: fixed;
	z-index: 999;
	padding-top: 5px;
	padding-bottom: 5px;
	bottom: 47px;
	display: none;
	width: 100%;
	background: rgba(255,255,255,1);
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

	#serviceBox a {
		line-height: 30px;
	}
/*header{padding-top:2px;background:##1D2087}*/

#ff input {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 0px;
	outline: none
}

#ff textarea {
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 0px;
	outline: none
}

	#ff input:focus, #ff textarea:focus {
		border-color: #000
	}

#ff .btn {
	border: 0px;
	background: #ddd;
	padding: 0px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
}

	#ff .btn:hover {
		color: #fff;
		background: #c10404;
	}
/*图片悬浮链接*/
.imgLink-hover {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url(on-hover.png);
	background-repeat: repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	z-index: 96;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

	.imgLink-hover:hover {
		opacity: 1;
		filter: Alpha(Opacity=1)
	}

	.imgLink-hover * {
		filter: inherit
	}

.imgLink-hover {
	cursor: pointer
}

	.imgLink-hover:hover .hover-link {
		background-image: url(hover-link.png);
		background-repeat: no-repeat;
		background-position: center center
	}

.hover-link {
	width: 44px;
	height: 44px;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	display: block
}
/*详情页面*/
.detailTitleTxt {
	border-left: 3px solid #666;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background: #f9f9f9;
	text-indent: 10px;
	margin-bottom: 10px;
}

.detailTitle {
	border-left: 3px solid #666;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #f9f9f9;
	margin-left: 10px;
}

.detailParameter {
	padding: 10px;
	word-wrap: break-word;
}

.detailImg {
	text-align: center;
	padding: 10px;
}

	.detailImg img {
		max-width: 100%;
	}

.detailUrl {
	padding: 10px;
}

	.detailUrl a {
		width: 150px;
		text-align: center;
		line-height: 40px;
		border: 1px solid #333;
		margin: 0px auto 0px auto;
		display: block;
		color: #333;
		text-decoration: none;
	}

		.detailUrl a:hover {
			background: #1D2087;
			border: 1px solid #1D2087;
			color: #fff;
		}

.detailTime {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 50px;
}

.detailContent {
	width: 100%;
	word-wrap: break-word;
	/*padding-bottom: 100px;*/
	padding-top: 20px;
	margin-bottom: 20px;
}

	.detailContent img {
		max-width: 100%;
		height: auto;
		max-height: auto;
		margin: 0px;
		padding: 0px;
		vertical-align: top;
	}

.productImgList {
	width: 100%;
	overflow: hidden;
}

	.productImgList li {
		width: 150px;
		float: left;
		margin-left: 10px;
		margin-bottom: 10px;
	}

		.productImgList li a {
			margin: 0px;
			padding: 0;
		}

			.productImgList li a img {
				width: 150px;
				border: 3px solid #eee;
			}

				.productImgList li a img:hover {
					border: 3px solid #000;
				}

.productListBox {
	margin-top: 15px;
}

.back {
	line-height: 35px;
	background: #1D2087;
	color: #fff;
	width: 80px;
	text-align: center;
	float: right
}

	.back:hover {
		color: #fff;
		background: #000;
	}

.otherPageBox {
	background: #f1f1f1;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	font-size: 12px
}

	.otherPageBox a {
		font-size: 12px;
		line-height: 20px
	}

	.otherPageBox .back {
		line-height: 40px;
		font-size: 14px
	}

.aboutProduct {
	margin: 20px 0px 0px 0px;
}

.msgBox {
	border: 1px dashed #999;
	padding: 20px;
	margin-top: 20px
}

.searchList {
	width: 100%;
	overflow: hidden;
}

	.searchList li {
		margin-bottom: 10px;
		border: 1px dashed #ccc;
		padding: 5px;
		float: left;
		width: 100%;
	}

		.searchList li:hover {
			border: 1px dashed #000
		}

		.searchList li .img {
			width: 150px;
			float: left;
			display: block;
			overflow: hidden;
			margin-right: 10px
		}

			.searchList li .img img {
				width: 100%;
				height: auto
			}

		.searchList li .title {
			width: auto;
			float: left;
			overflow: hidden;
			display: block
		}

/*手机版菜单可展开图标*/
#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}

	#app_menudown:hover {
		background-color: #073053;
	}

	#app_menudown span {
		display: block
	}

.bottomButton {
	position: absolute;
	margin-right: 15px;
	right: 0px;
	cursor: pointer;
	border-radius: 4px;
	display: block;
	line-height: 25px;
	width: 60px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 14px;
	transition: background 0.5s
}

	.bottomButton:hover {
		background: #990000;
		color: #fff;
	}

.selectedBottomButton {
	background: #990000;
}

/*菜单栏标志*/
.navbar-brand {
	padding: 0px;
	line-height: 60px
}

	.navbar-brand img {
		padding-top: 10px;
	}
/*产品搜索*/
#smallSearchBox {
	position: absolute;
	overflow: hidden;
	top: 49px;
	display: none;
	z-index: 999;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

#small_search {
	color: #1D2087;
	float: right;
	margin-top: 7px;
	padding: 8px 13px;
	font-size: 17px;
	border-radius: 4px;
}

	#small_search:hover, #small_search:focus {
		cursor: pointer;
		background-color: #1D2087;
		color: #fff
	}

.search_group {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px
}

	.search_group input {
		border-radius: 0px;
		height: 35px;
		border: 0px;
		background: url(alpha.png);
		color: #ccc
	}

.mysearch_btn {
	background-color: #1D2087;
	color: #fff;
	border-radius: 0px;
	height: 35px;
	line-height: 25px;
}

	.mysearch_btn:hover, .mysearch_btn:focus {
		background-color: #fff;
		color: #333;
	}
/*语言*/
#language {
	float: right;
	width: 43px;
	height: 32px;
	margin-top: 24px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(zh.png);
	border-radius: 4px;
}

	#language:hover, #language:focus {
		cursor: pointer;
		background-color: #1D2087;
	}

#languageBox {
	position: absolute;
	overflow: hidden;
	top: 80px;
	display: none;
	z-index: 999;
	right: 0px;
	background: url(alpha.png)
}

	#languageBox a {
		float: left;
		width: 50px;
		height: 35px;
		display: block;
		background-repeat: no-repeat;
		background-position: center center
	}

		#languageBox a:hover, #languageBox a:focus {
			cursor: pointer;
			background-color: #000;
		}

.zh {
	background-image: url(zh.png);
}

.en {
	background-image: url(en.png);
}

/**滚动文字*/
.HomeNewBox {
	background: #f9f9f9;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 15px;
}

	.HomeNewBox .title {
		background: url(n1.png) left center no-repeat;
		padding-left: 20px;
		padding-right: 10px;
		width: auto;
		float: left;
		font-size: 14px;
		color: #333;
		font-weight: bold
	}

	.HomeNewBox li {
		float: left;
		text-align: right;
		width: 100%
	}

		.HomeNewBox li a {
			line-height: 20px;
			height: 20px;
			display: block;
			overflow: hidden;
			float: left
		}

		.HomeNewBox li span {
			line-height: 20px;
			height: 20px;
			margin-left: 10px;
			color: #999;
			display: block;
			float: left
		}

	.HomeNewBox .btnBox {
		width: 60px;
		position: absolute;
		right: 4px;
		top: 0px;
	}

		.HomeNewBox .btnBox .prevBtn {
			float: left;
			cursor: pointer;
			width: 30px;
			height: 20px;
			background: url(prev.gif) no-repeat;
			background-position: left 0px;
			-webkit-transition: all .3s linear;
			-moz-transition: all .3s linear;
			-ms-transition: all .3s linear;
			-o-transition: all .3s linear;
			transition: all .3s linear
		}

			.HomeNewBox .btnBox .prevBtn:hover {
				background-position: left -20px;
			}

		.HomeNewBox .btnBox .nextBtn {
			float: left;
			cursor: pointer;
			width: 30px;
			height: 20px;
			background: url(next.gif) no-repeat;
			background-position: left 0px;
			-webkit-transition: all .3s linear;
			-moz-transition: all .3s linear;
			-ms-transition: all .3s linear;
			-o-transition: all .3s linear;
			transition: all .3s linear
		}

			.HomeNewBox .btnBox .nextBtn:hover {
				background-position: left -20px;
			}

.imglistbut {
	padding-top: 20px;
	padding-bottom: 20px;
	background-size: cover;
	background-color: #fff;
}

	/**滚动图片*/

	.imglistbut .box {
		TEXT-ALIGN: center;
		padding: 12px;
		margin: 2px;
	}

		.imglistbut .box > a {
			display: block;
			background-position: center center;
			background-size: 100% 100%
		}

			.imglistbut .box > a:hover {
				background-size: 110% 110%;
			}

		.imglistbut .box IMG {
			DISPLAY: block;
			BACKGROUND: #fff;
			MARGIN: 0px auto;
			width: 100%;
                                                height: 170px;
			visibility: hidden;
		}

		.imglistbut .box A:hover IMG {
		}

		.imglistbut .box P {
			padding-top: 10px;
			font-size: 14px;
			margin: 0px;
		}

.homeTitleBar {
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 10px
}

	.homeTitleBar h5 {
		float: left;
		background: none;
		display: inline-block;
		width: auto;
		padding: 0px;
		color: #333;
		margin: 0px 0px 0px 15px;
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		height: 25px;
		overflow: hidden;
	}

	.homeTitleBar span {
		float: left;
		background: none;
		display: inline-block;
		width: auto;
		color: #999;
		font-size: 16px;
		padding-left: 5px;
		line-height: 25px;
		overflow: hidden;
		font-family: Arial
	}

	.homeTitleBar .rightMore {
		float: right;
		border-radius: 4px;
		display: block;
		line-height: 25px;
		padding-left: 10px;
		padding-right: 0px;
		color: #1D2087;
		font-size: 14px;
		transition: background 0.5s;
		margin-right: 10px
	}

		.homeTitleBar .rightMore:hover {
			text-decoration: underline
		}

/**图片介绍*/
.homeImgIntroBox {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 0px 0px 20px 20px;
}

	.homeImgIntroBox img {
		max-width: 100%;
		-webkit-filter: brightness(1);
	}

		.homeImgIntroBox img:hover {
			-webkit-filter: brightness(1.2);
		}

	.homeImgIntroBox .title {
		margin-top: 20px;
		display: block;
		padding-bottom: 15px;
	}

	.homeImgIntroBox p {
		text-align: center;
		line-height: 25px;
		font-size: 12px
	}


	.homeImgIntroBox .tab a:hover {
		text-decoration: none;
	}

	.homeImgIntroBox .tabbox {
		padding-top: 25px;
		width: 100%;
		padding: 15px;
	}
/***/
.homeBigImg img {
	max-width: 100%;
	margin-bottom: 30px
}


/*公司简介*/
.aboutBox {
	width: 100%;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
}

.titleBar {
	background: url(title_line.jpg) left 30px no-repeat;
	overflow: hidden;
	padding-bottom: 5px
}

	.titleBar h5 {
		float: left;
		font-size: 22px;
		color: rgb(67, 67, 67);
		margin: 0px;
	}

	.titleBar span {
		float: left;
		padding-top: 10px;
		text-indent: 12px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: rgb(125, 125, 125);
	}

.aboutBox section {
	clear: both;
	padding: 10px 0px 0px 0px;
}

	.aboutBox section img {
		margin: 10px 20px 0px 0px;
		max-width: 350px;
		float: left;
	}

.aboutMore {
	color: #c10404;
	display: inline-block;
	font-size: 12px;
	padding: 5px 7px;
	transition: background 0.3s;
	border: 1px solid #c10404;
	border-radius: 4px;
}

	.aboutMore:hover {
		color: #fff;
		background-color: #c10404;
		text-decoration: none;
	}

.aboutContent {
	line-height: 31px;
	padding: 8px 0px 0px 0px;
	font-family: 'Microsoft YaHei';
}

/*首页产品*/
.indexProduct {
	margin: 0px 0px 0px 0px;
}

.productList {
	clear: both;
	margin: 30px -15px 0px -15px;
}

.productImg {
	min-height: 190px;
	margin: 0px;
	margin-bottom: 15px;
}

	.productImg a {
		position: relative;
		display: block;
		width: auto;
		margin: 0px auto 0px auto;
	}

	.productImg img {
		margin-right: auto;
		margin-left: auto;
		display: block;
		height: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-bottom: 0px;
		padding: 0px;
	}

		.productImg img:hover {
		}

.productTitle {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
	transition: color 0.3s;
}

	.productTitle:hover {
		color: #000;
		text-decoration: none;
	}

.productImg .title {
	text-align: left;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

.productImg .time {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	display: block
}

.productImg .content {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: block;
}

.viewBig {
	cursor: pointer;
}

/*首页新闻*/
.newsBox {
	margin: 0px 0px 20px 0px;
}

.indexNews {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

	.indexNews li {
		color: #898989;
		border-bottom: 1px dashed #ccc;
		overflow: hidden;
		background: url(li.png) no-repeat left 16px;
		line-height: 21px;
		padding: 10px 0px;
		padding-left: 13px;
	}

		.indexNews li a {
			color: #656464;
		}

			.indexNews li a:hover {
				text-decoration: none;
				color: #1D2087;
			}

.newsTime {
	float: right;
}

.leftNews {
	clear: both;
}

	.leftNews ul {
		padding: 0px 0px 12px 0px;
	}

	.leftNews span.newsTime {
		display: none;
	}

/*介绍列表*/
.nameList {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 30px
}

	.nameList ul {
		margin: 0px;
		padding: 0px;
	}

	.nameList li {
		padding: 0px;
		border-bottom: 1px solid #eee;
		padding-left: 5px;
		overflow: hidden
	}

		.nameList li span {
			width: 20px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			color: #fff;
			background: #666;
			display: block;
			font-size: 12px;
			float: left;
			overflow: hidden;
			margin-top: 10px
		}

		.nameList li > a {
			line-height: 40px;
			display: block;
			text-indent: 5px;
			float: left;
			overflow: hidden;
			width: 80%;
			height: 40px
		}

		.nameList li:hover span {
			background: #990000
		}

		.nameList li .time {
			width: auto;
			height: auto;
			line-height: 40px;
			color: #666;
			text-align: center;
			background: none;
			display: block;
			font-size: 12px;
			float: left;
			overflow: hidden;
			margin-top: 0px
		}

		.nameList li:hover .time {
			background: none
		}
/*首页联系*/
.index_contact {
	background: url(title_line.jpg) left 30px no-repeat;
	margin: 0px 0px 20px 0px;
}

	.index_contact P {
		clear: both;
	}

/*导航菜单*/
.navbar li span {
	display: none
}

.navbar {
	margin: 0px;
	margin-top: 0px;
	min-height: 66px;
	background-size: cover;
	border: none;
}
/*翻页组件*/
.pageBar {
	width: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-bottom: 30px;
}

	.pageBar .pageList {
		width: 100%;
		overflow: hidden;
		float: left;
		line-height: 35px;
		text-align: center;
	}

		.pageBar .pageList a {
			font-size: 14px;
			display: inline-block;
			text-align: center;
			width: 35px;
			text-align: center;
			color: #000;
			margin-top: 10px;
			margin-right: 5px;
			margin-left: 5px;
			background: #eee;
		}

			.pageBar .pageList a:hover {
				color: #fff;
				background: #1D2087;
			}

		.pageBar .pageList .selected {
			font-size: 14px;
			display: inline-block;
			text-align: center;
			color: #fff;
			background: #1D2087;
			cursor: default;
		}

			.pageBar .pageList .selected:hover {
				color: #fff;
				background: #1D2087;
			}
/*底部信息*/
footer {
	text-align: left;
	background-color: #1D2087;
	color: #999;
	padding: 20px 0px 25px 0px;
	font-size: 12px;
}

	footer a {
		color: #eee;
	}

		footer a:hover {
			color: #fff;
		}

	footer ul {
		width: 100%;
		overflow: hidden;
		text-align: left;
		color: #eee;
		margin-top: 5px;
	}

	footer .content {
		width: 100%;
		text-align: left;
		margin-top: 5px;
		color: #eee;
	}

		footer .content * {
			padding: 0;
			margin: 0;
			line-height: 25px;
			color: #eee;
		}

.copyright {
	line-height: 20px;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.copyright a {
		color: #fff;
	}

.foot_nav {
	width: 25%;
	float: left;
	background-color: #fafafa;
	text-align: center;
}

	.foot_nav:hover, .foot_nav:focus {
		background-color: #e4e4e4;
	}

	.foot_nav a {
		color: #898989;
		display: block;
	}

		.foot_nav a:hover, .foot_nav a:focus {
			text-decoration: none;
		}

	.foot_nav span {
		display: block;
		padding: 3px 0px 0px 0px;
	}

.webshare {
	width: 230px;
	padding: 5px;
}

.ewebshare {
	width: 200px;
	padding: 5px;
}

/*横幅*/
.banner {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

.topPadding {
	height: 70px;
	width: 100%;
	background: #fff;
	position: relative;
}

/*内页横幅图片*/
.bannerImg {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

	.bannerImg img {
		max-width: 100%;
		height: auto;
	}

.banner .mobileimg {
	display: none
}

/*产品搜索标题*/
.searchTitle {
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}

/*当前位置*/
.positionBox {
	width: 100%;
	margin: 0px;
	padding: 0px
}

.positionBar {
	width: 100%;
	overflow: hidden;
	height: 56px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

	.positionBar .title {
		width: 100px;
		margin: 0px;
		padding: 0px;
		float: left;
		display: block;
		text-align: center;
		font-size: 18px;
		color: #1D2087;
		font-weight: bold;
		line-height: 50px;
	}

	.positionBar span {
		margin: 0px;
		float: left;
		padding-left: 10px;
		width: 600px;
		max-width: none;
		overflow: hidden
	}

		.positionBar span a {
			font-size: 14px;
			text-decoration: none;
		}

			.positionBar span a:hover {
				color: #fff
			}

	.positionBar .moreMenu {
		margin: 0px;
		float: right;
		line-height: 50px;
		width: 220px;
		padding: 0px;
		text-align: center;
		background: #000;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
	}
/*导航菜单*/
.indexNavigationGroup {
	display: none;
}


.navigationBox {
	position: absolute;
	display: none;
	z-index: 999;
	right: 15px;
	overflow: hidden;
	width: 220px;
	line-height: 40px;
	background: url(alpha.png);
}

	.navigationBox .selected {
		color: #eee;
		background: url(smallalpha.png);
	}

	.navigationBox span {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		background: #1D2087;
		color: #fff;
		width: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold
	}

		.navigationBox span:hover {
			background: #1D2087;
		}

#firstpane {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

	#firstpane > li {
		float: left;
		width: 100%;
		position: relative;
	}

		#firstpane > li:hover {
		}

		#firstpane > li > a {
			display: block;
			text-indent: 10px;
			color: #eee
		}

			#firstpane > li > a:hover {
				color: #eee;
				background: url(smallalpha.png);
			}
		/*小类*/
		#firstpane > li > ul {
			float: left;
			padding: 0px;
			margin: 0px;
			display: none;
			width: 100%;
		}

			#firstpane > li > ul > li {
				float: left;
				width: 100%;
				position: relative;
			}

				#firstpane > li > ul > li:hover {
				}

				#firstpane > li > ul > li > a {
					display: block;
					text-indent: 30px;
					color: #eee
				}

					#firstpane > li > ul > li > a:hover {
						color: #eee;
						background: url(smallalpha.png);
					}
				/*小类*/
				#firstpane > li > ul > li > ul {
					width: 100%
				}

					#firstpane > li > ul > li > ul > li {
						float: left;
						width: 100%;
						position: relative;
					}

						#firstpane > li > ul > li > ul > li:hover {
						}

						#firstpane > li > ul > li > ul > li > a {
							display: block;
							text-indent: 50px;
							color: #eee
						}

							#firstpane > li > ul > li > ul > li > a:hover {
								color: #eee;
								background: url(smallalpha.png);
							}

/*推荐新闻*/
.recommendNews {
	width: auto;
	overflow: hidden;
	background: #e9e9e9;
}

	.recommendNews .slider {
		margin: 30px;
		width: inherit;
	}

	.recommendNews .newsImg {
		width: auto;
		display: block;
		float: left;
		margin-right: 20px;
		padding: 0px
	}

		.recommendNews .newsImg img {
			width: auto;
			height: 190px;
		}

	.recommendNews p {
		width: auto;
		padding: 0px;
		margin: 0px;
		line-height: 25px;
	}

	.recommendNews .newsTitle {
		font-size: 16px;
		font-weight: bold;
		display: inline;
		padding: 0px;
		line-height: 30px;
	}

		.recommendNews .newsTitle:hover {
			color: #c10404;
		}

	.recommendNews .more {
		width: 120px;
		line-height: 35px;
		border: 1px solid #ccc;
		color: #666;
		text-align: center
	}

		.recommendNews .more:hover {
			border: 1px solid #c10404;
			color: #fff;
			background: #c10404
		}

	.recommendNews .slider__nav {
		bottom: 0px;
		right: 0px;
	}

/*新闻列表*/
.newsList {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 30px;
}

	.newsList ul {
		margin: 0px;
		padding: 0px;
	}

	.newsList li {
		padding: 0px;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
		display: inline-block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.newsList li:hover {
			animation: newsX 0.5s ease-in-out forwards;
		}

@keyframes newsX {
	0% {
		transform: translateX(-10%);
		/* 初始位置，字体在左方 */
	}

	100% {
		transform: translateX(0);
		/* 结束位置，字体在原位 */
	}
}

.newsList li .wrapper {
	display: block;
	padding: 10px;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative
}

.newsList li .time {
	width: 70px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 15px
}

	.newsList li .time .day {
		font-size: 60px;
		color: #888;
		line-height: 58px
	}

	.newsList li .time .date {
		font-size: 16px;
		color: #888;
	}

.newsList li .img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	background-size: cover;
	margin-left: 10px;
	margin-right: 10px;
}

.newsList li .tit {
	margin-bottom: 10px;
	padding-bottom: 12px;
	height: 90px;
	overflow: hidden;
	margin-left: 100px;
	margin-right: 100px;
}

	.newsList li .tit span {
		display: block;
		height: 22px;
		overflow: hidden;
		line-height: 22px;
		font-size: 15px;
		color: #666;
		font-weight: bold;
	}

.newsList li p {
	margin-left: 0px;
	font-size: 12px;
	line-height: 24px;
	height: 67px;
	color: #888;
	overflow: hidden;
}

.newsList li:hover {
}

	.newsList li:hover .wrapper {
		border: 1px dashed #000;
	}

	.newsList li:hover .time .day, .newsList li:hover .time .date {
		color: #000;
	}

	.newsList li:hover .tit {
		border-bottom-color: #000;
		color: #000;
	}

	.newsList li:hover p {
		color: #000;
	}

.keyweb {
	padding: 0px;
}


/*屏幕宽度为414px至767px*/
@media screen and (min-width:414px) and (max-width:767px) {
	.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
		float: left;
	}

	.col-mm-12 {
		width: 100%;
	}

	.col-mm-11 {
		width: 91.66666667%;
	}

	.col-mm-10 {
		width: 83.33333333%;
	}

	.col-mm-9 {
		width: 75%;
	}

	.col-mm-8 {
		width: 66.66666667%;
	}

	.col-mm-7 {
		width: 58.33333333%;
	}

	.col-mm-6 {
		width: 50%;
	}

	.col-mm-5 {
		width: 41.66666667%;
	}

	.col-mm-4 {
		width: 33.33333333%;
	}

	.col-mm-3 {
		width: 25%;
	}

	.col-mm-2 {
		width: 16.66666667%;
	}

	.col-mm-1 {
		width: 8.33333333%;
	}

	.logo img {
		max-width: 400px;
	}
}

/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {
	.indexProductList {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}

	.topPadding {
		height: 50px;
	}

	.navbar {
		min-height: 50px;
	}

	.searchBox {
		height: 30px;
	}

	.navbar-brand img {
		height: 40px;
		margin-top: 5px
	}

	.navbar-default .navbar-brand {
		color: #fff;
		font-size: 16px;
	}

		.navbar-default .navbar-brand:hover,
		.navbar-default .navbar-brand:focus {
			color: #fff;
		}

	.navbar-toggle {
		border: none;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #333;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: #1D2087;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #1D2087;
	}

	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
		position: absolute;
		left: 0;
		border: 0;
		background: url(alpha.png);
		width: 100%;
		margin: 0px;
	}

		.navbar-default .navbar-nav > li {
		}

			.navbar-default .navbar-nav > li:last-child {
				border: none;
			}

			.navbar-default .navbar-nav > li > a {
				color: #fff;
				border-bottom: 1px solid #666
			}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a {
			color: #fff;
		}

			.navbar-default .navbar-nav > li > a:hover,
			.navbar-default .navbar-nav > li > a:focus,
			.navbar-default .navbar-nav > .active > a,
			.navbar-default .navbar-nav > .active > a:hover,
			.navbar-default .navbar-nav > .active > a:focus,
			.navbar-default .navbar-nav > .open > a,
			.navbar-default .navbar-nav > .open > a:hover,
			.navbar-default .navbar-nav > .open > a:focus,
			.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
				background: url(alpha.png);
				color: #fff;
			}

	.navbar .dropdown-menu li a {
		line-height: 35px;
		display: block;
		border-bottom: 1px solid #666;
		font-size: 12px;
		color: #ccc
	}

		.navbar .dropdown-menu li a:hover {
			background: url(alpha.png);
		}

	.navbar .dropdown-menu li ul li a {
		color: #fff;
		padding-left: 40px;
	}

	.navbar .dropdown-menu li ul li ul li a {
		color: #fff;
		padding-left: 60px
	}

	.navbar .dropdown-menu a span {
		display: inline;
	}

	.about_box section img {
		margin: 10px 15px 0px 0px;
		max-width: 180px;
		height: auto;
	}

	#language {
		margin-top: 8px;
	}

	#languageBox {
		top: 50px;
	}

	.HomeNewBox .btnBox {
		display: none;
	}

	.logo {
		text-align: center
	}

		.logo img {
			max-width: 700px
		}

	footer {
		margin-bottom: 50px;
		display: none;
	}

	#app_menudown {
		display: block;
	}

	#cmsFloatPanel {
		display: none;
	}

	.slider__arrows-item {
		display: none;
	}

	.mobile {
		margin: 0px;
		padding: 0px;
	}

	.indexNavigationGroup {
		display: block;
		margin-bottom: 70px;
		background: url(title_line.jpg) left 30px no-repeat;
		margin-top: 45px
	}

		.indexNavigationGroup .navigationBox {
			display: block;
			position: static;
			background: none;
			padding-top: 10px;
		}

		.indexNavigationGroup #firstpane > li > a {
			width: 100%;
			color: #333;
			border-bottom: 1px dashed #ccc;
			overflow: hidden;
			background: url(li.png) no-repeat left 16px;
		}

			.indexNavigationGroup #firstpane > li > a:hover {
				color: #000;
				background: url(li.png) no-repeat left 16px;
			}

		.indexNavigationGroup #firstpane > li > ul > li a {
			background: url(li.png) no-repeat 18px 16px;
			color: #333
		}

			.indexNavigationGroup #firstpane > li > ul > li a:hover {
				background: url(li.png) no-repeat 18px 16px;
				color: #000
			}

		.indexNavigationGroup #firstpane > li > ul > li > ul > li a {
			background: url(li.png) no-repeat 38px 16px;
			color: #333
		}

			.indexNavigationGroup #firstpane > li > ul > li > ul > li a:hover {
				background: url(li.png) no-repeat 38px 16px;
				color: #000
			}

	.news_box {
		margin-top: 0px;
	}

	.positionBar .title {
		display: none;
	}

	.positionBar {
		background: #eee;
	}

		.positionBar span {
			margin: 0px;
			float: left;
			padding-left: 10px;
		}

			.positionBar span a {
				font-size: 12px;
				color: #333;
				line-height: 40px;
				text-decoration: none;
			}

				.positionBar span a:hover {
					color: #000
				}

		.positionBar .moreMenu {
			width: 100%;
		}

	.navigationBox {
		right: 0px;
		width: 100%;
	}

	.bottomButtonBox {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.newsList li .time {
		display: none
	}

	.newsList li .tit {
		margin-right: 0;
	}

	.detailTitle {
		margin-left: 0px;
	}

	.emptyBanner {
		margin-bottom: 30px;
	}

	.blk_29 .Cont {
		WIDTH: 280px;
	}

	.banner .mobileimg {
		display: block
	}

	.banner .img {
		display: none
	}

	.navbar-brand {
		width: 75%;
	}

		.navbar-brand img {
			width: 100%;
		}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 10px 0px;
		margin-top: 8px;
		margin-right: 5px;
		margin-bottom: 8px;
		background-image: none;
		border-radius: 4px;
	}
	/*顶部电话*/
	.navbar_top_phone {
		float: right;
		padding: 0px 0;
	}

	.navbar_glyphicon_phone {
		font-size: 12px;
		float: left;
		margin-right: 10px;
	}

	.navbar_glyphicon_phone1 {
		float: left;
	}

		.navbar_glyphicon_phone1 p {
			font-size: 14px;
			color: #1D2087;
			font-family: Tahoma;
			font-weight: 800;
			float: left;
		}

		.navbar_glyphicon_phone1 span {
			font-size: 12px;
			float: left;
		}
	/*	-----*/
	/*悬浮框*/
	.banner_popup_box {
		position: absolute;
		width: 100%;
		top: 215px;
	}

	.homeImgIntroBox .tab .t1 {
		color: #343131;
	}

	.homeImgIntroBox .tab .t2 {
		color: #343131;
		border-bottom: 3px solid #1D2087;
	}

	.homeImgIntroBox .tab a {
		text-align: center;
		width: 50%;
		display: inline-block;
		padding: 20px 0;
		float: left;
		text-decoration: none;
	}

	.homeImgIntroBox .tab {
		width: 100%;
		padding: 0 15px;
	}

	.banner_popup_box_button {
		text-align: center;
	}
	/*-------*/
	/*运输服务*/
	.transport_box {
		margin-top: 315px;
	}
	/*-------*/
	/*关于我们*/
	.About_Usbox {
	}

	.About_Us {
		position: relative;
		top: 50px;
	}

	.About_Us_2 p {
		font-family: 微软雅黑;
		font-size: 16px;
		color: rgb(62, 79, 89);
		line-height: 32px;
	}

	.About_UsMORE {
		margin-top: 40px;
	}

		.About_UsMORE a {
			background-color: #1D2087;
			padding: 10px 20px;
			border-radius: 20px;
			color: #fff;
		}

			.About_UsMORE a:hover {
				transition: 0.3s;
				padding: 10px 30px;
			}
	/*----------*/
	/*我们的优势*/

	.strength_title_box {
		text-align: center;
		float: right;
		line-height: 35px;
	}

	.strength_content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.strength_content_box {
		line-height: 30px;
	}

		.strength_content_box ul li {
			padding: 15px 15px 15px 19px;
		}

			.strength_content_box ul li h4 {
				margin-bottom: 20px;
				font-weight: 800;
			}

	.margin_box {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.width100 {
		width: 100%;
	}
	/*---------*/
	/*新闻*/

	/*---------*/
	/*新闻滚动*/
	.news_li {
		padding-right: 5px;
		padding-left: 5px;
	}

		.news_li img {
			width: 100%;
		}

	.scrollDiv1box {
		height: 350px;
		overflow: hidden;
		border: 1px solid #ccc;
		padding: 25px;
		border-radius: 10px;
	}

		.scrollDiv1box li {
			display: block;
			width: 100%;
			word-break: keep-all;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	/*----------*/
}
/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {
	.navbar-nav > li { /*border-right: 1px solid #052744;border-left: 1px solid #3d5f7d;*/
	}

		.navbar-nav > li:first-child {
			border-left: 0;
		}

		.navbar-nav > li:last-child {
			border-right: 0;
		}

		.navbar-nav > li > a {
			transition: background 0.4s;
			text-align: center;
		}

	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		font-weight: normal;
		line-height: 15px;
		min-width: 70px;
		color: #fff;
		padding-left: 0px;
		padding-right: 0px;
	}

		.navbar-default .navbar-nav > li > a:hover,
		.navbar-default .navbar-nav > li > a:focus,
		.navbar-default .navbar-nav > .active > a,
		.navbar-default .navbar-nav > .active > a:hover,
		.navbar-default .navbar-nav > .open > a,
		.navbar-default .navbar-nav > .open > a:hover,
		.navbar-default .navbar-nav > .open > a:focus {
			background-color: #1D2087;
			background-image: none;
			color: #fff
		}

	.navbar-default .navbar-nav-e > li > a {
		font-weight: normal;
	}

	.navbar .dropdown-menu {
		background: #1D2087;
		color: #fff;
		border: none;
		padding: 0px;
		border-radius: 0px;
		width: 130px;
	}

	.en .navbar .dropdown-menu {
		width: 220px;
	}

	.navbar .dropdown-menu li a {
		color: #fff;
		line-height: 35px;
		font-size: 12px;
		padding: 0px;
		text-indent: 10px;
	}

		.navbar .dropdown-menu li a:hover {
			background: #fff;
			color: #000;
		}

	.navbar .dropdown-menu li ul {
		display: none;
		position: absolute;
		z-index: 9999;
		margin-top: -35px;
		margin-left: 130px;
		width: 130px;
		background: #1D2087;
		color: #fff;
	}

	.en .navbar .dropdown-menu li ul {
		margin-left: 220px;
		width: 220px;
	}

	.navbar .dropdown-menu li ul a {
		line-height: 35px;
		display: block;
	}

	.navbar .dropdown-menu li ul li ul {
		display: none;
		position: absolute;
		z-index: 9999;
	}

	.navbar .dropdown-menu a span {
		display: none;
	}

	.nav_small {
		background: url(alpha.png);
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 25px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

		.nav_small > li {
		}

			.nav_small > li > a {
				line-height: 20px;
				color: #000;
				font-size: 13px;
			}

				.nav_small > li > a:hover {
					color: #000;
					background: transparent;
				}

	#app_menudown {
		display: none;
	}

	.footer_nav {
		display: none;
	}

	#small_search {
		right: 50px;
		position: absolute;
		top: 12px;
	}

	#smallSearchBox {
		top: 70px;
	}

	#language {
		right: 5px;
		position: absolute;
	}

	#languageBox {
		top: 80px;
	}

	.emptyBanner {
		margin-bottom: 80px;
	}

	/*导航栏*/
	.navbar_nav_box2 {
		background-color: #1D2087;
	}

	.navbar-brand {
		float: left;
		height: 90px;
		padding: 15px 15px;
		font-size: 18px;
		line-height: 20px;
	}

	.navbar-brand {
		width: 70%;
	}

		.navbar-brand img {
			width: 100%;
		}

	/*----------*/
	/*顶部电话*/
	.navbar_top_phone {
		float: right;
		padding: 5px 30px;
		/* display: none; */
		position: absolute;
		right: 30px;
		top: 20px;
	}

	.navbar_glyphicon_phone {
		font-size: 36px;
		float: left;
		margin-right: 10px;
	}

	.navbar_glyphicon_phone1 {
		float: left;
	}

		.navbar_glyphicon_phone1 p {
			font-size: 20px;
			color: #1D2087;
			font-family: Tahoma;
			font-weight: 800;
		}

		.navbar_glyphicon_phone1 span {
			font-size: 12px;
		}
	/*	-----*/
	/*悬浮框*/
	.banner_popup_box {
		position: absolute;
		right: 60px;
		top: 200px;
		width: 30%;
	}

	.homeImgIntroBox .tab .t1 {
		color: #343131;
	}

	.homeImgIntroBox .tab .t2 {
		color: #343131;
		border-bottom: 3px solid #1D2087;
	}

	.homeImgIntroBox .tab a {
		text-align: center;
		width: 50%;
		display: inline-block;
		padding: 20px 0;
		float: left;
		text-decoration: none;
	}

	.homeImgIntroBox .tab {
		width: 100%;
		padding: 0 15px;
	}

	.banner_popup_box_button {
		text-align: center;
		padding-bottom: 20px;
	}
	/*-------*/
	.btn-primary {
		width: 92%;
	}

	.form-group {
		margin-bottom: 30px;
	}
	/*关于我们*/
	.About_Usbox {
		background-color: transparent;
		background-image: url(../files/About_Us.jpg);
		height: 550px;
		background-repeat: no-repeat;
		/*background-attachment: fixed;*/
		background-position: center center;
		/*background-size: 100% 100%;*/
	}

	.About_Us {
		position: relative;
		top: 50px;
		/*padding: 0px 200px;*/
	}

	.About_Us_2 p {
		font-family: 微软雅黑;
		font-size: 16px;
		color: rgb(62, 79, 89);
		line-height: 32px;
	}

	.About_UsMORE {
		margin-top: 40px;
	}

		.About_UsMORE a {
			background-color: #1D2087;
			padding: 10px 20px;
			border-radius: 20px;
			color: #fff;
		}

			.About_UsMORE a:hover {
				transition: 0.3s;
				padding: 10px 30px;
			}
	/*----------*/
	/*新闻滚动*/
	.news_li img {
		width: 100%;
	}

	.scrollDiv1box {
		height: 350px;
		overflow: hidden;
		border: 1px solid #ccc;
		padding: 25px;
		border-radius: 10px;
	}

		.scrollDiv1box li {
			display: block;
			width: 100%;
			word-break: keep-all;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	/*----------*/
	/*我们的优势*/
	.strength {
		background-image: url(../files/youshi.jpg);
		height: 550px;
		/*background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;*/
	}

	.strength_title {
		color: #fff;
		padding: 35px 35px 0px 0px;
	}

	.strength_title_box {
		text-align: right;
		width: 50%;
		float: right;
		line-height: 35px;
	}

	.strength_content {
		padding: 40px 20px;
	}

	.strength_content_box {
		line-height: 30px;
	}


		.strength_content_box ul li {
			padding-right: 0px;
			padding-left: 0px;
		}

			.strength_content_box ul li h4 {
				margin-bottom: 20px;
				font-weight: 800;
			}

	.margin_box {
		/*margin-top: 40px;
		margin-bottom: 40px;*/
	}

	.width100 {
		width: 100%;
	}
	/*---------*/
	/*底部*/

	.footer_contactus p {
		color: #fff;
		line-height: 30px;
		font-size: 16px;
	}

	.footer_ewm img {
		width: 50%;
	}

	.footer_company {
		position: absolute;
		top: 0px;
		color: #fff;
		font-size: 14px;
	}

	.footer_pcnav {
		line-height: 80px;
	}

		.footer_pcnav ul li {
			float: left;
			width: 12%
		}

			.footer_pcnav ul li a {
				color: #fff;
				font-size: 16px;
			}

				.footer_pcnav ul li a:hover {
					color: #fff;
					font-size: 15px;
				}

	.footer_title {
		color: #fff;
		font-size: 16px;
		margin-bottom: 20px;
	}
}

/*屏幕宽度为1000px以上*/
@media screen and (min-width:1000px) {
	.navbar-default .navbar-nav > li > a {
		min-width: 100px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar .dropdown-menu li a {
		font-size: 14px;
		text-indent: 25px;
	}

		.navbar .dropdown-menu li a:hover {
			background: #fff;
			color: #000;
		}

	.slider__nav {
		bottom: 60px;
	}
	/*.positionBox{margin-top:20px;}*/
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px) {
	.navbar-brand {
		width: 100%;
	}

		.navbar-brand img {
			width: 100%;
		}

	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		font-weight: bold;
		font-family: Microsoft YaHei;
		line-height: 15px;
		min-width: 70px;
		color: #fff;
		padding-left: 0px;
		padding-right: 0px;
		min-width: 150px; /*padding兼容低版IE*/
	}

	.navbar {
		margin: 0px;
		margin-top: 0px;
		min-height: 120px;
		background-size: cover;
		border: none;
	}

	.navbar-brand {
		float: left;
		height: 75px;
		padding: 10px 0px;
		font-size: 18px;
		line-height: 20px;
	}

	.navbar_nav_box1 {
		height: 100px;
	}

	.navbar_nav_box2 {
		height: 45px;
		background-color: #1D2087;
	}

	#languageBox {
		position: absolute;
		overflow: hidden;
		top: 80px;
		display: none;
		z-index: 1000;
		right: 0px;
		background: url(alpha.png)
	}
	/*顶部电话*/
	.navbar_top_phone {
		float: right;
		padding: 0px 30px;
		/* display: none; */
		position: absolute;
		right: 330px;
		top: 20px;
	}

	.navbar_top_phone {
		/*float: right;
		padding: 30px 0;*/
	}

	.navbar_glyphicon_phone {
		font-size: 46px;
		float: left;
		margin-right: 10px;
	}

	.navbar_glyphicon_phone1 {
		float: left;
	}

		.navbar_glyphicon_phone1 p {
			font-size: 30px;
			color: #1D2087;
			font-family: Tahoma;
			font-weight: 800;
		}

		.navbar_glyphicon_phone1 span {
			font-size: 12px;
		}
	/*	-----*/
	/*悬浮框*/
	.banner_popup_box {
		position: absolute;
		right: 255px;
		top: 145px;
		width: 20%;
	}

	.homeImgIntroBox .tab .t1 {
		color: #343131;
	}

	.homeImgIntroBox .tab .t2 {
		color: #343131;
		border-bottom: 3px solid #1D2087;
	}

	.homeImgIntroBox .tab a {
		text-align: center;
		width: 50%;
		display: inline-block;
		padding: 18px 0;
		float: left;
		text-decoration: none;
	}

	.homeImgIntroBox .tab {
		width: 100%;
		padding: 0 15px;
	}

	.banner_popup_box_button {
		text-align: center;
		padding-bottom: 20px;
	}
	/*-------*/
	.btn-primary {
		width: 92%;
	}

	.form-group {
		margin-bottom: 30px;
	}
	/*关于我们*/
	.About_Usbox {
		background-color: transparent;
		background-image: url(../files/About_Us.jpg);
		height: 550px;
		background-repeat: no-repeat;
		/*background-attachment: fixed;*/
		background-position: center center;
		/*background-size: 100% 100%;*/
	}

	.About_Us {
		position: relative;
		top: 50px;
		padding: 0px 200px;
	}

	.About_Us_2 p {
		font-family: 微软雅黑;
		font-size: 16px;
		color: rgb(62, 79, 89);
		line-height: 32px;
	}

	.About_UsMORE {
		margin-top: 40px;
	}

		.About_UsMORE a {
			background-color: #1D2087;
			padding: 10px 20px;
			border-radius: 20px;
			color: #fff;
		}

			.About_UsMORE a:hover {
				transition: 0.3s;
				padding: 10px 30px;
			}
	/*----------*/
	/*新闻滚动*/
	.news_li img {
		width: 100%;
	}

	.scrollDiv1box {
		height: 450px;
		overflow: hidden;
		border: 1px solid #ccc;
		padding: 25px;
		border-radius: 10px;
	}

		.scrollDiv1box li {
			display: block;
			width: 100%;
			word-break: keep-all;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	/*----------*/
	/*我们的优势*/
	.strength {
		background-image: url(../files/youshi.jpg);
		height: 550px;
		/*background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;*/
	}

	.strength_title {
		color: #fff;
		padding: 35px 35px 0px 0px;
	}

	.strength_title_box {
		text-align: right;
		width: 50%;
		float: right;
		line-height: 35px;
	}

	.strength_content {
		padding: 40px 60px;
	}

	.strength_content_box {
		line-height: 30px;
	}

		.strength_content_box ul li {
			padding: 35px 0px 0px 35px;
		}

			.strength_content_box ul li h4 {
				margin-bottom: 20px;
				font-weight: 800;
			}

	.margin_box {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.width100 {
		width: 100%;
	}
	/*---------*/
	/*底部*/

	.footer_contactus p {
		color: #fff;
		line-height: 30px;
		font-size: 16px;
	}

	.footer_ewm img {
		width: 50%;
	}

	.footer_company {
		position: absolute;
		top: 0px;
		color: #fff;
		font-size: 14px;
	}

	.footer_pcnav {
		line-height: 80px;
	}

		.footer_pcnav ul li {
			float: left;
			width: 12%
		}

			.footer_pcnav ul li a {
				color: #fff;
				font-size: 16px;
			}

				.footer_pcnav ul li a:hover {
					color: #fff;
					font-size: 15px;
				}

	.footer_title {
		color: #fff;
		font-size: 16px;
		margin-bottom: 20px;
	}


	.service_navigation {
		width: 70%;
		float: right;
		height: 53px;
		line-height: 53px;
	}

		.service_navigation ul {
			display: flex;
		}

			.service_navigation ul li {
				text-align: center;
				height: 53px;
				line-height: 53px;
				font-weight: 800;
				color: #000;
			}

				.service_navigation ul li a {
					display: block;
					font-weight: 800;
					color: #000;
					font-size: 15px;
					height: 50px;
					/* border: 1px solid pink; */
					/* width: 200px; */
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

	/*各页面的业务导航*/
	.currentposition {
		width: 20%;
	}

	.service1_navigation11 {
		text-align: center;
		height: 53px;
		line-height: 53px;
		font-weight: 800;
		color: #000;
		float: right;
		width: 70%;
	}

		.service1_navigation11 ul li:nth-child(1) {
			background-color: #1D2087;
		}

			.service1_navigation11 ul li:nth-child(1) a {
				color: #fff;
			}

	.service_navigation ul li:hover {
		background-color: #1D2087;
		height: 53px;
		line-height: 53px;
	}

		.service_navigation ul li:hover a {
			color: #fff;
			height: 53px;
			line-height: 53px;
		}


	.imgNewsBox img {
		width: 100%;
	}

	.imgNewsBox .imgNewsBox_more {
		position: absolute;
		top: 200px;
		left: 165px;
	}
}

.navbar-default {
	background-color: #fff;
}
/*跑马灯*/
.partner_box {
	display: block;
	overflow-x: hidden;
}

#partner {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: #F5F5F7;
}

.partner_content {
	width: 1000%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

	.partner_content li {
		width: 200px;
		float: left;
		margin: 15px 15px;
		background-color: #fff;
		padding: 10px 0;
	}



.title_ty {
	text-align: center;
	line-height: 45px;
	padding-bottom: 10px;
	font-size: 26px;
	margin-right: 10px;
}

	.title_ty h2 {
		font-weight: bold;
	}

	.title_ty p {
		font-size: 14px;
		line-height: 15px;
	}
.Messagetable {
	line-height: 76px;
	padding-top: 20px;
	margin-top: 20px;
	display: block;
}