﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    background-color: #eef4f9;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

body,
html {
    min-width: 1280px;
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #dd2525;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/


/* 头部开始 */

.sxz-header {
    width: 100%;
    height: 286px;
    background: url('../images/sxz_header_bg.png') no-repeat center;
}

.sxz-header-top {
    height: 40px;
    margin: 0 auto;
}

.sxz-weather-font {
    font-size: 14px;
    color: #307ebb;
    float: left;
    line-height: 40px;
}

.sxz-entrance-font {
    font-size: 14px;
    color: #307ebb;
    float: right;
    line-height: 40px;
}

.sxz-entrance-font a {
    color: #307ebb;
}

.sxz-entrance-font span {
    padding: 0 15px;
}

.sxz-entrance-font a:nth-child(5) {
    display: inline-block;
    width: 90px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 33px;
    background: url('../images/weixin.png') no-repeat center left;
    margin-right: 27px;
    position: relative;
    z-index: 9;
}

.sxz-entrance-font a:nth-child(5):hover .sxz-DisplayQRCode {
    display: block;
}

.sxz-DisplayQRCode {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 45px;
    left: 50%;
    display: none;
    transform: translate(-50%, 0);
}

.sxz-DisplayQRCode::after {
    position: absolute;
    height: 13px;
    width: 13px;
    content: '';
    display: block;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    background-color: #fff;
}

.sxz-DisplayQRCode img {
    display: block;
    height: 100%;
    width: 100%;
}

.sxz-entrance-font a:nth-child(6) {
    display: inline-block;
    width: 90px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 33px;
    background: url('../images/xinlang.png') no-repeat center left;
    position: relative;
    z-index: 9;
}

.sxz-entrance-font a:nth-child(6):hover .sxz-DisplayQRCode {
    display: block;
}

.sxz-header-middle {
    height: 72px;
    margin: 38px auto 0;
}

.sxz-logo {
    height: 100%;
    display: block;
    float: left;
}

.sxz_search {
    height: 50px;
    width: 380px;
    border-radius: 25px;
    overflow: hidden;
    float: right;
    box-sizing: border-box;
    padding-left: 50px;
    background: url('../images/search.png') no-repeat center left 25px;
    background-color: #fff;
    margin-top: 25px;
}

.sxz_search input[type='text'] {
    height: 100%;
    width: 162px;
    box-sizing: border-box;
    border: none;
    padding-bottom: 2px;
    font-size: 16px;
}

.sxz_search input::-webkit-input-placeholder,
.sxz_search textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b2b2b2;
}

.sxz_search input:-moz-placeholder,
.sxz_search textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
}

.sxz_search input::-moz-placeholder,
.sxz_search textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2;
}

.sxz_search input:-ms-input-placeholder,
.sxz_search textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b2b2b2;
}

.sxz_search button {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 100px;
    background-color: #307ebb;
    border-radius: 25px;
    outline: none;
    border: none;
    height: 50px;
    display: block;
    float: right;
    cursor: pointer;
}

.sxz-header-bottom {
    height: 70px;
    margin: 67px auto 0;
    overflow: hidden;
    text-align: center;
}

.sxz-header-bottom li {
    padding: 0 44px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}

.sxz-header-bottom li::before {
    height: 15px;
    width: 1px;
    background-color: #1a5b8d;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.sxz-header-bottom li:nth-child(7):before {
    display: none;
}

.sxz-header-bottom li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.sxz-header-bottom li:nth-child(1) a {
    padding-left: 40px;
    width: 90px;
    box-sizing: border-box;
    background: url('../images/home.png') no-repeat center left 7px;
}

.sxz-header-bottom li a.on::after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffcc34;
}

.sxz-header-bottom li a:hover::after {
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffcc34;
}


/* 头部结束 */


/* 尾部开始 */

.sxz-footer {
    margin-top: 40px;
    width: 100%;
    height: 202px;
    background-color: #104c7a;
}

.sxz-f-content {
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 18px;
}

.sxz-fc-link-b {
    height: 57px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #295d85;
}

.sxz-fc-link {
    margin: 0 auto;
}

.sxz-fc-link ul {
    width: 110%;
    height: 100%;
    overflow: hidden;
}

.sxz-fc-link ul li {
    color: #5a92bd;
    font-size: 16px;
    display: inline-block;
    line-height: 57px;
    margin-right: 39px;
}

.sxz-fc-link ul li a {
    display: inline-block;
    color: #5a92bd;
}

.sxz-fc-link ul li a:hover {
    opacity: 0.8;
}

.sxz-fc-b1 {
    font-size: 16px;
    line-height: 36px;
    color: #5a92bd;
    float: left;
}

.sxz-fc-b1 a {
    color: #5a92bd;
}

.sxz-fc-b1 a:hover {
    opacity: 0.8;
}

.sxz-fc-b1:nth-child(2) {
    margin-left: 72px;
}

.sxz-fc-b1:nth-child(3) {
    margin-left: 66px;
}

.sxz-office {
    height: 75px;
    width: 61px;
    margin-top: 15px;
    float: right;
}

.sxz-office a {
    display: block;
    width: 100%;
    height: 100%;
}

.sxz-office a:hover {
    opacity: 0.8;
}


/* 尾部结束 */


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin-top: 40px;
    margin-bottom: 6px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 20px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #1073b7;
    border: 1px solid #1073b7;
}

.page_hide span {
    background-color: #1073b7;
    color: #fff;
    border: 1px solid #1073b7;
}


/*一行省略 */

.shenglueone {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clearbr br {
    display: none !important;
}