/* 新增样式 */
.donghua {
	display: none;
}

.donghua img {
	width: 180px;
}

.pc_nav {
	display: block;
}

.mobile_nav {
	display: none;
}

.mobile_children {
	display: none;
}

@media (min-width:768px) {

	.navbar-right,
	.navbar-left,
	.navbar-nav {
		float: none !important;

	}

	.navbar-nav>li {
		width: 11.11%;
		text-align: center;

	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}

	.nav>li a,
	.navbar-default .navbar-nav>li.dropdown>a {
		font-size: 18px;
		color: #333;
	}

	.donghua {
		display: block;
		position: fixed;
		top: 26%;
		right: 0;
		z-index: 999;
	}
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	box-sizing: border-box;
	padding: 0 0;
	margin-top: 15px;
	height: auto;
}

.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.nav>li a,
.navbar-default .navbar-nav>li.dropdown>a {
	font-size: 16px;
	color: #333;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #293f92;
	background-color: transparent;
	font-weight: bold;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #293f92;
	font-weight: bold;
	background-color: transparent;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;

}


.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.6);
	border-top: solid 5px #4460CB;
	min-width: 100%;
	padding: 0;

}

.dropdown-menu>li>a {
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	bottom: -5px;
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

#header {
	width: 100%;
}

/* 物流采集 */

.caiji-list-box {
	width: 100%;
}

.caiji-list-box .caiji-list-item {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.caiji-list-box .caiji-list {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
	padding: 15px 10px;
	float: left;
}

.liucheng {
	background: url(../images/thir_bg.jpg) center;
	width: 100%;
	background-size: cover;
	padding-top: 36px;
	padding-bottom: 36px;
}

.zcfg {
	background-color: #fff;
	padding-bottom: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/r-btn.png);
	background-size: 44px 44px;
	width: 44px;
	height: 44px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/l-btn.png);
	width: 44px;
	height: 44px;
	background-size: 44px 44px;
}

/* 焦点图 */
.swiper-container-jiaodian .swiper-slide a {
	position: relative;
	height: 380px;
	overflow: hidden;
	display: block;
}

.swiper-container-jiaodian .swiper-slide img {
	height: 380px;
	width: 100%;
}

.swiper-container-jiaodian .swiper-slide p {
	background: rgba(0, 0, 0, 0.38);
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	bottom: 0;
}

.swiper-container-jiaodian.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background-color: #ac6a00;
	border-radius: 0;
	opacity: 1;
}

.swiper-container-jiaodian.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 0;
}

.swiper-pagination-jiaodian {
	text-align: right;
}

.swiper-container-jiaodian .swiper-pagination-bullet {
	opacity: 0.7;

}

.swiper-container-jiaodian .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}


.top-box {
	width: 100%;
	height: 48px;
	table-layout: fixed;
	overflow: hidden;
	background: #293F92;
}

.ziye-box {
	margin-top: 20px;
	min-height: 300px;
}


.device {
	width: 100%;
	min-height: 400px;
	border: 3px solid white;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.device .arrow-left {
	background: url(../images/l-btn.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	z-index: 3;
}

.device .arrow-right {
	background: url(../images/r-btn.png) no-repeat left bottom;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	z-index: 3;
}

.swiper-container {
	position: relative;
	z-index: 1;
}

.content-slide {
	padding: 20px;
	color: #fff;
}

.title {
	font-size: 25px;
	margin-bottom: 10px;
}

.pagination {
	position: relative;
	left: 0;
	text-align: center;
	bottom: 10px;
	width: 100%;
	z-index: 2;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

/* 焦点图 */

.jiaodian.swiper-container {
	width: 600px;
	height: 380px;
	color: #F0AD4E;
	text-align: center;
}

.swiper-slide {
	position: relative;
}

.swiper-slide .title {
	margin-bottom: 0;
	line-height: 57px;
	height: 57px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 19;
	width: 100%;
	text-align: left;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
}

.swiper-slide p {
	font-style: italic;
	font-size: 25px;
}

.jiaodianpage.pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: -10px;
	padding-right: 20px;
	text-align: right;
}

.jiaodianpage .swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 0;

}

.jiaodianpage .swiper-active-switch {
	background: #fa9900;

}

.swiper-dynamic-links {
	/* text-align: right; */
}

.swiper-dynamic-links a {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	background: #eee;
}

@media (max-width:1024px) {
	.device {
		height: 331px;
		width: 100%;
	}

	.jiaodian.swiper-container {
		width: 100%;
		height: 276px;
	}


}

@media (max-width:768px) {

	.pc_nav {
		display: none;
	}

	.mobile_nav {
		display: block;
	}

	.mobile_children {
		display: block;
		margin-top: 20px;
	}

	.mobile_children li {
		width: auto !important;
		padding: 0 10px;
		margin: 0 5px;
		background: #f3f3f3;
		border-radius: 20px;
		height: 30px;
		line-height: 30px;
	}

	.mobile_children li a {
		height: auto;
		line-height: inherit;
		display: initial;
	}

	.mobile_children li.current {
		background: #293F92;
		color: #fff;
	}

	.device {
		height: 90px;
		width: 100%;
		min-height: 90px;
	}
        .device .pagination{
            padding:5px 0;
         }

	.jiaodian.swiper-container {
		width: 100%;
		height: 276px;
	}

	a {

		font-size: 14px;
	}

	.speech {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
		float: none;
	}

	.caiji-list-box .caiji-list-item {
		width: 100%;
	}

	.caiji-list-box .caiji-list {
		width: 100%;

	}

	.caiji-list-box {
		margin-right: 0;
	}

	.picfocus {
		width: 100%;
		float: none;

	}

	.newlist-box .newlist {
		width: 32%;
		margin-bottom: 30px;

	}

	.navbar-brand {
		width: 80%;
		margin-top: 5px;
	}

	.navbar-brand img {
		width: 90%;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 28px;
		text-align: left;
		font-size: 14px;

	}

	.navbar-default {
		margin: 0 -15px;
		padding-left: 15px;


	}

	.fre li {
		width: 49%;

	}

	.fre li:nth-child(2n) {
		margin-right: 0;
	}

	.search {
		width: 40%;
		float: left;
		margin-left: 15px;
	}

	/* 左侧样式 */
	.lefbar2 {
		float: none;
		width: 100%;
	}



	.rightbar2 {
		float: none;
		width: 100%;
	}

	.position {
		text-align: left;
	}

	.lefbar2 {
		min-height: 54px;
		overflow: hidden;
	}

	.leftnav li {
		display: inline-block;
		width: 120px;
	}

	.leftnav li.big_tit {
		display: none;
	}

	.leftnav {
		overflow-x: scroll;
		white-space: nowrap;
		width: auto;
	}

	.leftnav li.current a {
		background: #293F92;
		color: #fff;

	}

	.leftnav li a:hover {
		border: none;
		background: #293F92;
		color: #fff;
	}

	.position {
		margin-top: 10px;

	}

	/* 图片列表 */
	.teacher-list-margin {
		width: 47.5%;

	}

	.teacher-list-margin:nth-child(2n) {
		margin-right: 0;
	}

	.teacher-list-margin:nth-child(5n) {
		margin-right: 0;
	}

	.speech li {
		height: auto;
	}

	.speech li>a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.speech li .title_tab{
		width: 150px;
		display: flex;
	}
	.speech li .title_tab div{
		margin-top: 0 !important;
	}

	.speech li .title_con {
		line-height: 26px;
	}

}

@media (min-width: 1440px) {
	.container {
		width: 1280px;
	}

	.nav>li>a {
		padding: 25px 20px;
	}

}