table{
	border-left: 1px solid #825623;
	border-right: 1px solid #825623;
	border-bottom: 2px solid #825623;
	border-top: 1px solid #825623;
	margin: 1%;
	text-align: left;
	background: rgba(255,255,255,0.85);



}
table strong{
	font-weight: bold;
	color: #875427;
}



td{
	padding: 10px;
	text-align: left;
}
th{
	background-color: #452806;
	background-image: url(../../images/th_bg.png);
	color: #FFFFFF;	padding:10px;
	text-align: center;
}
h3{
color: #825623;
}

h4{
	color: #515151;
}

ol{
	padding-left: 20px;
}
.tdbg{

		background-color: #f6efe7;

}
.bg-img {
    background-image: url(../../images/all_bg_cg.png);
}
.bg2-img{
	background-image: url(../../images/cg_org_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.web-service-block{
	border: 1px solid #40a2cb;
}
.web-service-block i, .web-service-block h3 {
    color:#40a2cb;
}
.web-service-block p{
    color: #000;
}
.web-service-block ul{
	text-align: center;
	list-style: none;
}
.web-service-block li{
text-align: center;
}

.test-author-info h6, #accordion h6, #feature h6{
	font-size: 24px;
	color: #5090BD;
}
#int:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/int_ide_bg.jpg);
}
#int p,#saf p,#busi p{
	color: #FFF;
}
#int .btn a, #busi .btn a {
	color: #fff;
	border: 1px solid #fff;
}
#int .btn a:hover, #busi .btn a:hover{
	color: #36adf9!important;
	background: #fff!important;
}
#saf:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/cg_saf_bg.jpg);
}
#busi:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/cg_busi_bg.jpg);
}
.int2 .pricing-box{
	padding:2% 4%;
	margin: 2%;
}


.project-content-block{
	padding: 30px 40px;
}
#echart-busi, #echart-busi2{
	width: 100%;
    height: 500px;
}
.wave{
	color: #fff;
	background-color: #60932f;
	padding: 10px;
	margin-bottom: 35px;
	background-image: url(../../images/th_bg.png);
	border-top-right-radius: 35px;
}

.h_per p span{
	color: #825623;
}
table ul{
	padding-left: 1rem;
}
table ul li{
	position: relative;
	list-style: none;
	padding-left: 10px;
}
table ul li::before{
	content: "";
	width: 6px;
	height: 6px;
	background: #875427;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 11px;
}
table ul li::after{
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #875427;
	border-radius: 50%;
	position: absolute;
	left: -13px;
	top: 8px;
}

.int_box .test-inner{
	min-height: 280px;
}
.int_bg{
	background: url(../images/int_bg.png) left bottom no-repeat, #F4F7FC;
}