/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #d6000f;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	padding-top: 108px;
}

.container {
	margin: 0px auto;
	max-width: 1480px;
	padding: 0px 80px;
	margin: 0px auto;
}


.top {
	height: 108px;
	top: 0px;
	width: 100%;
	position: fixed;
	z-index: 10;
	transition: all 0.2s ease 0s;
	background: #fff;
}

.top .box {
	max-width: 1480px;
	min-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;

}

.top .logo {
	width: 269px;
	height: 100%;
	display: flex;
	align-items: center;
}

.top .logo img {
	width: 100%;
	height: auto;
}

.top .logo img:nth-child(2){
	display: none;
}


.top.scope .logo img:nth-child(1){
	display: none;
}

.top.scope .logo img:nth-child(2){
	display: block;
}


.top.scope{
height: 70px;
}

.top.scope .logo{
	width: 200px;
}

.top.scope .nav_r .tel{
	display: none;
}


.top .search h4 {
	margin-left: 6px;
}

.search{
	margin-left: 30px;
}

.search_tc {
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all 0.3s ease;
}

.search_tc.into {
	position: fixed;
	transform: translateY(0%);
	transition: all 0.3s ease;
}

.search_tc .search_close {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
}

.search_tc .search_nr {
	width: 60%;
	display: flex;
}

.search_tc .search_nr .text {
	width: calc(100% - 70px);
	border: 0px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0px 5%;
	font-size: 18px;
}

.search_tc .search_nr .btn {
	width: 70px;
	height: 70px;
	background: url(../images/btn_search1.png) no-repeat;
	border: 0px;
	cursor: pointer;
}


.nav_r {
	width: calc(100% - 280px);
}

.nav_r .tel {
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
}

.nav_r .tel span {
	font-size: 26px;
	color: #d6000f;
	font-weight: bold;
	margin-left: 10px;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 58px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0px 0px 6px 0px;
	justify-content: flex-end;
}

.nav a {
	color: #000;
}

.nav .nLi {
	height: 100%;
	position: relative;
}

.nav .nLi h3 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}


.nav .nLi h3 a {
	display: block;
	width: 135px;
	margin: 0px 5px;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 58px;
	z-index: 2;
	transition: none;
	color: #000;
	font-weight: bold;
}

.nav .nLi h3 a.on::after {
	width: 100%;
	height: 100%;
	content: '';
	background: #d6000f;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skew(-20deg);
	z-index: -1;
}

.nav .nLi h3 a.on {
	color: #fff;
	transition: none;
}

.nav .nLi:hover h3 a {
	color: #e10917;
	transition: none;
}

.nav .nLi:hover h3 a.on {
	color: #fff;
}


.nav .nLi ul{
	position: absolute;
	top: 58px;
	left: -6px;
	width: calc(100% - 9px);
	background: rgba(255, 255, 255, 0.6);
	display: none;
}

.nav .nLi:hover ul{
	display: block;
}

.nav .nLi ul a{
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
}

.nav .nLi ul a:hover{
	color: #d41321;
}


.search a i{
	font-size: 20px;
}


.search_tc {
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	transition: all 0.3s ease;
}

.search_tc.into {
	position: fixed;
	transform: translateY(0%);
	transition: all 0.3s ease;
}

.search_tc .search_close {
	position: absolute;
	right: 3%;
	top: 3%;
	cursor: pointer;
}

.search_tc .search_nr {
	width: 60%;
	display: flex;
}

.search_tc .search_nr .text {
	width: calc(100% - 70px);
	border: 0px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0px 5%;
	font-size: 18px;
}

.search_tc .search_nr .btn {
	width: 70px;
	height: 70px;
	background: url(../images/btn_search1.png) no-repeat;
	border: 0px;
	cursor: pointer;
}


.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close {
	position: absolute;
	top: 0;
	right: 0%;
	width: 30%;
	height: 50px;
	z-index: 10;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}

.in_banner {
	height: auto;
	width: 100%;
}

.in_banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.in_banner .swiper-slide .pcimg {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide .phimg {
	width: 100%;
	height: auto;
	display: none;
}

.in_banner .swiper-slide .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_banner .swiper-slide .container h2 {
	font-size: 80px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}

.in_banner .swiper-slide .container p {
	font-size: 30px;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 10%);
}



.in_banner .qieh {
	position: absolute;
	width: 300px;
	left: 5%;
	bottom: 10%;
	display: flex;
	align-items: center;
}


.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	top: 0%;
	margin-top: 0;
	width: 100px;
	height: 50%;
	padding: 0;
	cursor: pointer;
	left: 0%;
}

.in_banner .swiper-button-next {
	left: auto;
	right: 0%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
	color: #fff;
	font-size: 15px;
}

.in_banner .swiper-pagination {
	color: rgba(0, 0, 0, 0);
	font-size: 20px;
	bottom: 5px;
	z-index: 1;
	width: 150px;
	left: 75px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.in_banner .swiper-pagination::after {
	width: 90px;
	height: 2px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 30px;
	bottom: 13px;
	content: '';
}

.in_banner .swiper-pagination::before {
	height: 2px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 30px;
	bottom: 13px;
	content: '';
	animation: qieh 6s linear infinite;
}


.in_banner .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

.in_banner .swiper-pagination span {
	background: none;
	color: #fff;
}


.in_banner .gun {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 46px;
	background: url(../images/tp2.png) no-repeat;
	z-index: 2;
}

.in_banner .gun img {
	animation: arrows 1s linear infinite;
	position: absolute;
	left: 7px;
}

@keyframes arrows {
	0% {
		top: 20px;
		opacity: 1;
	}

	50% {
		top: 25px;
	}

	100% {
		top: 30px;
	}
}

@keyframes qieh {
	0% {
		width: 0px;
	}

	100% {
		width: 90px;
	}
}

.in_banner_g {
	width: 100%;
	height: calc(100vh - 88px);
}

.in_bt {
	color: #333;
	font-size: 36px;
	padding-bottom: 50px;
}

.in_bt b {
	font-size: 28px;
	display: block;
	text-transform: uppercase;
}

.in_bt b font {
	color: #d6000f;
}

.in_bt p {
	font-size: 18px;
}

.in_bt1 {
	color: #fff;
	text-align: center;
}

.in_box {
	position: relative;
	padding: 70px 0px;
}

.in_box_nr {
	position: relative;
}

.in_box_nr .hd {
	position: absolute;
	right: 0px;
	top: -60px;
}

.in_box_nr .hd ul {
	display: flex;
}

.in_box_nr .hd ul li {
	cursor: pointer;
	font-size: 14px;
	color: #999;
	margin: 0px 20px;
	position: relative;
}

.in_box_nr .hd ul li.on {
	color: #333;
}

.in_box_nr .hd ul li.on::after {
	width: 100%;
	height: 6px;
	content: '';
	background: #d6000f;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}

.in_box_nr .bd .nr {
	display: flex;
	justify-content: space-between;
}

.in_box_nr .bd .nr .left {
	width: 45%;
}

.in_box_nr .bd .nr .left a {
	display: block;
}

.in_box_nr .bd .nr .left a .img {
	overflow: hidden;
}

.in_box_nr .bd .nr .left a .img img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.in_box_nr .bd .nr .left a:hover .img img {
	transform: scale(1.1);
	transition: all 0.5s ease 0s;
}

.in_box_nr .bd .nr .right {
	width: 52%;
}

.in_box_nr .bd .nr .right a {
	border-bottom: 1px solid #ebebeb;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.in_box_nr .bd .nr .right a h2 {
	font-size: 20px;
	color: #333;
	padding: 12px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box_nr .bd .nr .right a:hover h2 {
	color: #d6000f;
}

.in_box_nr .bd .nr .right a p {
	font-size: 16px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box_nr .bd .nr .right a span {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}

.in_box_nr .bd .nr .right a:hover span b {
	color: #d6000f;
}


.in_box2 {
	background: url(../images/in_box1_bj) no-repeat top right #f6f6f6;
	padding: 70px 0px;
}

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

.in_box2_box .swiper-slide::after {
	width: 1px;
	height: calc(100% - 30px);
	content: '';
	background: #e1e1e1;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.in_box2_box .swiper-slide a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 0px 50px 0px 50px;
	padding: 8%;
}

.in_box2_box .swiper-slide a:hover {
	background: #fff;
}

.in_box2_box .swiper-slide a h2 {
	font-size: 22px;
	color: #d6000f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box2_box .swiper-slide a h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0px;
}

.in_box2_box .swiper-slide a img {
	width: 100%;
	height: auto;
}

.in_box2_box .swiper-slide a p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 22px;
	overflow: hidden;
}

.in_box2_box .swiper-slide a span {
	font-size: 15px;
	color: #999;
	font-weight: bold;
	padding-top: 15px;
	display: flex;
	align-items: center;
}

.in_box2_box .swiper-slide a:hover span {
	color: #d6000f;
}

.in_box2_box .swiper-slide a span i {
	width: 46px;
	height: 20px;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	display: block;
	margin-left: 10px;
}

.in_box2_box .swiper-slide a:hover span i {
	background: url(../images/more_r.png) no-repeat;
	background-size: cover;
}


.in_box3 {
	background: url(../images/in_box2_bj.png) no-repeat #fff;
	background-size: 100% 50%;
	padding: 70px 0px;
}

.in_box3_box .swiper-slide {
	height: 480px;
	position: relative;
}

.in_box3_box .swiper-slide .img {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
}

.in_box3_box .swiper-slide:hover .img {
	height: 100%;
	transition: all 0.3s ease 0s;
}

.in_box3_box .swiper-slide .wz {
	height: 152px;
	box-sizing: border-box;
	padding: 25px;
	border: solid 1px #e1e1e1;
	border-top: 0px;
}

.in_box3_box .swiper-slide:hover .wz {
	display: none;
}

.in_box3_box .swiper-slide .wz h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box3_box .swiper-slide .wz p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 22px;
	overflow: hidden;
}

.in_box3_box .swiper-slide .fd {
	background: rgba(214, 0, 15, 0.7);
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 8%;
	padding-top: 15%;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}

.in_box3_box .swiper-slide:hover .fd {
	bottom: 0px;
	transition: all 0.3s ease 0s;
}

.in_box3_box .swiper-slide .fd h2 {
	font-size: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_box3_box .swiper-slide .fd p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	overflow: hidden;
}

.in_box3_box .swiper-slide .fd h3 {
	position: absolute;
	bottom: 0px;
	bottom: 8%;
	left: 8%;
	width: 84%;
}

.in_box3_box .swiper-slide .fd h3 a {
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.in_box3_box .swiper-slide .fd h3 a:hover {
	color: #ffd300;
}

.in_box3_box .swiper-slide .fd h3 a:hover i {
	width: 40px;
	height: 16px;
	background: url(../images/more_r1.png) no-repeat;
	background-size: cover;
	display: block;
}

.in_box3_box .swiper-button-next, .in_box3_box .swiper-button-prev{
	border: 1px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.in_box3_box .swiper-button-next::after, .in_box3_box .swiper-button-prev::after{
	font-size: 30px;
	color: #fff;
}



.di {
	background-color: #f6f6f6;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

.di .container {
	display: flex;
	justify-content: space-between;
}

.di_l {
	width: 450px;
}

.di_l h2 {
	margin-bottom: 15px;
}

.di_l h2 img{
	width: auto;
	height: 50px;
}

.di_l p {
	font-size: 15px;
	color: #333;
	padding: 7px 0px;
}

.di_l p img {
	margin-right: 8px;
}

.di_l p span {
	font-family: fantasy;
	font-size: 36px;
	color: #d6000f;
}

.di_z {
	width: calc(90% - 800px);
	margin-left: 5%;
	margin-right: 5%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


.di_z ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.di_z ul li {
	flex: 1;
	max-width: 160px;
	text-align: center;
}

.di_z ul li h2 a {
	color: #333;
	font-size: 17px;
	padding-bottom: 10px;
	display: block;
}

.di_z ul li p a {
	font-size: 15px;
	color: #999;
	display: block;
	line-height: 26px;
}

.di_r {
	width: 200px;
}



.di_r h3 {
	text-align: center;
	color: #999;
	font-size: 15px;
	line-height: 24px;
}

.di_r h3 img{
	width: 140px;
	height: auto;
}

.di_d {
	text-align: center;
	background: #c5c5c5;
	padding: 15px 0px;
	margin-top: 15px;
	color: #666;
	font-size: 13px;
}

.di_d a {
	color: #666;
}


.ny_banner{
	height: 377px;
}

.ny_banner .container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-shadow: 0px 0px 5px #333;
}

.ny_banner .container h2{
	font-size: 45px;
}

.ny_banner .container p{
	font-size: 22px;
}


.ny_nav {
	height: 60px;
	line-height: 60px;
	overflow-x: auto;
	width: 100%;
	position: sticky;
	margin-top: -60px;
}

.ny_nav .container {
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.ny_nav .container a {
	flex: 1;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #333;
	position: relative;
	padding: 0px 10px;
	white-space: nowrap;
	background: rgba(255, 255, 255, 0.9);
}

.ny_nav .container a:hover {
	color: #fff;
	background: #d41321;
}


.ny_nav .container a.on {
	color: #fff;
	background: #d41321;
}

.about_h{
	padding: 90px 0px;
}

.about_box{
	display: flex;
	justify-content: space-between;
}

.about_box_l{
	width: 550px;
}

.about_box_l img{
	width: 100%;
	height: auto;
}

.about_box_r{
	width: calc(100% - 600px);
	color: #333;
}

.about_box_r h2{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.about_box_r p{
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding-bottom: 15px;
}

.about_box1 ul{
display: flex;
margin: 0px -50px;
flex-wrap: wrap;
}

.about_box1 ul li{
	width: calc(25% - 50px);
	margin: 0px 23px;
	margin-bottom: 50px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-radius: 15px;
}

.about_box1 ul li h2{
	background: #f4f4f4;
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_box1 ul li h2 img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.about_box1 ul li p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	padding: 5%;
	text-align: center;
	font-size: 16px;
}

.about_box1 ul li:hover p{
	background: #d41321;
	color: #fff;
}

.fanye{
	text-align: center;
}

.about_box2 ul{
	display: flex;
margin: 0px -40px;
flex-wrap: wrap;
}

.about_box2 ul li{
	width: calc(50% - 40px);
	margin: 0px 20px;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 15px;
	background: #f5f5f5;
	display: flex;
	height: 310px;
}


.about_box2 ul li .img{
	width: 230px;
	height: auto;
}

.about_box2 ul li .img img{
	width: 100%;
	height: auto;
}

.about_box2 ul li .nr{
	width: calc(100% - 230px);
	box-sizing: border-box;
	padding: 4%;
	overflow-y: auto;
}

.about_box2 ul li .nr h2{
	font-size:20px;
	color: #333;
	padding-bottom: 10px;
}

.about_box2 ul li .nr h3{
	font-size:17px;
	color: #333;
}

.about_box2 ul li .nr span{
	font-size: 15px;
	padding-left: 15px;
}

.about_box2 ul li .nr p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.about_box2 ul li:hover{
	background: #d41321;
}

.about_box2 ul li:hover h2,.about_box2 ul li:hover h3,.about_box2 ul li:hover p{
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.about_box2 ul li .nr::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}

/*定义滑块 内阴影+圆角*/
.about_box2 ul li .nr::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #cfcfd1;
}

.click_tc{
	display: none;
}

.click_tt{
	width: 800px;
	height: auto;
	box-sizing: border-box;
	padding: 5%;
	display: flex;
	justify-content: space-between;
}

.click_tt .left{
	width: 230px;
}

.click_tt .left img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.click_tt .right{
	width: calc(100% - 250px);
}

.click_tt .right h2{
	font-size:20px;
	color: #333;
	padding-bottom: 10px;
}

.click_tt .right h3{
	font-size:17px;
	color: #333;
}

.click_tt .right span{
	font-size: 15px;
	padding-left: 15px;
}

.click_tt .right p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.about_box3 ul{
display: flex;
flex-wrap: wrap;
margin: 0px -30px;
}

.about_box3 ul li{
	width: calc(20% - 32px);
	margin: 0px 15px;
	margin-bottom: 25px;
	border: 1px solid #eee;
}

.about_box3 ul li img{
	width: 100%;
	height: auto;
}


.product_list ul{
	margin: 0px -40px;
	display: flex;
	flex-wrap: wrap;
}

.product_list ul li{
	width: calc(33.3% - 40px);
	margin: 0px 20px;
	margin-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 2%;
}

.product_list ul li a img{
	width: 100%;
	border-bottom: 1px solid #ddd;
}


.product_list ul li a h2 {
	font-size: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0px;
}

.product_list ul li a:hover h2{
	color: #d41321;
}

.product_list ul li a h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0px;
}


.product_list ul li a p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 22px;
	overflow: hidden;
}

.product_list ul li a span {
	font-size: 15px;
	color: #999;
	font-weight: bold;
	padding-top: 15px;
	display: flex;
	align-items: center;
}

.product_list ul li a:hover span {
	color: #d6000f;
}

.product_list ul li a span i {
	width: 46px;
	height: 20px;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	display: block;
	margin-left: 10px;
}

.product_list ul li a:hover span i {
	background: url(../images/more_r.png) no-repeat;
	background-size: cover;
}

.pro_d{
	display: flex;
	height: 460px;
	border-bottom: 1px solid #ddd;
}

.pro_d .left{
	width: 50%;
	background: #fafafa;
	box-sizing: border-box;
	padding: 3%;
	overflow-y: auto;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.pro_d .left::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}

/*定义滑块 内阴影+圆角*/
.pro_d .left::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #cfcfd1;
}

.pro_d .left h2{
	font-size: 25px;
	color: #333;
}

.pro_d .left h3{
	width: 48px;
	height: 3px;
	background-color: #d6000f;
	margin: 10px 0px;
	margin-bottom: 25px;
}

.pro_d .left p{
	font-size: 17px;
	display: block;
	margin-top: 15px;
	color: #333;
	line-height: 30px;
}

.pro_d .right{
	width: 50%;
}

.pro_d .right .pro_dr{
	height: 100%;
} 

.pro_d .right .swiper-slide{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.pro_d .right .swiper-slide img{
	max-width: 100%;
	max-width: 100%;
	width: 70%;
	height: auto;
}


.pro_dr .swiper-button-next, .pro_dr .swiper-button-prev{
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

.pro_dr .swiper-button-next::after, .pro_dr .swiper-button-prev::after{
	font-size: 26px;
	color: #ddd;
}

.pro_dr .swiper-pagination-bullet-active{
	background: #d41321;
}

.pro_d1 .bt{
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}

.pro_d1 .nr{
	font-size: 15px;
}

.pro_d1 .nr img{
	max-width: 100%;
	width: auto;
	height: auto;
}


.pro_d2{
	background: #f5f5f5;
	position: relative;
}

.pro_d2 .bt{
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}

.pro_dr2 .swiper-slide img{
	 width: 100%;
	 height: auto;
}

.pro_dr2 .swiper-slide h2{
	color: #fff;
	position: absolute;
	font-size: 17px;
	left: 20px;
	top: 20px;
}

.pro_dr2 .swiper-pagination-bullet-active{
	background: #d41321;
}


.solution ul{
	margin: 0px -40px;
	display: flex;
	flex-wrap: wrap;
}

.solution ul li{
	width: calc(33.3% - 40px);
	margin: 0px 20px;
	margin-bottom: 30px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	height: 472px;
}

.solution ul li .img {
	width: 100%;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
}

.solution ul li:hover .img {
	height: 100%;
	transition: all 0.3s ease 0s;
}

.solution ul li .wz {
	height: 152px;
	box-sizing: border-box;
	padding: 25px;
	border: solid 1px #e1e1e1;
	border-top: 0px;
}

.solution ul li:hover .wz {
	display: none;
}

.solution ul li .wz h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.solution ul li .wz p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	line-height: 22px;
	overflow: hidden;
}

.solution ul li .fd {
	background: rgba(214, 0, 15, 0.7);
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 8%;
	padding-top: 15%;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}

.solution ul li:hover .fd {
	bottom: 0px;
	transition: all 0.3s ease 0s;
}

.solution ul li .fd h2 {
	font-size: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.solution ul li .fd p {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	overflow: hidden;
}

.solution ul li .fd h3 {
	position: absolute;
	bottom: 0px;
	bottom: 8%;
	left: 8%;
	width: 84%;
}

.solution ul li .fd h3 a {
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

.solution ul li .fd h3 a:hover {
	color: #ffd300;
}

.solution ul li .fd h3 a:hover i {
	width: 40px;
	height: 16px;
	background: url(../images/more_r1.png) no-repeat;
	background-size: cover;
	display: block;
}

.solution_detail{
	max-width: 1000px;
	margin: 0px auto;
}

.solution_detail .bt{
	text-align: center;
	margin-bottom: 30px;
}

.solution_detail .bt1{
	border-bottom: 1px solid #eee;
}

.solution_detail .bt h2{
	font-size: 28px;
	color: #333;
}

.solution_detail .bt h3{
	width: 48px;
	height: 3px;
	background-color: #d6000f;
	display: block;
	margin: 10px auto;
}

.solution_detail .bt h4{
	text-align: left;
	padding: 10px 0px;
	font-size: 16px;
}

.solution_detail .nr img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.solution_detail .nr p{
	font-size: 15px;
	display: block;
	line-height: 30px;
	padding-bottom: 15px;
}

.news_list ul{
	background: #fff;
}

.news_list ul li{
	border-bottom: 1px solid #eee;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list ul li.stick .img{
	width: 448px;
}

.news_list ul li.stick .img img{
	width: 100%;
	height: auto;
}

.news_list ul li .wz{
	width: calc(100% - 140px);
}

.news_list ul li.stick .wz{
	width: calc(100% - 598px);
}

.news_list ul li .wz h2 a{
font-size: 20px;
color: #333;
}

.news_list ul li .wz h2 a:hover{
	color: #d41321;
}

.news_list ul li .wz p{
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin: 15px 0px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_list ul li .wz span{
	display: block;
}

.news_list ul li .wz span a {
	font-size: 15px;
	color: #333;
	display: flex;
	align-items: center;
}

.news_list ul li .wz span a:hover {
	color: #d6000f;
}

.news_list ul li .wz span a i {
	width: 46px;
	height: 20px;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	display: block;
	margin-left: 10px;
}

.news_list ul li .wz span a:hover i {
	background: url(../images/more_r.png) no-repeat;
	background-size: cover;
}


.news_list ul li .time{
	width: 90px;
	text-align: center;
	color: #d41321;
}

.news_list ul li .time h2{
	font-size: 26px;
	font-weight: bold;
}

.news_list ul li .time b{
	width: 47px;
	height: 1px;
	background-color: #d6000f;
	display: block;
	margin: 10px auto;
}

.news_list ul li .time h3{
	font-size: 22px;
	font-weight: bold;
}

.fanye1{
	padding: 30px 0px;
}


.jobli {
	background: #fff;
	padding-bottom: 25px;
}

.jobli .title {
	display: flex;
	justify-content: space-between;
	background-color: #d6000f;
	border-radius: 8px 8px 0px 0px;
	padding: 0px 50px;
}

.jobli .title span {
	display: block;
	width: 25%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

.jobli li {
	width: 100%;
	position: relative;
	border-radius: 10px;
	padding: 0px 50px;
	box-sizing: border-box;
}

.jobli li .link {
	height: auto;
	cursor: pointer;
	background: #fff;
	display: flex;
	font-size: 30px;
}

.jobli li .link .nr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.jobli li .link .nr span {
	font-size: 18px;
	display: block;
	text-align: center;
	width: 25%;
	line-height: 80px;
}


.jobli li.open .link .tbanchor {

	transform: rotate(180deg);

}

.jobli li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 40px;
	top: 25px;
	color: #ccc;
}


.jobli li .jobnr {
	background: #f5f5f5;
	padding: 20px 40px;
	font-size: 14px;
}

.jobli li .jobnr .yq {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.jobli li .jobnr .yq li {
	width: 25%;
	padding: 0px;
	font-size: 15px;
	padding: 10px 0px;
}

.jobli li .jobnr .zc {
	display: flex;
	justify-content: space-between;
	padding: 25px 0px;
	border-bottom: 1px solid #ddd;
}

.jobli li .jobnr .zc dd {
	width: 45%;
}

.jobli li .jobnr .zc dd h2 {
	font-size: 17px;
	color: #333;
	padding-bottom: 15px;
}

.jobli li .jobnr .zc dd p {
	font-size: 15px;
	line-height: 26px;
}

.jobli li .jobnr .js {
	font-size: 18px;
	color: #d41321;
	padding-top: 25px;
	line-height: 34px;
}