body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #151a2d;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #0e419c;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/
.logo {
	font-size: 24px;
	color: #404040;
	line-height: 65px;
}

.navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	padding: 0 25px;
	line-height: 65px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #0078ff;
}

.homepage .title {
	text-align: center;
	font-size: 36px;
	padding-top: 58px;
	padding-bottom: 30px;
}

.homepage .title::after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: #358cff;
	margin: 25px auto 0;
}

.homepage .title p {
	font-size: 14px;
	margin: 10px 0 -10px;
}

.homepage .title p span {
	color: #ff0000;
}

.homepage .a {
	background: url(../images/bg_02.jpg) center no-repeat;
	height: 570px;
	color: #fff;
	padding-top: 60px;
}

.homepage .a img {
	max-width: 100%;
}

.homepage .a h2 {
	font-size: 21px;
}

.homepage .a h2 span {
	font-size: 40px;
}

.homepage .a ul {
	margin: 15px 0 25px;
}

.homepage .a ul li {
	font-size: 16px;
	line-height: 30px;
	background: url(../images/dian.png) left 12px no-repeat;
	padding-left: 20px;
}

.homepage .a .btn {
	background: #3bd200;
	color: #fff;
	padding: 10px 50px;
	margin-right: 10px;
	vertical-align: bottom;
	font-size: 30px;
}

.homepage .a p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 20px;
}

.homepage .b {
	background: url(../images/bg_03.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.homepage .b .media {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 30px;
	padding: 20px 30px;
	font-size: 16px;
}

.homepage .c {
	padding-bottom: 60px;
}

.homepage .c ul {
	margin: 0 -8px;
}

.homepage .c ul li {
	float: left;
	width: 20%;
	padding: 8px;
	text-align: center;
}

.homepage .c ul li a {
	display: block;
	border: 1px solid #eee;
}

.homepage .c ul li a img {
	width: 100%;
}

.homepage .c ul li dl {
	padding: 20px;
	color: #666;
}

.homepage .c ul li dt {
	font-size: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.homepage .c ul li dd {
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.homepage .d {
	background: url(../images/bg_05.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.homepage .d .row {
	margin-top: 30px;
}

.homepage .d img {
	max-width: 100%;
}

.homepage .d .btn {
	font-size: 21px;
	color: #fff;
	background: #215bff;
	padding: 10px 70px;
}

.homepage .d dd p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	height: 90px;
	overflow: hidden;
	margin: 10px 0 15px;
}

.homepage .d dt {
	font-size: 27px;
	margin-top: 70px;
}

.homepage .e {
	padding-bottom: 60px;
}

.homepage .e .swiper-slide>.flex {
	background: #fafafa;
	padding: 15px;
}

.homepage .e .swiper-slide>.flex i {
	color: #ff9c00;
}

.homepage .e .swiper-slide .pic {
	margin-right: 15px;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.homepage .e .swiper-slide .pic img {
	width: 100%;
}

.homepage .e .swiper-slide p {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}

.homepage .e .swiper-slide .flex_item .flex {
	font-size: 18px;
}

.homepage .e .swiper-container {
	padding-bottom: 30px;
}

.homepage .e .swiper-pagination {
	bottom: 0;
}

.footer {
	text-align: center;
	color: #fff;
	background: #333333;
	padding: 20px 0;
}

.downTop {
	width: 100%;
	height: 65px;
	line-height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 999999;
	font-size: 16px;
	display: none;
	transition: all 0.6s;
}

.downTop .btn {
	background: #3bd200;
	color: #fff;
	padding: 10px 25px;
	margin-left: 15px;
}

@media screen and (min-width:981px) and (max-width:1200px) {

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

	.logo img {
		width: 300px;
	}

	.header {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {
	.logo img {
		width: 300px;
	}

	.header {
		font-size: 16px;
		line-height: 30px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}

}

@media (max-width:768px) {

	.navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}

	.logo {
		font-size: 14px;
		line-height: 50px;
		padding-left: 15px;
	}

	.logo img {
		width: 40px;
	}

	.navbar-collapse {
		float: none;
	}

	.homepage .a {
		height: auto;
		padding-top: 15px;
		background-size: cover;
	}

	.homepage .a .flex {
		display: block;
	}

	.homepage .a h2 {
		font-size: 14px;
	}

	.homepage .a h2 span {
		font-size: 24px;
	}

	.homepage .a ul li {
		font-size: 13px;
	}

	.homepage .a .btn {
		font-size: 16px;
		padding: 10px 30px;
	}

	.homepage .a p {
		font-size: 13px;
		line-height: 24px;
	}

	.homepage .title {
		font-size: 18px;
		padding: 25px 0 10px;
	}

	.homepage .title::after {
		width: 30px;
		margin-top: 10px;
	}

	.homepage .b .media {
		margin-top: 15px;
	}

	.homepage .b,
	.homepage .c,
	.homepage .d,
	.homepage .e {
		padding-bottom: 20px;
	}

	.homepage .c ul li {
		width: 100%;
	}

	.homepage .d dt {
		margin-top: 15px;
		font-size: 16px;
	}

	.homepage .d dd p {
		font-size: 12px;
		line-height: 24px;
		height: auto;
	}

	.homepage .d .btn {
		font-size: 14px;
		padding: 10px 30px;
		margin-bottom: 10px;
	}

	.homepage .d .row {
		margin-top: 0;
	}

	.homepage .e .swiper-slide .flex_item .flex {
		font-size: 14px;
	}

	.homepage .e .swiper-container {
		padding-bottom: 50px;
	}
	.downTop .logo{
		padding-left: 0;
	}
	.downTop .btn{
		padding: 6px 15px;
	}




}
