* {
    margin: 0px;
    padding: 0px;
    /* border: 1px solid red; */
}

body {
    background: #F6F6F6;
    font-family: "微软雅黑" !important;
}

a,
a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none;
}

.indexbg {
    width: 100%;
    height: 334px;
    /* padding-top: 23%; */
    background: url(../images/index.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.listbg {
    width: 100%;
    height: 76px;
    background: url(../images/listbg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.header {
    position: absolute;
    top: 40%;
    width: auto !important;
    color: #fff !important;
    border: none !important;
    background: none !important;
}

.listheader {
    position: absolute;
    width: 70% !important;
    right: 0%;
    top: 15px;
    color: #fff !important;
    border: none !important;
    background: none !important;
}

.banner {
    padding-left: 0px;
}

.aboutus {
    margin-top: 72px;
    background: #fff;
}

.navbar-nav {
    display: flex;
    float: none !important;
}

.carousel-inner {
    height: 500px;
}

.carousel-inner>.item>a>img {
    height: 500px;
    width: 94%;
}

.bannertitle {
    width: 94%;
    line-height: 60px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    text-indent: 2%;
}

.carousel-indicators {
    bottom: 10px;
    width: 20%;
    left: 74%;
    margin-left: 0%;
    z-index: 999;
}

.navbar-nav li {
    flex: 1;
    text-align: center;
}

.navbar-nav li a {
    display: block;
}

.nav .active a {
    background: none !important;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
}

.dropdown-menu,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #052f93 !important;
    border-color: #052f93 !important;
}

.header a,
.listheader a {
    color: #fff !important;
}

.listrelative {
    position: relative;
}

.box_log {
    position: absolute;
    top: 10%;
    display: flex;
}

.listbox_log {
    width: 228px;
    height: 50px;
    float: left;
    display: block;
    margin-top: 13px;
}


.log {
    width: 74px;
    height: 77px;
    /* background-color: #102c77; */
}

.log_text {
    height: 77px;
    line-height: 77px;
    font-size: 30px;
    color: #ffffff;
    margin: 0px 0px 0px 10px !important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
}

.dropdown-menu>li>a {
    line-height: 30px;
    font-size: 16px;
}

.navbar-default .navbar-nav>.active>a {
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.newstop {
    height: 134px;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    border-bottom: 10px solid #052f93;
    bottom: -30px;
    padding-left: 0px;
    padding-right: 0px;
}

.newslist ul li {
    width: 100%;
    float: left;
}

.newslist {
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
}


.newslist ul li a {
    color: #333;
}

.newslist ul li a h3 {
    font-size: 22px;
}

/* 使用 */
.newstopimg {
    width: 100px;
    height: 120px;
    background: url(../images/news.png) no-repeat;
    background-size: 58px 56px;
    margin-left: 10px;
    margin-top: 30px;
    animation: zy 2.5s .15s linear infinite;
    -moz-animation: zy 2.5s .15s linear infinite;
    /* Firefox */
    -webkit-animation: zy 2.5s .15s linear infinite;
    /* Safari and Chrome */
    -o-animation: zy 2.5s .15s linear infinite;
    /* Opera */
}

@-webkit-keyframes zy {
    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(-5deg);
    }

    50%,
    100% {
        transform: rotate(0deg);
    }
}

/* 兼容写法 */
.videolist {
    margin-top: 35px;
    background: #fff;
}

.videobg_li {
    padding: 4px !important;
}

.videoright {
    width: 57.3333%;
}

.videotitle {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.titlebar {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E6E6E6;
    position: relative;
    margin-top: 20px;
}

.indexabout {
    width: 100%;
    float: left;
    height: 360px;
    overflow: hidden;
}

.titlebar h2 {
    float: left;
    line-height: 40px;
    border-bottom: #052f93 4px solid;
    position: absolute;
    top: -24px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    left: 0px;
}

.titlebar a {
    background: url(../images/more.png) no-repeat;
    float: right;
    background-size: 20px 20px;
    padding-right: 20px;
    background-position: 28px;
    color: #aaa;
    line-height: 40px;

}

.indexabout h3 {
    width: 100%;
    float: left;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.indexdesc {
    width: 100%;
    float: left;
    margin-top: 20px;
    color: #777 !important;
}

.indexdesc p,
.indexdesc p span,
.aboutsinfo p,
.aboutsinfo p span {
    color: #777 !important;
}

.aboutsinfo {
    margin-bottom: 60px;
}

.text_onerow {
    width: 96%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.titlebg {
    width: 100%;
    height: 180px;
    background: url(../images/titlebg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 35px;
    color: #fff;
}

.titlebgh1 h1 {
    line-height: 90px;
    font-size: 48px;
}

.titlebgh4 h4 {
    text-align: right;
    font-size: 32px;
}

.videobg {
    background: #fff;
    padding-bottom: 20px;
}

.videoshow {
    width: 100%;
    float: left;
}

.videoshow video,
.videoshow .imgurl,
.videoshow iframe {
    width: 100%;
    padding-top: 66%;
    border: none;
    position: relative;
}

.videoplayimg {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 9999999;
}

.videoshowlist {
    width: 100%;
    height: 268px;
    overflow: hidden;
}

.videoshowlist ul li {
    width: 100%;
    line-height: 45px;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}

.dashedline {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #979797 0%, #979797 50%, transparent 50%);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
}

.videoshowlist ul li:last-child .dashedline {
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
}


.videoshowlist ul li a {
    display: block;
    line-height: 45px;
}

.videoshowlist ul li:hover .dashedline {
    background-image: linear-gradient(to right, #052F93 0%, #052F93 50%, transparent 50%);
}

.videoshowlist ul li:last-child:hover .dashedline {
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%);
}

.videoshowlist ul li a:hover {
    display: block;
    line-height: 45px;
    color: #052F93;
}

.userlist {
    width: 96%;
    height: 470px;
    overflow: hidden;
    margin: 0 auto;
}

.userlist ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    margin-top: 20px;
}

.newslistli ul li {
    border-bottom: 1px dashed #E6E6E6 !important;
}

.newslistli ul li:hover {
    border-bottom: 1px dashed #052F93 !important;
}

.userlist ul li:hover {
    border-bottom: 1px solid #052F93;
}

.userlist ul li:hover a h4 {
    color: #052F93;
}

.userlist ul li a h4 {
    width: 96%;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.userlist ul li a p {
    width: 96%;
    font-size: 16px;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zixunnifo a h4 {
    margin-top: 10px !important;
}

.zixunnifo a p {
    margin-top: 20px;
    -webkit-line-clamp: 3 !important;
}

.userlist ul li p {
    font-size: 14px;
    margin-top: 15px;
    color: #AAAAAA;
}

.userlist ul li:last-child {
    border-bottom: none !important;
}

.userinfo {
    width: 96%;
    margin-left: 4%;
    background: #fff;
    padding-bottom: 10px;
}

.userinfo ul {
    width: 100%;
    float: left;
}

.userinfo ul li {
    width: 20%;
    margin-top: 25px;
    float: left;
    margin-left: 4%;
}

.userinfo ul li p:first-child {
    font-size: 16px;
    color: #333;
}

.userinfo ul li p:last-child {
    font-size: 36px;
    color: #052F93;
}

.userinfo ul li p {
    margin: 0px !important;
}

.fenuser {
    width: 98%;
    margin-left: 2%;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 20px;
}

.jingying {
    margin-top: 20px;
    background: #fff;
}

.jingyinglist {
    width: 100%;
    float: left;
    overflow: hidden;
}

.jingyinglist ul li {
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
}

.jingyinglist ul li {
    float: left;
    width: 14.66%;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
}

.jingyinglist ul li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.jingyinglist ul li a p {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.touxiang {
    border: 8px solid #E6E6E6;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

/* .jingyinglist ul li:hover .touxiang{
    transform:scale(1.5,1.5);
} */
.userbg {
    padding-right: 0px;
}

.newindex {
    margin-top: 20px;
    padding-bottom: 35px;
}

.newindexleft,
.newindexrigth {
    background: #fff;
    width: 48.5%;
}

.newindexlist {
    /* height: 350px; */
    padding-bottom: 20px;
    float: left;
}

.newindexlist ul li:first-child {
    margin-top: 15px !important;
}

.newindexlist ul li {
    line-height: 25px;
    margin-top: 6px;
    width: 100%;
    float: left;
}

.newindexlist ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    float: left;
    background-color: #9d9d9d;
    /* border-radius:；圆角，使方形div变圆形 */
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 10px;
    vertical-align: middle;
}

.newindexlist ul li a {
    display: block;
}

.newindexlist ul li a div {
    display: block;
    width: 70%;
    overflow: hidden;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newindexlist ul li a span {
    display: block;
    width: 25%;
    text-align: right;
    float: right;
    color: #aaa;
}

.newindexrigth {
    margin-left: 3%;
}

.bottombg {
    width: 100%;
    height: 300px;
    background: url(../images/bottompcbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.bottomxinxx,
.bottomright {
    margin-top: 72px;
    color: #fff;
}

.bottomxinxx p {
    margin: 0px;
    text-indent: 10%;
}

.bottomlogo {
    width: 80%;
    display: block;
}

.bottomlogo img {
    width: 100%;
    display: block;
}

.banquan {
    padding-top: 20px;
}

.wapbottom {
    display: none;
}

.bottomnav {
    width: 100%;
    float: left;
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.bottominfo {
    width: 70%;
    float: left;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.bottomwechatimg {
    width: 30%;
    float: left;
    display: block;
    margin-top: 20px;
}

.bottomwechatimg img {
    width: 55%;
    display: block;
    float: right;
}

.bottomnav ul li {
    float: left;
}

.bottomnav ul li a {
    color: #fff;
}

.bar {
    background: #EEEEEE;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.barlist {
    color: #aaa;
    text-indent: 2%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.barlist a {
    color: #aaa;
}

.zhiwei {
    color: #333 !important;
    font-size: 16px !important;
}

.descuser {
    font-size: 14px !important;
}

.aboutuser {
    background: #fff;
    position: absolute;
    bottom: -60px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #aaa;
}

.aboutuser ul li {
    width: 25%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.aboutuser ul li p:first-child {
    font-size: 46px;
    font-weight: 700;
    margin: 0px !important;
}

.aboutuser ul li p:last-child {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px !important;
}

.aboutinfo {
    width: 100%;
    background: #fff;
    padding-top: 40px;
}

.aboutinfos {
    width: 100%;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}

.abouttitle {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}

.abouttitle span {
    width: 5%;
    display: block;
    margin: 10px auto;
    border-bottom: #052F93 3px solid;
}

.aboutcontent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.president_desc {
    margin-top: 40px;
    margin-bottom: 40px;
}

.president_icon {
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.president_icon img {
    display: block;
    width: 45%;
    margin: 40px 35%;
}

.president_name:hover {

    color: #fff;
}

.president_name {
    background: #052F93;
    border-radius: 3px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    display: inline-table;
    color: #fff;
}

.history {
    padding-top: 40px;
    padding-bottom: 20px;
}

.licheng {
    margin-top: 40px;
    padding-bottom: 40px;
}

.lcleft,
.lcright {
    width: 58px;
    height: 58px;
    margin-top: 30px;
}

.lcleft {
    background: url(../images/leftpc.png) no-repeat;
    background-size: 100% 100%;
}

.lcright {
    background: url(../images/rightpc.png) no-repeat;
    background-size: 100% 100%;
}

.lccenter::-webkit-scrollbar {
    display: none;
}

.lccenter {
    height: 130px;
    white-space: nowrap;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
}

/* #lccenterbar{
    width: 100% !important;
    /* position: absolute;
    left: 0; 
} */
.lccenter ul li {
    width: 25%;
    height: 30px;
    margin-top: 40px;
    border-bottom: #ccc 1px solid;
    display: inline-block;
    /* float: left; */
    position: relative;
}

.lccenter ul li a {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #F7F7F7;
    border-radius: 50%;
    border: 1px solid #ccc;
    left: 50%;
    bottom: -40%;
    display: block;
    margin-left: -10px;
    margin-top: 0px;
    z-index: 999;
}

.lcactive a {
    background: #052F93 !important;
    border: 1px solid #052F93 !important;
}

.qi {
    position: absolute;
    width: 29px;
    height: 38px;
    background: url(../images/lichengbeipc.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -3px;
    left: 50%;
    top: -100%;
    display: none;
    margin-top: 0px;
    z-index: 999;
}

.lcactive p {
    color: #052F93 !important;
}

.lcactive .qi {
    display: block !important;
}

.contentctive {
    display: block !important;
}

.lccenter ul li p {
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #ccc;
    top: 40px;
}

#content li {
    display: none;
    color: #777;
}

/* #content li:target{ display:block;} */
.contentus {
    margin-top: 80px;
}

.contus p {
    margin-top: 40px;
    color: #777;
    font-size: 16px;
    line-height: 28px;
}

.contus h2 {
    font-weight: 700;
}

.contlist {
    margin-top: 10px;
}

.contlist ul li {
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.contlist ul li label {
    color: #777;
    font-size: 14px;
    background: url(../images/telpc.png) no-repeat;
    background-size: 18px 18px;
    padding-left: 25px;
}

.contlist ul li:first-child label {
    background: url(../images/addresspc.png) no-repeat;
    background-size: 18px 18px;
}

.contlist ul li:last-child label {
    background: url(../images/emailpc.png) no-repeat;
    background-size: 18px 18px;
}

.contlist ul li p {
    line-height: 30px;
    font-size: 16px;
    text-indent: 5%;
    font-weight: 500;
}

.msg {
    margin-top: 25px;
}

.msg ul li {
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    background: #eeee;
    border-radius: 30px;
    position: relative;
    margin-top: 30px;
}

.msg ul li:last-child {
    height: auto;
    border-radius: 5px;
}

.msg ul li input,
.msg ul li textarea {
    width: 90%;
    border: none;
    background: none;
    margin-left: 7%;
    color: #444;
    font-weight: 500;
    font-size: 16px;

}

.msg ul li input::placeholder,
.msg ul li textarea::placeholder {
    color: #444;
    font-weight: 500;
}

.rname::before {
    content: "*";
    color: red;
    position: absolute;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    left: 4%;
}

input:focus,
textarea:focus {
    outline: 1px solid #eeee;
}

.msg p {
    background: #052F93;
    color: #fff;
    float: left;
    line-height: 35px;
    padding-left: 18px;
    margin-top: 30px;
    border-radius: 30px;
    padding-right: 18px;
    font-size: 16px;
}

.msg p:hover {
    cursor: pointer;
}

.newleft {
    margin-top: 40px;
}

.newleft h2 {
    margin-top: 0px;
    font-weight: 700;
    font-size: 26px;
}

.newleft ul {
    margin-top: 20px;
}

.newleft ul li {
    line-height: 40px;
    display: block;
}

.newleft ul li a {
    display: block;
    color: #777;
    font-size: 18px;
    font-weight: 600;
}

.newleft ul li a:hover {
    color: #052F93;
}

.newleftamoren {
    color: #052F93 !important;
}

.newright {
    margin-top: 40px;
    border-left: 1px solid #ccc;
    margin-bottom: 40px;
}


.video_list {
    margin-top: 20px;
    margin-bottom: 40px;
}

.videolistnews {
    margin-top: 0px;
}

.videolistnews p {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    background: #F9F9FB;
    margin: 0 auto;
    line-height: 60px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.videomargintop {
    margin-top: -40px;
}

.noneborder {
    height: auto;
}

.noneborder ul li,
.noneborder ul li:hover {
    border: none;
}

.newimages {
    width: 100%;
    padding-top: 75%;
}

.content {
    margin-top: 40px;
}

.content h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.contentinfo {
    margin-top: 40px;
}

.pagesbottom {
    width: 100%;
    line-height: 40px;
    float: left;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.pagesbottomright {
    text-align: right;
    border-left: 1px solid #E6E6E6;
}

.none {
    display: none;
}

.maps {
    margin-top: 80px;
}

.pagesbottomleft a {
    float: left;
    display: block;
}

.pagesbottomright a {
    float: right;
    display: block;
}

#pagesbottomleft,
#pagesbottomright {
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#dituContent {
    width: 100%;
    height: 600px;
    margin: auto;
}

.president_content p,
.president_content p span {
    color: #777 !important;
}

.contentinfo img,
.contentinfo p img {
    max-width: 100% !important;
}

.videolistshow video,
.videolistshow .imgurl,
.videolistshow iframe {
    width: 100%;
    margin-top: 20px;
    padding-top: 66%;
    border: none;
    position: relative;
}

.videoplaybg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    display: none;
}

.videoplayshow {
    height: 100vh;
    display: flex;
}

.videoplayshow iframe,
.videoplayshow video {
    width: 100%;
    height: 640px;
    border: none;
    align-self: center;
}

/**
手机端样式
*/
@media (max-width:768px) {
    .newindex {
        padding-bottom: 15px;
    }

    .videoright {
        width: 100%;
    }

    .videolist_top {
        margin-top: 0px;
    }

    .videobg_li {
        padding: 0 15px 20px 15px !important;
    }

    .videoplayimg {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        margin-left: -21px;
    }

    .fenusertop {
        margin-top: 0px;
    }

    .videolistnews {
        margin-top: 0px;
    }

    .newsli {
        padding-right: 0px;
        padding-left: 0px;
    }

    .zixunnifo {
        padding-right: 0px;
    }

    .videoplayshow iframe,
    .videoplayshow video {
        width: 90%;
        height: 320px;
        margin-left: 5%;
    }

    .videoshowlist {
        height: auto;
    }

    .videolistshow video,
    .videolistshow iframe {
        height: auto;
    }

    .zixunnifo a h4 {
        margin-top: 0px !important;
    }

    .titlebar {
        margin-top: 10px;
    }

    .indexabout h3 {
        line-height: 40px;
    }

    .president_icon img {
        display: block;
        width: 50%;
        margin: 10px auto;
    }

    .zixunnifo a p {
        margin-top: 10px !important;
        -webkit-line-clamp: 2 !important;
    }

    .aboutsinfo {
        margin-bottom: 30px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
        padding: 0px;
        width: 100%;
    }

    .navbar-nav>li>a {
        line-height: 30px;
    }

    .listrelative {
        position: static;
    }

    .listnav {
        right: -3% !important;
    }

    .listheader {
        left: 2%;
        width: 96% !important;
        min-height: 0px;
        margin: 0;
        top: 40%;
    }

    .bannertitle {
        width: 100%;
    }

    .navbar-header {
        display: flex;
        align-items: center;
    }

    .navbar-toggle {
        padding: 5px 15px;
        margin: 0px;
        margin-right: 5px;
        font-weight: 600;
        font-size: 13px;
    }

    .maps {
        margin-top: 40px;
    }

    #dituContent {
        height: 400px;
    }

    .contentinfo img,
    .contentinfo p img {
        width: 100% !important;
    }

    .content h2 {
        width: 90%;
        font-size: 16px;
    }

    .newleft {
        display: none;
    }

    .videomargintop {
        margin-top: -20px;
    }

    .videolistnews p {
        line-height: 30px;
    }

    .newright {
        border-left: none;
        margin-top: 0px;
    }

    .contentus {
        margin-top: 10px;
    }

    .contus h2 {
        font-size: 20px;
    }

    .contus p {
        font-size: 15px;
        margin-top: 20px;
    }

    .descuser {
        font-size: 14px !important;
        color: #aaa !important;
    }

    .lcleft,
    .lcright {
        width: 31px;
        height: 31px;
        margin-top: 30px;
    }

    .lcleft {
        background: url(../images/left.png) no-repeat;
        background-size: 100% 100%;
    }

    .lcright {
        background: url(../images/right.png) no-repeat;
        background-size: 100% 100%;
    }

    .licheng {
        width: 100%;
        margin: 0px auto;
        margin-top: 30px;
    }

    .lccenter {
        width: 82.5%;
    }

    .lccenter ul li {
        width: 49%;
        height: 30px;
        margin-top: 30px;
        border-bottom: #ccc 1px solid;
        display: inline-block;
        position: relative;
    }

    .lccenter ul li a {
        width: 15px;
        height: 15px;
        left: 50%;
        bottom: -25%;
        margin-left: -10px;
    }

    .qi {
        width: 21px;
        height: 28px;
        background: url(../images/lichengbei.png) no-repeat;
        background-size: 100% 100%;
        margin-left: -3px;
        top: -50%;
    }

    .president_icon {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .president_desc {
        margin-top: 20px;
    }

    .president_name {
        background: none;
        line-height: 30px;
        margin-bottom: 20px;
        display: block;
        color: #333;
        font-size: 19px;
        text-align: center;

    }

    .abouttitle {
        font-size: 20px;
    }

    .abouttitle span {
        width: 10%;
    }

    .aboutuser {
        bottom: -50px;
        width: 94%;
        left: 3%;
    }

    .aboutuser ul li p:first-child {
        font-size: 18px;
    }

    .aboutusrelative {
        padding: 0px;
    }

    .aboutuser ul li p:last-child {
        font-size: 14px;
    }

    .userlist ul li a h4 {
        margin-top: 0px;
    }

    .zhiwei {
        color: #777 !important;
    }

    .bottomxinxx {
        margin-top: 15px;
    }

    .bottomlogo {
        width: 40%;
        margin: 0 auto;
    }

    .bottomxinxx p {
        text-align: center;
        text-indent: 0%;
        line-height: 25px;
        font-size: 13px;
    }

    .bottomtel {
        padding-top: 10px;
    }

    .listbox_log {
        position: absolute;
        top: 14px;
        left: 3%;
        margin-top: 0px;
    }

    .pcbottom {
        display: none;
    }

    .wapbottom {
        display: block;
    }

    .contact_wechatimg {
        width: 40% !important;
        margin: 10px auto;
        display: block;
    }

    .contact_wechatimg img {
        width: 100%;
        display: block;
    }

    .banner {
        padding-right: 0px;
    }

    .touxiang {
        border: 4px solid #E6E6E6;
    }

    .userbg {
        padding: 0px;
    }

    .newindexleft,
    .newindexrigth {
        width: 100%;
    }

    .newindexrigth {
        margin-left: 0%;
        margin-top: 20px;
    }

    .videolist,
    .titlebg {
        margin-top: 20px;
    }

    .titlebar h2 {
        font-size: 17px;
        font-weight: 700;
    }

    .titlebar a {
        background-size: 18px 18px;
        font-size: 14px;
    }

    .jingyinglist ul li {
        width: 30.3%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .fenuser {
        width: 100%;
        margin-left: 0px;
    }

    .userinfo {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .userinfo ul li p:first-child {
        font-size: 14px;
        color: #333;
    }

    .userinfo ul li p:last-child {
        font-size: 22px;
        color: #052F93;
        font-weight: 700;
    }

    .carousel-inner {
        height: 320px;
    }

    .titlebg {
        height: auto;
        background-size: cover;
    }

    .titlebgh1 h1 {
        margin-top: 0.67em;
        line-height: 40px;
        font-size: 18px;
        font-weight: 600;
    }

    .titlebgh4 h4 {
        font-size: 14px;
        font-weight: 600 !important;
        margin-bottom: 20px;
    }

    .indexabout {
        padding-bottom: 20px;
        height: auto;
    }

    .carousel-inner>.item>a>img {
        height: 320px;
        width: 100%;
    }

    .header {
        left: 2%;
        width: 96% !important;
        min-height: 0px;
        margin: 0;
    }

    .newstop {
        display: none;
    }

    .log {
        width: 48px;
        height: 50px;
        margin-left: 10px;
    }

    .log_text {
        height: auto;
        margin-top: 0;
        margin-left: 10px;
        font-size: 18px;
        line-height: 50px;
    }

    .box_log::after {
        margin-left: 0px;
    }

    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .navbar-default .navbar-collapse {
        width: 100%;
        border: none !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    }

    .dropdown-menu,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background: #666 !important;
        border-color: #666 !important;
    }
    .nav::before{
        content: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
        margin-top: 5px;
    }
    .navbar-nav .open .dropdown-menu {
         position: absolute; 
    }
    .navbar-nav {
        margin: 0 !important;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .indexbg {
        width: 100%;
        height: auto;
        padding-top: 50%;
        background: url(../images/top.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .listbg {
        width: 100%;
        height: auto;
        padding-top: 50%;
        background: url(../images/top.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .bottombg {
        width: 100%;
        height: auto;
        background: url(../images/bottomwapbg.jpg) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 20px;
    }

    .aboutus {
        margin-top: 0px;
    }

    .userimg {
        padding: 0px;
    }

    .usercontent {
        padding-right: 0px;
    }

    .usercontent p {
        width: 100%;
    }
}

.xinxiIcon {
    margin: 0 0 -20px auto;
}

.xinxiIcon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.photo_img img {
    box-sizing: border-box;
    border: 8px solid #E6E6E6;
    transition: all .7s ease 0s;
    width: 100% !important;
    height: 156px;
}

.photo_img img:hover {
    box-sizing: border-box;
    border: 1px solid #023246;
    box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.page {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.pagination>li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination>li>span,
.pagination>li>a {
    border-radius: 50% !important;
    color: #000;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #052F93;
    border-color: #052F93;
}

.photo_nr {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
}

.informationText {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.informationText span {

    background: #ffffff;
    color: #1C1F86;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.photo_nr ul li {
    width: 156px;
    float: left;
    margin: 0 20px;
    line-height: 30px;
    text-align: center;
}

.photo_nr ul li a {
    width: 100%;
}

.photo_nr p {
    padding: 0;
    margin: 0;
}


#LeftArr {
    /* // background: url(img/e_left.png) no-repeat; */
    width: 40px;
    height: 40px;
    margin-left: -15px;
    text-decoration: none;
    color: #323232;
}

#RightArr {
    /* background: url(img/e_right.png) no-repeat; */
    width: 40px;
    height: 40px;
    margin-right: -15px;
    text-decoration: none;
    color: #323232;
}