body
{
	font-family:pr;	
}
.t1
{
	background:#ffbcbc;
}
.t2
{
	background:#cee6ff;
}
.t3
{
	background:#bbf5c2;
}
.t4
{
	background:#d3b5ea;
}
.nopad
{
	padding:0px;
}
.fw
{
	color:#fff;
}
.fb
{
	color:#000000;
}
.hidden
{
	display:none !important;
}

.sec_1
{
	background:#ffcf94;
	width:100%;
	background: url('/web-upload/filecenter/admin_AobCoopy/providing/05.jpg');
	height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 86px;
}
.img_sec_1
{
	position: absolute;
	background: url('../images/05.jpg');
	height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	/*z-index: 1;*/
	width: 100%;
	background-size: cover;
}
.text_head
{
	text-align:center;
	width:100%;
	font-family:pr;
	font-weight:bold;
	position: absolute;
	/*left: 50%;*/
	transform: translateX(-50%);
	margin-top: 50px;
	z-index:10;
	padding: 10px;
}
.text_sub
{
	text-align:center;
	width:100%;
	font-family:pr;
	/*font-weight:bold;*/
	position: absolute;
	/* left: 50%; */
	transform: translateX(-50%);
	margin-top: 250px;
}
.but
{
    /* position: absolute; */
    left: 50%;
    transform: translateX(-50%) !important;
    /* margin-top: 330px; */
    /* padding:10px 50px; */
    /* background:none; */
    /* font-size:20px; */
    /*border:4px solid black;*/
    /* outline:none; */
    outline-color: #ffffff00 !important;
}
.but1
{
	margin-top:330px
}
.btn-ghost:hover,.btn-ghost:active {
    color: #eea01f!important;
    border-color: #eea01f !important;
    transition: all .3s;
}
.btn-ghost.black {
    border-color: #000;
    color: #000;
    outline:none;
    outline-color: #ffffff00 !important;
}
.btn-ghost {
    -webkit-clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
    background: 0 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-left: solid 3px #fff;
    border-bottom: solid 3px #fff;
    display: inline-block;
    padding: 0;
    color: #fff;
    width: 180px;
    text-align: center;
    position: relative;
    height: 49px;
    line-height: 43px;
    transition: all .3s;
    z-index:10;
}
.btn-ghost:after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    border: solid 3px #fff;
    position: absolute;
    right: -32px;
    bottom: -10px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
    transform-origin: top left;
    transition: all .3s;
}
.btn-ghost.black:after {
    border-color: #000;
}
.btn-ghost:hover:after,.btn-ghost:active:after {
    border-color: #eea01f !important;
    transition: all .3s;
}




.sec_2
{
	/* margin-top: 261px; */
}
.text_4_box
{
	font-size:30px;
	text-align:center;
	position:relative;
	z-index:10;
	margin-top: -129px;
	font-family:pl;
}
.tb1
{
	margin-top:-110px;
}
.sec_21
{
	background:#ff000000;
	position:relative;
	z-index:10;
	width:100%;
	font-family:pl;
	height: auto;
	min-height: 159px;
	transition: all .3s;
}
.text_sec2
{
	/*margin-top:160px;*/
}


.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s 1s both;
	        animation: fade-in-bottom 0.6s 1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-18 23:9:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
			transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
			transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
