.bg-blue {
    background: #225ab7;
}

.bg-red {
    background: #be0000;
}

.font13 {
    font-size: 13px;
}

.icon-num {
    font-size: 40px;
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.swiper-container {
    height: 350px;
}

.swiper-slide {
    width: 100%;
    height: 350px;
}

.logo img {
    width: 500px;
    height: 83px;
    margin: 20px 0px;
}

.hotline {
    padding-top: 35px;
    font-size: 16px;
}

.hotline .telnum {
    font-size: 21px;
    font-weight: bold;
    color: #225ab7;
}

.search-type {
width: 80px;
border: 3px solid #225ab7;
height: 50px;
}

.search-form {
    margin-top: 40px;
    margin-left: 20px;
    overflow: hidden;
}

.search-form input {
    border: 3px solid #225ab7;
    width: 220px;
    height: 50px;
    box-shadow: none;
}

.search-form input:focus {
    border: 3px solid #225ab7;
    box-shadow: none;
}

.search-btn {
    background: #225ab7;
    color: #ffffff;
    width: 100px;
    height: 50px;
    border: 3px solid #225ab7;
    cursor: pointer;
    box-shadow: none;
}

.search-btn:hover {
    background: #be0000;
    border: 3px solid #be0000;
    box-shadow: none;
}

.nav {
    height: 50px;
    background: #225ab7;
}

.nav-icon {
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-left: 25px;
}

.nav-left {
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

#nav li {
    float: left;
    display: block;
    padding: 0px 15px;
    line-height: 47px;
    color: #ffffff;
    border-bottom: 3px solid #225ab7;
}

#nav li:hover {
    float: float;
    line-height: 47px;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

#nav li a {
    color: #ffffff;
}

.index-notice {
    padding: 6px 0px 10px;
    border-bottom: 1px solid #dddddd;
}

.index-num {
    margin: 40px auto;
}

.yun {
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

.yun a {
    padding: 16px 35px;
    font-size: 16px;
    font-weight: bold;
    background: #3E66EC;
    color: #d0e4fc;
    margin-left: 20px;
    border-radius: 5px;
}

.yun a:hover {
    background: #225ab7;
    color: #ffffff;
}

.fenlei {
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.fenlei a {
    padding: 0px 12px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #225ab7;
    margin-left: 8px;
	border-radius: 5px;
}

.fenlei a:hover {
    background: #225ab7;
    color: #ffffff;
}

.fenlei .hover {
    background: #225ab7;
    color: #ffffff;
}

.fenlei-icon {
    font-weight: bold;
    font-size: 22px;
    color: #225ab7;
    margin-right: 5px;
}

.fenlei-title {
    font-weight: bold;
    font-size: 20px;
    color: #225ab7;
}

.news-list {
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
}

.news-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.list-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: normal;
}

.list-join {
    margin: 30px 0px 30px;
}

.grid-info {
    padding: 0px 14px 14px 14px;
}

.footer {
    margin-top: 30px;
    padding: 30px 0px;
    background: #225ab7;
    color: #eeeeee;
}

.footer a {
    color: #eeeeee;
}

.footer a:hover {
    color: #198cff;
}

.footer-img img {
    width: 100px;
    height: 100px;
}

.footer-tel {
    font-size: 28px;
    margin-bottom: 10px;
}

.footer-intro {
    width: 330px;
    color: #60ccfe;
    font-size: 13px;
    line-height: 180%;
    margin: 15px 0px 20px 0px;
}

.copyright {
    padding: 20px 0 0px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination-content {
    display: block;
    line-height: 0;
    text-align: center;
    margin: 30px;
    overflow: hidden;
}

.pagination-content ul{
    text-align: center;
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.pagination-content ul li{
    text-align: center;
}

.pagination-content.number .pagination li.active span {
    background-color: #198cff;
}

.pagination-content.number .pagination li a,
.pagination-content.number .pagination li span {
    border: 1px solid #198cff;
    font-family: raleway;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    line-height: 24px;
    margin: 0 5px;
    width: 26px;
    padding: 0;
    float: left;
}