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

.index_bn {
	margin-top: 100px;
	position: relative;
}

.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;
}


.pc-bn {
	display: block;
}

.m-bm {
	display: none;
}



/**pagtitle**/
.pagtitle {
	margin-bottom: 40px;
}

.pagtitle .name {
	font-weight: normal;
	font-size: 48px;
	color: #333;
	text-align: center;
}

.pagtitle .name span {
	color: #0d4da1;
	font-weight: bold;
}

.pagtitle .subname {
	font-size: 18px;
	color: #666;
	text-align: center;
	max-width: 700px;
	margin: 10px auto 0px;
	line-height: 1.8em;
}


/**pag1**/
.pag1 {
	background: #e9eef4;
	overflow: hidden;
	padding: 100px 0px;
}

.pag1 .center {
	margin: auto;
	margin-top: 0px;
}

.pag1 .indexpr_main li {
	margin-bottom: 0px;
}

.pag1 .swiper-honor-prev {
	margin-top: -40px;
	left: 0px;
}

.pag1 .swiper-honor-next {
	margin-top: -40px;
	right: 0px;
}

.pag1 .indexpr_main {
	margin: 0px auto 0px;
	max-width: 1680px;
	padding: 0px 40px;
}

.swiper_pr {
	overflow: hidden;
	max-width: 1600px;
}

.pr-features {
	max-width: 1640px;
	padding: 0px 20px;
	margin: 40px auto 0px;
	overflow: hidden;
}

.pr-features ul {
	max-width: 1640px;
	margin: auto;
}

.pr-features ul li {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	padding: 40px 10px;
	border-bottom: 5px #ee1d23 solid;
	background: #0d4da1;
	transition: all 0.5s;
	cursor: pointer;
}

.pr-features ul li:hover {
	background: #ee1d23;
}

.pr-features ul li p {
	color: #fff;
	margin-top: 10px;
}


/**pag2**/

.pag2 {
	background: #e9eef4;
	padding-bottom: 100px;
	width: 100%;
	overflow: hidden;
}

.pag2 .center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
}

.swiper_application .ico a {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-top: 100%;
	display: block;
}

.swiper_application .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.swiper_application .ico:hover img {
	transform: translate(-50%, -50%)scale(1.1);
}

.swiper_application .ico p {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	padding: 50px 0px 30px;
}

.swiper_application {
	overflow: hidden;
	width: 100%;
	position: relative;
}



/**pag4**/
.pag4 {
	overflow: hidden;
	width: 100%;
	padding: 100px 0px 100px;
	background: url(../images/casebg.png) no-repeat right top;
}


.pag4 .partners .center {
	padding: 0px 10px 0px;
}



/**pag7**/

.pag7 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 100px;
}

.pag7 .center {
	max-width: 1640px;
	padding: 0px 20px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.pag7 .left {
	width: calc(50% - 30px);
}

.pag7 .left li {
    width: 100%;
    overflow: hidden;
}

.pag7 .left li .ico {
	overflow: hidden;
	position: relative;
	float: right;
	width: 100%;
	height: 0px;
	padding-top: 58%;
}

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

.pag7 .left li:hover .ico img
{
	transform: translate(-50%, -50%)scale(1.1);
}


.pag7 .left li .text {
	overflow: hidden;
	padding: 30px 40px;
	background: #0d4da1;
}

.pag7 .left li .title {
	font-size: 22px;
	color: #fff;
}

.pag7 .left li .ext_summary {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	opacity: 0.6;
	margin-top: 10px;
}


.pag7 .right {
	width: calc(50% - 30px);
}

.pag7 .right li a{
	display: flex;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px #eee solid;
	justify-content: center;
	align-items: center;
}

.pag7 .right li .ico {
	overflow: hidden;
	position: relative;
	float: right;
	width: 35%;
	height: 0px;
	padding-top: 22%;
}

.pag7 .right li .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.pag7 .right li:hover .ico img
{
	transform: translate(-50%, -50%)scale(1.1);	
}

.pag7 .right li .text {
	width: 65%;
	padding-left: 20px;
}

.pag7 .right li .text .title {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.pag7 .right li:hover .text .title {
	color: #0d4da1;
}

.pag7 .right li:nth-of-type(3) a{
	border-bottom: 0px #eee solid;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.pag7 .right li .text .ext_summary {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin: 10px 0px;
}

.pag7 .right li .text .time {
	color: #999;
}



/**pag3**/

.pag3 {
	width: 100%;
	padding-top: 100px;
	overflow: hidden;
}

.advantage {
	position: relative;
}

.advantage img {
	max-width: 100%;
}

.advantage .text {
	position: absolute;
	right: 0px;
	padding: 50px;
	background: rgba(13, 77, 161, 0.9);
	z-index: 2;
	top: 0px;
	height: 100%;
	width: 32%;
}

.advantage .text-c {
	margin-top: 15%;
}


.advantage .tittle {
	display: flex;
	align-items: center;
}

.advantage .sz {
	color: #fff;
	font-size: 86px;
	font-family: CenturyGothic !important;
	line-height: 1em;
}

.advantage .wz {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 10px;
}

.advantage .wz span {
	display: block;
	font-size: 30px;
	color: #ffff;
	font-weight: bold;
}

.advantage .ext_summary {
	color: #fff;
	max-width: 100%;
	line-height: 2em;
	margin-top: 30px;
}

.advantage .more {
	background: #ee1d23;
	width: 170px;
	display: flex;
	line-height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
	border: 1px #ee1d23 solid;
	transition: all 0.5s;
}
.advantage .more:hover 
{
	border: 1px #fff solid;
	background:rgba(255,255,255,0);
}


.advantage .more img {
	margin-left: 15px;
}

.qhlist {
	position: absolute;
	right: 0px;
	padding: 50px;
	z-index: 2;
	bottom: 10%;
	height: auto;
	width: 32%;
}

.swiper-advantage-prev {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_03.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-prev:hover {

	background: url(../images/img_03.png)#ee1d23 no-repeat left center;
}

.swiper-advantage-next {
	width: 60px;
	height: 60px;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: url(../images/img_04.png) no-repeat left center;
	border-radius: 100%;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
}

.swiper-advantage-next:hover {

	background: url(../images/img_04.png)#ee1d23 no-repeat left center;
}


/**pag5**/

.pag5 {
	background: url(../images/aboutbg3.jpg) no-repeat;
	background-size: cover;
	padding: 110px 0px;
}

.pag5 .center {
	max-width: 1640px;
	padding: 0px 20px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pag5 .left {
	width: 50%;
	color: #fff;
	padding-left: 50px;
}

.pag5 .left .about-title {}

.pag5 .left .name {
	font-size: 48px;
	color: #222;
}

.pag5 .left .name em {
	font-style: normal;
	font-weight: bold;
	color: #0d4da1;
}

.pag5 .left .subname {
	line-height: 2em;
	margin: 20px 0px;
	color: #222;
}

.pag5 .left .more {
	background: #ee1d23;
	width: 170px;
	display: flex;
	line-height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin-top: 10%;
	justify-content: center;
	align-items: center;
	border:1px #ee1d23 solid;
	transition: all 0.5s;
}

.pag5 .left .more:hover
{
	background:#d40201;
	border:1px #d40201 solid;
}


.pag5 .left .more img {
	margin-left: 15px;
}


.pag5 .right {
	width: 50%;
	border-radius: 100px 0px 100px 0px;
	overflow: hidden;
}
.pag5 .right img{
	width:100%;
}
.pag5 .right .ab1 {
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_100.png) no-repeat right center;
}

.pag5 .right .ab2 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	background: url(../images/img_103.png) no-repeat right center;
}

.pag5 .right .ab3 {
	display: block;
	display: block;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	padding: 30px 0px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	background: url(../images/img_105.png) no-repeat right center;
}




.index_search {
	overflow: hidden;
	position: relative;
	background: #fff;
}

.searchCnter {
	max-width: 1640px;
	padding: 0 20px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchCnter_L {
	width: 70%;
	float: left
}
.searchCnter_L p
{
	
}
.searchCnter_L p a
{
	font-size: 15px;
	margin-right: 10px;
	color: #999;
}
.searchCnter_L p a:hover
{
	color: #0d4da1;
}
.searchCnter_L p {
	line-height: 1.5em;
	color: #0d4da1;
	font-size: 16px;
}

.searchCnter_R {
	height: 50px;
	width: 30%;
	float: right;
	max-width: 300px;
	background: #e9eef4;
	margin: 25px 0;
	border-radius: 40px;
	overflow: hidden
}

.searchCnter_R input {
	border: none!important;
	line-height: 50px;
	padding: 0 10px;
	width: calc(100% - 64px);
	background: 0 0;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	outline: 0;
	transition: all ease .6s;
	display: inline-block
}

.fa-search:before {
	content: "\f002";
	color: #0d4da1;
}

.searchCnter_R button {
	border: none;
	background: 0 0;
	line-height: 50px;
	float: right;
	padding: 0 20px;
	outline: 0
}

.search ul li:nth-of-type(3n) {
	margin-right: 0!important
}

.search ul li:hover .img img {
	transform: scale(1.1)
}

.search ul li .img {
	position: relative;
	overflow: hidden
}

.search ul li .img img {
	width: 100%;
	transform: scale(1);
	transition: all .5s
}

.search .search_list li .mask h4 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
	text-align: center;
	background: #eee;
	padding: 20px
}

.search .search_list li {
	width: calc((100% - 60px)/ 3);
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	position: relative;
	top: 0;
	transition: all .5s
}

.search {
	width: 100%
}