@charset "UTF-8";
html,
body {
    min-width: 1200px;
    overflow-x: hidden;
}

.w14 {
    width: 1400px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
}

.w12 {
    width: 1200px;
    max-width: 1200px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 955px;
}

.banner .swiper-slide {
    width: 100%;
    height: 955px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.banner .swiper-slide .left {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .swiper-slide .right {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .swiper-slide .star {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .banner-pag {
    bottom: 50px;
}

.banner .banner-pag .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.banner .banner-pag .swiper-pagination-bullet-active {
    width: 60px;
}

.pro-box {
    width: 100%;
    height: 1110px;
    background: #ededed;
    padding-top: 170px;
}

.pro-box .swip-pro {
    height: 725px;
}

.pro-box .swip-pro .swiper-slide {
    width: 100%;
    height: 725px;
    position: relative;
}

.pro-box .swip-pro .swiper-slide .bg {
    width: 681px;
    height: 242px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.pro-box .swip-pro .swiper-slide .pro-item {
    width: 1225px;
    height: auto;
    zoom: 1;
    position: absolute;
    top: 178px;
    right: 0px;
    z-index: 9;
}

.pro-box .swip-pro .swiper-slide .pro-item .left {
    width: 910px;
    height: 550px;
    float: left;
    flex-shrink: 0;
    overflow: hidden;
    transition: all .5s;
}

.pro-box .swip-pro .swiper-slide .pro-item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 1;
    transition: all .5s;
}

.pro-box .swip-pro .swiper-slide .pro-item .right {
    width: calc(100% - 910px);
    height: auto;
    float: right;
    padding-left: 50px;
}

.pro-box .swip-pro .swiper-slide .pro-item .right .num {
    font-size: 150px;
    line-height: 150px;
    font-family: "Arial";
    font-weight: bold;
    color: #4d4d4d;
    margin-top: -70px;
}

.pro-box .swip-pro .swiper-slide .pro-item .right .xian {
    width: 286px;
    height: 1px;
    background: #999;
    margin-top: 30px;
    margin-left: -113px;
}

.pro-box .swip-pro .swiper-slide .pro-item .right .title {
    font-size: 28px;
    line-height: 36px;
    font-family: "syhtM";
    margin-top: 15px;
    margin-bottom: 30px;
}

.pro-box .swip-pro .swiper-slide .pro-item .right .art {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
}

.pro-box .swip-pro .anniu {
    width: 178px;
    height: 82px;
    position: absolute;
    bottom: 0px;
    left: 85px;
}

.pro-box .swip-pro .pro-next,
.pro-box .swip-pro .pro-prev {
    width: 89px;
    height: 82px;
    top: 0px;
    margin-top: 0px;
    background-size: cover;
    cursor: pointer;
    opacity: 1;
}

.pro-box .swip-pro .swiper-button-next {
    background-image: url(../images/next01.jpg);
    right: 0px;
}

.pro-box .swip-pro .swiper-button-prev {
    background-image: url(../images/prev001.jpg);
    left: 0px;
}

.solution {
    width: 100%;
    height: 1035px;
    background: #fff;
}

.solution .w14 {
    overflow: initial;
}

.solution .w14 .bot {
    width: 100%;
    position: relative;
}

.solution .w14 .bot .solu-swip .swiper-slide {
    display: flex;
    justify-content: center;
}

.solution .w14 .bot .solu-swip .swiper-slide iframe {
    width: 1200px;
    height: 900px;
}

.solution .w14 .bot .solu-next,
.solution .w14 .bot .solu-prev {
    width: 22px;
    height: 43px;
    outline: none;
    background-size: cover;
}

.solution .w14 .bot .swiper-button-next {
    background-image: url(../images/img65.png);
    cursor: pointer;
    right: -60px;
}

.solution .w14 .bot .swiper-button-prev {
    background-image: url(../images/img66.png);
    cursor: pointer;
    left: -60px;
}

.solution .w14 .bot .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/img67.png);
    opacity: 1;
}

.solution .w14 .bot .swiper-button-next.swiper-button-disabled {
    background-image: url(../images/img68.png);
    opacity: 1;
}

.top-nav {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 50px;
}

.top-nav .title {
    font-size: 48px;
    line-height: 48px;
    color: #4c4c4c;
    font-family: "syhtB";
    display: inline-block;
    position: relative;
}

.top-nav .title::before {
    content: "";
    width: 36px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    left: -78px;
    top: 23px;
}

.top-nav .title::after {
    content: "";
    width: 36px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    right: -78px;
    top: 23px;
}

.top-nav .art {
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c;
    margin-top: 16px;
}

.introduce {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img07.jpg);
}

.introduce .w14 {
    height: 100%;
    padding-top: 80px;
}

.introduce .w14 .title {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: "syhtM";
}

.introduce .w14 .item-box {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.introduce .w14 .item-box .item .tit {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: "syhtL";
}

.introduce .w14 .item-box .scond {
    color: #fff;
}

.introduce .w14 .item-box .scond .big {
    font-size: 60px;
    line-height: 60px;
    font-family: "syhtB";
    font-style: italic;
    margin-right: 10px;
}

.introduce .w14 .item-box .scond .ad-big {
    font-size: 60px;
    line-height: 60px;
    font-family: "syhtB";
}

.introduce .w14 .item-box .scond .small {
    font-size: 16px;
}

.introduce .w14 .cont {
    width: 100%;
    height: 390px;
    zoom: 1;
    overflow: auto;
    margin-top: 100px;
}

.cont::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.cont::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgb(193, 193, 193);
}

.cont::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: rgb(241, 241, 241);
    ;
}

.introduce .w14 .cont p {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-indent: 2em;
}

.introduce .w14 .btn {
    width: 283px;
    height: 54px;
    border: 1px #21aef1 solid;
    margin: 0 auto;
    margin-top: 55px;
    transition: 0.3s;
}

.introduce .w14 .btn a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce .w14 .btn a i {
    width: 51px;
    height: 18px;
    margin-left: 35px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img08.png);
    transition: 0.3s;
}

.introduce .w14 .btn:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.new-box {
    width: 100%;
    height: 715px;
    background: #fff;
}

.new-box .new {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.new-box .new li {
    width: calc((100% - 160px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    margin-right: 80px;
}

.new-box .new li:nth-of-type(3n) {
    margin-right: 0px;
}

.new-box .new li a {
    width: 100%;
    height: 100%;
}

.new-box .new li a .time {
    font-size: 24px;
    line-height: 32px;
    color: #4c4c4c;
    font-family: "Arial";
    font-weight: bold;
    margin-bottom: 8px;
    transition: 0.3s;
}

.new-box .new li a .title {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    color: #4c4c4c;
}

.new-box .new li a .img {
    width: 100%;
    height: auto;
    max-height: 243px;
    margin-top: 13px;
    margin-bottom: 14px;
    overflow: hidden;
}

.new-box .new li a .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.new-box .new li a .art {
    height: 44px;
    font-size: 14px;
    line-height: 22px;
}

.new-box .new li a .more {
    font-size: 12px;
    line-height: 12px;
    margin-top: 25px;
}

.new-box .new li a .more i {
    width: 30px;
    height: 5px;
    transition: 0.3s;
    vertical-align: top;
    margin-left: 25px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img10.png);
}

.new-box .new li:hover a .time {
    color: #1f4ca6;
}

.new-box .new li:hover a .img img {
    transform: scale(1.1);
}

.new-box .new li:hover a .more {
    color: #1f4ca6;
}

.new-box .new li:hover a .more i {
    background-image: url(../images/img09.png);
}

.news-detail {
    background-color: #fff;
    padding-bottom: 50px;
}

.news-detail .news-title {
    width: 100%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #f5f5f5;
}

.news-detail .news-title .title {
    width: 100%;
    padding: 0 20px;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.news-detail .news-title .date {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    padding: 0 20px;
}

.news-detail .news-content {
    width: 100%;
    padding: 20px 40px;
    line-height: 26px;
}

.news-detail .news-content img {
    max-width: 100% !important;
    margin: 5px 0;
}

.news-detail .download {
    width: 100%;
    padding: 20px 40px;
}

.news-detail .download .title {
    width: 100%;
    font-size: 14px;
    color: #333;
}

.news-detail .download a {
    display: block;
    clear: both;
    color: #666;
    margin: 5px 0;
    transition: color 0.3s;
}

.news-detail .download a:hover {
    color: #1f4ca6;
}

.news-detail .next-prev {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    padding: 20px 40px;
}

.news-detail .next-prev .left {
    width: calc(100% - 150px);
    display: inline-block;
    float: left;
}

.news-detail .next-prev .left a {
    display: block;
    clear: both;
    color: #666;
    margin: 5px 0;
    transition: color 0.3s;
    width: 460px;
}

.news-detail .next-prev .left a:hover {
    color: #1f4ca6;
}

.news-detail .next-prev .right {
    width: 110px;
    height: 40px;
    display: inline-block;
    float: right;
    margin-top: 5px;
    background-color: #1f4ca6;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.nr-banner {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.n-nav {
    padding: 30px 90px 50px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n-nav a {
    width: 232px;
    height: 55px;
    margin-right: 30px;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 3px;
    transition: 0.3s;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
}

.n-nav a:nth-last-of-type(1) {
    margin-right: 0px;
}

.n-nav a:hover {
    background: #1f4ca6;
    color: #fff;
}

.n-nav .active {
    background: #1f4ca6;
    color: #fff;
}

.after-cont {
    padding-bottom: 50px;
}

.after-cont .map {
    width: 100%;
    height: auto;
}

.after-cont p {
    width: 950px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 35px;
}

.typ-cont {
    padding-bottom: 43px;
}

.typ-cont ul {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.typ-cont ul li {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.typ-cont ul li .img {
    width: 409px;
    height: 240px;
    overflow: hidden;
    float: left;
}

.typ-cont ul li .img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.typ-cont ul li .right {
    width: calc(100% - 409px);
    float: left;
    padding: 35px 0px 0px 30px;
}

.typ-cont ul li .right .time {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.typ-cont ul li .right .time i {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img23.png);
}

.typ-cont ul li .right .tit {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-family: "syhtB";
    margin-bottom: 17px;
}

.typ-cont ul li .right .art {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
}

.typ-cont ul li .right .more {
    font-size: 16px;
    color: #808080;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.typ-cont ul li .right .more i {
    display: inline-block;
    width: 15px;
    height: 15px;
    transition: 0.3s;
    margin-left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img25.png);
}

.typ-cont ul li:hover .img img {
    transform: scale(1.1);
}

.typ-cont ul li:hover .right .more {
    color: #1f4ca6;
}

.typ-cont ul li:hover .right .more i {
    background-image: url(../images/img24.png);
}

.typ-cont .pag {
    margin-top: 17px;
}

.faq-cont {
    padding-bottom: 43px;
}

.faq-cont .faq-box {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.faq-cont .faq-box .oval {
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    line-height: 36px;
    font-family: "syhtB";
    text-align: center;
    position: relative;
}

.faq-cont .faq-box .oval i {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.faq-cont .faq-box .oval span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}

.faq-cont .faq-box .top {
    width: 100%;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
    line-height: 46px;
    padding: 0px 36px 0px 10px;
    border-radius: 5px;
    position: relative;
    transition: all 0.5s;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}

.faq-cont .faq-box .top .oval {
    background: #ebebeb;
    color: #4d4d4d;
    margin-top: 6px;
    position: absolute;
    z-index: 9;
}

.faq-cont .faq-box .top p {
    width: 900px;
    font-size: 16px;
    float: left;
    margin-left: 60px;
    position: absolute;
    z-index: 9;
}

.faq-cont .faq-box .top .btn {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-top: 8px;
    position: relative;
    z-index: 9;
}

.faq-cont .faq-box .top .btn i {
    background: #666;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-cont .faq-box .top .btn .s {
    width: 2px;
    height: 14px;
}

.faq-cont .faq-box .top .btn .h {
    width: 14px;
    height: 2px;
}

.faq-cont .faq-box .top::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0%;
    background: #1f4ca6;
    -webkit-transform: rotateX(-94deg);
    -moz-transform: rotateX(-94deg);
    transform: rotateX(-94deg);
    z-index: 1;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.faq-cont .faq-box .top:hover .oval i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.faq-cont .faq-box .top:hover p {
    color: #fff;
}

.faq-cont .faq-box .top:hover::after {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.faq-cont .faq-box .active {
    background: #1f4ca6;
}

.faq-cont .faq-box .active .oval {
    background: #fff;
    color: #1f4ca6;
}

.faq-cont .faq-box .active p {
    color: #fff;
}

.faq-cont .faq-box .active .btn i {
    background: #fff;
}

.faq-cont .faq-box .active .btn .s {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-cont .faq-box .bot {
    width: 100%;
    display: none;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 16px 36px 38px 9px;
    margin-top: 15px;
    background: #f5f5f5;
}

.faq-cont .faq-box .bot .oval {
    background: #1f4ca6;
    float: left;
    color: #fff;
}

.faq-cont .faq-box .bot p {
    width: calc(100% - 61px);
    font-size: 14px;
    line-height: 30px;
    color: #666;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    text-align: justify;
}

.faq-cont .pag {
    margin-top: 36px;
}

.invit-cont .top-nav {
    padding-top: 0px;
}

.invit-cont .rec_box {
    width: 100%;
    height: auto;
    zoom: 1;
    margin-bottom: 60px;
}

.invit-cont .rec_box li {
    width: 100%;
    height: auto;
    zoom: 1;
    margin-bottom: 6px;
}

.invit-cont .rec_box li .rec_tit {
    width: 100%;
    height: 54px;
    line-height: 52px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebebeb;
}

.invit-cont .rec_box li .rec_tit .rec_fl {
    width: 808px;
    color: #4c4c4c;
    box-sizing: border-box;
}

.invit-cont .rec_box li .rec_tit .rec_fl .rec_t {
    font-size: 18px;
    font-weight: bold;
}

.invit-cont .rec_box li .rec_tit .rec_fl .rec_r {
    font-size: 14px;
    margin-left: 10px;
}

.invit-cont .rec_box li .rec_tit .jia {
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    transition: 0.3s;
    box-sizing: initial;
    border: 3px #f1f1f1 solid;
}

.invit-cont .rec_box li .rec_tit .jia i {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
}

.invit-cont .rec_box li .rec_tit .jia i::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background-color: #b0b0b0;
}

.invit-cont .rec_box li .rec_tit .jia i::after {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    margin-left: 4px;
    background-color: #b0b0b0;
}

.invit-cont .rec_box li .current {
    background: #005dbf;
}

.invit-cont .rec_box li .current .rec_fl {
    color: #fff;
}

.invit-cont .rec_box li .current .jia {
    border: none;
}

.invit-cont .rec_box li .current .jia i::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    margin-left: 4px;
    background-color: #b0b0b0;
}

.invit-cont .rec_box li .rec_bot {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 0 37px;
    padding-bottom: 30px;
    display: none;
    background: #f8f8f8;
}

.invit-cont .rec_box li .rec_bot .rec_hei {
    font-family: "syhtB";
}

.invit-cont .rec_box li .rec_bot .rec_hui {
    font-size: 13px;
    margin-left: 40px;
}

.invit-cont .rec_box li .rec_bot .rec_bottop {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 23px;
    border-bottom: 1px #ccc dashed;
}

.invit-cont .rec_box li .rec_bot .rec_bottop li {
    width: 33%;
    height: auto;
    zoom: 1;
    float: left;
    line-height: 28px;
    color: #4c4c4c;
}

.invit-cont .rec_box li .rec_bot .rec_lei .rec_lei_wen {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 32px;
}

.invit-cont .rec_box li .rec_bot .rec_lei .rec_lei_wen .quan {
    width: 13px;
    height: 13px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    border: 1px #4d4d4d solid;
    line-height: 13px;
    text-align: center;
    margin-right: 8px;
}

.invit-cont .rec_box li .rec_bot .up {
    width: 230px;
    height: 50px;
    margin-top: 40px;
    border-radius: 25px;
    background: #005dbf;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.join-form {
    width: 600px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
}

.join-form .line {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
    display: inline-block;
}

.join-form .line .label {
    height: 36px;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 36px;
}

.join-form .line input {
    display: inline-block;
    float: left;
    width: 438px;
    height: 36px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #f1f5fd;
    padding: 0 10px;
}

.join-form .line textarea {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #f1f5fd;
    padding: 10px;
    resize: none;
}

.join-form .line .load {
    width: 438px;
    height: 25px;
    background-color: #fff;
    border: none;
    margin-top: 6px;
    display: inline-block;
    float: left;
}

.join-form .line img {
    display: inline-block;
    margin-left: 10px;
    width: 80px;
    height: 34px;
}

.join-form .line button {
    width: 120px;
    height: 38px;
    border-radius: 4px;
    background-color: #1f4ca6;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    float: right;
    cursor: pointer;
}

.join-form .line.heightauto {
    height: auto;
}

.join-form .line .upload {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #1f4ca6;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    float: left;
    position: relative;
}

.join-form .line .upload input {
    width: 90px;
    height: 34px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.join-form .line .desc {
    font-size: 12px;
    line-height: 36px;
    color: #333;
    margin-left: 8px;
}

.new-cont {
    overflow: initial;
    padding-bottom: 50px;
}

.new-cont .new-list li {
    height: auto;
    zoom: 1;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px #e0e0e0 solid;
}

.new-cont .new-list li .img {
    width: 367px;
    height: 216px;
    float: left;
    overflow: hidden;
}

.new-cont .new-list li .img img {
    width: 100%;
    height: 100%;
}

.new-cont .new-list li .art {
    width: 710px;
    height: auto;
    float: left;
    padding-left: 25px;
    padding-top: 28px;
}

.new-cont .new-list li .art .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    transition: 0.3s;
}

.new-cont .new-list li .art .tlt {
    font-size: 14px;
    line-height: 22px;
}

.new-cont .new-list li .art .more {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-top: 60px;
    transition: 0.3s;
}

.new-cont .new-list li .art .more i {
    width: 30px;
    height: 5px;
    transition: 0.3s;
    margin-left: 25px;
    vertical-align: top;
    transition: 0.3s;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img10.png);
}

.new-cont .new-list li .time {
    width: 60px;
    height: 68px;
    position: absolute;
    top: 19px;
    right: 0px;
    background: #e6e6e6;
    display: flex;
    transition: 0.3s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-cont .new-list li .time p {
    font-size: 14px;
    line-height: 14px;
    font-family: "syhtB";
}

.new-cont .new-list li .time .xian {
    width: 40px;
    height: 1px;
    background: #d9d9d9;
    margin: 8px 0px;
}

.new-cont .new-list li:hover {
    padding-top: 19px;
    padding-left: 19px;
    border-color: transparent;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.new-cont .new-list li:hover .art .title {
    color: #005dbf;
}

.new-cont .new-list li:hover .art .more {
    color: #005dbf;
}

.new-cont .new-list li:hover .art .more i {
    background-image: url(../images/img09.png);
}

.new-cont .new-list li:hover .time {
    background: #005dbf;
    color: #fff;
    top: 0px;
}

.new-cont .new-list li:hover .time .xian {
    background: #fff;
}

.new-cont .pag {
    margin-top: 40px;
}

.second-nav {
    width: 100%;
    height: 44px;
    border-bottom: 1px #e0e0e0 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.second-nav li {
    width: auto;
    height: 44px;
    position: relative;
}

.second-nav li a {
    width: auto;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    display: inline-block;
}

.second-nav li .xian {
    width: 100%;
    height: 2px;
    transition: 0.3s;
    display: none;
    position: relative;
    background: #005dbf;
    bottom: -1px;
}

.second-nav li .xian i {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #005dbf;
    /*透明 透明  灰*/
    position: relative;
}

.second-nav li:hover a {
    color: #005dbf;
}

.second-nav li:hover .xian {
    display: block;
}

.second-nav .active a {
    color: #005dbf;
}

.second-nav .active .xian {
    display: block;
}

#tabs {
    margin: 0px 0px 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tabs li {
    margin-right: 110px;
    float: left;
}

#tabs li a {
    font-size: 30px;
    line-height: 32px;
    font-family: "syhtM";
}

#tabs .current a {
    color: #005dbf;
}

.tab-contain {
    padding-bottom: 80px;
}

.tab-contain .yi img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.tab-contain .yi p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}

.tab-contain .san .art p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 30px;
}

.err {
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

.err .img-small {
    width: 340px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: right;
    padding: 20px 20px;
}

.err .img-small p {
    width: 275px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
}

.err .img-small .box {
    width: 100%;
    height: 180px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.err .img-small .box .img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.err .img-small .box .img img {
    width: 100%;
    height: 100%;
}

.err .item-box {
    width: 100%;
    height: 402px;
    float: left;
    position: relative;
    margin-bottom: 85px;
}

.err .item-box .phon {
    width: 237px;
    height: 487px;
    position: absolute;
    left: 0px;
    top: -207px;
    z-index: 9;
}

.err .item-box .phon img {
    width: 100%;
    height: 100%;
}

.err .ul {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.err .ul .li {
    width: 275px;
    float: left;
    text-align: center;
}

.err .ul .li .tit {
    font-size: 24px;
    line-height: 30px;
    font-family: "syhtM";
}

.err .ul .li .art {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    font-family: "syhtL";
}

.err .ul img {
    width: 25px;
    height: 19px;
    float: left;
    margin-top: 30px;
}

.iot-cont {
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.iot-cont .title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-family: "syhtB";
    margin-bottom: 50px;
}

.iot-cont .nbiot-box .tit {
    font-size: 18px;
    line-height: 18px;
    font-family: "syhtM";
    margin-bottom: 10px;
}

.iot-cont .nbiot-box .art {
    font-size: 16px;
    line-height: 30px;
}

.iot-cont .trait {
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.iot-cont .trait .tit {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.iot-cont .trait .tit i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/img44.png);
}

.iot-cont .trait .art-box {
    width: 100%;
    padding-left: 20px;
}

.iot-cont .trait .art-box p {
    font-size: 16px;
    line-height: 30px;
}

.iot-cont .trait .art-box p span {
    display: block;
    float: left;
}

.iot-cont .trait .art-box p span:nth-of-type(1) {
    width: 26px;
}

.iot-cont .trait .art-box p span:nth-of-type(2) {
    width: calc(100% - 26px);
}

.pro-cont {
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding-bottom: 75px;
}

.pro-cont table {
    width: 100%;
    border: 1px #d9d9d9 solid;
    border-radius: 4px;
    margin-bottom: 55px;
}

.pro-cont table tr {
    border-bottom: 1px #d9d9d9 solid;
}

.pro-cont table tr:nth-last-of-type(1) {
    border: none;
}

.pro-cont table tr td {
    padding: 17px 0px;
    font-family: "syhtM";
}

.pro-cont table tr td:nth-of-type(1) {
    width: 170px;
    height: 100%;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
}

.pro-cont table tr td:nth-of-type(2) {
    width: calc(100% - 170px);
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.pro-cont table tr td:nth-of-type(2) a {
    font-size: 16px;
    line-height: 36px;
    margin-left: 60px;
}

.pro-cont table tr .active {
    color: #005dbf;
}

.pro-cont .pro-bot .title {
    font-size: 30px;
    line-height: 36px;
}

.pro-cont .pro-bot .item-box {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 25px;
}

.pro-cont .pro-bot .item-box .tit {
    font-size: 24px;
    line-height: 36px;
    padding-left: 22px;
    margin-bottom: 10px;
}

.pro-cont .pro-bot .item-box .tit span {
    font-size: 16px;
    color: #005dbf;
    font-family: "Arial";
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
    border-bottom: 1px #cccccc solid;
}

.pro-cont .pro-bot .item-box .pro-hui {
    width: 100%;
    height: auto;
    zoom: 1;
    background: #f0f0f0;
}

.pro-cont .pro-bot .item-box .pro-hui .art {
    width: 800px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: inline-block;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 32px;
}

.pro-cont .pro-bot .item-box .pro-hui img {
    width: auto;
    height: auto;
    max-width: 390px;
    float: right;
    margin-top: -35px;
    margin-right: 30px;
}

.pro-cont .pro-bot .item-box .img {
    width: auto;
    zoom: 1;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.pro-cont .pro-list {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.pro-cont .pro-list li {
    width: calc((100% - 40px)/3);
    height: auto;
    max-height: 460px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}

.pro-cont .pro-list li:nth-of-type(3n) {
    margin-right: 0px;
}

.pro-cont .pro-list li a {
    width: 100%;
    height: 100%;
}

.pro-cont .pro-list li a .img {
    width: 100%;
    height: 312px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-cont .pro-list li a .img .bg {
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
    background: -webkit-radial-gradient(#fff 15%, #f0f0f0 55%);
    /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#fff 15%, #f0f0f0 55%);
    /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#fff 15%, #f0f0f0 55%);
    /* Firefox 3.6 - 15 */
    background: radial-gradient(#fff 15%, #f0f0f0 55%);
    /* 标准的语法 */
}

.pro-cont .pro-list li a .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 312px;
    z-index: 999;
}

.pro-cont .pro-list li a .tit {
    font-size: 18px;
    line-height: 36px;
    margin-top: 10px;
    font-family: "syhtM";
}

.pro-cont .pro-list li a .art {
    font-size: 14px;
    height: 50px;
    line-height: 24px;
}

.pro-cont .pro-list li a .more {
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s;
}

.pro-cont .pro-list li a .more i {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    float: left;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/img48.png);
}

.pro-cont .pro-list li:hover a .img .bg {
    height: 312px;
}

.pro-cont .pro-list li:hover a .more {
    color: #005dbf;
}

.service-cont .tel-box {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.service-cont .tel-box .tel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-cont .tel-box .tel img {
    width: 71px;
    height: 71px;
    margin-right: 45px;
    display: inline-block;
}

.service-cont .tel-box .tel .right {
    color: #333;
}

.service-cont .tel-box .tel .right .er {
    font-size: 14px;
    line-height: 30px;
}

.service-cont .tel-box .tel .right .tit {
    font-size: 18px;
    line-height: 30px;
}

.service-cont .tel-box .tel .right .site {
    width: 250px;
}

.service-cont .tel-box .tel .right .xs {
    width: 325px;
    font-size: 16px;
    line-height: 30px;
}

.service-cont .tel-box .tel .right .xs span {
    float: left;
}

.service-cont .tel-box .tel .right .xs span:nth-of-type(1) {
    width: 60px;
    font-size: 14px;
}

.service-cont .tel-box .tel .right .xs span:nth-of-type(2) {
    width: calc(100% - 60px);
}

.service-cont .map {
    width: 100%;
    height: 420px;
    margin-bottom: 80px;
}

.service-cont .map .BMap_cpyCtrl,
.service-cont .map .anchorBL {
    display: none;
}

.service-cont .map .BMapLabel {
    border: 1px #11a5e8 solid !important;
    padding: 12px 35px !important;
    border-radius: 4px;
    position: relative;
}

.service-cont .map .BMapLabel .info-addr {
    width: 0;
    height: 0;
    border-width: 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent #11a5e8;
    /*透明 透明  灰*/
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    z-index: 1;
}

.service-cont .map .BMapLabel i {
    width: 0;
    height: 0;
    border-width: 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    /*透明 透明  灰*/
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -6px;
    z-index: 9;
}

.service-cont .map .BMapLabel .info-line-r {
    font-size: 16px !important;
    font-family: "syhtM";
}

.service-cont form .title {
    font-family: "syhtM";
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 65px;
}

.service-cont form .item {
    width: calc((100% - 80px)/3);
    height: 52px;
    border: 1px #e0e0e0 solid;
    float: left;
    margin-right: 40px;
    background: #f5f5f5;
    margin-bottom: 25px;
    /* 火狐 */
}

.service-cont form .item:nth-of-type(3n) {
    margin-right: 0px;
}

.service-cont form .item input {
    width: 100%;
    height: 52px;
    border: none;
    float: left;
    padding: 0 10px;
    background: transparent;
    -moz-appearance: textfield;
}

.service-cont form .item input::-webkit-outer-spin-button,
.service-cont form .item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.service-cont form .item input::-webkit-input-placeholder {
    color: #4c4c4c;
}

.service-cont form .item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4c4c4c;
}

.service-cont form .item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4c4c4c;
}

.service-cont form .item input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4c4c4c;
}

.service-cont form textarea {
    width: 100%;
    height: 123px;
    border: 1px #e0e0e0 solid;
    background: #f5f5f5;
    padding: 10px;
    resize: none;
    margin-bottom: 45px;
}

.service-cont form button {
    width: 280px;
    height: 55px;
    background: #1f4ca6;
    border: none;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.profile {
    overflow: initial;
}

.profile .top-nav {
    margin: 0px;
    padding: 0px;
}

.profile .profi-cont {
    width: 100%;
    height: auto;
    min-height: 540px;
    position: relative;
}

.profile .profi-cont .left {
    width: 750px;
    height: 425px;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 24px;
    z-index: 9;
    margin-top: 75px;
}

.profile .profi-cont .left::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #F5F5F5;
}

.profile .profi-cont .left::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #F5F5F5;
}

.profile .profi-cont .left::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ddd;
}

.profile .profi-cont .left .comp {
    font-size: 18px;
    font-family: "syhtB";
}

.profile .profi-cont .img {
    float: right;
    width: 447px;
    height: 464px;
    margin-top: 36px;
    position: relative;
}

.profile .profi-cont .img img {
    width: 100%;
    height: 100%;
}

.profile .profi-cont .img:before {
    content: "";
    width: 1113px;
    height: 247px;
    background: #f2f2f2;
    position: absolute;
    left: -1113px;
    top: 0px;
    z-index: 1;
}

.profile .profi-cont .img:after {
    content: "";
    width: 350px;
    height: 247px;
    background: #f2f2f2;
    position: absolute;
    right: -350px;
    bottom: 0px;
    z-index: 1;
}

.culture {
    width: 100%;
    height: 660px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

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

.culture .top-nav .title {
    color: #005dbf;
}

.culture .top-nav .title::before,
.culture .top-nav .title::after {
    background: #005dbf;
}

.culture .cul-box {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.culture .item-cul {
    width: calc((100% - 39px)/4);
    height: 480px;
    float: left;
    margin-right: 13px;
}

.culture .item-cul:nth-last-of-type(1) {
    margin-right: 0px;
}

.culture .item-cul .top {
    width: 100%;
    height: 240px;
    border-bottom: 2px #d9e2ed solid;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0px 0px 24px;
}

.culture .item-cul .top p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.culture .item-cul .top .xian {
    width: 22px;
    height: 1px;
    background: #fff;
    margin-top: 7px;
}

.culture .item-cul .bot {
    width: 100%;
    height: 240px;
    background: #f1f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: auto;
}

.culture .item-cul .bot::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.culture .item-cul .bot::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #535353;
}

.culture .item-cul .bot::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #EDEDED;
}

.develop {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 704px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.develop .top-nav {
    padding-top: 50px;
    margin-bottom: 80px;
}

.develop .top-nav .title {
    color: #005dbf;
}

.develop .top-nav .title::before,
.develop .top-nav .title::after {
    background: #005dbf;
}

.develop .dev {
    width: 1200px;
    height: 378px;
    margin: 0 auto;
    position: relative;
}

.develop .dev .swiper-button-next,
.develop .dev .swiper-button-prev {
    width: 22px;
    height: 42px;
    margin-top: -105px;
    background-size: cover;
    outline: none;
}

.develop .dev .swiper-button-next {
    background-image: url(../images/img71.png);
    cursor: pointer;
    right: -40px;
}

.develop .dev .swiper-button-prev {
    background-image: url(../images/img72.png);
    cursor: pointer;
    left: -40px;
}

.develop .dev .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/img70.png);
    opacity: 1;
}

.develop .dev .swiper-button-next.swiper-button-disabled {
    background-image: url(../images/img73.png);
    opacity: 1;
}

.develop .dev i {
    width: 235px;
    height: 378px;
    display: block;
    background: #005dbf;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: 0.5s;
}

.develop .dev .dev-swip {
    width: 100%;
    height: 378px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
}

.develop .dev .dev-swip .swiper-slide {
    width: auto;
    height: 378px;
    position: relative;
}

.develop .dev .dev-swip .swiper-slide .top {
    width: 500px;
    height: 230px;
    display: none;
    position: absolute;
    z-index: 9999;
    border: 1px #005dbf solid;
    transition: 0.3s;
}

.develop .dev .dev-swip .swiper-slide .top .art {
    width: 100%;
    height: 180px;
    background: #fff;
    padding: 35px 30px 0px 30px;
    font-size: 18px;
    line-height: 36px;
}

.develop .dev .dev-swip .swiper-slide .top .art p {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.develop .dev .dev-swip .swiper-slide .top .art p::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.develop .dev .dev-swip .swiper-slide .top .art p::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px #c1c1c1;
    background: #535353;
}

.develop .dev .dev-swip .swiper-slide .top .art p::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #f1f1f1;
    border-radius: 3px;
    background: #EDEDED;
}

.develop .dev .dev-swip .swiper-slide .top .time-box {
    width: 100%;
    height: 49px;
    background: #0054b3;
    padding: 0 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.develop .dev .dev-swip .swiper-slide .top .time-box span {
    font-size: 34px;
    line-height: 36px;
    font-family: "syhtM";
    color: #fff;
    letter-spacing: 8px;
}

.develop .dev .dev-swip .swiper-slide .top .time-box .qua {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px #fff solid;
    background: transparent;
}

.develop .dev .dev-swip .swiper-slide .bot {
    font-size: 20px;
    color: #858585;
    position: absolute;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-3) .top {
    display: block;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-3) .bot {
    bottom: 67px;
    left: 102px;
    color: #005dbf;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-2) .top {
    left: -100px;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-2) .bot {
    bottom: 79px;
    left: 11px;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-1) .top {
    left: -250px;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n-1) .bot {
    bottom: 91px;
    left: -58px;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n) .top {
    left: -250px;
}

.develop .dev .dev-swip .swiper-slide:nth-of-type(4n) .bot {
    bottom: 107px;
    left: -100px;
}

.develop .dev .dev-swip .active .top {
    display: block;
}

.develop .dev .dev-swip .active .bot {
    color: #005dbf;
}

.honor {
    width: 100%;
    height: 545px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.honor .top-nav {
    padding-top: 60px;
    margin-bottom: 60px;
}

.honor .top-nav .title {
    color: #005dbf;
}

.honor .top-nav .title::before,
.honor .top-nav .title::after {
    background: #005dbf;
}

.honor .honor-box {
    width: 100%;
    height: 306px;
    background: rgba(11, 72, 154, 0.2);
}

.honor .honor-box .item-honor {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-left: 4px rgba(255, 255, 255, 0.4) solid;
}

.honor .honor-box .item-honor .honor-swip {
    width: 100%;
    height: 306px;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide {
    width: auto;
    height: 306px;
    text-align: center;
    line-height: 36px;
    transition: 0.3s;
    border-right: 4px rgba(255, 255, 255, 0.4) solid;
    background: rgba(251, 253, 254, 0);
}

.honor .honor-box .item-honor .honor-swip .swiper-slide img {
    width: 104px;
    height: 67px;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide .art {
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide .tit {
    font-size: 24px;
    color: #fff;
    transition: 0.3s;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide .more {
    font-size: 16px;
    color: #005dbf;
    margin-top: 30px;
    display: none;
    transition: 0.3s;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide:hover {
    background: #fbfdfe;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide:hover .art,
.honor .honor-box .item-honor .honor-swip .swiper-slide:hover .tit {
    color: #4c4c4c;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide:hover .more {
    display: block;
}

.honor .honor-box .item-honor .honor-swip .swiper-slide .certificate {
    display: none;
}

.honor .honor-box .item-honor .swiper-button-next,
.honor .honor-box .item-honor .swiper-button-prev {
    width: 47px;
    height: 46px;
    background-size: cover;
    outline: none;
}

.honor .honor-box .item-honor .swiper-button-next {
    background-image: url(../images/img64.jpg);
    right: -51px;
}

.honor .honor-box .item-honor .swiper-button-prev {
    background-image: url(../images/img63.jpg);
    left: -51px;
}

.test2 {
    width: 100%;
    height: 729px;
}

.test7 {
    width: 100%;
    height: 666px;
}

.test1 {
    width: 100%;
    height: 806px;
}

.test6 {
    width: 100%;
    height: 727px;
}

.test3 {
    width: 100%;
    height: 758px;
}

.test33 {
    width: 1300px;
    height: 1030px;
}

.test4 {
    width: 100%;
    height: 714px;
}

@media screen and (max-width: 1320px) {
    .w14 {
        width: 1200px;
    }
    .banner {
        height: 720px;
    }
    .banner .swiper-slide {
        height: 720px;
    }
    .banner .swiper-slide .right,
    .banner .swiper-slide .left,
    .banner .swiper-slide .star,
    .banner .swiper-slide .right img,
    .banner .swiper-slide .left img,
    .banner .swiper-slide .star img {
        height: 720px;
    }
    .pro-box .swip-pro .anniu {
        left: 0px;
    }
    .solution .w14 .bot .swiper-button-next,
    .solution .w14 .bot .swiper-button-prev {
        margin-top: -150px;
    }
    .solution .w14 .bot .swiper-button-next {
        right: 0px;
    }
    .solution .w14 .bot .swiper-button-prev {
        left: 0px;
    }
}

.search-box {
    padding: 50px 0;
    border-top: 1px #1f4ca6 solid;
}

.search-box input {
    width: 448px;
    height: 54px;
    border: 1px #e6e6e6 solid;
    padding: 0 10px;
    float: left;
    background: #fff;
}

.search-box button {
    width: 117px;
    height: 54px;
    background: #1f4ca6;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box button i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/83.png);
    background-size: 100% 100%;
    margin-left: 5px;
}