/*整体开始*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

p {
    font-weight: normal;
}

a:hover {
    color: #000;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

video embed,
video object,
video iframe {
    width: 100%;
    height: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

div {
    display: block;
    font-weight: normal;
}

body {
    background: #fff;
}

html {
    color: #666;
}

html,
body {
    width: 100%;
}

/*banner*/
.qltz_banner {
    width: 100%;
    height: 200px;
    background: #fff;
}

/*导航*/
.sp_nav_xjb {
    display: none;
}

.fz_xpdh {
    display: none;
}

.header {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.con {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
    position: relative;
}

.qltz_nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
    position: relative;
}

.logo {
    width: 355px;
    height: 95px;
    float: left;
    padding: 20px 0px 0px 0px;
}

.logo img {
    width: 100%;
}

.nav {
    float: right;
    width: 100%;
    height: 100%;
}

.nav_bot {
    margin-top: -5px;
    display: block;
    width: 0;
    background: #004073;
    border-radius: 10px;
    height: 4px;
}

.nav li {
    float: left;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.navv {
    width: 120px;
}

.nav li:hover a {
    color: #333;
}

.nav li:hover .childs li a {
    color: #333;
}

.nav li a {
    color: #333;
}

.cnav {
    width: 100%;
    height: 80px;
    background: #e4e7ed;
    display: none;
}

.nav li .childs {
    top: 80px;
    position: absolute;
    left: 0px;
    z-index: 1000;
    width: 600px;
    height: 80px;
    overflow: hidden;
    display: none;
}

.nav li .childs li {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0px 20px;
}

.childs li a {
    font-weight: normal;
    color: #004073;
    border-radius: 5px;
    padding: 3px;
}

.nav li .childs li:hover a {
    color: #fff;
    background: #004073;
}

.nav_r {
    width: 435px;
    float: right;
    margin-top: 48px;
}

.nav_wx {
    width: 20px;
    height: 20px;
    background: url(../images/qnjl_wx.png) no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
    cursor: pointer;
}

.nav_yx {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}

.nav_yx a {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/qnjl_yx.png) no-repeat;
}

.nav_r span {
    color: #c9c9c9;
    font-size: 18px;
    margin: 0px 10px;
    float: left;
}

.nav_yw,
.nav_zw {
    text-align: center;
    font-size: 18px;
    float: left;
}

.nav_yw a,
.nav_zw a {
    color: #c9c9c9;
}

.input-search {
    position: relative;
    width: 160px;
    height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.input-search-btn {
    width: 38px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
    background: url(../images/search.png) no-repeat center;
}

.input-search .form-control {
    border-radius: 5px;
    border: 0;
    padding: 3px 10px;
    width: 115px;
    height: 20px;
    background: none;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

.form-control:focus {
    outline: none;
}

.input-search1 {
    position: relative;
    width: 80%;
    height: 28px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0px;
}

.input-search-btn1 {
    width: 20%;
    position: absolute;
    top: 0px;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
    background: url(../images/search.png) no-repeat center;
}

.input-search1 .form-control1 {
    border-radius: 5px;
    border: 0;
    padding: 3px 10px;
    width: 80%;
    height: 20px;
    background: none;
    font-size: 14px;
    text-decoration: none;
    margin-top: -15px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

.form-control1:focus {
    outline: none;
}

.pt {
    position: absolute;
    text-align: left;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
    z-index: 2209;
    width: auto;
    height: auto;
    top: 86px;
    right: 215px;
    display: none;
}

.pt .cont {
    height: auto;
    overflow-y: auto;
    background-color: #fff;
    padding: 10px;
}

.pt-down .out {
    border-color: #cfcfcf transparent transparent;
    border-width: 8px 7px 0;
    transform: rotateZ(180deg);
    top: -8px;
    left: 61px;
}

.pt-down .in {
    border-color: #fff transparent transparent;
    border-width: 7px 6px 0;
    top: -8px;
    transform: rotateZ(180deg);
    left: 61px;
}

.pt-down .out,
.pt-down .in {
    border-style: solid dashed dashed;
    position: absolute;
}

.qnjl_nav {
    display: none;
}

/* 内容 */
.qnjl_img {
    width: 100%;
}

.qnjl_img img {
    width: 100%;
}

.qnjl_contet {
    width: 100%;
    margin-top: 40px;
}

.content_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.tabToggle {
    width: 285px;
    float: left;
}

.tabToggle p {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 22px;
    color: #004073;
    border-right: 5px solid #004073;
}

.tabToggle ul {
    width: 100%;
    border-right: 3px solid #0573d2;
}

.tabToggle ul li {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #dcdcdc;
}

.tabToggle ul li:hover {
    background: #014079;
}

.tabToggle ul li:hover a {
    color: #fff;
}

.active {
    background: #014079;
}

.active a {
    color: #ffffff;
}

.qnjl_con {
    width: 870px;
    float: right;
}

.qnjl_con .content_tittle {
    width: 100%;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
}

.content_tittle a {
    color: #999;
}

.content_content {
    width: 100%;
}

.content_content .yqjb {
    height: 100%;
    background-color: #02226b;
}

.yqjb .yqjb_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.yqjb .yqjb_title p {
    color: #fff;

}

.yqjb .yqjb_title p:nth-child(1) {
    font-size: 36px;
}

.yqjb .yqjb_title p:nth-child(2) {
    margin-top: 5px;
    font-size: 18px;
}

.yqjb_nr {
    width: 100%;
    display: flex;
}

.yqjb_nr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 32px;

}

.yqjb_nr li {
    width: 220px;
    height: 319px;
    position: relative;
    margin: 30px 25px;
    display: flex;
    justify-content: center;

}

.yqjb_nr li .nr_bt {
    position: absolute;
    color: #02226b;
    z-index: 999;
    bottom: 55px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.yqjb_nr li .nr_bt p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 20px;
}

.yqjb_nr li .nr_bt p:nth-child(2),
.yqjb_nr li .nr_bt p:nth-child(3) {
    font-size: 12px;
    text-align: center;
    margin: 0 8px;
    height:32px;
    overflow: hidden;
}

.yqjb_nr li .nr_js {
    width: 60px;
    position: absolute;
    bottom: 15px;
    right: 26px;
}

.yqjb_nr li .nr_js>a {
    cursor: pointer;
}

/*底部*/
.qnjl_bot {
    width: 100%;
    background: #212121;
    margin-top: 40px;
}

.qnjl_bot .qnjl_bot1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.qnjl_bot1 .qnjl_bl {
    width: 70%;
    float: left;
}

.qnjl_bl h1 {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}

.qnjl_bl h1 a {
    color: #fff;
}

.qnjl_bl h1 span {
    margin: 10px;
}

.qnjl_bl p {
    font-size: 16px;
    color: #999;
    margin-top: 80px;
    margin-bottom: 50px;
}

.qnjl_bl p span {
    margin-right: 20px;
}

.qnjl_bot1 .qnjl_br {
    width: 30%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.qnjl_wx {
    width: 90px;
    float: right;
    margin-right: 30px;
}

.qnjl_wx1 {
    width: 90px;
    height: 90px;
    border: 5px solid #aaa9a9;
}

.qnjl_wx1 img{
    width: 100%;
    height: 100%;
}

.qnjl_wx p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

/*列表页*/

.lb_tu {
    width: 210px;
    float: left;
}

.lb_tu img {
    width: 100%;
}

.lb_word {
    width: 600px;
    float: right;
}

.lb_word h1 {
    font-size: 21px;
    color: #333;
    line-height: 40px;
}

.lb_word h1:hover {
    text-decoration: underline;
}

.lb_word p {
    font-size: 16px;
    color: #999;
    text-align: right;
    line-height: 40px;
    margin-top: 60px;
}

.lb_word1 {
    width: 100%;
}

.lb_word1 h1 {
    font-size: 21px;
    color: #333;
    line-height: 40px;
}

.lb_word1 h1:hover {
    text-decoration: underline;
}

.lb_word1 p {
    font-size: 16px;
    color: #999;
    text-align: right;
    line-height: 40px;
    margin-top: 60px;
}

@media (min-width: 640px) and (max-width:1200px) {
    body {
        min-width: 1200px;
    }
}

@media screen and (max-width: 640px) {

    /*导航*/
    .header {
        display: none;
    }

    .qltz_banner {
        height: 50px;
    }

    .fz_xpdh {
        display: block;
        position: absolute;
        top: 0;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        z-index: 10;
        width: 100%;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px;
    }

    .sp_nav span {
        display: block;
        background: #2b479b;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s;
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px;
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px;
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px;
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0;
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg);
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #fff;
        width: 100%;
        height: calc(100% - 104px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        display: block;
    }

    .nav_show {
        top: 50px;
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0;
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px);
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px;
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999;
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg);
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px;
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }

    .sjj_nav ul li ul {
        display: none;
    }

    .sjj_nav ul li a {
        color: #333;
        width: 80%;
    }

    .sjj_nav ul li ul li a {
        color: #666;
        display: block;
        text-align: left;
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #2b479b;
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px;
    }

    .nav_bot {
        display: none;
    }

    .navv {
        width: 94%;
    }

    .sp_nav_xjb {
        display: block;
    }

    .qnjl_nav {
        display: block;
    }

    /*内容*/
    .qnjl_img {
        overflow: hidden;
    }

    .qnjl_img img {
        width: 150%;
        margin-left: -25%;
    }

    .qnjl_contet {
        margin-top: 10px;
    }

    .content_box {
        width: 96%;
    }

    .tabToggle {
        width: 100%;
    }

    .qnjl_con {
        width: 100%;
    }

    .content_content h1 {
        line-height: 30px;
        font-size: 16px;
    }

    .content_content h2 {
        height: 24px;
        line-height: 24px;
    }

    .tabToggle ul li {
        width: 40%;
        float: left;
        margin: 2% 5%;
    }

    /*底部*/
    .qnjl_bot .qnjl_bot1 {
        width: 96%;
    }

    .qnjl_bot1 .qnjl_bl {
        width: 100%;
    }

    .qnjl_bl h1 {
        font-size: 14px;
        margin-top: 30px;
    }

    .qnjl_bl p {
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .qnjl_bl p span {
        display: block;
    }

    .qnjl_bot1 .qnjl_br {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
    }

    .qnjl_wx {
        float: left;
    }

    /*列表*/
    .lb_tu {
        width: 100%;
    }

    .lb_word {
        width: 100%;
        margin-top: 15px;
    }

    .lb_word h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .lb_word p {
        margin-top: 5px;
        font-size: 14px;
    }

    .lb_word1 h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .lb_word1 p {
        margin-top: 0px;
    }

    .yqjb_nr ul {
        display: flex;
        padding: 0;

    }

    .yqjb_nr ul li {
        padding: 3px;
        margin: auto;
    }

    .content_content .yqjb {
       /* height: 1812px; */
        background-color: #02226b;
    }

}