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;
    background: transparent;
    border: none;
}

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;
}

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 {
    min-width: 1300px;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.zbb {
    display: none;
}


/* 头部开始 */

.header {
    height: 240px;
    overflow: hidden;
    background: url(../images/header_bj.png) top center no-repeat;
}

.header .header_top {
    height: 99px;
    margin-top: 30px;
    overflow: hidden;
}

.header .header_top .logo {
    width: 613px;
    float: left;
}

.header .header_top .top_right {
    float: right;
    width: 440px;
    height: 99px;
}

.header .header_top .top_right ul {
    float: right;
}

.header .header_top .top_right ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.header .header_top .top_right ul li a {
    font-size: 16px;
    color: #666666;
}

.header .header_top .top_right ul li:nth-of-type(1) {
    padding-left: 25px;
    box-sizing: border-box;
    margin-right: 41px;
    background: url(../images/wza_ico.png) left center no-repeat;
}

.header .header_top .top_right ul li::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #d1d1d1;
    display: none;
}

.header .header_top .top_right ul li:nth-of-type(1)::after {
    display: block;
}

.header .header_top .top_right ul li:nth-of-type(2) {
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/slb_ico.png) left center no-repeat;
}

.search_box {
    width: 440px;
    height: 52px;
    margin-top: 17px;
    border-radius: 26px;
    overflow: hidden;
    background: #fff url(../images/ss_bj.png) center center no-repeat;
}

.search_box input {
    width: 260px;
    height: 52px;
    line-height: 52px;
    color: #666666;
    font-size: 16px;
    margin-left: 72px;
    float: left;
}

.search_box button {
    width: 80px;
    height: 52px;
    float: right;
    font-size: 18px;
    line-height: 52px;
    border: none;
    color: #fff;
    background-color: #015293;
}

.nav {
    height: 77px;
    margin-top: 34px;
    overflow: hidden;
    border-top: 5px solid #cfaa60;
    box-sizing: border-box;
    background-color: #015293;
}

.nav ul {
    overflow: hidden;
}

.nav ul li {
    float: left;
    margin-right: 96px;
    line-height: 74px;
    position: relative;
}

.nav ul li::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: url(../images/nav_ico.png)center center no-repeat;
    display: block;
}

.nav ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li.on a,
.nav ul li:hover a {
    color: #f7d693;
}


/* 通用tab */

.tab {
    height: 48px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
}

.tab ul li {
    height: 48px;
    float: left;
    margin-right: 45px;
}

.tab ul li a {
    display: inline-block;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.tab ul li a::after {
    content: '';
    width: 100%;
    height: 4px;
    display: none;
    background: #015293;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.tab ul li a::before {
    content: '';
    width: 10px;
    height: 5px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    background: url(../images/tan_on_ico.png) center center no-repeat;
}

.tab ul li.on a {
    color: #015293;
}

.tab ul li.on a::after,
.tab ul li.on a::before {
    display: block;
}

.more {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.more a {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    padding-right: 25px;
    box-sizing: border-box;
    background: url(../images/more_ico.png) right center no-repeat;
}

.tab_list {
    margin-top: 10px;
}

.tab_list li {
    height: 46px;
    line-height: 46px;
    position: relative;
}

.tab_list li a {
    display: inline-block;
    width: 80%;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #333333;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab_list li a::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    background: #cccccc;
}

.tab_list li span {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    font-size: 16px;
    color: #999999;
}

.tab_list li:hover a {
    color: #015293;
}

.tab_list li:hover a::after {
    background: #015293;
}


/* 尾部 */

.footer {
    height: 230px;
    background: url(../images/footer_bj.png) center center no-repeat;
}

.links {
    height: 76px;
}

.links ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 18px;
    margin-right: 79px;
    position: relative;
}

.links ul li:last-child {
    margin-right: 0;
}

.links ul li * {
    font-size: 16px;
    color: #333333;
}

.links ul li span {
    cursor: pointer;
    position: relative;
}

.links ul li img {
    margin-left: 10px;
}

.links ul li::after {
    content: '';
    width: 100%;
    height: 40px;
    display: none;
    background: #e1f2ff;
    position: absolute;
    left: 0;
    top: -57px;
}

.links ul li .links_list {
    width: 1200px;
    max-height: 240px;
    padding: 30px;
    box-sizing: border-box;
    background: #e1f2ff;
    position: absolute;
    right: 0;
    top: -226px;
    z-index: 999;
    display: none;
}

.links ul li .links_list .list_in {
    overflow-y: auto;
    max-height: 180px;
    min-height: 42px;
    overflow-y: auto;
}

.links ul li .links_list .list_in::-webkit-scrollbar {
    width: 8px;
    background-color: #015293;
    border-radius: 10px;
}

.links ul li .links_list .list_in::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a6c3df;
}

.links ul li:nth-child(4) .links_list {
    right: -232px;
}

.links ul li .links_list a:hover {
    color: #015293;
}

.links ul li>a:hover {
    color: #015293;
}

.links ul li .links_list a {
    display: block;
    width: 20%;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    float: left;
}

.links ul li .links_list a:nth-child(5n) {
    margin-right: 0;
}

.links ul li.show::after {
    display: block;
}

.links ul li.show span {
    border-top: 40px solid #e1f2ff;
    z-index: 11;
}

.links ul li.show img {
    transform: rotate(180deg);
    transition: transform .3s;
}

.links ul li.show .links_list {
    display: block;
}

.footer_con {
    height: 154px;
    padding: 32px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.footer_con .footer_l {
    width: 180px;
    height: 80px;
    float: left;
    margin-top: 10px;
    position: relative;
}

.footer_con .footer_l .dzjg {
    float: left;
    width: 48px;
    height: 60px;
    margin-top: 10px;
    margin-right: 20px;
    position: absolute;
    top: -8px;
    left: 3px;
}

.footer_con .footer_l .jiucuo {
    width: 110px;
    height: 55px;
    margin-top: 10px;
    float: right;
}

.footer_con .footer_cont {
    width: 700px;
    height: 80px;
    margin-top: 5px;
    margin-left: 30px;
    float: left;
}

.footer_con .footer_cont p {
    font-size: 16px;
    color: #afd4f1;
    line-height: 28px;
}

.footer_con .footer_cont p a {
    color: #afd4f1;
}

.footer_con .footer_cont p a.beian {
    padding-left: 30px;
    box-sizing: border-box;
    background: url(../images/gaba.png) left center no-repeat;
}

.footer_con .footer_cont p a:hover {
    opacity: 0.8;
}

.footer_con .footer_r {
    width: 270px;
    height: 80px;
    float: right;
    margin-top: 5px;
    overflow: hidden;
}

.footer_con .footer_r ul li {
    width: 70px;
    height: 60px;
    float: left;
    text-align: center;
    margin-right: 30px;
    padding-top: 15px;
    box-sizing: border-box;
}

.footer_con .footer_r ul li:last-child {
    margin-right: 0;
}

.footer_con .footer_r ul li img {
    display: block;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer_con .footer_r ul li a {
    color: #afd4f1;
    font-size: 16px;
}

.footer_con .footer_r ul li a:hover {
    opacity: 0.7;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
}

.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: 10px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 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;
}

input.zt12 {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #005497;
    border: 1px solid #005497;
}

.page_hide span {
    background-color: #005497;
    color: #fff;
    border: 1px solid #005497;
}


/*分页样式结束*/


/*试运行弹窗*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 241px;
    height: 144px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗 end*/
