* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.banner {
    width: 100%;
    height: 23rem;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.banner ul {
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    bottom: 115px;
}

.banner ul li {
    float: left;
}

.banner ul li a {
    display: inline-block;
    text-align: center;
    background: rgba(0, 69, 178, 0.5) !important;
    width: 140px;
    height: 40px;
    color: #9CB0D3;
    text-decoration: none;
    line-height: 40px;
}

.banner_b {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_b b {
    font-size: 14px;
    font-weight: normal;
}

.active {
    background: rgba(0, 69, 178, 0.5) !important;
    color: #fff !important;
}

.list_a {
    width: 100%;
    background: url(../img/jianbian.png);
    position: relative;
    top: -3.75rem;
    background-repeat: no-repeat;
}

.list_b {
    width: 1200px;
    margin: 0 auto;
    padding-top: 5rem;
}

.list_c a {
    width: 100px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
}

.list_c button {
    width: 7.5rem;
    height: 3.125rem;
    background: #fff;
    border: none;
    outline: none;
}

.list_d {
    background: #fff;
    margin-top: 1.25rem;
}

.list_d .tip img {
    width: 100%;
}

.tip {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.tips {
    text-align: center;
}

.tip h4 {
    padding-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 2rem;
}

.tip span {
    font-size: 0.875rem;
    color: #999;
    margin-right: 1.25rem;
}

.bottom {
    padding-left: 3.125rem;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom ul li {
    width: 34.375rem;
    height: 10rem;
    /*box-shadow:2px -2px 10px #000;*/
}

.bottom ul li a {
    display: flex;
    align-items: center;
}

.gogo {
    width: calc(100% - 10.4375rem);
}

.gogo h5 {
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    color: #333333;
    font-weight: normal;
}

.gogo h6 {
    font-size: 1.25rem;
    color: #555;
    width: 18.75rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gogo b {
    width: 18.75rem;
    font-size: 0.875rem;
    color: #666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.gogo_a {
    box-shadow: 2px 2px 4px #999;
    text-align: center;
}

.gogo_a a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.gogo_a h4 {
    margin: 1.875rem 0 1.875rem 0;
    font-size: 1.5rem;
    color: #333333;
    font-weight: normal;
}

.gogo_a b {
    font-weight: normal;
    font-size: 1.25rem;
    color: #555;
}

.liubai {
    width: 100%;
    height: 100%;
}


.copybanQ{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #01256f;
}
.copybanQ div{
	font-size: 12px;
	color: #eee;
}
.copybanQ div:last-child{
	margin-left: 30px;
}