﻿/*通用类*/
* {
	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: 120px;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}

.header .logo {
	float: left;
	margin-top: 25px;
}

.nav {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	z-index: 99;
	height: 60px;
	background: #cb191d;
	margin-top: 120px;
}

.nav li {
	float: left;
	width: 11%;
	text-align: center;
	position: relative;
	line-height: 59px;
}

.nav li a {
	color: #fff;
}

.nav li:hover,
.nav li.hover {
	background: #fbaa34;
}

.nav li:hover>a,
.nav li.hover>a {
	color: #fff;
}

.nav li a {
	padding: 0;
	font-size: 16px;
	background: none;
}

.header .contact {
	float: right;
	background: url(../images/di1.png) no-repeat left;
	background-size: auto 35px;
	padding-left: 50px;
	font-size: 20px;
	color: #d61419;
	font-weight: bold;
	margin-top: 20px;
}

.header .contact strong {
	display: block;
	font-size: 24px;
	color: #e25428;
}

.nav .sec {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #2962a9;
	padding: 10px 0;
	display: none;
}

.nav li:hover .sec {
	display: block;
}

.nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.nav .sec>li:hover,
.nav .sec>li.hover {
	background: #033a89;
}

.nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.nav .sec>li:hover .level {
	display: block;
}

.nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.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;
}

.banner {
	margin-top: 180px;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 6px;
	display: inline-block;
	border-radius: 0%;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #fbaa34;
}

.fp_box_1 {
	padding: 100px 0 40px 0;
	background: #f5f5f5;
}

.fp_box_1 ul {
	margin-left: -20px;
	margin-right: -20px;
}

.fp_box_1 ul li {
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.fp_box_1 ul li>a {
	display: block;
	overflow: hidden;
	border-radius: 0 30px 0 30px;
	position: relative;
}

.fp_box_1 ul li>a img {
	width: 100%;
	height: 336px;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_1 ul li:hover>a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_1 ul li>a p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 65px;
	line-height: 65px;
	width: 100%;
	margin-bottom: 0;
	padding-left: 50px;
	color: #fff;
	font-size: 17px;
	background: #cb191d url(../images/more.png) no-repeat right;
	background-position-x: 95%;
}

.fp_box_1 ul li:nth-child(2)>a {
	border-radius: 30px 0px 30px 0px;
}

.fp_box_2 .top {
	width: 100%;
	border-radius: 20px 20px 0 0;
	height: 336px;
	background: url(../images/t1.png) no-repeat center;
	background-size: 100% 100%;
}

.fp_box_2 .top ul {
	margin-left: 100px;
}

.fp_box_2 .top ul li {
	float: left;
	margin-top: 120px;
	padding: 0 20px;
}

.fp_box_2 .top ul li h3 {
	margin: 0;
}

.fp_box_2 .top ul li h3 strong {
	font-size: 43px;
	color: #ffff1c;
}

.fp_box_2 .top ul li h3 em {
	color: #ffff1c;
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
}

.fp_box_2 .top ul li p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.fp_box_2 {
	padding-bottom: 100px;
	background: #f5f5f5;
}

.fp_box_2 a {
	display: block;
	padding: 20px 0;
	text-align: center;
	background: #fbaa34;
	border-radius: 0 0 20px 20px;
	color: #fff;
	font-size: 16px;
}

.news {
	padding-top: 50px;
}

.news .top .left {
	width: 40%;
	float: left;
}

.news .top .left h3 {
	text-transform: uppercase;
	font-size: 36px;
	color: #cb191d;
	font-weight: bold;
}

.news .top .left span {
	font-size: 30px;
	color: #000;
}

.news .top .rii {
	width: 60%;
	float: right;
	text-align: right;
}

.news .top .rii a {
	display: inline-block;
	width: 175px;
	height: 55px;
	line-height: 55px;
	text-align: center;

	margin-top: 30px;
	border-radius: 5px;
	color: #000;
}

.news .top .rii a:hover,
.news .top .rii a.hover {
	background: #cb191d;
	color: #fff;
}

.news_list {
	margin-top: 40px;
	padding-bottom: 60px;
	display: none;
}

.news_list .left {
	width: 36%;
	float: left;
}

.news_list .left img {
	width: 100%;
}

.news_list .left .text {
	padding: 25px;
	background: #f8f8f8;
}

.news_list .left .text a {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list .left .text a:hover {
	color: #cb191d;
}

.news_list .left .text span {
	color: #bbb;
	font-size: 17px;
	display: block;
	margin-top: 15px;
}

.news_list .rii {
	width: 61%;
	float: right;
}

.news_list .rii ul li {
	margin-bottom: 20px;
}

.news_list .rii ul li a {
	display: block;
	padding: 25px 30px;
	background: #f8f8f8;
}

.news_list .rii ul li .zuo {
	width: 70%;
	float: left;
	position: relative;
}

.news_list .rii ul li .you {
	width: 20%;
	float: right;
	text-align: center;
}

.news_list .rii ul li .zuo h3 {
	margin: 0;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_list .rii ul li:hover .zuo h3 {
	color: #cb191d;
}

.news_list .rii ul li .zuo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	color: #a5a5a5;
	line-height: 1.5;
	margin-top: 10px;
}

.news_list .rii ul li .you span {
	display: block;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

.news_list .rii ul li .you em {
	display: block;
	font-size: 18px;
	color: #000000;
	margin: 0;
}

.news_list .rii ul li .zuo::after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #bfbfbf;
	position: absolute;
	top: 0;
	right: -55px;
}

footer {
	background: #fbaa34;
	padding: 15px 0;
}

footer .left {
	width: 50%;
	float: left;
	font-size: 18px;
	color: #ffffff;
}

footer .rii {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
}

footer .rii a {
	color: #ffffff;
}

footer .rii a:hover {
	color: #c91e21;
}

.bott_foot {
	display: none;
}

@media only screen and (max-width:1320px) {
	.news_list .rii ul li a {
		display: block;
		padding: 20px 30px;
		background: #f8f8f8;
	}
}

@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.news_list .rii ul li .zuo p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 14px;
		color: #a5a5a5;
		line-height: 1.5;
		margin-top: 10px;
	}

	.fp_box_2 .top ul {
		margin-left: 30px;
	}

	.fp_box_2 .top ul li h3 strong {
		font-size: 31px;
		color: #ffff1c;
	}

	.news_list .rii ul li .you span {
		display: block;
		font-size: 32px;
		color: #000000;
		font-weight: bold;
		margin: 0;
	}

	.news_list .rii ul li .zuo::after {
		display: block;
		content: "";
		width: 1px;
		height: 100%;
		background: #bfbfbf;
		position: absolute;
		top: 0;
		right: -40px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.nav {
		position: fixed;
		left: 0;
		top: 120px;
		width: 100%;
		background: #033a89;
		padding: 20px 0;
		margin: 0;
		display: none;
		height: 100%;
	}
	.nav li:hover, .nav li.hover {
	    background: none;
	}
	.nav li {
		width: 100%;
		line-height: 50px;
	}

	.nav li a {
		color: #fff;
	}

	.nav .sec {
		position: static;
	}

	.nav .sec>li {
		height: auto;
	}

	.nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.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);
	}

	.banner {
		margin-top: 120px;
	}

	.fp_box_1 ul li>a img {
		width: 100%;
		height: 240px;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		object-fit: cover;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.nav {
		top: 60px;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.banner .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}

	.banner .swiper-pagination-bullet {
		width: 25px;
		height: 3px;
	}

	.fp_box_1 {
		padding: 30px 0 0;
		background: #f5f5f5;
	}

	.fp_box_1 ul li {
		width: 100%;
		float: left;
		margin-bottom: 30px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.fp_box_1 ul li>a img {
		height: auto;
	}

	.fp_box_1 ul li>a p {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 35px;
		line-height: 35px;
		width: 100%;
		margin-bottom: 0;
		padding-left: 50px;
		color: #fff;
		font-size: 14px;
		background-size: 20px;
	}

	.fp_box_2 .top {
		width: 100%;
		border-radius: 10px 10px 0 0;
		height: 140px;
		background: url(../images/t1.png) no-repeat center;
		background-size: 100% 100%;
		padding-right: 20%;
	}

	.fp_box_2 .top ul li {
		float: left;
		margin-top: 5px;
		width: 50%;
		text-align: left;
		padding: 0 10px;
	}

	.fp_box_2 .top ul li h3 strong {
		font-size: 16px;
		color: #ffff1c;
	}

	.fp_box_2 .top ul li p {
		color: #fff;
		text-align: left;
		font-size: 12px;
		margin-top: 5px;
	}

	.fp_box_2 a {
		display: block;
		padding: 10px 0;
		text-align: center;
		background: #fbaa34;
		border-radius: 0 0 10px 10px;
		color: #fff;
		font-size: 14px;
	}

	.fp_box_2 {
		padding-bottom: 30px;
		background: #f5f5f5;
	}

	.news {
		padding-top: 30px;
	}

	.news .top .left {
		width: 100%;
		float: left;
	}

	.news .top .left h3 {
		text-transform: uppercase;
		font-size: 22px;
		color: #cb191d;
		font-weight: bold;
		margin: 0;
	}

	.news .top .left span {
		font-size: 14px;
	}

	.news .top .rii {
		width: 100%;
		float: none;
		text-align: left;
	}

	.news .top .rii a {
		display: inline-block;
		width: 80px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin-top: 10px;
		border-radius: 5px;
		color: #000;
		font-size: 14px;
		border: 1px solid #c91e21;
	}

	.news_list {
		margin-top: 10px;
		padding-bottom: 30px;
		display: none;
	}

	.news_list .left {
		width: 100%;
		float: left;
	}

	.news_list .rii {
		width: 100%;
		float: right;
	}

	.news_list .rii ul li {
		margin-bottom: 0;
		margin-top: 15px;
	}

	.news_list .left .text {
		padding: 10px;
		background: #f8f8f8;
	}

	.news_list .left .text a {
		font-size: 14px;
		color: #000000;
		line-height: 1.5;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.news_list .rii ul li a {
		display: block;
		padding: 10px;
		background: #f8f8f8;
	}

	.news_list .left .text span {
		color: #bbb;
		font-size: 12px;
		display: block;
		margin-top: 9px;
	}

	.news_list .rii ul li .zuo {
		width: 65%;
		float: left;
		position: relative;
	}

	.news_list .rii ul li .you {
		width: 25%;
		float: right;
		text-align: center;
	}

	.news_list .rii ul li .you span {
		display: block;
		font-size: 24px;
		color: #000000;
		font-weight: bold;
		margin: 0;
		margin-top: 5px;
	}

	.news_list .rii ul li .zuo h3 {
		margin: 0;
		font-size: 16px;
		color: #000000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.news_list .rii ul li .you em {
		display: block;
		font-size: 12px;
		color: #000000;
		margin: 0;
	}

	.news_list .rii ul li .zuo p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 12px;
		color: #a5a5a5;
		line-height: 1.5;
		margin-top: 5px;
	}

	footer .left {
		font-size: 10px;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	footer .rii {
		font-size: 10px;
		width: 100%;
		text-align: center;
	}
	body{
		padding-bottom: 60px;
	}
	.bott_foot{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 80;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.8)
	}
	.bott_foot ul li{
		width: 25%;
		float: left;
		height: 60px;
		background: #fff;
		text-align: center;
	}
	.bott_foot ul li img{
		width: 25px;
		display: block;
		margin: 5px auto;
	}
}