/*整体开始*/
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-color: #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;
}

/* 发展历程 */
.fzlc {
    min-height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fzlc>img {
    width: 100%;
}

.ellipse {
    position: absolute;
    width: 58%;
    height: 22%;
    margin-top: 16%;
}

.ellipse::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: rotate(-11deg);
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    border-color: #4899ce;
}

.list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.list li {
    width: 10px;
    height: 10px;
    background-color: #249ffc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transform: translate(526px, -114px);
    opacity: 0;
}

.list li::after {
    content: '';
    width: 60%;
    height: 60%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.list li:nth-child(1) {
    transform: translate(-500px, 127px);
    opacity: 1;

}

.list li:nth-child(2) {
    transform: translate(-200px, 130px);
    opacity: 1;

}

.list li:nth-child(3) {
    transform: translate(92px, 80px);
    opacity: 1;

}

.list li:nth-child(4) {
    transform: translate(372px, -4px);
    opacity: 1;

}

.list li .nr {
    position: absolute;
    bottom: -120px;
    left: -100px;
    width: 200px;
    height: 100px;
    display: flex;
    text-align: left;
}

.list li .nr .y {
    font-size: 25px;
    color: #1b90e9;
}

.list li .nr p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #595959;
}
.fzlc .right,
.fzlc .left{
    position: absolute;
    z-index: 1;
    margin-top: 20%;
    cursor: pointer;
}
.fzlc .right{
    right: 10%;
}
.fzlc .left{

    left: 10%;
}



/*底部*/
.swgf_bottom {
    width: 100%;
    background: #454646;
}

.swgf_bottom .swgf_bottom1 {
    width: 1200px;
    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;
    }
.fzlc{
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    min-height: 400px;
}
.ellipse::before{
    display: none;
}
.list li{
    left: 0;
}
.fzlc .left {
    left: 0;
}
.fzlc .right {
    right: 0;
}
}