/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	position: relative;
	max-height: 100vh;
	overflow: hidden;
	width: 100%;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}

.carousel-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}


/**intitle**/

.intitle {
	text-align: center;
	font-size: 36px;
	color: #333;
}

.intitle:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #222;
	display: block;
	margin: 10px auto 0px;
}

/**pag3**/
.pag3 {
	background: url(../images/bg2.jpg);
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding: 100px 0px;
}

.pag3 .center .intitle {
	line-height: 1.7em;
	color: #fff;
}

.pag3 .center .intitle span {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	max-width: 1040px;
	display: block;
	margin: auto;
	padding: 0px 20px;
}

.pag3 .center .intitle span:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 10px auto;
}


.pag3 .center .intitle:after {
	display: none;
}


.pag3 .center {
	max-width: 1240px;
	margin: auto;
	padding: 0px 20px;
}

.pag3 ul {
	display: flex;
	margin-top: 40px;
}

.pag3 ul li {
	width: 20%;
	padding: 0px 5px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.pag3 ul li.active {
	width: 26%;
}


.pag3 ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.pag3 ul li .ico {
	width: 100%;
	height: 360px;
	position: relative;
	background: #da251a;
	transition: all 0.5s;
}

.pag3 ul li .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	transition: all 0.5s;
	height: 100%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.pag3 ul li:hover .ico img {
	opacity: 0.2;
}

.pag3 ul li .text {
	position: absolute;
	top: calc(100% - 40px);
	padding: 0px 30px;
	transition: all 0.5s;
}

.pag3 ul li:hover .text {
	top: 50%;
	transform: translateY(-50%);
}


.pag3 ul li .text .title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.pag3 ul li .text .subname {
	font-size: 14px;
	display: block;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
	opacity: 0;
	max-height: 168px;
}

.pag3 ul li .text .subname:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 10px auto;
}

.pag3 ul li:hover .subname {
	opacity: 1;
}

/**pag4**/
.pag4 {
	background: url(../images/bg.jpg);
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding: 150px 0px;
}

.pag4 .center {
	max-width: 1240px;
	margin: auto;
	padding: 0px 20px;
}

.pag4 .intitle {
	color: #fff;
}

.pag4 .intitle:after {
	display: none;
}

.pag4 .intitle span {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.8em;
	max-width: 1040px;
	margin: 10px auto 0px;
	padding: 0px 20px;
}

.pag4 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px auto 0px;
    max-width: 1000px;
}

.pag4 ul li .ico {
	height: 130px;
	width: 130px;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.pag4 ul li .ico img {
	height: 44px;
}

.pag4 ul li:hover .ico {
	background: rgba(218, 37, 28, 1);
}

.pag4 ul li:hover .ico img {
	filter: brightness(0%) invert(100%);
}

.pag4 ul li .title {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 18px;
	margin-top: 20px;
	font-weight: 700;
}



/**pag5**/
.pag5 {
	background: #f6f6f6;
	width: 100%;
	overflow: hidden;
	padding: 60px 0px;
}

.pag5 .center {
	max-width: 1240px;
	margin: 20px auto 0px;
	overflow: hidden;
	padding: 0px 15px;
}

.pag5 .center a {
	width: calc(100% / 8);
	display: block;
	padding: 5px;
	float: left;
}

.pag5 .center a .ico img {
	width: 100%;
}


/**pag2**/
.pag2 {
	width: 100%;
	padding: 80px 0px;
	overflow: hidden;
}

.pag2 .intitle:after {
	display: none;
}


.pag2 .intitle span {
	display: block;
	font-size: 16px;
	max-width: 1040px;
	padding: 0px 20px;
	margin: auto;
}

.pag2 .intitle span:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #333;
	display: block;
	margin: 10px auto;
}


.pag2 .center {
	max-width: 1240px;
	margin: auto;
	padding: 0px 5px;
}

.pag2 .center ul {
	display: flex;
	padding: 0px 0px;
	overflow: hidden;
	margin-top: 20px;
}

.pag2 .center ul li {
	width: calc(100% / 3);
	padding: 15px;
}

.pag2 .center ul li img {
	width: 100%;
	transition: all 0.5s;
}

.pag2 .center ul li:hover img {
	transform: scale(1.1);
}

.pag2 .center ul li .name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(218, 37, 28, .63);
	color: #fff;
	line-height: 47px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	transition: all ease .3s;
	opacity: 1;
}

.pag2 .center ul li:hover .name {
	opacity: 0;
}


.pag2 .center ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}


/**pag1**/

.pag1 {}

.pag1 .inprfl {
	width: 100%;
	line-height: 85px;
	background: #fff;
}

.pag1 .inprfl ul {
	max-width: 1240px;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: auto;
}

.pag1 .inprfl ul li {
	display: flex;
	align-items: center;
	padding: 0px 3vw;
	cursor: pointer;
	position: relative;
	transition: all ease .3s;
}
.pag1 .inprfl ul li::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #da251c transparent transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease .3s;
}
.pag1 .inprfl ul li.cur::after
{
    opacity: 1;
}

.pag1 .inprfl ul li.cur
{
    background: #d8261c;
}


.pag1 .inprfl ul li img {
    height: 43px;
}

.pag1 .inprfl ul li.cur img
{
	filter: brightness(0%) invert(100%);
}

.pag1 .inprfl ul li .name {
	margin-left: 10px;
	font-size: 24px;
	color: #333;
}
.pag1 .inprfl ul li.cur .name
{
	color:#fff;
}


.pag1 .inprmain {
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}

.pag1 .inprmain ul {
	max-width: 1240px;
	padding: 0px 0px;
	position: relative;
	margin: 60px auto;
}

.pag1 .inprmain ul li {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	padding: 0px 20px;
	transition: all 0.5s;
}

.pag1 .inprmain ul li.cur {
	opacity: 1;
	z-index: 2;
}

.pag1 .inprmain ul li:nth-of-type(1) {
	position: relative;
}

.pag1 .inprmain ul li a {
	display: flex;
	align-items: center;
}

.pag1 .inprmain ul li .text {
	width: 28%;
}

.pag1 .inprmain ul li .text .name:after {
	content: '';
	width: 40px;
	height: 2px;
	display: block;
	background: #da251c;
	margin: 10px 0px;
}

.pag1 .inprmain ul li .name {
	font-size: 36px;
	color: #da251c;
}

.pag1 .inprmain ul li .subname {
	font-size: 16px;
	line-height: 2em;
	color: #666;
}

.pag1 .inprmain ul li .more {
	color: #da251c !important;
	font-size: 16px;
	padding: 13px 27px !important;
	background: #fff;
	display: inline-block;
	margin-top: 30px;
}

.pag1 .inprmain ul li .pic {
	width: 72%;
}

.pag1 .inprmain ul li .pic img {
	width: 100%;
}