﻿@import "common.css";

body {
    font-family: "MicrosoftYaHei";
}


.examPop {
    position: fixed;
    width: 270px;
    height: 134px;
    left: 20px;
    bottom: 2%;
    z-index: 2;
}

.closeExam {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px;
}

/*  animation **/
@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    50% {
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    75% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    85% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}


.sys-body {
    background-color: #EEEEEE;
    padding-bottom: 15px;
}

.sys-body .body-banner {
    padding-top: 20px;
}

/*   通知公告   **/
.sys-body .body-tzgg {
    display: inline-flex;
    margin-top: 20px;
    background-color: #F3F3F3;
}

.body-tzgg .tzgg-tz {
    width: 110px;
    height: 50px;
    background-color: #016DB8;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
}

.body-tzgg .tzgg-ban {
    width: 1090px;
    background-color: #FFFFFF;
}

.body-tzgg .tzgg-ban .slide {
    padding: 0 10px;
    max-width: 334px !important;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.body-tzgg .tzgg-ban .slide+.slide {
    border-right: 1px solid #C2C2C2;
}

.body-tzgg .tzgg-ban .slide a:hover {
    color: #1C75CF;
}

.body-tzgg .tzgg-ban .bx-pager {
    display: none;
}

.body-tzgg .tzgg-ban .bx-wrapper {
    margin-bottom: 0;
    padding-right: 90px;
}

.body-tzgg .tzgg-ban .bx-wrapper .bx-viewport {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: inherit;
    margin-top: 15px;
}

.body-tzgg .tzgg-ban .bx-wrapper .bx-prev {
    right: 41px;
    left: auto;
    background: url("../image/arrow_left_icon.png") no-repeat center #C6C6C6;
    width: 30px;
    height: 30px;
}

.bx-wrapper .bx-prev:hover {
    background-color: #F28220 !important;
}

.body-tzgg .tzgg-ban .bx-wrapper .bx-next {
    right: 10px;
    background: url("../image/arrow_right_icon.png") no-repeat center #C6C6C6;
    width: 30px;
    height: 30px;
}

.bx-wrapper .bx-next:hover {
    background-color: #F28220 !important;
}

/**   服务资讯 轮播            **/
.body-nszx {
    margin-top: 18px;
    height: 400px;
}

.body-nszx .carousel {
    /*轮播插件*/
    width: 670px;
    height: 380px;
    border: 1px solid #EAF1F5;
    padding: 4px;
    background: #FFF;
}

.body-nszx .carousel-indicators {
    /*轮播指标*/
    margin: 0;
    right: 12px;
    left: auto;
    bottom: 17px;
    width: 25%;
    white-space: nowrap;
    text-align: right;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 1px 3px;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.carousel-indicators .active {
    width: 11px;
    height: 11px;
    margin: 0 3px;
    background-color: #E9852D;
}

.body-nszx .carousel-caption {
    /*轮播文字注释*/
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    padding-right: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.body-nszx .carousel-inner {
    width: 100%;
    height: 100%;
}

.body-nszx .carousel-inner .item {
    /*轮播图片*/
    width: 100%;
    height: 100%;
}

.body-nszx .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.body-nszx .img-title-div {
    /*height: 50px;*/
    padding-left: 19px;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 16px;
}

.body-nszx .img-title-div:hover {
    color: #FFFFFF;
}

/* 服务资讯  ***/
.body-fwzx {
    width: 496px;
    margin-top: 5px;
}

.body-fwzx .fwzx-img-panel {
    font-weight: bold;
    color: rgba(1, 109, 184, 1);
    height: 61px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background: url(../image/bt_bg.png) no-repeat center;
    background-size: 100%;
}

.body-fwzx .fwzx-img-panel a {
    font-weight: bold;
    color: rgba(1, 109, 184, 1);
    font-size: 22px;
}

.body-fwzx .fwzx-img-panel a:hover {
    text-decoration: none;
}

.body-fwzx .fwzx-link-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #016DB8;
    height: 40px;
    background-color: #E3E2E2;
    margin-top: 10px;
}

.body-fwzx .fwzx-link-panel a:hover {
    text-decoration: none;
}

.fwzx-ul {
    padding: 0;
}

.fwzx-ul li {
    list-style: none;
    color: #999999;
    font-size: 14px;
    padding: 6px 0 1px 0;
    border-bottom: 1px dotted #DDDDDD;
}

.fwzx-ul li a {
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.fwzx-ul li a .over-w {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #444444;
    font-size: 14px;
    max-width: 80%;
    display: inline-block;
}

.fwzx-ul li .fl-r {
    margin-top: 1px;
    color: #999999;
}

.fwzx-ul .fwzx-orange {
    width: 70px;
    height: 24px;
    padding: 2px 6px;
    border: 1px solid #E9852D;
    /*background: #E5E5E5;*/
    border-radius: 2px;
    font-size: 12px;
    color: #E9852D !important;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.fwzx-ul .fwzx-purple {
    width: 70px;
    height: 24px;
    padding: 2px 6px;
    border: 1px solid #97AFC5;
    /*background: #E5E5E5;*/
    border-radius: 2px;
    font-size: 12px;
    color: #6C8ECD !important;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.fwzx-ul .fwzx-brown {
    width: 70px;
    height: 24px;
    padding: 2px 6px;
    border: 1px solid #C5AB86;
    /*background: #E5E5E5;*/
    border-radius: 2px;
    font-size: 12px;
    color: #BB9A6C !important;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.fwzx-ul .fwzx-green {
    width: 70px;
    height: 24px;
    padding: 2px 6px;
    border: 1px solid #52C181;
    /*background: #E5E5E5;*/
    border-radius: 2px;
    font-size: 12px;
    color: #52C181 !important;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.fwzx-ul li:hover a,
.fwzx-ul li:hover span {
    color: #1C75CF;
    text-decoration: underline;
}

.fwzx-ul li:hover span {
    /*color: #1C75CF;
	background-color: #D2E3F5;*/
    text-decoration: none;
}

/** 几个链接   **/
.body-links {}

.body-links .links-link {
    display: inline-block;
    margin-right: 19px;
}

.body-links .links-link:first-child {
    background: #2b79d4 url("../image/index_Icon1.png") no-repeat 288px 35px;
}

.body-links .links-link:nth-child(2) {
    background: #53a7b4 url("../image/index_Icon2.png") no-repeat 267px 30px;
}

.body-links .links-link:nth-child(3) {
    margin-right: 0;
    background: #dea26a url("../image/index_Icon3.png") no-repeat 276px 30px;
}

.body-links .links-link a {
    display: block;
    cursor: pointer;
    width: 384px;
    height: 140px;
    box-sizing: border-box;
    padding: 25px 30px;
}

.body-links .links-link a .links-title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
}

.body-links .links-link a .clickBtn {
    width: 99px;
    height: 36px;
    line-height: 36px;
    margin-top: 16px;
    border-radius: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.body-links .links-link a .links-subtitle {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 400;
    top: -5px;
    left: 30px;
}

/** 单位展示   **/
.uldiv {
    position: relative;
    margin: 20px auto;
}

.uldiv .btndiv .abtn {
    position: absolute;
    cursor: default;
}

.uldiv .btndiv .aleft {
    left: -40px;
    top: 70px;
    opacity: .8;
    cursor: pointer;
}

.uldiv .btndiv .aleft:hover {
    opacity: 1;
}

.uldiv .btndiv .aright {
    right: -40px;
    top: 70px;
    opacity: .8;
    cursor: pointer;
}

.uldiv .btndiv .aright:hover {
    opacity: 1;
}

.uldiv .scrollcontainer {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.uldiv .scrollcontainer ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.uldiv .scrollcontainer li {
    width: 1207px;
    height: 200px;
    float: left;
}

.uldiv .scrollcontainer li a {
    cursor: pointer;
}

.uldiv .scrollcontainer li img {
    display: inline-block;
    width: 15.5%;
    margin: 7px 5px;
}


/*   返回顶部  */
.side {
    /*position: fixed;*/
    position: absolute;
    width: 64px;
    left: 50%;
    top: 320px;
    /*top: 50%;*/
    margin-left: 620px;
    /*margin-top: -200px;*/
    z-index: 100;
    border-bottom: 0;
}

.side ul {
    list-style: none;
}

.side ul li {
    width: 67px;
    height: 64px;
    float: left;
    position: relative;
    color: #444444;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 5px;
}

.side ul li:hover {
    opacity: .9;
}

.side ul li a:hover {
    text-decoration: none;
}

.side ul li i {
    height: 24px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
    transition: all .3s;
}

.side .sidetop {
    color: #016DB8;
}

.side ul li i.bgs1 {
    background-image: url(../image/float_search.png);
}

.side ul li i.bgs2 {
    background-image: url(../image/float_phone.png);
}

.side ul li i.bgs3 {
    background-image: url(../image/float_message.png);
}

.side ul li i.bgs4 {
    background-image: url(../image/float_top.png);
}