.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleStyle004JJJJJ{
}
#articleStyle004JJJJJ .tooop h2{
    line-height: 180%;
    font-size: 24px;
    color: #ff5722;
    letter-spacing: 0.25em;
}
#articleStyle004JJJJJ .tooop p{
	font-size: 18px;
	line-height:180%;
	margin: 10px auto;
	font-weight: 300;
}
#articleStyle004JJJJJ .midgg h2{
    text-align: center;
    line-height: 180%;
    font-size: 24px;
}
#articleStyle004JJJJJ .dondgg h2{
	text-align: center;
    line-height: 180%;
    font-size: 24px;
}
#articleStyle004JJJJJ .tiyue{
    position: relative;
    width: 100%;
    margin: 30px 0;
}
#articleStyle004JJJJJ .dodddgg {
	position:relative;
	/* margin: 70px 0; */
	width: 100%;
	letter-spacing: 0.15em;
	border-top: #70582c2e 1px solid;
	padding-top: 40px;
}
#articleStyle004JJJJJ .dondgg{
    position: relative;
    margin: 50px 0;
}
#articleStyle004JJJJJ .degtgg{
    width: 57%;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin-top: 10px;
    padding: 5%;
    padding-left: 0;
}
#articleStyle004JJJJJ .degtgg h2{
	text-align: left;
	font-weight:400;
	font-size: 28px;
	margin-top:80px;
}
#articleStyle004JJJJJ .degtgg-img{
	 width: 32%;
	 display: inline-block;
	 font-size: 0;
	 border-radius: 50%;
}
#articleStyle004JJJJJ .degtgg-img img{
	 border-radius: 5%;
	 margin-top: 50px;
}

#articleStyle004JJJJJ .degtgg p{
	font-size: 17px;
	font-weight: 300;
}
#articleStyle004JJJJJ .degtgg .innnn{
    width: 100%;
    position: relative;
    margin: 10px 0;
    border-top: #4747471f 2px solid;
    padding-top: 20px;
}
#articleStyle004JJJJJ .degtgg .innnn p{
    font-size: 18px;
    color: #343434;
    font-weight: 400;
    width: 49.66%;
    display: inline-block;
    line-height: 250%;
    text-align: left;
}
#articleStyle004JJJJJ .degtgg .innnn p img{
	width: 30px;
	vertical-align: middle;
	margin-right:10px;
	margin-bottom: 1px;
}
#articleStyle004JJJJJ .dodddgg p{
    text-align: center;
    font-size: 19px;
    color: #4f4f4f;
}
#articleStyle004JJJJJ .tiyue .thee4J{
	width: 33%;
	display:inline-block;
	text-align: center;
}
#articleStyle004JJJJJ .tiyue .thee4J .fa{
	font-size:28px;
	margin-bottom:20px;
	padding: 20px;
	border-radius: 50px;
	border: #26262617 2px solid;
	transition: all .3s ease-out;
}
#articleStyle004JJJJJ .tiyue .thee4J:hover .fa{
	border: #f2b90b7a 2px solid;
}
#articleStyle004JJJJJ .tiyue .thee4J p{
	text-align:center;
	line-height:180%;
	font-size: 22px;
}
#articleStyle004JJJJJ .theee{
	width:33%;
	display:inline-block;
	margin-top: 20px;
}
#articleStyle004JJJJJ iframe{width: 100%;display: inline-block;}

.JUDYBOTTOM{
	width:100%;
	position:relative;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

a.wei-button {
	 background-color: #4f4f4f;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 position: relative;
	 display: inline-block;
	 padding: 16px 32px;
	 margin: 0 auto;
	 color: #ffffff;
	 font-size: 19px;
	 letter-spacing: 0.15em;
	 text-decoration: none;
	 text-transform: uppercase;
	 overflow: hidden;
	 transition: 1.5s;
	 white-space: nowrap;
}

.wei-button:hover {
    background-color: #f3b809f5;
    color: white;
    box-shadow: 0 0 2px #f3b809f5, 0 0 2px #f3b809f5, 0 0 5px #f3b809f5, 0 0 5px #f3b809f5;
}

.wei-button span {
    position: absolute;
    display: block;
}

.wei-button:hover span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF9900);
    animation: alternate1 .5s linear 1;
}

@keyframes alternate1 {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.wei-button:hover span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #FF9900);
    animation: alternate2 .5s linear 1;
    animation-delay: .125s;
}

@keyframes alternate2 {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}

.wei-button:hover span:nth-child(3) {
    bottom: 0%;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #FF9900);
    animation: alternate3 .5s linear 1;
    animation-delay: .25s;
}

@keyframes alternate3 {
    0% {
        right: -100%;
    }
    50%, 100% {
        right: 100%;
    }
}

.wei-button:hover span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #FF9900);
    animation: alternate4 .5s linear 1;
    animation-delay: .375s;
}

@keyframes alternate4 {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}




.wei-button2::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: 1s;
}

.wei-button2:hover::before {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #FF9900;
    border-right: 2px solid #FF9900;
}

.wei-button2::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: 1s;
}

.wei-button2:hover::after {
    width: 100%;
    height: 100%;
    border-top: 2px solid #FF9900;
    border-left: 2px solid #FF9900;
}
@media screen and (max-width: 1320px){
	#articleStyle004JJJJJ .theee{
    width: 49%;
    }
    #articleStyle004JJJJJ .wwe1320{
    	width: 47%;
    	display: inline-block;
    	vertical-align: top;
    	margin: 0 auto;
    	text-align: center;
    	margin-left: 1%;
    }
    #articleStyle004JJJJJ .tiyue .thee4J{
    width: 30%;
    }
    #articleStyle004JJJJJ .dodddgg{
}
}
@media screen and (max-width: 768px) {
	#articleStyle004JJJJJ .tiyue .thee4J p{
		font-size:18px;
	}
	#articleStyle004JJJJJ .degtgg{
		width:100%;
	}
	#articleStyle004JJJJJ .degtgg-img{
		width:100%;
	}
	
}
@media (max-width: 500px) {
    iframe[src *= “facebook”]{
        max-width:360px;
        height: 197px;
    }
}
@media screen and (max-width: 640px){
	#articleStyle004JJJJJ iframe{
		width:100%;
		margin:0 auto;
	}
	#articleStyle004JJJJJ .theee{
		width:100%;
	}
	#articleStyle004JJJJJ .wwe1320{
		width:100%;
	}
	#articleStyle004JJJJJ .degtgg .innnn p{
		width:100%;
	}
}
@media screen and (max-width: 480px) {
	
}