@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ol, ul {
    margin: 0;
}

p {
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin: 0;
}

.cor_red {
    color: #fe0000;
}

.cor_yellow {
    color: #fdd000;
}

.cor_green {
    color: #008e2b;
}

.f22 {
    font-size: 22px;
}

.clear {
    clear: both;
}

.shows {
    display: block;
}

.showsIn {
    display: inline-block;
}

.hides {
    display: none;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bd_weixin_popup {
    height: auto !important;
}

html {
    -ms-touch-action: none;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    color: #333333;
    overflow-x: hidden;
    font-family: "Helvetica Neue", Helvetica, "微软雅黑", Arial, sans-serif;
}

.imgFull {
    background: rgba(0, 0, 0, 0.8) no-repeat center center;
    background-size: cover;
}

.imgFull img {
    display: none;
}

.headerBg {
    position: relative;
    z-index: 1030;
    box-shadow: 0 0 10px rgba(125, 125, 125, .75);
}

.logo {
    position: absolute;
    left: 30px;
    top: 22px;
}

.logo a {
    display: block;
    height: 40px;
    width: 168px;
    background: url(../img/logo.png) center no-repeat;
    text-indent: -999px;
}

.logo a span {
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.hdRig {
    position: absolute;
    right: 30px;
    top: 0;
    color: #000;
}

.hdRig a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.hdRigList {
    font-size: 0;
}

.hdRigList li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 8px;
    line-height: 84px;
}

.hdWx {
    position: absolute;
    right: -30px;
    top: 84px;
    width: 140px;
    padding: 10px;
    text-align: center;
    background: #FFFFFF;
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    display: none;
}

.hdWx img {
    margin: 0 auto;
}

.hdRigList li:hover .hdWx {
    display: block;
}

.hdTel {
    font-size: 20px;
    margin-top: -2px;
    margin-right: 5px;
}

.hdShare {
    margin-top: -10px;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

/*navList*/
.navList {
    display: table;
    margin: 0 auto;
}

.navLi {
    float: left;
    height: 84px;
    position: relative;
}

.navLi h3 {
}

.navLi h3 a {
    display: block;
    font-size: 18px;
    color: #000;
}

.navLi h3 a span {
    display: block;
    height: 84px;
    line-height: 84px;
    padding: 0 30px;
    transition: all 0.4s ease 0s;
}

.navLi.on h3 a span, .navLi h3 a:hover span {
    background-color: #eee;
}

.navSub {
    display: none;
}

.navSubList {
    background: rgba(255, 255, 255, 0.75);
    padding: 15px;
}

.navSubLi {
}

.navSubLi h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navSubLi:last-child h4 {
    border-bottom: none;
}

.navSubLi h4 a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 42px;
    background: no-repeat right center;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}

.navSubLi.has h4 a {
    background-image: url(../img/navLiBg.png);
}

.navSubLi a:hover {
    background-color: rgba(232, 232, 232, 0.75);
}

.navThrList {
    padding-left: 15px;
    display: none;
}

.navThrLi h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navThrLi h5 a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
}

.navThrLi.has h5 a {
    background-image: url(../img/navLiBg.png);
}

.navFouList {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.navFouLi {
    font-size: 12px;
    color: #dddddd;
    line-height: 24px;
}

.navFouLi a {
    display: block;
    color: #dddddd;
}

.navBoxm {
    display: none;
}

.navListm {
    list-style: none;
    overflow: hidden;
}

/*banner*/

.swiper-container {
    height: 100%
}

.banPc {
    display: block;
}

.box1Bg {
    padding: 40px 0;
}

.box1Num {
    font-size: 24px;
    color: #969696;
    line-height: 200%;
}

.box1Num span {
    color: #e80b11;
    font-size: 50px;
    padding: 0 10px;
    line-height: 200%;
    display: inline-block;
    width: 330px;
    text-align: left;
}

.title {
    padding: 20px 0;
    position: relative;
}

.title h2 {
    font-size: 36px;
    color: #222222;
    line-height: 120%;
    padding: 20px 0;
}

.titleBrief {
    margin: 0 auto;
    color: #a6a5a5;
    line-height: 28px;
    padding: 20px 0;
}

.box1CenBg {
    background: -webkit-linear-gradient(top, #0076d1, #4390EE);
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.wavesBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box1Cen {
    margin: 100px 0 70px 0;
    position: relative;
}

.box1CenPrev {
    left: -150px;
}

.box1CenNext {
    right: -150px;
}

.box1CenImgBg {
    float: left;
    width: 58%;
    padding-right: 3%;
}

.box1CenText {
    float: right;
    width: 42%;
    color: #FFFFFF;
}

.box1CenH3 {
    font-size: 30px;
    line-height: 30px;
}

.box1CenBrief {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}

.box1CenItem {
    padding: 0px 0 15px;
}

.box1CenItem li a {
    color: #FFFFFF;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
}

.box1CenItem li a:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    margin: -2px 5px 0 0;
}

.box1CenItem li a:hover {
    background: #007aff;
}

.box1CenText .box1BotMore {
    margin: 0;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.box1CenText .box1BotMore:hover {
    background: #df292e;
    border-color: #df292e;
}

.box1BotMore a, .box1BotMore a:hover {
    display: block;
    color: #FFFFFF;
}

.box1Bot {
    margin: 0 -42px;
    padding: 40px 0;
}

.box1Bot li {
    padding: 10px 42px;
}

.box1Bot li:after {
    display: block;
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    font-size: 0;
    background: #e6e6e6;
    position: absolute;
    top: 100px;
    right: -95px;
}

.box1Bot li:last-child:after {
    display: none;
}

.box1Bot li a {
    display: block;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.box1BotImgBg {
    width: 174px;
    height: 174px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box1BotImgBg:after {
    display: block;
    content: "";
    position: absolute;
    top: 29px;
    right: 15px;
    width: 7px;
    height: 7px;
    background: #007aff;
    border-radius: 50%;
}

.box1BotCir {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 144px;
    height: 144px;
    margin-left: -72px;
    margin-top: -72px;
    background: url(../img/box1BotCir.png) center center no-repeat;
    background-size: cover;
}

.box1BotImg {
    width: 84px;
    height: 84px;
    background: #007aff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
}

.box1BotH3 {
    font-size: 20px;
    color: #222222;
    line-height: 150%;
    padding: 10px 0;
}

.box1BotBrief {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin: 0 0 20px;
    overflow: hidden;
}

.box1BotMore {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #324e9e;
    border-radius: 20px;
    color: #324e9e;
    transition: all 0.4s ease 0s;
}

.box1Bot li a:hover .box1BotImg {
    width: 120px;
    height: 120px;
}

.box1Bot li a:hover .box1BotMore {
    border-color: #df292e;
    background: #df292e;
    color: #FFFFFF;
}

.box1Bot li a:hover .box1BotMore img.showsIn {
    display: none;
}

.box1Bot li a:hover .box1BotMore img.hides {
    display: inline-block;
}

.box1Bot li a:hover .box1BotCir {
    animation: Cir 20s infinite;
}

@keyframes Cir {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.box1Bot li:nth-child(2) .box1BotImgBg:after {
    top: auto;
    bottom: 29px;
}

.box1Bot li:nth-child(3) .box1BotImgBg:after {
    right: auto;
    left: -4px;
    top: 74px;
}

.box2Bg {
    background: url(../img/box2Bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.box2Bg .title h2, .box2Bg .titleBrief {
    color: #FFFFFF;
}

.box2List {
    margin: 0 -30px;
}

.box2List li {
    padding: 0 30px 30px;
}

.box2Con {
    position: relative;
    overflow: hidden;
}

.box2Img {
    overflow: hidden;
}

.box2Img img {
    width: 100%;
    transition: all 0.4s ease 0s;
}

.box2Tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    padding: 15px;
    transition: all 0.4s ease 0s;
}

.box2HovBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #184091;
    background: rgba(24, 64, 145, 0.9);
    padding: 35px;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.4s ease 0s;
}

.box2Hov {
    width: 100%;
}

.box2Hov a {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.4s ease 0s;
}

.box2Hov h4 {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
}

.box2Item {
    overflow: hidden;
    margin: 0 -5px;
    font-size: 12px;
    line-height: 26px;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.4s ease 0s;
}

.box2Item p {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.box2Hov a:hover {
    color: #FFFFFF;
}

.box2Con:hover .box2Tit {
    transform: translateY(100%);
}

.box2Con:hover .box2HovBg {
    opacity: 1;
    transform: translateY(0%);
}

.box2Con:hover .box2Hov h4, .box2Con:hover .box2Item {
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.4s ease 0.3s;
}

.box2Cen .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: 1;
    margin: 0 5px;
}

.box2Cen .swiper-container {
    padding-bottom: 25px;
}

.box2Cen .swiper-pagination-bullet-active {
    background: #ee353a;
}

.box3Bg {
    padding: 50px 0;
}

.box3List {
}

.box3List .swiper-container {
    padding-bottom: 15px;
}

.box3List .swiper-slide {
    padding: 20px 10px;
}

.box3List a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box3List img {
    margin: 0 auto;
}

.box3Hov {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(2);
    transition: all 0.4s ease 0s;
}

.box3List a:hover .box3Hov {
    opacity: 1;
    transform: scale(1);
}

.box3List .swiper-pagination {
    position: static;
    width: 100%;
    display: block;
}

.box3List .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: 1;
    margin: 0 5px;
}

.box3List .swiper-pagination-bullet-active {
    background: #ee353a;
}

.box4Bg {
    padding: 50px 0;
    position: relative;
    background: url(../img/box4Bg.jpg) center center no-repeat;
    background-size: cover;
}

#box4BgId {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box4Bg .title h2, .box4Bg .titleBrief {
    color: #FFFFFF;
}

.box4List .swiper-slide {
    text-align: center;
    padding: 20px 10px;
    color: #fbfbfb;
}

.box4List a {
    display: block;
    color: #FFFFFF;
    height: 100%;
    color: #fbfbfb;
}

.box4List img {
    margin: 0 auto;
}

.box4Img img {
    max-width: 50%;
}

.box4Num {
    font-size: 38px;
}

.box4Tit {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}

.box4List .swiper-container {
    padding-bottom: 25px;
}

.box4List .swiper-pagination {
    position: static;
    width: 100%;
    display: block;
}

.box4List .swiper-pagination-bullet {
    width: 34px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    margin: 0 5px;
}

.box4List .swiper-pagination-bullet-active {
    background: #ee353a;
}

.box4List a:hover .box4Tit {
    opacity: 1;
}

.box4List a:hover .box4Img img {
    animation: swing 2s infinite;
}

.footerBg {
    background: #2a2f32;
    font-size: 13px;
    color: #999999;
    line-height: 26px;
}

.footTop {
    padding: 20px 0;
}

.footTopR {
    float: right;
}

.kefu {
    display: inline-block;
    width: 126px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    background: #df292e;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
}

.kefu img {
    animation: swing 2s infinite;
}

.kefu:hover {
    color: #FFFFFF;
}

.fTel {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 150%;
}

.footLink {
    font-size: 0;
}

.footLink li {
    vertical-align: top;
    font-size: 12px;
    margin-right: 60px;
    max-width: 150px;
}

.footLink li:last-child {
    margin-right: 0;
}

.footLink h3 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    color: #eeeeee;
}

.footSub {
    margin: 20px 0 0;
    overflow: hidden;
}

.footSub a {
    font-size: 12px;
    color: #777777;
    line-height: 26px;
}

.footSub a:hover {
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.footMore {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.footMore:hover, .footMore:focus {
    color: #FFFFFF;
}

.footBot {
    font-size: 12px;
    color: #777777;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footBot a {
    color: #777777;
}

.footBot p {
    line-height: 24px;
    padding: 9px 0;
}

.online {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.online li {
    margin: 5px 0;
    width: 35px;
    height: 35px;
    position: relative;
}

.onlineIco {
    float: right;
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #b5b5b5;
    color: #FFFFFF;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}

.onlineIco i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

.onlineCon {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    display: inline;
}

.onlineIco:hover {
    color: #FFFFFF;
    background: #3351a8;
    width: 144px;
}

.onlineIco:focus {
    color: #FFFFFF;
}

.onlineIco:hover i {
    text-align: right;
    width: auto;
}

.onlineWx {
    position: absolute;
    right: 38px;
    top: 40px;
    width: 90px;
    height: 90px;
    border: 1px solid #666666;
    transform: scale(1, 0);
    transition: all 0.1s ease-in 0.1s;
}

.online li:hover .onlineWx {
    transform: scale(1, 1);
}

.online li.online_top .onlineIco {
    background: #5269af;
}

.bannerN {
    height: 450px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerN .imgFull {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banH2 {
    position: relative;
    color: #FFFFFF;
    font-size: 36px;
}

.bannerN .box1Num, .bannerN .box1Num span {
    color: #FFFFFF;
}

.bannerN .box1Num {
    position: relative;
    top: -20%;
}

.mainBg {
    position: relative;
    overflow: hidden;
    min-height: 198px;
    font-size: 14px;
    color: #777777;
    line-height: 32px;
}

.mainBgImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 185px;
    background: url(../img/mainBg.png) center top no-repeat;
    animation: mainBg 80s infinite;
    z-index: -1;
}

@keyframes mainBg {
    0% {
        transform: skewX(0deg);
        transform-origin: center top;
    }
    25% {
        transform: skewX(45deg);
        transform-origin: center top;
    }
    50% {
        transform: skewX(0deg);
        transform-origin: center top;
    }
    75% {
        transform: skewX(-45deg);
        transform-origin: center top;
    }
    100% {
        transform: skewX(0deg);
        transform-origin: center top;
    }
}

.onepage {
    padding: 80px 0;
}

.onepage img {
    max-width: 100% !important;
    height: auto;
}

.oneTop {
    padding-bottom: 35px;
    text-align: center;
}

.oneTop img {
    margin: 0 auto;
}

.oneText {
    text-indent: 2em;
    word-break: break-all;
}

.oneText strong {
    font-size: 18px;
    color: #007aff;
}

.oneList {
}

.oneList li {
    padding-left: 14px;
    position: relative;
}

.oneList li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #007aff;
}

.oneBtn a {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 52px;
    line-height: 48px;
    color: #2946a5;
    border: 2px solid #2946a5;
    border-radius: 5px;
    transition: all 0.4s ease 0s;
}

.oneBtn a:hover {
    background: #2946a5;
    color: #FFFFFF;
}

.hisBg {
    background: url(../img/hisBg.jpg) center center no-repeat;
    padding: 75px 0 50px;
    background-size: cover;
    color: #FFFFFF;
}

.hisTit {
    font-size: 30px;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 15px;
    text-align: center;
}

.hisBox {
    background: url(../img/hisBoxBg.jpg) center center repeat-x;
}

.history {
    position: relative;
}

.history .swiper-slide {
    height: 460px;
}

.hisItem {
}

.hisTextBg {
    height: 140px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}

.hisText {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.hisText p.text-center strong {
    font-size: 26px;
}

.hisIco {
    height: 90px;
    position: relative;
}

.hisIco:after, .hisIco:before {
    display: block;
    content: "";
    position: absolute;
}

.hisIco:before {
    width: 13px;
    height: 13px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    left: 50%;
    top: 0;
    margin-left: -6px;
}

.hisIco:after {
    width: 1px;
    height: 77px;
    background: #FFFFFF;
    left: 50%;
    top: 13px;
}

.hisYear {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
}

.history .swiper-slide:nth-child(even) {
    padding-top: 160px;
}

.history .swiper-slide:nth-child(even) .hisText {
    position: static;
    padding-top: 20px;
}

.history .swiper-slide:nth-child(even) .hisIco:before {
    top: auto;
    bottom: 0;
}

.history .swiper-slide:nth-child(even) .hisIco:after {
    top: auto;
    bottom: 13px;
}

.hisPrev, .hisNext {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 52px;
    cursor: pointer;
}

.hisPrev.swiper-button-disabled, .hisNext.swiper-button-disabled {
    opacity: 0.5;
}

.hisPrev {
    left: -90px;
    background: url(../img/hisPrev.png) left center no-repeat;
}

.hisNext {
    right: -90px;
    background: url(../img/hisNext.png) right center no-repeat;
}

.honour {
    padding: 70px 0;
    overflow: hidden;
}

.honTab {
    font-size: 0;
    margin: 0 -10px;
}

.honTab li {
    padding: 0 10px;
}

.honTab li a {
    display: block;
    font-size: 15px;
    color: #555555;
    min-width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}

.honTab li.active a, .honTab li a:hover {
    background: #3855aa;
    border-color: #3855aa;
    color: #FFFFFF;
}

.honList {
    margin: 0 -16px;
    padding: 30px 0;
}

.honList li {
    padding: 19px 16px;
}

.honList li a {
    display: block;
    height: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    transition: all 0.4s ease 0s;
}

.honImg {
    overflow: hidden;
    margin-bottom: 10px;
}

.honImg img {
    width: 100%;
    transition: all 0.4s ease 0s;
}

.honTit {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    transition: all 0.4s ease 0s;
}

.honList li a:hover {
    border-color: #3855aa;
}

.honList li a:hover .honTit {
    font-weight: bold;
    color: #3855aa;
}

.honMore {
    display: block;
    width: 378px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    font-size: 16px;
    color: #666666;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    transition: all 0.4s ease 0s;
}

.honMore i {
    font-size: 14px;
}

.honMore:hover, .honMore:focus:hover {
    color: #FFFFFF;
    background: #3855aa;
}

.honMore:focus {
    color: #666666;
}

.artListBox {
    padding: 80px 0;
}

.artList li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 38px;
    margin-bottom: 38px;
}

.artList li:last-child {
    border-bottom: none;
}

.artList li a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
}

.arImg {
    position: relative;
    float: left;
    width: 300px;
}

.arImg img {
    width: 100%;
}

.arTime {
    position: absolute;
    left: 15px;
    top: 0;
    width: 46px;
    height: 70px;
    background: #007aff;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    padding-top: 25px;
    transition: all 0.4s ease 0s;
}

.date {
    font-size: 18px;
    font-weight: bold;
}

.arText {
    margin-left: 360px;
}

.arTit {
    font-size: 22px;
    color: #444444;
    line-height: 28px;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
}

.arBrief {
    height: 104px;
    margin: 5px 0 10px;
    overflow: hidden;
}

.arBot {
    font-size: 13px;
    color: #b1b1b1;
}

.arBot .pull-right {
    font-size: 14px;
    transition: all 0.4s ease 0s;
}

.arBot .pull-right i {
    width: 22px;
    height: 22px;
    border: 1px solid #999999;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.artList li a:hover .arTime {
    background: #e7141a;
}

.artList li a:hover .arTit, .artList li a:hover .arBot .pull-right {
    color: #007aff;
}

.artList li a:hover .arBot .pull-right {
    font-weight: bold;
}

.artList li a:hover .arBot .pull-right i {
    background: #007aff;
    border-color: #007aff;
    color: #FFFFFF;
}

.page {
    text-align: center;
}

.page img {
    margin: 0 auto;
    max-width: 100%;
}

.page a.current {
    color: #f00;
}

.article {
    position: relative;
    padding-right: 170px;
}

.arLef {
    border-right: 1px solid #dddddd;
    padding-bottom: 70px;
}

.arTop {
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
    color: #999999;
    line-height: 22px;
    padding: 60px 40px 30px 0;
}

.arTopTit {
    font-size: 26px;
    color: #222222;
    line-height: 150%;
}

.arTop p {
    padding: 10px 0;
    margin: 0 -5px;
}

.arTop p span {
    padding: 0 5px;
}

.arCon {
    font-size: 14px;
    color: #666666;
    line-height: 200%;
    padding: 10px 40px 10px 0;
    min-height: 200px;
}

.arCon p {
    margin: 1rem 0;
}

.arCon img {
    max-width: 100% !important;
    height: auto !important;
}

.reList {
    display: block;
    background: #e7141a;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}

.reList:hover, .reList:focus {
    color: #FFFFFF;
}

.arRig {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    padding: 50px 0;
}

.pager {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.pager li {
    display: block;
    padding-bottom: 30px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}

.pager li p {
    padding: 0 0 5px;
}

.pager li > a {
    display: block;
    border: none;
    border-radius: 0;
    color: #888888;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.4s ease 0s;
}

.pager li > a:hover {
    background: none;
    color: #007aff;
}

.parTit {
    padding-bottom: 40px;
}

.parTit h3 {
    font-size: 28px;
    color: #222222;
    line-height: 150%;
    padding-bottom: 20px;
}

.parBrief {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 200%;
    max-width: 815px;
    margin: 0 auto;
}

.case, .art {
    overflow: hidden;
    padding: 0 0 70px;
}

.caseTop, .artTop {
    padding: 50px 0;
    margin: 0 -5px;
    text-align: center;
}

.caseTop li, .artTop li {
    padding: 5px;
}

.caseTop li a, .artTop li a {
    display: block;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d5d5d5;
    padding: 0 11px;
    color: #777777;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}

.caseTop li.active a, .caseTop li a:hover, .artTop li.active a, .artTop li a:hover {
    background: #3855aa;
    border-color: #3855aa;
    color: #FFFFFF;
}

.caseBot {
    padding-bottom: 30px;
}

.caseBot li {
    padding: 0 7px 20px;
}

.caseBot li a {
    display: block;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 13px;
    color: #8d8d8d;
    line-height: 26px;
    padding: 20px 100px 20px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.caseImg {
    float: left;
    width: 260px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseImg img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.caseTit {
    font-size: 18px;
    color: #555555;
    line-height: 32px;
}

.caseBrief {
    height: 52px;
    overflow: hidden;
}

.caseIco {
    width: 36px;
    height: 36px;
    border: 1px solid #d3d3d3;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    color: #3855aa;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}

.caseBot li a:hover {
    border-color: #FFFFFF;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.caseBot li a:hover .caseIco {
    background: #3855aa;
    border-color: #3855aa;
    color: #FFFFFF;
}

.contact {
    padding: 95px 0;
}

.contactWay {
    font-size: 15px;
    color: #777777;
    line-height: 36px;
    padding-left: 90px;
}

.contactWay h3 {
    font-size: 26px;
    color: #222222;
    padding-bottom: 15px;
}

.contactShare {
    background: url(../img/contactImg.png) center center no-repeat;
    width: 493px;
    height: 283px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 90px;
    background-size: cover;
}

.contactShare li {
    padding: 0 15px;
    position: relative;
}

.conShIco {
    display: block;
    height: 100%;
    color: #FFFFFF;
}

.conShIco:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

.conShIco i {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
}

.conWx {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    width: 100px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.contactShare li:hover .conWx {
    height: 100px;
}

.contact_map {
    height: 400px;
}

.contactBot {
    padding: 80px 0;
    background: url(../img/contactBotBg.png) center bottom no-repeat;
    background-size: contain;
}

.conBotTit {
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    padding: 15px 0;
}

.conBotList {
    font-size: 0;
    margin: 0;
    text-align: center;
    padding: 0 60px;
}

.conBotList li {
    padding: 25px;
    width: 50%;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    text-align: left;
}

.conBotList li .media {
    padding: 25px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #FFFFFF;
}

.conBotList .media-left {
    padding-right: 25px;
}

.conBotList .media-left img {
    width: 150px;
}

.conBotList .media-body {
    color: #777777;
    line-height: 28px;
}

.conBotList .media-body h3 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

@media (min-width: 1275px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1600px) {
    .logo {
        top: 17px;
        left: 15px;
    }

    .title h2 {
        font-size: 32px;
        padding: 15px 0;
    }

    .box1CenPrev {
        left: -100px;
    }

    .box1CenNext {
        right: -100px;
    }

    .bannerN {
        height: 400px;
    }

    .banH2 {
        font-size: 30px;
    }

    .onepage {
        padding: 60px 0;
    }

    .hisPrev {
        left: -50px;
    }

    .hisNext {
        right: -50px;
    }

    .honour {
        padding: 50px 0;
    }
}

@media (max-width: 1400px) {
    .box1Cen {
        padding: 0 30px;
    }

    .box1CenPrev {
        left: -50px;
    }

    .box1CenNext {
        right: -50px;
    }

    .bannerN {
        height: 350px;
    }

    .onepage {
        padding: 40px 0;
    }

    .hisTit {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .hisBg {
        padding: 45px 0 25px;
    }

    .history {
        padding: 0 35px;
    }

    .hisTextBg {
        height: 160px;
    }

    .hisIco {
        height: 70px;
    }

    .hisIco:after {
        height: 57px;
    }

    .hisYear {
        font-size: 20px;
    }

    .hisPrev {
        left: 0px;
    }

    .hisNext {
        right: 0px;
    }

    .caseTop, .artTop {
        padding: 30px 0;
        margin: 0 -3px;
    }

    .caseTop li, .artTop li {
        padding: 3px;
    }

}

@media (max-width: 1200px) {
    .logo {
        left: 15px;
        width: 143px;
    }
	
	.stock-code {
		display: none;
	}

    .navList {
        position: relative;
        left: -40px;
    }

    .navLi {
        height: 64px;
    }

    .navLi h3 a span {
		height: 64px;
		line-height: 64px;
        padding: 0 15px;
    }

    .hdRigList li {
        line-height: 64px;
    }

    .hdWx, .navSub {
        top: 64px;
    }

    .banLink {
        height: 34px;
        line-height: 32px;
        width: 120px;
    }

    .title h2 {
        font-size: 28px;
        padding: 10px 0;
    }

    .titleBrief {
        padding: 10px 0;
    }

    .box1CenBg {
        min-height: 400px;
    }

    .wavesBg {
        padding-bottom: 100px;
    }

    .box1Cen {
        margin: 50px 0;
    }

    .box1CenH3 {
        font-size: 24px;
    }

    .box1CenBrief {
        font-size: 14px;
        margin: 5px 0;
    }

    .box1Bot {
        margin: 0 -22px;
        padding: 20px 0;
    }

    .box1Bot li {
        padding: 10px 22px;
    }

    .box1Bot li:after {
        width: 100px;
        right: -50px;
    }

    .box1BotH3 {
        font-size: 18px;
    }

    .box2List {
        margin: 0 -15px;
    }

    .box2List li {
        padding: 0 15px 15px;
    }

    .box2Tit {
        font-size: 16px;
        line-height: 24px;
    }

    .box2HovBg {
        padding: 25px 15px;
    }

    .box2Hov h4 {
        padding: 10px 0;
    }

    .box3List .swiper-slide {
        padding: 10px;
    }

    .box4List .swiper-slide {
        padding: 10px;
    }

    .box4Num {
        font-size: 32px;
    }

    .footTop {
        padding: 20px 0;
    }

    .footLink li {
        margin-right: 30px;
    }

    .footLink h3 a {
        font-size: 14px;
    }

    .footSub {
        margin: 10px 0 0;
    }

    .fTel {
        font-size: 30px;
    }

    .footBot {
        padding: 25px 0 0;
    }

    .bannerN {
        height: 300px;
    }

    .oneTop {
        padding-bottom: 15px;
    }

    .oneTop img {
        max-width: 50% !important;
    }

    .oneText {
        padding-bottom: 30px;
    }

    .oneBtn a {
        width: 170px;
        height: 44px;
        line-height: 40px;
    }

    .hisText p.text-center strong {
        font-size: 20px;
    }

    .hisPrev, .hisNext {
        width: 20px;
        height: 39px;
    }

    .honour {
        padding: 30px 0;
    }

    .honList {
        margin: 0 -10px;
        padding: 15px 0;
    }

    .honList li {
        padding: 10px;
    }

    .honList li a {
        padding: 5px;
    }

    .honImg {
        margin-bottom: 5px;
    }

    .honMore {
        width: 300px;
        height: 46px;
        line-height: 44px;
    }

    .artList li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .arImg {
        width: 270px;
    }

    .arText {
        margin-left: 300px;
    }

    .arTit {
        font-size: 18px;
        padding: 5px 0;
    }

    .arTop {
        padding: 40px 40px 20px 0;
    }

    .arTopTit {
        font-size: 24px;
    }

    .caseBot li a {
        padding: 20px 70px 20px 0;
    }

    .caseImg {
        width: 200px;
    }

    .caseIco {
        right: 20px;
        width: 32px;
        height: 32px;
        line-height: 28px;
    }

    .contact {
        padding: 70px 0;
    }

    .contactWay {
        padding-left: 0;
    }

    .contactWay h3 {
        font-size: 20px;
    }

    .contactShare {
        width: 430px;
        height: 247px;
        padding-top: 70px;
    }

    .contact_map {
        height: 350px;
    }

    .conBotList {
        padding: 0;
    }

    .conBotList li {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .headerBg {
        margin-top: 0;
    }

    .logo {
        float: left;
        position: static;
        padding: 10px 0;
    }

    .hdRig {
        float: right;
        position: static;
    }

    .hdRigList li {
        line-height: 54px;
        height: 54px;
    }

    .hdShare {
        margin-top: 0;
    }

    .hdWx {
        top: 54px;
        right: 0;
    }

    .navBoxm {
        padding: 10px 0 20px;
        overflow-y: hidden;
        display: none;
    }

    .navLi h3 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navLi h3 a {
        padding: 0;
    }

    .navLi h3 a span {
		height: 38px;
		line-height: 38px;
        border: none;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .navLi.has h3 a span {
        background-image: url(../img/navLiBg.png);
    }

    .navLi {
        float: none;
        height: auto;
        width: 100%;
    }

    .navlistm .navLi h3 a {
        padding: 0;
    }

    .navSub {
        position: static;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .navSub:before {
        display: none;
    }

    .navSubList {
        border-radius: 0;
        background: none;
        padding: 0 0 0 15px;
    }

    .navSubLi h4 a {
        line-height: 38px;
        text-align: inherit;
    }

    .navThrList {
        padding: 0 0 0 15px;
    }

    .navThrLi h5 a {
        line-height: 38px;
    }

    .menuBtn {
        float: right;
        width: 40px;
        height: 40px;
        margin-top: 7px;
        z-index: 3;
        cursor: pointer;
        overflow: hidden;
    }

    .menuBtn span {
        display: block;
        background: #000;
        width: 16px;
        height: 1px;
        font-size: 0;
        margin: 14px auto 0;
        transition: all 0.3s ease 0s;
    }

    .menuBtn span:first-child + span {
        margin-top: 4px;
    }

    .menuBtn span:first-child + span + span {
        margin-top: 4px;
    }

    .menuBtn.active span:first-child + span {
        transform: translateX(-40px);
    }

    .menuBtn.active span:first-child {
        width: 20px;
        transform: rotate(45deg) translate(4px, 4px);
    }

    .menuBtn.active span:first-child + span + span {
        width: 20px;
        transform: rotate(-45deg) translate(3px, -4px);
    }

    .banPc {
        display: none;
    }

    .box1CenBg {
        height: auto;
    }

    .box1CenText, .box1CenImgBg {
        float: none;
        width: 100%;
        max-width: none;
    }

    .box1CenText {
        padding-bottom: 20px;
    }

    .box1BotImgBg {
        width: 154px;
        height: 154px;
    }

    .box1BotCir {
        width: 124px;
        height: 124px;
        margin-left: -62px;
        margin-top: -62px;
    }

    .box1Bot li a:hover .box1BotImg {
        width: 100px;
        height: 100px;
    }

    .box2List {
        margin: 0 -5px;
    }

    .box2List li {
        padding: 0 5px 10px;
    }

    .box2Tit {
        font-size: 14px;
        line-height: 22px;
        padding: 10px;
    }

    .box2HovBg {
        padding: 15px 10px;
    }

    .box2Hov h4 {
        font-size: 16px;
        padding: 5px 0;
    }

    .footTopR {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .kefu {
        float: none;
        margin: 0 auto 10px;
    }

    .footLink li {
        margin: 0;
        width: 15%;
    }

    .footLink li:nth-child(2) {
        width: 20%;
    }

    .footLink li:nth-child(3) {
        width: 20%;
    }

    .footBot {
        padding: 20px 0 0px;
        text-align: center;
    }

    .footBot p {
        line-height: 24px;
        padding: 9px 0;
    }

    .online {
        top: auto;
        bottom: 3%;
        transform: translateY(0);
    }

    .online li {
        display: none;
    }

    .online li.online_top {
        display: block;
        opacity: 0.7;
    }

    .onlineIco:hover {
        color: #FFFFFF;
        background: #3351a8;
        width: 35px;
    }

    .onlineIco:hover i {
        text-align: center;
        width: 35px;
    }

    .artList li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .arImg {
        width: 200px;
    }

    .arText {
        margin-left: 220px;
    }

    .arTit {
        font-size: 16px;
    }

    .arBrief {
        height: 52px;
        margin: 0 0 10px;
    }

    .article {
        padding-right: 150px;
    }

    .arLef {
        padding-bottom: 35px;
    }

    .arCon {
        padding: 10px 20px 10px 0;
    }

    .arTop {
        padding: 30px 20px 15px 0;
    }

    .arTopTit {
        font-size: 20px;
    }

    .parTit {
        padding-bottom: 20px;
    }

    .parTit h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .case, .art {
        padding-bottom: 40px;
    }

    .caseTop, .artTop {
        padding: 20px 0;
    }

    .caseBot {
        padding-bottom: 15px;
    }

    .caseBot li a {
        padding: 15px 50px 15px 0;
    }

    .caseImg {
        width: 160px;
    }

    .caseTit {
        font-size: 16px;
    }

    .caseIco {
        right: 10px;
        width: 28px;
        height: 28px;
        line-height: 24px;
        font-size: 18px;
    }

    .contact {
        padding: 40px 0;
    }

    .contactWay {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .contactWay h3 {
        padding-bottom: 10px;
    }

    .contactShare {
        margin: 0 auto;
    }

    .contactBot {
        padding: 40px 0;
    }

    .conBotTit {
        font-size: 22px;
    }

    .conBotList li {
        padding: 0 0 10px;
        width: 100%;
    }

    .conBotList li .media {
        padding: 10px;
    }

    .conBotList .media-left {
        padding-right: 10px;
    }

    .conBotList .media-left img {
        width: 100px;
    }

    .conBotList .media-body h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .headerBg {
        transform: translateY(0) !important;
    }

    .box1Num {
        font-size: 18px;
    }

    .box1Num span {
        font-size: 30px;
        width: 210px;
    }

    .box1Bot {
        margin: 0 -15px;
    }

    .box1Bot li {
        padding: 10px 15px;
    }

    .box1Bot li:after {
        display: none;
    }

    .box1BotBrief {
        height: auto;
        max-height: 52px;
    }

    .box2HovBg {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box2Item {
        text-align: center;
    }

    .bannerN {
        height: 250px;
    }

    .banH2 {
        font-size: 24px;
    }

    .hisTit {
        font-size: 20px;
    }

    .history {
        padding: 0 10px;
    }

    .history .swiper-slide {
        height: 100%;
    }

    .history .swiper-slide:nth-child(even) {
        padding: 0;
    }

    .hisBox {
        background-position: center 60px;
    }

    .hisYear {
        padding: 12px 0;
        font-size: 18px;
    }

    .hisIco:before {
        background: #FFFFFF;
        top: 0 !important;
        bottom: auto !important;
    }

    .hisIco:after {
        top: 13px !important;
        bottom: auto !important;
    }

    .hisTextBg {
        height: auto;
    }

    .hisText {
        position: static;
        text-align: center;
        padding: 10px !important;
    }

    .hisPrev, .hisNext {
        top: 40px;
        transform: translateY(0%);
    }

    .hisPrev {
        left: -10px;
    }

    .hisNext {
        right: -10px;
    }

    .honTab {
        margin: 0 -5px;
    }

    .honTab li {
        padding: 0 5px;
    }

    .honTab li a {
        min-width: 100px;
        height: 34px;
        line-height: 32px;
    }

    .article {
        padding-right: 0;
    }

    .arLef {
        min-height: 200px !important;
        border: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }

    .arTop {
        padding: 20px 0 10px;
    }

    .arCon {
        padding: 10px;
    }

    .arCon p, .arCon img {
        margin: 10px 0;
    }

    .arRig {
        position: static;
        width: 100%;
        padding: 0 0 20px;
    }

    .pager li {
        padding-bottom: 15px;
    }

    .mainSpace {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .logo {
        width: 110px;
        padding: 13px 0;
    }

    .box1Cen {
        padding: 0 15px;
    }

    .box1CenH3 {
        font-size: 20px;
    }

    .box1CenPrev {
        left: -10px;
    }

    .box1CenNext {
        right: -10px;
    }

    .footLink li {
        display: block;
        width: 100% !important;
        max-width: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        padding: 5px 0;
    }

    .footLink li:last-child {
        border: none;
        padding-bottom: 0;
    }

    .footSub {
        overflow: hidden;
        margin: 0 -5px;
        padding: 0;
        height: auto !important;
    }

    .footSub p {
        float: left;
        padding: 0 5px;
    }

    .footMore {
        display: none;
    }

    .honTab li a {
        min-width: 0;
        padding: 0 20px;
    }

    .artList li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .arImg {
        width: 150px;
    }

    .arTime {
        position: static;
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

    .arTime p {
        display: inline-block;
        vertical-align: middle;
    }

    .date {
        font-size: 16px;
    }

    .arText {
        margin-left: 160px;
    }

    .arTit {
        font-size: 16px;
        padding: 0;
    }

    .arBrief {
        height: 52px;
        margin: 0 0 5px;
    }

    .parTit h3 {
        font-size: 18px;
    }

    .caseBot li {
        padding: 0 7px 10px;
    }

    .caseBot li a {
        padding: 15px 15px 15px 0;
    }

    .caseImg {
        width: 160px;
    }

    .caseTit {
        font-size: 16px;
    }

    .caseIco {
        display: none;
    }

    .contact_map {
        height: 300px;
    }
}

@media (max-width: 460px) {
    .hdRigList li span {
        display: none;
    }

    .hdTel {
        margin-top: 0;
    }

    .banBtn {
        width: 18px;
        height: 28px;
        border: 1px solid #FFFFFF;
    }

    .box1Num {
        font-size: 14px;
    }

    .box1Num span {
        font-size: 24px;
    }

    .title h2 {
        font-size: 24px;
        padding: 5px 0;
    }

    .titleBrief {
        padding: 5px 0;
        line-height: 24px;
    }

    .box3List .swiper-pagination-bullet, .box4List .swiper-pagination-bullet {
        width: 24px;
        margin: 0 3px;
    }

    .box4List .swiper-container {
        padding-bottom: 10px;
    }

    .box4Num {
        font-size: 24px;
    }

    .box4Tit {
        font-size: 14px;
    }

    .bannerN {
        height: 220px;
    }

    .banH2 {
        font-size: 22px;
    }

    .bannerN .box1Num span {
        display: block;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    .honList li {
        width: 100%;
    }

    .honMore {
        width: 100%;
    }

    .artList li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .arImg {
        width: 100px;
    }

    .arText {
        margin-left: 110px;
    }

    .arBrief {
        line-height: 20px;
        height: 40px;
    }

    .arBot .pull-right {
        font-size: 12px;
    }

    .arBot .pull-right i {
        width: 18px;
        height: 18px;
        line-height: 16px;
    }

    .reList {
        height: 36px;
        line-height: 34px;
    }

    .caseBot li a {
        padding: 15px;
    }

    .caseImg {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .caseBrief {
        height: auto;
        max-height: 52px;
    }

    .contactShare {
        width: 290px;
        height: 166px;
        padding-top: 50px;
    }

    .contactShare li {
        padding: 0 5px;
        font-size: 12px;
    }

    .conShIco i {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        line-height: 38px;
        font-size: 18px;
    }

    .conWx {
        bottom: 75px;
    }

    .contact_map {
        height: 250px;
    }

    .contactBot {
        padding: 20px 0;
    }

    .conBotTit {
        font-size: 19px;
    }

}

@media (max-width: 360px) {
    .headerBg .container-fluid {
        padding: 0 10px;
    }

    .title h2 {
        font-size: 20px;
    }

    .box1Num span {
        display: block;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    .box3List .swiper-slide {
        padding: 10px 0;
    }

    .bannerN {
        height: 180px;
    }

    .banH2 {
        font-size: 18px;
    }

    .bannerN .box1Num {
    }

    .contact_map {
        height: 200px;
    }
}

@media (max-height: 414px) {
    .navBoxm {
        max-height: 240px;
    }
}

@media all and (orientation: landscape) {
}

@media all and (orientation: portrait) {
}

.page b, .page a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    transition: all 0.4s ease 0s;
}

.page b, .page a:hover {
    color: #3855aa;
    border-color: #3855aa;
}