a,
b,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
li,
ol,
p,
section,
span,
strong,
table,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	font-family:"微软雅黑";
}

body,
html {
	
	width: 100%;
	height: 100%;
	overflow: initial;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 100%;
	font-weight: 400
}

a {
	text-decoration: none;
	display: inline-block;
	outline: none;
	color: #333;
	cursor: pointer
}

a:hover {
	text-decoration: none !important
}

em,
i {
	font-style: normal
}

b,
strong {
	font-weight: 400
}

button,
input[type=button],
input[type=file],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none
}

/*button,
input,
select,
textarea {
	resize: none;
	outline: none;
	border: 0 none;
	padding: 0
}*/

input[type=search] {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

li {
	list-style: none
}

a img {
	border: 0
}

a:active {
	background: none
}

img {
	vertical-align: middle;
	border: none
}

table {
	border-collapse: collapse
}

table,
td,
th,
tr {
	font-size: 100%;
	font-weight: 400
}

table,
td,
th,
tr {
	padding: 0
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.fl {
	float: left
}

.fr {
	float: right
}

.cl:after,
.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.cl,
.clearfix {
	zoom: 1
}

.po-re {
	position: relative
}

.po-ab {
	position: absolute
}

.po-fix {
	position: fixed
}

.text-l {
	text-align: left !important
}

.text-c {
	text-align: center !important
}

.text-r {
	text-align: right !important
}

.show {
	display: block
}

.show-inline {
	display: inline-block
}

.hide {
	display: none
}

.w100 {
	width: 100%
}

.w600 {
	width: 600px
}

.w1050 {
	width: 1050px
}
::-ms-clear,::-ms-reveal{display:none;}
.headers {
	height: 50px;
	padding: 0 30px;
	box-sizing: border-box;
	background: #333F93;
	transition: all linear .3s;
}

.headers .logo {
	float: left;
	padding-top: 11px
}

.headers .logo img {
	width: 144px;
	height: 22px
}

.headers .nav-list {
	height: 100%;
	position: relative;
	transition: all linear .3s;
	opacity: 1
}

.headers .nav-list li {
	float: left;
	margin-left: 26px;
	line-height: 1;
	height: 100%;
	position: relative
}

.headers .nav-list li>a {
	font-size: 14px;
	color: #ffffff;
	line-height: 50px
}

.headers .nav-list li .item-list {
	position: absolute;
	visibility: hidden
}

.headers .nav-list li .item-list a {
	display: block;
	line-height: 34px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	opacity: 0;
	letter-spacing: 1px;
	word-break: keep-all
}

.headers .rt {
	float: right
}

.headers .rt li {
	float: left;
	line-height: 50px;
	padding-left: 24px;
	position: relative
}

.headers .rt li i,
.headers .rt li a {
	color: #ffffff
}

.headers .rt li a,
.headers .rt li i {
	font-size: 12px
}

.headers .rt li .icon-weixin1+span {
	padding: 0 8px
}

.headers .rt li>a {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center
}

.headers .rt li .down-list {
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 2;
	margin-left: -55px;
	background: #ffffff;
	width: 110px;
	height: 110px;
	box-sizing: border-box;
	/* padding: 10px; */
	border-radius: 3px;
	display: none
}

.headers .rt li .down-list img {
	width: 100%;
	height: 100%
}

.headers .rt li .down-list i {
	position: absolute;
	top: -8px;
	left: 50%;
	line-height: 1;
	margin-left: -6px;
	color: #ffffff
}

.headers .rt li.wx:hover .down-list {
	display: block;
	-webkit-animation: fadeInDown .5s both;
	animation: fadeInDown .5s both
}

.headers .rt li.menu-icon {
/* 	opacity: 0;
	visibility: hidden */
}

.headers .rt li.menu-icon i {
	cursor: pointer;
	font-size: 22px;
	color: #666
}

.headers .rt li.menu-icon .icon-chahao {
	display: none;
	transition: all linear .3s
}

.headers .rt li.menu-icon .icon-chahao:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.headers .rt .user-icon {
	width: 40px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

.headers .rt .user-icon i {
	font-size: 30px
}

.headers .rt .serch-box {
	width: 160px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 10px;
	border-radius: 3px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.3);
	text-align: left
}

.headers .rt .serch-box input {
	border: none;
	background: transparent;
	display: inline-block;
	width: 120px;
	flex: 1;
	height: 24px;
	line-height: 24px;
	color: #ffffff
}
.headers .rt .serch-box i{
	cursor: pointer;
}

.headers .rt .serch-box input::-webkit-input-placeholder {
	color: #ffffff
}

.headers .rt .serch-box input:-moz-placeholder {
	color: #ffffff
}

.headers .rt .serch-box input::-moz-placeholder {
	color: #ffffff
}

.headers .rt .serch-box input:-ms-input-placeholder {
	color: #ffffff
}

.headers .rt .serch-box span {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px
}
.mainNav{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.showNav{
	opacity: 1;
	visibility: visible;
	z-index: 888;
}
.mainNav .nav-wrap{
	width: 100%;
	height: 100%;
	font-size: 0px;
	text-align: center;
}
.mainNav .nav-wrap .nav-item{
	display: inline-block;
	width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
	transition: all linear .3s;
}
.mainNav .nav-wrap .nav-item .item-con{
	
	    height: 100%;
    width: 100%;
    position: relative;
	display: table;
}
.nav-child{
		text-align: left;
	width: 60%;
	height: 100%;
	padding-left: 20%;
	    display: table-cell;
    vertical-align: middle;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.show-child{
	opacity: 1;
	visibility: visible;
}
.item-top{
	    position: relative;
    left: 0;
    top: 0;
    padding-top: 12px;
    margin-bottom: 12px;
    -webkit-transition: all .2s linear;
    -o-transition: .2s all linear;
    transition: all .2s linear;
    height: 90px;
    overflow: hidden;
}
.item-top .name{
	    font-size: 24px;
    font-family: DFPKingGothicGB-Medium;
    text-align: left;
}
.item-top .name a{
    color: #fff;
	
}
.item-top .entxt{
	font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: 1.5px;
    text-align: left;
    color: #838383;
    padding-top: 10px;
}
.item-name{
	
		display: table-cell;
	vertical-align: middle;
}
.nav-child-list{
	    /* opacity: 0; */
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    transition: all .3s linear;
	opacity: 0;
	height: 0;
}
.nav-child-list h4{
	    font-size: 16px;
    color: #fff;
    line-height: 42px;
	/* opacity: 0; */
}
.nav-child-list h4 a{
	    color: #fff;
    font-size: 16px;
	    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
}
.nav-child:hover .nav-child-list{
	-webkit-animation-name: height;
	animation-name: height;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
} 
.nav-child:hover .nav-child-list h4{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.nav-child:hover .nav-child-list h4:nth-child(1){
	animation-delay: .1s;
}
.nav-child:hover .nav-child-list h4:nth-child(2){
	animation-delay: .3s;
}
.nav-child:hover .nav-child-list h4:nth-child(3){
	animation-delay: .5s;
}
.nav-child:hover .nav-child-list h4:nth-child(4){
	animation-delay: .7s;
}
.nav-child:hover .nav-child-list h4:nth-child(5){
	animation-delay: .9s;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes height {
	0% {
		opacity: 0;
		height: 0;
	}
	100% {
		opacity: 1;
		height: 200px;
	}
}

@keyframes height {
	0% {
			opacity: 0;
			height: 0;
		}
		100% {
			opacity: 1;
			height: 200px;
		}
}
.table-cell{
	transition: all linear .3s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.showNav .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
	-webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.showNav .slideInUp:nth-child(1){
	animation-delay: .1s;
}
.showNav .slideInUp:nth-child(2){
	animation-delay: .35s;
}
.showNav .slideInUp:nth-child(3){
	animation-delay: .5s;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.nav-list li:hover .item-list a:first-of-type {
	-webkit-animation: menu 0.3s ease-in-out forwards;
	animation: menu 0.3s ease-in-out forwards;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.nav-list li:hover .item-list a:nth-of-type(2) {
	-webkit-animation: menu 0.3s ease-in-out forwards;
	animation: menu 0.3s ease-in-out forwards;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.nav-list li:hover .item-list a:nth-of-type(3) {
	-webkit-animation: menu 0.3s ease-in-out forwards;
	animation: menu 0.3s ease-in-out forwards;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.nav-list li:hover .item-list a:nth-of-type(4) {
	-webkit-animation: menu 0.3s ease-in-out forwards;
	animation: menu 0.3s ease-in-out forwards;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s
}

.nav-list li:hover .item-list a:last-of-type {
	-webkit-animation: menu 0.3s ease-in-out forwards;
	animation: menu 0.3s ease-in-out forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@-webkit-keyframes menu {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes menu {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.headers.fix-top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: transparent;
	    padding-top: 8px;
}

.headers.nav-change li.menu-icon {
	opacity: 1;
	visibility: visible
}

.headers.nav-change li.color-white i {
	color: #FFFFFF
}

.headers.nav-change .nav-list {
	opacity: 0;
	visibility: hidden
}

.headers.nav-change .nav-list li>a {
	color: #333333
}

.headers.nav-change .nav-list li .item-list {
	visibility: hidden
}

.headers.nav-change .nav-list li .item-list a {
	color: #333333
}

.headers.nav-change .nav-list.color-white a,
.headers.nav-change .nav-list.color-white i {
	color: #fff !important
}

.headers.nav-change .rt .user-icon i {
	color: #CCCCCC
}

.headers.show-nav .rt li.menu-icon .icon-chahao {
	display: block
}

.headers.show-nav .rt li.menu-icon .icon-santiaogang {
	display: none
}

.headers.show-nav .nav-list {
	opacity: 1;
	visibility: visible
}

.footer {
	padding: 38px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	background: #25292F
}

.footer>div {
	display: inline-block;
	width: 1200px;
	margin: 0 auto;
}

.footer .foot-con ul,
.footer .foot-con .service,
.footer .foot-con .code-img {
	display: inline-block;
	vertical-align: top;
	float: right;
}
.footer .foot-con ul,
.footer .foot-con .service{
	padding-top: 25px;
}
.footer .foot-con ul{
	float: left;
}
.footer .foot-con .service{
	margin-right: 73px;
}

.footer .max-width {
	width: 890px
}

.footer .service p{
	font-size: 26px;
	color: #A0A3A8;
	line-height: 1;
	padding-bottom: 15px;
}
.footer .service img{
	width: 21px;
	height: 27px;
	margin-right: 17px;
	-webkit-user-select: none;
	user-select: none;
}
.footer .service span{
	display: block;
	color: #A0A3A8;
	font-size: 14px;
	text-align: left;
	padding-left: 38px;
}
.footer .code-img {
	font-size: 0
}

.footer .code-img p {
	display: inline-block;
	padding: 0 20px
}
.footer .code-img p:last-child{
	padding-right: 0;
}

.footer .code-img img {
	display: inline-block;
	/* width: 75px;
	height: 75px; */
	width: 110px;
	height: 110px;
	opacity: .6;
}
.footer .code-img p:hover img{
	opacity: 1;
}

.footer .code-img span {
	color: #929292;
	font-size: 14px;
	padding-top: 10px;
	display: block
}

.footer li {
	text-align: left;
	padding-bottom: 10px;
	line-height: 1
}

.footer li:last-of-type {
	padding: 0
}

.footer .foot-nav{
	padding-bottom: 30px;
}
.footer .foot-nav a {
	float: left;
	color: #A0A3A8;
	font-size: 16px;
	margin-right: 58px
}
.footer .foot-nav a:hover{
	color: #ffffff;
}

.footer .friend-links {
	padding-bottom: 0px
}

.footer .friend-links p {
	margin-left: 70px
}

.footer .friend-links span {
	float: left
}

.footer .friend-links span,
.footer .friend-links a {
	color: #8D8D8D;
	font-size: 14px
}

.footer .friend-links a {
	margin-right: 20px;
	margin-bottom: 10px
}

.footer .friend-links a:hover {
	color: #333F93
}
.footer .address-tel p{
	font-size: 14px;
	color: #585C65;
	line-height: 1;
	padding-bottom: 16px;
}

.footer .copy-right {
	color: #8D8D8D;
	font-size: 14px
}

.footer .copy-right a {
	color: #8D8D8D
}

.footer .copy-right a:hover {
	color: #333F93
}

.footer.fix-bot {
	position: fixed;
	bottom: 10px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	padding: 0;
	background: transparent
}

.footer.fix-bot .friend-links a {
	color: #ffffff
}

.footer.fix-bot .friend-links span {
	color: #ffffff
}

.footer.fix-bot .copy-right {
	color: #FFFFFF
}

.footer.fix-bot .copy-right a {
	color: #FFFFFF
}

.home-footer {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 2
}

.home-footer P {
	color: #808080;
	font-size: 14px
}

.regist-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('https://update.9618968.com/etc-common/2024-08-26/20240826111800041.png');
	background-size: cover
}

.regist-container .mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5)
}

.home-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.home-wrapper {
	width: 100%;
	height: 100%
}

.home-wrapper>.swiper-wrapper>.swiper-slide:nth-child(odd) {
	background: #FAFAFA
}

.home-next,
.home-prev {
	position: fixed;
	bottom: 5.5%;
	left: 50%;
	z-index: 3;
	margin-left: -14px;
	width: 21px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 13px;
	border: 2px solid #999999;
	cursor: pointer;
	animation: toggleMove .8s infinite;
	-moz-animation: toggleMove 10.8s infinite;
	-webkit-animation: toggleMove .8s infinite;
	-o-animation: toggleMove .8s infinite;
	outline: none;
}

.home-next i,
.home-prev i {
	font-size: 14px;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	color: #999999
}

.home-prev {
	display: none
}

.home-prev p {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	outline: none;
}
.home-next.white{
	border-color: #ffffff;
}
.home-next.white i{
	color: #ffffff;
}
.home-prev.white{
	border-color: #ffffff;
}
.home-prev.white i{
	color: #ffffff;
}

@-webkit-keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity: 0.3
	}

	50% {
		bottom: 4.5%;
		opacity: 1
	}

	to {
		bottom: 5.5%;
		opacity: 0.3
	}
}

@keyframes toggleMove {
	0% {
		bottom: 5.5%;
		opacity: 0.3
	}

	50% {
		bottom: 4.5%;
		opacity: 1
	}

	to {
		bottom: 5.5%;
		opacity: 0.3
	}
}

.bg-banner {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.bg-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(https://update.9618968.com/etc-common/2024-08-26/20240826112100023.png);
	background-size: cover
}

.home-mask-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35.4%;
	height: 0;
	padding: 35.4% 0 0;
	border-radius: 50%;
	margin-left: -17.57%;
	margin-top: -17.57%;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}

.home-mask-box .text-wrap {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/* 	-webkit-animation: fadeInDown .5s both;
	animation: fadeInDown .5s both */
}
.home-mask-box .text-wrap p {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 54px;
	letter-spacing: 2px;
	white-space: nowrap;
}

.home-mask-box .serch-icon {
	position: absolute;
	right: -25px;
	top: 50%;
	width: 60px;
	height: 60px;
	background: #F08300;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	cursor: pointer
}

.home-mask-box .serch-icon i {
	color: #ffffff;
	font-size: 30px
}

.slide-wrap {
	height: 100%;
	width: 100%;
	overflow: hidden
}
.img-bg{
	width: 100%;
	padding: 0px 10.52% 0;
	position: absolute;
	bottom: 80px;
	left: 0;
	box-sizing: border-box;
}
.img-bg img{
	-ms-user-select: none;
	width: 424px;
	height: 80px;
}
.slide-wrap h2.home-title {
	padding: 76px 10.52% 0;
	position: relative
}

.slide-wrap h2.home-title p {
	color: #333333;
	font-size: 26px
}

.slide-wrap h2.home-title span {
	color: #A8A8A8;
	display: block;
	padding-top: 16px;
	font-size: 16px;
	text-transform: uppercase
}

.slide-wrap h2.home-title .home-more {
	position: absolute;
	right: 10.52%;
	top: 76px;
	font-size: 16px
}

.slide-wrap h2.white-color p {
	color: #ffffff
}

.slide-wrap h2.white-color span {
	color: #ffffff
}

.slide-wrap .home-item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 0px 10.52% 0;
	box-sizing: border-box
}

.slide-wrap .home-item ul.item-center {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	font-size: 0;
	
}

.slide-wrap .home-item ul.item-center li {
	width: 25%;
	height: 312px;	
	float: left;
	
	
}
.slide-wrap .home-item ul.item-center li a{
	width: 80%;
	height: 312px;
	display: block;
	margin: 0 auto;
	background: #FAFAFA;
	box-sizing: border-box;
	transition: all linear .3s;
}
.slide-wrap .home-item ul.item-center li .item-icom {	
	width: 100%;
	text-align: center;	
	height: 60px;
	margin-top: 32px;
}

.slide-wrap .home-item ul.item-center li .item-icom i {
	font-size: 38px
}

.slide-wrap .home-item ul.item-center li>a {	
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;	
	box-sizing: border-box
}

.slide-wrap .home-item ul.item-center li a:hover {
	cursor: pointer;
	transition: all linear .3s;
	box-shadow: 1px 2px 14px #d4d4d4
}

.slide-wrap .home-item ul.item-center li .item-text {	
	text-align: center;
	line-height: 1
}

.slide-wrap .home-item ul.item-center li .item-text p {
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
	
}

.slide-wrap .home-item ul.item-center li .item-text i {
	width: 80%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 16px;
	color: #999999;
	padding-top: 14px;
	display: block
}

.slide-wrap .home-item ul.item-center li:nth-child(1) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828113800043.png) no-repeat top center
}

.slide-wrap .home-item ul.item-center li:nth-child(2) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-26/20240826143900020.png) no-repeat top center
}

.slide-wrap .home-item ul.item-center li:nth-child(3) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828141000031.png) no-repeat top center
}

.slide-wrap .home-item ul.item-center li:nth-child(4) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-26/20240826144700000.png) no-repeat top center
}

.slide-wrap .home-item ul.item-center li:nth-child(5) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828141000031.png) no-repeat top center
}
.slide-wrap .home-item ul.item-center li:nth-child(6) .item-icom {
	background: url(https://update.9618968.com/etc-common/2024-08-26/20240826144700000.png) no-repeat top center
}
.slide-wrap .home-item ul.product-item {
	width: 100%;
	font-size: 0;
	display: flex;
}

.slide-wrap .home-item ul.product-item li {
	box-sizing: border-box;		
	flex: 1;
	text-align: left
}
.slide-wrap .home-item ul.product-item li a {
    display: block;
}
.slide-wrap .home-item ul.product-item li .pro-img {
	width: 93%;
	margin: 0 3%;
	transition: all linear .5s;
	border-radius: 12px;
    overflow: hidden;
}

.slide-wrap .home-item ul.product-item li .pro-img img {
	width: 100%;
	height: auto;
	transition: all linear .5s
}

.slide-wrap .home-item ul.product-item li .pro-img:hover {
	box-shadow: 0 14px 20px 1px rgba(48, 48, 48, 0.28)
}

.slide-wrap .home-item ul.product-item li .pro-title {
	margin: 21px 3.38% 0;
	color: #333333;
	line-height: 35px;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.slide-wrap .home-item ul.product-item li .pro-info {
	margin: 0 3.38%;
	font-size: 14px;
	line-height: 20px;
	color: #999999
}

.slide-wrap .home-item ul.product-item li .font-clamp {
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 3.2em;
	line-height: 22px;
}

.slide-wrap .home-item .services-item {
	width: 100%
}

.slide-wrap .home-item .services-item .news-title {
	width: 26.3%
}

.slide-wrap .home-item .services-item .news-title .title-top {
	text-align: left
}

.slide-wrap .home-item .services-item .news-title .title-top h3 {
	font-size: 26px;
	line-height: 1.31;
	letter-spacing: normal;
	margin-bottom: 5px
}

.slide-wrap .home-item .services-item .news-title .title-top span {
	font-size: 14px;
	line-height: 1.61;
	color: #9b9b9b;
	display: block;
	letter-spacing: .8px
}

.slide-wrap .home-item .services-item .news-title .title-bot {
	text-align: left
}

.slide-wrap .home-item .services-item .news-title .title-bot a {
	display: block;
	margin-top: 40px
}

.slide-wrap .home-item .services-item .news-title .title-bot a p {
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 8px;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.slide-wrap .home-item .services-item .news-title .title-bot a p i {
	font-size: 14px;
	color: #333F93
}

.slide-wrap .home-item .services-item .news-title .title-bot a span {
	font-size: 12px;
	color: #666666;
	line-height: 50px;
	vertical-align: top
}

.slide-wrap .home-item .services-item .news-title .font-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: auto
}

.slide-wrap .home-item .services-item .news-list {
	width: 19.5%
}

.slide-wrap .home-item .services-item .news-list li {
	margin-bottom: 12%
}

.slide-wrap .home-item .services-item .news-list li p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #333333;
	letter-spacing: 1px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: auto
}

.slide-wrap .home-item .services-item .news-list li div {
	font-size: 16px;
	line-height: 1.61
}

.slide-wrap .home-item .services-item .news-list li div span {
	color: #999999;
	letter-spacing: 1px
}

.slide-wrap .home-item .services-item .news-list li div a {
	color: #333F93
}

.slide-wrap .home-item .home-video {
	width: 800px;
	height: 444px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -222px 0 0 -400px
}

.slide-wrap .home-item-swiper {
	height: 100px;
	position: absolute;
	width: 100%;
	z-index: 5;
	height: auto;
	top: 50%;
	margin-top: -13%;
	overflow: visible
}

.slide-wrap .home-item-swiper .item-swiper {
	width: 100%;
	height: 100%
}

.slide-wrap .home-item-swiper .item-swiper a {
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 2.5% 0;
	position: relative
}

.slide-wrap .home-item-swiper .item-swiper a img {
	width: 100%;
	height: auto;
	transition-duration: .3s
}

.slide-wrap .home-item-swiper .item-swiper a .text {
	position: absolute;
	right: -360px;
	bottom: 0;
	width: 340px;
	text-align: left;
}

.slide-wrap .home-item-swiper .item-swiper a .text p {
	color: #333333;
	font-size: 22px
}

.slide-wrap .home-item-swiper .item-swiper a .text span {
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
	display: block
}

.slide-wrap .home-item-swiper .item-swiper .item-prev,
.slide-wrap .home-item-swiper .item-swiper .item-next {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 3px solid transparent;
	position: absolute;
	bottom: 50%;
	margin-bottom: -27px;
	z-index: 6;
	cursor: pointer;
	transition: all linear .3s;
	text-align: center;
	line-height: 54px
}

.slide-wrap .home-item-swiper .item-swiper .item-prev i,
.slide-wrap .home-item-swiper .item-swiper .item-next i {
	color: #383838;
	font-weight: bold;
	font-size: 20px
}

.slide-wrap .home-item-swiper .item-swiper .item-prev:hover,
.slide-wrap .home-item-swiper .item-swiper .item-next:hover {
	border-color: #383838
}

.slide-wrap .home-item-swiper .item-swiper .item-prev {
	left: 18%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.slide-wrap .home-item-swiper .item-swiper .item-next {
	right: 18%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.menu-mask {
	position: fixed;
	z-index: 2;
	background: rgba(0, 0, 0, 0.97);
	width: 60%;
	padding-top: 60%;
	border-radius: 50%;
	top: -400%;
	left: 20%;
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all linear .5s
}

.menu-mask.show {
	top: 10%;
	left: 0;
	-webkit-transform: matrix(4, 0, 0, 4, 0, 0);
	transform: matrix(4, 0, 0, 4, 0, 0)
}

.mask-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35.4%;
	height: 0;
	padding: 35.4% 0 0;
	border-radius: 50%;
	margin-left: -17.57%;
	margin-top: -17.57%;
	color: #fff;
	border: 2px solid #ECECEC
}

.news-swiper .news-swiper-content {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

.news-swiper .news-swiper-content div {
	text-align: center
}

.news-swiper .news-swiper-content div img {
	width: 100%;
	height: 100%
}

.news-swiper .news-swiper-content div p {
	width: 80%;
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.color-white p,
.color-white i,
.color-white a,
.color-white span {
	color: #fff !important
}

.order-con {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px
}

.bor-bot {
	border-bottom: 1px solid #DBDBDB
}

.crumbs {
	padding: 22px 0px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 0
}

.crumbs a {
	font-size: 14px;
	color: #999999
}

.crumbs a:hover {
	color: #333F93
}

.crumbs a,
.crumbs i {
	display: inline-block;
	line-height: 1
}

.crumbs i.icon-icon11 {
	font-size: 12px
}

.crumbs i.icon-dingwei {
	font-size: 14px;
	margin-right: 4px;
	color: #999999;
}

.order-schedule .sced-title {
	position: relative;
	padding: 28px 0px 12px
}

.order-schedule .sced-title p span {
	margin-left: 5px
}

.order-schedule .sced-title a {
	display: block;
	position: absolute;
	right: 0px;
	top: 18px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #dddddd;
	border-radius: 4px
}

.order-schedule .sced-title a:hover {
	color: #333F93;
	border-color: #333F93
}

.sced-axis h4.title {
	padding: 18px 0 22px;
	font-size: 16px;
	color: #333F93
}

.sced-axis .axis-line {
	padding: 0 18px 24px;
	margin-top: 14px
}

.sced-axis .axis-line li {
	position: relative;
	padding-top: 24px;
	width: 14.28%;
	float: left
}

.sced-axis .axis-line li span {
	display: block;
	text-align: center
}

.sced-axis .axis-line li span.axis-name {
	font-size: 14px;
	color: #333333
}

.sced-axis .axis-line li span.axis-time {
	color: #999999;
	font-size: 12px
}

.sced-axis .axis-line li:before {
	width: 100%;
	height: 6px;
	content: '';
	background: #333F93;
	position: absolute;
	top: 0;
	left: 0
}

.sced-axis .axis-line li:after {
	width: 28px;
	height: 28px;
	content: "";
	text-align: center;
	line-height: 28px;
	color: #ffffff;
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828115000040.png) center;
	background-size: cover;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: 2
}

.sced-axis .axis-line li.first-item:before {
	width: 50%;
	height: 6px;
	content: '';
	background: #333F93;
	position: absolute;
	top: 0;
	left: 50%
}

.sced-axis .axis-line li.first-item:after {
	width: 28px;
	height: 28px;
	content: "";
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828115000040.png) center;
	background-size: cover;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -14px
}

.sced-axis .axis-line li.last-item:before {
	width: 50%;
	height: 6px;
	content: '';
	background: #333F93;
	position: absolute;
	top: 0;
	right: 50%
}

.sced-axis .axis-line li.last-item:after {
	width: 28px;
	height: 28px;
	content: "";
	background: url(https://update.9618968.com/etc-common/2024-08-28/20240828115000040.png) center;
	background-size: cover;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -14px
}

.sced-axis .axis-line li:nth-child(1).unfinished:after {
	content: '1'
}

.sced-axis .axis-line li:nth-child(2).unfinished:after {
	content: '2'
}

.sced-axis .axis-line li:nth-child(3).unfinished:after {
	content: '3'
}

.sced-axis .axis-line li:nth-child(4).unfinished:after {
	content: '4'
}

.sced-axis .axis-line li:nth-child(5).unfinished:after {
	content: '5'
}

.sced-axis .axis-line li:nth-child(6).unfinished:after {
	content: '6'
}

.sced-axis .axis-line li:nth-child(7).unfinished:after {
	content: '7'
}

.sced-axis .axis-line li.unfinished:before {
	width: 100%;
	height: 6px;
	content: '';
	background: #D3D3D3;
	position: absolute;
	top: 0;
	left: -50%
}

.sced-axis .axis-line li.unfinished:after {
	width: 28px;
	height: 28px;
	content: "";
	border-radius: 50%;
	background: #D3D3D3;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -14px
}

.sced-axis .pro-info {
	padding: 22px 18px
}

.sced-axis .pro-info>div {
	float: left
}

.sced-axis .pro-info .p-img {
	width: 235px;
	height: 150px;
	border: 1px solid #ededed;
	margin-right: 25px;
	overflow: hidden
}

.sced-axis .pro-info .p-img img {
	width: 100%;
	height: auto
}

.sced-axis .pro-info .p-name {
	line-height: 150px;
	font-size: 14px;
	color: #333333;
	margin-right: 80px
}

.sced-axis .pro-info .p-money {
	color: #F72424;
	line-height: 150px
}

.comn-item {
	padding-left: 18px;
	padding-bottom: 10px;
	position: relative
}

.comn-item .com-title {
	padding: 22px 0 12px;
	font-size: 16px;
	font-weight: bold
}

.comn-item>p {
	font-size: 14px;
	color: #333333;
	line-height: 38px
}

.comn-item>p span {
	display: inline-block
}

.comn-item .tit-label {
	width: 75px;
	text-align: left
}

.comn-item .tit-text a {
	color: #333F93
}

.comn-item .com-btn {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 26px;
	padding: 0 18px;
	background: #F5F5F5;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-size: 12px;
	line-height: 24px
}

.comn-item .com-btn:hover {
	border-color: #333F93;
	color: #333F93;
	background: #ffffff
}

.tal-money {
	padding: 30px 0;
	text-align: right
}

.tal-money p {
	line-height: 26px
}

.tal-money span {
	display: inline-block
}

.tal-money .money {
	color: #F72424;
	min-width: 120px
}

.bill-succs {
	padding: 80px 0 0
}

.bill-suc-top {
	padding-bottom: 40px
}

.img {
	width: 92px;
	height: 92px;
	margin: 0 auto 28px
}

.opts-info {
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px
}

.opts-btn {
	text-align: center
}

.opts-btn a {
	display: inline-block;
	padding: 0 18px;
	line-height: 36px;
	font-size: 12px;
	background: #333F93;
	color: #FFFFFF;
	border-radius: 4px
}

.refund-succs {
	padding: 80px 0 0
}

.comn-item-m {
	font-size: 0;
	padding: 25px 0 10px 18px;
	position: relative;
	border-top: 1px solid #EAEAEA
}

.comn-item-m p {
	display: inline-block;
	min-width: 326px;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 15px
}

.comn-item-m p .tit-text.warning {
	color: #F72424
}

.refund-suc-bot .comn-item .tit-label {
	width: 102px;
	text-align: left
}

.code-block {
	padding: 20px 0 20px 30px;
	background: #F2F2F2
}

.code-block .block-title {
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px
}

.code-block .block-text {
	color: #666666;
	font-size: 14px
}

.code-block .block-text i {
	float: left;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold
}

.code-block .block-text span {
	margin-left: 20px;
	text-align: left;
	display: block;
	line-height: 26px
}

.refd-form-top {
	padding-bottom: 50px
}

.refd-form-top ul li {
	padding: 12px 0
}

.refd-form-top ul li .label {
	float: left;
	width: 124px;
	text-align: left;
	line-height: 42px
}

.refd-form-top ul li .label i {
	font-size: 12px;
	color: #F72424;
	width: 12px;
	display: inline-block
}

.refd-form-top ul li .input,
.refd-form-top ul li .input-no-border {
	margin-left: 124px
}

.refd-form-top ul li .input input,
.refd-form-top ul li .input-no-border input {
	width: 316px;
	height: 42px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	padding-left: 12px
}

.refd-form-top ul li .input-no-border input {
	border: none;
	padding-left: 0
}

.refd-form-top ul li .radio {
	font-size: 0;
	margin-left: 124px
}

.refd-form-top ul li .radio .radio-input {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	height: 42px;
	line-height: 42px
}

.refd-form-top ul li .radio .radio-input input {
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	opacity: 0;
	cursor: pointer
}

.refd-form-top ul li .radio .radio-input i {
	font-size: 14px;
	margin-right: 10px
}

.refd-form-top ul li .radio .radio-input i:hover {
	cursor: pointer
}

.refd-form-top ul li .radio .radio-input i.icon-duihao {
	display: none;
	color: #333F93
}

.refd-form-top ul li .radio .radio-input span {
	font-size: 14px
}

.refd-form-top ul li .radio .radio-input.checked i.icon-kongxinyuan {
	display: none
}

.refd-form-top ul li .radio .radio-input.checked i.icon-duihao {
	display: inline-block
}

.sub-btn {
	text-align: center;
	padding: 40px 30px
}

.sub-btn a {
	display: inline-block;
	width: 110px;
	text-align: center;
	background: #333F93;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	border-radius: 5px
}

.progress-main .pros-tabs {
	position: relative;
	height: 60px;
	margin-bottom: 18px
}

.progress-main .pros-tabs ul {
	font-size: 0;
	position: absolute;
	bottom: -1px;
	z-index: 1
}

.progress-main .pros-tabs ul li {
	display: inline-block;
	position: relative;
	padding-top: 12px
}

.progress-main .pros-tabs ul li a {
	padding: 0 20px;
	line-height: 48px; 
	color: #333333;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	-webkit-user-select: none;
}
.progress-main .pros-tabs ul li a.active{
	color: #333F93;
	border-color: #333F93;
}   

.progress-main .pros-tabs ul li a:hover {
	color: #333F93
}

.progress-main .pros-tabs ul li i.iconfont {
	font-size: 12px;
	color: #E8E8E8
}

.progress-main .pros-tabs ul li.active a {
	color: #333F93;
	border-bottom: 2px solid #333F93
}

.progress-main .pros-list .pros-list-item {
	border: 1px solid #EAEAEA;
	margin-bottom: 20px
}

.progress-main .pros-list .pros-list-item h4 {
	padding: 0 20px;
	line-height: 1;
	background: #F8F8F8
}

.progress-main .pros-list .pros-list-item .item-type {
	line-height: 40px;
	font-size: 18px;
	color: #333F93
}

.progress-main .pros-list .pros-list-item .item-info {
	padding-bottom: 15px;
	font-size: 12px
}

.progress-main .pros-list .pros-list-item .item-info .time {
	color: #999999;
	margin-right: 20px
}

.progress-main .pros-list .pros-list-item .item-info .order-num {
	color: #333333
}

.progress-main .pros-list .pros-list-item .item-info .fr {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px)
}

.progress-main .pros-list .pros-list-item .item-info .money-label {
	color: #333333
}

.progress-main .pros-list .pros-list-item .item-info .money {
	color: #F72424;
	font-size: 20px
}

.progress-main .pros-list .pros-list-item .item-detail {
	padding: 12px 26px;
	position: relative
}

.progress-main .pros-list .pros-list-item .item-detail>div {
	float: left
}

.progress-main .pros-list .pros-list-item .item-detail .p-img {
	width: 235px;
	height: 150px;
	border: 1px solid #ededed;
	margin-right: 25px;
	overflow: hidden
}

.progress-main .pros-list .pros-list-item .item-detail .p-img img {
	width: 100%;
	height: auto
}

.progress-main .pros-list .pros-list-item .item-detail .p-name {
	line-height: 150px;
	font-size: 14px;
	color: #333333;
	margin-right: 80px
}

.progress-main .pros-list .pros-list-item .item-detail .p-money {
	color: #F72424;
	line-height: 150px
}

.progress-main .pros-list .pros-list-item .item-detail div.btns {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}

.progress-main .pros-list .pros-list-item .item-detail div.btns .btn {
	padding: 0 22px;
	line-height: 28px;
	background: #F5F5F5;
	color: #333333;
	margin-bottom: 15px;
	display: block;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box
}

.progress-main .pros-list .pros-list-item .item-detail div.btns .btn:last-child {
	margin-bottom: 0
}

.progress-main .pros-list .pros-list-item .item-detail div.btns .btn:hover {
	color: #333F93;
	border-color: #333F93;
	background: #ffffff
}

.progress-main .pros-list .pros-list-item .item-detail div.btns.btn-three {
	padding-top: 16px
}

.progress-main .pros-list .pros-list-item .item-detail div.btns.btn-two {
	padding-top: 38px
}

.progress-main .pros-list .pros-list-item .item-detail div.btns.btn-one {
	padding-top: 61px
}

.bill-con {
	width: 1200px;
	margin: 0 auto
}

.bill-con .filter-wrap {
	padding: 25px 0
}

.bill-con .filter-wrap .filter-item {
	margin-bottom: 20px
}

.bill-con .filter-wrap .filter-item .label {
	width: 100px;
	float: left;
	line-height: 36px
}

.bill-con .filter-wrap .filter-item .conditions {
	float: left
}

.bill-con .filter-wrap .filter-item .conditions span {
	padding: 0 15px
}

.bill-con .filter-wrap .filter-item .conditions span.separate {
	padding: 0
}

.bill-con .filter-wrap .filter-item .conditions a {
	color: #333333;
	font-size: 14px;
	padding: 0 14px;
	line-height: 36px
}

.bill-con .filter-wrap .filter-item .conditions a.active {
	background: #333F93;
	border-radius: 3px;
	color: #ffffff
}

.bill-con .filter-wrap .filter-item .conditions a:hover:not(.active) {
	color: #333F93
}

.bill-con .filter-wrap .filter-item .conditions i.icon-xiangxiashixinsanjiao {
	position: relative;
	left: -27px;
	width: 0px;
	height: 0px;
	color: #c3c3c3;
	font-size: 12px;
	pointer-events: none
}

.bill-con .filter-wrap .filter-item input#time-start,
.bill-con .filter-wrap .filter-item input#time-end {
	width: 114px;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 14px;
	position: relative
}

.bill-con .filter-wrap .filter-item input#time-start:before,
.bill-con .filter-wrap .filter-item input#time-end:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 28px 28px 0;
	border-style: solid;
	border-color: #fc0 transparent transparent;
	position: absolute;
	top: 0px;
	left: 0px
}

.bill-con .bill-table {
	position: relative
}

.bill-con .bill-table .down-file {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 36px;
	color: #333F93
}

.bill-con .bill-table .down-file:hover {
	cursor: pointer
}

.bill-con .bill-table .down-file i {
	color: #333F93;
	font-size: 16px
}

.card-list {
	padding-top: 20px;
	width: 100%
}

.card-list .card-swiper {
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #158CD7
}

.card-list .card-list-item {
	border: 1px solid #DBDBDB;
	position: relative;
	border-radius: 3px;
	transition: all linear .3s
}

.card-list .card-list-item .card-type {
	padding: 15px 20px 30px 0;
	text-align: right
}

.card-list .card-list-item .card-type span {
	display: inline-block;
	padding: 0 7px;
	line-height: 22px;
	font-size: 12px;
	background: #158CD7;
	border-radius: 3px;
	color: #ffffff;
	transition: all linear .3s
}

.card-list .card-list-item .card-number {
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	background: #DBDBDB;
	text-align: center
}

.card-list .card-list-item .card-number span {
	padding: 0 5px;
	letter-spacing: 1px
}

.card-list .card-list-item .card-name {
	padding: 17px 30px 29px;
	font-size: 14px
}

.card-list .card-list-item .card-name .car {
	float: left;
	color: #666666
}

.card-list .card-list-item .card-name .owner {
	float: right;
	color: #666666;
	max-width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.card-list .card-list-item .bill {
	position: absolute;
	bottom: 5px;
	text-align: right;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: all linear .3s
}

.card-list .card-list-item .bill a {
	color: #158CD7;
	font-size: 12px;
	line-height: 1;
	margin-left: 20px
}

.card-list .card-list-item .icon-sanjiao {
	width: 100%;
	position: absolute;
	bottom: -22px;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all linear .3s
}

.card-list .card-list-item .icon-sanjiao i {
	color: #158CD7
}

.card-list .card-list-item:hover {
	cursor: pointer;
	border-color: #158CD7;
	background: #EAF7FF
}

.card-list .card-list-item:hover .card-number {
	color: #ffffff;
	background: #158CD7
}

.card-list .card-list-item:hover .bill {
	opacity: 1;
	visibility: visible;
	display: block
}

.card-list .card-list-item.green-card .card-type span {
	background: #429854
}

.card-list .card-list-item.green-card:hover {
	border-color: #429854;
	background: #F4F9F5
}

.card-list .card-list-item.green-card:hover .card-number {
	color: #ffffff;
	background: #429854
}

.card-list .card-list-item.green-card:hover .bill {
	opacity: 1;
	visibility: visible
}

.card-list .card-list-item.green-card:hover .icon-sanjiao {
	opacity: 1;
	visibility: visible
}

.card-list .active {
	border-color: #158CD7;
	background: #EAF7FF
}

.card-list .active .card-number {
	color: #ffffff;
	background: #158CD7
}

.card-list .active .bill {
	opacity: 1;
	visibility: visible
}

.card-list .active .icon-sanjiao {
	opacity: 1;
	visibility: visible
}

.card-list .green-card.active {
	border-color: #429854;
	background: #F4F9F5
}

.card-list .green-card.active .card-number {
	color: #ffffff;
	background: #429854
}

.card-list .green-card.active .bill {
	opacity: 1;
	visibility: visible
}

.card-list .green-card.active .icon-sanjiao {
	opacity: 1;
	visibility: visible
}

.card-list .card-prev,
.card-list .card-next {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 25px;
	height: 50px;
	margin-top: -36px;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

.card-list .card-prev i,
.card-list .card-next i {
	color: #ffffff;
	font-size: 18px
}

.card-list .card-prev:hover,
.card-list .card-next:hover {
	background: rgba(0, 0, 0, 0.6)
}

.card-list .card-prev {
	left: 0;
	border-radius: 0 3px 3px 0px
}

.card-list .card-next {
	right: 0;
	border-radius: 3px 0px 0px 3px
}

.card-list .card-title {
	padding: 16px 0;
	font-size: 14px;
	color: #000000
}

.card-list .card-item-detail {
	padding: 16px 46px;
	background: #F2F2F2
}



.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #333F93
}

.layui-table-page {
	text-align: right
}

.new-card-main {
	width: 100%;
	border-top: 1px solid #3D4BAA
}

.new-card-main .top {
	position: relative;
	background: linear-gradient(0deg, #4353bd, #333f93);
	margin-bottom: 130px;
	height: 336px
}

.new-card-main .top .text {
	position: relative;
	width: 1200px;
	height: 416px;
	box-sizing: border-box;
	margin: 0 auto;
	background: url("https://update.9618968.com/etc-common/2024-08-26/20240826142400002.png") center no-repeat;
	background-size: 1200px 416px
}

.new-card-main .bot {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px
}

.new-card-main .bot h3 {
	height: 1px;
	background: #EAEAEA;
	position: relative;
	    margin-bottom: 50px;
}

.new-card-main .bot h3 p {
	position: absolute;
	padding: 0 20px;
	font-size: 22px;
	color: #333333;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff
}

.new-card-main .bot li {
	padding: 40px 0 30px;
	border-bottom: 1px solid #EAEAEA
}

.new-card-main .bot li h4 {
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
	padding-left: 24px;
	background: url("https://update.9618968.com/etc-common/2024-08-28/20240828135100051.png") left top no-repeat;
	background-size: 18px 18px
}

.new-card-main .bot li p {
	padding-left: 22px;
	font-size: 14px;
	line-height: 24px;
	color: #666666
}

.new-card-main .bot li p .bold {
	font-weight: bold;
	color: #000000
}
#userSetting{
		position: relative;
}
#userSetting ul{
	position: absolute;
	left: 0;
	top:0;
	background: #fff;
}
.btnList{
	display: none;
	width:80px;
	height:36px;
	position: absolute;
	left: 5px;
	top: 50px;
	border-radius:2px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	z-index: 999999999999;
	
}
.btnList:hover{
	background: #eee;
}
#userSetting .btnList a{
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
}
.produ-header{
	height: auto;
	-webkit-box-shadow: 0 7px 22px 0 rgba(0,0,0,.08);
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.08);
}
.produ-header.fix-top{
	background: #ffffff;
	padding-bottom: 8px;
}
.produ-header .nav-list li>a{
	color: #333333;
}
.produ-header .nav-list li .item-list{
	background: rgb(255, 255, 255);
    padding: 5px 20px;
    display: block;
    left: -20px;
	0px 1px 3px 1px rgba(234, 234, 234, 0.6)
}
.produ-header .nav-list li .item-list a{
	color: #666666;
}
	
.produ-header .nav-list li .item-list a:hover{
	color: #E68012;
}
.produ-header .rt li i, .produ-header .rt li a{
	color: #666666;
}
.produ-header .rt li.wx i.icon-weixin1{
	color: #51c332;
}
.produ-header .rt li .down-list{
	top: 50px;
}


.login-bot .foot-con ul, .login-bot .foot-con .service, .login-bot .foot-con .code-img{
	float: none;
	
}
.login-bot .foot-nav {
    padding-bottom: 22px;
}
.login-bot .foot-con ul, .login-bot .foot-con .service {
    padding-top: 12px;
}
.login-bot .code-img img{
	width: 75px;
	height: 75px;
}
.login-bot .address-tel span{
	    font-size: 14px;
    color: #A0A3A8;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 36px;
	letter-spacing: 2px;
}
.net{
	color: #4165FD;
}
.bg_color{
	background:rgba(245,245,245,1);
}
.baseColor{color: #4165FD;}
.layui-form-select dl dd.layui-this {
    background-color: #4165FD;
    color: #fff;
}
.layui-tab-brief>.layui-tab-title .layui-this {color: #4165FD;}
			.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
	border: none;border-radius: 0;border-bottom: 2px solid #4165FD;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {background: #4165FD;}
	.layui-form-checkbox[lay-skin=primary]:hover i{
			border-color: #4165FD;
	}
	.layui-form-checked[lay-skin=primary] i {
		border-color: #4165FD;
		background-color: #4165FD;
		color: #fff;
	}
	.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
		/*border-width: 0px;*/
		border-style: solid;
		border-color: #e6e6e6;
	}
	.layui-table-view .layui-table td {
		border-bottom: 1px solid #f1f1f1;
	}
	 .layui-table-page{border-top: 1px solid #f1f1f1;}
	 .layui-laypage .layui-laypage-curr .layui-laypage-em {background: #4165FD;}
	 .layui-form-checkbox[lay-skin=primary]:hover i{
			border-color: #4165FD;
	 }
	 .layui-form-checked[lay-skin=primary] i {
		border-color: #4165FD;
		background-color: #4165FD;
		color: #fff;
	 }
	.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
   background:rgba(216,216,216,0.3);
}
 #container {
				width: 1201px;
				margin: 0 auto;
			}
#index_box {
	width: 1200px;
	line-height: 40px;
}
.main_box {
	background-color: #FFFFFF;
	padding: 20px 27px;
	margin-bottom: 20px;
}
				
.footerbox{
	width: 100%;height: 560px;
}
.hearbox{
	width: 100%;
	/* height: 5000px; */
}
.stepimg{width: 830px;height: 30px;}
#headerbox{height: 102px;}

/* //提示框 */
#Tips{background: #FFFCF8;margin-top: 20px;color: #888888;
	border: 1px dashed #FF9428;padding-bottom: 20px;}
.Reminder{padding-top: 10px;margin-left: 34px;font-weight: bold;
	line-height: 40px;}
#Tips li{list-style: decimal;margin-left: 44px;
	line-height: 28px;}
.menu_list.borderClass{
		border-bottom:3px #EC830F solid!important;
	}