/*整体开始*/
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;
}

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;
}

html {
    color: #666;
}

html,
body {
    width: 100%;
    background: #eef2f6;
}

/*内容页*/
.lh_nr {
    width: 100%;
}

/*位置*/
.swgf_wz {
    width: 100%;
    height: 116px;
    line-height: 116px;
    background: #fff;
}

.swgf_wz .swgf_wz1 {
    width: 1500px;
    margin: 0 auto;
    display: block;
}

.nr_szwz {
    font-size: 18px;
    float: left;
}

.nr_szwz a {
    padding-right: 20px;
    position: relative;
}

.nr_szwz a::after {
    width: 6px;
    height: 10px;
    background: url(../images/icon.png) no-repeat;
    content: '';
    position: absolute;
    right: 5px;
    top: 30%;
}

/*列表页导航*/
.lb_dh {
    float: right;
    display: block;
    height: 116px;
}

.lb_dh .lb_dh1 {
    height: 116px;
    margin-left: 46px;
    float: left;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.lb_dh .lb_on {
    border-bottom: 15px solid #62ceee;
}

.lh_nr .lh_nr1 {
    width: 1500px;
    margin: 0 auto;
    background: #fff;
    margin-top: 60px;
    padding: 50px 100px;
    box-sizing: border-box;
}

.lh_wz {
    width: 100%;
    font-size: 22px;
    margin: 0 auto 34px;
}

.lh_wz h1 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.news-other {
    color: #999;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 34px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
}

.news-source {
    margin-right: 15px;
}

.lh_wz p {
    line-height: 1.66;
    margin-bottom: 40px;
    color: #333;
    font-size: 14px;
}

.lh_wz img {
    width: 100%;
    height: auto;
}

.lh_wz video {
    width: 600px;
    height: auto;
}

.nr_con {
    width: 100%;
}

.news-editor {
    text-align: right;
    line-height: 45px;
    font-size: 22px;
}

.swgf_next {
    width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.swgf_next ul {
    width: 100%;
    overflow: hidden;
}

.swgf_next ul li {
    width: 48%;
    margin-right: 4%;
    background: #fff;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 16px;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}

.swgf_next ul li:last-child {
    margin-right: 0%;
}

.swgf_next ul li a:hover {
    text-decoration: underline;
}

/*列表页*/
.swgf_lb {
    width: 1500px;
    margin: 0 auto;
    margin-top: 75px;
}

.swgf_lb1 {
    width: 100%;
}

.swgf_lb2,
.swgf_lb3 {
    display: none;
}

.lb_bot {
    width: 100%;
}

.lb_bot ul li {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfe0;
}

.lb_bot ul li:hover .lb_list1 h1,
.lb_bot ul li:hover .lb_list1 p,
.lb_bot ul li:hover .lb_list2 h1 a,
.lb_bot ul li:hover .lb_list4 h1 a {
    color: #a92c2c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lb_bot ul li:hover {
    border-bottom: 1px solid #0073bc;
}

.lb_list1 {
    width: 100px;
    box-sizing: border-box;
    margin-left: 100px;
}

.lb_list1 h1 {
    width: 100%;
    font-size: 58px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.lb_list1 p {
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.lb_list2 {
    width: 1300px;
    margin-left: 30px;
    float: left;
}

.lb_list2 h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.lb_list2 h1 a:hover {
    color: #0073bc;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lb_list2 h2 {
    font-size: 14px;
    margin-top: 30px;
    line-height: 24px;
}

.lb_tu1 {
    width: 305px;
    height: 180px;
    overflow: hidden;
    margin-left: 30px;
    float: left;
}

.lb_tu1 img {
    width: 100%;
}

.lb_list4 {
    width: 935px;
    margin-left: 30px;
    float: left;
}

.lb_list4 h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.lb_list4 h1 a:hover {
    color: #a12323;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lb_list4 h2 {
    font-size: 14px;
    margin-top: 30px;
    line-height: 24px;
}

.lb_top {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #dfdfe0;
}

.lb_top ul {
    width: 100%;
    overflow: hidden;
}

.lb_top ul li {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    float: left;
}

.lb_top ul li:last-child {
    margin-right: 0%;
}

.item_img {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.item_img img:hover {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item_img img {
    width: 100%;
    transition: all 0.4s ease-out;
}

.lb_top ul li h1 {
    font-size: 16px;
    margin-top: 22px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.lb_top ul li h1 a:hover {
    color: #0073bc;
}

.lb_top ul li h2 {
    font-size: 12px;
    color: #333;
    padding-left: 25px;
    background: url(../images/clock.png) no-repeat 0px 2px;
    margin-top: 15px;
    margin-left: 20px;
    height: 20px;
    line-height: 20px;
}

.lb_top ul li p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 20px;
}

.lb_more {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.lb_more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 2px;
    background-color: black;
    transform: translateY(-50%);
    background: #0073bc;
}

.lb_more:hover a {
    color: #0073bc;
}

/*底部*/
.swgf_bottom {
    width: 100%;
    background: #454646;
}

.swgf_bottom .swgf_bottom1 {
    width: 1600px;
    margin: 0 auto;
}

.bot_t {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.bot_tl {
    float: left;
    padding: 65px 0px 85px 0px;
}

.bot_logo {
    width: 160px;
}

.bot_logo img {
    width: 100%;
}

.bot_tl h1 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 35px;
    color: #fff;
}

.bot_tl p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.bot_tr{
    float:right;
    overflow: hidden;
    margin-top:100px;
}
.bot_tr .ewm1{
    float: left;
    width:120px;
    margin-left:40px;
}
.ewm1 img{
    width:100%;
}
.ewm1 p{
    font-size:12px;
    text-align:center;
    color:#fff;
    margin-top:4px;
}

.bot_b {
    padding: 50px 0px;
    overflow: hidden;
}

.bot_b p {
    float: left;
    font-size: 14px;
    color: #fff;
}

.bot_b p span {
    margin-right: 5px;
}

.bot_b p a {
    color: #fff;
    margin-right: 5px;
}

.bot_b h1 {
    float: right;
    font-size: 14px;
    overflow: hidden;
}

.bot_b h1 a {
    color: #fff;
    float: left;
}

.bot_b h1 span {
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0px 20px;
    display: block;
    float: left;
    margin-top: 2px;
}

.turnPage {
    text-align: center;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom:110px;
    font-size: 14px;
    line-height:50px;
}
.turnPage a, .turnPage span {
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    display: inline-block;
    color:#3476ac;
    font-family: 宋体;
    padding: 0px 22px;
    margin: 4px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    overflow: hidden;
}
.turnPage .active a, .turnPage a:hover, .turnPage span {
    background: #3476ac;
    border: 1px solid #3476ac;
    text-decoration: none;
    color: #fff;
}
@media (min-width: 640px) and (max-width:1500px) {
    body {
        min-width: 1500px;
    }
}

@media screen and (max-width: 640px) {
    .cf_xpdh {
        display: block;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -46px;
    }

    .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: #1947ba;
        width: 30px;
        height: 4px;
        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;
        width: 24px;
    }

    .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: 100%;
        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;
        background: #fff;
        width: auto;
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }

    .sjj_nav ul li .cnavli {
        display: none
    }

    .sjj_nav ul li a {
        color: #333;
        width: 80%
    }

    .sjj_nav ul li .cnavli 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: #0066cc;
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .sp_nav_xjb {
        display: block;
    }

    /*底部*/
    .swgf_bottom .swgf_bottom1 {
        width: 96%;
    }

    .bot_tl {
        padding: 20px 0px 20px 13%;
    }

    .bot_tl h1 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
        color: #fff;
    }

    .bot_tl p {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
    .bot_tr{
        margin-top: 0px;
    }
    .bot_tr {
        float: left;
        margin-left:4%;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom:20px;
    }
    .bot_tr .ewm1 {
        width: 30%;
        margin-left: 3%;
    }
    .bot_b h1 {
        float: left;
        margin-top: 10px;
    }

    .bot_b {
        padding: 30px 0px;
    }

    .pic-caption p {
        font-size: 14px;
        margin-top: 10px;
    }

    .pic-caption span {
        margin-top: 10px;
    }

    .pic-caption h1 {
        font-size: 16px;
    }

    /*内容页*/
    .lh_nr .lh_nr1 {
        width: 100%;
        margin-top: 30px;
        padding: 20px;
    }

    .lh_wz h1 {
        font-size: 18px;
    }

    .news-other {
        padding-bottom: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .lh_wz p {
        margin-bottom: 20px;
    }

    .swgf_next {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .swgf_next ul li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }



}