body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
table,
td,
ul {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

a {
	cursor: pointer;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}

img {
	border: none;
	display: inline-block;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
i,
strong {
	font-style: normal;
	/*font-weight: normal;*/
}


.main {
	width: 1374px;
	margin: 0 auto;
}

.index_top {
	width: 100%;
	background: url(../image/nav_top.png) top center repeat-x;
	float: left;
	height: 129px;
	background:#d5f5ef;
}

.index_top .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}

.index_top .main span {
	width: 141px;
}

.index_top dl {
	width: 250px;float: right;
}

.index_top dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
		color: #3d3d3d;
	line-height: 36px;
padding-left: 50px;
}

.index_top dl dd p {
	width: 226px;
	height: 28px;
		background-color: #017f69;
		border-radius: 14px;
	border-radius: 50%;
	overflow: hidden;
	border-radius: 14px;
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.index_top dl dd input {
	width: 200px;
	padding: 0px 10px;background: transparent;color: #fff;
}

.index_top dl dd img {
	width: 20px;

}

/*导航*/
.nav {
	width: 100%;
	height: 58px;
	line-height: 58px;
	display: flex;
	float: left;
	background-color: #017f69;
}

.nav ul {
	width: 100%;
	display: flex;
	line-height: 58px;
	height:58px;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	float: left;
	/* width: 100%; */
	text-align: center;
	cursor: pointer;line-height: 58px;
	height:58px;
	display: flex;

	position: relative;width: 100%;
}

.nav ul li:first-child {
	padding-left: 0px;
	border-left: none;
}

.nav ul li:last-child {
	padding-right: 0px;
	border-right: none;
}

.nav ul li>a {
	display: inline-block;
	float: left;
        line-height: 58px;
	height:58px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 18px;
        /*padding:0px 35px;*/
	font-weight: bold;display: block;

}

.nav ul li img {
	width: 24px;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -3px;
}

.nav ul li:hover>a,
.nav ul li.active>a {
	background-color: #dda841;
	color: #fff;

}

.nav ul li:hover dl {
	display: block;
}

.nav ul li dl {
	width: 152px;

	position: absolute;
	top: 57px;
	display: none;
	z-index: 9;
	left:0px;
}

.nav ul li dl::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 63px;
	border: 15px solid rgba(193, 22, 1, .8);
	border-color: transparent transparent rgba(193, 22, 1, .8) transparent;
}

.nav ul li dl dd {
	height: 59px;
	height: 59px;
	width: 100%;
}

.nav ul li dl dd a {
	height: 59px;
	line-height: 59px;
	width: 100%;
	background-color: rgba(193, 22, 1, .8);
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	/* border: none; */
}

.nav ul li dl dd:last-child a {
	border: none;
}

.nav ul li dl dd a:hover {
	background: #731503
}

/*banner切换*/
.banner {
	width: 100%;
	float: left;
}


.swiper-container1 {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
}

.swiper-container1 img {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 17px;
	height: 17px;
	;
	border-radius: 12px;
	margin-right: 0px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 72px;
	background: #cc1506;
	height: 17px;
	;
}
.banner .main{
	position: relative;top: -250px;
}
.swiper-button-prev1{
	background: url(../image/btnl.png) center center no-repeat;
	width: 47px;
	height: 47px;background-size: 100%;
	left: 100px;
}

.swiper-button-next1{
	background: url(../image/btnr.png) center center no-repeat;
	width: 47px;
	height: 47px;background-size: 100%;
	right: 100px;
}
.swiper-button-prev2{
	background: url(../image/btnl1.png) center center no-repeat;
	width: 28px;
	height: 52px;background-size: 100%;
	left: 0px;
}

.swiper-button-next2{
	background: url(../image/btnr1.png) center center no-repeat;
	width:28px;
	height: 52px;background-size: 100%;
	right:0px;
}



.index1,
.index2,
.index3,
.index4 {
	width: 100%;
	float: left;

}

.index1 {
	padding-top: 20px;
}

.index2 {
	padding-top: 20px;
	padding-bottom: 35px;


}

.index1_1{float: left;}
.index2_1,
.index2_2
 {
	float: left;background: #f4fafe;border-top: 4px solid #017f69;
}
.index2_1{
		width: 654px;float: left;	height: 280px;
}
.index2_2{
		width: 699px;float: right;	height: 280px;
}
.index1_3{
		width: 699px;
		height: 394px;float: left;
		margin-left: 20px;background: #f4fafe;border-top: 4px solid #017f69;
}
.index_tit {
width: calc(100% - 40px);padding: 0px 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
	align-items: center;
	margin-bottom: 10px;
}

.index_tit b {
		font-size: 18px;	color: #017f69;
	font-weight: bold;
	text-align: center;	height: 40px;
	line-height: 40px;
	position: relative;
}
.index_tit b img{ vertical-align: middle;margin-right: 5px;}

.index_tit span a {
	font-size: 14px;
		color: #017f69;
}
.index_tit span:hover a{
color: #ff0000;
}
.index1_1 {
	width: 654px;
	height: 396px;
}

.index1_1conbanner {
	float: left;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination2,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
	text-align: right;width: 95%;
	margin-right: 50px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	;
	border-radius: 10px;
	margin-right: 0px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	background: #cc1506;
	height: 10px;
	;
}

.swiper-container2 .swiper-wrapper .swiper-slide p {
	position: absolute;
	left: 0px;
	bottom: 3px;
	width: 100%;
	height: 47px;
	background: rgba(0, 0, 0, .6);
	display: inline-flex;
	align-items: center;
	justify-content: space-between;

}

.swiper-container2 .swiper-wrapper .swiper-slide p b {
	width:70%;
	margin: 0px 15px 0px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.swiper-container2 .swiper-wrapper .swiper-slide p i {
	width: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
	font-size: 24px;
	color: #ffffff;
	background: #c11601;
	display: inline-block;
	float: right;
}

.index_con {
	width: 100%;
	float: left;
}
.index_con dd{width: 100%;
float: left;}
.index_con ul {
	width: calc(100% - 40px);padding: 0px 20px;
	display: flex;flex-direction: column;
}
.index_con ul li {
	width: 100%;line-height: 42px;;
}
.index_con ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: url(../image/icon4.png) left center no-repeat;	color: #333333;
}
.index_con ul li a i{
	text-indent: 20px;
	width: 90%;
	display: inline-flex;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;	color: #333333;
}
.index_con ul li a:hover i{
		color: #ff0000;font-weight: bold;text-decoration: underline;
}

.index5{
	width: 100%;
background:#017f69;float: left;	height: 90px;
}
.index5 .main{
	width: 100%;height: 90px;
	display: flex;justify-content:center;justify-items: center;
	align-items: center;flex-direction: column;color: #fff;	font-size: 14px;	line-height: 24px;
}