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

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
    webkit-box-shadow: 0 0 0 1000px white inset
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


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

body,
html {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    font-size: 16px;
    min-width: 1240px;
}

.container {
    width: 1240px;
    margin: 0 auto;
}


/*通用头部*/

.header {
    height: 803px;
    background: url("../images/header_bj.png") center top no-repeat;
    overflow: hidden;
}

.header_top {
    height: 55px;
    position: relative;
    z-index: 99;
    margin-top: 40px;
}

.logo {
    width: 284px;
    height: 55px;
    float: left;
}

.logo img {
    width: 100%;
}

.fhsy {
    width: 133px;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    border-radius: 22px;
    float: right;
    box-sizing: border-box;
}

.fhsy a {
    display: block;
    width: 100%;
    padding-left: 50px;
    font-size: 16px;
    color: #003cc1;
    box-sizing: border-box;
    background: url("../images/fh_ico.png") 20px center no-repeat;
    transition: all 0.3s ease-in-out;
}

.fhsy a:hover {
    background: url("../images/fh_ico.png") 15px center no-repeat;
}


/*尾部*/

.footer {
    height: 230px;
    background: #1073b7;
}

.footer a {
    font-size: 15px;
    color: #b9cde2;
}

.footer p {
    font-size: 15px;
    color: #b9cde2;
}

.footer a:hover {
    color: #fff;
}

.footer .link {
    padding-top: 19px;
}

.footer .link>div {
    border-top: 10px solid #1073b7;
    position: relative;
    float: left;
    height: 38px;
    width: 232px;
    background-color: #0a6db1;
    margin-right: 17px;
}

.footer .link>div:last-child {
    margin-right: 0;
}

.footer .link>div:first-child {
    margin-left: 5px;
}

.footer .link>div>span>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
}

.footer .link>div>span {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    line-height: 36px;
    color: #b9cde2;
    font-size: 15px;
}

.footer .link>div:nth-child(4)>span {
    padding-left: 62px;
}

.footer .link>div:nth-child(5)>span {
    padding-left: 62px;
}

.footer .link>div:nth-child(6)>span {
    padding-left: 62px;
}

.footer .link>div>img {
    position: absolute;
    right: 53px;
    top: 15px;
    transform: rotateZ(0);
    transition: transform .3s;
}

.footer .link .list {
    max-height: 290px;
    overflow-y: auto;
    z-index: 999;
    box-sizing: border-box;
    position: absolute;
    bottom: 46px;
    left: -755px;
    width: 1240px;
    display: none;
    padding: 30px 50px;
    background-color: #0a6db1;
}

.footer .link .list a {
    padding: 10px 0;
    float: left;
    width: 19%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .link .list::-webkit-scrollbar {
    width: 8px;
    background-color: #065991;
    border-radius: 10px;
}

.footer .link .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2386c9;
}

.footer .link>div.show .list {
    display: block;
}

.footer .link>div.show {
    border-top: 10px solid #0a6db1;
}

.footer .link>div.show img {
    transform: rotateZ(180deg);
    transition: transform .3s;
}

.footer .link>div:last-child .list {
    right: 0;
    left: auto;
}

.footer .footBox {
    margin-top: 41px;
}

.footer .left {
    padding-left: 55px;
    float: left;
    height: 68px;
    padding-right: 42px;
    border-right: 1px solid #408fc5;
}

.footer .bottomImg {
    float: left;
    margin-right: 65px;
}

.footer .Dt {
    float: right;
    width: 60px;
}

.footer .Dt a {
    display: block;
    margin-bottom: 12px;
}

.footer .right {
    margin-top: -6px;
    float: right;
    width: 915px;
}

.footer .right p {
    margin-bottom: 12px;
}

.footer .right p img {
    vertical-align: sub;
    margin-right: 5px;
}


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

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

.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: 0px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 6px;
}

.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: #3583f9;
    border: 1px solid #3583f9;
}

.page_hide span {
    background-color: #3583f9;
    color: #fff;
    border: 1px solid #3583f9;
}


/*分页样式结束*/

.c_flowright {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 300px;
    width: 56px;
}

.c_flowright a {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #d9ecfa;
    border-radius: 28px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0;
}

.c_flowright a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee;
}

.c_flowright a.c_bangzhu {
    background-image: url(../images/cicon1.png);
}

.c_flowright a.c_gotop {
    background-image: url(../images/cicon5.png);
}

.c_flowright .bshare-custom a {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #d9ecfa;
    border-radius: 28px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0;
}

.c_flowright .bshare-custom a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee;
}

.c_flowright .bshare-custom .bshare-weixin {
    background-image: url(../images/cicon2.png);
}

.c_flowright .bshare-custom .bshare-weixin:hover .share-show {
    display: block;
}

.c_flowright .bshare-custom .bshare-sinaminiblog {
    background-image: url(../images/cicon3.png);
}

.c_flowright .bshare-custom .bshare-sinaminiblog:hover .share-show1 {
    display: block;
}

.c_flowright .bshare-custom .bshare-more {
    background-image: url(../images/cicon4.png);
}

.share-show,
.share-show1 {
    position: absolute;
    border: 1px solid #1073b7;
    padding: 12px;
    background: #fff;
    padding: 11px 10px;
    right: 80px;
    top: -30px;
    display: none;
    border-radius: 3px;
}

.share-show img:nth-child(2) {
    margin-top: 10px;
}

.share-show img,
.share-show1 img {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.share-show:after,
.share-show1:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid #1073b7;
    border-left: 1px solid #1073b7;
    -webkit-transform: rotate(138deg);
    -ms-transform: rotate(138deg);
    transform: rotate(138deg);
    display: block;
    position: absolute;
    right: -5%;
    top: 53px;
}

.c_flowright .dhpin {
    background-image: url(../images/dhp.png);
}