/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 110px;
	background: #fff;
	/* box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2); */
}

.header .logo {
	float: left;
	margin-top: 25px;
}

.header .nav {
	float: left;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	width: 135px;
	text-align: center;
	position: relative;
	line-height: 110px;
}

/* .header .nav>li:hover, .header .nav>li.hover {
	background: #033a89;
} */
/* .header .nav>li:hover>a, .header .nav>li.hover>a {
	color: #fff;
} */
.header .nav>li a {
	padding: 0;
	font-size: 16px;
	color: #333;
	background: none;
}

.header .sousuo {
	float: left;
	height: 110px;
	margin-left: 40px;
	position: relative;
}

.header .sousuo>img {
	margin-top: 45px;
}

.sousuo_on {
	position: absolute;
	top: 90%;
	left: -100px;
	width: 200px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.5);
	display: none;
}

.sousuo_on input {
	width: 75%;
	height: 100%;
	background: none;
	border: none;
	float: left;
	padding-left: 10px;
	color: #333;
}

.sousuo_on button {
	width: 20%;
	height: 100%;
	float: right;
	border: none;
	background: #fff;
}

.language_tab {
	float: right;
}

.header .nav .sec {
	position: absolute;
	top: 110px;
	left: 0;
	width: 280%;
	margin-left: -75px;
	background: #2962a9;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #033a89;
}

.header .nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 10px;
	position: absolute;
	left: 91px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.language_tab {
	float: right;
	padding-left: 30px;
	background: url(../image/yuyan.png) no-repeat left;
	background-position-y: 42px;
}

.language_tab select {
	display: inline-block;
	padding: 0 5px;
	margin-top: 43px;
	border: none;
	appearance: none;
	outline: none;
}

.banner {
	margin-top: 110px;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}

.banner .swiper-slide .text h3 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 20px;
}

.banner .swiper-slide .text p {
	font-size: 30px;
	color: #ffffff;
}

.banner .swiper-slide .text a {
	padding: 20px 50px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 30px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	background: none;
	z-index: 2;
}

.banner .swiper-slide .text a::after {
	display: block;
	content: "";
	width: 0%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.banner .swiper-slide .text a:hover::after {
	width: 100%;

}

.banner .swiper-slide .text a:hover {
	color: #333;
}

.fp_box_1 {
	background-color: #f6f6f6;
	padding-bottom: 50px;
}

.title {
	text-align: center;
	padding: 55px 0;
}

.title h3 {
	font-size: 40px;
}

.fp_box_1 .box {
	background: #fff;
	padding: 50px;
	border-radius: 10px;
	padding-bottom: 15px;
}

.list ul {
	margin-left: -20px;
	margin-right: -20px;
}

.list ul li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	margin-bottom: 35px;
}

.list ul li .pic {
	text-align: center;
	background: #e9e9e9;
	padding: 15px 0;
	position: relative;
}

.list ul li .pic img {
	height: 200px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.list ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.list ul li .pic span {
	display: inline-block;
	padding: 10px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffa800;
		display:none;
}

.list ul li .text {
	padding: 10px 0;
	background: #f5f5f5;
	text-align: center;
	height:80px;
}

.list ul li .text h4 {
	font-size: 20px;
	color: #000000;
}

.list ul li .text span {
	font-size: 16px;
	color: #000000;
	line-height:36px;
}

.fp_box_1 .box .top {
	text-align: center;
	margin-bottom: 40px;
}

.fp_box_1 .box .top a {
	display: inline-block;
	padding: 19px 60px;
	border-radius: 30px;
	text-align: center;
	color: #333;
	background: #ececec;
	margin: 0 10px;
	font-size: 14px;
	width:18%;
}

.fp_box_1 .box .top a:hover,
.fp_box_1 .box .top a.hover {
	color: #fff;
	background: #1860ad;
	font-size: 14px;
}

.list {
	display: none;
}

.list.show {
	display: block;

}

.liik {
	font-size: 22px;
	color: #000000;
}

.liik a {
	display: inline-block;
	margin: 0 10px;
}

.news {
	padding-bottom: 120px;
}

.news .mianzhu {
	margin-left: -20px;
	margin-right: -20px;

}

.main {
	float: left;
	width: 33.33%;
	padding: 0 20px;
}

.main>div {
	padding: 35px;
	padding-bottom: 0;
	background: #f6f6f6;
}

.main_two>div {
	padding-bottom: 35px;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.main .pic {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.main .pic img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.main .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.title_two h3 {
	position: relative;
	font-size: 24px;
	display: inline-block;
	float: left;
	padding-left: 15px;
}

.title_two h3::before {
	display: block;
	content: "";
	width: 5px;
	height: 25px;
	background: #1860ad;
	position: absolute;
	top: 0;
	left: 0;
}

.title_two a {
	float: right;
	display: inline-block;
	margin-top: 22px;
	font-size: 16px;
	color: #6b6b6b;
}

.title_two a:hover {
	color: #006bb7;
}

.main ul li {
	padding: 25px 0;
	border-bottom: 1px solid #b7b7b7;
}

.main ul li:nth-child(2) {
	border-bottom: none;
}

.main_two>div ul li {
	padding-bottom: 15px;
}

.main_two>div ul li:nth-child(2) {
	padding-bottom: 0;
}

.main ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #6b6b6b;
	margin-bottom: 20px;
}

.main ul li span {
	font-size: 14px;
	color: #b7b7b7;
	padding-left: 20px;
	display: block;
	background: url(../image/time.png) no-repeat left;
}

.main ul li a:hover {
	color: #006bb7;
}

.fp_box_2 {
	background: url(../image/bg2.png) no-repeat top;
	background-size: 100% auto;
	padding-top: 90px;
}

.fp_box_2 .top h3 {
	display: inline-block;
	float: left;
	font-size: 40px;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.fp_box_2 .top p {
	width: 80%;
	float: right;
	text-indent: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding-left:5%;
	padding-right:0px;

}

.boxd2 {
	margin-top: 40px;
}

.boxd2 ul {
	margin-left: -16px;
	margin-right: -16px;
}

.boxd2 ul li {
	padding: 0 18px;
	width: 33.33%;
	float: left;
}

.boxd2 ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.boxd2 ul li a img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.boxd2 ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.boxd2 ul li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 20px;
}

.boxd3 {
	margin-top: 40px;
	padding-bottom: 40px;
}

.boxd3 ul {
	margin-left: -10px;
	margin-right: -10px;
}

.boxd3 ul li {
	width: 20%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.boxd3 ul li>div {
	margin-top: 40px;
	background: #fff;
}

.boxd3 ul li>div {
	text-align: center;
	height: 165px;
	border-radius: 10px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	padding-top: 20px;
	box-sizing: border-box;
}

.boxd3 ul li>div h3 {
	font-size: 22px;
	color: #3a3a3a;
}

.boxd3 ul li>div strong {
	font-size: 42px;
	color: #1860ad;
	font-weight: bold;
}

.boxd3 ul li>div em {
	font-size: 22px;
	color: #1860ad;
}

.fp_box_3 {
	background: url(../image/bg3.png) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 150px;
}

.lunbo {
	position: relative;
	display: none;
}

.lunbo .swiper-slide {
	background: #fff;
}

.lunbo .swiper-slide a {
	display: inline-block;
	height: 160px;
	width: 20%;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #e5e5e5;
}

.lunbo .swiper-slide a img {
	width: 80%;
	display: block;
}

.lunbo .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(../image/you.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	right: -80px;
}

.lunbo .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(../image/zuo.png) no-repeat center;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	left: -80px;
}

.tab_b {
	margin-bottom: 40px;
	text-align: center;
}

.tab_b a {
	display: inline-block;
	padding: 11px 40px;
	border-radius: 10px;
	background: #eaeaea;
	margin: 0 10px;
	font-size:18px;
}

.tab_b a:hover,
.tab_b a.hover {
	background: #1860ad;
	color: #fff;
}

footer {
	padding: 80px 0;
	background: #292828;
}

footer ul li {
	width: 20%;
	float: left;
}

footer ul li:nth-child(3) {
	width: 34%; margin-right:3%;
}

footer ul li:nth-child(4) {
	width: 20%;


}

footer ul li h3 {
	color: #fff;
	margin-bottom: 30px;
}

footer ul li a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../image/sanjiao.png) no-repeat left;
}

footer ul li p {
	color: #fff;
	margin-bottom: 10px;
	line-height: 2;
	text-align:left;
	padding-left:0;
}

footer ul li p img {
	margin-right: 10px;
}

footer ul li .ma {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer ul li .erweima {
	text-align: center;
	color: #fff;
	padding-right:2%;
}

footer ul li .erweima img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.footer {
	padding: 20px 0;
	background: #292828;
}

.footer p {
	font-size: 16px;
	color: #666;
	padding-left:2%;
	padding-right:2%;
}

.footer p a {
	color: #666;
}

.footer p a:hover {
	color: #006bb7;
}

.tc_lunbo {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}
.cha{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1000;
}
.cha img{
	width: 50px;
	height: 50px;
}
.tc_lunbo .gallery-top {

	width: 100%;
	padding: 100px;
}

.tc_lunbo .gallery-thumbs {
	width: 20%;
}

.tc_lunbo .gallery-top img {
	height: 100%;
	display: block;
	margin: 0 auto;
}

.tc_lunbo .gallery-thumbs img {
	width: 100%;
	height: auto;
}

.tc_lunbo .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.tc_lunbo .swiper-slide {
	background-size: cover;
	background-position: center;
}

.tc_lunbo .gallery-top {
	height: 100%;
	width: 100%;
}

.tc_lunbo .gallery-thumbs {
	height: 20%;
	width: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	display:none;
}

.tc_lunbo .gallery-thumbs .swiper-slide {
	width: 25%;
	opacity: 0.7;
}

.tc_lunbo .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.tc_lunbo{
	display: none;
}
.tc_lunbo.hover{
	display: block;
}
.list_ddf h3{
	font-size: 30px;
	font-weight: bold;
}
.list_ddf ul {
	padding: 0 2px;
	box-sizing: border-box;
}
.list_ddf ul li{
	width: 33%;
	padding: 10px 0;
	float: left;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid #e9e9e9;
}
.list_ddf ul li img{
	height: 80px;
	max-width: 100%;
}
@media only screen and (max-width:1600px) {

	.lunbo .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background: url(../image/you.png) no-repeat center;
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		right: 0px;
	}

	.lunbo .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		background: url(../image/zuo.png) no-repeat center;
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		left: 0px;
	}
}


@media only screen and (max-width:1440px) {
	.header .logo img {
		width: 455px;
		margin-top: 5px;
	}

	.header .nav>li {
		width: 130px;
	}

	.header .sousuo {
		margin-left: 13px;
	}

	.header .nav>li a {
		font-size: 16px;
	}

	.list ul li .pic img {
		height: 160px;
	}

	.main .pic img {
		height: 160px;
	}

	.lunbo .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background: url(../image/you.png) no-repeat center;
		width: 40px;
		height: 40px;
		background-size: 100% 100%;
		right: -20px;
	}

	.lunbo .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		background: url(../image/zuo.png) no-repeat center;
		width: 40px;
		height: 40px;
		background-size: 100% 100%;
		left: -20px;
	}
	
}


@media only screen and (max-width:1366px) {
	.header .nav>li {
		width: 80px;
	}
	
		.header .sousuo {
		margin-left: 23px;
	}

}



@media only screen and (max-width:1280px) {
	.header .nav>li {
		width: 80px;
	}
	
			.header .sousuo {
		margin-left: 20px;
	}
	
	.list_ddf ul li img{
	height: 111px;
	max-width: 100%;
}

}




@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 230px;
		margin-top: 30px;
	}

	.header .logo img {
		width: 100%;
	}

	.banner .swiper-slide .text {
		padding-top: 7%;
	}

	.banner .swiper-slide .text h3 {
		font-size: 40px;
	}

	.banner .swiper-slide .text p {
		font-size: 18px;
	}

	.title {
		padding: 25px 0;
	}

	.title h3 {
		font-size: 34px;
	}

	.fp_box_1 .box .top a {
		padding: 5px 40px;
		border-radius: 30px;
		font-size: 15px;
	}

	.list ul li .pic img {
		height: 120px;
	}

	.list ul li .text {
		padding: 4px 0;
		height:55px;
	}

	.list ul li .text h4 {
		font-size: 16px;
	}

	.list ul li .text span {
		font-size: 12px;
	}

	.list ul li .pic span {
		padding: 5px;
	}

	.main {
		width: 50%;
	}

	.main_two {
		width: 100%;
		margin-top: 30px;
	}

	.main.main_two .pic img {
		height: auto;
	}

	.fp_box_2 {
		background-size: 100% 240px;
	}

	.boxd3 ul li>div strong {
		font-size: 36px;
	}

	.lunbo .swiper-slide a {
		height: 130px;
	}

	.footer p {
		font-size: 12px;
	}

	footer ul li h3 {
		font-size: 18px;
	}

	footer ul li .erweima img {
		width: 80px;
		height: 80px;
	}

	.header .nav>li {
		width: 80px;
	}

	.header .sousuo {
		margin-left: 10px;
	}
}































@media only screen and (max-width: 1080px) {



.list_ddf ul li img{
	height: 100px;
	max-width: 100%;
}





	.header .nav {
	
		float: left;
	margin-left: 30px;
	z-index: 99;
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		height: 100%;
		background: #1860AD;
		padding: 20px 0;
		margin: 0;
		display: none;
	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.header .logo {
		width: 450px;
		margin-top: 24px;
	}

	.language_tab {
		margin-right: 100px;
	}

	.header .sousuo {
		display: none;
	}

	.fp_box_1 .box .top a {
		padding: 5px 30px;
		border-radius: 30px;
		font-size: 15px;
	}

	.fp_box_2 {
		background-size: 100% 350px;
	}

	.boxd2 ul li a p {
		font-size: 14px;
		padding: 10px 0;
	}

	.boxd3 ul li>div strong {
		font-size: 30px;
	}

	.boxd3 ul li>div h3 {
		font-size: 18px;
		color: #3a3a3a;
	}

	.boxd3 ul li>div em {
		font-size: 19px;
		color: #1860ad;
	}

	.boxd3 ul li>div {
		text-align: center;
		height: 120px;
		border-radius: 10px;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
		padding-top: 5px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 750px) {

.tab_b a {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 10px;
	background: #eaeaea;
	margin: 0 10px;
	font-size:16px;
}




	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.header .nav {
		top: 60px;
		padding-top: 0;
	}

	.banner {
		margin-top: 60px;
	}

	.header .logo img {
		width: 208px;
		height:33px;
		margin-top: -2px;

	}

	.language_tab {
		margin-right: 40px;
		margin-top:-62px;
	}

	.language_tab a {
		display: inline-block;
		padding-left: 20px;
		margin-top: 20px;
		font-size: 12px;
		margin-right: 20px;
		background: url(../image/yuyan.png) no-repeat left;
		background-size: 15px;
	}

	.banner .swiper-slide .text {
		padding-top: 0%;
	}

	.banner .swiper-slide .text h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.banner .swiper-slide .text p {
		font-size: 12px;
	}

	.banner .swiper-slide .text a {
		padding: 5px 15px;
		display: inline-block;
		border-radius: 30px;
		margin-top: 5px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		position: relative;
		overflow: hidden;
		background: none;
		z-index: 2;
	}

	.fp_box_1 .box {
		background: #fff;
		padding: 10px;
		border-radius: 10px;
		padding-bottom: 15px;
		height:737px;
	}

	.fp_box_1 .box .top a {
		padding: 13px 6px;
		border-radius: 10px;
		font-size: 14px;
		margin:0;
	}

	.list ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.list ul li {
		padding: 0 10px;
		width: 50%;
		margin-bottom: 15px;
	}

	.list ul li .pic img {
		height: 100px;
	}

	.list ul li .text h4 {
		font-size: 14px;
		margin: 5px 0;
	}

	.list ul li .pic span {
		font-size: 10px;
	}

	.main {
		width: 100%;
		margin-bottom: 15px;
	}

	.main_two {
		width: 100%;
		margin-top: 0px;
	}

	.main>div {
		padding: 15px;
		padding-bottom: 0;
		background: #f6f6f6;
	}

	.main.main_two>div {
		padding: 35px;
		padding-bottom: 0;
		background: #f6f6f6;
		padding-bottom: 20px;
	}

	.main .pic img {
		height: auto;
	}

	.news {
		padding-bottom: 30px;
	}

	.title {
		padding: 20px 0;
	}

	.title h3 {
		font-size: 24px;
		margin: 0;
	}

	.fp_box_1 .box .top {
		text-align: center;
		margin-bottom: 20px;
		display:none;
	}

	.fp_box_1 .box {
		padding-bottom: 0;
	}

	.liik {
		font-size: 14px;
		color: #000000;
		margin-top: 10px;
	}

	.main>div {
		padding-top: 5px;
	}

	.main ul li {
		padding: 15px 0;
		border-bottom: 1px solid #b7b7b7;
	}

	.main.main_two>div {
		padding: 10px;
		border-radius: 0;
	}

	.fp_box_2 {
		padding-top: 20px;
	}

	.fp_box_2 .top h3 {
		display: block;
		float: none;
		font-size: 26px;
		text-align: center;
		color: #ffffff;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	.fp_box_2 .top p {
		width: 100%;
		float: none;
		text-indent: 1.5;
		color: #fff;
		text-indent: 28px;
		font-size: 13px;
		line-height: 1.5;
	}

	.boxd2 ul li {
		padding: 0 18px;
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.boxd3 ul li {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.boxd3 ul li>div {
		margin-top: 10px;
	}

	.lunbo .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}

	.lunbo .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.lunbo .swiper-slide a {
		width: 33.33%;
		height: 60px;
	}

	.fp_box_3 {
		padding-bottom: 30px;
	}

	.tab_b {
		margin-bottom: 20px;
	}

	footer {
		padding: 30px 0;
	}

	footer ul li {
		width: 50%;
	}

	footer ul li:nth-child(3) {
		width: 100%;
	}

	footer ul li:nth-child(4) {
		width: 100%;
	}

	footer ul li .erweima img {
		width: 100px;
		height: 100px;
	}

	.footer p {
		font-size: 10px;
		width: 100%;
		text-align: left;
	}

	.header .nav>li {
		width: 100%;
		line-height: 50px;
		text-align: left;
	}

	.header .nav>li a {
		display: inline-block;
		width: 25%;
		padding-left: 20px;
	}

	.header .nav .sec {
		width: 100%;
	}

	.header .nav li.on {
		background: url(../image/dyyou.png) no-repeat top right;
		background-size: 22px;
		background-position-x: 95%;
		background-position-y: 13px;
	}

	.header .nav .sec .level li>a {
		width: 100%;
	}

	.header .nav .sec>li:hover,
	.header .nav .sec>li.hover {
		background: none;
	}
	.tc_lunbo .gallery-top img {
	    height: auto;
	    display: block;
	    margin: 0 auto;
	    width: 100%;
	}
	.tc_lunbo .gallery-top{
		padding-top: 200px;
	}
	.cha img {
	    width:30px;
	    height: 30px;
	}
	.tc_lunbo .gallery-thumbs{
		display: none;
	}
	.list_ddf h3{
		font-size: 22px;
		font-weight: bold;
	}
	.list_ddf ul {
		padding: 0px;
		box-sizing: border-box;
	}
	.list_ddf ul li{
		width: 33%;
		padding: 10px 0;
		float: left;
		text-align: center;
		margin-bottom: 20px;
	}
	.list_ddf ul li img{
		height: 58px;
		max-width: 100%;
		object-fit: cover;
	}
}
