/*轮播图*/

.isshow {
    display: block !important;
}

.read_span {
    border: 2px solid #327DFA !important;
    background: #327DFA !important;
    color: #fff !important;
}

.system-em {
    border-bottom: 6px solid #327DFA !important;
    color: #327DFA !important;
}

.court-banner {
    margin-top: 74px !important;
}

.court-banner .c-banner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.court-banner .banner-img {
    min-height: 350px;
}

.court-banner .c-banner-box h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


/* banner 下方布局 */

.court_con {
    padding-top: 24px;
    width: 100%;
    padding-bottom: 100px;
    background-color: #E9E9E9;
}

.court_box {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.court_box ul {
    width: 100%;
    height: 65px;
    margin-left: 130px;
}

.court_box ul li {
    float: left;
    background-color: #FFFFFF;
    margin-left: 30px;
    border-radius: 33px 33px 33px 0px;
}

.court_box ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    padding: 18px 30px 17px 70px;
    color: #6E6E6E;
}

.court_box ul li a img {
    position: absolute;
    top: 5px;
    left: 28px;
}

.court_box ul li:nth-of-type(1) a {
    background: url(../images/icon_1.png) no-repeat;
    background-position: 28px 5px;
}

.court_box ul li:nth-of-type(2) a {
    background: url(../images/icon_02.png) no-repeat;
    background-position: 28px 5px;
}

.court_box ul li:nth-of-type(3) a {
    background: url(../images/icon_03.png) no-repeat;
    background-position: 28px 5px;
}

.court_box ul li:nth-of-type(4) a {
    background: url(../images/icon_04.png) no-repeat;
    background-position: 28px 5px;
}

.court_box ul li:nth-of-type(5) a {
    background: url(../images/icon_05.png) no-repeat;
    background-position: 28px 5px;
}

.court_box ul li:nth-of-type(6) a {
  background: url(../images/icon_01.png) no-repeat;
  background-position: 28px 5px;
}


.court_box ul li a:hover {
    background-color: #DFDFDF!important;
    border-radius: 33px 33px 33px 0px;
    color: #6E6E6E;
}

.court_con .court_box .current a {
    background-color: #327DFA!important;
    color: #FFFFFF!important;
    border-radius: 33px 33px 33px 0px;
}

.court_content {
    margin-top: 16px;
    width: 100%;
}

.court_content_top {
    overflow: hidden;
    width: 100%;
    height: 614px;
    background: url(../images/img_tubg.png);
}

.container_left {
    float: left;
    width: 600px;
    height: 568px;
    background-color: pink;
    margin: 23px;
}

.container_right {
    float: left;
}

.container_right_tel {
    margin-top: 23px;
    margin-left: 55px;
    width: 120%;
    height: 150px;
}

.container_right_tel img {
    padding-top: 60px;
    margin-left: 28px;
    margin-bottom: 10px;
}

.container_right_tel h6 {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}

.container_right_tel p {
    font-size: 18px;
    color: #000000;
}

#item {
    display: none;
}