#header.check-login-before .is-login-show,
#header.check-login-before .not-login-show,
#header.is-login .not-login-show,
#header.not-login .is-login-show {
	display: none!important
}

#header.is-login .is-login-show,
#header.not-login .not-login-show {
	display: block
}

#header-account-entrance {
	display: flex;
}

#header .header_list_two {
	position: absolute;
	top: calc(100% - 0px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	display: none;
	font-size: 14px;
	color: #333;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px rgba(40, 47, 54, 0.08);
}

#header .header_list_two_wrap {
	display: flex;
	flex-flow: column wrap;
}

#header .header_list_two_wrap .header_list_two_item {
	text-decoration: none;
	min-width: 150px;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
}
/* #header .header_list_two_wrap .header_list_two_item:nth-child(even){background: #F8F8F8;} */
#header .header_list_two_wrap .header_list_two_item:hover {
	background: #F8F8F8;
	color: #cc3333;
}

#header .header_list_two_wrap .header_list_two_item.active {
	background: var(--main-color);
	color: #fff;
}

#header .header-desktop__nav-item:hover > .header-desktop__nav-a {
	color: #cc3333;
}

#header .header-desktop__nav-item:hover > .header_list_two {
	display: block;
}

#header .header_list_three {
	width: 100%;
	height: var(--header-height);
	background: #fff;
	padding: 0 10%;
	font-size: 16px;
	color: #333;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#header .header_three_left {
	white-space: nowrap;
}

#header .header_three_right {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
}

#header .header_three_item {
	min-width: 100px;
	text-align: center;
	cursor: pointer;
}

#header .header_three_right .header_three_item:not(:first-child) {
	border-left: 1px solid #ccc;
}

#header .header_three_item:hover {
	color: #cc3333;
}

#header .header_three_item.active {
	color: #cc3333;
}

#header .header_three_btn {
	width: 118px;
	height: 30px;
	line-height: 30px;
	background: var(--main-color);
	color: #fff;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
#header .header_three_btn a{ color:#fff;}



.visitor-1 {
  padding: 7% 4.74vw 5%;

}


h2.bt {
  text-align: center;
  line-height: 1;
  margin: 0;
}h2.bt b {
  display: block;
  font-size: 32px;
  color: #242f40;
}h2.bt p {
  font-weight: 500;
  margin-top: 20px;
  color: #9aa7b9;
  font-size: 16px;
}@media (max-width:1530px) {
 .visitor-1 {
  padding-left:15px;
  padding-right:15px
 }
}
@media (max-width:780px) {
 .visitor-1 {
  padding-top:40px;
  padding-bottom:40px
 }
}
@media (max-width:480px) {
 .visitor-1 {
  padding-bottom:44px
 }
}
.visitor-1 .con {
 margin-top:130px
}
@media (max-width:780px) {
 .visitor-1 .con {
  margin-top:90px
 }
}
@media (max-width:480px) {
 .visitor-1 .con {
  margin-top:60px
 }
}
.visitor-1 .con .list1 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 text-align:center
}
@media (max-width:780px) {
 .visitor-1 .con .list1 {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
}
.visitor-1 .con .list1 li {
 width:25%;
 padding:0 .91vw
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li {
  width:33.33%;
  margin-bottom:80px
 }
 .visitor-1 .con .list1 li:nth-child(4),
 .visitor-1 .con .list1 li:nth-child(5) {
  margin-bottom:0
 }
}
@media (max-width:480px) {
 .visitor-1 .con .list1 li {
  width:49%;
  margin-bottom:54px
 }
 .visitor-1 .con .list1 li:last-child {
  margin-bottom:0
 }
}
.visitor-1 .con .list1 li a {
 display:block;
 border-radius:10px;
 padding:30px 10px;
 position:relative;
 border:1px solid hsla(0,0%,80%,.6)
}
.visitor-1 .con .list1 li a:before {
 left:25%
}
.visitor-1 .con .list1 li a:after,
.visitor-1 .con .list1 li a:before {
 content:"";
 height:1px;
 width:30%;
 background:#f4f9ff;
 position:absolute;
 top:-1px
}
.visitor-1 .con .list1 li a:after {
 right:25%
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li a {
  padding:30px 10px
 }
}
.visitor-1 .con .list1 li .img {
 line-height:151px;
 -webkit-transition:.3s ease;
 transition:.3s ease;
 position:absolute;
 -webkit-transform:translate(-50%,-58%);
 transform:translate(-50%,-58%);
 left:50%;
 top:0;
 width:140px;
 z-index:2
}
@media (max-width:1025px) {
 .visitor-1 .con .list1 li .img {
  width:68%
 }
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li .img {
  width:40%;
  line-height:100px
 }
}
@media (max-width:480px) {
 .visitor-1 .con .list1 li .img {
  line-height:80px
 }
}
.visitor-1 .con .list1 li .img img {
 max-width:100%;width: 100px;
}
@media (max-width:480px) {
 .visitor-1 .con .list1 li .img img {
  max-height:80px
 }
}
.visitor-1 .con .list1 li .zi {
 margin-top:39px
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li .zi {
  margin-top:26px
 }
}
@media (max-width:480px) {
 .visitor-1 .con .list1 li .zi {
  margin-top:12px
 }
}
.visitor-1 .con .list1 li .zi h3 {
 font-weight:500;
 font-size:22px;
 color:#242f40;
 margin:0
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li .zi h3 {
  font-size:18px
 }
}
.visitor-1 .con .list1 li .zi dd {
 font-size:14px;
 line-height:24px;
 color:#5b6b82;
 margin-top:18px
}
@media (max-width:1630px) {
 .visitor-1 .con .list1 li .zi dd br {
  display:none
 }
}
@media (max-width:780px) {
 .visitor-1 .con .list1 li .zi dd {
  margin-top:8px
 }
}
@media (max-width:480px) {
 .visitor-1 .con .list1 li .zi dd {
  line-height:20px
 }
}
.visitor-1 .con .list1 li:hover .img {
 -webkit-transform:translate(-50%,-60%);
 transform:translate(-50%,-60%)
}
.visitor-1 .con .list1 .su {
 padding-top:9.6%
}
@media (max-width:1450px) {
 .visitor-1 .con .list1 .su {
  padding-top:10.5%
 }
}
@media (max-width:780px) {
 .visitor-1 .con .list1 .su {
  display:none
 }
}
.visitor-1 .con .list1 .su img {
 max-width:100%
}
.visitor-1 .con .list1 .su:last-child {
 display:none
}
.fen img {
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out
}
.fen:hover img {
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}
.of {
 overflow:hidden
}
.visitor-2 {
  padding: 3.54vw 4.74vw 2.24vw; background-color:#000;
}
h2.bt {
  text-align: center;
  line-height: 1;
  margin: 0;
}.visitor-2 h2.bt b {
  color: #fff;
}
h2.bt b {
  display: block;
  font-size: 32px;
  color: #242f40;
}.visitor-2 h2.bt p {
  color: #ccc;
}

.visitor-2 .con {
  margin-top: 3.96vw;
}
.visitor-2 .con .list1 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-left:-1.38vw;
 margin-right:-1.38vw
}
.visitor-2 .con .list1 li {
 padding:0 1.38vw;
 width:25%;
 margin-bottom:.62vw
}
@media (max-width:780px) {
 .visitor-2 .con .list1 li {
  width:50%
 }
}
.visitor-2 .con .list1 li .img {
 border-radius:6px;
 position:relative;
 height:232px
}
@media (max-width:1025px) {
 .visitor-2 .con .list1 li .img {
  height:auto
 }
}
.visitor-2 .con .list1 li .img img {
 width:100%;
 -o-object-fit:cover;
 object-fit:cover
}
.visitor-2 .con .list1 li .img .sec1 {
 position:absolute;
 z-index:11;
 bottom:-38px;
 left:0;
 width:100%;
 opacity:0;
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out
}
.visitor-2 .con .list1 li .img .sec1 .sec {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 text-align:center;
 line-height:36px
}
.visitor-2 .con .list1 li .img .sec1 .sec a {
 color:#fff;
 font-size:16px;
 width:41%
}
@media (max-width:1025px) {
 .visitor-2 .con .list1 li .img .sec1 .sec a {
  font-size:14px
 }
}
.visitor-2 .con .list1 li .img .sec1 .sec a:first-child {
 background-image:linear-gradient(-86deg,#773db2,#1371ff 50%,#0a76ff 0,#007aff 0,#3267f0 0,#6353e1 0);
 border-radius:18px 0 0 18px;
 -webkit-box-shadow:0 10px 20px -10px #773db2;
 box-shadow:0 10px 20px -10px #773db2;
 background-size:200% 100%;
 -webkit-transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s
}
.visitor-2 .con .list1 li .img .sec1 .sec a:first-child:hover {
 -webkit-transition:all .4s ease-in-out;
 transition:all .4s ease-in-out;
 background-position:100% 0
}
.visitor-2 .con .list1 li .img .sec1 .sec a:nth-child(2) {
 background-image:linear-gradient(101deg,#5466fb,#2a89fc 0,#00abfd 0,#09ebbb 50%);
 border-radius:0 18px 18px 0;
 -webkit-box-shadow:0 10px 20px -10px #09ebbb;
 box-shadow:0 10px 20px -10px #09ebbb;
 background-size:200% 100%;
 -webkit-transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;
 transition:all .6s cubic-bezier(.215,.61,.355,1) 0s
}
.visitor-2 .con .list1 li .img .sec1 .sec a:nth-child(2):hover {
 -webkit-transition:all .4s ease-in-out;
 transition:all .4s ease-in-out;
 background-position:100% 0
}
.visitor-2 .con .list1 li .zi {
 padding:1.46vw 25px
}
@media (max-width:780px) {
 .visitor-2 .con .list1 li .zi {
  padding:14px 15px
 }
}
.visitor-2 .con .list1 li .zi h3 {
 margin:0;
 font-size:16px;
 color:#fff;
 font-weight:500
}
@media (max-width:480px) {
 .visitor-2 .con .list1 li .zi h3 {
  font-size:14px
 }
}
.visitor-2 .con .list1 li .zi p {
 font-size:14px;
 color:#ccc;
 margin-top:.8vw
}
@media (max-width:480px) {
 .visitor-2 .con .list1 li .zi p {
  margin-top:4px;
  font-size:12px
 }
}
@media (min-width:1025px) {
 .visitor-2 .con .list1 li:hover .img .sec1 {
  opacity:1;
  bottom:18px
 }
}



.cat_chanpin {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.web_two_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.web_two_list .web-item {
    position: relative;
    text-align: center;
    width: 23%;
    margin: 0 1% 3.125vw;
    padding: 0 30px
}

.web_two_list .web-item .imgs {
    line-height: 115px
}

.web_two_list .web-item .imgs img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer
}

.web_two_list .web-item h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 28px;
    margin-top: 20px
}

.web_two_list .web-item span {
    display: block;
    font-size: 16px;
    color: #555;
    margin-top: 15px;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.web_two_list .web-item:first-child {
    padding: 0 30px
}

.web_two_list .web-item:hover .imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}.cat_chanpin .more {
    width: 220px;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    display: block;
    line-height: 44px;
    background: #1f80f9;
 background-image: linear-gradient(101deg,#f35f0e,#f35f0e 0,#f35f0e 0,#e5300e 50%);
    box-shadow: 0px 5px 8px 0px rgba(241, 61, 60, 0.2);
    text-align: center;
    color: #fff;
    transition: all 0.1s;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 15px;
}
.cat_chanpin .more:hover {
    background: linear-gradient(90deg, rgb(245, 68, 68), rgb(254, 119, 98));
}

/*首页 理由*/
.list_three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.list_three .list {
    height: auto;
    transition: all 0.2s;
    padding-top: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 25%;
    float: left;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 8px;margin-bottom:30px;
}

.list_three .list:last-child {
    margin-right: 0;
}

.list_three .list {
    -webkit-transition: all 0.3s ease-out;
    /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;
    /* FF4+ */
    -ms-transition: all 0.3s ease-out;
    /* IE10? */
    -o-transition: all 0.3s ease-out;
    /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 30px 0 rgba(255, 193, 7, 0.05);
}

.list_three .list:hover {
    margin-top: -10px;
}

.list_three .list .bottom {
    text-align: center;
}

.list_three .top {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: 25px;
    left: 25px;
}

.list_three .top:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 4px;
    background: linear-gradient(90deg, #cc3333, #cc3333);
    bottom: -10px;
    left: 2px;
    border-radius: 5px;
}

.list_three .top_list {
    overflow: hidden;
    padding: 5%;
 
}

.list_three .top_list li img {
    vertical-align: middle;
    margin-right: 10px;
}

.list_three .top_list li .one {
    font-size:18px;
    font-weight: 400;
    color: #333333;
}

.list_three .top_list li .two {
    width: 90%;
    margin-left: 31px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 15px;
    margin-top: 2px;
    line-height: 200%;
}

.list_three .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #1f80f9;
    background-image: linear-gradient(101deg,#f35f0e,#f35f0e 0,#f35f0e 0,#e5300e 50%);
    box-shadow: 0px 5px 8px 0px rgba(241, 61, 60, 0.2);
    border-radius: 22px;
}
.list_three .list_three_one .sprites_one {
    background: #FBFCFF url("../images/licheng4.png") no-repeat 90%;
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;background-size: 60px;
}

.list_three .list_three_two .sprites_one {
    background: #FBFCFF url("../images/licheng1.png") no-repeat 90%;
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;background-size: 60px;
}

.list_three .list_three_three .sprites_one {
    background: #FBFCFF url("../images/licheng2.png") no-repeat 90%;
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;background-size: 60px;
}

.list_three .list_three_four .sprites_one {
    background: #FBFCFF url("../images/licheng3.png") no-repeat 90%;
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;background-size: 60px;
}

.list_three .bottom a:hover {
    background: linear-gradient(90deg, rgb(245, 68, 68), rgb(254, 119, 98));
}


.c4 {

  text-align: center;
  padding: 4.3vw 15px 2.97vw; background-color:#000;
  line-height: 1;
  color: #fff;
}
.c4 p {
  font-size: 18px;
  margin-top: 1.2vw;
  margin-bottom: 1.6vw;
}.c4 h2 {
  display: block;
  font-size: 24px;
  margin: 0;
}.c4 a {
  display: block;
  background-image: linear-gradient(101deg,#f35f0e,#f35f0e 0,#f35f0e 0,#e5300e 50%);
  line-height: 42px;border-radius: 22px;
  width: 200px;
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .6s;
  transition: all .6s;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  background-size: 200% 100%;
}.c4 a:hover {
    background: linear-gradient(90deg, rgb(245, 68, 68), rgb(254, 119, 98));
}
.h-news {
 margin-top:4.64vw;
}

.h-news .con .list1 li a {
  display: block;
}

@media (max-width:780px) {
.h-news {
  margin-top:40px;
  margin-bottom:40px
 }
}
@media (max-width:1380px) {
.h-news .w1530 {
  width:100%;
  padding-left:15px;
  padding-right:15px
 }
}
.h-news h2.bt p a {
 color:#9aa7b9;
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out
}
.h-news h2.bt p a:hover {
 color:#cc3333
}

.h-news .con {
 margin-top:3.07vw;
 margin-bottom:1.6vw
}
@media (max-width:780px) {
 .h-news .con {
  margin-top:30px;
  margin-bottom:15px
 }
}
.h-news .con .list1 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-left:-1.565vw;
 margin-right:-1.565vw
}
.h-news .con .list1 li {
 width:33.33%;
 padding:0 1.565vw;padding-bottom:3%;
}
@media (max-width:480px) {
 .h-news .con .list1 li {
  width:100%;
  margin-bottom:20px
 }
 .h-news .con .list1 li:last-child {
  margin-bottom:0
 }
}
.h-news .con .list1 li .img {
 border-radius:5px
}
.h-news .con .list1 li .img img {
 width:100%
}
.h-news .con .list1 li .zi {
 margin-top:18px;
 padding-bottom:16px;
 border-bottom:1px dashed rgba(154,167,185,.2)
}
@media (max-width:780px) {
 .h-news .con .list1 li .zi {
  margin-top:14px
 }
}
.h-news .con .list1 li .zi h3 {
 margin:0;
 font-size:18px;
 font-weight:500;
 color:#242f40;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out
}
@media (max-width:780px) {
 .h-news .con .list1 li .zi h3 {
  font-size:16px
 }
}
.h-news .con .list1 li .zi dd {
 font-size:14px;
 color:#5b6b82;
 line-height:30px;
 margin-top:12px;
 text-overflow:-o-ellipsis-lastline;
 overflow:hidden;
 text-overflow:ellipsis;
 display:-webkit-box;
 -webkit-line-clamp:2;
 -webkit-box-orient:vertical
}
@media (max-width:780px) {
 .h-news .con .list1 li .zi dd {
  margin-top:6px;
  line-height:20px;
  font-size:13px
 }
}
.h-news .con .list1 li:hover .zi h3 {
 color:#cc3333
}



@media (max-width:960px) {
	#header {
		overflow-x: scroll;
	}

	#header > div {
	}

	#header-nav.header-desktop__nav {
		height: 80%;
	}

	#header .header_list_three {
		padding: 0 90px;
	}
}

#header .header-desktop__logo-img {
	height: auto !important;
	max-height: 82px;
}