.title1{
	background:#0494da;
	color:#fff;
	width:1200px;
	margin:0 auto;
	height:130px;
}
.title1 h1{
	text-align:center;
	padding-top:20px;
	font-size:34px;
}
.title1 p{
	text-align:center;
	font-size:24px;
}

.box-arc{
	overflow: hidden;
	width:1200px;
	margin:20px auto;
	}
.box-arc ul{margin-left: -74px}
.box-arc li{margin-bottom: 80px;margin-left: 74px;width: 563px;float: left;}
.box-arc .text-info{border-top: 1px solid #a0a0a0;border-bottom: 1px solid #a0a0a0;}
.box-arc .click-buttons a{
	height: 45px;
	line-height: 45px;
	width: 49%;
	transition: all 0.3s;
    display: inline-block;
    text-align: center;
    font-size: 16px;
	color:#fff;
}

.box-arc ul li h3{
	text-align:center;
	font-size:30px;
	padding: 20px;
	font-weight: 500;
    line-height: 1.1;
    color:#555;
}
.box-arc ul li .text-info {
    text-align: center;
	font-size:20px;
	padding:5px 0;
}
.box-arc ul li .pt-10{
	font-size: 16px;
	margin: 20px auto;
}

.btn-primary{color:#fff;background-color:#174799; border-color:#174799}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{color:#fff;background-color:#0d3373;border-color:#0d3373}
.btn-danger {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c;
}















