
body {
    padding: 0;
    margin: 0;
    background-color: #F8FBFE;
}

input, span, div {
    font-size: 14px;
}

    input, input:focus {
        outline: none;
    }
	input[type=text],select{
        border-radius: 5px;
        border: solid 1px #cccccc;
        height: 30px;
        padding: 10px;
        line-height: 30px;
		font-size: 14px;
	}
	select{
		height:52px;
		padding: 10px;
	}
	option{
		line-height: 20px;
		padding: 10px;
	}

a,a:hover,a:visited,a:active {
    cursor: pointer;
    text-decoration:none;
	color:#247ce0;
}
    a.blue {
        color: #247CE0;
    }
.rb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}

.ra {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ca {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box {
    width: 1200px;
    margin: auto;
}

.space {
    height: 20px;
}
.overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

button[type=button]{
    border-radius: 50px;
    background-color: #247CE0;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 16px;
    border: 0 solid #ffffff;
    color: #ffffff;
}

button.sm{
	padding:10px 20px;
	line-height: 20px;
	font-size: 16px;
}
.gray{
	color:#888888;
}


.top {
    /*background: url(../images/top_bg.jpg) center bottom no-repeat #EEF8FF;*/
}

.top1 {
    height: 50px;
    background-image: linear-gradient(0deg, #d3e9ff 0%, #eef8ff 100%);
}

    .top1 .box {
        line-height: 50px;
        text-align: right;
    }

.logo {
    padding: 20px 0;
}

    .logo img {
		height: 50px;
        vertical-align: middle;
    }

.search div {
    position: relative;
}

.search input {
    border-radius: 25px;
    border: solid 1px #cccccc;
    width: 460px;
    height: 30px;
    padding: 10px 20px;
    line-height: 30px;
}

.menu {
    background-color: rgba(36,124,224,0.7);
    height: 60px;
}

    .menu a {
        padding: 0 30px;
        line-height: 60px;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
    }

        .menu a:hover {
            background-color: #3586E3;
			color: #ffffff!important;
        }

.search img {
    position: absolute;
    top: 15px;
    right: 20px;
}



.bottom {
    background-color: #EEF8FF;
    padding: 20px 0;
    text-align: center;
}

    .bottom span {
        line-height: 28px;
        display: inline-block;
        padding: 0 20px;
    }

.center {
    /*background: url(../images/bg.jpg) center top repeat-x #F8FBFE;*/
}