@charset "utf-8";

/* CSS Document */

html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0
}

ul,
li {
    list-style: none;
}

img {
    border: None;
}

body {
    min-width: 1200px;
    font-size: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    font-family: "微软雅黑";
    line-height: 32px;
    color: #333;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1A72FC;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#wrap {
    margin: 0 auto;
}

#top {
    width: 100%;
    height: 640px;
    margin: 0px auto;
    text-align: center;
    background: url('2397.jpg') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.logo {
    padding-top: 160px;
}

.logo img {
    /* animation: bigger 2.5s linear infinite alternate; */
    animation: roll 1s forwards;
}

#content {
    margin: 0px auto;
    min-height: 200px;
}

#bottom {
    line-height: 150%;
    padding: 20px;
    background: #333;
    text-align: center;
    color: #fff;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }
    70% {
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(.95);
    }
    to {
        transform: scale(1);
    }
}


/*首页样式*/

.main_box {
    width: 1140px;
    padding: 30px;
    background: #fff;
    margin: 0px auto;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
}

.w530 {
    width: 530px;
}

.mt30 {
    margin-top: 30px;
}

.whitebg {
    background: #fff;
    padding-bottom: 20px;
}

.intit {
    text-align: center;
    background: url("2387.png") bottom no-repeat;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.intit span {
    display: block;
    width: 384px;
    height: 60px;
    background: url("2389.png") bottom no-repeat;
    margin: auto;
}

.list {
    overflow: hidden;
}

.list li {
    text-align: left;
    background: url("2378.png") no-repeat left 1.4rem;
    padding-left: 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.list li a {
    display: block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.list li span {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #666;
}

.morelink {
    clear: both;
    text-align: center;
    margin: 40px auto 0px auto;
    padding: 0;
    overflow: hidden;
}

.morelink a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #1A72FC;
    border: 1px #1A72FC solid;
    border-radius: 20px;
    margin: 0px auto;
}

.morelink a:hover {
    color: #fff;
    background: #1A72FC;
}

.waplink {
    display: none;
}


/*图片报道*/

.bg1 {
    /*height:620px;*/
    padding: 40px 0;
    background: url("2373.jpg") center top no-repeat;
    background-size: 100% 100%;
}

.tpxw {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.tpxw .main_box {
    height: 475px;
    box-shadow: 0px 0px 10px #ddd;
}

.tp_content {
    width: 1120px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.tp_content .swiper-container {
    width: 100%;
    height: auto;
    position: inherit;
}

.tp_content .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.tp_content .swiper-slide a {
    display: inline-block;
    padding: 30px;
    width: 400px;
    height: auto;
    background: #fff;
    border: 1px #b2e7f3 solid;
    box-shadow: 0px 10px 0px #eaeaea;
}

.tp_content .swiper-slide img {
    width: 340px;
    height: 214px;
}

.tp_content .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 9999;
    border-bottom: 8px #eaeaea solid;
}

.tp_content .swiper-slide-active a {
    width: 520px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px #b2e7f3 solid;
}

.tp_content .swiper-slide-active img {
    width: 460px;
    height: 290px;
}

.tp_content .swiper-pagination {
    display: none;
}

.tp_content .swiper-button-prev,
.tp_content .swiper-button-next {
    width: 38px;
    height: 76px;
    margin-top: -38px;
}

.tp_content .swiper-button-prev {
    background: #007ee0 url('2381.png') center 20px no-repeat;
    left: 0;
}

.tp_content .swiper-button-next {
    background: #007ee0 url('2385.png') center 20px no-repeat;
    right: 0;
}


/*综合信息*/

.bg2 {
    /*height:738px;*/
    padding: 40px 0;
    background: url("2374.jpg") center top no-repeat;
    background-size: 100% 100%;
}

.zhxx .main_box {
    box-shadow: -20px 20px 5px #167dfd;
}

.zhxx-img {
    width: 604px;
    height: 356px;
    overflow: hidden;
    position: relative;
}

.zhxx-img .swiper-container {
    width: 100%;
}

.zhxx-img .swiper-wrapper {
    width: 604px;
    height: 356px;
}

.zhxx-img .swiper-slide {
    width: 100%;
    height: 100%;
}

.zhxx-img .banner p {
    display: none;
}

.zhxx-img .banner img {
    width: 100%;
    height: 100%;
}

.zhxx-img .banner .swiper-pagination {
    z-index: 1000;
}

.zhxx-img .banner .swiper-pagination-bullets {
    bottom: 10px;
}

.zhxx-img .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    opacity: 1;
}

.zhxx-img .banner .swiper-pagination-bullet-active {
    background-color: #ffda7c;
}

.zhxx-txt {
    width: 507px;
    height: 356px;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.zhxx-txt a {
    color: #333;
}

.zhxx-txt dl {
    padding: 10px;
    margin-bottom: 10px;
    background: #cbdfff;
}

.zhxx-txt dt {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhxx-txt dt a {
    color: #000;
}

.zhxx-txt dt a:hover {
    color: #1a6efc;
}

.zhxx-txt dd {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: left;
    text-indent: 2em;
}

.zhxx-txt dd a {
    color: #e76473;
}

.zhxx-txt dd a:hover {
    color: #1a6efc;
}

.zhxx_con {
    margin: auto;
}

.zhxx_con .list li {
    line-height: 36px;
    background: url("2377.png") no-repeat left 1.3rem;
}

.zhxx_con .list li a {
    width: 98%;
}

.zhxx_con .list li span {
    display: none;
}

.zhxx_con .list li a:hover {
    color: #1A72FC;
}


/*业务动态、推广应用*/

.bg3 {
    padding: 40px 0;
    background: #a3e9ff url("2375.jpg") center top no-repeat;
    background-size: 100% 100%;
}

.intit2 {
    text-align: center;
    background: url("2388.png") bottom right no-repeat;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
}

.intit2 span {
    display: block;
    height: 60px;
    background: url("2390.png") bottom left no-repeat;
    margin: auto;
}

.intit2 .more {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #666;
    font-size: 16px;
}

.tw_list dl {
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}

.tw_list dt {
    float: left;
    width: 180px;
    height: 120px;
}

.tw_list dt img {
    width: 100%;
    height: 100%;
}

.tw_list dd {
    float: right;
    width: 330px;
}

.tw_list dd h3 {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tw_list dd p {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 24px;
}

.tw_list dd p a {
    display: none;
    color: #666;
}


/*地方经验*/

.dfjy {
    margin: 40px auto;
}

.dfjy .main_box {
    width: 1200px;
    padding: 30px 0;
    box-shadow: 20px -20px 0px #167dfd;
}

.dfjy_con {
    overflow: hidden;
}

.dfjy_con dl {
    float: left;
    margin: 0 25px 30px 25px;
    display: inline;
    width: 500px;
    height: 162px;
    padding: 20px;
    background: #e8f1ff;
    border-left: 5px #128afe solid;
}

.dfjy_con dt {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dfjy_con dt a {
    color: #000;
}

.dfjy_con dt a:hover {
    color: #1a6efc;
}

.dfjy_con dd {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: left;
    text-indent: 2em;
}

.dfjy_con dd a {
    color: #e76473;
}

.dfjy_con dd a:hover {
    color: #1a6efc;
}

.dfjy .list {
    margin: 0 10px;
    overflow: hidden;
}

.dfjy .list li {
    float: left;
    display: inline;
    margin: 0 25px;
    width: 520px;
    /*box-sizing:border-box;*/
}


/*媒体报道*/

.mtbd {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.mtbd_box {
    width: 1200px;
    height: 415px;
    box-sizing: border-box;
    padding: 30px;
    background: url("2376.png") no-repeat;
    position: relative;
}

.mtbd_box .list {
    width: 550px;
}

.mtbd_box .list * {
    color: #fff;
}

.mtbd_con {
    position: absolute;
    top: 38px;
    right: 0;
    background: #FFF;
    width: 510px;
    height: 290px;
    padding: 30px;
    overflow: hidden;
}

.img_mtbd {
    width: 510px;
    height: 290px;
    overflow: hidden;
}

.img_mtbd .swiper-pagination {
    bottom: 10px;
}

.img_mtbd li {
    width: 510px;
    height: 290px;
}

.img_mtbd li img {
    width: 510px;
    height: 230px;
}

.img_mtbd p {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.img_mtbd p a {
    display: block;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #128afe;
    font-weight: bold;
}

.img_mtbd p span {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #4a9bd5;
}


/*二级列表页样式*/

.loc {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 150%;
    text-align: left;
    background: #fff;
    border-bottom: 1px #ddd solid;
    box-sizing: border-box;
}

.loc a {
    font-size: 14px;
    color: #333;
}

.loc a:hover {
    color: #333;
}

#listmain {
    width: 1200px;
    min-height: 300px;
    margin: auto;
    padding-top: 20px;
    background: #fff;
}

.alist {
    padding: 0 10px;
    overflow: hidden;
}

.alist .article {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.alist tr td {
    padding: 0 0 10px 0;
    margin: 0;
    vertical-align: top;
    border-bottom: 1px #eee solid;
}

.alist .arlisttd {
    padding-left: 15px;
    background: url("2378.png") no-repeat left 12px;
}

.alist .artitlelist {
    line-height: 32px;
}

.alist .ardot {
    display: none;
    width: 15px;
    padding-top: 0px;
}

.alist .timedefault {
    color: #666;
    width: 100px;
    text-align: right;
}

.plist {
    margin: 0 auto;
    overflow: hidden
}

.plist li {
    float: left;
    display: inline;
    width: 265px;
    height: 250px;
    margin: 20px 0 0 25px;
    background: #fff;
}

.plist li img {
    width: 265px;
    height: 174px;
}

.plist p {
    line-height: 30px;
    color: #000;
    text-align: center;
}


/*文章页样式*/

#artmain {
    width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}

#artmain .mtitle {
    font-size: 22px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    line-height: 150%;
    padding-top: 25px;
}

#artmain .source {
    font-family: "宋体";
    font-size: 12px;
    padding: 10px 0;
    color: #555;
    border-bottom: 1px #ddd dotted;
}

#zoom {
    line-height: 32px;
    text-align: left;
    padding: 30px 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom a {
    color: #000;
    text-decoration: underline
}

#zoom table {
    margin: auto;
}

#zoom p {
    margin: 0;
    padding: 5px 0;
    border: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom img {
    max-width: 750px;
    /* _width: expression(document.body.clientWidth > 750 ? "750px": "auto"); */
    margin: 5px auto 0px auto;
    text-align: center;
}


/*自适样式*/

@media screen and (max-device-width:1600px) {
    #top {
        height: 540px;
    }
    .logo {
        padding-top: 100px;
    }
    .logo img {
        width: 45%;
        max-width: 690px;
        height: auto;
    }
}

@media screen and (max-device-width:1400px) {
    #top {
        height: 460px;
    }
    .logo {
        padding-top: 80px;
    }
}

@media screen and (max-device-width:1280px) {
    #top {
        height: 420px;
    }
    .logo {
        padding-top: 60px;
    }
}

@media screen and (max-device-width:1024px) {
    body {
        min-width: auto;
    }
    #top {
        height: auto;
    }
    .logo {
        padding: 50px 0 100px 0;
    }
    .fl,
    .fr {
        float: none;
    }
    .w530 {
        width: 100%;
        margin: auto;
    }
    .mt30 {
        margin-top: 10px;
    }
    .w1200,
    .main_box {
        width: 96%;
        max-width: 600px;
    }
    .intit {
        width: 96%;
        max-width: 600px;
        margin: auto;
        background: none;
    }
    .intit2 .more {
        display: none;
    }
    .waplink {
        display: block;
        margin: 20px auto;
    }
    /*图片报道*/
    .tpxw {
        width: 96%;
        max-width: 768px;
        margin: auto;
    }
    .tp_content {
        width: 100%;
    }
    /*综合信息*/
    .zhxx_box {
        width: 96%;
        max-width: 600px;
        height: auto;
        background: #cc1b1a;
    }
    .zhxx-img,
    .zhxx-txt {
        width: 100%;
        height: auto;
    }
    .zhxx-img .swiper-wrapper {
        width: 100%;
        height: 356px;
    }
    .zhxx-txt dt {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    /*媒体报道*/
    .mtbd {
        width: 96%;
        max-width: 660px;
    }
    .mtbd_box {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .mtbd_box .list {
        width: 100%;
    }
    .mtbd_con {
        position: inherit;
        width: auto;
        height: auto;
        margin: -10px auto 0 auto;
    }
    .img_mtbd {
        width: 100%;
    }
    .img_mtbd li {
        width: 100%;
    }
    .img_mtbd li img {
        width: 100%;
    }
    .img_mtbd p a {
        font-size: 1.6rem;
    }
    /*二、三级*/
    .loc {
        width: auto;
        padding: 1rem;
    }
    #listmain,
    #artmain {
        width: auto;
    }
    .alist .arlisttd {
        line-height: normal;
    }
    .plist {
        width: 96%;
        /*max-width:600px;*/
        margin: auto;
    }
    .plist li {
        width: 33%;
        margin: 0 0 20px .3%;
    }
    .plist li img {
        width: 94%;
        text-align: center;
    }
    #zoom {
        padding: 1rem 0;
    }
    #zoom img {
        max-width: 95%;
        margin: 5px auto 0px auto;
        text-align: center;
    }
    #zoom table {
        width: 100%;
    }
    .loc {
        width: auto;
        padding: 1rem;
    }
    .sjsm {
        display: none;
    }
}

@media screen and (max-device-width:768px) {
    .logo {
        padding: 40px 0 90px 0;
    }
    .logo img {
        width: 50%;
    }
}

@media screen and (max-device-width:667px) {
    .tpxw .main_box {
        padding: 10px;
    }
}

@media screen and (max-device-width:568px) {
    #top {
        background-size: 125% 100%;
        background-position: -100px top;
    }
    .logo {
        padding: 30px 0 70px 0;
    }
    .logo img {
        width: 60%;
    }
    .w1200,
    .main_box {
        width: auto;
        max-width: 90%;
    }
    .main_box {
        padding: 10px;
    }
    .intit,
    .intit2 {
        max-width: 100%;
        text-align: center;
        background: none;
    }
    .intit2 {
        margin: 40px 0 20px 0;
    }
    .intit2 span {
        background: url("2389.png") no-repeat;
    }
    .intit span,
    .intit2 span {
        width: 98%;
        max-width: 384px;
        margin: auto;
        background-position: bottom center;
        background-size: 100%;
    }
    .intit img,
    .intit2 img {
        width: 60%;
        max-width: 200px;
    }
    .bg3 {
        padding: 40px 0 20px 0;
    }
    /*图片报道*/
    .tpxw {
        width: auto;
        max-width: 98%;
    }
    .tpxw .main_box {
        height: auto;
        min-height: 200px;
    }
    .tp_content .swiper-pagination {
        display: none;
    }
    .tp_content .swiper-slide a {
        padding: 30px;
        width: 360px;
    }
    .tp_content .swiper-slide img {
        width: 300px;
        height: 189px;
    }
    .tp_content .swiper-slide-active a {
        width: 440px;
        font-size: 1.6rem;
    }
    .tp_content .swiper-slide-active img {
        width: 380px;
        height: 240px;
    }
    /*综合信息*/
    .zhxx {
        width: 96%;
        margin: auto;
    }
    .zhxx .main_box {
        box-shadow: -10px 10px 1px #167dfd;
        margin: auto
    }
    .zhxx_box {
        width: auto;
        max-width: 96%;
    }
    .zhxx-img .swiper-wrapper {
        height: 300px;
    }
    .zhxx-txt dt {
        font-size: 1.8rem;
        line-height: 3.2rem;
        height: auto;
        white-space: normal;
    }
    .zhxx_con .list li a {
        width: 90%;
    }
    /*业务动态、推广应用*/
    .tw_list dl {
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px #eee solid;
    }
    .tw_list dt {
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
    }
    .tw_list dt img {
        max-width: 180px;
    }
    .tw_list dd {
        width: 100%;
        height: auto;
    }
    .tw_list dd h3 {
        white-space: normal;
    }
    /*地方经验*/
    .dfjy .main_box {
        width: 96%;
        padding: 10px 0;
        box-shadow: 10px -10px 0px #167dfd;
    }
    .dfjy_con dl {
        margin: 0 0 10px 8px;
        width: 92%;
        height: auto;
        padding: 20px 2%;
    }
    .dfjy_con dt {
        font-size: 1.8rem;
        line-height: 3.2rem;
        height: auto;
        white-space: normal;
    }
    .dfjy_con dd {
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .dfjy .list li {
        margin: 0 auto;
        width: 94%;
    }
    /*媒体报道*/
    .mtbd_box {
        width: 96%;
        padding: 15px;
        margin: auto;
    }
    .mtbd_box .list {
        width: 100%;
    }
    .plist li {
        float: none !important;
        width: 98%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .plist li img {
        width: 100%;
        max-width: 530px;
        height: auto;
    }
    .plist li p {
        margin-bottom: 10px;
    }
}

@media screen and (max-device-width:414px) {
    #bottom * {
        font-size: 1.4rem;
    }
    #bottom span {
        display: block;
        padding-right: 20px;
    }
    #top {
        background-size: 135% 100%;
    }
    .logo {
        padding: 20px 0 60px 0;
    }
    .logo img {
        width: 80%;
    }
    .bg1 {
        padding: 20px 0;
    }
    .tp_content .swiper-button-prev,
    .tp_content .swiper-button-next {
        display: none;
    }
    .tp_content .swiper-slide a,
    .tp_content .swiper-slide-active a {
        padding: 15px;
        width: 330px;
    }
    .tp_content .swiper-slide img,
    .tp_content .swiper-slide-active img {
        width: 300px;
        height: 189px;
    }
    .zhxx-img .swiper-wrapper {
        height: 200px;
    }
    .mtbd_con {
        padding: 10px;
    }
    .mtbd_con,
    .img_mtbd,
    .img_mtbd li {
        height: 240px;
    }
    .img_mtbd li img {
        height: 180px;
    }
    .img_mtbd .swiper-pagination {
        bottom: 0px !important;
    }
}

@media screen and (max-device-width:375px) {
    #top {
        background-size: 140% 100%;
    }
    .logo {
        padding: 15px 0 50px 0;
    }
    .list li a {
        width: 95%;
    }
    .list li span {
        display: none;
    }
    .tp_content .swiper-slide a,
    .tp_content .swiper-slide-active a {
        width: 280px;
    }
    .tp_content .swiper-slide img,
    .tp_content .swiper-slide-active img {
        width: 250px;
        height: 158px;
    }
    .zhxx-img .swiper-wrapper {
        height: 180px;
    }
    .mtbd_con,
    .img_mtbd,
    .img_mtbd li {
        height: 200px;
    }
    .img_mtbd li img {
        height: 135px;
    }
}

@media screen and (max-device-width:332px) {
    #top {
        background-position: -90px top;
    }
    .logo {
        padding: 15px 0 40px 0;
    }
    .logo img {
        width: 85%;
    }
    .zhxx-img .swiper-wrapper {
        height: 160px;
    }
}