/* Lightbox */

/*按钮开始*/
.aniu01{
	display:block;
	position:relative;
	margin:0px 0 0 auto;
	padding-left:10px;
	text-transform:uppercase;
	color:#fff;
	width:160px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:500;
    animation-name: fadeInUp;

    animation-delay: 0s;
    animation-fill-mode: both;
}
.aniu01 a,
.aniu01 a:hover{
color:#000;
}
.aniu01:before {
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:80px;
	height:3px;
	width:30px;
	background:#06741b;
	transition:.2s;
	transform-origin:100% 0;
	transform:scaleX(0)
}
.aniu01 .a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1
}
.aniu01 .a:before,.aniu01 .a:after {
	content:'';
	display:block;
	position:absolute;
	transition:0.3s cubic-bezier(175,9,9,1)
}
.aniu01 .a:before {
	top:24px;
	height:2px;
	left:15px;
	right:10px;
	background:#06741b;
	transform:translateX(-25px) scaleX(0.2);
	transform-origin:0 0
}
.aniu01 .a:after {
	top: 20px;
    left: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #06741b;
}
.aniu01 .c1,.aniu01 .c2 {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.aniu01 .c1:before,.aniu01 .c1:after,.aniu01 .c2:before,.aniu01 .c2:after {
	content:'';
	display:block;
	position:absolute;
	background:#06741b;
	transition:.2s
}
.aniu01 .c1:before,.aniu01 .c2:before {
	transition-delay:.15s
}
.aniu01 .c1:before,.aniu01 .c1:after {
	left:0;
	right:0;
	height:1px;
	transform-origin:0 0
}
.aniu01 .c1:before {
	top:0
}
.aniu01 .c1:after {
	bottom:0
}
.aniu01 .c2:before,.aniu01 .c2:after {
	top:0;
	bottom:0;
	width:1px;
	transform-origin:0 100%
}
.aniu01 .c2:before {
	right:0
}
.aniu01 .c2:after {
	left:0
}
.aniu01:hover:before {
	transition-delay:.2s;
	transform:scaleX(1)
}
.aniu01:hover .a:before {
	transform:none
}
.aniu01:hover .a:after {
	opacity:0;
	transform:translateX(130px)
}
.aniu01:hover .c1:before,.aniu01:hover .c2:before {
	transition-delay:0s
}
.aniu01:hover .c1:after,.aniu01:hover .c2:after {
	transition-delay:.15s
}
.aniu01:hover .c1:before,.aniu01:hover .c1:after {
	transform:scaleX(0)
}
.aniu01:hover .c2:before,.aniu01:hover .c2:after {
	transform:scaleY(0)
}



/*按钮结束*/



/*按钮开始*/
.aniu02{
	display:block;
	position:relative;
	margin:20px 0 0 auto;
	padding-left:10px;
	text-transform:uppercase;
	color:#fff;
	width:160px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:500;
    animation-name: fadeInUp;

    animation-delay: 0s;
    animation-fill-mode: both;
}
.aniu02 a,
.aniu02 a:hover{
color:#fff;
}
.aniu02:before {
	content:'';
	display:block;
	position:absolute;
	top:-2px;
	left:80px;
	height:3px;
	width:30px;
	background:#fff;
	transition:.2s;
	transform-origin:100% 0;
	transform:scaleX(0)
}
.aniu02 .a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1
}
.aniu02 .a:before,.aniu02 .a:after {
	content:'';
	display:block;
	position:absolute;
	transition:0.3s cubic-bezier(175,9,9,1)
}
.aniu02 .a:before {
	top:24px;
	height:2px;
	left:15px;
	right:10px;
	background:#fff;
	transform:translateX(-25px) scaleX(0.2);
	transform-origin:0 0
}
.aniu02 .a:after {
	top: 20px;
    left: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #fff;
}
.aniu02 .c1,.aniu02 .c2 {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.aniu02 .c1:before,.aniu02 .c1:after,.aniu02 .c2:before,.aniu02 .c2:after {
	content:'';
	display:block;
	position:absolute;
	background:#fff;
	transition:.2s
}
.aniu02 .c1:before,.aniu02 .c2:before {
	transition-delay:.15s
}
.aniu02 .c1:before,.aniu02 .c1:after {
	left:0;
	right:0;
	height:1px;
	transform-origin:0 0
}
.aniu02 .c1:before {
	top:0
}
.aniu02 .c1:after {
	bottom:0
}
.aniu02 .c2:before,.aniu02 .c2:after {
	top:0;
	bottom:0;
	width:1px;
	transform-origin:0 100%
}
.aniu02 .c2:before {
	right:0
}
.aniu02 .c2:after {
	left:0
}
.aniu02:hover:before {
	transition-delay:.2s;
	transform:scaleX(1)
}
.aniu02:hover .a:before {
	transform:none
}
.aniu02:hover .a:after {
	opacity:0;
	transform:translateX(130px)
}
.aniu02:hover .c1:before,.aniu01:hover .c2:before {
	transition-delay:0s
}
.aniu02:hover .c1:after,.aniu01:hover .c2:after {
	transition-delay:.15s
}
.aniu02:hover .c1:before,.aniu01:hover .c1:after {
	transform:scaleX(0)
}
.aniu02:hover .c2:before,.aniu01:hover .c2:after {
	transform:scaleY(0)
}



/*按钮结束*/

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}

#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}

#sp-prev {
	left: 10px;
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#sp-next {
	right: 10px;
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#sp-prev:hover, #sp-next:hover {
	background: #444;
}

@media only screen and (max-width: 1480px) and (min-width: 1380px){
#c_navigation_0061635239687823 .e_navigationA-16 .p_level1Item a {
    padding: 0 1vw;
}
#c_navigation_0061635239687823 .e_container-13 {
    padding-left: 30px;
}
 #c_navigation_0061635239687823 .e_navigationA-16 .nav-tel .tel-con {
    padding: 0 10px;
} 
  #c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
    width: calc(96% - 520px);
    padding-left: 1%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-right: 1%;
    margin-left: 1%;
    margin-right: 1%;
}
#c_navigation_006-16503536602430 .e_navigationA-16 .p_level1Item a {

    padding: 0 1vw;
}
#c_navigation_006-16503536602430 .e_navigationA-16 .nav-tel .tel-con {
    padding: 0 10px;
}
  #c_navigation_006-16503536602430 .e_navigationA-16 .nav-tel .tel-con .tel-text {
    font-size: 18px;
}
  #c_navigation_006-16503536602430 .e_container-14 .cbox-14-1 {
    margin-left: 2%;
    align-self: center;
}
  #c_navigation_0061635239687823 .e_navigationA-16 .nav-tel .tel-con .tel-text{
   font-size: 18px;
  }
  #c_static_001-1636703125092 .e_bottomNav-53 .p_menu1Item {
    display-radio: 1;
    font-size: 16px;
}
  #c_static_001-1636703125092 .e_text-45 {
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    margin-bottom: 22px;
}
}




@media only screen and (max-width: 1379px) and (min-width: 1290px){
#c_navigation_006-16503536602430 .e_navigationA-16 .p_level1Item a {
    padding: 0 0.7vw;
}
#c_navigation_006-16503536602430 .e_navigationA-16 .nav-tel .tel-con {
    padding: 0 10px;
}
#c_navigation_006-16503536602430 .e_navigationA-16 .nav-tel .tel-con .tel-text {
    font-size: 18px;
}
#c_navigation_0061635239687823 .e_navigationA-16 .p_level1Item a {
    padding: 0 0.7vw;
}
  
#c_navigation_0061635239687823 .e_container-13 {
    padding-left: 20px;
}
 #c_navigation_0061635239687823 .e_navigationA-16 .nav-tel .tel-con {
    padding: 0 10px;
} 
  #c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
    width: calc(96% - 520px);
    padding-left: 1%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-right: 1%;
    margin-left: 1%;
    margin-right: 1%;
}
  #c_static_001-16503537565560 .e_text-2 {
    font-size: 30px;
}
  #c_static_001-16503537565560 .e_text-3 {
    font-size: 26px;
}
}
@media only screen and (max-width: 1289px) and (min-width: 1025px){
#c_navigation_006-16503536602430 .e_navigationA-16 .nav-tel {
    display: none;
}
#c_navigation_0061635239687823 .e_navigationA-16 .nav-tel{
   display: none;
  }
  #c_navigation_0061635239687823 .e_container-14 .cbox-14-2{
    display: none;
}
  #c_navigation_0061635239687823 .e_navigationA-16 .p_level1Item a{  font-size: 14px;
    padding: 0 1vw;}
#c_navigation_006-16503536602430 .e_navigationA-16 .p_level1Item a {
    font-size: 14px;
    padding: 0 1vw;

}
  #c_navigation_006-16503536602430 .e_container-14 .cbox-14-2 {
    display: none;
}

  #c_static_001-16503539434620 .e_image-10 {
    max-width: 180px;

}
  #c_static_001-16498363429230 .e_image-10 {
    max-width: 180px;
}
  #c_static_001-1636703125092 .e_container-42 .cbox-42-0 {
    flex: 0 0 300px;
    align-self: center;
    display: none;
}
#c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
    width: 70%;
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    padding-right: 2%;
    margin-left: 0;
    margin-right: 3%;
}
}


@media only screen and (max-width: 900px) and (min-width: 769px){
#c_static_001-1636703125092 .e_container-42 .cbox-42-1 {
    display: none;
}
  #c_static_001-16503539731970 .e_container-42 .cbox-42-1{
   display: none;
  }
#c_static_001-1636703125092 .e_container-42 {
    display: flex;
    justify-content: center;margin-top: 40px;
    margin-bottom: 30px;
}
  
  #c_static_001-16503539731970 .e_container-42 {
    display: flex;
    justify-content: center;margin-top: 40px;
    margin-bottom: 30px;
}
  #c_static_001-16503539731970 .e_text-45 {
    margin-bottom: 15px;
}
  #c_static_001-1636703125092 .e_text-45 {
    margin-bottom: 15px;
}
}