@charset "utf-8";
/* CSS 鼠标效果 */
@import url('NotoSansSC.css');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-family: "Source Han Sans CN", 'Noto Sans SC', "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    padding-top: 100px;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, header, footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

input, textarea, select, button {
    outline: none;
    font-family: "Source Han Sans CN", "Noto Sans SC", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.56s ease;
}

a:hover {
    color: #2768b6;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both
}

.overflow {
    overflow-y: hidden;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: none;
}

.wrap {
    width: 1520px;
    margin: 0 auto;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.w1410 {
    /* width: 1410px; */
    width: 100%;
    margin: 0 auto;
}

.ovh {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(24, 24, 24, .07);
}

::-webkit-scrollbar-thumb {
    background: rgba(24, 24, 24, .3);
    border-radius: 8px;
    transition: background 0.4s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #34495e;
}

/*顶部*/
.header {
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    transition: all .4s;
}

.header .logo {
    height: 100px;
    padding: 26px 0;
}

.header .nav > ul > li {
    margin-left: 1px;
}

.header .nav > ul > li > a {
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    line-height: 100px;
    padding: 0 26px;
    display: block;
    position: relative;
    transition: all .4s;
}

.header .nav > ul > li a::before, .header .nav > ul > li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skewX(-18deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.header .nav > ul > li a:hover, .header .nav > ul > li.on a {
    color: #fff;
}

.header .nav > ul > li a:hover::before, .header .nav > ul > li.on a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #2768b6;
    transform: skewX(-18deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.header .lang {
    margin-left: 26px;
    position: relative;
}

.header .lang::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: -22px;
    top: 3px;
}

.header .lang a {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    background: url(../images/icon01.png) no-repeat left center;
    padding-left: 30px;
    display: block;
    transition: all .4s;
}

.header .lang a:hover {
    color: #2768b6;
}

.menu-toggle {
    display: none;
}

/*首页bannner*/
.banner {
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide img {
    width: 100%;
}

.banner .pagination {
    width: 100% !important;
    position: absolute;
    left: 0;
    bottom: 40px !important;
    z-index: 111;
    text-align: center;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #2768b6;
    margin: 0 10px;
    border-radius: 12px !important;
    opacity: 1;
    cursor: pointer;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-slide-active {
    opacity: 1;
}

.neiBanner {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title {
    text-align: center;
    margin-bottom: 80px;
}

.title h3 {
    font-size: 100px;
    color: #000;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.1;
}

.title h2 {
    font-size: 36px;
    color: #333;
    line-height: 1;
    margin-top: -65px;
}

.title p {
    font-size: 30px;
    color: #666;
    line-height: 1;
    font-weight: 300;
    margin-top: 60px;
}

.title.nei h3 {
    font-size: 72px;
}

.title.nei h2 {
    font-size: 32px;
    margin-top: -50px;
}

.ntitle {
    border-bottom: #ccc solid 1px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.ntitle h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    padding: 0 20px 12px;
    position: relative;
}

.ntitle h2::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #cb0202;
    position: absolute;
    left: 0;
    bottom: 0;
}

.blueCon .ntitle h2::before {
    background: #2768b6;
}

.greenCon .ntitle h2::before {
    background: #069e03;
}

.more {
    width: 270px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #c80202;
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .4s;
}

.more:hover {
    background: #aa0303;
}

.blueCon .more {
    background: #2768b6;
}

.blueCon .more:hover {
    background: #18549c;
}

.greenCon .more {
    background: #069e03;
}

.greenCon .more:hover {
    background: #069e03;
}

.ipro {
    padding: 60px 0 70px;
    background: url(../images/iproBg.jpg) no-repeat center bottom;
}

.ipro .tit {
    text-align: center;
    margin-bottom: 10px;
}

.ipro .tit dl {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.ipro .tit p {
    font-size: 20px;
    color: #999;
    line-height: 1;
}

.ipro .box ul {
    margin: 0 -14px;
}

.ipro .box ul li {
    width: 25%;
    padding: 0 14px;
    padding-bottom: 30px;
}

.ipro .box ul li a {
    position: relative;
    display: block;
}

.ipro .box ul li a::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/icon02.png) no-repeat center;
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 111;
}

.ipro .box ul li dl {
    background: url(../images/proBg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 55.5555%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.ipro .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-top: auto;
    padding: 15px;
}

.ipro .box ul li ol {
    position: absolute;
    left: 28px;
    top: 40px;
    z-index: 11111;
}

.ipro .box ul li ol h3 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}

.ipro .box ul li ol dt {
    font-size: 16px;
    color: #999;
}

.ipro .more {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #1b4f93;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: block;
    margin: 125px auto 0;
    transition: all .4s;
}

.ipro .more:hover {
    background: #1b4f93;
    color: #fff;
}

.history {
    position: relative;
}

.history .title {
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    z-index: 11;
}

.history .title h3 {
    color: #fff;
}

.history .title h2 {
    color: #fff;
}

.history .title p {
    color: #fff;
}

.history .item {
    position: absolute;
    z-index: 22;
}

.history .item .relative {
    position: relative;
}

.history .item .icon {
    width: 18px;
    height: 18px;
    background: #1a4e91;
    border: #fff solid 5px;
    border-radius: 18px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.history .item .con {
    position: absolute;
    left: 25px;
    top: -2px;
    display: flex;
}

.history .item .t {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}

.history .item .c {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    padding: 10px 15px;
    margin-top: -10px;
    font-size: 16px;
    color: #1b4f93;
    display: none;
}

.history .item:hover {
    z-index: 555;
}

.history .item:hover .icon {
    background: #fff;
    border: #1a4e91 solid 5px;
}

.history .item:hover .t {
    color: #1a4e91;
}

.history .item:hover .c {
    display: block;
}

.history .year2000 {
    left: 35.1841%;
    top: 84.1379%;
}

.history .year2008 {
    left: 40.5208%;
    top: 68.1609%;
}

.history .year2012 {
    left: 36.0416%;
    top: 57.4712%;
}

.history .year2015 {
    left: 36.5625%;
    top: 47.1264%;
}

.history .year2018 {
    left: 26.302%;
    top: 49.6551%;
}

.history .year2019 {
    left: 32.5%;
    top: 36.7816%;
}

.history .year2020 {
    left: 48.4375%;
    top: 33.15%;
}

.history .year2021 {
    left: 61.4583%;
    top: 34.4827%;
}

.history .year2022 {
    left: 67.75%;
    top: 31.5%;
}

.history .year2023 {
    left: 73.75%;
    top: 28.7356%;
}

.history .year2024 {
    left: 77.75%;
    top: 22%;
}

.history .year2025 {
    left: 81.25%;
    top: 16.6666%;
}

.history .item.year2018 .con, .history .item.year2019 .con, .history .item.year2020 .con, .history .item.year2021 .con, .history .item.year2022 .con {
    left: -18px;
    top: 25px;
}

.num {
    background: #f8fbff;
}

.num .box {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    position: relative;
    top: -90px;
}

.num .box ul {
    height: 220px;
}

.num .box ul li i {
    margin-right: 10px;
}

.num .box ul li ol dl {
    display: flex;
    align-self: flex-start;
    margin-bottom: 5px;
}

.num .box ul li ol dl b {
    color: #1b4f93;
    font-size: 60px;
    line-height: 1;
}

.partner {
    background: #f8fbff;
    padding-bottom: 70px;
}

.bread {
    padding: 0 70px;
    font-weight: 300;
    line-height: 44px;
}

.bread a {
    margin: 0 10px;
}

.content {
    padding: 40px 70px 60px;
    display: flex;
    justify-content: space-between;
}

.about {
    padding: 70px 0 50px;
}

.about .tit {
    text-align: center;
    margin-bottom: 50px;
}

.about .tit h3 {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.about .tit dl {
    font-size: 24px;
    color: #999;
    line-height: 1;
}

.about .tit dd {
    font-size: 36px;
    color: #1b4f93;
    font-weight: 300;
    line-height: 1;
    margin-top: 50px;
}

.about .text {
    font-size: 18px;
    color: #000;
    background: url(../images/aboutBg.jpg) no-repeat center bottom;
    padding-bottom: 90px;
}

.about .aboutNum {
    margin-top: 50px;
}

.about .aboutNum ul li {
    display: flex;
    align-items: center;
}

.about .aboutNum ul li i {
    margin-right: 40px;
}

.about .aboutNum ul li dl {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.leftNav {
    width: 254px;
}
.leftNav>ul.fixed{ width: 254px; position: fixed; top: 140px;}

.leftNav > ul > li {
    margin-bottom: 4px;
}

.leftNav > ul > li > a {
    padding-left: 40px;
    background: #2768b6;
    color: #fff;
    line-height: 46px;
    display: block;
    position: relative;
}

.leftNav > ul > li > a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: #fff solid 2px;
    border-radius: 10px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.leftNav > ul > li .subnav {
    display: none;
}

.leftNav > ul > li .subnav > a {
    padding-left: 40px;
    background: #f0f0f0;
    line-height: 46px;
    display: block;
    margin-top: 4px;
    position: relative;
    font-weight: 300;
}

.leftNav > ul > li .subnav > a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: #1494cf solid 2px;
    border-radius: 10px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.leftNav > ul > li .subnav > a.on {
    color: #1b4f93;
}

.rightBox {
    width: calc(100% - 300px);
}

.whln .text {
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
    font-weight: 300;
}

.whln .box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}

.whln .box .item:nth-child(odd) {
    flex-direction: row-reverse;
}

.whln .box .item .pic {
    width: 49%;
    padding: 10px;
    position: relative;
}

.whln .box .item .pic dl.imgBoxCover {
    padding-bottom: 63.4615%;
    overflow: inherit;
}

.whln .box .item .pic dl img {
    z-index: 111;
}

.whln .box .item .pic::before {
    content: "";
    width: 60px;
    height: 60px;
    background: #bbbaba;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
}

.whln .box .item .pic::after {
    content: "";
    width: 60px;
    height: 60px;
    background: #bbbaba;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
}

.whln .box .item .pic dl::before {
    content: "";
    width: 60px;
    height: 60px;
    background: #bbbaba;
    position: absolute;
    left: -10px;
    bottom: -10px;
    transition: all .4s;
}

.whln .box .item .pic dl::after {
    content: "";
    width: 60px;
    height: 60px;
    background: #bbbaba;
    position: absolute;
    right: -10px;
    bottom: -10px;
    transition: all .4s;
}

.whln .box .item .con {
    width: 47%;
}

.whln .box .item .con .tit {
    margin-bottom: 20px;
}

.whln .box .item .con .tit dl {
    color: #010101;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3px;
}

.whln .box .item .con .tit dl span {
    color: #cb0202;
}

.whln .box .item .con .tit h3 {
    font-size: 30px;
    color: #000;
}

.whln .box .item .con .boxtext {
    font-size: 18px;
    line-height: 2;
}

.whln .box .item:hover .pic::before, .whln .box .item:hover .pic::after, .whln .box .item:hover .pic dl::before, .whln .box .item:hover .pic dl::after {
    background: #cb0202;
}

.whlnqs01 {
    padding: 0 0 95px;
}

.whlnqs01 .box ul li {
    position: relative;
}

.whlnqs01 .box ul li ol {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 60px;
}

.whlnqs01 .box ul li ol h3 {
    color: #fff;
    font-size: 28px;
}

.whlnqs01 .box ul li ol dt {
    color: #fff;
    font-size: 18px;
}

.whlnqs02 {
    padding-bottom: 90px;
}

.whlnqs02 .list {
    margin-bottom: 50px;
}

.whlnqs02 .list ul li {
    width: 32%;
    background: #f0f5ff;
    display: flex;
    color: #666;
    font-size: 18px;
    line-height: 60px;
    padding: 0 30px;
}

.whlnqs02 .list ul li h3 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    padding-left: 20px;
    margin-right: 10px;
    position: relative;
}

.whlnqs02 .list ul li h3::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cb0202;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.whlnqs02 .list ul li:hover {
    background: #fbe9e9;
    color: #cb0202;
}

.whlnqs02 .list ul li:hover h3 {
    color: #cb0202;
}

.whlnqs02 .text {
    font-size: 25px;
    text-align: center;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 40px;
}

.whlnqs02 .box .item {
    width: 50%;
    position: relative;
}

.whlnqs02 .box .item dl {
    padding-bottom: 55.02%;
}

.whlnqs02 .box .item ol {
    width: 100%;
    height: 100%;
    padding: 56px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.whlnqs02 .box .item ol h3 {
    color: #000;
    font-size: 30px;
    text-align: right;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 50%;
}

.whlnqs02 .box .item ol dt {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 50%;
}

.whlnqs02 .box .item:nth-child(2n+2) ol h3 {
    padding-left: 0;
    padding-right: 50%;
    text-align: left;
}

.whlnqs02 .box .item:nth-child(2n+2) ol dt {
    padding-left: 0;
    padding-right: 50%;
}

.whlnqs03 .text {
    font-size: 25px;
    text-align: center;
    line-height: 2;
    font-weight: 300;
    margin: -30px auto 30px;
}

.whlnqs03 .box .item {
    margin-top: 50px;
}

.whlnqs03 .box .item .tit {
    text-align: center;
    margin-bottom: 15px;
}

.whlnqs03 .box .item .tit h3 {
    border-bottom: #cb0202 solid 5px;
    font-size: 25px;
    color: #000;
    font-weight: 300;
    display: inline-block;
}

.whlnqs03 .box .item .con {
    background: #2363b0;
}

.whlnqs03 .box .item .con .pic {
    width: 500px;
}

.whlnqs03 .box .item .con .boxText {
    width: calc(100% - 500px);
    color: #fff;
    padding: 10px 55px;
}

.whlnqs03 .box .item:nth-child(even) .con {
    flex-direction: row-reverse;
}

.whhd .box {
    padding-bottom: 50px;
}

.whhd .box ul {
    margin: 0 -66px;
}

.whhd .box ul li {
    width: 33.33%;
    padding: 0 66px;
    margin-bottom: 25px;
}

.whhd .box ul li dl {
    padding-bottom: 58.0808%;
    border-radius: 10px;
}

.whhd .box ul li dl .date {
    padding: 0 10px;
    background: #cb0202;
    border-bottom-left-radius: 20px;
    color: #fff;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}

.whhd .box ul li dl .date b {
    font-size: 22px;
    font-weight: 900;
}

.whhd .box ul li ol {
    padding-top: 10px;
}

.whhd .box ul li ol h3 {
    font-size: 18px;
    color: #000;
}

.whhd .box ul li ol dt {
    color: #666;
    text-align: right;
    margin-top: 5px;
}

.whhdView .text {
    line-height: 1.8;
}

.viewPage {
    background: #fff;
    border: #ebe9e9 solid 20px;
    padding: 30px 80px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.viewPage li {
    width: 48%;
    font-size: 18px;
    border-top: 4px solid #cccccc;
    padding-top: 16px;
    display: flex;
    align-items: center;
    transition: all .4s;
}

.viewPage li dl {
    width: 114px;
    padding: 5px 0;
    background: #cccccc;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    transition: all .4s;
}

.viewPage li a {
    width: calc(100% - 120px);
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .4s;
}

.viewPage li:hover {
    border-top: 4px solid #cb0202;
}

.viewPage li:hover dl {
    background: #cb0202;
}

.viewPage li:hover a {
    color: #cb0202;
}

.fzlcTop {
    margin-bottom: 50px;
}

.fzlcTop .pic {
    width: 52%;
}

.fzlcTop .pic dl {
    padding-bottom: 39.4736%;
}

.fzlcTop .con {
    width: 48%;
    padding-left: 40px;
}

.fzlcTop .con .tit {
    margin-bottom: 25px;
}

.fzlcTop .con .tit h3 {
    font-size: 24px;
    color: #cb0202;
    font-weight: 500;
    line-height: 1;
}

.fzlcTop .con .tit p {
    color: #9d9d9d;
    text-transform: uppercase;
}

.fzlcTop .con .conText {
    color: #333;
    line-height: 1.8;
}

.fzlc .box ul li {
    margin-bottom: 10px;
}

.fzlc .box ul li a {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 24px 50px;
}

.fzlc .box ul li .date {
    width: 155px;
    font-size: 20px;
    color: #333;
    flex: 0 0 auto;
}

.fzlc .box ul li .date span {
    font-size: 40px;
    color: #cb0202;
}

.fzlc .box ul li .pic {
    width: 170px;
    flex: 0 0 auto;
}

.fzlc .box ul li .pic dl {
    padding-bottom: 54.7%;
    border-radius: 10px;
}

.fzlc .box ul li .text {
    padding: 0 40px;
    color: #333;
}

.fzlc .box ul li .more2 {
    width: 150px;
    font-size: 14px;
    color: #cb0202;
    text-align: right;
    margin-left: auto;
    flex: 0 0 auto;
}

.gshj .box {
    padding-bottom: 20px;
}

.gshj .box ul {
    margin: 0 -55px;
}

.gshj .box ul li {
    width: 25%;
    padding: 0 55px;
    margin-bottom: 36px;
}

.gshj .box ul li dl {
    padding-bottom: 100%;
    border: #d6d6d6 solid 1px;
    transition: all .4s;
}

.gshj .box ul li dl img {
    padding: 10px;
}

.gshj .box ul li dt {
    padding-left: 10px;
    padding-right: 40px;
    line-height: 45px;
    background: url(../images/icon11.png) no-repeat right 10px center;
    border-bottom: #ddd solid 1px;
    transition: all .4s;
}

.gshj .box ul li ol:hover dl {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.gshj .box ul li ol:hover dt {
    color: #cb0202;
    background: url(../images/icon11_02.png) no-repeat right 10px center;
    border-bottom: #cb0202 solid 1px;
}

.proMenu {
    padding: 10px 70px 0;
}

.proMenu .proMenuBox {
    border-bottom: #1b4f93 solid 5px;
    padding-bottom: 20px;
}

.proMenu .proMenuBox .search {
    width: 254px;
    margin-right: 46px;
    position: relative;
}

.proMenu .proMenuBox .search input {
    width: 100%;
    height: 48px;
    border: #e6e6e6 solid 1px;
    padding-left: 15px;
    font-size: 16px;
}

.proMenu .proMenuBox .search button {
    width: 48px;
    height: 48px;
    background: url(../images/icon12.png) no-repeat center;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.proMenu .proMenuBox .box {
    width: calc(100% - 300px);
}

.proMenu .proMenuBox .box ul li {
    margin-right: 90px;
}

.proMenu .proMenuBox .box ul li a {
    width: 300px;
    line-height: 96px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 20px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.proMenu .proMenuBox .box ul li a i {
    margin-right: 25px;
    overflow: hidden;
    display: inline-block;
}

.proMenu .proMenuBox .box ul li a:hover, .proMenu .proMenuBox .box ul li.on a {
    background: #2768b6;
    color: #fff;
}

.proMenu .proMenuBox .box ul li a:hover i img, .proMenu .proMenuBox .box ul li.on a i img {
    filter: drop-shadow(#fff 0 100px);
    transform: translateY(-100px);
}

.prolist {
    padding-bottom: 30px;
}

.prolist ul {
    margin: 0 -30px;
}

.prolist ul li {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 20px;
}

.prolist ul li dl {
    padding-bottom: 87.3456%;
    border: #ccc solid 1px;
    transition: all .4s;
}

.prolist ul li h3 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
}

.prolist ul li a:hover dl {
    border: #fff solid 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.proview {
}

.proview .box {
    margin-bottom: 30px;
}

.proview .box .item {
    display: none;
}

.proview .box .item.on {
    display: block;
}

.proview .box .pic {
    width: 450px;
    text-align: center;
}

.proview .box .con {
    width: calc(100% - 480px);
}

.proview .box .con .tit {
    margin-bottom: 30px;
}

.proview .box .con .tit h1 {
    font-size: 18px;
    color: #000;
}

.proview .proPage {
    border: #e9e9e9 solid 1px;
}

.proview .proPage .arrow {
    width: 162px;
    display: flex;
    border-right: #e9e9e9 solid 1px;
}

.proview .proPage .arrow a {
    width: 80px;
    height: 80px;
    display: block;
}

.proview .proPage .arrow a.arrowLeft {
    background: #e9e9e9 url(../images/arrow-left.png) no-repeat center;
    margin-right: 1px;
}

.proview .proPage .arrow a.arrowLeft:hover {
    background: #fff url(../images/arrow-left.png) no-repeat center;
}

.proview .proPage .arrow a.arrowRight {
    background: #e9e9e9 url(../images/arrow-right.png) no-repeat center;
}

.proview .proPage .arrow a.arrowRight:hover {
    background: #fff url(../images/arrow-right.png) no-repeat center;
}

.proview .proPage .otherPro {
    width: calc(100% - 162px);
}

.proview .proPage .otherPro .swiper-slide {
    color: #000;
    text-align: center;
    line-height: 80px;
    background: #e9e9e9;
    display: block;
    cursor: pointer;
}

.proview .proPage .otherPro .swiper-slide.swiper-slide-thumb-active {
    background: #fff;
}

.honor .box {
    padding-bottom: 20px;
}

.honor .box ul {
    margin: 0 -75px;
}

.honor .box ul li {
    width: 25%;
    padding: 0 75px;
    margin-bottom: 55px;
}

.honor .box ul li dl {
    padding-bottom: 111.904%;
    border: #d6d6d6 solid 1px;
    transition: all .4s;
}

.honor .box ul li dl img {
    padding: 20px;
}

.honor .box ul li dt {
    margin-top: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsTextList .box {
    padding-bottom: 20px;
}

.newsTextList .box ul {
    margin: 0 -22px;
}

.newsTextList .box ul li {
    width: 50%;
    padding: 0 22px;
    margin-bottom: 30px;
}

.newsTextList .box ul li a {
    background: #eeecec;
    border-radius: 10px;
    padding: 22px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
}

.newsTextList .box ul li .date {
    width: 80px;
    border-right: #e0e0e0 solid 1px;
    padding: 15px 0;
}

.newsTextList .box ul li .date dl {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    transition: all .4s;
}

.newsTextList .box ul li .date dd {
    font-size: 14px;
    color: #666;
    line-height: 1;
    transition: all .4s;
}

.newsTextList .box ul li .con {
    width: calc(100% - 100px);
}

.newsTextList .box ul li .con h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    border-bottom: #e0e0e0 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    transition: all .4s;
}

.newsTextList .box ul li .con dt {
    color: #333;
    transition: all .4s;
}

.newsTextList .box ul li .con dd {
    font-size: 14px;
    color: #666;
    text-align: right;
    transition: all .4s;
}

.newsTextList .box ul li a:hover {
    background: #2768b6;
}

.newsTextList .box ul li a:hover .date dl {
    color: #fff;
}

.newsTextList .box ul li a:hover .date dd {
    color: #fff;
}

.newsTextList .box ul li a:hover .con h3 {
    color: #fff;
}

.newsTextList .box ul li a:hover .con dt {
    color: #fff;
}

.newsTextList .box ul li a:hover .con dd {
    color: #fff;
}

.newsPicList .box {
    padding-bottom: 20px;
}

.newsPicList .box ul {
    margin: 0 -27px;
}

.newsPicList .box ul li {
    width: 25%;
    padding: 0 27px;
    margin-bottom: 38px;
}

.newsPicList .box ul li a {
    padding: 15px;
    border: #eee solid 1px;
    display: block;
}

.newsPicList .box ul li dl {
    padding-bottom: 78.3783%;
}

.newsPicList .box ul li ol {
    padding-top: 15px;
}

.newsPicList .box ul li ol h3 {
    height: 52px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 10px;
}

.newsPicList .box ul li ol dt {
    display: flex;
    justify-content: space-between;
}

.newsPicList .box ul li ol em {
    padding: 3px 8px;
    border: #eee solid 1px;
    color: #888;
    font-style: normal;
    transition: all .4s;
}

.newsPicList .box ul li ol span {
    color: #888;
}

.newsPicList .box ul li a:hover ol em {
    background: #2768b6;
    border: #2768b6 solid 1px;
    color: #fff;
}

.newsView .box {
    margin-bottom: 10px;
}

.newsView .box .newsHead {
    padding: 0 0 30px;
    position: relative;
}

.newsView .box .newsHead::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #2768b6;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.newsView .box .newsHead h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}

.newsView .box .newsHead span {
    color: #999;
    margin-right: 30px;
}

.newsView .box .viewCon {
    padding: 50px 0 70px;
    line-height: 2;
}

.newsView .box .newsPage {
    border-top: #eaeaea solid 2px;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.newsView .box .newsPage .boxCon {
    padding-right: 200px;
}

.newsView .box .newsPage .boxCon a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsView .box .newsPage .boxCon b {
    color: #2768b6;
}

.newsView .box .newsPage .boxCon a:hover {
    color: #2768b6;
}

.newsView .box .newsPage .back {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 40px;
    background: #2768b6;
    position: absolute;
    right: 0;
    top: 35px;
}

.newsView .box .newsPage .back a {
    color: #fff;
    display: block;
}

.aqhbln {
    padding: 0 50px;
}

.aqhbln .pic {
    width: 600px;
}

.aqhbln .text {
    width: calc(100% - 600px);
    padding-left: 50px;
    line-height: 2;
}

.contact {
    padding: 60px 0;
}

.contact .box {
    width: 41%;
    padding-left: 145px;
}

.contact .box .tit {
    margin-bottom: 30px;
}

.contact .box .tit h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.contact .box .tit p {
    font-size: 15px;
    color: #999;
}

.contact .box ul li {
    display: flex;
    margin-bottom: 50px;
}

.contact .box ul li i {
    margin-right: 20px;
}

.contact .box ul li ol {
    font-size: 20px;
    color: #333;
}

.contact .box ul li ol h4 {
    font-size: 25px;
}

.contact #map {
    width: 57%;
}

.message {
    width: 865px;
    margin: 0 auto 90px;
}

.message .tit {
    text-align: center;
    margin-bottom: 50px;
}

.message .tit h3 {
    font-size: 36px;
    color: #333;
    font-weight: 500;
}

.message .tit p {
    font-size: 25px;
    color: #b2b2b2;
    text-transform: uppercase;
}

.message ul {
    display: flex;
    justify-content: space-between;
}

.message ul li {
    width: 48%;
    margin-bottom: 25px;
}

.message ul li input {
    width: 100%;
    height: 46px;
    border: #ddd solid 1px;
    padding-left: 15px;
    font-size: 16px;
}

.message ol textarea {
    width: 100%;
    height: 106px;
    border: #ddd solid 1px;
    padding: 15px;
    font-size: 16px;
}

.message button {
    width: 100px;
    height: 40px;
    background: #cb0202;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 50px auto 0;
    cursor: pointer;
}

.message button:hover {
    background: #b10202;
}

.footer {
    background: #2768b6;  position: relative; z-index: 11;
}

.footer .fmain {
    padding: 46px 80px;
    position: relative;
}

.footer .fmain::before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/icon07.png) no-repeat center;
    position: absolute;
    left: 59.3%;
    top: 50%;
    transform: translateY(-50%);
}

.footer .fmain .fnav {
}

.footer .fmain .fnav ul li {
    margin-right: 60px;
}

.footer .fmain .fnav ul li dl {
    margin-bottom: 13px;
}

.footer .fmain .fnav ul li dl a {
    color: #fff;
}

.footer .fmain .fnav ul li dl a:hover {
    color: #84b3f1;
}

.footer .fmain .fnav ul li ol a {
    display: block;
    color: #bdcbe4;
    line-height: 30px;
}

.footer .fmain .fnav ul li ol a:hover {
    color: #84b3f1;
}

.footer .fmain .fcontact {
    color: #fff;
}

.footer .fmain .fcontact .logoTel {
    margin-bottom: 30px;
}

.footer .fmain .fcontact .logoTel .tel {
    padding-left: 52px;
    background: url(../images/icon06.png) no-repeat left center;
    font-size: 30px;
    font-weight: bold;
    margin-left: 50px;
    position: relative;
}

.footer .fmain .fcontact .logoTel .tel::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #93b4db;
    position: absolute;
    left: -25px;
    top: 0;
}

.footer .fmain .fcontact .contactInfo {
    line-height: 30px;
}

.footer .fmain .fcontact .follow {
    padding-top: 20px;
}

.footer .fmain .fcontact .follow ul li {
    margin-right: 15px;
    position: relative;
}

.footer .fmain .fcontact .follow ul li ol {
    width: 100px;
    position: absolute;
    left: 50%;
    top: -110px;
    transform: translateX(-50%);
    display: none;
}

.footer .fmain .fcontact .follow ul li:hover ol {
    display: block;
}

.footer .copyright {
    padding: 0 80px;
    line-height: 50px;
    border-top: 1px solid #6896cc;
    color: #819fce;
    text-align: center;
}

/*===/分页=============================*/
.fenye {
    text-align: center;
    font-size: 15px;
    width: 100%;
    height: 40px;
    margin: 10px 0 0px;
}

.fenye .prev, .fenye .next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体";
    font-size: 17px;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a:hover {
    color: #fff;
    background: #242a34;
    border: #242a34 solid 1px;
}

.fenye a.current {
    color: #fff;
    background: #242a34;
    margin-right: 5px;
    border: #242a34 solid 1px;
}

/*搜索框*/
.search-dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

.search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 680px;
    padding: 20px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
    border-radius: 50px;
}

.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #999;
    background-color: #fff;
    border-radius: 0;
}

.search-dialog input[type=submit] {
    float: right;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url(../images/search-btn.png);
    background-color: transparent;
    cursor: pointer;
}

/* 弹出框 */
.tccBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.tccBox .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.tccBox .BoxCon {
    width: 1200px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    color: #999;
}

.tccBox .BoxCon .off {
    width: 29px;
    height: 29px;
    background: url(../images/off.png) no-repeat center;
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
}

.tccBox .BoxCon .tccTit {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tccBox .BoxCon ul video {
    background: #000;
    width: 100%;
}


@media (max-width: 1680px) {
}

@media (max-width: 1560px) {

    .content {
        padding: 40px 20px 60px;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .w1100 {
        width: 100%;
    }

    .bread {
        padding: 0 20px;
    }

    .proMenu {
        padding: 10px 20px 0;
    }

    .header {
        padding: 0 20px;
    }

    .proMenu .proMenuBox .box ul li {
        margin-right: 30px;
    }

    .proMenu .proMenuBox .box ul li a {
        width: 270px;
    }

    .footer .fmain {
        padding: 46px 20px;
    }

}

@media (max-width: 1450px) {
    .w1410 {
        width: 100%;
        padding: 0 20px;
    }

    .header .nav > ul > li > a {
        padding: 0 23px;
    }

    .title h3 {
        font-size: 70px;
    }

    .title h2 {
        font-size: 27px;
        margin-top: -48px;
    }

    .title p {
        font-size: 22px;
    }

    .more {
        width: 220px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }

    .ipro .tit dl {
        font-size: 30px;
    }

    .ipro .tit p {
        font-size: 15px;
    }

    .ipro .box ul li ol h3 {
        font-size: 20px;
    }

    .ipro .box ul li ol dt {
        font-size: 15px;
    }

    .ipro .more {
        margin: 85px auto 0;
    }

    .history .item .t {
        font-size: 20px;
    }

    .num .box {
        top: -70px;
    }

    .num .box ul li ol dl b {
        font-size: 40px;
    }

    .about .tit h3 {
        font-size: 32px;
    }

    .about .tit dl {
        font-size: 18px;
    }

    .about .tit dd {
        font-size: 26px;
    }

    .about .text {
        font-size: 16px;
    }

    .whln .text {
        font-size: 16px;
    }

    .whln .box .item .con .tit h3 {
        font-size: 26px;
    }

    .whln .box .item .con .boxtext {
        font-size: 16px;
        line-height: 1.6;
    }

    .whlnqs01 .box ul {
        margin: 0 -10px;
    }

    .whlnqs01 .box ul li {
        padding: 0 10px;
    }

    .whlnqs01 .box ul li ol {
        bottom: 50px;
    }

    .whlnqs01 .box ul li ol h3 {
        font-size: 20px;
    }

    .whlnqs01 .box ul li ol dt {
        font-size: 15px;
    }

    .whlnqs02 .list ul li {
        font-size: 16px;
        align-items: center;
    }

    .whlnqs02 .list ul li h3 {
        font-size: 20px;
        flex: 0 0 auto;
    }

    .whlnqs02 .list ul li dt {
        line-height: 1.2;
    }

    .whlnqs02 .text {
        font-size: 18px;
    }

    .whlnqs02 .box .item ol dt {
        padding-left: 0;
    }

    .whlnqs02 .box .item:nth-child(2n+2) ol dt {
        padding-right: 0;
    }

    .whhd .box ul {
        margin: 0 -20px;
    }

    .whhd .box ul li {
        padding: 0 20px;
    }

    .whhd .box ul li dl .date {
        font-size: 15px;
    }

    .whhd .box ul li dl .date b {
        font-size: 16px;
    }

    .whhd .box ul li ol h3 {
        font-size: 16px;
    }

    .whhd .box ul li ol dt {
        font-size: 15px;
    }

    .fzlcTop .con .tit {
        margin-bottom: 10px;
    }

    .fzlcTop .con .conText {
        font-size: 15px;
        line-height: 1.6;
    }

    .fzlc .box ul li a {
        padding: 24px 30px;
    }

    .fzlc .box ul li .date {
        width: 130px;
    }

    .fzlc .box ul li .date span {
        font-size: 36px;
    }

    .fzlc .box ul li .text {
        font-size: 15px;
        padding: 0 20px;
    }

    .fzlc .box ul li .more2 {
        width: 90px;
    }

    .gshj .box ul {
        margin: 0 -15px;
    }

    .gshj .box ul li {
        padding: 0 15px;
    }

    .honor .box ul {
        margin: 0 -15px;
    }

    .honor .box ul li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .proMenu .proMenuBox .box ul li {
        margin-right: 44px
    }

    .prolist ul {
        margin: 0 -15px;
    }

    .prolist ul li {
        padding: 0 15px;
    }

    .aqhbln {
        padding: 0;
    }

    .newsTextList .box ul {
        margin: 0 -15px;
    }

    .newsTextList .box ul li {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .newsTextList .box ul li a {
        padding: 20px;
    }

    .newsTextList .box ul li .con dt {
        font-size: 15px;
    }

    .newsPicList .box ul {
        margin: 0 -15px;
    }

    .newsPicList .box ul li {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .newsPicList .box ul li ol h3 {
        font-size: 16px;
    }

    .newsPicList .box ul li ol dt {
        font-size: 15px;
    }

    .contact .box ul li {
        margin-bottom: 30px;
    }

    .contact .box ul li ol {
        font-size: 16px;
    }

    .contact .box ul li ol h4 {
        font-size: 20px;
    }


    .footer .fmain .fnav ul li {
        margin-right: 45px;
    }
}

@media (max-width: 1366px) {
    body {
        font-size: 15px;
    }

    .header .nav > ul > li > a {
        font-size: 17px;
    }

    .header .lang a {
        font-size: 17px;
    }

    .title h3 {
        font-size: 60px;
    }

    .title h2 {
        font-size: 24px;
        margin-top: -41px;
    }

    .title p {
        margin-top: 35px;
    }

    .title.nei h3 {
        font-size: 60px;
    }

    .title.nei h2 {
        font-size: 24px;
        margin-top: -41px;
    }


    .ipro .box ul li ol h3 {
        font-size: 18px;
    }

    .num .box ul {
        height: 170px;
    }

    .whlnqs01 .box ul li ol {
        bottom: 43px;
    }

    .whlnqs02 .list ul li {
        padding: 0 20px;
    }

    .whlnqs02 .box .item ol {
        padding: 35px;
    }

    .whlnqs02 .box .item ol h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .whlnqs02 .box .item ol dt {
        font-size: 15px;
        line-height: 1.6;
    }

    .whlnqs03 .text {
        font-size: 18px;
    }

    .proMenu .proMenuBox .box ul li {
        margin-right: 20px;
    }

    .proMenu .proMenuBox .box ul li a {
        width: 200px;
        line-height: 70px;
        font-size: 17px;
    }

    .proMenu .proMenuBox .box ul li a i {
        margin-right: 15px;
    }

    .proMenu .proMenuBox .box ul li a i img {
        height: 25px;
    }

    .contact .box .tit h3 {
        font-size: 25px;
    }

    .contact .box .tit p {
        font-size: 13px;
    }

    .contact .box ul li ol h4 {
        font-size: 18px;
    }

    .message .tit h3 {
        font-size: 28px;
    }

    .message .tit p {
        font-size: 18px;
    }

    .footer .fmain .fcontact .logoTel .tel {
        font-size: 25px;
    }
}

@media (max-width: 1250px) {
    .header .nav > ul > li > a {
        font-size: 16px;
        padding: 0 15px;
    }

    .header .lang a {
        font-size: 16px;
    }

    .more {
        width: 160px;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .footer .fmain::before {
        left: 63%;
    }

    .footer .fmain .fnav ul li {
        margin-right: 24px;
    }

    .footer .fmain .fcontact .logoTel .logo {
        height: 30px;
    }

    .footer .fmain .fcontact .logoTel .tel {
        font-size: 20px;
        background-size: auto 100%;
        padding-left: 40px;
    }

    .footer .fmain .fcontact .contactInfo {
        font-size: 14px;
    }
}

@media (max-width: 1030px) {
    .header .logo {
        padding: 30px 0;
    }

    .header .nav > ul > li > a {
        padding: 0 10px;
    }

    .num .box {
        top: -40px;
    }

    .whlnqs01 .box ul li ol {
        bottom: 30px;
    }

    .whlnqs01 .box ul li ol h3 {
        font-size: 16px;
    }

    .whlnqs01 .box ul li ol dt {
        font-size: 12px;
    }

    .whlnqs03 .box .item .con .pic {
        width: 50%;
    }

    .whlnqs03 .box .item .con .boxText {
        width: 50%;
    }

    .aqhbln .pic {
        width: 50%;
    }

    .aqhbln .text {
        width: 50%;
        padding-left: 30px;
    }

    .footer .fmain::before {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    body {
        font-size: 14px;
        padding-top: 60px;
    }

    .wrap {
        width: 100%;
        padding: 0 15px;
    }

    .header {
        width: 100%;
        height: 60px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        padding: 0 15px;
    }

    .header .logo {
        height: 60px;
        padding: 12px 0;
    }

    .header .headRight {
        float: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background: #fff;
        display: none;
    }

    .header .nav {
        float: none;
    }

    .header .nav > ul {
        display: block;
        position: relative;
        z-index: 111;
    }

    .header .nav > ul > li {
        margin-left: 0;
        line-height: 50px;
        border-bottom: #eee solid 1px;
        float: none;
    }

    .header .nav > ul > li a:hover::before, .header .nav > ul > li.on a::before {
        transform: skewX(0);
    }

    .header .nav > ul > li > a {
        padding-left: 15px;
        line-height: 45px;
    }

    .header .lang {
        float: left;
        margin-top: 20px;
        margin-left: 15px;
    }

    .header .lang::before {
        display: none;
    }

    .header .menu-toggle {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        display: block;
    }

    .header .menu-toggle span {
        width: 35px;
        height: 2px;
        background: #000;
        display: block;
        position: relative;
        opacity: 1;
        transition: all 300ms;
        margin: 30px 0 0 12px;
    }

    .header .menu-toggle span:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        transition: all 300ms;
    }

    .header .menu-toggle span:after {
        content: "";
        width: 35px;
        height: 2px;
        background: #000;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all 300ms;
    }

    .header .menu-toggle.cur span {
        background-color: transparent;
    }

    .header .menu-toggle.cur span:before {
        transform: rotate(45deg);
        top: 0px;
    }

    .header .menu-toggle.cur span:after {
        transform: rotate(-45deg);
        top: 0px;
    }

    .banner {
        position: relative;
    }

    .banner .swiper-container {
        width: 100%;
        overflow: hidden;
    }

    .banner .swiper-container .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .banner .swiper-container .swiper-slide a {
        display: block;
        width: 100%;
    }

    .banner .swiper-container .swiper-slide img {
        width: 100%;
    }

    .banner .pagination {
        bottom: 20px !important;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #2768b6;
        margin: 0 3px;
        border-radius: 12px !important;
        opacity: 1;
        cursor: pointer;
    }

    .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
    }

    .banner .swiper-slide-active {
        opacity: 1;
    }

    .neiBanner {
        height: 100px;
    }

    .title {
        margin-bottom: 35px;
    }

    .title h3, .title.nei h3 {
        font-size: 36px;
    }

    .title h2, .title.nei h2 {
        font-size: 20px;
        margin-top: -17px;
    }

    .title p {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.2;
    }

    .ntitle {
        padding-bottom: 0;
    }

    .ntitle h2 {
        font-size: 17px;
        padding: 0 0 12px;
    }

    .ntitle h2::before {
        height: 3px;
    }

    .ipro {
        padding: 40px 0;
    }

    .ipro .tit {
        margin-bottom: 20px;
    }

    .ipro .tit dl {
        font-size: 20px;
    }

    .ipro .tit p {
        font-size: 12px;
    }

    .ipro .box ul {
        margin: 0 -5px;
    }

    .ipro .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .ipro .box ul li a::before {
        width: 12px;
        height: 12px;
        background-size: contain;
        left: 15px;
        bottom: 15px;
    }

    .ipro .box ul li ol {
        left: 15px;
        top: 25px;
    }

    .ipro .box ul li ol h3 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .ipro .box ul li ol dt {
        font-size: 12px;
    }

    .ipro .more {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin: 30px auto 0;
    }

    .history {
        height: 120px;
        overflow: hidden;
    }

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

    .history .title {
        display: none;
    }

    .history .box {
        display: none;
    }

    .num .box ul {
        height: 125px;
    }

    .num .box ul li {
        width: 33.33%;
        text-align: center;
        display: block;
        padding: 0 5px;
    }

    .num .box ul li i {
        width: 32px;
        height: 30px;
        line-height: 30px;
        display: block;
        margin: 0 auto 10px;
    }

    .num .box ul li ol dl {
        justify-content: center;
    }

    .num .box ul li ol dl b {
        font-size: 20px;
    }

    .num .box ul li ol dt {
        font-size: 12px;
    }

    .partner {
        padding-bottom: 40px;
    }

    .about {
        padding: 30px 0 50px;
    }

    .about .tit {
        margin-bottom: 30px;
    }

    .about .tit h3 {
        font-size: 22px;
    }

    .about .tit dl {
        font-size: 14px;
    }

    .about .tit dd {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 20px;
    }

    .about .text {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .about .aboutNum {
        margin-top: 30px;
    }

    .about .aboutNum ul li {
        width: 33.33%;
        padding-right: 10px;
    }

    .about .aboutNum ul li i {
        width: 40px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin-right: 5px;
    }

    .about .aboutNum ul li dl {
        font-size: 22px;
    }

    .about .aboutNum ul li dt {
        font-size: 13px;
        line-height: 1.2;
    }

    .bread {
        padding: 0 10px;
    }

    .bread a {
        margin: 0 5px;
    }

    .content {
        padding: 10px 15px 60px;
        display: block;
    }

    .leftNav {
        width: 100%;
        margin-bottom: 20px;
    }

    .leftNav dl {
        height: 48px;
        line-height: 48px;
        background: #1a4e91 url(../images/xiala.png) no-repeat right 15px center;
        background-size: 20px auto;
        color: #fff;
        font-size: 17px;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .leftNav dl::before {
        content: "下拉分类";
    }

    .leftNav > ul {
        display: none;
    }

    .leftNav > ul > li > a {
        line-height: 40px;
    }

    .leftNav > ul > li .subnav > a {
        line-height: 36px;
    }

    .rightBox {
        width: 100%;
    }

    .whln .text {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
    }

    .whln .box .item {
        margin-top: 30px;
    }

    .whln .box .item .con .tit {
        margin-bottom: 6px;
    }

    .whln .box .item .con .tit h3 {
        font-size: 18px;
    }

    .whln .box .item .con .boxtext {
        font-size: 14px;
        line-height: 1.4;
    }

    .whln .box .item .pic {
        padding: 5px;
    }

    .whln .box .item .pic::before, .whln .box .item .pic::after {
        width: 40px;
        height: 40px;
    }

    .whln .box .item .pic dl::before {
        width: 40px;
        height: 40px;
        left: -5px;
        bottom: -5px;
    }

    .whln .box .item .pic dl::after {
        width: 40px;
        height: 40px;
        right: -5px;
        bottom: -5px;
    }

    .whlnqs01 {
        padding: 0 0 45px;
    }

    .whlnqs01 .box ul {
        flex-wrap: wrap;
    }

    .whlnqs01 .box ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .whlnqs02 {
        padding-bottom: 50px;
    }

    .whlnqs02 .list ul {
        display: block;
    }

    .whlnqs02 .list ul li {
        width: 100%;
        margin-bottom: 5px;
    }

    .whlnqs02 .text {
        font-size: 15px;
    }

    .whlnqs02 .box .item {
        width: 100%;
    }

    .whlnqs02 .box .item ol {
        padding: 28px;
    }

    .whlnqs02 .box .item ol h3 {
        font-size: 20px;
        text-align: left;
        padding: 0;
    }

    .whlnqs03 .text {
        font-size: 15px;
    }

    .whlnqs03 .box .item {
        margin-top: 20px;
    }

    .whlnqs03 .box .item .tit h3 {
        font-size: 20px;
        border-bottom: #cb0202 solid 3px;
    }

    .whlnqs03 .box .item .con {
        display: block;
    }

    .whlnqs03 .box .item .con .pic {
        width: 100%;
    }

    .whlnqs03 .box .item .con .boxText {
        width: 100%;
        padding: 20px;
    }

    .whhd .box {
        padding-bottom: 30px;
    }

    .whhd .box ul {
        margin: 0;
    }

    .whhd .box ul li {
        width: 100%;
        padding: 0;
    }

    .viewPage {
        display: block;
        padding: 20px;
    }

    .viewPage li {
        width: 100%;
        border-top: none;
        font-size: 15px;
    }

    .viewPage li:nth-child(1) {
        padding-top: 0;
    }

    .viewPage li dl {
        width: 80px;
    }

    .viewPage li a {
        width: calc(100% - 100px);
    }

    .fzlcTop {
        display: block;
    }

    .fzlcTop .pic {
        width: 100%;
        margin-bottom: 20px;
    }

    .fzlcTop .con {
        width: 100%;
        padding-left: 0;
    }

    .fzlcTop .con .tit h3 {
        font-size: 20px;
    }

    .fzlcTop .con .tit p {
        font-size: 12px;
    }

    .fzlc .box ul li {
        margin-bottom: 10px;
    }

    .fzlc .box ul li a {
        padding: 0;
        background: none;
        display: block;
    }

    .fzlc .box ul li .date {
        width: 100%;
    }

    .fzlc .box ul li .date span {
        font-size: 24px;
    }

    .fzlc .box ul li .pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .fzlc .box ul li .text {
        padding: 0;
    }

    .gshj .box ul {
        margin: 0 -5px;
    }

    .gshj .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .gshj .box ul li dt {
        line-height: 38px;
        background-size: 15px auto !important;
    }

    .proMenu {
        display: none;
    }

    .prolist ul {
        margin: 0 -5px;
    }

    .prolist ul li {
        width: 50%;
        padding: 0 5px;
    }

    .prolist ul li h3 {
        font-size: 15px;
        margin-top: 5px;
    }

    .proview .box .swiper-slide > div {
        display: block;
    }

    .proview .box .pic {
        width: 100%;
    }

    .proview .box .con {
        width: 100%;
    }

    .proview .proPage {
        display: block;
        border: none;
    }

    .proview .proPage .arrow {
        width: 100%;
        margin-bottom: 10px;
    }

    .proview .proPage .arrow a.arrowLeft {
        width: 50%;
        height: 60px;
    }

    .proview .proPage .arrow a.arrowRight {
        width: 50%;
        height: 60px;
    }

    .proview .proPage .otherPro {
        width: 100%;
    }

    .honor .box ul {
        margin: 0 -5px;
    }

    .honor .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .newsTextList .box ul {
        margin: 0;
    }

    .newsTextList .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .newsTextList .box ul li .date dl {
        font-size: 22px;
    }

    .newsTextList .box ul li .con h3 {
        font-size: 16px;
    }

    .newsPicList .box ul {
        margin: 0 -5px;
    }

    .newsPicList .box ul li {
        width: 50%;
        padding: 0 5px;
    }

    .newsPicList .box ul li ol h3 {
        height: 40px;
        line-height: 20px;
        font-size: 15px;
    }

    .newsPicList .box ul li ol dt {
        font-size: 14px;
        align-items: center;
    }

    .newsView .box .newsHead {
        padding: 0 0 12px;
    }

    .newsView .box .newsHead h1 {
        font-size: 18px;
    }

    .newsView .box .viewCon {
        padding: 25px 0 30px;
        line-height: 1.7;
    }

    .newsView .box .viewCon img{ height: auto !important;}
    .newsView .box .newsPage {
        padding: 30px 0 0;
    }

    .newsView .box .newsPage .boxCon {
        padding-right: 130px;
    }

    .newsView .box .newsPage .back {
        width: 115px;
        height: 36px;
        line-height: 36px;
        top: 32px;
    }

    .aqhbln {
        display: block;
    }

    .aqhbln .pic {
        width: 100%;
        margin-bottom: 20px;
    }

    .aqhbln .text {
        width: 100%;
        padding-left: 0;
    }

    .contact {
        display: block;
        padding: 30px 0 50px;
    }

    .contact .box {
        width: 100%;
        padding-left: 0;
    }

    .contact .box ul li {
        margin-bottom: 20px;
    }

    .contact .box ul li i {
        width: 30px;
    }

    .contact #map {
        width: 100%;
        height: 300px;
    }

    .message {
        width: 100%;
        margin: 0 auto 50px;
    }

    .message .tit {
        margin-bottom: 30px;
    }

    .message .tit h3 {
        font-size: 24px;
    }

    .message .tit p {
        font-size: 15px;
    }

    .message ul {
        display: block;
    }

    .message ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .message button {
        margin: 25px auto 0;
    }

    .footer .fmain {
        padding: 35px 20px;
        display: block;
    }

    .footer .fmain .fnav {
        display: none;
    }

    .footer .fmain .fcontact .logoTel {
        margin-bottom: 15px;
    }

    .footer .fmain .fcontact .contactInfo {
        font-size: 13px;
    }

    .footer .copyright {
        padding: 15px 15px;
        font-size: 12px;
        line-height: 1.2;
    }

    /*===/分页=============================*/
    .fenye {
        text-align: center;
        font-size: 14px;
        width: 100%;
        height: 40px;
        margin: 10px 0 0px;
    }

    .fenye .prev, .fenye .next {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
        font-size: 16px;
    }

    .fenye a {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
    }

    .fenye a:hover {
        color: #fff;
        background: #242a34;
        border: #242a34 solid 1px;
    }

    .fenye a.current {
        color: #fff;
        background: #242a34;
        margin-right: 2px;
        border: #242a34 solid 1px;
    }

    .tccBox .BoxCon {
        width: 90%;
    }

    .search-dialog {
        width: 95%;
    }
}
