/*reset*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body {
    margin: 0 auto;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "microsoft yahei";
    color: #666;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ul, ol, dl {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    font-family: "microsoft yahei";
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

li {
    font-size: 12px;
    font-family: "microsoft yahei";
    list-style: none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
    font-size: 12px;
}

body, p, span {
    font-family: "microsoft yahei";
}

img {
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    mainContent: "";
    clear: both;
}

.transtion {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; /* background: rgba(255, 255, 255, 0.2); */
    z-index: 999; /* box-shadow: 0 0 4px 2px #eee; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    transition: all 0.5s;
}

.header-list {
    width: 1400px;
    margin: 0 auto;
    height: 105px;
}

.header-list a.logo {
    float: left;
    height: 105px;
    line-height: 105px;
    font-size: 0;
}

.header-list a.logo img {
    max-width: 100%;
    max-height: 100%;
    width: 400px;
}

.header-list .search-box {
    float: right;
    position: relative;
    margin-left: 30px;
}

.header-list .search-box span {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #004ea2 url(search.png) no-repeat center;
    margin-top: 38px;
    cursor: pointer;
}

.header-list .search-box .search {
    position: absolute;
    top: 105px;
    right: 0;
    border: 1px solid #004ea2;
    overflow: hidden;
    width: 214px;
    display: none;
}

.header-list .search-box .search input {
    float: left;
    border: none;
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #004ea2;
    font-size: 14px;
    padding: 0 10px;
}

.header-list .search-box .search .submit {
    float: right;
    background: #004ea2;
    color: #fff;
    width: 54px;
    line-height: 31px;
    padding: 0 10px;
    font-size: 14px;
}

.header .icon {
    display: none;
    width: 26px;
    float: right;
    margin-top: 44px;
    cursor: pointer;
    margin-right: 30px;
}

.header .icon img {
    display: block;
    width: 100%;
}

.header-list .nav {
    float: right;
    transition: all 0.5s;
}

.header-list .nav li {
    float: left; /* margin-right: 55px; */
    margin-left: 1px;
}

.header-list .nav li a {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 105px; /* transition: all 0.5s; */
    position: relative;
    color: #fff;
    padding: 0 27px;
}

.header-list .nav li a:before {
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 5px;
    background: #004ea2;
    transition: all 0.5s;
    margin: auto;
    display: none;
}

.header-list .nav li a.on {
    color: #004ea2 !important; /* background: #004ea2; */
}

.header-list .nav li a.on:before {
    width: 100%;
}

.header-list .nav li:hover a {
    background: #004ea2;
    color: #fff !important;
}

/* .header-list .nav li:hover a:hover:before{width: 100%;} */
.header-list .nav li a:hover {
    color: #fff !important;
    background: #004ea2;
}

.header-list .nav li a:hover:before {
    width: 100%;
}

.header-list .nav ul li {
    position: relative;
}

/* .header-list .nav ul li:hover ul{display: block !important;} */
.header-list .nav ul li ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    background: #004ea2;
    transition: all 0.5s;
    text-align: center;
}

.header-list .nav ul li ul li {
    margin: 0;
    float: none;
}

.header-list .nav ul li ul li a {
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
}

.header-list .nav ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 165px; /* display: none !important; */
    padding-bottom: 0;
}

.header-list .nav ul li ul li ul li a {
    font-size: 14px;
}

.header-list .nav ul li ul li:hover a { /* display: block !important; */
    color: #fff;
}

.banner { /* margin-top: 105px; */
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    background: #000;
    overflow: hidden;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
    height: auto;
}

.banner .swiper-slide video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner .swiper-pagination {
    bottom: 65px;
    text-align: center;
    left: 0;
    right: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2);
    font-size: 0;
    height: 4px;
    margin: 0 8px;
    width: 44px;
    border-radius: 0;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

/* .banner ol{position: absolute;left: 0;right: 0;bottom: 65px;text-align: center;}
.banner ol li{display: inline-block;}
.banner ol li a{display: block;background: rgba(255, 255, 255, 0.2);font-size: 0;height: 4px;margin: 0 8px;width: 44px;}
.banner ol li .flex-active{background: #fff;} */

.prize {
    overflow: hidden;
    margin-top: -1px;
    position: relative;
}

.prize div.prize-swiper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.prize img {
    display: block;
    max-width: 100%;
}

.prize .swiper-slide {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    transition: all 0.35s;
}

.prize .swiper-slide:hover {
    background: rgba(0, 0, 0, 0.6);
}

.prize .swiper-slide dl {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 133px;
}

.prize .swiper-slide dl dt {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    color: #fff;
    font-family: arial;
}

.prize .swiper-slide dl dd {
    font-size: 16px;
    text-align: center;
    color: #fff;
    opacity: 0.75;
    margin-top: 10px;
}

.brief {
    background: url(brief-bg.png) no-repeat center;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-bottom: 150px;
    display: none;
}

.brief .brief-list {
    width: 1400px;
    margin: 120px auto 0;
}

.brief .brief-list .brief-list-txt {
    float: left;
    width: 770px;
}

.brief .brief-list .brief-list-txt h3 {
    font-size: 36px;
    font-weight: normal;
    color: #333;
    padding-top: 50px;
    background: url(brief-img01.png) no-repeat top left;
}

.brief .brief-list .brief-list-txt i {
    display: block;
    width: 30px;
    height: 5px;
    background: #004ea2;
    margin: 20px 0;
}

.brief .brief-list .brief-list-txt p {
    font-size: 16px;
    line-height: 30px;
}

.brief .brief-list .brief-list-txt div {
    overflow: hidden;
    margin: 55px 0 100px;
}

.brief .brief-list .brief-list-txt div dl {
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.brief .brief-list .brief-list-txt div dl:last-child {
    margin: 0;
}

.brief .brief-list .brief-list-txt div dl dt {
    float: left;
    width: 98px;
    height: 98px;
    font-size: 0;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border: 1px solid #959595;
    border-radius: 50%;
}

.brief .brief-list .brief-list-txt div dl dd {
    float: left;
    margin-left: 15px;
}

.brief .brief-list .brief-list-txt div dl dd em {
    font-size: 20px;
    color: #333;
    display: block;
    margin-top: 15px;
}

.brief .brief-list .brief-list-txt div dl dd span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    color: #999;
    margin-top: 10px;
}

.brief .brief-list .brief-list-txt a.more {
    display: block;
    width: 188px;
    height: 62px;
    background: #004ea2 url(brief-img05.png) no-repeat 125px center;
    font-size: 16px;
    color: #fff;
    line-height: 62px;
    text-indent: 45px;
}

.brief .brief-list .brief-list-img {
    float: right;
    font-size: 0;
    position: relative;
}

.brief .brief-list .brief-list-img img {
    position: relative;
    max-width: 100%;
}

.brief .brief-list .brief-list-img::before {
    position: absolute;
    left: -40px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(240, 131, 0, 0.12);
}

.index-title {
    text-align: center;
    font-size: 36px;
    color: #004ea2;
    font-weight: bold;
    position: relative;
    padding: 60px 0;
}

.index-title:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    content: '';
    width: 30px;
    height: 5px;
    margin: 0 auto;
    background: #004ea2;
}

.business {
    overflow: hidden;
}

.business dl {
    float: left;
    width: 33.333%;
    position: relative;
    text-align: center;
}

.business dl dt img {
    max-width: 100%;
    display: block;
}

.business dl dd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

.business dl dd h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 10%;
}

.business dl dd p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10%;
}

.business dl dd em:first-child {
    margin-top: 25%;
}

.business dl dd em {
    display: block;
    width: 1px;
    height: 10%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.5s;
}

.business dl dd img {
    margin-top: 100px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin: 15% auto 0;
    opacity: 0;
    transition: all 0.5s;
}

.business dl dd:hover {
    background: rgba(0, 0, 0, 0.5);
}

.business dl dd:hover em {
    opacity: 1;
}

.business dl dd:hover img {
    opacity: 1;
}

.case {
    width: 1400px;
    margin: 0 auto;
}

.case .case-item {
    text-align: center;
    font-size: 0; /* border-bottom: 1px solid #959595;border-right: 1px solid #959595; */
}

.case .case-item a {
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px; /* padding: 0 30px; */

    transition: all 0.5s;
    margin-bottom: -1px;
    width: 25%;
    box-sizing: border-box;
    color: #fff;
    background: #004ea2;
    border: 1px solid #6aa0f1;
    font-weight: bold;
}

.case .case-item a:hover {

    color: #004ea2;
    background: #fff;
}

.case .case-list {
    margin-top: 45px;
    position: relative;
}

.case .case-list p {
    overflow: hidden;
}

.case .case-list p a {
    float: left;
    overflow: hidden;
    width: 24%;
    margin-right: 18px;
    margin-bottom: 18px
}

.case .case-list p :nth-child(4), .case .case-list p :nth-child(8) {
    margin-right: 0;
}

.case .case-list p a img {
    display: block;
    max-width: 100%;
    transition: all 0.35s;
}

/*
.case .case-list p a:first-child{width: 832px;height: 668px;margin-right: 23px;}
.case .case-list p a:last-child{width: 261px;height: 210px;margin-top: 20px;}
*/
.case .case-list p a:hover img {
    transform: scale(1.05);
}

.case .case-list a.more {
    display: block;
    width: 261px;
    height: 210px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #004ea2;
    text-align: center;
}

.case .case-list a.more span {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 70px 0 20px;
}

.news {
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
    padding: 0 10px 10px;
}

.news dl {
    float: left;
    width: 670px;
    transition: all 0.35s;
}

.news dl dt {
    position: relative;
    height: 438px;
    overflow: hidden;
}

.news dl dt img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all 0.35s;
}

.news dl dt p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 87, 153, 0.6);
    color: #fff;
    width: 86px;
    height: 86px;
    text-align: center;
    transition: all 0.35s;
}

.news dl dt p b {
    text-align: center;
    display: block;
    font-size: 24px;
    margin-top: 12px;
}

.news dl dt p span {
    font-size: 16px;
}

.news dl dd {
    padding: 18px 28px;
    background: #f7f7f7;
}

.news dl dd h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s;
}

.news dl dd p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news dl dd em {
    display: block;
    font-size: 16px;
    background: url(news-img02.png) no-repeat 70px center;
    margin-top: 18px;
}

.news dl:hover {
    box-shadow: 3px 3px 5px 1px #eeeeee;
}

.news dl:hover dt p {
    background: #004ea2;
}

.news dl:hover dd h3 {
    color: #004ea2;
}

.news ul {
    float: right;
    width: 700px;
    border-bottom: 1px solid #eeeeee;
}

.news ul li {
    border-top: 1px solid #eeeeee;
    padding: 25px 12px 30px;
    transition: all 0.5s;
}

.news ul li h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s;
}

.news ul li p {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news ul li:hover {
    box-shadow: 3px 3px 5px 1px #eeeeee;
    border-color: #004ea2;
}

.news ul li:hover h3 {
    color: #004ea2;
}

.technical-hr {
    overflow: hidden;
    margin: 120px auto 0;
}

.technical-hr dl {
    float: left;
    width: 50%;
    position: relative;
}

.technical-hr dl dt {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.technical-hr dl dt img {
    position: absolute;
    top: 0;
    left: -850px;
    margin-left: 50%;
    height: 100%;
}

.technical-hr dl dd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.15);
}

.technical-hr dl dd div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}

.technical-hr dl dd div h3 {
    font-size: 30px;
    margin-top: 145px;
}

.technical-hr dl dd div p {
    font-size: 16px;
    margin-top: 10px;
}

.technical-hr dl dd div img {
    margin-top: 30px;
}

.technical-hr dl:hover dd {
    background: rgba(0, 0, 0, 0.5);
}

.footer {
    background: url("footer-bg.png") no-repeat center;
    background-size: cover;
}

.footer-list {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-list-nav {
    overflow: hidden;
    margin-top: 50px;
    padding-top: 5px;
}

.footer-list-nav .footer-list-nav-left {
    float: left;
    overflow: hidden;
}

.footer-list-nav .footer-list-nav-left li {
    float: left;
    margin-right: 80px;
}

.footer-list-nav .footer-list-nav-left li:last-child {
    margin-right: 0;
}

.footer-list-nav .footer-list-nav-left li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.footer-list-nav .footer-list-nav-left li ul {
    margin-top: 10px;
    display: block !important;
}

.footer-list-nav .footer-list-nav-left li ul li {
    float: none;
    margin: 0;
}

.footer-list-nav .footer-list-nav-left li ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 36px;
}

.footer-list-nav .footer-list-nav-left li ul li a:hover {
    color: #333;
    text-decoration: underline;
}

.footer-list-nav .footer-list-nav-left li ul li ul {
    display: none !important;
}

.footer-list-nav .footer-list-nav-right {
    float: right;
}

.footer-list-nav .footer-list-nav-right dl {
    display: inline-block;
    text-align: center;
    margin-left: 60px;
}

.footer-list-nav .footer-list-nav-right dl:first-child {
    margin: 0;
}

.footer-list-nav .footer-list-nav-right dl dt {
    padding: 5px;
    max-width: 106px;
    background: #fff;
    box-shadow: 0 0 5px 2px #dedede;
}

.footer-list-nav .footer-list-nav-right dl dt img {
    max-width: 100%;
    display: block;
}

.footer-list-nav .footer-list-nav-right dl dd {
    font-size: 14px;
    margin-top: 10px;
}

.footer-list-nav .footer-list-nav-right div span {
    display: block;
    font-size: 16px;
    color: #333;
    display: block;
}

.footer-list-nav .footer-list-nav-right div b {
    font-size: 24px;
    color: #004ea2;
    margin-top: 10px;
    display: block;
}

.footer-list-link {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.footer-list-link select {
    border: 1px solid #eeeeee;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    padding: 0 90px 0 22px;
    margin: 0 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 31.4%;
    background: #fff url("down.jpg") no-repeat right center;
}

.footer-list-copyright {
    text-align: center;
    font-size: 14px;
    margin: 40px 0 20px;
    color: #999;
}

.footer-list-copyright a {
    font-size: 14px;
    color: #999;
}

.margin-c {
    width: 1400px;
    margin: 0 auto;
}

.inner-banner {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0;
    /* margin-top: 105px; */
}

.inner-banner:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
}

.inner-banner img {
    width: 100%;
}

.inner-banner-inner {
    width: 1400px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    color: #ffffff;
}

.inner-banner-inner-title {
    font-size: 36px;
    font-weight: 600;
}

.inner-banner-inner-title-e {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
}

.inner-banner-inner-foot {
    font-size: 16px;
    margin-top: 45px;
}

.inner-banner-inner-foot a {
    color: #fff;
    font-size: 16px;
}

.news-inner-nav {
    width: 100%;

    text-align: center;
    box-shadow: 4px 2px 4px 0px #eee;
    margin-top: 30px;
    border: 1px solid #eee;
    position: relative;
}

.news-inner-nav ul {
    /* overflow: hidden; */
    position: relative;
    height: 56px;
}

.news-inner-nav ul li {
    float: left;
    width: 25%;
}

.news-inner-nav ul li:nth-last-child(1) {
    /* width: 468px; */
}

.news-inner-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    color: #666666;
    font-size: 16px;
    transition: 0.4s;
    height: 56px;
    line-height: 56px;
}

.news-inner-nav ul li:nth-last-child(1) a {
    /* border-right: 1px solid #fff; */
}

.news-inner-nav ul li:nth-last-child(1) a.on {
    border-right: 1px solid #004ea2;
}

.news-inner-nav ul a.on {
    color: #fff;
    background-color: #004ea2;
    border-right: 1px solid #004ea2;
}

.news-inner-nav ul li a:hover {
    color: #fff;
    background-color: #004ea2;
    border-right: 1px solid #004ea2;
}

.news-inner-nav ul a span {
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    width: 22px;
    height: 22px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.news-inner-nav ul a span img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s;
    width: 100%;
}

.news-inner-nav ul a.on span img {
    top: -22px;
}

.news-inner-nav ul a:hover span img {
    top: -22px;
}

.news-inner-nav ul li a img {
    /* margin-bottom: -4px; */
    /* margin-right: 8px; */
}

.news-inner-nav ul li a img:nth-child(2) {
    /* display: none; */
}

.news-inner-nav ul li a:hover img:nth-child(2) {
    /* display: inline-block; */
}

.news-inner-nav ul li a:hover img:nth-child(1) {
    /* display: none; */
}

.news-inner-nav ul .on a img:nth-child(1) {
    /* display: none; */
}

.news-inner-nav ul .on a img:nth-child(2) {
    /* display: inline-block; */
}

.news-inner-nav ul li ul {
    display: none;
    border-top: 1px solid #efefef;
    /* margin-top: 1px; */
    position: absolute;
    left: 0;
    top: 56px;
    overflow: hidden;
    height: auto;
}

.news-inner-nav ul li.on ul {
    display: none;
}

.news-inner-nav ul li ul li {
    width: 25%;
}

.news-inner-nav ul li ul li a {
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #efefef;

}

.news-inner-nav ul li ul li:last-child a {
    border-right: 1px solid #efefef;
}

.inner-title {
    margin-top: 45px;
    margin-bottom: 25px;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.news-top {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.news-top .bd li {
    width: 100%;
    height: 354px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.news-top-left {
    float: left;
    width: 543px;
    height: 355px;
    overflow: hidden;
    position: relative;
}

.news-top-left img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-top-right {
    width: 820px;
    float: right;
    /* margin-left: 30px; */
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 25px;
}

.news-top-right-time {
    width: 80px;
    height: 92px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background-color: #ffffff;
    text-align: center;
}

.news-top-right-time-y {
    width: 60px;
    margin: 0 auto;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    color: #999999;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.35s;
}

.news-top-right-time-foot {
    line-height: 40px;
    color: #999999;
    font-size: 16px;
    transition: all 0.35s;
}

.news-top-right-title {
    margin-top: 12px;
    color: #333333;
    font-size: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-top-right-text {
    margin-top: 8px;
    color: #999999;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.news-top-right-foot {
    display: block;
    width: 172px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    background-color: #004ea2;
}

.news-top-right-foot:hover {
    color: #fff;
}

.news-top-right-foot img {
    /* margin-bottom: -3px; */
    margin-left: 5px;
}

.news-top .swiper-pagination {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

.news-top .swiper-pagination span {
    width: 9px;
    height: 9px;
    background-color: #dcdcdc;
    margin: 0 4px;
    border-radius: 50%;
    float: left;
    transition: 0.4s;
    font-size: 0;
    opacity: 1;
}

.news-top .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #004ea2;
}

.news-item {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding-right: 35px;
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s;
}

.news-item-left {
    float: left;
    margin-left: 5px;
    width: 80px;
    height: 92px;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
    margin-right: 30px;
}

.news-item-right {
    float: left;
    width: 1250px;
}

.news-item-title {
    color: #333333;
    font-size: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: all 0.35s;
}

.news-item-text {
    color: #999999;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item:hover {
    border-color: #004ea2;
}

.news-item:hover .news-top-right-time-y {
    color: #004ea2;
}

.news-item:hover .news-item-title {
    color: #004ea2;
}

.news-info {
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 0 0 4px 2px #eee;
    margin-top: 35px;
    padding: 0 100px;

}

.news-info-title {
    margin-top: 60px;
    color: #333333;
    font-size: 30px;
    margin-bottom: 15px;
}

.news-info-tiem {
    color: #999999;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 8px solid #eeeeee;
    margin-bottom: 20px;
}

.news-info-fuwenben {
    line-height: 1.75;
    color: #666666;
    font-size: 16px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    /* min-height: 300px; */
}

.news-info-fuwenben * {
    max-width: 100%;
}

.news-info-foot {
    margin-bottom: 80px;
    height: 55px;
    position: relative;
}

.news-info-foot-tiem {
    display: block;
    width: 193px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #eee;
    line-height: 53px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    position: absolute;
    transition: 0.4s;
}

.news-info-foot-tiem img {
    margin: 0 5px 0px;
}

.news-info-foot-tiem:nth-child(1) {
    left: 0;
    top: 0;
}

.news-info-foot-tiem:nth-child(2) {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 55px;
    border: none;
    background-color: #004ea2;
    color: #fff;
}

.news-info-foot-tiem:nth-child(3) {
    right: 0;
    top: 0;
}

.news-info-foot-tiem:nth-child(2):hover {
    background-color: #333;
}

.ywly-info-title {
    text-align: center;
    line-height: 110px;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
}

.ywly-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.ywly-top-left {
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

.ywly-top-left-span {
    float: left;
    width: 2px;
    height: 20px;
    margin-right: 10px;
    background-color: #004ea2;
    margin-top: 7px;
}

.ywly-top-right {
    float: right;
    display: block;
    color: #999999;
    font-size: 16px;
}

.ywly-top-right:hover {
    color: #004ea2;
}

.ywly-list {
    overflow: hidden;
    margin-bottom: 70px;
}

.ywly-item {
    float: left;
    width: 386px;
    margin-right: 20px;
    background-color: #f7f7f7;
    margin-bottom: 22px;
}

.ywly-item:nth-child(3n) {
    margin-right: 0;
}

.ywly-item-img {
    width: 100%;
    height: 310px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    line-height: 310px;
    position: relative;
}

.ywly-item-img img {
    /* max-width: 100%; */
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.ywly-item-foot {
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin: 10px 20px;
    height: 54px;
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ywly-item:hover .ywly-item-foot {
    color: #004ea2;
}

.gcal-inner-nav ul li {
    width: 175px;
}

.gcal-inner-nav ul li:nth-last-child(1) {
    width: 175px;
}

.gcal-list {
    overflow: hidden;
    margin-top: 35px;
}

.gcal-item {
    float: left;
    width: 416px;
    margin-right: 75px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.4s;
}

.gcal-item:nth-child(3n) {
    margin-right: 0;
}

.gcal-item-img {
    width: 100%;
    height: 334px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    line-height: 334px;
    position: relative;
}

.gcal-item-img img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.gcal-item-foot {
    height: 85px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    color: #666666;
    font-size: 16px;
    padding: 10px 25px;
    transition: 0.4s;
    overflow: hidden;
}

.gcal-item:hover .gcal-item-foot {
    border-bottom: 1px solid #004ea2;
}

.gcal-mask {
    background-color: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
}

.gcal-mask .margin-c {
    /* position: relative; */
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
    margin: auto;
}

.gcal-mask .margin-c .close {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
}

.gcal-mask-title {
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;

}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gcal-mask .swiper-slide {
    /* width: 386px; */
    /* width: 838px; */
    height: 670px;
    width: 70%;
    height: auto;
    opacity: 0 !important;
    margin-top: 0px !important;
    /* padding-top: 100px; */
}

.gcal-mask .swiper-slide-prev {
    opacity: 0.6 !important;
}

.gcal-mask .swiper-slide-next {
    opacity: 0.6 !important;
}

.gcal-mask .swiper-slide .gcal-mask-title {
    opacity: 0;
}

.gcal-mask .swiper-slide-active {
    /* width: 838px; */
    width: 70%;
    opacity: 1 !important;
    margin-top: 0 !important;
}

.gcal-mask .swiper-slide-active .gcal-mask-title {
    opacity: 1;
}

.gcal-mask-img {
    text-align: center;
}

.gcal-mask-img img {
    max-width: 100%;
}

.swiper-button-prev:after {
    content: " " !important;
}

.swiper-button-next:after {
    content: " " !important;
}

.jsnl-inner-nav ul li {
    width: 25%;
}

.jsnl-inner-nav ul li:nth-last-child(1) {
    width: 25%;
}

.rlzy-inner-nav ul li:nth-last-child(1) {
    width: 50%;
}

.rlzy-inner-nav ul li {
    width: 50%;
}

.sjtd {
    width: 100%;
    height: 340px;
    font-size: 0;
    margin-bottom: 35px
}

.sjtd-left {
    width: 540px;
    height: 340px;
    display: inline-block;
    overflow: hidden;
    margin-right: 43px;
    vertical-align: middle;
    position: relative;
}

.sjtd-left img {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sjtd-right {
    width: 615px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}

.sjtd-title {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 10px;
}

.sjtd-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.7;
}

.shll {
    font-size: 0;
    margin-bottom: 95px;
    position: relative;
    width: 100%;
    height: 406px;
    overflow: hidden;
}

.shll img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.shll-left-bgi {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 406px;
}

.shll-left {
    position: relative;
    display: inline-block;
    width: 540px;
    vertical-align: middle;
    color: #fff;
    box-sizing: border-box;
    padding: 0 35px;
}

.shll-left-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.shll-left-text {
    font-size: 16px;
    line-height: 1.7;
}

.shll-right {
    display: inline-block;
    vertical-align: middle;
    width: 615px;
    height: 100%;
}

.rlzy-list {
    /* height: 426px; */
    margin-bottom: 30px;
    overflow: hidden;
}

.rlzy-item {
    width: 580px;
    height: 112px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-bottom: 30px;
    float: left;
    transition: 0.4s;
    position: relative;
}

.rlzy-item:nth-child(2n) {
    float: right;
}

.rlzy-item-left {
    float: left;
    width: 92px;
    height: 110px;
    background-color: #f7f7f7;
    text-align: center;
}

.rlzy-item-left-r {
    border-bottom: 1px solid #eee;
    line-height: 58px;
    width: 60px;
    margin: 0 auto;
    color: #999999;
    font-size: 24px;
    margin-bottom: 5px;
}

.rlzy-item-left-foot {
    color: #999999;
    font-size: 16px;
}

.rlzy-item-right {
    float: left;
    width: 70%;
    margin-left: 25px;
    line-height: 110px;
    color: #004ea2;
    font-size: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.35s;
}

.rlzy-item:hover .rlzy-item-right {
    color: #004ea2;
}

.rlzy-item-position {
    position: absolute;
    width: 20px;
    height: 110px;
    right: 30px;
    top: 0;
}

.rlzy-item-position img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
}

.rlzy-item-position img:nth-child(2) {
    opacity: 0;
}

.rlzy-item-position img:nth-child(1) {
    opacity: 1;
}

.rlzy-item:hover {
    box-shadow: 4px 2px 4px 0px #eee;
}

.rlzy-item:hover .rlzy-item-position img:nth-child(1) {
    opacity: 0;
}

.rlzy-item:hover .rlzy-item-position img:nth-child(2) {
    opacity: 1;
}

.lxwm-content {
    width: 100%;
    height: 580px;
    box-shadow: 0px 0px 4px 4px #eee;
    margin: 50px 0 60px;
}

.lxwm-content .bd {
    float: right;
    width: 672px;
}

.lxwm-map {
    /* background-color: red; */
    /* width: 672px; */
    height: 580px;
}

.lxwm-content .hd {
    float: left;
    width: 728px;
}

.lxwm-content .hd li {
    width: 100%;
    height: 91px;
    transition: 0.4s;
    overflow: hidden;
}

.lxwm-title {
    line-height: 90px;
    border-bottom: 1px solid #eee;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    /* width: 635px; */
    margin-left: 50px;
    transition: 0.4s;
}

.lxwm-item {
    font-size: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    line-height: 1.7;
}

.lxwm-content .hd .on .lxwm-item {
    display: block;
    /* width: 635px; */
    color: #333333;
    font-size: 16px;
    margin-left: 50px;
    height: auto;
    line-height: 1.7;
}

.lxwm-content .hd .on {
    height: 210px;
    background-color: #f7f7f7;
}

.lxwm-content .hd .on .lxwm-title {
    color: #004ea2;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 45px;
    border: none;
}

.inner-qualification {
    overflow: hidden;
}

.inner-qualification .inner-qualification-left {
    float: left;
    background: #f7f7f7;
    width: 690px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    min-height: 500px;
}

.inner-qualification .inner-qualification-left h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.inner-qualification .inner-qualification-left dl {
    /* position: relative; */
}

.inner-qualification .inner-qualification-left dl dt {
    position: absolute;
    right: 30px;
    top: 70px;
    /* opacity: 0; */
    transition: all 0.35s;
    display: none;
}

.inner-qualification .inner-qualification-left dl dt img {
    max-width: 100%;
}

.inner-qualification .inner-qualification-left dl dd {
    font-size: 16px;
    padding: 5px 0 5px 35px;
    /* line-height: 30px; */
    position: relative;
    width: calc(100% - 300px);
}

.inner-qualification .inner-qualification-left dl.on dt {
    /* opacity: 1; */
    display: block;
}

.inner-qualification .inner-qualification-left dl dd:before {
    position: absolute;
    left: 5px;
    top: 11px;
    /* bottom: 0; */
    width: 13px;
    height: 13px;
    content: "";
    background: #e5e5e5;
    border-radius: 50%;
    margin: auto;
}

.inner-qualification .inner-qualification-left dl.on dd {
    font-size: 20px;
    color: #333;
}

.inner-qualification .inner-qualification-left dl.on dd:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 8px;
    background: url(circle.png) no-repeat center;
}

.inner-qualification .inner-qualification-right {
    float: right;
}

.inner-honor .inner-honor-nav {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}

.inner-honor .inner-honor-nav li {
    display: inline-block;
}

.inner-honor .inner-honor-nav li a {
    display: block;
    border: 1px solid #666;
    color: #333;
    font-size: 16px;
    line-height: 48px;
    /* width: 200px; */
    padding: 0 20px;
    text-align: center;
    margin: 5px;
    transition: all 0.35s;
}

.inner-honor .inner-honor-nav li a.on {
    color: #fff;
    background: #004ea2;
    border-color: #004ea2;
}

.inner-honor .inner-honor-nav li a:hover {
    color: #fff;
    background: #004ea2;
    border-color: #004ea2;
}

.inner-honor .inner-honor-list {
    overflow: hidden;
    padding: 5px;
}

.inner-honor .inner-honor-list dl {
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 40px;
}

.inner-honor .inner-honor-list dl:nth-child(3n) {
    margin-right: 0;
}

.inner-honor .inner-honor-list dl dt {
    text-align: center;
    line-height: 330px;
    font-size: 0;
    box-shadow: 0 0 5px 1px #dedede;
    border-radius: 5px;
    height: 330px;
    transition: all 0.35s;
    overflow: hidden;
}

.inner-honor .inner-honor-list dl dt img {
    max-width: 90%;
    max-height: 90%;
    transition: all 0.35s;
}

.inner-honor .inner-honor-list dl dd {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s;
}

.inner-honor .inner-honor-list dl:hover dt {
    box-shadow: 0 0 5px 1px rgba(240, 131, 0, 0.3);
}

.inner-honor .inner-honor-list dl:hover dt img {
    transform: scale(1.05);
}

.inner-honor .inner-honor-list dl:hover dd {
    color: #004ea2;
}

.inner-duty .inner-honor-list dl dt {
    border-radius: 10px;
}

.inner-duty .inner-honor-list dl dt img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.inner-development {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.inner-development::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: #e5e5e5;
    margin: 0 auto;
}

.inner-development::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 17px;
    content: "";
    background: url(down.png) no-repeat center;
    margin: 0 auto;
}

.inner-development-list {
    float: left;
    width: 44%;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 5px 1px #dedede;
    border-radius: 5px;
    margin-bottom: 120px;
    position: relative;
}

.inner-development-list:nth-child(2) {
    margin-top: 200px;
}

.inner-development-list .inner-development-list-title {
    width: 155px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #eeeeee;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.35s;
}

.inner-development-list .inner-development-list-content {
    font-size: 16px;
    line-height: 1.75;
}

.inner-development-list .inner-development-list-content * {
    max-width: 100%;
}

.inner-development-list .inner-development-list-tip {
    position: absolute;
    right: -15%;
    top: 60px;
    width: 15%;
    font-size: 0;
    text-align: right;
    height: 17px;

}

.inner-development-list .inner-development-list-tip span {
    width: 85%;
    height: 1px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.35s;
}

.inner-development-list .inner-development-list-tip em {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.35s;
}

.inner-development-list:nth-child(even) {
    float: right;
}

.inner-development-list:nth-child(even) .inner-development-list-tip {
    left: -15%;
    right: initial;
}

.inner-development-list:nth-child(even) .inner-development-list-tip em {
    left: 0;
}

.inner-development-list:hover .inner-development-list-title {
    background: #004ea2;
    color: #fff;
}

.inner-development-list:hover .inner-development-list-tip em {
    background: #004ea2;
    border-color: #004ea2;
}

.inner-development-list:hover .inner-development-list-tip span {
    background: #004ea2;
}

.layui-laypage {
    width: 100%;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #004ea2;
}

.layui-laypage a:hover {
    color: #004ea2;
}

.detailMargin {
    margin-top: 150px;
}

/* 小屏幕 */
@media only screen and (max-width: 1500px) {
    .header-list {
        width: 85%;
    }

    .brief .brief-list {
        width: 85%;
    }

    .brief .brief-list .brief-list-txt {
        width: 52%;
    }

    .brief .brief-list .brief-list-txt div dl dt {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .brief .brief-list .brief-list-txt div dl dd span {
        margin-top: 5px;
    }

    .brief .brief-list .brief-list-txt div dl dd {
        margin-left: 10px;
    }

    .brief .brief-list .brief-list-img {
        width: 46%;
        text-align: right;
    }

    .brief .brief-list .brief-list-img img {
        max-width: 95%;
    }

    .brief .brief-list .brief-list-img::before {
        left: 0;
        bottom: -5%;
        width: 95%;
    }

    .case {
        width: 85%;
    }

    .case .case-list p a {
        width: 39%;
        height: auto;
    }

    .case .case-list p a:first-child {
        width: 59.5%;
        margin-right: 1.5%;
        height: auto;
    }

    .case .case-list p a:last-child {
        width: 18.5%;
        height: auto;
        margin-top: 1.5%;
    }

    .case .case-list a.more {
        width: 18.5%;
    }

    .case .case-list a.more span {
        margin: 25% 0 10%;
    }

    .news {
        width: 85%;
    }

    .news dl {
        width: 48%;
    }

    .news ul {
        width: 50%;
    }

    .footer-list {
        width: 85%;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 60px;
    }

    .inner-banner-inner {
        width: 85%;
    }

    .margin-c {
        width: 85%;
    }

    .margin-c.news-info {
        width: 100%;
        padding: 0 6%;
    }

    .margin-c.news-info.detailMargin {
        width: 85%;
    }

    .inner-qualification .inner-qualification-left {
        width: 49%;
        min-height: 400px;
    }

    .news-top-left {
        width: 39%;
    }

    .news-top-right {
        width: 58.5%;
    }

    .news-item-right {
        width: calc(100% - 150px);
    }

    .ywly-item {
        width: 32%;
        margin-right: 2%;
    }

    .gcal-item {
        width: 30%;
        margin-right: 5%;
    }

    .sjtd-right {
        width: calc(100% - 585px);
    }

    .shll-right {
        width: calc(100% - 585px);
    }

    .rlzy-item {
        width: 48.5%;
    }

    .rlzy-item-right {
        width: calc(100% - 200px);
    }

    .lxwm-content .hd {
        width: 52%;
    }

    .lxwm-content .bd {
        width: 100%;
    }

    .lxwm-map {
        width: 100%;
    }

    .inner-qualification .inner-qualification-left dl dt {
        width: 36%;
    }

    .inner-qualification .inner-qualification-left dl dd {
        width: 57%;
        box-sizing: border-box;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 300px;
        line-height: 300px;
    }

    .w1200 {
        width: 85%;
    }

    .technical-hr dl dt {
        height: 350px;
    }

    .technical-hr dl dd div h3 {
        margin-top: 110px;
    }

    .ywly-item-img {
        height: 285px;
    }

    .gcal-item-img {
        height: 305px;
    }
}

@media only screen and (max-width: 1400px) {
    /* .header-list .nav li{margin-right: 45px;} */
    .header-list .nav li a {
        padding: 0 20px;
    }

    .brief .brief-list .brief-list-txt div dl dd span {
        display: none;
    }

    .brief .brief-list .brief-list-txt div dl dd em {
        margin-top: 25px;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 50px;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 260px;
        line-height: 260px;
    }
}

@media only screen and (max-width: 1300px) {
    /* .header-list .nav li{margin-right: 35px;} */
    /* .brief{height: 837px;} */
    .brief .brief-list .brief-list-txt div {
        margin: 45px 0 90px;
    }

    .business dl dd em:first-child {
        margin-top: 20%;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 40px;
    }

    .footer-list-nav .footer-list-nav-right dl {
        margin-left: 40px;
    }

    .sjtd-left {
        width: 400px;
    }

    .sjtd-right {
        width: calc(100% - 445px);
    }

    .shll-left {
        width: 400px;
    }

    .shll-left-bgi {
        width: 400px;
    }

    .technical-hr {
        margin-top: 100px;
    }

    .technical-hr dl dt {
        height: 280px;
    }

    .technical-hr dl dd div h3 {
        margin-top: 75px;
    }

    .ywly-item-img {
        height: 248px;
    }

    .gcal-item-img {
        height: 265px;
    }
}

@media only screen and (max-width: 1200px) {
    /* .header-list .nav li{margin-right: 25px;} */
    .header-list .nav li a {
        padding: 0 15px;
    }

    .brief .brief-list .brief-list-txt div {
        margin: 45px 0 60px;
    }

    .brief .brief-list .brief-list-txt p {
        font-size: 14px;
        line-height: 26px;
    }

    .brief .brief-list .brief-list-txt div dl dt {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .brief .brief-list .brief-list-txt div dl dt img {
        width: 35px;
    }

    .brief .brief-list .brief-list-txt div dl dd em {
        font-size: 16px;
        margin: 0;
        line-height: 67px;
    }

    .brief .brief-list .brief-list-txt a.more {
        width: 150px;
        line-height: 48px;
        height: 48px;
        text-indent: 30px;
        background: #004ea2 url(brief-img05.png) no-repeat 105px center;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 30px;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 230px;
        line-height: 230px;
    }

}

@media only screen and (max-width: 1100px) {
    /* .header-list .nav li{margin-right: 20px;} */
    .brief .brief-list .brief-list-txt div {
        margin: 40px 0;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 20px;
    }

    .header .icon {
        display: block;
    }

    .header-list .nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 105px; /* background: #fff; */
        border-top: 1px solid #ededed;
        display: none;
    }

    .header-list .nav ul {
        width: 85%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .header-list .nav ul li {
        margin: 0;
        flex: 1;
        text-align: center;
    }

    .header-list .nav ul li ul {
        display: none !important;
    }

    .brief .brief-list .brief-list-txt p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news dl {
        display: none;
    }

    .news ul {
        width: 100%;
    }

    .technical-hr dl dt {
        height: 240px;
    }

    .technical-hr dl dt img {
        left: -500px;
    }

    .technical-hr dl dd div h3 {
        margin-top: 60px;
    }

    .footer-list-nav .footer-list-nav-right {
        margin-left: 35%;
        margin-top: 20px;
        float: left;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 60px;
    }

    .footer-list-link select {
        background: #fff url("down02.jpg") no-repeat right center;
    }

    .inner-banner-inner {
        bottom: 30px;
    }

    .inner-banner-inner-foot {
        margin-top: 30px;
    }

    .inner-development::after {
        margin: 0;
    }

    .inner-development::before {
        margin: 0;
        left: 15px;
    }

    .inner-development-list {
        width: 95%;
        margin-left: 5% !important;
        margin: 30px 0 30px 5% !important;
    }

    .inner-development-list .inner-development-list-tip {
        left: -5%;
        top: 48px;
    }

    .inner-development-list .inner-development-list-tip span {
        width: 60%;
        right: initial;
        left: 0;
    }

    .inner-development-list .inner-development-list-tip em {
        right: initial;
        left: 0;
    }

    .inner-development-list:nth-child(even) .inner-development-list-tip {
        left: -5%;
    }

    .ywly-item-img {
        height: 211px;
    }

    .gcal-item-img {
        height: 225px;
    }

    .sjtd-left {
        width: 300px;
    }

    .sjtd-right {
        width: calc(100% - 345px);
    }

    .shll-left-bgi {
        width: 300px;
    }

    .shll-left {
        width: 300px;
    }

    .lxwm-content {
        height: auto;
    }

    .lxwm-content .hd {
        width: 100%;
    }

    .lxwm-content .tempWrap {
        width: 100%;
    }

    .lxwm-content .bd {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    /* .header-list .nav li{margin-right: 15px;} */
    .brief .brief-list .brief-list-txt div dl dt {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .brief .brief-list .brief-list-txt div dl dt img {
        width: 25px;
    }

    .brief .brief-list .brief-list-txt div dl dd em {
        line-height: 50px;
    }

    .brief .brief-list .brief-list-txt h3 {
        background-size: 90%;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 48px;
    }

    .footer-list-link select {
        margin: 0 1.66%;
        width: 30%;
    }

    .news-inner-nav ul li a {
        font-size: 14px;
    }

    .news-inner-nav ul a span {
        width: 18px;
        height: 18px;
        margin-top: 19px;
        margin-right: 7px;
    }

    .news-inner-nav ul a:hover span img {
        top: -18px;
    }

    .news-inner-nav ul a.on span img {
        top: -18px;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 200px;
        line-height: 200px;
    }

    .rlzy-item {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .brief .brief-list .brief-list-txt div {
        margin: 25px 0;
    }

    .brief .brief-list .brief-list-img {
        display: none;
    }

    .brief .brief-list .brief-list-txt {
        width: 100%;
    }

    .brief .brief-list .brief-list-txt h3 {
        background-size: auto;
    }

    .brief .brief-list .brief-list-txt div dl {
        margin-right: 35px !important;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin-right: 36px;
    }

    .inner-banner-inner-title {
        font-size: 30px;
    }

    .inner-banner-inner-title-e {
        font-size: 16px;
    }

    .inner-banner-inner-foot {
        margin-top: 20px;
    }

    .news-inner-nav ul a span {
        margin-right: 5px;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 180px;
        line-height: 180px;
    }

    .ywly-item-img {
        height: 174px;
    }

    .gcal-item-img {
        height: 185px;
    }
}

/* 手机端 */
.menu_list_bor {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 8888;
}

.colse_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu_right {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
}

.menu_top {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #bbbbbb;
}

.clo {
    line-height: 1rem;
    color: #333;
    font-size: 0.3rem; /* width: 1.8rem; */
    margin-left: 0.3rem;
    height: 1rem;
    background-size: auto 0.25rem;
    padding-left: 0.35rem;
}

.menu_list {
    width: 100%;
}

.clo b {
    float: left;
    height: 100%;
    width: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);;
    background: url('fl.png') no-repeat right center;
    background-size: 40%;
}

.clo span {
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.1rem;
}

.menu_list > ul > li, .menu_list > ul > li div > ul > li {
    line-height: 0.8rem;
    *height: 0.8rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.menu_list > ul > li div > ul {
    display: none;
}

.menu_list > ul > li > a, .menu_list > ul > li div > ul > li > a {
    line-height: 0.8rem;
    *height: 0.8rem;
    color: #333;
    font-size: 0.28rem;
    display: inline-block;
    padding-left: 0.65rem; /*width: 100%;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu_list ul li a {
    line-height: 0.8rem;
    *height: 0.8rem;
    color: #333;
    font-size: 0.3rem;
    display: inline-block;
    padding-left: 0.65rem; /*width: 100%;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu_list ul li ul li a {
    border-top: 1px solid #e9e9e9;
    padding-left: 1rem;
}

.menu_list > ul > li div > ul > li {
    border: 0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0.3rem;
}

.menu_list > ul > li div > ul > li > a {
    color: #575757;
}

.menu_list > ul > li > b, .menu_list > ul > li div > ul > li b {
    position: absolute;
    display: block;
    width: 24%;
    height: 0.8rem;
    right: 0;
    top: 0;
    background: url('fl.png') no-repeat center;
    background-size: 15%;
}

.menu_list > ul > li div > ul > li li {
    border-top: 1px solid #e9e9e9;
}

.menu_list > ul > li div > ul > li li a {
    padding-left: 1.25rem;
    color: #333;
    font-size: 0.28rem;
}

.menu_list > ul > li > b.nex, .menu_list > ul > li div > ul > li b.nex {
    background: url('nex.png') no-repeat center;
    background-size: 30%;
}

.menu_list > ul > li {
    line-height: 0.8rem;
}

.menu_list > ul > li ul {
    display: none;
}

.menu_list > ul > li ul#ul_2f32ce1b-1f71-4b52-93f7-11b4b723131a {
    height: 5.35rem;
    overflow-y: auto;
}

.wap-header {
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 1rem;
    z-index: 999;
    transition: all 0.5s;
    display: none;
    background: #fff;
}

.wap-header.on {
    background: #0070ba;
}

/* .header-on{background: #303036;} */
.wap-header .logo { /* width: 0.61rem; */ /* height: 0.63rem; */
    text-align: center;
    line-height: 1rem;
    font-size: 0;
    float: left; /* margin-top: 0.18rem; */
    margin-left: 0.25rem;
    height: 1rem;
}

.wap-header .logo img { /*max-width: 3.06rem;*/
    height: 60%;
}

.wap-header .icon {
    float: right;
    margin-right: 0.25rem;
    margin-top: 0.35rem;
    width: 0.41rem;
    height: 0.29rem;
    background: url("nav.png") no-repeat center;
    background-size: contain;
}

.wap-header .user {
    float: right;
    width: 0.3rem;
    height: 0.3rem;
    background: url(user.png) no-repeat center;
    background-size: cover;
    margin-right: 0.25rem;
    margin-top: 0.35rem;
}

.wap-business {
    display: none;
}

@media only screen and (max-width: 750px) {
    .wap-header {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .wap-header .logo img {
        height: 80%;
    }

    .header {
        display: none;
    }

    .banner {
        margin-top: 1rem;
    }

    .banner .swiper-pagination {
        bottom: 0.24rem;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.04rem;
    }

    .brief {
        height: auto;
        padding-bottom: 0;
    }

    .brief .brief-list {
        overflow: hidden;
        width: auto;
        margin: 0.5rem 0.25rem;
    }

    .brief .brief-list .brief-list-txt {
        width: 100%;
    }

    .brief .brief-list .brief-list-txt h3 {
        font-size: 0.4rem;
        padding-top: 0.7rem;
        background-size: 75%;
    }

    .brief .brief-list .brief-list-txt i {
        margin: 0.2rem 0;
        width: 0.6rem;
        height: 0.04rem;
    }

    .brief .brief-list .brief-list-txt p {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }

    .brief .brief-list .brief-list-txt div {
        margin: 0.35rem 0;
    }

    .brief .brief-list .brief-list-txt div dl {
        margin: 0.1rem 0 !important;
        width: 100%;
    }

    .brief .brief-list .brief-list-txt div dl dt {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }

    .brief .brief-list .brief-list-txt div dl dt img {
        max-width: 50%;
        max-height: 50%;
    }

    .brief .brief-list .brief-list-txt div dl dd {
        margin-left: 0.15rem;
    }

    .brief .brief-list .brief-list-txt div dl dd em {
        font-size: 0.3rem;
        margin: 0.1rem 0 0 0;
        line-height: initial;
    }

    .brief .brief-list .brief-list-txt div dl dd span {
        font-size: 0.24rem;
        margin: 0;
        display: block;
    }

    .brief .brief-list .brief-list-txt a.more {
        width: 2.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        text-indent: 0.5rem;
        font-size: 0.3rem;
        background-position-x: 2rem;
    }

    .brief .brief-list .brief-list-img {
        display: none;
    }

    .index-title {
        font-size: 0.4rem;
        padding: 0.6rem 0;
    }

    .index-title:before {
        bottom: 0.4rem;
        width: 0.6rem;
        height: 0.04rem;
    }

    .business dl {
        width: 100%;
        display: none;
    }

    .business dl dd em:first-child {
        margin-top: 1rem;
    }

    .business dl dd em {
        height: 0.8rem;
    }

    .business dl dd h3 {
        font-size: 0.36rem;
    }

    .business dl dd p {
        font-size: 0.28rem;
        margin-bottom: 1rem;
    }

    .business dl dd a {
        margin: 1.5rem auto 0;
        width: 0.36rem;
        height: 0.36rem;
    }

    .business dl dd a img {
        max-width: 100%;
    }

    .wap-business {
        display: block;
        overflow: hidden;
    }

    .wap-business dl dt img {
        max-width: 100%;
    }

    .wap-business dl dd {
        padding: 0.2rem 0.3rem;
        background: #0070ba;
    }

    .wap-business dl dd h3 {
        font-size: 0.32rem;
        color: #fff;
    }

    .wap-business dl dd p {
        font-size: 0.24rem;
        text-transform: uppercase;
        color: #fff;
        opacity: 0.7;
        margin-bottom: 0.1rem;
    }

    .wap-business dl dd img {
        opacity: 0.7;
    }

    .case {
        width: auto;
        margin: 0 0.25rem;
    }

    .case .case-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .case .case-item a {
        margin: 0rem 0;
        height: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.58rem;
        padding: 0;
        width: 33.1%;
        box-sizing: border-box;
    }

    .case .case-list {
        margin-top: 0.4rem;
    }

    .case .case-list p a {
        width: 3.4rem !important;
        height: 3rem !important;
        margin: 0 0 0.2rem 0 !important;
    }

    .case .case-list p a:nth-child(even) {
        float: right;
    }

    .case .case-list p a img {
        max-width: 100%;
        max-height: 153px;
        width: 100%;
    }

    .case .case-list a.more {
        width: 3.4rem !important;
        height: 2.7rem !important;
        bottom: 0.2rem;
    }

    .case .case-list a.more span {
        margin: 0.9rem 0 0.2rem;
        font-size: 0.28rem;
    }

    .news {
        width: auto;
        margin: 0 0.25rem;
        padding: 0;
    }

    .news dl {
        width: 100%;
        display: block;
    }

    .news dl dt {
        height: auto;
    }

    .news dl dt img {
        max-width: 100%;
        position: relative;
        height: auto;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }

    .news dl dt p {
        width: 1.5rem;
        height: 1.5rem;
    }

    .news dl dt p b {
        font-size: 0.4rem;
        margin-top: 0.2rem;
    }

    .news dl dt p span {
        font-size: 0.3rem;
    }

    .news dl dd {
        padding: 0.25rem;
    }

    .news dl dd h3 {
        font-size: 0.32rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news dl dd p {
        font-size: 0.28rem;
        line-height: 0.5rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news dl dd em {
        margin-top: 0.2rem;
        font-size: 0.28rem;
        background: url(news-img02.png) no-repeat 1.32rem center;
        background-size: 0.32rem;
    }

    .news ul {
        width: 100%;
    }

    .news ul li {
        padding: 0.25rem 0;
    }

    .news ul li h3 {
        font-size: 0.3rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news ul li p {
        font-size: 0.26rem;
        line-height: 0.44rem;
        margin-top: 0.15rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .technical-hr {
        margin-top: 0.75rem;
    }

    .technical-hr dl {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .technical-hr dl dt {
        height: 3rem;
    }

    .technical-hr dl dt img {
        margin: 0;
        left: 0;
    }

    .technical-hr dl dd div h3 {
        margin-top: 0.5rem;
        font-size: 0.4rem;
    }

    .technical-hr dl dd div p {
        font-size: 0.28rem;
        margin: 0.15rem 0.25rem 0;
    }

    .technical-hr dl dd div img {
        margin-top: 0.3rem;
    }

    .footer-list {
        width: auto;
        margin: 0 0.25rem;
    }

    .footer-list-nav {
        margin-top: 0.5rem;
        padding: 0;
    }

    .footer-list-nav .footer-list-nav-left ul {
        display: flex; /* justify-content: space-between; */
        flex-wrap: wrap;
    }

    .footer-list-nav .footer-list-nav-left li {
        margin: 0;
        width: 25%;
        text-align: center;
    }

    .footer-list-nav .footer-list-nav-left li:nth-child(4n) {
        text-align: right;
    }

    /* .footer-list-nav .footer-list-nav-left li:nth-child(4n){text-align: left;} */
    .footer-list-nav .footer-list-nav-left li:nth-child(4n+1) {
        text-align: left;
    }

    .footer-list-nav .footer-list-nav-left li a {
        font-size: 0.3rem;
        font-weight: normal;
    }

    .footer-list-nav .footer-list-nav-left li ul {
        display: none !important;
    }

    .footer-list-nav .footer-list-nav-right {

    }

    .footer-list-link {
        display: none;
    }

    .footer-list-copyright {
        margin: 0.2rem 0;
        font-size: 0.26rem;
    }

    .footer-list-copyright a {
        font-size: 0.26rem;
    }

    .inner-banner {
        margin-top: 1rem;
        height: 2.5rem;
        overflow: hidden;
    }

    .inner-banner img {
        width: auto;
        height: 100%;
    }

    /* .news-inner-nav ul li{width: 33.333% !important;} */
    .inner-banner-inner {
        width: auto;
        margin: 0 0.25rem;
        bottom: 0.25rem;
    }

    .inner-banner-inner-title {
        font-size: 0.32rem;
    }

    .inner-banner-inner-title-e {
        font-size: 0.24rem;
        margin-top: 0rem;
    }

    .inner-banner-inner-foot {
        font-size: 0.26rem;
        margin-top: 0.2rem;
    }

    .inner-banner-inner-foot a {
        font-size: 0.26rem;
    }

    .margin-c {
        margin: 0 0.25rem;
        width: auto;
    }

    .news-inner-nav {
        margin-top: 0.25rem;
        line-height: 0.8rem;
        overflow: hidden;
        height: auto;
    }

    .news-inner-nav ul {
        height: auto;
    }

    .news-inner-nav ul li a {
        font-size: 0.3rem;
        border-bottom: 1px solid #eee;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .news-inner-nav ul li a span {
        width: 0.36rem;
        margin-top: 0.22rem;
        height: 0.36rem;
        margin-right: 0.1rem;
    }

    .news-inner-nav ul a.on span img {
        top: -0.36rem;
    }

    .news-inner-nav ul a:hover span img {
        top: -0.36rem;
    }

    .news-inner-nav ul li:nth-last-child(1) a {
        border-right: 1px solid #eee;
    }

    .news-inner-nav ul li ul {
        top: 0.8rem;
    }

    .news-inner-nav ul li ul li {
    }

    .news-inner-nav ul li ul li a {
        height: 0.64rem;
        line-height: 0.64rem;
        font-size: 0.28rem;
    }

    .inner-title {
        font-size: 0.4rem;
        margin: 0.35rem 0;
    }

    .inner-qualification .inner-qualification-left {
        width: 100%;
        padding: 0.25rem 0.3rem 7.8rem;
        margin-bottom: 0.25rem;
        min-height: initial;
    }

    .inner-qualification .inner-qualification-left h3 {
        font-size: 0.32rem;
        margin-bottom: 0.15rem;
    }

    .inner-qualification .inner-qualification-left dl {
        float: left;
        margin-right: 0.25rem;
    }

    .inner-qualification .inner-qualification-left dl dd {
        padding-left: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        width: 100%;
        padding: 0 0 0 0.4rem;
    }

    .inner-qualification .inner-qualification-left dl dd:before {
        width: 0.15rem;
        height: 0.15rem;
        left: 0.05rem;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .inner-qualification .inner-qualification-left dl.on dd {
        font-size: 0.3rem;
    }

    .inner-qualification .inner-qualification-left dl.on dd:before {
        width: 0.24rem;
        height: 0.24rem;
        background-size: 100%;
        top: 0;
    }

    .inner-qualification .inner-qualification-left dl dt {
        left: 0.25rem;
        right: 0.25rem;
        bottom: 0.3rem;
        top: initial;
        text-align: center;
        height: 7.36rem;
        width: 6.4rem;
    }

    .inner-qualification .inner-qualification-left dl dt img {
        max-width: 100%;
        max-height: 100%;
    }

    .inner-honor .inner-honor-nav {
        margin-bottom: 0.25rem;
        overflow: hidden;
    }

    .inner-honor .inner-honor-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inner-honor .inner-honor-nav li {
        float: left;
        width: 48%;
        margin-bottom: 0.15rem;
    }

    .inner-honor .inner-honor-nav li:nth-child(even) {
        float: right;
    }

    .inner-honor .inner-honor-nav li a {
        margin: 0;
        font-size: 0.26rem;
        width: auto;
        padding: 0.15rem 0;
        line-height: initial;
    }

    .inner-honor .inner-honor-list dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem !important;
    }

    .inner-honor .inner-honor-list dl:nth-child(even) {
        float: right;
    }

    .inner-honor .inner-honor-list dl dt {
        height: 4.5rem;
        line-height: 4.5rem;
        border-radius: 0;
    }

    .inner-honor .inner-honor-list dl dt img {
        max-width: 100%;
        max-height: 100%;
    }

    .inner-honor .inner-honor-list dl dd {
        font-size: 0.28rem;
        margin-top: 0.15rem;
        padding: 0 0.25rem;
    }

    .inner-development {
        padding: 5px;
    }

    .inner-development::before {
        display: none;
    }

    .inner-development::after {
        display: none;
    }

    .inner-development-list {
        width: 100%;
        margin: 0rem 0 0.4rem !important;
        padding: 0.25rem 0.3rem;
    }

    .inner-development-list .inner-development-list-title {
        width: 2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.33rem;
        margin: 0.1rem 0;
    }

    .inner-development-list .inner-development-list-tip {
        display: none;
    }

    .inner-development-list .inner-development-list-content {
        display: none;
    }

    .news-top {
        margin-bottom: 0.4rem;
    }

    .news-top .hd {
        right: 0.3rem;
        bottom: 0.3rem;
    }

    .news-top .bd li {
        height: auto;
    }

    .news-top-left {
        width: 100%;
        height: auto;
    }

    .news-top-left img {
        max-width: 100%;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }

    .news-top-right {
        display: none;
    }

    .news-item {
        height: auto;
        overflow: hidden;
        padding: 0;
        border-bottom: none;
        margin-bottom: 0.25rem;
    }

    .news-item-left {
        margin: 0;
        height: auto;
        width: auto;
        padding: 0 0.2rem;
    }

    .news-top-right-time-y {
        font-size: 0.4rem;
        width: auto;
        line-height: 0.8rem;
    }

    .news-top-right-time-foot {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .news-item-right {
        float: right;
        width: 5.2rem;
    }

    .news-item-title {
        font-size: 0.32rem;
        margin-bottom: 0.1rem;
    }

    .news-item-text {
        font-size: 0.28rem;
        line-height: initial;
    }

    .news-info {
        margin-top: 0.4rem;
        padding: 0 0.25rem;
    }

    .news-info-title {
        margin: 0.25rem 0;
        font-size: 0.32rem;
    }

    .news-info-tiem {
        font-size: 0.26rem;
        padding-bottom: 0.2rem;
        margin-bottom: 0.2rem;
        border-bottom: 0.08rem solid #eee;
    }

    .news-info-fuwenben {
        font-size: 0.28rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.35rem;
    }

    .news-info-foot {
        margin-bottom: 0.5rem;
        height: 0.8rem;
    }

    .news-info-foot-tiem {
        height: 0.8rem;
        line-height: 0.8rem;
        width: auto;
        font-size: 0.28rem;
        box-sizing: content-box;
    }

    .news-info-foot-tiem img {
        display: none;
    }

    .news-info-foot-tiem:nth-child(1) {
        background: url(news-info-foot-tiem01.png) no-repeat 0.15rem center;
        background-size: 0.32rem;
        padding: 0 0.15rem 0 0.55rem;
    }

    .news-info-foot-tiem:nth-child(2) {
        width: 2rem;
        line-height: 0.8rem;
        border: 1px solid #004ea2;
    }

    .news-info-foot-tiem:nth-child(3) {
        background: url(news-info-foot-tiem02.png) no-repeat 1.1rem center;
        background-size: 0.32rem;
        padding: 0 0.55rem 0 0.15rem;
    }

    .margin-c.news-info {
        margin: 0.25rem 0;
        padding: 0 0.25rem;
    }

    .ywly-list {
        margin-bottom: 0;
    }

    .ywly-info-title {
        font-size: 0.4rem;
        line-height: initial;
        padding: 0.2rem 0;
    }

    .ywly-top {
        margin-bottom: 0.25rem;
    }

    .ywly-top-left {
        font-size: 0.32rem;
    }

    .ywly-top-left-span {
        width: 2px;
        height: 0.3rem;
        margin-top: 0.1rem;
    }

    .ywly-top-right {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }

    .ywly-item {
        width: 100%;
        margin: 0 0 0.2rem 0;
    }

    .ywly-item-img {
        height: auto;
    }

    .ywly-item-img img {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        height: auto;
    }

    .ywly-item-foot {
        margin: 0.15rem;
        font-size: 0.28rem;
        height: auto;
    }

    .gcal-list {
        margin-top: 0.4rem;
    }

    .gcal-item {
        width: 100%;
        margin: 0 0 0.25rem 0;
    }

    .gcal-item-img {
        height: auto;
    }

    .gcal-item-img img {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        height: auto;
        width: 100%;
    }

    .gcal-item-foot {
        height: auto;
        font-size: 0.3rem;
        padding: 0.15rem 0.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        text-align: center;
    }

    .w1200 {
        width: 100%;
        text-align: center;
    }

    .gcal-mask .swiper-slide {
        width: 5rem;
    }

    .gcal-mask-title {
        font-size: 0.36rem;
        margin: 1rem auto 0.5rem;
    }

    .w1200 .swiper-button-prev {
        top: 7rem;
        position: relative;
        top: 0;
        display: inline-block;
    }

    .w1200 .swiper-button-prev img {
        width: 0.3rem;
    }

    .w1200 .swiper-button-next {
        top: 7rem;
        position: relative;
        top: 0;
        display: inline-block;
    }

    .w1200 .swiper-button-next img {
        width: 0.3rem;
    }

    .gcal-mask .margin-c .close {
        top: 6.75rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 0.5rem;
        position: relative;
        top: 0;
        margin: 0.5rem;
    }

    .sjtd {
        height: auto;
        margin-bottom: 0.4rem;
    }

    .sjtd-left {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .sjtd-left img {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        height: auto;
        width: 100%;
    }

    .sjtd-right {
        width: 100%;
        margin: 0;
    }

    .sjtd-title {
        font-size: 0.34rem;
        color: #333;
        margin: 0.15rem 0 0.1rem;
    }

    .sjtd-text {
        font-size: 0.28rem;
    }

    .shll {
        margin-bottom: 0.5rem;
        overflow: hidden;
        height: auto;
    }

    .shll-left-bgi {
        height: 4rem;
        width: 100%;
        position: relative;
    }

    .shll img {
        height: 4rem;
    }

    .shll-left {
        padding: 0;
        width: 100%;
        color: #333;
    }

    .shll-left-title {
        font-size: 0.34rem;
        color: #333;
        margin: 0.15rem 0 0.1rem;
    }

    .shll-left-text {
        font-size: 0.28rem;
    }

    .shll-right {
        display: none;
    }

    .rlzy-item {
        width: 100%;
        height: auto;
        margin-bottom: 0.3rem;
    }

    .rlzy-item-left {
        width: auto;
        height: auto;
        padding: 0 0.2rem;
    }

    .rlzy-item-left-r {
        width: auto;
        font-size: 0.36rem;
        line-height: 0.8rem;
        margin: 0;
    }

    .rlzy-item-left-foot {
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .rlzy-item-right {
        height: auto;
        line-height: initial;
        font-size: 0.32rem;
        line-height: 1.4rem;
        margin-left: 0.25rem;
        width: 4rem;
    }

    .rlzy-item-position {
        height: 1.4rem;
        right: 0.25rem;
    }

    .lxwm-content {
        margin: 0.5rem 0;
        height: auto;
    }

    .lxwm-content .hd {
        width: 100%;
        float: none;
    }

    .lxwm-content .hd li {
        height: auto;
        padding: 0.25rem 0.4rem;
        width: auto;
    }

    .lxwm-title {
        width: auto;
        margin: 0;
        line-height: initial;
        font-size: 0.36rem;
        line-height: 2;
        padding-bottom: 0.15rem;
    }

    .lxwm-item {
        width: auto;
        margin: 0;
    }

    .lxwm-content .bd {
        float: none;
    }

    .lxwm-content .hd .on {
        height: auto;
    }

    .lxwm-content .hd .on .lxwm-title {
        margin: 0;
        line-height: 2;
    }

    .lxwm-content .hd .on .lxwm-item {
        width: auto;
        margin: 0;
        font-size: 0.3rem;
    }

    .lxwm-map {
        width: 100%;
    }

    .margin-c.news-info.detailMargin {
        margin: 1.2rem 0.25rem 0 0.25rem;
        width: 7rem;
        padding: 0 0.25rem;
    }

    .prize .swiper-slide dl {
        height: auto;
        left: 0.3rem;
        right: 0.3rem;
    }

    .prize .swiper-slide dl dt {
        font-size: 0.4rem;
        margin-top: 0.4rem;
    }

    .prize .swiper-slide dl dd {
        font-size: 0.28rem;
        margin-top: 0;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.bancover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

.videocover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}
