﻿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;
}

b {
    text-decoration: none;
    font-weight: normal;
}

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% !important;*/


/*    max-width: 100% !important;*/


/*    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;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    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';
}

.Clear {
    clear: both;
}



.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
    /*IE/7/6*/
}

.tong_VisualArea {
    margin-top: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
    min-height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.shadow {
    box-shadow: 0px 3px 8px #dfdfdf;
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1320px;
    
}

.contain-bj {
    width: 100%;
    height: auto;
    background: #f6f7fc;
    background-image: url(../images/bj.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-bottom: 40px;
}

.container {
    width: 1280px;
    height: auto;
    margin: auto;
}

.main-con {
    width: 1200px;
    margin: auto;
}

/* 顶部横幅 预留 */
.top-hf {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.top-hf img {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: auto;
}


/* 头部顶部开始 */
.head-top {
    width: 100%;
    height: 50px;
    background: #cde3f4;
    float: left;
}

.head-top .head-top-left {
    height: 50px;
    line-height: 50px;
    background: url(../images/gh-small.png) no-repeat center left;
    font-size: 15px;
    color: #015293;
    text-indent: 24px;
}

.head-top .head-top-left a {
    color: #015293;
}

.head-top .head-top-left a:hover {
    color: #093254;
}

.head-top .head-top-right {
    width: auto;
}

.head-top .head-top-right>ul>li {
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.head-top .head-top-right>ul>li>a {
    color: #015293;
    line-height: 50px;
    font-size: 14px;
}

.head-top .head-top-right>ul>li>a:hover {
    color: #093254;

}

.head-top .head-top-right>ul>li::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    background: #d7e0ec;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.head-top .head-top-right>ul>li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 115px;
    height: 115px;
    z-index: 100;
    display: none;
    padding: 5px;
    background: #fff;
    z-index: 200;
}

.head-top .head-top-right>ul>li .ewm::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background-color: #fff;
    left: 50%;
    top: 0px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.head-top .head-top-right>ul>li .ewm img {
    display: block;
    width: 115px;
    height: 115px;
}

.head-top .head-top-right>ul>li:hover .ewm {
    display: block;
    padding: 10px;
}

.head-top .head-top-right>ul>li:nth-last-child(1)::after {
    display: none;
    padding-right: 0;
}

.head-top .head-top-right>ul>li:nth-of-type(1) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/wx-icon.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:nth-of-type(2) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/toutiao-icon.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:nth-of-type(3) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/login-icon.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:nth-of-type(4) {
    padding-left: 40px;
    padding-right: 19px;
    background: url(../images/icon-login.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:last-child {
    padding-left: 40px;
    padding-right: 0px;
    background: url(../images/jyh-icon.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang {
    z-index: 999;
    display: none;
    padding: 15px 34px 26px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 669px;
    height: 590px;
    background-color: #fff;
    border: 2px solid #4177da;
    overflow: hidden;
}

.head-top .head-top-right>ul>li:last-child:hover .wangzhandaohang {
    display: block!important;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang h3 {
    font-size: 16px;
    color: #4177da;
    margin-bottom: 5px;
    margin-top: 15px;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 33.3333%;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li a:hover {
    text-decoration: underline;
    color: #4177da;
}

.head-top .head-top-right>ul>li:last-child:hover .wangzhandaohang {
    display: block;
}

.head-top .head-top-right .top-icon {
    margin-top: 5px;
    margin-left: 15px;
}

/* 搜索 */
.search-box{
    width: 370px;
    height: 38px;
    margin-top: 6px;
    margin-left: 20px;
}

.searchBoxOn {
    width: 311px;
    height: 38px;
    box-sizing: border-box;
    float: left;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: 6px;
}


.search-box button {
    cursor: pointer;
    background: #fff;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 30px;
    outline: none;
    width: 100px;
    float: left;
    height: 38px;
    border: none;
    background-image: url(../images/search_img.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.search-box button span {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    
}

.search-box button ul {
    display: none;
    width: 100px;
    margin-left: -30px;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.search-box button ul li {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}

.search-box button ul li:hover {
    height: 32px;
    background: #015293;
    color: #fff;
}

.search-box input {
    float: left;
    height: 38px;
    border: none;
    width: 204px;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #999999;
    text-indent: 20px;
}

.search-box input::placeholder {
    font-size: 16px;
    color: #999999;
    text-indent: 20px;
}

.search-box input[type='submit'] {
    width: 64px;
    height: 38px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    background: url(../images/search-btnbj.png) no-repeat center;
    text-indent: 0;

}
.sousuo-tb{
    float: left;
    margin-top: 50px;
    margin-left: 12px;
}

/* 头部顶部结束 */


/* banner开始 */
.banner {
    height: 215px;
    background: url(../images/banner-tp.png) no-repeat 865px center;
    overflow: hidden;
}

.banner .logo {
    margin-top: 40px;
}

/* banner结束 */


/* 导航栏开始 */
/* 导航栏开始 */
.nav {
    width: 1320px;
    margin: auto;
    height: 65px;
    position: relative;
}

.nav ul {
    width: 100%;
    height: 58px;
    margin-left: 20px;


}

.nav ul li {
    width: 186px;
    height: 55px;
    float: left;
    text-align: center;
    background: #015293;
    position: relative;
    margin-top: 10px;
    border-left: 1px solid #00467f;
    border-bottom: 4px solid #00467f;

}

.nav ul li.on {
    background-color: #00467f;
}




/*.nav ul li:last-of-type {
    border-left: none;
}*/

.nav ul li {
    width: 186.1px;
    height: 55px;
    line-height: 55px;
}

.nav ul li:nth-of-type(1) {
    position: relative;
    width: 157px;
}

.nav ul li a {

    color: #ffffff;
    font-size: 20px;
    font-weight: bold;

}

.nav ul li:nth-of-type(1) a {
    display: block;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-indent: 15px;
    line-height: 50px;

}

.nav ul li:nth-of-type(1) a img {
    float: left;
    margin: 10px 0 0 25px;

}

.nav ul li .nav-sy-bj {
    width: 157px;
    height: 68px;
    position: absolute;
    background: url(../images/nav-sy-bj.png) no-repeat;
    z-index: 0;
    top: -13px;
    background-size: cover;
    left: -1px;
}

/* 导航栏结束 */



/* 友情链接 开始*/
.link {
    width: 100%;
    height: 80px;
    background: #e5f3ff;
}

.links {
    padding-top: 20px;
    height: 40px;
    line-height: 40px;

}


.links ul {
    float: left;

    margin: 0;
}

.links ul li {

    float: left;
    position: relative;
    font-size: 16px;
    color: #333333;
}


.links ul li>a,
.links ul li>span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    width: 224px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    text-indent: 20px;
}

.links ul li>span {
    margin-right: 20px;
}

.links ul li:nth-of-type(1)>span {
    background: #ffffff;

}

.links ul li>span.on {
    background: #0765a8;
    color: #fff;
}

.links ul li>span:hover {
    color: #fff
}

.links ul li>img {

    position: absolute;
    right: 30px;
    top: 45%;
    transform: translateY(-50%);
    transform: rotateZ(0);
    transition: transform .3s;
}

.links ul li .list {
    position: absolute;
    bottom: 40px;
    background: #0765a8;
    width: 1280px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.links ul li .list a {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.links ul li a:hover {
    text-decoration: underline;
}


.links ul .listbox1 .list {
    height: auto;
    left: 0;
    padding-bottom: 30px;
}

.links ul .listbox1 .list .link-more {
    width: 1260px;
    margin: auto;
    height: auto;
    overflow-y: scroll;
    margin-top: 30px;

}

.links ul .listbox2 .list {
    left: -245px;
    padding: 30px 0;
}

.links ul .listbox3 .list {
    left: -490px;
    padding: 30px 0;
}

.links ul .listbox4 .list {
    left: -735px;
    padding: 30px 0;
}

.links ul li:hover>img {
    transform: rotateZ(180deg);
}

.links ul li:hover .list {
    display: block;
}

/*滚动条的宽度*/
.links ul .listbox1 .list ::-webkit-scrollbar {
    width: 7px;
    height: 315px;

}

/*滚动条轨道的颜色*/
.links ul .listbox1 .list ::-webkit-scrollbar-track {

    background: #e0e0e0;
    border-radius: 5px;
}

/*滚动条的颜色*/
.links ul .listbox1 .list ::-webkit-scrollbar-thumb {
    background: #015293;
    border-radius: 5px;
}

/*鼠标经过滚动条时的颜色*/
.links ul .listbox1 .list ::-webkit-scrollbar-thumb:hover {
    background: #015293;
}

.links .gzndbb {
    width: 304px;
    height: 40px;
    float: right;
    line-height: 40px;
    background: #c2e1fd;
    background-image: url(../images/link-bb.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    text-indent: 90px;
}

.links .gzndbb a {
    color: #333333;
    font-size: 16px;
}

.links .gzndbb a:hover {
    color: #015293;
}

/* 友情链接 结束*/


/* footer 开始*/
.c_footer {
    width: 100%;
    height: 90px;
    background: #015293;
    clear: both;
    padding: 35px 0;

}

.c_footer .bz {
    float: left;
    margin-left: 65px;
}

.c_footer .c_bottomleftli {
    float: left;
    line-height: 32px;
    padding: 0 48px 0 0;
    margin-left: 65px;
    height: 90px;
    margin-top: -5px;
}

.c_footer .c_bottomleftli a {
    display: block;
    color: #72aedf;
}

.c_footer a:hover {
    color: #fff;
}

.c_footer hr {
    float: left;
    width: 1px;
    height: 80px;
    border: none;
    background: #076aba;
    margin-top: 5px;
}

.c_footer .c_bottominfo {
    float: left;
    font-size: 16px;
    line-height: 32px;
    color: #72aedf;
    margin-top: -5px;
    margin-left: 48px;
}

.c_footer .c_bottominfo a {
    color: #72aedf;
}

.c_footer.c_bottominfo a:hover {
    color: #fff;
}

.c_footer .c_bottominfo img {
    vertical-align: middle;
}

.c_footer .c_bottomerwei {
    float: right;
    font-size: 14px;
    color: #72aedf;
    text-align: center;
    line-height: 1.6;
    padding-left: 30px;
    margin-top: -8px;
}

.c_footer .sign {
    float: right;
    padding-top: 15px;
    margin-right: 70px;
}

/* footer 结束*/


/* 侧边导航开始 */
.cbdh {
    height: 280px;
    width: 68px;
    z-index: 1000;
    box-sizing: border-box;
    position: fixed;
    right: 4%;
    top: 35%;
}

.cbdh ul {
    height: 100%;
    width: 100%;
}

.cbdh li {
    height: 68px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background: #cacaca;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
}

.cbdh li:nth-last-child(1) {
    border-bottom: none;
}

.cbdh_xs {
    height: 100%;
    width: 100%;
}

.cbdh li .cbdh_xs {
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.cbdh li .cbdh_xs img {
    display: block;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

.cbdh li .cbdh_xs a{
    color: #fff;
}

.cbdh ul li.on{
    color: #fff;
    background: #015293;
    border-radius: 5px;
    background-image: none;
}

.cbdh_yc {
    position: absolute;
    pointer-events: none;
    left: -115px;
    top: 50%;
    width: 90px;
    height: 90px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -50%);
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.cbdh_yc img {
    width: 100%;
}

.cbdh_yc::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #fff;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%) rotate(45deg);
}

.cbdh li:hover .cbdh_yc {
    pointer-events: none;
    opacity: 1;
}

/* .cbdh li:hover */
/* 侧边导航结束 */