/* banner */
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background-color: #104492;
}

@media (min-width: 768px) {
	.banner {
		margin-top: 56px;
	}
}


/* index-two-top */
.index-two-top {
	background-color: #FFFFFF;
	padding: 1rem 0;
	overflow: hidden;
}

.index-two-top .index-two-top-left {
	float: left;
}

.index-two-top .index-two-top-left p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-two-top .index-two-top-left p a {
	font-weight: normal;
}

.index-two-top .index-two-top-left p a+a {
	margin-left: 0.6rem;
}

.index-two-top-right {
	float: right;
}

.index-two-top-right form {
	border: 1px solid #DDDDDD;
}

.index-two-top-right form input {
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border: none;
	padding: 0 10px;
}

.index-two-top-right form button {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	border: none;
	padding: 0 1rem;
	background-color: #FFFFFF;
	color: #666666;
	border-left: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
	.index-two-top .index-two-top-left {
		float: none;
		margin-bottom: .5rem;
	}

	.index-two-top-right {
		float: none;
	}

	.index-two-top-right form input {
		min-width: 200px;
		width: auto;
	}
}

/* index-two */
.index-two {
	background-color: #F5F5F5;
	padding: 6.25rem 0;
}

.index-two .index-two-head {
	list-style: none;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.index-two .index-two-head li {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 165px;
	height: 50px;
	background-color: #dddddd;
	line-height: 50px;
	font-size: 1.1rem;
	color: #333;
	margin: 0 0 10px;
	transition: all 0.3s;
}

.index-two .index-two-head li:hover{
    background: #104492;
    color: #fff;
}

.index-two .index-two-head li+li {
	margin-left: 10px;
}

.index-two .index-two-head li.active {
	background-color: #104492;
	color: #FFFFFF;
	border-radius: 5px;
	font-weight: bold;
}

.index-two-con-div {
	overflow: hidden;
	margin: 0 -8px;
}

.index-two-con-item {
	width: calc(25% - 16px);
	margin: 8px;
	float: left;
}

.index-two-con-item a {
	display: block;
	border: 1px solid #DDDDDD;
}

.index-two-con-item a img {

	height: auto;
	width: 286px;
	height: 381px;
}

.index-two-con-item a p {
	height: 56px;
	line-height: 56px;
	font-size: 1rem;
	color: #333;
	text-align: center;
	background-color: #dddddd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
}

.index-two-con-item a p:hover {
	background-color: #104492;
	color: #fff;
}

@media (max-width: 767px) {
	.index-two-con-item {
		width: calc(50% - 16px);
	}
	
	.index-two-con-item a img{
	    width: 100% !important;
    height: auto !important;
    max-height: 200px !important;
	}
    .index-two{
        padding: 3rem 0 0rem;
    }
}
@media (max-width: 767px) {

	.index-three .index-three-title h3:before,
	.index-three .index-three-title h3:after {
		display: none;
	}

}
/* index-one */
.index-one {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 30px 0;
}


.index-one ul li {
	border-left: 1px solid rgba(255, 255, 255, .6);
	margin-left: -1px;
	width: 25%;
	float: left;
	padding: 1rem 0;
}

.index-one ul li:first-child {
	border-left: 0;
}

.index-one ul li h2 {
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 3.125rem;
	color: #FFFFFF;
	line-height: 1.2;
}

.index-one ul li label {
	display: block;
	width: 40px;
	height: 3px;
	background: #FCC442;
	margin: 20px auto;
}

.index-one ul li p {
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
	min-height: 48px;
}





/* index-three */
.index-three {
	background-color: #F5F5F5;
	padding: 40px 0 60px;
}

.index-three .index-three-title {
	text-align: center;
	margin: 0;
}

.index-three .index-three-title h3 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 42px;
	font-weight: normal;
	padding: 0 20px;
	color: #333333;
}

.index-three .index-three-title h3:before,
.index-three .index-three-title h3:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 133px;
	height: 9px;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: center;
}

.index-three .index-three-title h3:before {
	right: 100%;
	background-image: url(../img/index_title_t1.png);
}

.index-three .index-three-title h3:after {
	left: 100%;
	background-image: url(../img/index_title_t2.png);
}

.index-three .index-three-img img {
	display: block;
	width: 100%;
	height: auto;
}



/* index-four */
.index-four {
	background-color: #FFFFFF;
	padding: 40px 0 20px;
}

.index-four .index-four-title {
	text-align: center;
	margin: 0;
}

.index-four .index-four-title h3 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 42px;
	font-weight: normal;
	padding: 0 20px;
	color: #333333;
}

.index-four .index-four-title h3:before,
.index-four .index-four-title h3:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 133px;
	height: 9px;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: center;
}

.index-four .index-four-title h3:before {
	right: 100%;
	background-image: url(../img/index_title_t1.png);
}

.index-four .index-four-title h3:after {
	left: 100%;
	background-image: url(../img/index_title_t2.png);
}

.index-four .index-four-img img {
	display: block;
	width: 100%;
	height: auto;
}

.index-four .index-four-img img.index-four-m {
	display: none;
}



/* index-five */
.index-five {
	background-color: #FFFFFF;
	padding: 0;
}

.in-ys dl {
	margin: 0;
	padding: 50px 0;
	border-bottom: solid 1px #C4C4C4;
}

.in-ys dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.in-ys dt {
	float: right;
	width: 500px;
}

.in-ys dd {
	margin: 0 550px 0 0;
}

.in-ys dd h4 {
	background: url(../img/index_five_05.png) no-repeat 0 bottom;
	padding-bottom: 15px;
	margin: 0 0 30px;
	overflow: hidden;
}

.in-ys dd h4 i {
	float: left;
	font-style: normal;
	color: #fff;
	background-color: #023793;
	width: 77px;
	line-height: 77px;
	text-align: center;
	border-radius: 50%;
	font-family: Impact;
	font-size: 48px;
}

.in-ys dd h4 span {
	display: block;
	margin-left: 100px;
	font-size: 44px;
	line-height: 1;
	color: #023793;
	padding: 8px 0;
}

.in-ys dd h4 small {
	display: block;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}

.in-ys dd p {
	margin: 10px 0 0;
	line-height: 2;
	color: #666;
	background: url(../img/index_five_06.png) no-repeat left center;
	padding-left: 20px;
}

.in-ys dd .text {
	margin-left: 70px;
}

.in-ys dd .btn {
	width: 60px;
	text-align: center;
	margin-top: 30px;
	margin-right: 15px;
	line-height: 38px;
	height: 38px;
	background-color: #023793;
	padding: 0 30px;
}

.in-ys dd .btn a {
	color: #FFFFFF;
}

.in-ys dl:nth-child(even) dt {
	float: left;
}

.in-ys dl:nth-child(even) dd {
	margin: 0 0 0 550px;
}

@media screen and (min-width:1200px) {
	@-webkit-keyframes circle {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	@keyframes circle {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}
}

@media (max-width: 767px) {
	.in-ys dl {
		padding: 30px 0;
	}

	.in-ys dt {
		float: none !important;
		width: auto;
	}

	.in-ys dd {
		margin: 20px 0 0 !important;
	}

	.in-ys dd h4 {
		margin-bottom: 15px;
	}

	.in-ys dd h4 i {
		width: 50px;
		line-height: 50px;
		font-size: 30px;
	}

	.in-ys dd h4 span {
		padding: 6px 0;
		margin-left: 60px;
		font-size: 20px;
	}

	.in-ys dd .text {
		margin: 0;
	}

	.in-ys dd p {
		line-height: 1.8;
	}

	.in-ys dd .btn {
		margin-top: 20px;
	}

	.in-ys dd .btn .tel {
		display: block;
		margin-top: 10px;
	}

	.in-ys-list {
		margin-top: -15px;
	}

	.in-ys-list li {
		width: 33.333333%;
		margin-top: 15px;
		background: none;
	}

	.in-ys-list li .ys-circle {
		width: 86px;
		height: 80px;
	}

	.in-ys-list li .icon img {
		width: 21px;
		height: 21px;
		margin-top: 20px;
	}

	.in-ys-list li .icon h3 {
		font-size: 12px;
	}
}

/* index-six */
.index-six {
	overflow: hidden;
}

.index-six .index-six-title {
	text-align: center;
	margin: 0 0 30px;
}

.index-six .index-six-title h3 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 42px;
	font-weight: normal;
	padding: 0 20px;
	color: #333333;
}

.index-six .index-six-title h3:before,
.index-six .index-six-title h3:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 133px;
	height: 9px;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: center;
}

.index-six .index-six-title h3:before {
	right: 100%;
	background-image: url(../img/index_title_t1.png);
}

.index-six .index-six-title h3:after {
	left: 100%;
	background-image: url(../img/index_title_t2.png);
}

.index-six-left {
	float: left;
	width: 68%;
}

.index-six-left .index-six-left-head {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	font-size: 0;
}

.index-six-left .index-six-left-head li {
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	padding: 15px 15px 12px;
	border-bottom: 3px solid transparent;
}

.index-six-left .index-six-left-head li.active {
	color: #FF6000;
	border-bottom-color: #FF6000;
}

.index-six-left-con-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.index-six-left-con-item .index-six-left-con-item-left {
	float: left;
	width: 38%;
}

.index-six-left-con-item .index-six-left-con-item-left img {
	display: block;
	width: 100%;
	height: auto;
}

.index-six-left-con-item .index-six-left-con-item-right {
	float: left;
	width: calc(62% - 30px);
	margin-left: 30px;
}

.index-six-left-con-item .index-six-left-con-item-right h6 {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-six-left-con-item .index-six-left-con-item-right h6 span:nth-child(1) {
	display: block;
	width: calc(100% - 100px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-six-left-con-item .index-six-left-con-item-right h6 span:nth-child(2) {
	font-size: 14px;
	font-weight: normal;
}

.index-six-left-con-item .index-six-left-con-item-right p {
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
	margin: 15px 0;
}

.index-six-left-con-item .index-six-left-con-item-right a {
	display: inline-block;
	background-color: #FF6000;
	padding: 8px 16px;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 8px;
}

.index-six-left-con-p {
	width: calc(50% - 8px);
	float: left;
}

.index-six-left-con-p+.index-six-left-con-p {
	margin-left: 16px;
}

.index-six-left-con-p a {
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(../img/newsicon.jpg);
	background-repeat: no-repeat;
	background-position: 6px 10px;
}

.index-six-left-con-p a span:nth-child(1) {
	display: block;
	width: calc(100% - 120px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
}

.index-six-right {
	float: left;
	width: calc(32% - 50px);
	margin-left: 30px;
}

.index-six-right .index-six-right-title {
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 15px 0;
}

.index-six-right .index-six-right-title a:nth-child(1) {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}

.index-six-right .index-six-right-title a:nth-child(2) {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.index-six-right .index-six-right-con {
	height: 320px;
}

.index-six-right .index-six-right-con .index-six-right-con-item {
	padding: 15px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.index-six-right .index-six-right-con .index-six-right-con-item p {
	position: relative;
	margin: 0;
	font-size: 0;
}

.index-six-right .index-six-right-con .index-six-right-con-item p+p {
	margin-top: 15px;
}

.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(1) span:nth-child(1),
.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(2) span:nth-child(1) {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	background-color: #104492;
	color: #FFFFFF;
}

.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(2) span:nth-child(1) {
	background-color: #FF6000;
}

.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(1) span:nth-child(2),
.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(2) span:nth-child(2) {
	display: block;
	font-size: 16px;
	margin-left: 40px;
	color: #666666;
	min-height: 22px;
}

.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(1) span:nth-child(2) {
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-six-right .index-six-right-con .index-six-right-con-item p:nth-child(2) span:nth-child(2) {
	font-size: 14px;
}

@media (max-width: 767px) {
	.index-six .index-six-title {
		margin: 30px 0 0;
	}

	.index-six .index-six-title h3:before,
	.index-six .index-six-title h3:after {
		display: none;
	}

	.index-six-left {
		width: 100%;
	}

	.index-six-left-con-item .index-six-left-con-item-left {
		width: 100%;
	}

	.index-six-left-con-item .index-six-left-con-item-right {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.index-six-left-con-p {
		width: 100%;
	}

	.index-six-right {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.index-six .index-six-title h3 {
		font-size: 36px;
	}

	.index-six-left .index-six-left-head li,
	.index-six-right .index-six-right-title a:nth-child(1) {
		font-size: 20px;
	}

	.index-six-left-con-p+.index-six-left-con-p {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.index-one ul li {
		width: calc(50% - 7.5px);
		border-left: none;
	}

	.index-one ul li:nth-child(even) {
		margin-left: 15px;
	}

	.index-one ul li h2 {
		font-size: 2rem;
	}
}



@media (max-width: 767px) {

	.index-four .index-four-title h3:before,
	.index-four .index-four-title h3:after {
		display: none;
	}

	.index-four .index-four-img img.index-four-pc {
		display: none;
	}

	.index-four .index-four-img img.index-four-m {
		display: block;
	}
}