@charset "utf-8";

@media screen and (max-width: 768px) and (min-width: 320px) {

    .oneboximg1 {
        /* width: 312px; */
        /* float: left; */
        position: relative;
    }


    body {
        color: #333;
        font-size: 4vw;
        font-family: "微软雅黑", Arial, Helvetica, sans-serif;
        /* padding: 10px; */
        /* width: 100vw; */
        /* overflow-y: hidden; */
        overflow-x: hidden;
    }

    h1 {
        font-size: 19px;
        position: relative;
        /* padding-left: 5%; */
        margin-top: 10px;
        /* 增加左边距给伪元素留空间 */
    }



    .newslist {
        margin-top: 20px;
        /* width: 570px; */
    }

    .newslist a {
        color: #00a0e9;
        display: inline-block;
        margin-top: 10px;
        margin-right: 2%;
    }

    .newslist ul {
        width: 455px;
        float: right;
    }

    .newslist ul li {
        color: #666666;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-top: 6px;
        transition: all 500ms ease;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .newslist ul li a {
        display: block;
        color: #666666;
        width: 354px;
        overflow: hidden;
        height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }

    .newslist ul li span {
        font-size: 14px;
        float: right;
    }

    .newslist ul .one {
        color: #00a0e9;
    }

    .newslist ul .one a {
        color: #00a0e9;
    }

    .newslist ul li.past {
        -webkit-transform: scale(0.01);
        -ms-transform: scale(0.01);
        transform: scale(0.01);
    }


    .pagination {
        text-align: center;
        font-weight: bold;
        font-family: "微软雅黑";
        margin: 45px 0 0 0;
    }

    .pagination a {
        display: inline-block;
        height: 35px;
        padding: 0 10px;
        border-radius: 5px;
        line-height: 35px;
        margin-right: 15px;
        color: #333333;
        border: 1px solid #c4c4c4;
        text-decoration: none;
    }

    .pagination span {
        padding: 0 10px;
        display: inline-block;
        margin-right: 15px;
        color: #3762c5;
    }
    /* 返回按钮 */
    .back-button {
        display: flex;
        /* padding: 10px 20px; */
        background-color: #007bff;
        color: white !important;
        font-size: 16px;
        /* text-align: center; */
        cursor: pointer;
        /* border-radius: 5px; */
        text-decoration: none;
        margin-bottom: 10px;
        width: 100%;
        align-items: center;
        color: white;
    }

    .back-button:hover {
        background-color: #0056b3;
    }


    img {
        position: relative;
        z-index: 1;
    }

    .newBox {
        display: none;
    }

    .toperTitle {
        display: none;
    }

    .toperSolid {
        display: none;
    }

    .toperWeb {
        display: none;
    }

    .newClass {
        display: flex;
        width: 100%;
    }

    .logo img {
        width: 100%;
    }

    /* .both {
        display: none;
    } */
     .isdisplay{
        display: none;
     }
    .toperBox {
        display: none;
    }

    .yjBarcode {
        display: none;
    }
    .yjBarcodes {
        display: none;
    }

    .newLeft {
        display: none;
    }

    /* 手机端头部 */
    .newawiper li img {
        width: 100%;
    }

    .newawiper img {
        width: 100%;
    }

    .shuangZhi img {
        width: 100%;
    }

    .newPaper {
        display: flex;
        flex-direction: column;
    }

    .newPaper img {
        width: 100%;
    }

    .nav {
        display: none;
    }

    /* 手机端导航栏 */

    .navbar-toggle {
        border: none;
        width: 35%;
        background-color: #e5e5e5;
        display: flex;
        flex-direction: row-reverse;
    }

    .navbar {
        background-color: #e5e5e5;
        border-radius: 0;
        margin-bottom: 10px;
        position: relative;
    }

    .navbar-header {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center ;
    }

    .navbar-header img {
        width: 30%;
        height: 100%;
    }

    .navbar-nav {
        position: absolute;
        top: 0;
        /* right: -250px; */
        right: 0px;
        display: none;
        /* 初始状态导航栏隐藏在屏幕右侧 */
        width: 250px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s ease;
        /* 添加过渡效果 */
        z-index: 3;
    }

    .navbar-nav.open {
        right: 0;
        /* 展开导航栏时右移至屏幕内 */
    }

    .navbar-nav ul {
        list-style: none;
        padding: 30px;
        background-color: white;
        /* height: 100vh; */
    }

    .dropdown-menu {
        padding: 0px !important;
    }

    .dropdown-menu li {
        /* padding: 0px !important; */
        text-align: center;
    }

    .navbar-nav ul li {
        /* padding: 10px; */
        border-bottom: 1px solid #ccc;
        /* padding-left: 30px; */
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc;
    }

    .navbar-nav ul li a {
        text-decoration: none;
        color: #333;
    }

    .dropdown-menu li {
        font-size: 14px;
        background-color: #eeeeee;
    }

    .dropdown-menu.open {
        display: block;
    }

    .dropdown a {
        display: inline-block;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* 半透明黑色 */
        z-index: 2;
        /* 将 z-index 设置为低于导航栏的值 */
    }


    .new_daohang {
        font-size: 15px;
    }

    .twolink {
        width: 96px;
        height: 26px;
        display: inline-block;
        line-height: 26px;
        text-align: center;
        border-radius: 15px;
        background: #e5e5e5;
        color: #3762c5;
        font-size: 14px;
    }

    .middlep {
        color: white;
        width: 95vw;
        text-align: center;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        /* left: 50%; */
        /* top: 85 */
        bottom: 5%;
        z-index: 999;
        /* transform: translate(-50%, -50%); */
    }

    .oneboxnote1 {
        /* font-size: 12px; */
        margin: 10px 0px;
        padding-bottom: 10px;
        border-bottom: 2px #3762c5 solid;
    }

    .text_top {
        font-size: 20px;
        margin: 20px 0px;
        text-align: center;
    }

    .text_box {
        /* font-size: 12px; */
        margin: 10px 0px;
    }

    .xiangqing {
        float: right;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .new_top {
        /* margin-top: 80px; */
        display: flex;
        flex-direction: column-reverse;
        padding-top: 20px;
        border-bottom: 2px solid #3762c5;
    }

    .phone_p {
        display: flex;
        justify-content: center;
    }

    /* 底部 */
    .foot {
        display: none;
        /* padding: 10px; */
    }

    .phone_foot {
        /* padding: 10px; */
        padding-bottom: 0px;
    }

    .phone_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 2px solid gray;
    }

    .phone_logo {
        width: 50%;
        padding-right: 10px;
      
    }

    .phone_logo img {
        width: 100%;
    }

    .phone_text {
        padding: 5px;
        /* border-left: 2px solid gray; */
    }

    .phone_middle {

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .phone_middle p {
        padding: 5px;
    }

    .phone_middle img {
        width: 100%;
        margin-top: 10px;
    }

    .phone_bottom {
        color: white;
        margin-top: 10px;
        background-color: rgba(55, 98, 197);
        padding: 10px;
        text-align: center;
    }

    /* 悬浮导航栏 */
    /* CSS样式 */
    .bottom-navbar {
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 10px 0;
        text-align: center;
        z-index: 1000;
        /* 确保导航栏位于其他内容之上 */
        /* justify-content: space-between; */
        padding-bottom: 0px;
        border-top: 1px solid black;
    }

    .bottom-navbar-content a {
        display: block;
        color: gray;
        text-decoration: none;
        margin: 0 10px;
        font-size: 12px;
        /* width: 20%; */
        padding: 10px;
    

    }

    .bottom-navbar-content {
        display: flex;
        justify-content: space-between;

    }

    .bottom-navbar-content img {
        width: 30%;
    }

    .bottom-navbar-content li {
        list-style-type: none;
    }

    /* 核心团队样式 */
    .tuandui_box {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        margin-top: 20px;

    }

    .tuandui_box h1 {
        margin-top: 10px;
        margin-left: 30px;
        padding-bottom: 5px;
        border-bottom: 1px solid gray
    }

    .tuandui_box p {
        margin: 10px;
        margin-left: 30px;

    }

    .tuandui_text {
        line-height: 25px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #3762c5;
        text-indent: 2em;
    }

    /* E20大事记 样式 */

    .dashiji_box{
        display: flex;
        /* background-color: red; */
    }
    .dashiji_box ul {
        width: 100%;
        /* position: fixed; */
        background-color: #eeeeee;
        text-align: center;
        /* top: 20%;
        bottom: 0; */
        overflow-y: scroll; /* 添加垂直滚动条 */
        /* min-width: ; */
    }
    .dashiji_box ul li{
        margin-top: 10px;
        border-bottom: 1px white solid;
    }

     .bright  {
      /* margin-left: 5%;
      width: calc(100% - 35%); */
    }
    .h_riqi {
        width: 92px;
        height: 96px;
        background: url(../images/about/hdate.png) no-repeat center;
        background-size: 100% 100%;
        text-align: center;
        display: flex;
        /* align-items: center; */
        flex-direction: column;
        margin: auto;
    }
    .h_riqi h2{
        margin-top: 10px;
    }
    .h_riqi h3{
        margin-top: 10%;
    }
    .bleft .active {
        background: url(../images/bleftbg.jpg) no-repeat left #eeeeee;
    }
    .h_date .mt20{
        font-size: 20px !important;
        margin-top: 10px;
        text-align: center;
        border-top:2px solid #3762c5  ;
    }
    .history .h_box {
        display: flex;
        flex-direction: column-reverse;
    }

}



/* 大屏幕 */
@media (min-width: 769px) {

    /* 手机端导航 */
    .navbar {
        display: none;
    }
    .back-button{
        display: none;
    }


    /* 手机端悬浮导航栏 */
    .bottom-navbar {
        display: none;
    }

    /* 样式适配大屏幕 */
    .both {
        width: 100%;
    }

    .wrap {
        width: 1200px;
    }


    /*左浮动*/

    .l {
        float: left;
    }

    .r {
        float: right;
    }

    .add-rss-to,
    .add-collect-to {
        overflow: hidden;
        z-index: 1000;
    }

    .minWidth {
        min-width: 1200px;
    }

    .add-rss-to .title-l,
    .add-collect-to .title-r {
        width: 20px;
        height: 260px;
        color: #FFF;
        text-align: center;
        padding-top: 0px;
        cursor: pointer;
    }

    .add-collect-to .title-r {
        float: right;
    }

    .add-rss-to .title-l {
        float: left;
    }

    .float-box-content {
        height: 260px;
        width: 150px;
    }

    .add-collect-to {
        width: 170px;
    }


    /*页面*/

    .top {
        line-height: 57px;
        width: 500px;
    }

    .top a {
        margin-right: 27px;
        float: left;
        font-size: 15px;
        color: #333333;
    }

    .top a:hover {
        text-decoration: underline;
    }

    .logo {
        width: 510px;
        height: 57px;
        /* background: url(../images/logo.png) no-repeat center; */
    }

    .code {
        width: 131px;
        height: 28px;
        display: block;
        float: right;
        margin-top: 16px;
        background: url(../images/code.png) no-repeat center;
    }

    .top1 {
        width: 419px;
        height: 20px;
        background: url(../images/zhiKu.png) no-repeat center;
    }

    .logo {
        width: 272px;
        height: 69px;
        /* background: url(../images/logo.png) no-repeat center; */
    }


    /*顶部*/

    .nav {
        border-top: 1px solid #c0c0c0;
    }

    .navtab {
        margin: 0 13px;
        position: relative;
        float: left;
        cursor: pointer;
    }

    .navtab:first-child {
        margin-left: 11px;
    }

    .navtab:nth-child(8) {
        margin-right: 0;
    }

    .navtab p {
        position: relative;
        z-index: 2;
    }

    .navtab p a:before {
        border: 2px solid #0069b9;
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 280ms ease-in-out;
        transition: all 280ms ease-in-out;
        width: 0;
        opacity: 0;
    }

    .navtab p a {
        display: block;
        text-align: center;
        height: 60px;
        padding: 0 20px;
        line-height: 60px;
        font-size: 16px;
    }

    .navtab p a:after {
        content: url(../images/navout.png);
        margin-left: 5px;
        position: relative;
        top: -2px;
    }

    .navtab .one:after {
        content: "";
        margin-left: 0;
        position: static;
        top: 0;
    }

    .navtab:hover .one:after {
        content: "";
    }

    .navtab p a img {
        margin-left: 5px;
    }


    /* .navtab .active{background: #0069b9;transition: all 200ms;-webkit-transition: all 200ms;z-index: 1;position: absolute;width: 100%;height: 100%;top: 100%;}*/


    /* .navtab:hover .active{top: 0;}*/


    /* .on .active{top: 0;}*/

    .navtab .active a {
        color: #0069b9;
    }

    .navtab:hover a {
        color: #ffffff;
    }

    .navtab:hover p a:before {
        width: 100%;
        opacity: 1;
    }

    .navtab:hover p a:after {
        content: url(../images/navon.png);
    }

    .navtab:hover p a {
        color: #0069b9;
    }

    .on a {
        color: #0069b9;
    }

    .navtab ul {
        position: absolute;
        width: 215px;
        z-index: 299;
        display: none;
        background: rgba(0, 104, 183, 0.6);
    }

    .navtab ul li {
        float: left;
        width: 175px;
    }

    .navtab ul li a {
        color: #ffffff;
        float: left;
        margin: 0 0 0 20px;
        line-height: 34px;
        padding: 5px 0;
    }

    .navtab ul li a:after {
        border: 1px solid #ffffff;
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 280ms ease-in-out;
        transition: all 280ms ease-in-out;
        width: 0;
        opacity: 0;
    }

    .navtab ul li:hover a:after {
        width: 100%;
        opacity: 1;
    }

    #nav {
        height: 60px;
        /* background: red; */
    }


    /*导航*/

    .slideBox {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 100;
        background: #dcdcdc;
    }

    .slideBox .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 10px;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .slideBox .hd ul li {
        display: inline-block;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        overflow: hidden;
        margin-left: 4px;
        width: 8px;
        height: 8px;
        background: #FFF;
        opacity: .35;
        border-radius: 20px;
        -webkit-transition: width .4s ease-in;
        transition: width .4s ease-in;
    }

    .slideBox .hd .on {
        width: 45px;
        background: #FFF;
        opacity: 1;
    }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }

    .slideBox .bd a img {
        width: 100%;
    }

    .slideBox .bd p {
        position: absolute;
    }

    .slideBox .bd .b1-1 {
        width: 778px;
        height: 93px;
        text-align: center;
        overflow: hidden;
        left: 50%;
        top: 50%;
        margin: -46.5px 0 0 -389px;
    }

    .slideBox .bd .b1-1 img {
        position: relative;
        bottom: 93px;
    }

    .slideBox .bd .b1-2 {
        right: 15%;
        bottom: 15%;
    }

    .slideBox .bd .b2-1 {
        width: 50%;
        text-align: center;
        left: 25%;
        top: 30%;
    }

    .slideBox .bd .b2-2 {
        right: 15%;
        bottom: 15%;
    }

    .slideBox .bd .b3-1 {
        width: 50%;
        text-align: center;
        left: 25%;
        top: 40%;
    }

    .slideBox .bd .b3-2 {
        right: 15%;
        bottom: 15%;
    }

    .slideBox .bd .b4-1 {
        width: 50%;
        text-align: center;
        left: 25%;
        top: 25%;
    }

    .slideBox .bd .b4-2 {
        right: 15%;
        bottom: 15%;
    }

    .slideBox .bd .b5-1 {
        width: 50%;
        text-align: center;
        left: 25%;
        top: 25%;
    }

    .slideBox .bd .b5-2 {
        right: 15%;
        bottom: 15%;
    }

    .sone {
        -webkit-transition: all 1000ms ease-in-out;
        transition: all 1000ms ease-in-out;
    }

    .slideBoxer {
        width: 100%;
    }

    .slideBoxer ul li {
        width: 100%;
        float: left;
    }

    .slideBoxer ul li img {
        width: 100%;
    }

    .swiper-pagination-bullet {
        display: inline-block;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        overflow: hidden;
        margin-left: 4px;
        width: 8px;
        height: 8px;
        background: #FFF;
        opacity: .35;
        border-radius: 20px;
        -webkit-transition: width .4s ease-in;
        transition: width .4s ease-in;
    }

    .swiper-pagination-bullet-active {
        width: 45px;
        background: #FFF;
        opacity: 1;
    }


    /*轮播*/

    .part1 {
        position: relative;
        height: 270px;
        background: url(../images/title2.jpg) no-repeat center;
    }

    .more {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .line {
        border-top: 1px solid #dcdcdc;
    }

    .linebottom {
        border-bottom: 1px solid #dcdcdc;
    }

    .part2 li {
        position: relative;
        width: 570px;
    }

    .part2 li p {
        position: absolute;
        width: 530px;
        color: #ffffff;
        font-size: 20px;
        line-height: 53px;
        bottom: 0;
        padding: 10px 20px;
        height: 53px;
        background: url(../images/newsbg.png) no-repeat top;
    }

    .part2 li a:hover {
        text-decoration: underline;
    }

    .newslist {
        margin-top: 20px;
        width: 570px;
    }

    .newslist a {
        color: #00a0e9;
    }

    .newslist ul {
        width: 455px;
        float: right;
    }

    .newslist ul li {
        color: #666666;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-top: 6px;
        transition: all 500ms ease;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .newslist ul li a {
        display: block;
        color: #666666;
        width: 354px;
        overflow: hidden;
        height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }

    .newslist ul li span {
        font-size: 14px;
        float: right;
    }

    .newslist ul .one {
        color: #00a0e9;
    }

    .newslist ul .one a {
        color: #00a0e9;
    }

    .newslist ul li.past {
        -webkit-transform: scale(0.01);
        -ms-transform: scale(0.01);
        transform: scale(0.01);
    }

    .part3 {
        height: 657px;
        z-index: 1;
        position: relative;
    }

    .part3 li {
        width: 400px;
        position: absolute;
        float: left;
    }

    .part3 li a {
        display: block;
    }

    .part3 li div a {
        display: inline-block;
    }

    .part3 .tbg1 {
        height: 330px;
        background: url(../images/tbg1.jpg) no-repeat center;
        z-index: 9;
        left: 0;
        top: 0;
    }

    .part3 .tbg2 {
        height: 343px;
        background: url(../images/tbg2.png) no-repeat center;
        z-index: 99;
        left: 400px;
        top: 0;
    }

    .part3 .tbg3 {
        height: 330px;
        background: url(../images/tbg3.jpg) no-repeat center;
        z-index: 9;
        left: 800px;
        top: 0;
    }

    .part3 .tbg4 {
        height: 343px;
        background: url(../images/tbg4.png) no-repeat center;
        z-index: 99;
        left: 0;
        top: 318px;
    }

    .part3 .tbg5 {
        height: 330px;
        background: url(../images/tbg5.jpg) no-repeat center;
        z-index: 9;
        left: 400px;
        top: 330px;
    }

    .part3 .tbg6 {
        height: 343px;
        background: url(../images/tbg6.png) no-repeat center;
        z-index: 99;
        left: 800px;
        top: 318px;
    }

    .logowid {
        margin-left: 37px;
        width: 329px;
        border: 1px dashed #ffffff;
        border-radius: 10px;
        margin-top: 10px;
        background: url(../images/z10.png) no-repeat center center;
        padding: 10px 0;
    }

    .logowid ul {
        width: 135px;
    }

    .logowid ul li {
        height: 24px;
        padding: 5px 0;
        position: relative;
        line-height: 24px;
        width: 100%;
    }

    .logowid ul li a {
        color: #ffffff;
        font-size: 16px;
    }

    .place {
        margin-left: 15px;
    }

    .place a {
        float: left;
        margin: 20px 0 0 20px;
    }

    .btit {
        width: 353px;
        height: 72px;
    }

    .btit em {
        float: left;
        width: 34px;
        height: 46px;
        padding: 13px 19px;
        font-style: normal;
        font-size: 16px;
        font-weight: bold;
        background: #00a0e9;
        color: #ffffff;
    }

    .btit a {
        float: left;
        width: 0;
        opacity: 0;
        height: 52px;
        -webkit-transition: all 330ms ease-in-out;
        transition: all 330ms ease-in-out;
        font-size: 15px;
        padding: 10px;
        background: #e5e5e5;
    }

    .btit a p {
        opacity: 0;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

    .w363 {
        width: 363px;
    }

    .new_top {
        margin-top: 80px;
        /* display: flex; */
    }


    /*区域*/

    .foot_note {
        width: 440px;
    }

    .foot_note p {
        line-height: 26px;
    }

    .foot_nav {
        width: 593px;
    }

    .foot_nav ul {
        width: 122px;
        margin-left: 10px;
        float: left;
    }

    .foot_nav ul h1 {
        font-size: 19px;
        background: url(../images/footnav.png) no-repeat bottom;
        height: 35px;
        margin-bottom: 10px;
    }

    .foot_nav ul li {
        line-height: 30px;
    }

    .foot_nav ul li a {
        color: #ffffff;
    }

    .foot_nav ul li a:hover {
        text-decoration: underline;
    }

    .foot_f {
        width: 1000px;
        height: 170px;
        margin: 0 auto;
        position: relative;
    }

    .foot_l {
        height: 103px;
        padding-top: 28px;
        float: left;
    }

    .foot_l ul {
        margin-bottom: 27px;
    }

    .foot_l ul li {
        float: left;
        padding-right: 16px;
        margin-right: 16px;
        font-size: 12px;
        border-right: 1px solid #fefefe;
        color: #fefefe;
    }

    .foot_l li.r1 {
        text-align: left;
    }

    .foot_l li.r2 {
        border: none;
    }

    .foot_l li a {
        color: #fefefe;
        font-size: 13px;
    }

    .foot_l li a:hover {
        text-decoration: underline;
    }

    .foot_l p {
        font-size: 13px;
        color: #fefefe;
        margin-bottom: 15px;
    }

    .foot_l p a {
        color: #fefefe;
    }

    .foot_l p a:hover {
        text-decoration: underline;
    }

    .wx {
        width: 326px;
        height: 101px;
        position: absolute;
        right: 0;
        margin-top: 50px;
    }

    .text_img {
        float: right;
        width: 414px;
    }


    /*底部*/

    .banner {
        border-top: 4px solid #0069b9;
        position: relative;
        z-index: 9;
    }

    .bannerin {
        /*width: 1529px;*/
    }

    .bottomline {
        padding-bottom: 2px;
        position: relative;
        top: 64px;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu {
        position: relative;
        z-index: 9;
    }

    .menu a {
        font-size: 12px;
        padding: 23px 0;
        float: left;
    }

    .menu .active {
        color: #0069b9;
    }

    .menu .mid {
        margin: 0 10px;
    }

    .menu .home {
        padding-left: 20px;
        background: url(../images/home.png) no-repeat left center;
        border-bottom: 2px solid #0069b9;
    }


    /*面包屑*/

    .w503 {
        width: 503px;
    }

    .lctop {
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: 9;
    }

    .w590 {
        width: 560px;
        position: relative;
    }

    .w584 {
        width: 584px;
        position: relative;
    }

    .w584 .lcbox {
        width: 554px;
    }

    .lc {
        position: relative;
    }

    .lcl {
        background: url(../images/about/line.png) repeat-y 12px top;
        position: relative;
    }

    .lcbox {
        width: 420px;
        padding-left: 30px;
        background: url(../images/about/icon.png) no-repeat 9px 9px;
    }

    .lcbig {
        background: url(../images/about/big.png) no-repeat 0px 0px;
    }

    .lcbox:nth-of-type(1) {
        background: none;
    }

    .lcbox a {
        color: #0069b9;
    }

    .lcbox p {
        line-height: 26px;
    }

    .lcbox h1 {
        color: #0069b9;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .lcleft {
        width: 394px;
        height: 196px;
        position: absolute;
        left: 0;
        top: 787px;
        background: url(../images/about/left.jpg) no-repeat left;
    }

    .lcright {
        width: 408px;
        height: 296px;
        position: absolute;
        right: 0;
        top: 461px;
        background: url(../images/about/right.jpg) no-repeat left;
    }


    /*关于我们--历程*/

    .team {
        padding: 30px 20px;
    }

    .timg em {
        float: left;
        width: 158px;
        height: 221px;
    }

    .timg div {
        float: left;
        margin-left: 56px;
        /* width: 270px; */
    }

    .timg div h1 {
        width: 128px;
        font-size: 24px;
        color: #88848b;
        padding-bottom: 10px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .timg div p {
        line-height: 26px;
        color: #88848b;
        font-size: 12px;
    }

    .tbox p {
        /* width: 1041px; */
        line-height: 26px;
        color: #88848b;
        font-size: 12px;
    }

    .teo p {
        width: 446px;
        line-height: 26px;
        color: #88848b;
        font-size: 12px;
    }


    /*关于我们--团队*/

    .newslist {
        margin-top: 10px;
        width: 1000px;
    }

    .newslist div {
        width: 1000px;
        float: left;
        margin: 10px 0;
        font-size: 14px;
        color: #666666;
    }

    .newslist div a {
        float: left;
        color: #666666;
    }

    .newslist div a:hover {
        text-decoration: underline;
        color: #0069b9;
    }

    .newslist div span {
        float: right;
    }

    .newslist .hot,
    .newslist .hot a {
        color: #d60000
    }

    .openbtn {
        float: left;
        padding-left: 42px;
        margin-top: 10px;
        width: 922px;
    }

    .openbtn a {
        color: #1470b4;
        cursor: pointer;
    }

    .pagination {
        text-align: center;
        font-weight: bold;
        font-family: "微软雅黑";
        margin: 45px 0 0 0;
    }

    .pagination a {
        display: inline-block;
        height: 35px;
        padding: 0 10px;
        border-radius: 5px;
        line-height: 35px;
        margin-right: 15px;
        color: #333333;
        border: 1px solid #c4c4c4;
        text-decoration: none;
    }

    .pagination span {
        padding: 0 10px;
        display: inline-block;
        margin-right: 15px;
        color: #3762c5;
    }


    /*首页-新闻*/

    .cont {
        padding-left: 42px;
    }

    .gywm_p1 {
        background: url(../images/gywm_p1.jpg) no-repeat left center;
        padding-left: 35px;
        color: #3289d7;
        font-size: 18px;
    }

    .gywm_p2 {
        background: url(../images/gywm_p2.jpg) no-repeat left center;
        padding-left: 42px;
        color: #3289d7;
    }

    .gywm_p6 {
        background: url(../images/gywm_p6.png) no-repeat left center;
        padding-left: 42px;
        color: #3289d7;
    }

    .gywm_p3 {
        background: url(../images/gywm_p3.jpg) no-repeat left center;
        padding-left: 42px;
        color: #3289d7;
    }

    .gywm_p4 {
        background: url(../images/gywm_p4.jpg) no-repeat left center;
        padding-left: 42px;
        color: #3289d7;
    }

    .gywm_pl {
        background: url(../images/lbg.jpg) no-repeat left 5px;
        padding-left: 42px;
        color: #3289d7;
        margin-top: 54px;
    }

    .gywm_pl h1 {
        color: #3289de;
        font-size: 18px;
    }

    .gywm_pl p {
        margin-top: 10px;
        color: #666666;
    }

    .address h5 {
        color: #3289de;
        font-size: 16px;
    }

    .address {
        color: #666666;
        line-height: 28px;
    }

    .zhaopin h1 {
        text-align: center;
        color: #b99730;
        font-size: 18px;
        padding-bottom: 30px;
        font-weight: bold;
    }

    .zhaopinbox {
        margin-top: 52px;
        font-size: 16px;
        line-height: 26px;
    }

    .zhaopinbox h2 {
        color: #b99730;
        font-size: 16px;
        font-weight: bold;
    }

    .newtitle {
        width: 96px;
        float: left;
        margin: 10px 0;
        height: 32px;
        background: #00a0e9;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        line-height: 32px;
    }


    /* 动画*/

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, -100%, 0);
            transform: translate3d(-100%, -100%, 0)
        }

        50% {
            opacity: 0.5;
            -webkit-transform: translate3d(1%, -30%, 0);
            transform: translate3d(1%, -30%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeft-1 {
        -webkit-animation: fadeInLeft 2s ease 0s both;
        animation: fadeInLeft 2s ease 0s both;
    }

    @keyframes fadeInLeftUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 100%, 0);
            transform: translate3d(-100%, 100%, 0)
        }

        50% {
            opacity: 0.5;
            -webkit-transform: translate3d(1%, 30%, 0);
            transform: translate3d(1%, 30%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeftUp-1 {
        -webkit-animation: fadeInLeftUp 2s ease 0s both;
        animation: fadeInLeftUp 2s ease 0s both;
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0%, -100%, 0);
            transform: translate3d(0%, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInDown-1 {
        -webkit-animation: fadeInDown 2s ease 0s both;
        animation: fadeInDown 2s ease 0s both;
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0%, 100%, 0);
            transform: translate3d(0%, 100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInUp-1 {
        -webkit-animation: fadeInUp 2s ease 0s both;
        animation: fadeInUp 2s ease 0s both;
    }

    @keyframes fadeInRightUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 100%, 0);
            transform: translate3d(100%, 100%, 0)
        }

        50% {
            opacity: 0.5;
            -webkit-transform: translate3d(-1%, 30%, 0);
            transform: translate3d(-1%, 30%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRightUp-1 {
        -webkit-animation: fadeInRightUp 2s ease 0s both;
        animation: fadeInLeftUp 2s ease 0s both;
    }

    @keyframes fadeInRightDwon {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, -100%, 0);
            transform: translate3d(100%, -100%, 0)
        }

        50% {
            opacity: 0.5;
            -webkit-transform: translate3d(-1%, -30%, 0);
            transform: translate3d(-1%, -30%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRightDwon-1 {
        -webkit-animation: fadeInRightDwon 2s ease 0s both;
        animation: fadeInRightDwon 2s ease 0s both;
    }

    .fadeInLefts-1 {
        -webkit-animation: fadeInLefts 2s ease 0s both;
        animation: fadeInLefts 2s ease 0s both;
    }

    @keyframes fadeInLefts {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0%, 0);
            transform: translate3d(-100%, 0%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }


    /*2018.1.18 首页*/

    .toper {
        background: #3762c5;
    }

    .toper_top {
        line-height: 40px;
    }

    .toper_top a {
        color: #ffffff;
        font-size: 16px;
        margin: 0 0 0 5px
    }

    .border_bottom {
        border-bottom: 1px solid #c0c0c0;
    }

    .onebg {
        background: url(../images/onebg.png) no-repeat center 270px;
    }

    .wrap-1000 {
        width: 1000px;
    }

    .mt158 {
        margin-top: 158px;
    }

    .mt78 {
        margin-top: 78px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .ml33 {
        margin-left: 32px;
    }

    .onebox {
        width: 312px;
        float: left;
        padding-bottom: 20px;
        position: relative;
    }

    .oneboximg {
        width: 312px;
        float: left;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .oneboximg p {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 56px;
        color: #ffffff;
        line-height: 56px;
        background: #626262;
        text-align: center;
    }

    .oneboximg img {
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
    }

    .oneboximg img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .oneboxnote {
        width: 269px;
        float: left;
        height: 173px;
        margin-top: 20px;
        overflow: hidden;
        font-size: 16px;
        padding-left: 43px;
        background: url(../images/asbg.png) no-repeat left;
    }

    .oneboxnote h1 {
        font-size: 20px;
        font-weight: bolder;
        width: 100%;
    }

    .oneboxnote p {
        color: #666666;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .onebox1 {
        width: 312px;
        float: left;
        cursor: pointer;
        padding-bottom: 20px;
        position: relative;
        border-bottom: 2px solid #3762c5;
    }

    .oneboximg1 {
        width: 312px;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .oneboximg1 .smallp {
        font-size: 12px;
        padding: 15px 0;
        height: 26px;
        line-height: unset;
    }

    .oneboximg1 .middlep {
        font-size: 14px;
        padding: 10px 0;
        height: 36px;
        line-height: unset;
        color: #d9dff1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .oneboximg1 p {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 56px;
        color: #ffffff;
        line-height: 56px;
        text-align: center;
        background: #3762c5;
    }

    .oneboximg1 img {
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
    }

    .oneboximg1 img:hover {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    .oneboxnote1 {
        width: 312px;
        float: left;
        height: 94px;
        margin-top: 10px;
        overflow: hidden;
        font-size: 16px;
        line-height: 30px;
        /* 超出三行显示省略号 */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .oneboxnote1 p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .str_wrap.str_active {
        background: none
    }

    .str_wrap {
        background: none
    }

    .onetab {
        position: relative;
    }

    .pics .tempWrap {
        margin-left: 75px;
    }

    .onetab ul {
        width: 1000px;
        height: 180px;
        margin-left: 75px;
    }

    .pics {
        margin-top: 6px;
        height: 180px;
        background: url(../images/asbc.jpg) no-repeat center;
    }

    .onetab ul li {
        width: 138px;
        float: left;
        height: 180px;
        position: relative;
        text-align: center;
        margin: 0 1.833px;
        cursor: pointer;
    }

    .onetab ul li:hover {
        background: url(../images/ason.png);
    }

    .onetab ul li em {
        float: left;
        width: 138px;
        margin-top: 45px;
    }

    .onetab ul li span {
        float: left;
        width: 138px;
        margin-top: 18px;
        font-size: 16px;
    }

    .onenav {
        position: absolute;
        text-align: center;
        line-height: 168px;
        top: 0;
        width: 75px;
        height: 168px;
        margin-top: 6px;
        cursor: pointer;
    }

    .left {
        left: 0px;
    }

    .right {
        right: 0px;
    }

    .twobg {
        background: #eeeeee;
        padding: 40px 0 50px 0;
    }

    .w434 {
        width: 434px;
        margin-left: 20px;
    }

    .w434 h1 {
        font-size: 20px;
        color: #3762c5;
    }

    .w434 p {
        font-size: 16px;
        color: #676767;
        line-height: 32px;
    }

    .twolink {
        width: 96px;
        height: 26px;
        display: inline-block;
        line-height: 26px;
        text-align: center;
        border-radius: 15px;
        background: #e5e5e5;
        color: #3762c5;
        font-size: 14px;
    }

    .twobg .onebox .oneboximg p {
        background: #3762c5;
    }

    .twobg .onebox {
        border-bottom: 2px solid #3762c5;
    }


    /*#onebox1 {
        border-bottom: 2px solid #dcdcdc;
    }
    
    .oneactive1 {
        border-bottom: 2px solid #3762c5!important;
    }
    
    #onebox1 .oneboximg p {
        background: #3762c5;
    }
    
    #onebox1:hover {
        border-bottom: 2px solid #3762c5;
    }
    
    #onebox2 {
        border-bottom: 2px solid #dcdcdc;
    }
    
    .oneactive2 {
        border-bottom: 2px solid #14a73c!important;
    }
    
    #onebox2 .oneboximg p {
        background: #14a73c;
    }
    
    #onebox2:hover {
        border-bottom: 2px solid #14a73c;
    }
    
    #onebox3 {
        border-bottom: 2px solid #dcdcdc;
    }
    
    .oneactive3 {
        border-bottom: 2px solid #ffb947!important;
    }
    
    #onebox3 .oneboximg p {
        background: #ffb947;
    }
    
    #onebox3:hover {
        border-bottom: 2px solid #ffb947;
    }*/

    .oneboximg img {
        width: 312px;
    }

    .oneboximg1 .morefont {
        line-height: 20px;
        height: 36px;
        padding: 10px 1%;
        width: 98%;
    }

    .layer {
        width: 90%;
        height: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        line-height: 26px;
        padding: 5%;
        -webkit-transition: all 1000ms ease-out;
        transition: all 1000ms ease-out;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.6);
    }

    #onebox1:hover .layer {
        top: 0;
    }

    #onebox2:hover .layer {
        top: 0;
    }

    #onebox3:hover .layer {
        top: 0;
    }

    .book {
        height: 577px;
        background: url(../images/19th/book.jpg) no-repeat center;
    }

    .bookeleft {
        width: 354px;
        margin: 75px 0 0 93px;
    }

    .bookeleft li,
    .bookeright li {
        float: left;
    }

    .bookeleft li em,
    .bookeright li em {
        float: left;
        width: 10px;
        margin-right: 2px;
    }

    .bookeleft li div,
    .bookeright li div {
        float: left;
        width: 337px;
        line-height: 26px;
    }

    .bookeright {
        width: 354px;
        margin: 166px 0 0 99px;
    }

    .bookeright li div a {
        color: #3762c5;
        text-decoration: underline;
    }

    .ztright {
        width: 577px;
        margin-top: 33px;
    }

    .ztright em {
        float: left;
    }

    .ztright div {
        width: 403px;
        float: right;
    }

    .ztright div h2 {
        font-size: 15px;
        line-height: 30px;
    }

    .ztright div h2 span {
        font-size: 12px;
        float: right;
    }

    .ztright div p {
        font-size: 12px;
        line-height: 20px;
    }

    .ztrightlink {
        width: 96px;
        height: 26px;
        display: inline-block;
        line-height: 26px;
        text-align: center;
        border-radius: 15px;
        background: #e5e5e5;
        color: #9d1a22;
        font-size: 14px;
    }

    .listid {
        float: left;
        margin-top: 30px;
    }

    .listid ul {
        float: left;
        width: 100%;
        padding-right: 10px;
        margin-right: 10px;
        overflow: hidden;
        border-right: 1px dashed #bebebe
    }

    .listid ul:last-of-type {
        border: none;
        /*margin-right: none;*/
    }

    .listid ul li {
        width: 330px;
        float: left;
        margin-bottom: 40px;
        font-size: 13px;
    }

    .listid ul li:last-of-type {
        margin-bottom: 0;
    }

    .listid ul li img {
        margin-right: 5px;
    }

    .listid ul li a {
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .listid ul li a:hover {
        text-decoration: underline;
        color: #a64733;
    }

    .phone_foot {
        display: none;
    }

    .foot {
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #d0d0d0;
        margin-top: 50px;
    }

    .footbox {
        padding: 66px 0;
        background-color: #ffffff;
        color: #333333;
    }

    .mt24 {
        margin-top: 20px;
    }

    .bor-right {
        border-right: 1px solid #999999;
    }

    .footleft {
        width: 220px;
        height: 124px;
        border-right: 1px solid #999999;
    }

    .footmid {
        width: 410px;
        height: 124px;
        padding: 0 76px;
        font-size: 12px;
        border-right: 1px solid #999999;
    }

    .footright {
        width: 330px;
        height: 124px;
        margin-left: 70px;
    }

    .footright div {
        width: 292px;
    }

    .footright span {
        float: left;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .footright span a {
        margin-left: 3px;
    }

    .ml47 {
        margin-left: 40px;
    }

    .footright a:hover {
        text-decoration: underline;
        color: #3762c5;
    }

    .footright p img {
        width: 100%;
    }

    .footer {
        background: #3762c5;
        color: #ffffff;
        height: 78px;
        line-height: 78px;
    }

    .banon {
        width: 1232px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -613px;
    }

    .banon img {
        float: left;
    }

    .bleft {
        width: 210px;
        border-left: 1px solid #eeeeee
    }

    .onfix {
        position: fixed;
        top: 0;
    }

    .bleft li {
        height: 55px;
        margin-bottom: 1px;
        background-color: #eeeeee;
        line-height: 55px;
        text-indent: 32px;
        font-size: 15px;
    }

    .bleft li a {
        display: block;
    }

    .bleft .active {
        background: url(../images/bleftbg.jpg) no-repeat left #eeeeee;
    }

    .bleft img {
        margin-right: 5px;
    }

    .bright {
        width: 951px;
        float: right;
    }

    .bt430 {
        padding-bottom: 100px;
    }

    .w1304 {
        /* width: 1500px; */
        text-align: right;
    }

    .w1304 img {
        width: 100%;
    }

    .wrap-luoji {
        width: 1220px
    }

    .text_top {
        font-size: 20px !important;
        color: #3762c5 !important;
    }

    .luoji {
        width: 969px;
    }

    .banon-luoji {
        margin-left: -622px;
    }

    .wlxul {
        /* margin-left: -80px; */
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .wlxul li {
        float: left;
        /* width: 263px; */
        overflow: hidden;
        margin-bottom: 20px;
        /* height: 183px; */
        /* margin-left: 80px; */
    }

    .wlxul li img {
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
        -o-transition: 1s all;
    }

    .wlxul li:hover img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .luntannav a:hover {
        color: #0069b9;
        text-decoration: underline;
    }

    .history {
        margin-top: 15px;
        background: url(../images/about/history.jpg) repeat-y center;
    }

    .h_box {
        width: 100%;
        position: relative;
    }

    .h_cont {
        width: 367px;
        padding: 17px 33px 17px 26px;
        height: 180px;
    }

    .h_limg {
        background: url(../images/about/hleft.png) no-repeat center;
    }

    .h_rimg {
        background: url(../images/about/hright.png) no-repeat center;
    }

    .h_date {
        position: absolute;
        left: 50%;
        margin-left: -26.5px;
        width: 53px;
        text-align: center;
    }

    .h_date p {
        text-align: center;
        background: #ffffff;
    }

    .h_cont h1 {
        font-size: 24px;
        height: 31px;
        text-align: center;
        overflow: hidden;
        font-weight: border;
    }

    .h_riqi {
        width: 92px;
        height: 96px;
        background: url(../images/about/hdate.png) no-repeat center;
        text-align: center;
    }

    .h_riqi h2 {
        height: 23px;
        line-height: 23px;
        margin-top: 6px;
        font-weight: bold;
        font-size: 13px;
        color: #ffffff;
    }

    .h_riqi h3 {
        font-size: 46px;
        font-weight: bold;
    }

    .h_jian {
        height: 124px;
        overflow: hidden;
        width: 258px;
        margin-top: 18px;
        font-size: 12px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .h_jian a {
        color: #0068b7;
    }

    .historyleft {
        width: 99px;
        height: 100%;
        overflow: scroll;
    }

    .historyleft li {
        height: 33px;
        line-height: 33px;
        font-size: 13px;
        text-align: center;
        text-indent: 0;
    }


    /* 2021新增资质列表 */

    .zizhiList {
        width: 783px;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .zizhiList li {
        width: 230px;
    }

    .zizhiList li img {
        width: 100%;
    }


    /* 20240222 */

    .toperBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .toperNav {
        display: flex;
        align-items: center;
    }

    .toperSolid {
        width: 2px;
        height: 40px;
        background: #333333;
        margin: 0 20px;
    }

    .toperTitle {
        font-size: 24px;
        color: #333333;
        font-weight: 500;
    }

    .toperWeb {
        display: flex;
        align-items: center;
    }

    .toperWeb li {
        margin-right: 15px;
       list-style: none;
    }

    .toperWeb li a {
        font-size: 16px;
        color: #3762c5;
    }

    .shuangZhi {
        width: 1000px;
        margin: 0 auto 40px;
    }

    .shuangZhi img {
        width: 100%;
    }
    #luntan{
        margin-top: 100px;
    }
    .bright{
        width: 973px;
    }
    .pc_img{
        width: 1200px;
    }
    .ceo_img{
      width: 298px;
      height:658px;
    }
    #GreenCreateIMG{
        margin-bottom: 82px;  
          width: 1203px;
    }
    ul li {
        list-style: none;
    }
}