/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
    border: 0;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1200 {
    margin: 0 auto;
    width: 1200px;
}

.borBox {
    border: 1px solid #333;
}

/* 自定义样式 */
.Jsxh_box {
    min-width: 1200px;
    min-height: 900px;
    background: #e2eff6;
}

.Jsxh_header_box {
    position: relative;
    height: 187px;
}

.Jsxh_header_box img {
    position: absolute;
    top: 36px;
}

.Jsxh_header_box p {
    padding-top: 10px;
    text-align: right;
    color: #d5edff;
}

.Jsxh_searchBox {
    position: relative;
    top: 30px;
    width: 311px;
    height: 43px;
}

.Jsxh_searchBox #myinput {
    padding-left: 10px;
    width: 265px;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    font-weight: bolder;
    color: #107abb;
    background: #cceafc;
    border: 1px solid #107abb;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Jsxh_searchBox #inputBtn {
    width: 46px;
    height: 43px;
    background: #cceafc url("./search.png") no-repeat center;
    border: 1px solid #107abb;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.Jsxh_navBox {
    position: absolute;
    top: 137px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0688de;
}

.Jsxh_navBox ul {
    margin: 0 auto;
    width: 1200px;
}

.Jsxh_navBox li {
    float: left;
    margin-left: 1px;
    width: 149px;
}

.Jsxh_navBox li:first-child {
    margin-left: 0;
}

.Jsxh_navBox li a {
    display: block;
    padding-left: 25px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.Jsxh_nav1 {
    background: url("Jsxh_nav1.png") no-repeat 15px center;
}

.Jsxh_nav1:hover {
    background: #0167cc url("Jsxh_nav1.png") no-repeat 15px center;
}

.Jsxh_nav2 {
    background: url("Jsxh_nav2.png") no-repeat 15px center;
}

.Jsxh_nav2:hover {
    background: #0167cc url("Jsxh_nav2.png") no-repeat 15px center;
}

.Jsxh_nav3 {
    background: url("Jsxh_nav3.png") no-repeat 15px center;
}

.Jsxh_nav3:hover {
    background: #0167cc url("Jsxh_nav3.png") no-repeat 15px center;
}

.Jsxh_nav4 {
    background: url("Jsxh_nav4.png") no-repeat 15px center;
}

.Jsxh_nav4:hover {
    background: #0167cc url("Jsxh_nav4.png") no-repeat 15px center;
}

.Jsxh_nav5 {
    background: url("Jsxh_nav5.png") no-repeat 15px center;
}

.Jsxh_nav5:hover {
    background: #0167cc url("Jsxh_nav5.png") no-repeat 15px center;
}

.Jsxh_nav6 {
    background: url("Jsxh_nav6.png") no-repeat 15px center;
}

.Jsxh_nav6:hover {
    background: #0167cc url("Jsxh_nav6.png") no-repeat 15px center;
}

.Jsxh_nav7 {
    background: url("Jsxh_nav7.png") no-repeat 15px center;
}

.Jsxh_nav7:hover {
    background: #0167cc url("Jsxh_nav7.png") no-repeat 15px center;
}

.Jsxh_nav8 {
    background: url("Jsxh_nav8.png") no-repeat 15px center;
}

.Jsxh_nav8:hover {
    background: #0167cc url("Jsxh_nav8.png") no-repeat 15px center;
}

/* 页尾 */
.Jsxh_footer_box {
    height: 115px;
    background: #0d1417;
}

.Jsxh_footer {
    padding-top: 25px;
    padding-left: 250px;
    height: 115px;
}

.Jsxh_footer p {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 13px;
    color: #fff;
}

.Jsxh_footer a {
    color: #fff;
}

.Jsxh_con_box {
    min-height: 800px;
    background: #fff;
}

.Jsxh_con_nowBox {
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #454545;
    background: url("nowIcon.png") no-repeat 10px center;
}

.Jsxh_con_nowBox a {
    font-size: 13px;
    color: #454545;
}

.Jsxh_wz {
    margin: 0 auto;
    padding-top: 40px;
    width: 900px;
    min-height: 700px;
    font-size: 15px;
    line-height: 25px;
}