.swiper-containe {
    width: 100%;
}

.swiper-container .swiper-slide {
    height: 536px;
}

.swiper-container .swiper-img {
    height: 536px;
}

.swiper-container .swiper-img div {
    height: 536px;
}

.swiper-container .pagination {
    position: absolute;
    width: 400px;
    text-align: center;
    z-index: 20;
    left: 50%;
    margin-left: -200px;
    bottom: 10px;
    z-index: 9;
}

.swiper-container  .swiper-pagination-switch {
    display: inline-block;
    margin: 0 4px;
    width: 32px;
	height: 3px;
	background-color: #474d5b;
	opacity: 0.2;
}


/* .swiper-visible-switch {
  background: #aaa;
} */

.swiper-container .swiper-active-switch {
    background-color: #474d5b;
	opacity: 1;
}


.index-title {
	padding-top: 80px;
	text-align: center;
}
.index-title h4 {
	font-size: 32px;
	font-weight: bold;
	color: #191a24;
	line-height: 38px;
}
.index-title .title-dec {
	margin-top: 18px;
	font-size: 16px;
	line-height: 20px;
}

.search-box {
	padding: 32px 0 36px 0;
	background: url(../images/bg_search.png) no-repeat center center;
}

.search-box .center-box {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.search-box .search-tip {
	font-size: 14px;
	color: #ffffff;
}
.search-box .search-tip h3{
	display: inline-block;
	margin-right: 16px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	letter-spacing: -1px;
	color: #ff2626;
}
.search-box .input-div {
	height: 48px;
	margin-top: 20px;
	line-height: 48px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: solid 1px #d0d5dc;
}
.search-box  input {
	width: 658px;
	padding: 0 24px;
	font-size: 14px;
}
.search-box  .dot-txt {
	height: 20px;
	padding-right: 24px;
	line-height: 20px;
	font-size: 14px;
	color: #191a24;
	border-right: 1px solid #d0d5dc;
}
.search-btn {
	display: inline-block;
	width: 64px;
	height: 48px;
	text-align: center;
	line-height: 48px;
}
.search-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/index-icons.png);
	background-position: 0 0;
	vertical-align: middle;
}



.code-fuc-box {
    height: 780px;
    background: url(../images/bg_02.png?v=20230911) no-repeat center center;
}

.code-fuc-center {
    width: 1146px;
    margin-left: auto;
    margin-right: auto;
}

.code-fuc-list {
    margin-top: 65px;
}

.code-fuc-item {
    width: 336px;
    height: 92px;
    float: left;
    margin: 55px 0;
}

.code-fuc-item>div {
    display: inline-block;
    vertical-align: top;
}

.code-fuc-item .txt {
    width: 246px;
    margin-right: 20px;
    text-align: right;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -1px;
}

.code-fuc-item .txt h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.code-fuc-item .fuc-icon {
    width: 64px;
    height: 64px;
    background: url(../images/tools_icon.png);
    background-position: 0 -384px;
}

.code-fuc-item .fuc-icon.icon2 {
    background-position: 0 -192px;
}

.code-fuc-item .fuc-icon.icon3 {
    background-position: 0 -256px;
}

.code-fuc-item .fuc-icon.icon4 {
    background-position: 0 -320px;
}

.code-fuc-item.right {
    width: 346px;
    float: left;
    margin-left: 453px;
}

.code-fuc-item.right .txt {
    width: 256px;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.knowmore-btn {
    display: block;
    width: 112px;
    height: 40px;
    margin: 48px auto;
    border-radius: 4px;
    border: solid 1px #ffffff;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
}

.knowmore-btn:hover {
    color: #FFFFFF;
    opacity: 0.8;
}
.code-fuc-box .index-title,
.code-fuc-box .index-title h4{
	color: #FFFFFF;
}



.video-box{
	padding-bottom: 85px;
}
.video-div {
	position: relative;
	width: 664px;
	height: 434px;
	
	background-color: #f5f7fa;
	box-shadow: 0px 0px 24px 0px 
		rgba(89, 97, 120, 0.4);
	border-radius: 4px;
	border: solid 4px #ffffff;
}

.video-alert {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
}
.video-alert .video-icon{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	background: url(../images/index-icons.png);
	background-position: 0 -625px;
}
.video-center {
	margin-top: 50px;
}
.video-txt {
	width: 366px;
	margin-left: 118px;
	margin-top: 80px;
}
.video-txt .txt-icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-right: 20px;
	background: url(../images/index-icons.png);
	background-position: 0 -313px;
}
.video-txt .icon2 {
	background-position: 0 -425px;
}

.video-txt .icon3 {
	background-position: 0 -369px;
}
.video-txt h5 {
	font-size: 18px;
	font-weight: bold;
	color: #191a24;
}
.text-div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #676e80;
}
.txt-li {
	margin-bottom: 46px;
}



.sort-box {
	height: 953px;
	background: url(../images/bg_ymfl.png) no-repeat center center;
}
.sort-box .w-1200{
	overflow: hidden;
}
.sort-list {
	width: 1440px;
	margin-top: 70px;
}
.sort-li {
	width: 230px;
	margin-right: 92px;
}
.sort-li .icon {
	display: inline-block;
	width: 72px;
	height: 72px;
	margin-right: 23px;
	vertical-align: top;
}
.sort-li .icon_bjc{
	background: url(../images/icon_bjc.png);
}
.sort-li .icon_hjc{
	background: url(../images/icon_hjc.png);
}
.sort-li .icon_jlc{
	background: url(../images/icon_jlc.png);
}
.sort-li .icon_ptc{
	background: url(../images/icon_ptc.png);
}
.sort-txt {
	display: inline-block;
	vertical-align: top;
}
.sort-txt h5 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #191a24;
}
.sort-txt p {
	color: #191a24;
	font-size: 16px;
}
.sort-txt p b {
	color: #ff2626;
	font-size: 24px;
}

.dec-box {
	margin-top: 65px;
	padding: 40px 40px 32px 40px;
	background-color: rgba(255,255,255,0.65);
	box-shadow: 0px 6px 24px 0px 
		rgba(89, 97, 120, 0.2);
	border-radius: 4px;
	border: solid 3px #ffffff;
}

.dec-box-right,
.dec-box-left{
	width: 528px;
}
.dec-item {
	margin-bottom: 28px;
}


.dec-box .icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: 2px;
	vertical-align: top;
	background: url(../images/index-icons.png);
	background-position: 0 -53px;
}
.dec-txt {
	display: inline-block;
	width: 494px;
	vertical-align: top;
	font-size: 14px;
}
.dec-txt h5 {
	margin-bottom: 6px;
	color: #191a24;
	font-size: 16px;
}
.dec-txt p {
	line-height: 22px;
	color: #676e80;
}

.dec-item:hover .dec-txt h5,
.dec-item:hover .dec-txt p{
	font-weight: bold;
}
.dec-item:hover .icon{
	background-position: 0 -33px;
}
.dec-box  .knowmore-btn{
	margin: 0 auto;
	border: solid 1px #ff2626;
	color: #ff2626;
}



.register-dec-box {
	height: 1006px;
	background: url(../images/bg_zclc.png) no-repeat center center;
}
.register-progress-list {
	margin-top: 40px;
}
.register-progress-item {
	position: relative;
	width: 326px;
	height: 108px;
	padding: 18px;
	margin-bottom: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eaeef4;
}
.register-progress-item .num{
	display: none;
	position: absolute;
	right: 15px;
	top: 1px;
	z-index: 9;
	font-size: 40px;
	font-weight: bold;
	color: #ffd6d6;
}
.register-progress-item:hover .num{
	display: block;
}
.register-progress-item .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: url(../images/index-icons.png);
	background-position: 0 -193px;
}
.register-progress-item .icon2 {
	background-position: 0 -233px;
}

.register-progress-item .icon3 {
	background-position: 0 -153px;
}

.register-progress-item .icon4 {
	background-position: 0 -273px;
}

.register-progress-item .icon5 {
	background-position: 0 -73px;
}
.register-progress-item .icon6 {
	background-position: 0 -113px;
}
.register-progress-txt {
	display: inline-block;
	width: 267px;
	vertical-align: top;
}
.register-progress-txt h5 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #191a24;
}
.register-progress-txt p {
	font-size: 14px;
	color: #676e80;
}
.register-progress-txt p a{
	color: #2074fe;
	font-style: italic;
}
.margin-icon {
	width: 54px;
	height: 0;
	margin-top: 72px;
	text-align: center;
	border-bottom: 1px dashed  #ffd6da;
}
.margin-icon i{
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-top: -22px;
	background: url(../images/index-icons.png);
	background-position: 0 -16px;
	vertical-align: middle;	
}
.index-title.second-title {
	padding-top: 70px	
}
.case-list {
	width: 1225px;
	margin-top: 48px;
}
.case-item {
	float: left;
	width: 218px;
	height: 72px;
	margin: 0 25px 24px 0;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #c9d1de;
	text-align: center;
	line-height: 72px;
	font-size: 0;
}
.case-item img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.case-item:hover {
	box-shadow: 0px 0px 16px 0px 
		rgba(89, 97, 120, 0.2);
	opacity: 0.8;
}
.register-dec-box  .knowmore-btn{
	margin: 20px auto;
	border: solid 1px #ff2626;
	color: #ff2626;
}



.notice-box {
	padding-bottom: 80px;
}
.notice-section {
	width: 512px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eaeef4;
}

.notice-title {
	position: relative;
	margin-bottom: 4px;
	height: 40px;
	line-height: 40px;
}
.notice-title h3 {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #191a24;
}
.notice-center {
	margin-top: 48px;
}
.notice-section {
	padding: 32px 34px;
}
.notice-box .previewMore {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	color: #676e80;
	font-size: 14px;
}
.notice-box .title-back {
	display: none;
	position: absolute;
	height: 39px;
	left: 0;
	top: 0;
	z-index: 9;
}

.notice-li {
	padding: 25px 0;
	border-bottom: dashed 1px #d7dce2;
}
.notice-li:last-of-type {
	border: none;
}
.notice-section:hover .title-back {
	display: block;
}
.notice-section:hover {
	box-shadow: 0px 0px 28px 0px 
			rgba(89, 97, 120, 0.24);
}
.notice-li:hover a {
	opacity: 1;
}
.notice-li:hover h3 {
	color: #ff2626;
	/* font-weight: bold; */
}
.notice-img {
	width: 128px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #eaeef4;
	text-align: center;
	line-height: 80px;
}
.notice-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.notie-txt {
	position: relative;
	width: 354px;
}
.notie-txt h3 {
	margin-bottom: 18px;
	padding-right: 80px;
	font-size: 16px;
	color: #191a24;
}
.notie-txt .dec {
	font-size: 14px;
	line-height: 22px;
	color: #676e80;
}
.notie-txt .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #676e80;
	z-index: 9;
}


.cerfiticate-box {
	height: 1136px;
	background: url(../images/bg_zzzs.png) no-repeat center center;
}
.cerfiticate-box .title-dec {
	font-size: 16px;
	line-height: 24px;
	color: #676e80;
}
.cerfiticate-center {
	margin-top: 70px;
	text-align: center;
}
.cerfiticate-section {
	display: inline-block;
	width: 448px;
	margin: 0 64px;
}
.cerfiticate-img {
	display: block;
	width: 100%;
}
.cerfiticate-section .img-icon {
	margin-top: 25px;
	width: 164px;
}
.cerfiticate-title {
	margin-top: 17px;
	font-size: 16px;
	line-height: 24px;
	color: #191a24;
}


.swiper-box {
	position: relative;
}
.swiper-container2 {
  width: 1200px;
  height: 102px;
  margin: 40px auto 0 auto;
  text-align: center;
  overflow: hidden;
}
.swiper-container2 .swiper-slide {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	text-align: center;
	font-size: 14px;
	color: #676e80;
}
.swiper-container2 .swiper-slide a:hover {
	opacity: 1;
}
.swiper-container2 .swiper-slide .img-box {	
	height: 64px;
	margin-bottom: 10px;
	border: solid 1px #d7dce2;
	border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
	line-height: 64px;
	font-size: 0;
}
.swiper-container2 .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.swiper-container2 .swiper-slide:hover p {
	color: #191a24;
}

.swiper-container2 .swiper-slide:hover .img-box {
	/* box-shadow: 0px 0px 16px 0px 
		rgba(89, 97, 120, 0.2); */
}

.swiper-box {
	position: relative;
}
.pre-btn,
.next-btn{
	position: absolute;
	width: 16px;
	height: 32px;
	top: 20px;
	left: -20px;
	background-color: #a2aab9;
	border-radius: 2px;
	opacity: 0.35;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.next-btn {
	left: inherit;
	right: -20px;
}

.pre-btn:hover,
.next-btn:hover{
	background-color: #ff2626;
	opacity: 1;
}
.pre-btn i,
.next-btn i{
	display: inline-block;
	width: 8px;
	height: 14px;
	background:url(../images/icon_left.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.next-btn i{
	background:url(../images/icon_right.png) no-repeat;
	background-size: 100% 100%;
}
