html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

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: 0;
    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*/
}

.Clear {
    clear: both;
}

.content * {
    font-size: 16px !important;
    line-height: 32px !important;
    font-family: "Microsoft Yahei" !important;
}

.container {
    width: 1200px;
}


/*通用头部、尾部、检索等公用代码*/


/* 头部开始 */

.nav {
    height: 88px;
    background: #ffffff;
    position: relative;
    z-index: 1000;
    box-shadow: 0 0 7px 3px #8484843d;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.nav .container {
    position: relative;
    z-index: 10;
}

.LoGo {
    float: left;
    width: 168px;
    height: 30px;
    margin: 30px 0 0;
}

.LoGo img:nth-of-type(1) {
    display: block;
}

.LoGo img:nth-of-type(2) {
    display: none;
}

.NavRight {
    float: right;
}

.NavRight ul {
    float: left;
}

.NavRight ul li {
    float: left;
    height: 88px;
    line-height: 84px;
    margin-left: 28px;
    box-sizing: border-box;
}

.NavRight ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
}

.NavRight ul li:hover a {
    color: #f12639;
}

.NavRight ul li.on {
    border-bottom: 4px solid #f12639;
}

.NavRight ul li.on a {
    color: #f12639;
}

.NavRight ul li.on:before {
    background: none;
}

.NavWeiXin {
    float: left;
    width: 26px;
    height: 88px;
    cursor: pointer;
    margin-left: 40px;
    transition: all .3s;
    background: url("../images/weixin.png") no-repeat center;
}

.NavWeiXin:hover {
    background: url("../images/weixin_1.png") no-repeat center;
}

.NavWeiXin img {
    position: absolute;
    right: -42px;
    top: 88px;
    width: 110px;
    height: 110px;
    z-index: 99;
    display: none;
}

.NavWeiXin:hover img {
    display: block;
}


/* 头部结束 */


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 0px;
}

.xll_pagebox ul {
    padding: 0 !important;
}

.xll_pagebox ul li {
    border-bottom: 0px !important;
    background: none;
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    height: 28px !important;
    line-height: 28px !important;
    overflow: hidden !important;
}

.xll_pagebox a {
    font-size: 14px !important;
    max-width: 100% !important;
    line-height: 28px !important;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all .3s;
    color: #333333 !important;
    padding: 4px 8px!important;
    display: inline !important;
}

.xll_pagebox .slf a {
    border: 0 !important;
    cursor: default;
}

.xll_pagebox ul li a::after {
    display: none !important;
}

.xll_pagebox span {
    float: initial !important;
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 28px !important;
    margin-right: 15px;
}

.xll_pagebox span em {
    font-style: unset;
}

.xll_pagebox .hidden-xs.on a {
    background-color: #f12639 !important;
    color: #ffffff !important;
}

.xll_pagebox .hidden-xs a:hover {
    background-color: #f12639 !important;
    color: #ffffff !important;
}

.xll_pagebox .page_prev a:hover {
    background-color: #f12639 !important;
    color: #ffffff !important;
}

.xll_pagebox .page_next a:hover {
    background-color: #f12639 !important;
    color: #ffffff !important;
}

.xll_pagebox .bot a:hover {
    background-color: #f12639 !important;
    color: #ffffff !important;
}

.xll_pagebox #JumpPage {
    display: inline-block;
    width: 30px;
    color: #333333;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}


/*分页样式结束*/