﻿
.wuedit2 {text-align: center;  font-family: 微软雅黑;}
.wuedit2 .box {
    width: 100%;
    display: inline-block;
    background: #fbfbfb;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    text-decoration: none;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.wuedit2  .box {background: {#bgColor#};}
.wuedit2  .box h3 {
    padding-top: 0;
    font-size: 18px;
    color: #232323;
    font-weight: normal;
    margin-bottom: 15px;
}
.wuedit2  .box p {
	height: 170px;
    padding: 0 15px;
    text-align: left;
    color: #8d8d8d;
    line-height: 30px;
    font-size: 17px;
    font-weight: normal;
}
.wuedit2  .box:hover{background: #fc6620;
    cursor: pointer;
    color: #fff;}
.wuedit2  .box:hover span,
.wuedit2  .box:hover h3,
.wuedit2  .box:hover p{color: #fff;}

.wuedit2  .box .butcenter {
    padding: 35px 0 5px 0;
    text-align: center;
}
.wuedit2 .box:hover .btn-primary {background: #fff; color: #fc6620}

.wuedit2  .box .btn-primary {
    background-color: #fc6620;
    border: none;
    color: #ffffff;
    width: 70%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 4px;
    margin-bottom: 0px;
}
.wuedit2  .box .icons {
    padding: 15px 0 0 0px;
    width: 100%;
    color: #898989;
    font-size: 55px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    float: left;
}

.wuedit2 .box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff rgba(252,102,32, 1) rgba(252,102,32, 1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    display: block;
    width: 0;
}
.wuedit2  .box:hover:before {
    border-color: #fff #fff #a5a5a5 #a5a5a5;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}