﻿@charset "UTF-8";

/*
*   program: 西安市&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#19978;&#19981;&#21435;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20013;&#25991;&#23448;&#26041;&#32593;&#31449;&#95;&#66;&#101;&#116;&#20307;&#32946;&#51;&#54;&#53;&#25552;&#27454;&#27969;&#27700;
*   author: zwj
*   date: 2018-12-04
*/

body {
    /* background: url(../images/jcy-bg.jpg) no-repeat center top; */
}

.content {
    padding-top: 30px;
    background: #fff;
}

.content .tab li {
    width: 218px;
    height: 68px;
    border: 1px solid #d1b0a6;
    float: left;
    margin-left: 12px;
    border-radius: 6px;
    background: #fef9ea;
}

.content .tab li:first-child {
    margin-left: 25px;
}

.content .tab li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.content .tab li>a.first {
    background: url(../images/jcy-icon1.png) no-repeat 20px center;
}

.content .tab li>a.first:hover,
.content .tab li>a.first.cur {
    background: #e55d28 url(../images/jcy-icon1s.png) no-repeat 20px center;
}

.content .tab li>a.sec {
    background: url(../images/jcy-icon2.png) no-repeat 20px center;
}

.content .tab li>a.sec:hover,
.content .tab li>a.sec.cur {
    background: #e55d28 url(../images/jcy-icon2s.png) no-repeat 20px center;
}

.content .tab li>a.thr {
    background: url(../images/jcy-icon3.png) no-repeat 20px center;
}

.content .tab li>a.thr:hover,
.content .tab li>a.thr.cur {
    background: #e55d28 url(../images/jcy-icon3s.png) no-repeat 20px center;
}

.content .tab li>a.four {
    background: url(../images/jcy-icon4.png) no-repeat 20px center;
}

.content .tab li>a.four:hover,
.content .tab li>a.four.cur {
    background: #e55d28 url(../images/jcy-icon4s.png) no-repeat 20px center;
}

.content .tab li>a.five {
    background: url(../images/jcy-icon5.png) no-repeat 20px center;
}

.content .tab li>a.five:hover,
.content .tab li>a.five.cur {
    background: #e55d28 url(../images/jcy-icon5s.png) no-repeat 20px center;
}

.content .tab li>a:hover .big,
.content .tab li>a.cur .big,
.content .tab li>a.cur .little,
.content .tab li>a:hover .little {
    color: #fff;
}

.content .tab li>a .info {
    margin-right: 10px;
    margin-top: 20px;
}

.content .tab li>a>img {
    margin-top: 20px;
    margin-left: 20px;
}

.content .tab li>a .big {
    font-size: 16px;
    font-weight: bold;
    color: #bf3918;
    text-align: right;
}

.content .tab li>a .little {
    font-size: 14px;
    color: #bf3918;
    text-align: right;
}

.content .tab li>a .little.spe {
    font-weight: bold;
}

.content .tab li>a.cur .triangle_border_down,
.content .tab li>a:hover .triangle_border_down {
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #e55d28 transparent transparent;
    margin: 40px auto;
    position: absolute;
    top: 28px;
    left: 100px;
}

.jubao>span,
.jubao>a {
    font-size: 15px;
    color: #000;
}

.jubao>a {
    font-weight: bold;
}

.jubao>input {
    width: 223px;
    height: 33px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    margin-right: 10px;
}

.jczxx {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    background: url(../images/jcy-icon7.png) no-repeat 90px center;
}

.notice {
    width: 1148px;
    height: 358px;
    margin: 25px auto 0;
    border: 1px solid #ffe3d8;
    background: #fdfbf4
}

.notice>p {
    margin-left: 20px;
    margin-top: 4px;
    font-size: 14px;
    color: #e55d28;
}

.notice>p>span {
    font-size: 20px;
    font-weight: bold;
}

.notice>p>span.xz {
    margin-right: 10px;
}

.notice>p>span.xzyw {
    color: #f5cdbe
}

.notice>p:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content .btn {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto;
    text-align: center;
    background: #e55d28;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pb-35 {
    padding-bottom: 35px;
}