html {}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0 0 0 0 !important;
    font: 14px/1 PingFang SC, Microsoft YaHei, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, Arial, sans-serif !important;
    color: #333333;
    background-color: #FFFFFF;
}

select,
textarea,
button {
    font: 14px/1 PingFang SC, Microsoft YaHei, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, Arial, sans-serif;
}

ul,
li,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

img {
    border: 0;
}

@font-face {
    font-family: 'iconfont';
    src: url('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
        url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
        url('../images/font/iconfont.ttf?t=1658727552670') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Din';
    src: url('../images/font/DINPro-Bold.otf');
}

.din {
    font-family: din;
}

body.bgfa {
    background-color: #FAFAFA;
}

body.pd0 {
    padding: 0 0 0 0 !important;
}

.wrap {
    display: table;
    width: 100%;
}

.wrapper {
    display: table;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.w100 {
    display: table;
    width: 100%;
}

.w50 {
    display: inline-block;
    width: 49.5%;
}

a,
a:focus,
a:hover,
.btn:focus,
li,
li:focus,
li:hover,
input,
input:focus,
input:hover,
textarea,
textarea:focus,
textarea:hover,
select,
select:focus,
select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a,
a:link,
a:active,
a:visited {
    color: #333333;
    text-decoration: none;
    outline: none;
    transition: All 0.3s ease-in-out;
}

a:hover {
    color: #1e50ae;
    text-decoration: none !important;
}

textarea {
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #CCCCCC;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #CCCCCC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* ie  */
    color: #CCCCCC;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m12 {
    margin-top: 12px;
}

.m15 {
    margin-top: 15px;
}

.m10 {
    margin-top: 10px;
}

.m20 {
    margin-top: 20px;
}

.m30 {
    margin-top: 30px;
}

.m35 {
    margin-top: 35px;
}

.m40 {
    margin-top: 40px;
}

.m50 {
    margin-top: 50px;
}

.m70 {
    margin-top: 70px;
}

.m100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mr50 {
    margin-right: 50px !important;
}

.f16 {
    font-size: 16px !important;
}

.line:last-child {
    border-bottom: none;
}

.tcenter {
    text-align: center !important;
}

.tleft {
    text-align: left !important;
}

.red {
    color: #FF0000 !important;
}

.blue {
    color: #3860F4 !important;
}

a.cblue {
    color: #3860F4 !important;
}

a.cblue:hover {
    color: #1CA6B8 !important;
}

.imgs {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.abr {
    position: relative;
}

/*header*/
.header {
    display: block;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #e6eaed;
}

.header.show {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #FFFFFF !important;
    border-bottom: 1px solid #EAEAEA;
    transition: all 0.35s;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
}

.header.home {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.header .logo {
    float: left;
    margin: 5px 0;
    width: auto;
    height: 70px;
    display: flex;
}

.header .logo img {
    display: block;
    width: auto;
    height: 70px;
}

.header .logo .name {
    padding-left: 15px;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    font-family: 微软雅黑;
    color: #1e50ae;
    letter-spacing: 5px;
}

.header .nav {
    float: right;
    display: flex;
    padding-right: 5px;
}

.header .nav li {
    padding: 0 25px;
    position: relative;
}

.header .nav li a {
    display: block;
    font-size: 18px;
    padding: 0 15px;
    color: #333333;
    line-height: 80px;
    font-weight: 400;
    transition: all 0.5s;
}

.header .nav li:hover a,
.header .nav li.cur a {
    color: #1e50ae;
    font-weight: bold;
}

.header .nav li:after {
    position: absolute;
    top: 78px;
    left: 50%;
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background-color: #1e50ae;
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.header .nav li.cur:after,
.header .nav li:hover:after {
    position: absolute;
    top: 78px;
    left: 50%;
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background-color: #1e50ae;
    transform: translate(-50%, 0);
}

.header .nav li dl {
    display: none;
    position: absolute;
    left: 50%;
    top: 79px;
    padding: 0 0;
    width: auto;
    min-width: 160px;
    height: 0;
    border-radius: 0;
    background-color: #FFFFFF;
    transform: translate(-50%, 0);
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 20%);
    transition: all 0.5s;
}

.header .nav li:hover dl {
    display: block;
    height: auto;
}

.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}

.header .nav li:hover dl dd {
    text-align: left;
    position: relative;
}

.header .nav li:hover dl dd:last-child {
    border-bottom: none;
}

.header .nav li:hover dl dd a {
    font-size: 18px;
    color: #333333;
    height: 50px;
    padding: 0 22px;
    line-height: 50px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
    transition: all 0.5s;
}

.header .nav li:hover dl dd a:hover,
.header .nav li:hover dl dd.cur a {
    color: #FFFFFF;
    background-color: #1e50ae;
    border-bottom: 1px solid #1e50ae;
}

/*path*/
.menubox {
    display: block;
    width: 100%;
    height: 65px;
    padding-top: 5px;
    color: #999999;
    background-color: #F6F6F6;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);*/
}

.menubox .wrapper {
    display: flex;
    justify-content: space-between;
}

.menubox .submenu {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

.menubox .submenu a {
    position: relative;
    display: block;
    padding: 0 0;
    margin: 0 60px 0 0;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.menubox .submenu a.cur,
.menubox .submenu a:hover {
    color: #1e50ae;
    font-weight: bold;
}

.menubox .submenu a.cur:after,
.menubox .submenu a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1e50ae;
}

.path {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 60px;
    color: #999
}

.path a {
    color: #999
}

.path a:hover {
    color: #1e50ae;
}

.path .icon-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    background: url(../images/icon-path-arrow.png) no-repeat center;
    background-size: 6px 12px;
}

.h2title {
    display: block;
    text-align: center;
}

.h2title .title {
    display: block;
    font-size: 32px;
    padding: 15px 0;
    font-weight: bold;
}

.h2title .line {
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 4px;
    background: linear-gradient(104.32deg, #0f7fd2 0%, #1e50ae 100.58%);
    border-radius: 11px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #999999;
}

.swiper-button-prev {
    left: -90px;
}

.swiper-button-next {
    right: -90px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #999999;
    font-size: 18px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #1e50ae;
    border: none;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #FFFFFF;
}

/*home*/

/*subbanner*/
.subbanner {
    display: block;
    width: 100%;
    height: 320px;
}

.subbanner .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.subbanner.banner-about {
    background: url(../images/img-banner-about.jpg) no-repeat center;
    background-size: cover;
}

.subbanner.banner-news {
    background: url(../images/img-banner-news.jpg) no-repeat center;
    background-size: cover;
}

.subbanner.banner-product {
    background: url(../images/img-banner-product.jpg) no-repeat center;
    background-size: cover;
}

.subbanner.banner-service {
    background: url(../images/img-banner-service.jpg) no-repeat center;
    background-size: cover;
}

.subbanner .title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.subbanner .subtitle {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 18px;
}

.subbanner .path {
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 16px;
    color: #FFFFFF;
}

.subbanner .path a {
    color: #FFFFFF;
}

.subbanner .path a:hover {
    text-decoration: underline !important;
}

.content {
    display: block;
    width: 1400px;
    margin: 85px auto 85px auto;
}

/*home*/
.homebanner {
    display: table;
    width: 100%;
    height: 800px;
    position: relative;
}

.homebanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.homebanner .swiper-slide a .text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1500px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 10;
    transform: translate(-50%, 0);
}

.homebanner img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.homebanner .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.homebanner .swiper-button-prev {
    left: 30px;
}

.homebanner .swiper-button-next {
    right: 30px;
}

.homebanner .swiper-button-prev,
.homebanner .swiper-button-next {
    border: none;
    background: none;
    opacity: 0.6;
}

.homebanner .swiper-button-disabled {
    opacity: 0.2;
}

.homebanner .swiper-button-prev:hover,
.homebanner .swiper-button-next:hover {
    opacity: 1;
}

.homebanner .swiper-button-next:after,
.homebanner .swiper-button-prev:after {
    color: #FFFFFF;
    font-size: 40px;
}

.homebanner .swiper-pagination {
    bottom: 28px;
}

.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #FFFFFF;
    opacity: .2;
}

.homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 15px;
}

.homeservice {
    display: block;
    padding: 60px 0 80px 0;
    background: #FFFFFF;
}

.hs-list {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.hs-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hs-list li {
    display: block;
    width: 680px;
    height: 380px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.hs-list .pic {
    display: block;
    width: 100%;
    height: 380px;
    position: relative;
}

.hs-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.hs-list .pic:hover img {
    opacity: 0.95;
}

.hs-list .text {
    display: block;
    position: absolute;
    left: 0;
    top: 326px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: All 0.3s ease-in;
}

.hs-list .text .title {
    text-align: center;
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 20px;
}

.hs-list .text .desc {
    display: none;
}

.hs-list li:hover .text {
    top: 0;
    padding-top: 82px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    background: linear-gradient(104.32deg, rgba(15, 127, 210, 0.8) 0%, rgba(30, 80, 174, 0.8) 100.58%);
}

.hs-list li:hover .text .title {
    text-align: center;
    padding: 0 80px;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.hs-list li:hover .text .desc {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: justify;
    padding: 0 80px;
    color: #FFF;
    line-height: 1.5;
}

.homecase {
    display: block;
    padding: 60px 0 60px 0;
    background-color: #FFFFFF;
}

.homecase .hc-list {
    display: block;
    padding-top: 60px;
}

.homecase .hc-list .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.homecase .hc-list li {
    width: 440px;
    margin-right: 40px;
    height: 305px;
    line-height: 245px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    transition: all .4s ease-in-out;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.homecase .hc-list li:nth-child(3n) {
    margin-right: 0;
}

.hc-list .pic {
    display: block;
    width: 100%;
    height: 245px;
    position: relative;
}

.hc-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.hc-list .pic:hover img {
    opacity: 0.95;
}

.hc-list .text {
    display: block;
    position: absolute;
    left: 0;
    top: 235px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 20;
    transition: All 0.3s ease-in;
}

.hc-list .text .title {
    text-align: center;
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
}

.hs-list .text .desc {
    display: none;
}

.hc-list li:hover .text {
    top: 0;
    padding-top: 82px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    background: linear-gradient(104.32deg, rgba(15, 127, 210, 0.8) 0%, rgba(30, 80, 174, 0.8) 100.58%);
}

.hc-list li:hover .text .title {
    text-align: center;
    padding: 0 80px;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 22px;
}

.hc-list li:hover .text .desc {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: justify;
    padding: 0 80px;
    color: #FFF;
    line-height: 1.5;
}

.homenews {
    display: block;
    padding: 60px 0 100px 0;
    background-color: #F6F6F6;
    background-size: 100% auto;
}

.hnl-box {
    display: block;
    width: 1401px;
    margin-top: 60px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.hnl-list {
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}

.hn-list {
    display: flex;
    width: 100%;
}

.hnl-list li {

    display: block;
    width: 33.33333333333333%;
    height: 545px;
    background-color: #FFFFFF;
}

.hnl-list li:nth-child(2n) a {
    display: flex;
    flex-direction: column-reverse;
}

.hnl-list li:hover {
    background: linear-gradient(104.32deg, #0f7fd2 0%, #1e50ae 100.58%);
}

.hnl-list li .pic {
    display: block;
    width: 100%;
    height: 272px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.hnl-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hnl-list li .pic .hn-nav {
    position: absolute;
    left: 20px;
    top: 24px;
    width: 78px;
    height: 30px;
    background: #1e50ae;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
}

.hnl-list li:hover .text,
.hnl-list li:hover .text .desc,
.hnl-list li:hover .text .more {
    color: #FFFFFF;
}

.hnl-list li .text {
    display: block;
    position: relative;
    width: 100%;
    height: 273px;
    padding: 22px 22px;
    z-index: 10;
}

.hnl-list li .text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #FFFFFF;
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 90;
    opacity: 1;
    transform: translate(-50%, 0);
}

.hnl-list li:hover .text:after {
    border-bottom: 12px solid #1e50ae;
}

.hnl-list li:nth-child(2n) a .text:after {
    top: unset;
    bottom: -12px;
    border-top: 12px solid #FFFFFF;
    border-bottom: 0;
}

.hnl-list li:hover:nth-child(2n) a .text:after {
    border-top: 12px solid #1e50ae;
}

.hnl-list li .text .time {
    display: block;
    font-size: 16px;
    padding-top: 5px;
}

.hnl-list li .text .title {
    display: block;
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.hnl-list li .text .desc {
    display: block;
    font-size: 16px;
    height: 75px;
    overflow: hidden;
    line-height: 24px;
    color: #555555;
    margin-top: 20px;
}

.hnl-list li .text .more {
    display: block;
    margin-top: 26px;
    font-size: 16px;
    color: #1e50ae;
    text-decoration: underline;
}

/*about*/
.about-group {
    display: block;
    padding: 80px 0 80px 0;
    background-color: #FFFFFF;
}

.about-group .ap-con {
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
}

.about-group .ap-text {
    display: block;
    width: 47%;
}

.about-group .ap-text .title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #1e50ae;
    padding: 5px 0 0 0;
}

.about-group .ap-text .desc {
    display: block;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #000000;
}

.about-group .ap-pic {
    display: block;
    width: 672px;
    height: 462px;
    position: relative;
}

.about-group .ap-pic img {
    position: absolute;
    right: 0;
    top: 0;
    width: 636px;
    height: 423px;
    z-index: 12;
}

.about-group .ap-pic .app-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 636px;
    height: 428px;
    background: linear-gradient(104.32deg, #0f7fd2 0%, #1e50ae 100.58%);
    z-index: 10;
}

.about-advantage {
    display: block;
    width: 100%;
    height: auto;
    background-color: #F6F6F6;
    padding: 60px 0 80px 0;
}

.advantage-item {
    display: flex;
    width: 100%;
    height: auto;
}

.advantage-item .text {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 80px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}

.advantage-item .text .title {
    display: block;
    font-size: 28px;
    font-weight: bold;
    /* color: #1e50ae; */
    margin-bottom: 30px;
}

.advantage-item .text .desc {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 12px;
}

.advantage-item .pic {
    flex: 0 0 50%;
    width: 50%;
}

.advantage-item .pic img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.about-partner {
    display: block;
    padding: 60px 0 90px 0;
    background-color: #FFFFFF;
}

.about-partner .ap-list {
    display: block;
    padding-top: 60px;
}

.about-partner .ap-list .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-partner .ap-list li {
    width: 440px;
    margin-right: 40px;
    height: 245px;
    line-height: 245px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    transition: all .4s ease-in-out;
}

.about-partner .ap-list li img {
    display: block;
    width: 100%;
    height: 100%;
}

.about-partner .ap-list li:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.about-partner .ap-list li:nth-child(3n) {
    margin-right: 0;
}

.zs-about-certificate {
    display: block;
    padding: 70px 0 90px 0;
}

/*pages*/
.sh-pages {
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.sh-pages a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 8px;
    background: #FFFFFF;
    text-align: center;
    font-size: 20px;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #CCCCCC;
}

.sh-pages a:hover {
    background: #169217;
    color: #fff;
    border: 1px solid #169217;
}

.sh-pages a i {
    margin-right: 0;
    font-size: 20px;
    color: #AAAAAA;
}

.sh-pages a:hover i {
    color: #FFFFFF;
}

.sh-pages span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background: #169217;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
}

/*产品中心*/
.product-list {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.product-list .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-list li {
    display: block;
    width: 440px;
    height: 375px;
    margin-right: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.product-list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.product-list li:nth-child(3n) {
    margin-right: 0;
}

.product-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-list li .pic {
    display: block;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.product-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.product-list li:hover .pic img {
    transform: scale(1.1);
}

.product-list li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    height: 130px;
    background-color: #FFFFFF;
    transition: all 0.5s;
    z-index: 5;
}

.product-list li:hover .text {
    height: 150px;
    padding: 30px 20px;
}

.product-list li .text .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-list li .text .desc {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-info {
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0 80px 0;
}

.product-info .product-desc {
    display: block;
    padding-bottom: 30px;
}

.product-info .product-desc h1 {
    display: block;
    font-size: 24px;
    color: #1e50ae;
    padding-bottom: 30px;
}

.product-info .product-desc .text {
    display: block;
    width: 100%;
    padding-right: 100px;
    font-size: 15px;
    line-height: 1.86;
    color: #999999;
}

.product-info .product-photo {
    display: block;
    width: 1400px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.product-info .product-photo img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.product-info .product-photo .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    margin-top: 20px;
}

.product-photo .swiper-button-prev {
    left: 20px;
}

.product-photo .swiper-button-next {
    right: 20px;
}

.product-info .product-photo .swiper-pagination {
    bottom: 20px;
    font-size: 15px;
    color: #FFFFFF;
}

.solution-list {
    display: block;
    width: 100%;
    padding: 100px 0;
}

.solution-list li {
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.solution-list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.solution-list li a {
    display: flex;
    justify-content: space-between;
}

.solution-list li .pic {
    flex: 0 0 50%;
    width: 50%;
    height: 400px;
    overflow: hidden;
}

.solution-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-list li .text {
    flex: 0 0 50%;
    width: 50%;
    padding: 80px 40px;
}

.solution-list li .text .title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.solution-list li .text .desc {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin: 25px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.solution-list li .text .btn {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    color: #555;
    border-radius: 5px;
    border: 1px solid #555;
}

.solution-list li:hover .text .btn {
    color: #1e50ae;
    border: 1px solid #1e50ae;
}

/*新闻中心*/
.news-list {
    display: block;
    width: 100%;
    padding: 60px 0;
}

.news-list .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-list li {
    display: block;
    width: 327.5px;
    height: 355px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.news-list li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news-list li:nth-child(4n) {
    margin-right: 0;
}

.news-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-list li .pic {
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news-list li:hover .pic img {
    transform: scale(1.1);
}

.news-list li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    height: 135px;
    background-color: #FFFFFF;
    transition: all 0.5s;
    z-index: 5;
}

.news-list li:hover .text {
    height: 150px;
    padding: 30px 20px;
}

.news-list li .text .title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list li .text .time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news-box {
    display: flex;
    justify-content: space-between;
    padding: 72px 0 90px 0;
}

.news-info {
    display: block;
    width: 74%;
    padding: 20px 0 40px 0;
}

.news-info .h1title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px 0;
}

.news-info .h1title .si-nav {
    float: right;
    width: auto;
    margin-right: 26px;
    margin-top: 3px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #1D7B4C;
    padding: 0 12px;
    background-color: #CDE2D7;
}

.news-info .h1box {
    display: flex;
    width: 100%;
    padding: 0 0 20px 0;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E9E9E9;
}

.news-info .h1box .tag {
    display: flex;
}

.news-info .h1box .tag span {
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #F1F1F1;
    color: #8A8A8A;
    margin-right: 12px;
}

.news-info .h1box .time {
    font-size: 14px;
    color: #666666;
}

.news-info .news-content {
    display: block;
    padding: 20px 0 30px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
}

.news-info .news-content p {
    margin: 10px 0;
}

.news-info .news-content img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.news-info .page-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    border-top: 1px solid #E9E9E9;
}

.news-info .page-next {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.news-info .page-btn {
    width: 105px;
    height: 38px;
}

.news-info .page-btn a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #1e50ae;
    font-weight: 400;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #1e50ae;
}

.news-info .page-btn a:hover {
    opacity: 0.6;
}

.right-com {
    display: block;
    width: 22%;
}

.rbox {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.08);
}

.rbtitle {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

.rbtitle img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.rbanner {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.rbanner img {
    display: block;
    width: 100%;
    height: auto;
}

.rnews-list {
    display: block;
    width: 100%;
    height: auto;
}

.rnews-list li {
    display: block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-top: 12px;
    line-height: 42px;
    font-size: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
}

.rnews-list li:last-child {
    border-bottom: none;
}

.rnews-list li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e50ae;
}

.rbox .more {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #1e50ae;
}

.rbox .more a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #1e50ae;
}

.rbox .more a:hover {
    opacity: 0.8;
}

/*联系我们*/
.contact-info {
    display: table;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
}

.contact-us {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
}

.contact-us.rec {
    justify-content: center;
}

.contact-us.rec li {
    width: 500px;
}

.contact-us li {
    display: block;
    width: 33.3%;
    text-align: center;
}

.contact-us li .icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 26px auto;
}

.contact-us li .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us li .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.contact-us li .text {
    display: block;
    margin: 0 auto;
    width: 300px;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    word-break: break-all;
}

.contact-map {
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 30px;
}

.contact-map img {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-recruitment {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0 60px 0;
    background-color: #F9F9F9;
}

.cus-map {
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 60px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}

.cus-map .map {
    flex: 0 0 697px;
    width: 697px;
    height: 400px;
    margin-right: 53px;
}

.cus-map .map img {
    display: block;
    width: 100%;
    height: 100%;
}

.cus-map .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 40px 0;
}

.cus-map .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.cus-map .desc {
    display: block;
    margin-top: 55px;
    font-size: 16px;
    color: #666666;
}

.cus-map .desc p {
    margin: 0 0 28px 0;
    height: 20px;
    line-height: 20px;
    padding-left: 35px;
}

.cus-map .desc p.icon-phone {
    background: url(../images/icon-c-phone.png) no-repeat left center;
    background-size: auto 20px;
}

.cus-map .desc p.icon-add {
    background: url(../images/icon-c-lbs.png) no-repeat left center;
    background-size: auto 20px;
}

.cus-map .desc p.icon-mail {
    background: url(../images/icon-c-mail.png) no-repeat left center;
    background-size: auto 20px;
}

.cus-map .btn {
    display: block;
    padding-top: 35px;
}

.cus-map .btn a {
    display: block;
    width: 129px;
    height: 37px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #1e50ae;
    border-radius: 19px;
    color: #1e50ae;
}

.cus-map .btn a:hover {
    opacity: 0.8;
}

.contact-message {
    display: block;
    padding: 60px 0 100px 0;
}

.form-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cm-box {
    padding-top: 60px;
}

.form-item {
    display: flex;
    min-height: 82px;
    position: relative;
    border-top: 1px solid #CCCCCC;
}

.form-item.w45 {
    width: 45%;
}

.form-label {
    display: block;
    min-width: 120px;
    font-size: 18px;
    line-height: 82px;
    color: #666666;
    position: relative;
}

.form-label:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px;
    background: linear-gradient(0deg, #166BCC 0%, #0F81DD 46%, #00B9FE 100%);
}

.form-input {
    width: 55%;
    margin-left: 115px;
    height: 82px;
    line-height: 82px;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    font-size: 18px;
    color: #333333;
}

.form-btn {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.form-btn button {
    display: block;
    margin: 0 auto;
    width: 172px;
    height: 50px;
    background: linear-gradient(-90deg, #166BCC 0%, #0F81DD 100%);
    border-radius: 25px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
}

.form-btn button:hover {
    opacity: 0.8;
}

.form-select {
    width: 300px;
    margin-left: 115px;
    height: 82px;
    line-height: 82px;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    font-size: 20px;
    color: #999999;
}

.form-textarea {
    width: 80%;
    margin-left: 115px;
    height: 82px;
    margin-top: 12px;
    line-height: 1.8;
    padding: 12px 0;
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    font-size: 18px;
    color: #333333;
}

/*footer*/
.footer {
    display: table;
    width: 100%;
    height: auto;
    color: #666666;
    background: #EAEAEA;
}

.footer .foot-box {
    display: flex;
    padding: 80px 0 60px 0;
    justify-content: space-between;
}

.foot-contact {
    flex: 0 0 30%;
    width: 30%;
}

.footer .foot-logo {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 15px;
}

.footer .foot-logo img {
    display: block;
    width: 320px;
    height: auto;
}

.footer .foot-nav {
    flex: 0 0 70%;
    width: 70%;
    display: flex;
    padding-top: 15px;
    padding-right: 5px;
    justify-content: flex-end;
}

.footer .foot-nav li {
    display: inline-block;
    width: auto;
    padding-left: 200px;
    height: auto;
    text-align: left;
}

.footer .foot-nav li:first-child {
    padding-left: 0;
}

.footer .foot-nav li h3 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
}

.footer .foot-nav li h3 a {
    line-height: 1;
    font-size: 18px;
    color: #333333;
}

.footer .foot-nav li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
    white-space: nowrap;
    color: #666666;
}

.footer .foot-copyright {
    display: flex;
    padding: 20px 0 30px;
    font-size: 14px;
    justify-content: space-between;
    border-top: 1px solid #CCCCCC;
}

.footer .foot-copyright a {
    color: #666666;
}

.footer .foot-nav li a:hover,
.footer .foot-copyright a:hover {
    color: #1e50ae;
}

/*弹出二维码*/
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
}

.icon-close {
    position: absolute;
    right: 1.37916666vw;
    top: 1.24166666vw;
    width: 1.27916666vw;
    height: 1.27916666vw;
    cursor: pointer;
}

.icon-close img {
    display: block;
    width: 100%;
    height: 100%;
}

.pop-ercode {
    width: 50%;
    height: 60vh;
    position: absolute;
    left: 25%;
    top: 20vh;
    background-color: transparent;
    display: flex;
    padding: 0 6% 60px 6%;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.pop-ercode .ercode-item {
    display: block;
    width: 13.9791666vw;
    height: 13.9791666vw;
    margin: 0 auto 0 auto;
    padding: 0.52083333vw;
    z-index: 1;
    font-size: 18px;
    text-align: center;
}

.pop-ercode .ercode-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.pop-ercode .title {
    position: absolute;
    left: 0;
    bottom: 80px;
    display: block;
    font-size: 15px;
    width: 100%;
    color: #ff6600;
    text-align: center;
}