#header{
    
}
body{
    font-family: Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei,Hiragino Sans GB,Heiti SC,SimHei,SimSun,sans-serif;
}
a,a:hover {
    color: inherit;
}
input,input:focus{

border: none !important;

box-shadow: none !important;

}
mark {
    color: inherit;
    padding: 0;
    background: none;
    background-image: linear-gradient(120deg,rgba(255,193,7,0.4) 0%,rgba(255,193,7,0.4) 100%);
    background-repeat: no-repeat;
    background-size: 0% .3em;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background-size: 100% .3em;
}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #333;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #333;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #333;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #333;} 
.pl-50{padding-left:50px;} 
.pr-50{padding-right:50px;} 
.pt-50{padding-top:50px;} 
.pb-50{padding-bottom:50px;}
.ml-50{margin-left:50px;} 
.mr-50{margin-right:50px;} 
.mt-50{margin-top:50px;} 
.mb-50{margin-bottom:50px;}
.pl-100{padding-left:100px;} 
.pr-100{padding-right:100px;} 
.pt-100{padding-top:100px;} 
.pb-100{padding-bottom:100px;}
.ml-100{margin-left:100px;} 
.mr-100{margin-right:100px;} 
.mt-100{margin-top:100px;} 
.mb-100{margin-bottom:100px;}
.pl-200{padding-left:200px;} 
.pr-200{padding-right:200px;} 
.pt-200{padding-top:200px;} 
.pb-200{padding-bottom:200px;}
.ml-200{margin-left:200px;} 
.mr-200{margin-right:200px;} 
.mt-200{margin-top:200px;} 
.mb-200{margin-bottom:200px;}
.pl-300{padding-left:300px;} 
.pr-300{padding-right:300px;} 
.pt-300{padding-top:300px;} 
.pb-300{padding-bottom:300px;}
.ml-300{margin-left:300px;} 
.mr-300{margin-right:300px;} 
.mt-300{margin-top:300px;} 
.mb-300{margin-bottom:300px;}
.pl-400{padding-left:400px;} 
.pr-400{padding-right:400px;} 
.pt-400{padding-top:400px;} 
.pb-400{padding-bottom:400px;}
.ml-400{margin-left:400px;} 
.mr-400{margin-right:400px;} 
.mt-400{margin-top:400px;} 
.mb-400{margin-bottom:400px;}
.pl-500{padding-left:500px;} 
.pr-500{padding-right:500px;} 
.pt-500{padding-top:500px;} 
.pb-500{padding-bottom:500px;}
.ml-500{margin-left:500px;} 
.mr-500{margin-right:500px;} 
.mt-500{margin-top:500px;} 
.mb-500{margin-bottom:500px;}
.notify-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.notify-content h3 {
    letter-spacing: 2px;
    padding: .8em;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    border-radius: 3px 3px 0 0;
}

.notify-content div {
    padding: 15px 30px 30px;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
}
.swal2-actions{
    padding: 20px 0!important;
}


.head-nav {
	position: fixed;
	z-index: 30;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: width .5s .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: width .5s .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: width .5s .5s cubic-bezier(.77, 0, .175, 1);
	transition: width .5s .5s cubic-bezier(.77, 0, .175, 1);
	overflow: hidden
}
.head-nav .navLink .logo img{
    height: 60px;
}

.head-nav .bannerImg {
	background-image: url(../img/menubg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 100% 0;
	background-attachment: fixed;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 5
}


.head-nav .menuOver {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: url(/uploads/2021/07/close.png), auto
}

.head-nav .borderBOttom,
.head-nav .borderLeft,
.head-nav .borderRight,
.head-nav .borderTop {
	position: absolute;
	background: #fff;
	z-index: 10;
	-webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s cubic-bezier(.77, 0, .175, 1)
}

.head-nav .borderTop {
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.head-nav .borderLeft {
	left: 0;
	height: 100%;
	width: 50px;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.head-nav .borderRight {
	right: 0;
	height: 100%;
	width: 50px;
	top: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.head-nav .borderBOttom {
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

.head-nav .navLink {
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
	opacity: 0;
	-webkit-transition: all .5s .2s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s .2s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s .2s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s .2s cubic-bezier(.77, 0, .175, 1)
}

.head-nav .navLink ul.menu {
	padding-bottom: 45px;
	position: relative;
    padding-left: unset;
}

.head-nav .navLink ul.menu:after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	-moz-transition: ease .5s;
	transition: ease .5s;
	background: #fff
}

.head-nav .navLink li {
	color: #fff;
	font-weight: 700;
    list-style: none;
    padding-top: 20px;
}
.head-nav.normal .navLink li {
    padding-top: 0;
}

.head-nav .navLink li .childeli {
	font-size: 18px;
    display: inline-flex;
	vertical-align: middle;
	width: 70%;
	float: right;
}
.head-nav.normal .navLink li .childeli li{
    padding: 5px 5px;
}
.head-nav .navLink li .childeli li{
    padding: 0;
}

.head-nav .navLink li .childeli a {
	font-weight: 400;
	margin-right: 25px;
	position: relative;
    text-decoration: none;
}

.head-nav .navLink li .childeli a:after {
	/*content: '';*/
	/*position: absolute;*/
	/*width: 0;*/
	/*height: 1px;*/
	/*bottom: 0;*/
	/*background: #ff6600;*/
	/*left: 0;*/
	/*-webkit-transition: ease-in-out .6s;*/
	/*-o-transition: ease-in-out .6s;*/
	/*-moz-transition: ease-in-out .6s;*/
	/*transition: ease-in-out .6s*/
}

.head-nav .navLink li .childeli a.active:after {
	/*width: 100%*/
}

.head-nav .navLink li+li {
	/*margin-top: 15px*/
}

.head-nav .navLink li>a {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 26px;
	vertical-align: middle;
	margin-right: 25px;
	position: relative;
    text-decoration: none;
}

.head-nav .navLink li>a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	background: #fff;
	bottom: 0;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.head-nav .navLink li>a.active:after {
	width: 100%
}

.head-nav.active {
	width: 100%;
	-webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s cubic-bezier(.77, 0, .175, 1)
}
.head-nav.active .logo{
	display: none;
}

.head-nav.active .borderBOttom {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s .5s cubic-bezier(.77, 0, .175, 1)
}

.head-nav.active .borderLeft {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s .5s cubic-bezier(.77, 0, .175, 1)
}

.head-nav.active .borderRight {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s .5s cubic-bezier(.77, 0, .175, 1)
}

.head-nav.active .borderTop {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .5s .5s cubic-bezier(.77, 0, .175, 1);
	transition: all .5s .5s cubic-bezier(.77, 0, .175, 1)
}

.head-nav.active .navLink {
	opacity: 1;
	-webkit-transition: ease .3s .5s;
	-o-transition: ease .3s .5s;
	-moz-transition: ease .3s .5s;
	transition: ease .3s .5s
}

.head-nav.active .navLink ul:after {
	width: 100%;
	-webkit-transition: ease 1.1s .5s;
	-o-transition: ease 1.1s .5s;
	-moz-transition: ease 1.1s .5s;
	transition: ease 1.1s .5s
}

@media only screen and (max-width:1600px) {


	.head-nav .navLink li>a {
		font-size: 20px;
		width: 155px
	}

	.head-nav .navLink li .childeli a {
		font-size: 16px
	}

	.head-nav .navLink li>a:after {
		height: 2px
	}

	.head-nav .navLink li .childeli {
		margin-top: 1px
	}

}


@media screen and (min-width:1200px) {


	.head-nav .navLink li>a:hover:after {
		width: 100%
	}

	.head-nav .navLink li .childeli a:hover:after {
		width: 100%
	}

}
@media screen and (max-width:800px) {

	.head-nav .borderBOttom,
	.head-nav .borderLeft,
	.head-nav .borderRight,
	.head-nav .borderTop {
		display: none
	}

	.head-nav .navLink {
		left: 5%;
		top: 20%;
		width: 90%;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: ease .5s 0s;
		-o-transition: ease .5s 0s;
		-moz-transition: ease .5s 0s;
		transition: ease .5s 0s
	}

}

@media screen and (max-width:767px) {
    .head-nav .navLink .logo img{
        height: 55px;
    }
    .head-nav .navLink li{
        padding: 0;
    }

	.head-nav .navLink li>a {
		width: 100%;
		font-size: 18px;
		margin-right: 0;
		color: #fff;
		padding-bottom: 5px
	}

	.head-nav .navLink li .childeli {
		font-size: 14px;
		width: 100%;
		padding: 0;
		position: inherit;
		flex-flow: column;
		overflow: hidden
	}

	.head-nav .navLink li>a:after {
		height: 1px
	}

	.head-nav .navLink li .childeli a {
		font-size: 14px;
		color: rgba(255, 255, 255, .7);
		display: block;
		margin: 0 auto
	}

	.head-nav .navLink li>a:after {
		width: 100%;
		opacity: 0
	}

	.head-nav .navLink li>a.active:after {
		opacity: 1;
		width: 40%;
		left: 30%
	}

	.head-nav .navLink li>a::before {
		width: 10px;
		height: 1px;
		position: absolute;
		right: 0;
		bottom: 0;
		background: #fff;
		content: '';
		opacity: 0
	}

	.head-nav .navLink li .childeli a.active,
	.head-nav .navLink li>a.active {
		color: #fff
	}

	.head-nav .navLink ul {
		padding-bottom: 0;
		position: absolute;
	    width: 50%;
        margin: 0 auto;
	}

	.head-nav .navLink ul:after {
		display: none
	}

	.head-nav .navLink li .childeli a.active:after {
		width: 50%
	}

	.head-nav .navLink li .childeli a:after {
		left: 25%
	}

	.head-nav .navLink li .childeli a.active:after {
		display: none
	}

	.head-nav .navLink li {
		margin-bottom: 10px;
		text-align: center
	}

	.head-nav .navLink li+li {
		margin-top: 10px
	}

	.head-nav .navLink .preventDefault .childeli {
		height: 0;
		-webkit-transition: ease .5s;
		-o-transition: ease .5s;
		-moz-transition: ease .5s;
		transition: ease .5s
	}
.head-nav .navLink .menu .active:before{
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    background: #212529;
    position: absolute;
    top: 12px;
    transition: ease .45s;
    
}
.head-nav.active .navLink .menu .active:before{
    width: 5px;
    height: 20px;
    background: #fff;
    top: auto;
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(1).active:before{
    top: 20px;
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(2).active:before{
    top: 60px;
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(3).active:before{
    top: 100px;
}
.head-nav.active .navLink .menu .lh-map-btn.active:before{
    display: none;
}


	.head-nav .navLink .preventDefault.active:nth-child(2) .childeli {
		height: 132px
	}

	.head-nav .navLink .preventDefault.active:nth-child(3) .childeli {
		height: 99px
	}

	.head-nav .navLink .preventDefault.active:nth-child(4) .childeli {
		height: 66px
	}

	.head-nav .navLink .preventDefault.active:nth-child(5) .childeli {
		height: 99px
	}

	.head-nav .navLink .preventDefault.active:nth-child(6) .childeli {
		height: 132px
	}

	.head-nav .navLink .preventDefault.active:nth-child(7) .childeli {
		height: 99px
	}





	.head-nav .bannerImg {
		background-attachment: inherit
	}

}

.head-nav.normal {
    width: 100%;
    height: 80px;
    overflow: visible;
    background-color: #ff6600;
}

.head-nav.normal .navLink{
    opacity: unset!important;
    max-width: 1600px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-nav.normal .navLink .menu .active:before{
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    background: #212529;
    position: absolute;
    top: 12px;
    transition: ease .45s;
    
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(1).active:before{
    top: 20px;
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(2).active:before{
    top: 60px;
}
.head-nav.normal .navLink .menu li .childeli li:nth-child(3).active:before{
    top: 100px;
}




@media screen and (max-width:767px) {
    .head-nav.normal .navLink .menu li{
        display: none;
    }
    .head-nav.normal .navLink{
        width: 90%;
    }
    .head-nav.normal .navLink{
        top: 20%;
    }
}

.head-nav.normal .navLink .menu{
    display: flex;
    align-items: center;
    padding: unset;
    margin: unset;
}
.head-nav.normal .navLink li+li{
    margin: unset;
}
.head-nav.normal .navLink li>a{
    font-size: 16px;
    width: auto;
    margin-left: 10px;
}
.head-nav.normal .menuOver {
    cursor: inherit;
}
.head-nav.normal .borderBOttom{
    display: none;
}
.head-nav.normal .navLink .menu .childeli{
    display: none;
    /*display: flex;*/
    position: absolute;
    flex-flow: column;
    width: auto;
    background: #fff;
    padding: 10px 8px;
    border-radius: 5px;
}
.head-nav.normal .navLink .menu li:hover .childeli{
    display: flex;
    transition: ease .45s;


}
.head-nav.normal .navLink .menu li:hover .childeli a{
    color: #ff6600;
}
.head-nav.normal .menuOver .bannerImg{
    display: none;
}

.head-nav.normal .menu .lh-map-btn{right:4.5vw;width:40px;height:40px;cursor:pointer}
.head-nav.normal .menu .lh-map-btn span{display:block;width:16px;height:2px;background:#fff;position:absolute;right:7px;top:50%;margin-top:-1px;transition:ease .45s}
.head-nav.normal .menu .lh-map-btn span:before{content:'';display:block;width:22px;height:2px;background:#fff;position:absolute;right:0;top:-8px;transition:ease .45s}
.head-nav.normal .menu .lh-map-btn span:after{content:'';display:block;width:22px;height:2px;background:#fff;position:absolute;right:0;top:8px;transition:ease .45s}
.head-nav.normal .menu .lh-map-btn:hover span{width:22px}
.head-nav.normal .menu .lh-map-btn:hover span:before{width:16px}
.head-nav.normal .menu .lh-map-btn:hover span:after{width:10px}











#banner{
    background: #ff6600;
    padding: 70px 0;
    margin-bottom: -100px;

}
.slider-nav .swiper-slide-prev img,.slider-nav .swiper-slide-next img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    height: 600px;
    filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
}

.swiper-slide{
    text-align: center;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.swiper-slide .content{
    display: flex;
}
.swiper-slide-active .block{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.swiper-slide .block .info {
    display: none;
    padding: 0 0 8px 15px;
    position: relative;
    text-align: left;
    color: #fff;
}
.swiper-slide-active .block .info, .swiper-slide-active .block .label {
    display: inline-block;
    
}
.swiper-slide-active .block .left .label {
    display: inline-block;
}
.swiper-slide-active .left{
    width: 183px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
    
}
.swiper-slide-active .left .label {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomInLeft;
    border-radius: 50%;
    width: 205px;
    height: 205px;
    text-decoration: unset;
    margin: 5px -100px 27px 7px;
    text-align: center;
    z-index: 13;
}
.swiper-slide-active .left .label:before{
    width: 230px;
    height: 230px;
    transition: opacity .5s linear;
    background: url(/uploads/2021/06/sprite.png) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    z-index: 1;
}
.swiper-slide-active .left .label .top,.swiper-slide-active .left .label .bottom {
    line-height: 0;
    margin: 0 auto;
    position: relative;
    white-space: normal;
    z-index: 2;
    width: 75%;
    height: 75px;
    transition: opacity .5s linear;
    display: table;
    
}
.swiper-slide-active .left .label .ribbon{
    height: 63px;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto -19px;
    position: relative;
    z-index: 3;
    letter-spacing: 10px;
    left: 5px;
}
.swiper-slide-active .left .label .top .text,.swiper-slide-active .left .label .bottom .text{
    display: table-cell;
    vertical-align: middle;
}
.swiper-slide-active .left .label .top .text span,.swiper-slide-active .left .label .bottom .text span {

    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
}
.swiper-slide-active .right{
    text-align: left;
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
}
.swiper-slide-active .block .info li{
    animation-duration:1s;
    animation-fill-mode:both;
    animation-name:bounceInRight;
    list-style: none;
    font-family:'Roboto Slab',serif;
    border-top:1px solid rgba(255,255,255,.3);
    padding:29px 0;
}
.swiper-slide-active .block .info li:first-child{border-top:none}
.swiper-slide-active .block .info li:nth-child(2){animation-delay:.3s}
.swiper-slide-active .block .info li:nth-child(3){animation-delay:.6s}
.swiper-slide-active .block .info li .value{font-size:36px;margin-bottom:4px;text-shadow:0 0 1px #fff}
.swiper-slide-active .block .info li .measure{font-size:16px}

.swiper-slide-active .block .info li .value {
    font-size: 36px;
    margin-bottom: 4px;
    text-shadow: 0 0 1px #fff;
}
.swiper-slide-active .block .info li .measure {
    font-size: 16px;
}


.slider-nav .swiper-slide-active img{
    animation-iteration-count: infinite;
     animation-direction: normal; 
     animation-timing-function: ease-in-out; 
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-name: shakeGlass;
    /*max-height: 400px;*/
}
.swiper-slide-active .center{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.swiper-slide-prev .shadow,.swiper-slide-next .shadow{

    opacity: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-play-state: paused;
    position: absolute;
    
}
.swiper-slide-active .shadow{

    opacity: 1;
    animation-name: shakeGlassShadow;
    border-radius: 50%;
    transition: opacity .5s linear;
    width: 47%;
    height: 13%;
    background: rgba(0,0,0,.07);
    z-index: 9;
    box-shadow: none!important;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;


}
.swiper-slide-next .content .left,.swiper-slide-next .content .right,.swiper-slide-prev .content .left,
.swiper-slide-prev .content .right,.swiper-slide-duplicate .content .left,.swiper-slide-duplicate .content .right{
    display: none;
}

.slider-thumbs {
    overflow: unset!important;
    z-index: 10!important;
}
@media screen and (max-width:767px) {
    .slider-thumbs {
        display: none;
    }
    .swiper-slide .content {
        flex-flow: column;
        align-items: center;
    }
    .slider-nav .swiper-slide-active img {
        max-height: 420px;
    }
    .swiper-slide-active .left {
        display: none;
    }
    .swiper-slide-active .right {
        width: 100%;
    }
    .swiper-slide-active .block .info, .swiper-slide-active .block .label {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    
    
    
    
    
    
    
}

.slider-thumbs ul {
    padding-left:0;
    margin: auto;
    width:auto!important;
    text-align:center;
    display: flex;
    justify-content: center;
}
.slider-thumbs ul li {
    width:100px;
    height:100px;
    margin:0 50px;
    cursor:pointer;
    position:relative;
    display:inline-block
}
.slider-thumbs ul li:before{
    visibility:hidden;
    position:absolute;
    z-index:1
}
.slider-thumbs ul li .default-state-img, .slider-thumbs ul li .hover-state-img {
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0;
    left:0
}
.slider-thumbs ul li .default-state-img {
    z-index:2
}

.slider-thumbs ul li .hover-state-img {
    transition:transform .5s linear;
    background-size:cover;
    visibility:hidden;
    z-index:3
}
.slider-thumbs ul li .ribbon {
    animation-duration: 1s;
    animation-fill-mode: both;
    width: 200px;
    height: 72px;
    display: block;
    visibility: hidden;
    position: absolute;
    left: -50px;
    top: 50px;
    z-index: 4;
}
.slider-thumbs ul li .ribbon img {
    max-height:100%;
    max-width:100%
}
.slider-thumbs ul li:before {
    width:150px;
    height:150px;
    background:url(/uploads/2021/06/sprite1.png) -2px 0 no-repeat;
    transition:transform .5s linear;
    -ms-transform:scale(0);
    transform:scale(0);
    content:'';
    display:block;
    left:-25px;
    top:-25px
}
.slider-thumbs ul li:hover .default-state-img {
    display:none
}
.slider-thumbs ul li:hover .hover-state-img {
    -ms-transform:scale(1.3871);
    transform:scale(1.3871);
    visibility:visible
}
.slider-thumbs ul li:hover:before {
    -ms-transform:scale(1);
    transform:scale(1);
    visibility:visible
}
.slider-thumbs ul li:hover .ribbon {
    animation-name:bounceIn;
    animation-duration:.75s;
    visibility:visible
}


.slider-thumbs ul li {
    cursor:default
}
.slider-thumbs ul li.swiper-slide-thumb-active:after {
    border-bottom: 2px solid #ffffff;
    content: '';
    width: 50px;
    height: 100px;
    display: flex;
    margin: 0 auto;
}
.slider-thumbs ul li.swiper-slide-thumb-active .default-state-img {
    visibility:hidden
}
.slider-thumbs ul li.swiper-slide-thumb-active .hover-state-img {
    visibility:visible!important
}
.slider-thumbs ul li.swiper-slide-active:hover .default-state-img {
    display:block;
    cursor:default;
}
.slider-thumbs ul li.swiper-slide-thumb-active:hover .hover-state-img, .slider-thumbs ul li.swiper-slide-thumb-active:hover .ribbon, .slider-thumbs ul li.swiper-slide-thumb-active:hover:before {
    -ms-transform:scale(1);
    transform:scale(1);
    visibility:hidden
}



@keyframes shakeGlass2{0%,to{-ms-transform:translate(0,-20px) rotate(.02deg);transform:translate(0,-20px) rotate(.02deg)}50%{-ms-transform:translate(0,0) rotate(.02deg);transform:translate(0,0) rotate(.02deg)}}
@keyframes shakeGlass{0%,to{-ms-transform:translate(0,20px) rotate(.02deg);transform:translate(0,20px) rotate(.02deg)}50%{-ms-transform:translate(0,0) rotate(.02deg);transform:translate(0,0) rotate(.02deg)}}
@keyframes shakeGlassShadow{0%,to{-ms-transform:scale(.9,.9) rotate(.02deg);transform:scale(.9,.9) rotate(.02deg)}50%{-ms-transform:scale(1,1) rotate(.02deg);transform:scale(1,1) rotate(.02deg)}}
@-webkit-keyframes move-forever3 {
    0% {
      -webkit-transform: translate(-270px, 0%);
              transform: translate(-270px, 0%); }
    50% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); } 
 
    100%{
        -webkit-transform: translate(-270px, 0%);
              transform: translate(-270px, 0%);
    }
}
    
@keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-270px, 0%);
                transform: translate(-270px, 0%); }
    50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } 

    100%{
        -webkit-transform: translate(-270px, 0%);
            transform: translate(-270px, 0%);
    }
}



#bottom_form .input-group {
    margin-bottom: .3rem;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
}
#bottom_form .form-control {
    line-height: .4rem;
    font-size: 17px;
    font-weight: normal;
    border: 0;
    outline: none;
    color: #999;
}
#bottom_form .input-group i {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #F30B46;
}
#bottom_form .trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}

#bottom_form .input-group input:focus+i{width: 100%;}
#bottom_form .form-temp{
    background: #fff;
    /*box-shadow: 0px 0.13rem 0.6rem 2.48px rgba(0, 0, 0, 0.06);*/
    /*margin: 0 6%;*/

}

#bottom_form .form-temp .submit{
    transform: skew(-10deg);
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #ff6607;
    padding: 10px 40px;
}
#bottom_form .form-temp h1:before{
    position: absolute;
    display: block;
    content: "";
    left: -40px;
    top: 13px;
    width: 30px;
    height: 30px;
    background: #ff6607;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
#bottom_form .form-temp .titl .en,#bottom_form .form-temp h1{
    font-size: 45px;
    font-weight: 800;
    transform: skew(-10deg);
}
#bottom_form .form-temp .titl span{
    font-size: 22px;

}
#bottom_form .form-temp .titl .tel{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 5px;
}
#bottom_form .form-temp .row{
    overflow: hidden;

}
#bottom_form .form-temp .row .col-6{
    display: flex;
    flex-flow: column;

}
#bottom_form .circle:before {
    content: "";    
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    background: #f4e2a8;
    border-radius: 50%;
    z-index: 3;
}
#bottom_form .circle:after {
    content: "";
    width: 500px;
    height: 500px;
    display: flex;
    position: absolute;
    right: 60px;
    background: #ff6607;
    border-radius: 50%;
    z-index: 3;
}
@media (max-width: 767px){
#bottom_form .left{
    width: 100%;
    float: none;
    padding-bottom: 25px;
}
#bottom_form .form-temp h1:before{
    top: 20px;
}
#bottom_form .form-temp .titl .en, #bottom_form .form-temp h1{
    font-size: 30px;
}
#bottom_form .form-temp .titl span{
    font-size: 15px;
}
#bottom_form .left #footer_form{
    padding: 0;
    margin: 0 -15px;
    
}
#bottom_form .left #footer_form .submit-group{
    padding-top: 15px;
}



#bottom_form .right{
    width: 100%;
    float: none;
    height: auto;
    background: #ff6607;
    padding: 30px;
}

#bottom_form .circle:before{
    right: 10px;
    margin-top: -30px;
}

#footer .footer{
    flex-flow: column-reverse;
    width: 95%;
}
#footer .footer .right{
    width: auto;
}
#footer .footer .left{
    align-self: inherit;
    padding: 3em 20px 30px 20px;
}
#footer .footer .left .share {
    padding-bottom: 10px;
}
#footer .footer .left .share a:hover img{
    margin-top: -130px;
    top: auto;
}
.bt_footer .bt_copyright {
    width: 100% !important;
    justify-content: center;
    display: flex;
}





}








@media (max-width: 1500px){
	.newsform .right{padding-left: 12%;}
}

@media (max-width: 1000px){
	.newsform .left{width: 55%;}
	.newsform .left .title{font-size: .5rem;}
	.newsform .right .circle:after, .newsform .right:after{left:0}
	.newsform .right{padding-left: 6%; width: 45%;}
}
@media (min-width: 1000px){
	.newsform .left .btn1:hover{transform: translateY(-5px);}
}

@media (max-width: 767px){
    .newsform{height: auto;}
    .newsform .left{width: 100%;float: none;padding: 30px 15px}
    .newsform .right{width: 100%;float: none;height: auto;background:#ef033f;padding: 30px 15px}
    .newsform .left .title{font-size: .4rem;margin-left: 15px}
    .newsform .left .btn1{font-size: 14px;margin-top: .3rem}
    .newsform .left .input input{font-size: 13px;}
    .newsform .right .contentbox{margin-top: 0}
    .newsform .right .circle{display: none;}
    .newsform .right:after{display: none;}
    .newsform .right .title .en{font-size:.4rem}
    .newsform .right .title .cn{font-size: 13px;}
    .newsform .right .phone{font-size: 24px;}
    .newsform .right .address{font-size: 13px;}
    .newsform .right .email{font-size: 13px;}
    .newsform .right .title{margin-bottom: .4rem;}
}
@media (max-width: 639px){
	.newsform{margin-top: 0;}
		.formbox{padding-left: .5rem; padding-right: .5rem;}
	.formbox input{font-size: 14px;}

}


/*liucheng*/
.liucheng_border {
    border-top: 2px solid #5856e9;
    padding-top: 30px;
    margin-top: 60px;
}
.liucheng_box:before {
    content: '\f2da';
    font-family: FontAwesome;
    position: absolute;
    top: -49px;
    color: #5856e9;
}






















#footer{
    background-color: #FFF5F5;
    font-size: 20px;
    padding-top: 4.5em;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: #212529;

}
.footer {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
    margin-bottom: 35px;
}
.footer span{
    font-weight: 700;
}
.footer .right{
    background-color: #fff;
    text-align: center;
    padding: 3em 20px 52px 20px;
    width: 24em;
    border-radius: 1.25em;

}
.footer .right .title {
    display: flex;
    flex-flow: column;
}
.footer .right .des{
    font-size: 12px;
}
.footer .right .qrcode{
    margin-top: 30px;
}
.footer .right .qrcode img{
    width: 165px;
    height: 165px;
}
.footer .right .process{
    width: 220px;
    margin: 30px auto 0;
    
}
.footer .right .process .item{
    display: flex;
}
.footer .right .process .txt{
    font-size: 14px;
    display: flex;
    margin-left: -15px;
    margin-bottom: 5px;
}
.footer .right .process .item:before {
    content: "";
    left: 12px;
    top: 0;
    border: 1px dashed #ff6600;
}
.footer .right .process .item:last-child:before{
    display: none;
    
}
.footer .right .process .txt .round{
    width: 28px;
    height: 28px;
    background-color: #ff6600;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    left: 0;
    top: -5px;
    font-size: 35px;
    font-weight: 800;
    transform: skew(-10deg);
    
    
    
    
    
    
}
.footer .right .process .txt p{
    margin-left: 10px;
}
.footer .left{
    display: flex;
    flex-flow: column;
    align-self: flex-end;
}
.footer .left .share{
    padding-bottom: 50px;
}
.footer .left .share a{
    padding-right: 20px;
}
.footer .left .share a img{
    display: none;
}
.footer .left .share a:hover img{
    display: flex;
    position: absolute;
    top: 250px;
    left: 11%;
    width: 120px;
    animation-name: bounceIn;
    animation-duration: .75s;
}
.footer .left .tel{
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}
.footer .left p{
    margin: unset;
    
}
.footer .left .tel p:last-child{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 5px;
}

.footer .left .tel:after{
    content: '';
    border: 1px solid #ff6600;
}
.footer .left .add p:last-child{
    font-size: 16px;
}



#footer .bt_footer {
    display: flex;
    justify-content: center;
}
#footer .bt_footer .bc svg:first-child{
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: move-forever3 16s linear infinite;
    animation: move-forever3 16s linear infinite;

}
#footer .bt_footer .bc svg:last-child{
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: move-forever2 9s linear infinite;
    animation: move-forever2 9s linear infinite;

}
.bt_footer .bc{
    height: 130px;
}
.bt_footer .bt_copyright{
    position: absolute;
    bottom: 20px;
    width: 80%;
    max-width: 1600px;
}
.bt_footer .bt_copyright .foot-message{
    display: flex;
    font-size: 12px;
    color: #fff;
    margin-top: 1.5em;
}
.bt_footer .bt_copyright .foot-message span{
    padding-right: 10px;
}



/*右侧悬浮客服*/
@-webkit-keyframes jump-data{0%{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
to{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes jump-data{0%{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
to{-webkit-transform:translateY(0);transform:translateY(0)}
}
.gift{width:50px;padding:20px 0 5px 0;display:block;text-decoration: unset;color:#fff;text-align:center;position:absolute;top:-65px;right:0;background-image:url(https://img-xintheme-com.oss-cn-beijing.aliyuncs.com/wp-content/themes/XinTheme-V4/assets/img/gift.png);background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-animation:jump-data .6s infinite;animation:jump-data .6s infinite}
.slide-bar{position:fixed;width:50px;right:10px;bottom:15%;z-index:99;background-color:#ff6600;border-radius:2px}
.slide-bar p{padding:0;margin:0;font-size:12px;line-height:1.2;color:#fff}
.slide-bar a:focus{color:#fff}
.slide-bar__item{width:50px;height:50px;text-align:center;text-decoration: unset;position:relative;cursor:pointer;color:#fff;display:block;border-bottom:1px solid #ffffff14;line-height:1.8}
.slide-bar__item:last-child{border-bottom:none}
.slide-bar__item:hover{background-color:#333;color:#fff}
.slide-bar__item:hover .slide-bar__item__ercode,.slide-bar__item:hover .slide-bar__item__tips{visibility:visible;left:-137px;opacity:1}
.slide-bar__item:hover .slide-bar__item__img{visibility:visible;left:-145px;opacity:1}
.slide-bar__item__ercode{background:#fff;height:auto!important;padding:15px;position:absolute;top:0;left:-135px;width:100px;border-radius:2px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);font-size:0;opacity:0;visibility:hidden;-webkit-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;-o-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s}
.slide-bar__item__ercode:after{border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid #fff;right:-6px;content:"";height:0;position:absolute;top:20px;width:0;z-index:1}
.slide-bar__item__ercode img{width:100px}
.slide-bar__item__ercode p{font-size:14px;color:#333;padding-top:10px}
.slide-bar__item__ercode i{width:15px;height:15px;color:#999;font-size:12px;position:absolute;right:5px;top:5px}
.slide-bar__item__ercode i:hover{color:#f13232}
.slide-bar__item__ercode--hide{visibility:hidden!important;left:-185px!important;opacity:0!important}
.slide-bar__item__top{display:block;line-height:50px;margin-top: 12px;font-size:24px;}
div.slide-bar__item:hover .slide-bar__item__top{-webkit-text-stroke:1px #333}
.slide-bar__item__icon{display:block;font-size:16px;padding-top:8px}
.slide-bar__item__text{display:block;height:20px;font-size:12px}
.slide-bar__item__tips{width:130px;height:50px;line-height:50px;text-align:center;font-size:14px;position:absolute;z-index:1;left:-180px;color:#fff;top:0;opacity:0;visibility:hidden;background-color:#ff6600;-webkit-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;-o-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s}
.slide-bar__item__tips:after{border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid #ff6600;right:-6px;top:5px;content:"";height:0;position:absolute;top:20px;width:0;z-index:1}
.slide-bar__item__img{width:123px;text-align:center;font-size:14px;position:absolute;z-index:1;left:-180px;color:#fff;bottom:0;opacity:0;visibility:hidden;background:0 0;-webkit-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;-o-transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;transition:left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;border:1px solid #e7e7e7}
.slide-bar__item__img img{width:135px;}
.slide-bar__item__img:after{border-bottom:5px solid transparent;border-top:5px solid transparent;border-left:6px solid #e7e7e7;right:-6px;content:"";height:0;position:absolute;bottom:20px;width:0;z-index:1}
.slide-bar__item.gotop{display:none}
.slide-bar_kefu .slide-bar__item__tips{height:auto;padding:15px;padding-bottom:5px;width:245px;left:-300px}
.slide-bar_kefu .slide-bar__item__tips p{padding-bottom:10px;font-size:13px}
.slide-bar__item.slide-bar_kefu:hover .slide-bar__item__tips{left:-253px}



/*文章页样式*/
#article {
    padding-top:120px;
}
#article .article_title{
    font-size: 45px;
    font-weight: 800;
    transform: skew(-10deg);
}
#article .article_title:before {
    content: "";
    top: 8px;
    bottom: 5%;
    width: 25px;
    background: #ff6600;
    position: absolute;
    left: -40px;
}
#article .breadcrumbs{
    color: #999;
    padding: 20px 0;
}
#article .article_content{min-height: 300px;}
#article .post_nav_link .pre_post,#article .post_nav_link .next_post{    display: flex;
    align-items: center;
    padding: 5px 0;}
#article .post_nav_link a{text-decoration: none;}
#article .post_nav_link .ele {width: 55px; position: relative; display: inline-block;}
#article .post_nav_link .ele .ele-circle {display: block; margin-top: 3px; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #d8d8d8;}
#article .post_nav_link .ele .ele-line {position: absolute; top: 15px; right: 8px; width: 30px; height: 2px; border-top: 1.5px solid #f4154d; transition: all .35s ease; -o-transition: all .35s ease; -moz-transition: all .35s ease; -webkit-transition: all .35s ease;}


@media (min-width: 1200px){
	#article .post_nav_link .pre_post:hover .ele-line, #article .post_nav_link .next_post:hover .ele-line{right: 0;}
	#article .post_nav_link a:hover, .next_post a:hover{color: #f4154d;} 

}
@media (max-width: 639px){

	#article .post_nav_link .ele{position: absolute; left: 15px;}
	#article .post_nav_link .inline{position: absolute; left: 70px;}
}














