::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    padding-right: 10px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0452C5
}

html,body {
    scroll-behavior: smooth;
}

html {
    width: 100%;
    min-width: 1190px;
}

body {
    font-size: 16px;
    background: #fff;
    font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif;
    line-height: 28px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,ul,li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    transition: all .3s ease;
    cursor: pointer;
}

em,i {
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,th {
    font-weight: normal;
}

strong {
    font-weight: 800;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    /*display:block;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,textarea,select,button {
    border: 0;
    background: none;
    outline: 0;
    font-family: "Microsoft Yahei";
}

input[type="button"],input[type="text"],input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input,input:focus,input:active {
    user-select: text;
}

button:focus {
    outline: 0;
}

textarea {
    resize: none;
}

video {
    outline: none;
    display: block;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial";
}

.clearfix:after {
    content: "";
    *zoom:1;display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    overflow: hidden;
}

.relative {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.w1520 {
    position: relative;
    width: 1520px;
    margin: 0 auto;
}

.flex {
    display: flex;
    height: 100%;
}

.content_box {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding-top: 100px;
}

.pd50 {
    padding: 0 50px;
}

@font-face {
    font-family: DIN;
    src: url(../fonts/DIN-BOLD.OTF);
}

.h-header-zw {
    display: block;
    width: 100%;
    height: 100px;
}

.h-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: .3s;
}

.h-header>div {
    display: flex;
    align-items: center;
    width: 85%;
}

.h-logo {
    display: block;
    margin-right: auto;
}

.h-logo img {
    width: 380px;
}

.h-nav {
    display: flex;
}

.h-nav .li {
    margin-right: 60px;
    position: relative;
}

.h-nav .li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000000;
    line-height: 100px;
    transform: scale(1);
    vertical-align: top;
    text-transform: uppercase;
    font-family: "Arial";
}

.h-nav .iconDown {
    display: block;
    margin-left: 5px;
    width: 15px;
    height: 8px;
    background-image: url(../images/down1.png);
    background-repeat: no-repeat;
    transition: .3s;
}

.h-nav .li:hover .iconDown {
    background-image: url(../images/down2.png);
}

.h-nav .li.active>a,.h-nav .li:hover>a {
    color: #0452C5;
}

.h-nav .h-subnav {
    width: 188px;
    background: #ffffff;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 0 16px -4px rgba(0,0,0,.3);
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 44;
}

.h-nav .h-subnav ol {
    padding: 0;
}

.h-nav .h-subnav ol li {
    width: 100%;
    margin: 0 !important;
}

.h-nav .h-subnav a {
    transition: .3s;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.h-nav .h-subnav a:hover {
    background: #0452C5;
    color: #fff!important;
}

.h-nav .li:hover .h-subnav {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.h-search {
    margin-right: 60px;
    cursor: pointer;
}

.h-search img {
    display: block;
}

.h-phone {
    display: flex;
    align-items: center;
    font-family: DIN;
    font-weight: bold;
    font-size: 20px;
    color: #0452C5;
    line-height: 1;
}

.h-phone img {
    display: block;
    margin-right: 5px;
    width: 30px;
    float: left;
}

.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: none;
    z-index: 9999;
}

.search-alert {
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999;
}

.search-alert input::-webkit-input-placeholder {
    color: #fff !important;
}

.search-alert input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.search-alert input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.search-alert input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.search-alert .cent-form {
    opacity: 0;
    -webkit-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.search-alert .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    background: url(../images/colse.png) no-repeat center;
    background-size: 18px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 60px;
    margin-top: -63px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.search-alert .cent-form:before {
    content: "";
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/z_img9.png) no-repeat center;
    background-size: 28px auto;
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    background: none;
    padding-left: 100px;
    padding-right: 140px;
    box-sizing: border-box;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 50px;
    font-size: .8rem;
    line-height: 50px;
    color: #fff;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.search-alert {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
}

.search-alert.active {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.search-alert.active .cent-form {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .5s .3s;
    transition: all .5s .3s;
}

.h-header.active {
    box-shadow: 0px 0px 5px 0px #ccc;
}

.h-header.active .h-nav .li>a {
    line-height: 80px;
}

.h-header.active~.searchBox.active {
    top: 80px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.wap_header {
    width: 100%;
    height: 60px;
    padding: 0 12px;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 9999;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.wap_header .toggle {
    display: block;
    width: 25px;
    height: 24px;
    position: relative;
    z-index: 6;
}

.wap_header .toggle i {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: all ease .35s;
}

.wap_header .toggle i:nth-of-type(1) {
    top: 0;
}

.wap_header .toggle i:nth-of-type(2) {
    top: 8px;
}

.wap_header .toggle i:nth-of-type(3) {
    top: 16px;
}

.wap_header .toggle.on i {
    background: #000;
}

.wap_header .toggle.on i:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.wap_header .toggle.on i:nth-of-type(2) {
    width: 0;
}

.wap_header .toggle.on i:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}

.wap_header #h60 {
    height: 60px;
}

.wap_header .maskbg {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.wap_header .maskbg.on {
    display: block;
}

.wap_header .nav {
    width: 240px;
    background: #fff;
    height: 100vh;
    padding: 56px 0 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    transform: translateX(100%);
    opacity: 0;
    transition: transform .4s,opacity .4s;
}

.wap_header .nav.open {
    transform: translateX(0);
    opacity: 1;
}

.wap_header .nav > ul {
    height: calc(100vh - 70px);
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.wap_header .nav ul li {
    border-top: 1px solid #ddd;
    margin: 0 20px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.wap_header .nav > ul > li:first-child {
    border-top: 0 none;
}

.wap_header .nav ul li a {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
}

.wap_header .nav ul li a:active {
    color: #0452C5 !important;
}

.wap_header .nav ul li ul {
    display: none;
}

.wap_header .nav ul li i {
    width: 30px;
    height: 60px;
    font-size: 16px;
    color: #9c9c9c;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .5s;
}

.wap_header .nav ul li i.down {
    color: #0452C5;
    transform: rotate(90deg);
}

.wap_header .nav ul li .icon {
    background: url(../images/yjt.png)no-repeat;
    background-size: 20px !important;
    background-position: center !important;
}

.wap_header .nav ul li ul li {
    margin-right: 0;
}

.wap_header .nav ul li ul li a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.wap_header .nav ul li ul li i {
    top: -10px;
}

.wap_header .logo {
    float: left;
    margin-top: 5px;
    position: relative;
    height: 50px;
}

.wap_header .logo a {
    display: block;
    height: 100%;
}

.wap_header .logo img {
    display: block;
    height: 100%;
}

.wap_header .toggle {
    float: right;
    margin-top: 21px;
}

.wap_header .dropdown {
    float: right;
    margin-top: 18px;
    margin-right: 20px;
    position: relative;
}

.wap_header #dLabel {
    border: 1px solid #9C9C9C;
    background: none;
    color: #9C9C9C;
    padding: 2px 5px;
    font-size: 12px;
    position: relative;
}

.wap_header .dropdown-menu {
    background: #222;
    min-width: auto !important;
    text-align: center;
}

.wap_header .dropdown-menu li a {
    color: #9C9C9C !important;
    transition: .3s;
    font-size: 14px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
}

.open>.dropdown-menu {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.wap_header .h-more {
    float: right;
    margin: 20px 15px 0 0;
}

.wap_header .h-more img {
    display: block;
}

.mySwiperBannerPC {
    display: block;
}

.mySwiperBannerWAP {
    display: none;
}

.mySwiperBanner {
    position: relative;
    overflow: hidden;
}

/* .BannerItem {display:block;width:100%;height:calc(100vh - 100px);position:relative;}
*/
.BannerItem {
    display: block;
    width: 100%;
    /* height:calc(100vh - 230px);*/
    height: calc(100vh - 50px);
    position: relative;
}

.BannerItem .img {
    width: 100%;
    height: 100%;
}

.BannerItem .img img,.BannerItem .img view {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slideBox003 .desc {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.BannerItem .desc .atit {
    position: relative;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 1.2;
}

.BannerItem .desc .atit::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: -60px;
}

.slideBox003 .desc .btit {
    font-family: "Arial";
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 1.2;
    text-shadow: 0.1vw 0.1vw 0.1vw #333;
    margin: 170px 0 97px;
    text-align: left;
}

.BannerItem .desc .ctit {
}

.swiper-slide-active .BannerItem .desc .atit {
    animation: bannerupB .8s ease both;
    animation-delay: 100ms;
}

.swiper-slide-active .BannerItem .desc .btit {
    animation: bannerupB .8s ease both;
    animation-delay: 400ms;
}

.swiper-slide-active .BannerItem .desc .ctit {
    animation: bannerupB .8s ease both;
    animation-delay: 700ms;
}

@keyframes bannerupT {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes bannerupB {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.banner .movehouse {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    animation: mouse 1.5s infinite;
    z-index: 999;
}

.banner .movehouse img {
    width: 100%;
}

@keyframes mouse {
    0 {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.indA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 60px;
    border: 4px #fff solid;
}
.indAboutDesc .dtit .indA{border: 2px #004EB5  solid;color: #0452C5;}
.indAboutDesc .dtit .indA span{color: #0452C5;}
.indA span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.2;
}

.indA i {
    display: block;
    width: 20px;
    height: 7px;
    background-image: url(../images/iconRight1.png);
    background-repeat: no-repeat;
    margin-left: 5px;
}

.indA:hover {
    transform: translateY(-5px);
}

.indA.center {
    margin-left: auto;
    margin-right: auto;
}

.indA.tm {
    background: none;
    border: 1px solid #0452C5;
}

.indA.tm span {
    color: #0452C5;
}

.indA.tm i {
    background-image: url(../images/iconRight2.png);
}

.ryTitle {
    text-align: left;
    line-height: 1;
    margin-bottom: .6rem;
    position: relative
}

.ryTitle .title-1 {
    color: #333;
    font-size: .4rem;
    font-weight: 700
}

.ryTitle .title-1 span {
    color: #004ea2
}

.ryTitle .title-2 {
    color: rgba(26,96,171,0.08);
    font-size: .8rem;
    font-weight: 700;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0
}

.ryTitle.alignCenter {
    text-align: center
}

.ryTitle.alignCenter .title-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-product {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
    position: relative;
    color: #666;
    font-size: .16rem;
    line-height: 2
}

.home-product .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
    padding-left: 0;
    padding-right: 0;
}

.home-product .hd {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0
}

.home-product .ryTitle {
    margin-bottom: .5rem
}

.home-product .menuTabs {
    text-align: right;
    font-size: 0
}

.home-product .menuTabs li {
    text-align: center;
    padding: 0 .1rem;
    display: inline-block;
    position: relative
}

.home-product .menuTabs .box {
    border-radius: .4rem;
    border: 1px #eee solid;
    font-size: .16rem;
    color: #333;
    padding: 0 .25rem;
    cursor: pointer
}

.home-product .menuTabs .title {
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-product .menuTabs .box:hover {
    border-color: #004ea2;
    background-color: #004ea2;
    color: #fff
}

.home-product .menuTabs .active .box {
    border-color: #004ea2;
    background-color: #004ea2;
    color: #fff
}

.home-product .conTabs {
    margin-top: .25rem;
    overflow: hidden;
    position: relative
}

.home-product .conTabs .item {
    display: none
}

.home-product .conTabs .item.show {
    display: block
}

.home-product .conTabs .left {
    width: 40%;
    float: left;
    margin-top: 1.4rem
}

.home-product .conTabs .right {
    width: 60%;
    float: left
}

.home-product .conTabs .pic {
    width: 6.88rem;
    height: 6.88rem;
    margin: auto;
    position: relative
}

.pic {
    font-size: 0;
    overflow: hidden;
    display: block;
    width: 100%;
}

.pic img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}

.pic img.phone {
    display: none;
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.home-product .conTabs .circle {
    width: 6.88rem;
    height: 6.88rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.home-product .conTabs .circle-1 {
    -webkit-animation: rotate360 30s infinite alternate linear;
    animation: rotate360 30s infinite alternate linear
}

.home-product .conTabs .text {
    padding: .4rem 0 0 0
}

.home-product .conTabs .title-1 {
    color: #333;
    font-size: .28rem;
    margin-bottom: .1rem
}

.home-product .conTabs .title-1 span {
    color: #004ea2;
    font-weight: 700;
    font-size: .32rem
}

.home-product .conTabs .info-1 {
    padding-bottom: .2rem;
    line-height: 1.75
}

.home-product .conTabs .p-1 {
    padding-left: .15rem;
    position: relative
}

.home-product .conTabs .p-1:before {
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background: #004ea2;
    position: absolute;
    top: .12rem;
    left: 0
}

.home-product .conTabs .btns {
    padding-top: .6rem
}

.home-product .conTabs .num {
    width: 50%;
    font-family: "SourceHanSansCN-Regular";
    color: #999;
    font-size: .2rem;
    line-height: 1
}

.home-product .conTabs .cur {
    color: #004ea2;
    font-size: .36rem;
    vertical-align: baseline;
    margin-right: .05rem
}

.home-product .conTabs .swiper-pagination-progressbar {
    background-color: rgba(255,255,255,0.4)
}

.home-product .conTabs .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff
}

.home-product .prevNextBtns {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 0
}

.home-product .swiper-button-prev,.home-product .swiper-button-next {
    border: none;
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    border: 1px #dcdcdc solid;
    background-color: transparent;
    color: #999;
    text-align: center;
    line-height: .4rem;
    margin: auto;
    cursor: pointer;
    position: absolute;
    z-index: 1
}

.home-product .swiper-button-prev:after,.home-product .swiper-button-next:after {
    font-size: .16rem
}

.home-product .swiper-button-prev:hover,.home-product .swiper-button-next:hover {
    background-color: #004ea2;
    color: #fff
}

.home-product .swiper-button-prev {
    left: 0
}

.home-product .swiper-button-next {
    right: 0
}

.indTitle {
    text-align: center;
    padding: 90px 0 50px;
}

.indTitle .atit {
    font-size: 50px;
    color: #111111;
    line-height: 1.4;
    font-weight: bold;
    background: linear-gradient(90deg,#1965D9 20%,#004EB5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1);
    vertical-align: top;
    text-transform: uppercase;
    font-family: "Arial";
}

.indTitle .btit {
    font-size: 18px;
    color: #555555;
    line-height: 1.4;
    margin-top: 5px;
}

/*product*/
.prod_bg {
    padding-bottom: 80px;
}

#prod_box {
    overflow: hidden;
}

.prod_box {
    overflow: hidden;
}

.divproduct_new_div {
    overflow: hidden;
}

.prod_bg .page {
    margin: auto;
    overflow: hidden;
}

.prod_top {
    height: 5.2vw;
    margin-bottom: 35px;
}

.prod_top .prod_r {
    margin: auto;
    float: none;
    overflow: hidden;
    width: 930px;
}

.prod_l p {
    font-size: 2.1vw;
    display: block;
    width: 280px;
    line-height: 50px;
    color: #333;
}

.prod_l d {
    line-height: 3vw;
    font-size: 30PX;
    color: #888;
    font-family: "Arial";
}

.prod_r a {
    width: 140px;
    height: 3vw;
    display: block;
    background: #aaa;
    text-align: center;
    line-height: 3vw;
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-top: 1.1vw;
    font-size: 16px;
}

.prod .divproduct_new_div_item .product_div_item_pic {
    position: relative;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    margin-bottom: 15px;
}

.prod .divproduct_new_div_item .product_div_item_pic img {
    width: 100%;
}

.prod .divproduct_new_div_item .product_div_item_pic a {
    display: block;
    position: relative;
}

.prod .divproduct_new_div_item .product_div_item_pic a:before,.prod .divproduct_new_div_item .product_div_item_pic a:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0.8;
}

.prod .divproduct_new_div_item .product_div_item_pic a:before {
    content: "+";
    width: 4.6vw;
    height: 4.6vw;
    line-height: 4.6vw;
    text-align: center;
    top: 42%;
    left: 42%;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 100%;
    z-index: 2;
}

.prod .divproduct_new_div_item .product_div_item_pic a:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.prod .divproduct_new_div_item:hover .product_div_item_pic a:before,.prod .divproduct_new_div_item:hover .product_div_item_pic a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.prod .divproduct_new_div_item {
    float: left;
    width: 24%;
    margin-right: 15px;
    position: relative;
}

.prod .divproduct_new_div_item:nth-child(1) {
    margin-left: 0px;
}

.prod .divproduct_new_div_item_content {
    position: absolute;
    width: 100%;
    top: 416px;
    height: 66px;
    background: #fff;
    padding-top: 10px;
    padding-left: 20px;
}

.prod .divproduct_new_div_item_content:hover {
    background: #0452C5;
    transform: 0.3s;
}

.prod .divproduct_new_div_item_content .divproduct_new_div_item_title a {
    font-size: 16px;
    color: #333;
    width: 98%;
    display: block;
    position: absolute;
    transition: all linear 0.3s;
    display: none;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.prod .divproduct_new_div_item_content .divproduct_new_div_item_body {
    color: #666;
    margin-top: 1.8vw;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.prod .divproduct_new_div_item_content .divproduct_new_div_item_body:after {
    width: 4vw;
    height: 1vw;
    display: block;
    position: absolute;
    top: 2.4vw;
    background-size: 100%;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body:after {
}

.divproduct_new_div_item:hover .divproduct_new_div_item_body {
    color: #fff;
}

.divproduct_new_div_item:hover .divproduct_new_div_item_title a {
    color: #fff;
}

.prod .tempWrap {
    width: 100% !important;
}

.divproduct_new_div_item_title,.divproduct_new_div_item_body {
    position: relative;
    z-index: 2;
}

.sec1 {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.sec1 .indTitle {
    padding-top: 30px;
    padding: 90px 0 10px;
}

.proList {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-bottom: 35px;
}

.proItem {
    display: flex;
    position: relative;
    width: calc(33.333% - 30px);
    margin: 15px;
    background: #FFFFFF;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    padding: 35px;
    overflow: hidden;
}

.proItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#1965D9,#004EB5);
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.proItem .atit {
    font-weight: bold;
    font-size: 24px;
    color: #004EB5;
    line-height: 1.2;
    transition: .3s;
    z-index: 99;
    position: relative;
}

.proItem .btit {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    margin-top: 15px;
    transition: .3s;
    z-index: 99;
    position: relative;
}

.proItem .more {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/iconMore1.png);
    opacity: 0;
    transition: .3s;
    z-index: 9;
}

.proItem img {
    position: absolute;
    right: -10px;
    bottom: -10px;
    transition: .3s;
    z-index: 9;
    filter: brightness(0.8) saturate(1.5);
    opacity: .15;
}

.proItem:hover::before {
    opacity: 1;
}

.proItem:hover .atit {
    color: #ffffff;
}

.proItem:hover .btit {
    color: #ffffff;
}

.proItem:hover .more {
    opacity: 1;
}

.proItem:hover img {
    filter: none;
}

.sec2 {
}

.appList {
    display: flex;
    height: calc(100vh - 80px);
    background-size: cover;
    background-position: center;
}

.appItem {
    width: 100%;
    height: 100%;
    padding: 100px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.appItem+.appItem {
    border-left: 1px solid rgba(255,255,255,.3);
}

.appItem::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0) 40%,rgba(25,101,217,1));
    z-index: 1;
    transition: .5s;
    opacity: 0;
}

.appItem .img {
    display: none!important;
}

.appItem .atit {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 9;
}

.appItem .btit {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(25,101,217,0.3);
    position: relative;
    z-index: 9;
    text-align: center;
}

.appItem .ctit {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    opacity: 0.8;
    margin: 40px 0 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 0;
    transition: .5s;
    position: relative;
    z-index: 9;
}

.appItem .dtit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    position: relative;
    z-index: 99;
    font-size: 18px;
    color: #1964D6;
    opacity: 0;
}

.appItem .dtit:hover {
    transform: translateY(-5px);
}

.appItem.active .ctit {
    height: 100px;
}

.appItem.active .dtit {
    opacity: 1;
}

.appItem.active::after {
    opacity: 1;
}

.sec3 {
    padding-bottom: 100px;
    background: #f5f5f5;
}

.cooperateBox {
    position: relative;
}

.swiperCooperate {
    position: relative;
    overflow: hidden;
}

.cooperateItem {
    width: 20%;
    border: 1px solid #eee;
}

.swiper-slide:nth-of-type(even) .cooperateItem {
    background: linear-gradient(45deg,#C1DAFC,#EDF2FF);
}

.cooperateItem img {
    display: block;
    max-width: 100%;
}

.cooperateBox .swiper-button-prev:after,.cooperateBox .swiper-button-next:after {
    display: none;
}

.cooperateBox .swiper-button-prev,.cooperateBox .swiper-button-next {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-image: url(../images/iconRight3.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.cooperateBox .swiper-button-prev {
    left: -100px;
    transform: rotate(180deg);
}

.cooperateBox .swiper-button-next {
    right: -100px;
}

.cooperateBox .swiper-button-prev:hover,.cooperateBox .swiper-button-next:hover {
    border-color: #004EB5;
    background-color: #004EB5;
    background-image: url(../images/iconRight4.png);
}
/*video*/
.videosp{
    margin-bottom: 1rem;
}
.video_nr{
    overflow: hidden;
}
.video_nr .spnr{
    width: 32%;
    float: left;
    margin-right: 1%;
    text-align: center;
}
.video_nr .spnr video{}
.video_nr .spnr p{
    font-size: 20px;
    margin-top: 20px;
}



/*about*/
.sec4 {
    background: url(../images/sec4Bg.jpg) center/cover;
    padding-top: 100px;
}

.indAbout {
    display: flex;
}

.indAboutDesc {
    width: 50%;
    background: url(../images/indAboutBg.jpg) center/cover;
    padding: 0px 50px;
}

.indAboutDesc .atit {
    font-weight: bold;
    font-size: 46px;
    color: #111111;
    line-height: 1.2;
    background: linear-gradient(135deg,#1965D9 0%,#004EB5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1);
    vertical-align: top;
    text-transform: uppercase;
    font-family: "Arial";
}

.indAboutDesc .btit {
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 1.2;
    margin: 10px 0 35px;
}

.indAboutDesc .ctit {
    font-size: 16px;
    color: #888888;
}

.indAboutDesc .ctit p {
    line-height: 26px;
    font-family: "Arial";
    text-align: justify;
    text-indent: 2em;
    color: #333;
}

.indAboutDesc .ctit p+p {
    margin-top: 10px;
}

.indAboutDesc .dtit {
    margin-top: 30px;
}

.indAboutImg {
    width: 50%;
    position: relative;
}

.indAboutImg .img {
    width: 100%;
    height: 100%;
}

.indAboutImg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.videoBtn {
    z-index: 10;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    cursor: pointer;
}

.layui-layer-video {
    max-width: 1200px;
}

.layui-layer-video video {
    display: block;
    width: 100%;
}

#vvs {
    display: none;
}

.indNumbox {
    display: flex;
}

.indNumItem {
    display: flex;
    width: 100%;
    padding: 60px 0;
}

.indNumItem .img {
    width: 30px;
    margin-top: 10px;
}

.indNumItem .img img {
    display: block;
}

.indNumItem .desc {
    width: calc(100% - 30px);
    padding-left: 8px;
}

.indNumItem .desc p {
    font-family: DIN;
    font-weight: bold;
    font-size: 54px;
    color: #000000;
    line-height: 1;
    display: flex;
}

.indNumItem .desc em {
    display: block;
    line-height: 0;
}

.indNumItem .desc i {
    display: block;
    margin-top: -2%;
}

.indNumItem .desc sup {
    font-size: 20px;
}

.indNumItem .desc span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding-top: 5px;
}

.sec5 {
    padding-bottom: 100px;
}

.indNewsBox {
    position: relative;
}

.mySwiperNews {
    position: relative;
    overflow: hidden;
}

.newsItem {
    display: block;
    width: 100%;
}

.newsItem .img {
    overflow: hidden;
    border: 2px solid #F8F8F8;
}

.newsItem .img img {
    display: block;
    width: 100%;
    transition: .5s;
}

.newsItem .desc {
    background: #F8F8F8;
    padding: 25px 30px;
    transition: .3s;
    position: relative;
}

.newsItem .desc::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#1965D9,#004EB5);
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.newsItem .desc .atit {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    position: relative;
    z-index: 9;
}

.newsItem .desc .btit {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0 25px;
    transition: .3s;
    position: relative;
    z-index: 9;
}

.newsItem .desc .ctit {
    font-size: 16px;
    color: #CCCCCC;
    line-height: 30px;
    transition: .3s;
    position: relative;
    z-index: 9;
}

.newsItem:hover .img img {
    transform: scale(1.05);
}

.newsItem:hover .desc::before {
    opacity: 1;
}

.newsItem:hover .desc .atit {
    color: #fff;
}

.newsItem:hover .desc .btit {
    color: #fff;
}

.newsItem:hover .desc .ctit {
    color: #fff;
}

.indNewsBox .swiper-button-prev:after,.indNewsBox .swiper-button-next:after {
    display: none;
}

.indNewsBox .swiper-button-prev,.indNewsBox .swiper-button-next {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-image: url(../images/iconRight3.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

.indNewsBox .swiper-button-prev {
    left: -100px;
    transform: rotate(180deg);
}

.indNewsBox .swiper-button-next {
    right: -100px;
}

.indNewsBox .swiper-button-prev:hover,.indNewsBox .swiper-button-next:hover {
    border-color: #004EB5;
    background-color: #004EB5;
    background-image: url(../images/iconRight4.png);
}

.index-title-box {
    margin-bottom: 0.65rem;
}

.index-title-box.center {
    text-align: center;
}

.index-title-box.center .line {
    margin: 0 auto;
}

.index-title-box h3 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.intxtnews {
    width: 100%;
    text-align: left;
}

.index-title-box .en {
    font-size: 0.18rem;
    color: #d3d3d3;
    font-family: "mr";
    text-transform: uppercase;
    line-height: 0.24rem;
    margin: 0.05rem auto 0.26rem;
}

.index-title-box .line {
    width: 0.4rem;
    height: 0.05rem;
    background-image: linear-gradient(-90deg,#0b59c3 0%,#082c7e 100%);
    background-blend-mode: normal,normal;
}

.intxtnews .line {
    text-align: left;
}

.index-title-box .brief {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    color: #666;
}

.index-box-3 {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 0 1.24rem;
}

.index-box-3 .top {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index-box-3 .canvas {
    position: absolute;
    left: 0;
    bottom: -2rem;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    height: 5rem;
}

.index-box-3 .box-container {
    position: relative;
    z-index: 10;
}

.index-box-3 .main {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-3 .main .item {
}

.index-box-3 .main .item.on {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    animation: fadeIn 0.6s ease;
}

.index-box-3 .main .item.on .left,.index-box-3 .main .item.on .right {
    opacity: 1;
    visibility: visible;
}

.index-box-3 .main .item.on .left {
    animation: fadeInRight50 0.8s ease;
}

.index-box-3 .main .item.on .right {
    animation: fadeInLeft50 0.8s ease;
}

.index-box-3 .left,.index-box-3 .right {
}

.index-box-3 .left {
    width: 66%;
    float: left;
}

.index-box-3 .left ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}

.index-box-3 .left li {
    width: 44.32%;
    margin-right: 5.68%;
    background-color: #fff;
}

.index-box-3 .left li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.index-box-3 .left li:hover .info {
    background-image: linear-gradient(-90deg,#0b59c3 0%,#082c7e 100%);
    background-blend-mode: normal,normal;
}

.index-box-3 .left li:hover .title {
    color: #fff;
}

.index-box-3 .left li:hover .desc {
    color: rgba(255,255,255,0.5);
}

.index-box-3 .left li:hover .time {
    color: rgba(255,255,255,0.3);
}

.index-box-3 .left li:hover .more {
    color: #fff;
}

.index-box-3 .left li:hover .more i {
    background-image: url(../images/iright3.png);
}

.index-box-3 .left .info {
    position: relative;
    padding: 0.36rem 0.36rem 0.55rem;
    background: #f5f5f5;
}

.index-box-3 .left .info div {
    transition: color 0.32s ease;
    -webkit-transition: color 0.32s ease;
    -moz-transition: color 0.32s ease;
    -ms-transition: color 0.32s ease;
    -o-transition: color 0.32s ease;
}

.index-box-3 .left .desc {
    margin: 0.16rem auto 0.18rem;
}

.index-box-3 .left .time {
    margin-bottom: 0.35rem;
}

.index-box-3 .title {
    font-size: 0.22rem;
    font-weight: 700;
    height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.36rem;
    font-weight: normal;
    font-family: arial;
}

.index-box-3 .desc {
    color: #666;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index-box-3 .time {
    font-size: var(--fs16);
    color: rgba(51,51,51,0.3);
    line-height: 24px;
    font-family: "hr";
}

.index-box-3 .right {
    width: 33%;
    background-color: #fff;
    padding: 0.3rem 0.4rem 0;
    float: right;
}

.index-box-3 .right > a {
    display: block;
    padding-bottom: 0.24rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e9e9e9;
}

.index-box-3 .right > a:last-child {
}

.index-box-3 .right > a:hover .title {
    color: #082c7e;
}

.index-box-3 .right .desc {
    -webkit-line-clamp: 2;
    height: 48px;
    margin: 0.12rem auto 0.16rem;
}

.index-box-3 .right ul {
    margin-top: 0.34rem;
}

.index-box-3 .right li:hover a {
    color: #082c7e;
    font-weight: 700;
}

.index-box-3 .right li a {
    font-size: var(--fs16);
    height: 0.48rem;
    line-height: 0.48rem;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.h-footer {
    position: relative;
    background-color: #02182E;
    overflow: hidden;
}

.foot1 {
    padding: 50px 0 50px;
    position: relative;
    z-index: 98;
}

.foot1>div {
    display: flex;
}

.foot1 .h-info {
    display: flex;
    flex-direction: column;
    width: 350px;
}

.foot1 .h-logo {
    margin-bottom: 40px;
    display: block;
    height: auto;
}

.foot1 .lineInfo {
    display: flex;
    align-items: flex-start;
}

.foot1 .lineInfo+.lineInfo {
    margin-top: 20px;
}

.foot1 .lineInfo img {
    width: 16px;
    margin-top: 4px;
}

.foot1 .lineInfo span {
    padding-left: 15px;
    width: calc(100% - 16px);
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    opacity: 0.5;
}

.foot1 .h-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 350px);
    padding-left: 140px;
}

.foot1 .h-nav dt {
    margin-bottom: 25px;
}

.foot1 .h-nav dt a {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.foot1 .h-nav dd a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}

.foot1 .h-nav dd+dd {
    margin-top: 18px;
}

.ewmBox {
    display: flex;
}

.ewmItem {
    width: 30px;
    text-align: center;
}
.ewmItem:nth-child(1){
    margin-top: 1px;
}
.ewmItem+.ewmItem {
    margin-left: 25px;
}

.ewmItem img {
    width: 100%;
}

.ewmItem p {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 46px;
    opacity: 0.5;
}

.foot2 {
    border-top: 1px solid #283A4D;
    padding: 12px 0;
    position: relative;
    z-index: 98;
}

.foot2>div {
    display: flex;
    align-items: center;
}

.foot2 .f2l {
    margin-right: auto;
}

.foot2 span,.foot2 a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}

.yqlj_box {
    position: relative;
    display: block;
    border: 1px solid #004B96;
}

.yqlj {
    display: flex;
    flex-direction: row-reverse;
    background: #02182E;
}

.yqlj span {
    display: block;
    height: 50px;
    line-height: 48px;
    color: #9E9E9E;
    border: 1px solid #444444;
    box-sizing: border-box;
    padding: 0 18px 0 50px;
    background: url(../images/yqlj.png) no-repeat;
    background-position: 15px 14px;
    font-size: 16px;
}

.yqlj i.jt {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
    background: url(../images/downjt.png) no-repeat #004B96;
    background-position: center !important;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}

.yqlj_list {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    background: #004B96;
    text-align: center;
}

.yqlj_list a {
    display: block;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
}

.yqlj_list a:hover {
    color: #fff;
}

.h-footer a:hover {
    opacity: 1!important;
}

.returnTop {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    z-index: 99;
    background: linear-gradient(135deg,#1965D9,#004EB5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.returnTop img {
    display: block;
    transition: .3s;
}

.returnTop span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    width: 24px;
    margin-top: 20px;
}

.returnTop:hover img {
    animation: mousedown 1s infinite;
}

.wave-canvas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1740px) {
    .w1520 {
        width:1320px;
    }

    .h-nav .li {
        margin-right: 25px;
    }

    .h-search {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1540px) {
    .w1520 {
        width:1120px;
    }

    .h-nav .li {
        margin-right: 40px;
    }

    .h-search {
        margin-right: 30px;
    }

    .h-nav .li>a {
        font-size: 16px;
    }

    .BannerItem .desc .atit {
        font-size: 20px;
    }

    .BannerItem .desc .btit {
        font-size: 48px;
        margin: 30px 0 75px;
    }

    .indA {
        width: 180px;
        height: 55px;
    }

    .indTitle .btit {
        font-size: 16px;
    }

    .proItem {
        padding: 25px;
    }

    .proItem .btit {
        font-size: 16px;
    }

    .proItem img {
        max-width: 120px;
    }

    .appItem {
        padding: 80px 25px 0;
    }

    .appItem .btit {
        font-size: 24px;
    }

    .appItem .ctit {
        font-size: 15px;
    }

    .appItem .dtit {
        font-size: 16px;
    }

    .indAboutDesc {
        padding: 60px 40px;
    }

    .indAboutDesc .ctit {
        font-size: 15px;
    }

    .indNumItem .desc p {
        font-size: 48px;
    }

    .newsItem .desc .btit {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .foot1 .h-nav {
        padding-left: 40px;
    }

    .foot1 .lineInfo span {
        font-size: 15px;
    }

    .foot1 .lineInfo+.lineInfo {
        margin-top: 10px;
    }

    .foot1 .h-nav dd a {
        font-size: 15px;
        display: block;
        line-height: 20px;
    }

    .ewmItem {
        width: 130px;
    }

    .ewmItem p {
        font-size: 15px;
    }

    .foot2 span,.foot2 a {
        font-size: 15px;
    }

    .indTitle {
        padding: 70px 0 40px;
    }

    .sec3 {
        padding-bottom: 80px;
    }

    .sec4 {
        padding-top: 80px;
    }

    .sec5 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1340px) {
    .w1520 {
        width:1020px;
    }

    .h-nav .li {
        margin-right: 18px;
    }

    .h-nav .li>a {
        font-size: 15px;
    }

    .h-search {
        margin-right: 20px;
    }

    .appItem {
        padding: 80px 15px 0;
    }

    .cooperateBox .swiper-button-prev {
        left: -60px;
    }

    .cooperateBox .swiper-button-next {
        right: -60px;
    }

    .indNewsBox .swiper-button-prev {
        left: -60px;
    }

    .indNewsBox .swiper-button-next {
        right: -60px;
    }

    .returnTop {
        width: 70px;
    }

    .foot1 .h-nav dd a {
        font-size: 14px;
    }

    .foot1 .h-nav dd+dd {
        margin-top: 12px;
    }

    .foot1 .lineInfo span {
        font-size: 14px;
    }

    .foot2 span,.foot2 a {
        font-size: 14px;
    }
}

/* @media screen and (max-width:1199px) {.search-alert .cent-form {height:50px;}
.search-alert .cent-form:before {zoom:.8;margin-top:-30px;}
.search-alert .cent-form .tex {padding:0 60px 0 40px;font-size:18px;}
.search-alert .cent-form .sub-butn {font-size:16px;width:60px;}
.appItem {padding:60px 10px 0;}
.appItem .atit {margin-bottom:60px;}
.appItem .btit {font-size:22px;}
.appItem .ctit {font-size:14px;line-height:20px;margin:30px 0 60px;}
.appItem.active .ctit {height:80px;}
}
@media screen and (max-width:780px) {.mySwiperBannerPC {display:none;}
.mySwiperBannerWAP {display:block;}
.appList {flex-wrap:wrap;}
.appList {padding-top:180px;}
.appItem {height:50%;width:33.333%;padding:20px 10px;border-top:1px solid rgba(255,255,255,.3);}
.appItem .atit {margin-bottom:30px;zoom:.7;}
.appItem .btit {margin:0 auto 30px;font-size:20px;}
}
*/
.procontact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.huanliantable table td {
    height: auto!important;
    padding: 10px 5px!important;
}

.fixed {
    position: fixed;
    background: #fff;
    max-width: 1520px;
    width: 100%;
    top: 80px;
}

.nyerji .clearfix {
    display: none;
}

.nyerji .flex {
    justify-content: flex-end;
}

.prolay .tit {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}

.prolay .tit .protit {
    font-weight: bolder;
    border-left: 4px solid #0452C5;
    padding-left: 10px;
    font-size: 32px;
}

.prolay .tit .prokey a {
    color: #666;
    margin: 0 7px 0 8px;
}

.prolay .tit .prokey i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 1px;
}

.prolay .prolist {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.prolay .prolist li {
    /* border: 1px solid #c9c9c9; */
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.prolay .prolist li:hover {
    border-color: #0452C5;
}

.prolay .prolist li:hover p {
    background: #0452C5;
    color: #fff;
}

.prolay .prolist li:hover span {
    color: #fff;
}

.prolay .prolist li img {
    width: 100%;
    height: auto;
}

.prolay .prolist p {
    background: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prolay .prolist p span {
    color: #0452C5;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
}

.prolist a {
    width: calc(24.5% - 20px);
    margin: 10px 10px;
}

.layprolist {
    margin-bottom: 30px;
}

.layprolist .prolist {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.layprolist .prolist li {
    border: 1px solid #c9c9c9;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.layprolist .prolist li:hover {
    border-color: #0452C5;
}

.layprolist .prolist li:hover p {
    background: #0452C5;
    color: #fff;
}

.layprolist .prolist li:hover span {
    color: #fff;
}

.layprolist li img {
    width: 100%;
    height: auto;
}

.layprolist .prolist p {
    background: #F9F9F9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layprolist .prolist p span {
    color: #666;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}

.layprolist .procenter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 50px;
}

.layprolist .procenter li {
    margin: 0 15px;
    font-size: 18px;
    color: #777;
}

.layprolist .procenter li:hover {
    cursor: pointer;
}

.layprolist .procenter li.cur {
    color: #0452C5;
}

.navigationpro {
    z-index: 9999;
    right: 0px;
    width: 1200px;
    margin: 0 auto;
}

.pos_r {
    top: auto;
    left: 0;
}

.pos_f {
    top: -50px;
    left: 0;
    position: fixed;
    z-index: 999;
    justify-content: center;
}

.prointro {
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

.prointro .proimg {
    margin-right: 50px;
    box-shadow: #ddd 2px 2px 10px;
    padding: 10px;
    width: 580px;
    height: 430px;
}

/* .prointro .protxt {font-size:14px;width:550px;}
*/
.prointro .protxt {
    font-size: 14px;
    width: calc(100% - 580px);
}

.prointro .proimg img {
    width: 100%;
}

.prointro .protxt h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
}

.prointro .protxt h1 span {
    font-size: 24px;
    color: #575757;
    font-family: Arial,Helvetica,sans-serif;
}

.prointro .protxt .progood {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -2px 20px;
}

.prointro .protxt .progood span {
    background: linear-gradient(to right,#052b62,#0452C5 );
    padding: 6px 20px;
    margin: 2px;
    box-shadow: #ddd 2px 2px 10px;
    border-radius: 3px;
    color: #fff;
}

.prointro .protxt .propara span {
    font-size: 16px;
    margin-right: 40px;
    background: url(../image/dot1.jpg) no-repeat 0 7px;
    padding-left: 15px;
}

.prointro .protxt .propara span b {
    font-size: 20px;
    font-weight: 300;
}

.prointro .protxt .prodes {
    line-height: 2em;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
    height: 150px;
    color: #555;
}

.prointro .protxt .propdf {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: right;
    margin-bottom: 15px;
}

.prointro .protxt .propdf i {
    margin-right: 3px;
    color: #0452C5;
}

.prointro .protxt .propdf a {
    margin-right: 15px;
}

.prointro .protxt .procontact a {
    background: #0452C5;
    transition: background-position .6s ease;
    padding: 8px 20px;
    margin-left: auto;
    border-radius: 20px;
    color: #FFF;
    font-size: 15px;
}

.prointro .protxt .procontact span i {
    font-size: 26px;
    color: #0452C5;
    font-weight: bold;
}

/* .procontent .pronav {display:flex;display:-webkit-flex;line-height:50px;margin-top:50px;border-bottom:1px solid #ddd;background:#f5f5f5;width:100%;margin-bottom:50px;}
*/
.procontent .pronav {
    display: flex;
    display: -webkit-flex;
    line-height: 50px;
    margin-top: 130px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    width: 100%;
}

.procontent .pronav li {
    padding: 0 40px;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.procontent .pronav li.active {
    background: #0452C5;
    color: #FFF;
}

.procontent .proshow {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 50px;
}

.procontent .proshow .pro_lay .tit {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    color: #0452C5;
    margin-top: 40px;
}

.procontent .proshow .pro_lay .tit span {
    color: #666;
    font-size: 16px;
}

.procontent .proshow .txt {
    line-height: 2em;
    width: 795px;
    padding-left: 5px;
}

.procontent .proshow .txt img {
    max-width: 790px;
}

.procontent .proshow .txt p {
    margin: 10px 0;
}

.procontent .proshow .hotpro {
    border-left: 1px solid #ddd;
    box-shadow: -2px 0 3px -1px #ddd;
    padding: 20px 0px 0 30px;
    margin-left: 40px;
}

.procontent .proshow .hotpro .hottit {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.procontent .proshow .hotpro .hotprolist li {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.procontent .proshow .hotpro .hotprolist li img {
    width: 100%
}

.procontent .proshow .hotpro .hotprolist li p {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 5px;
    background: #F9F9F9;
}

.procontent .proshow .hotpro .hotprolist li:hover {
    border-color: #0452c5;
}

.procontent .proshow .hotpro .hotprolist li:hover p {
    background: #0452c5;
    color: #fff;
}

.procontent .proshow .pro_lay .anli li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
}

/* .procontent .proshow .pro_lay .anli li .list_img {height:100px;width:150px;overflow:hidden;margin-right:30px;}
*/
.procontent .proshow .pro_lay .anli li .list_img {
    height: auto;
    width: 20%;
    overflow: hidden;
    margin-right: 30px;
}

.procontent .proshow .pro_lay .anli li p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.procontent .proshow .pro_lay .anli li p:first-child {
    font-weight: bold;
    font-size: 16px;
}

.procontent .proshow .pro_lay .anli li p:nth-child(n+3) {
    display: none;
}

.procontent .proshow .hotpro {
    width: 20%;
    margin-top: 40px;
}

.procontent .proshow {
    justify-content: space-between;
}

.pro_lay {
    width: calc(80% - 40px);
}

.procontent .proshow .txt {
    width: 100%;
}

.layanli {
    margin-bottom: 30px;
}

.layanli .prolist {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.layanli .prolist li {
    width: 290px;
    text-align: center;
    margin-bottom: 30px;
}

.layanli .prolist li .img {
    height: 208px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ddd;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.layanli li img {
    width: 100%;
    height: auto;
}

.layanli .prolist p {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.layanli .prolist p span {
    color: #666;
    font-size: 14px;
}

.layanli .procenter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 50px;
}

.layanli .procenter li {
    margin: 0 10px;
    font-size: 16px;
    color: #777;
    border: 1px solid #f1f1f1;
    text-align: center;
    border-radius: 4px;
    width: 120px;
    padding: 5px 0;
    margin-bottom: 20px;
}

.layanli .procenter li.cur {
    color: #0452C5;
    border: 1px solid #0452C5;
}

.service {
    position: relative;
    margin-bottom: 50px;
}

.service_ban {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    left: 50%;
    margin-left: -590px;
    width: 1200px;
    position: absolute;
    top: 60%;
    text-align: center;
}

.com_produce_c {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 60px 0;
    font-size: 16px;
    line-height: 32px;
}

.com_produce_c div h1 {
    margin-bottom: 30px;
    font-size: 36px;
}

.com_produce_c .img1 {
    width: 623px;
    margin-right: 50px;
}

.com_produce_c .img2 {
    width: 623px;
    margin-left: 50px;
}

.addinfo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.addinfo .txt {
    margin-right: 50px;
    font-size: 14px;
}

.addinfo .txt .addname {
    border-left: 4px solid #0452C5;
    padding-left: 15px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    height: 28px;
    line-height: 28px;
}

.addinfo .txt .addp {
    display: flex;
    display: -webkit-flex;
    margin: 15px 0;
}

.addinfo .txt .addp i {
    color: #0452C5;
    margin-right: 10px;
    width: 40px;
    text-align: center;
    margin-top: 5px;
}

.ser_lc {
    width: 1200px;
    margin: 0 auto;
    margin-top: 53px;
    padding: 0 0 60px 0;
    overflow: hidden;
}

.ser_lc h3 {
    font-size: 40px;
    margin: 40px 0 10px 0;
    text-align: center;
    line-height: 1.6;
}

.ser_lc p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.ser_lc h4 {
    font-weight: 600;
    font-size: 18px;
    padding: 4px 10px;
    width: 43%;
    margin: 15px auto 0;
    text-align: center;
}

.ser_lc li {
    float: left;
    width: 16.6%;
    background: url(../image/lc_line.png) no-repeat right 63px;
}

.ser_lc li img {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.newstit {
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.newstit h2 {
    font-size: 32px;
}

.newstit a {
    float: right;
    margin-top: 20px;
    color: #0452C5;
}

.laynews1 {
    margin-bottom: 30px;
}

.laynews1 .newslist {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.laynews1 .newslist h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

.laynews1 .newslist p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.laynews1 .newslist .newslist_l {
    width: 500px;
}

.laynews1 .newslist .newslist_r {
    width: 630px;
}

.laynews1 .newslist .newslist_r img {
    float: left;
    margin-right: 15px;
}

.laynews1 .newslist .newslist_r .newslist_r_list1 {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}

.laynews1 .newslist .newslist_r .newslist_r_list1 .time {
    margin-top: 20px;
    margin-right: 15px;
}

.laynews1 .newslist .newslist_r .newslist_r_list1 .time span {
    display: block;
    background: #eee;
    border-radius: 6px;
    text-align: center;
    width: 75px;
    font-size: 32px;
}

.laynews1 .newslist .newslist_r .newslist_r_list1 .time span i {
    display: block;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.06);
    line-height: 20px;
    margin-top: 8px;
    border-radius: 6px;
    color: #161616;
    font-size: 12px;
    font-style: normal;
    margin: 11px 1px 4px 1px;
}

.laynewslist {
    margin-bottom: 30px;
}

.laynewslist .newslist {
    margin-bottom: 30px;
}

.laynewslist .newslist li {
    padding-top: 20px;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.laynewslist .newslist li img {
    margin-right: 30px;
    width: 400px;
    height: 300px;
}

.laynewslist .newslist li h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

.laynewslist .newslist p {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 2em;
}

.laynewslist .newslist p span {
    color: #666;
    font-size: 14px;
    padding-top: 20px;
    display: block;
}

.laynewslist .procenter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 50px;
}

.laynewslist .procenter li {
    margin: 0 25px;
    font-size: 20px;
    color: #777;
}

.laynewslist .procenter li:hover {
    cursor: pointer;
}

.laynewslist .procenter li.cur {
    color: #0452C5;
}

.pagenav {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pagenav a {
    margin: 0 8px;
}

.content {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 50px;
}

.content .txt {
    width: 730px;
    margin-right: 70px;
}

.content .txt .titinfo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.content .txt h1 {
    font-size: 28px;
    margin: 30px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.content .txt .detail {
    line-height: 2em;
    margin-bottom: 50px;
}

.content .txt .detail p {
    margin-bottom: 20px;
}

.content .txt img {
    max-width: 700px;
}

.content .txt .moretxt {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.content .txt .moretxt p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.content .txt .moretxt p a {
    color: #666;
}

.content .hot {
    width: 360px;
}

.content .hot {
    background: #efefef;
    padding: 20px;
}

.content .hot .hottit {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.content .hot .hotpro li {
    text-align: center;
    margin-bottom: 20px;
}

.content .hot .hotpro li p {
    margin-top: 10px;
}

.content .hot .hotnews li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.navabout {
    background: #f5f5f5;
    padding-top: 30px;
}

.navabout .nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    height: 80px;
}

.navabout .nav {
    color: #e4e0e4;
    font-size: 14px;
}

.navabout .nav a {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #999;
}

.navabout .nav a:hover {
    color: #333;
}

.navabout .nav a.active {
    color: #0452C5;
}

.navabout .about h1 {
    width: 800px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 28px;
    color: #333;
}

.navabout .about .txt {
    width: 800px;
    margin: 0 auto;
    line-height: 2em;
    color: #777;
    margin-bottom: 20px;
}

.navabout .about .img {
    padding-bottom: 60px;
    margin-top: 50px;
}

.navabout .about .imghui {
    background: #f5f5f5;
}

.navabout .team {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 0;
    width: 850px;
}

.navabout .team .teaminfo {
    width: 410px;
}

.navabout .team .teaminfo h1 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}

.navabout .team .teaminfo h2 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.navabout .team .teaminfo p {
    line-height: 2em;
    color: #777;
}

.navabout .history {
    margin: 0 auto;
    width: 650px;
    padding: 60px 0;
}

.navabout .history h2 {
    margin: 20px 0;
}

.navabout .history .yinfo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-left: 20px;
}

.navabout .history .yinfo .month {
    width: 50px;
    margin-top: -6px;
    color: #777;
}

.navabout .history .yinfo .yxian {
    width: 10px;
    margin-left: 10px;
    margin-right: 50px;
}

.navabout .history .yinfo i {
    border-radius: 10px;
    background: #0452C5;
    width: 10px;
    height: 10px;
    display: block;
}

.navabout .history .yinfo .xian {
    width: 1px;
    background: #ddd;
    margin-left: 4px;
}

.navabout .history .yinfo .ytxt {
    padding-bottom: 30px;
    width: 100%;
    padding-top: 5px;
    color: #555;
    line-height: 2em;
}

.navabout .wenhua {
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 60px;
}

.navabout .wenhua h1 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 36px;
    color: #333;
    text-align: center;
}

.navabout .wenhua ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navabout .wenhua li {
    width: 250px;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.navabout .wenhua li img {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.navabout .wenhua li p {
    padding: 0 30px;
}

.navabout .ry {
    margin: 0 auto;
    width: 1000px;
    padding: 60px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.navabout .ryhistory {
    width: 480px;
}

.navabout .ryhistory h2 {
    margin: 0 0 50px 0;
    font-size: 32px;
}

.navabout .ryhistory .yinfo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-left: 20px;
}

.navabout .ryhistory .yinfo .month {
    width: 70px;
    margin-top: -6px;
    color: #777;
}

.navabout .ryhistory .yinfo .yxian {
    width: 10px;
    margin-left: 10px;
    margin-right: 50px;
}

.navabout .ryhistory .yinfo i {
    border-radius: 10px;
    background: #F8B62D;
    width: 10px;
    height: 10px;
    display: block;
}

.navabout .ryhistory .yinfo .xian {
    width: 1px;
    background: #F8B62D;
    margin-left: 4px;
}

.navabout .ryhistory .yinfo .ytxt {
    padding-bottom: 30px;
    width: 100%;
    padding-top: 5px;
    color: #555;
    line-height: 2em;
}

.navabout .news {
    border-top: 1px solid #f5f5f5;
}

.navabout .news .newslist {
    margin-bottom: 30px;
    margin: 0 auto;
    width: 1000px;
    padding-bottom: 50px;
    padding-top: 20px;
}

.navabout .news .newslist li {
    padding-top: 20px;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.navabout .news .newslist li img {
    margin-right: 30px;
    width: 400px;
    height: 300px;
}

.navabout .news .newslist li div {
    width: 580px;
}

.navabout .news .newslist li h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

.navabout .news .newslist p {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 2em;
}

.navabout .news .newslist p span {
    color: #666;
    font-size: 14px;
    padding-top: 20px;
    display: block;
}

.navabout .job {
    padding-bottom: 20px;
}

.navabout .job h1 {
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #0452C5;
}

.navabout .job .txt {
    width: 800px;
    margin: 0 auto;
    line-height: 2em;
    color: #777;
    margin-bottom: 20px;
}

.navabout .job hr {
    border-top: #ddd;
    width: 850px;
    margin: 50px auto;
}

@media screen and (max-width: 1400px) {
    .right-side-bar {
        margin:-0px 0 0;
        padding: 0;
        position: fixed;
        z-index: 100;
        top: 25%;
        right: 0;
        border-top: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .right-side-bar li {
        width: 64px;
        background: #FFF;
        position: relative;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media screen and (min-width: 1400px) {
    .right-side-bar {
        margin:-0px 0 0;
        padding: 0;
        position: fixed;
        z-index: 100;
        top: 50%;
        right: 0;
        border-top: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
    }

    .right-side-bar li {
        width: 80px;
        background: #FFF;
        position: relative;
        border-bottom: 1px solid #f5f5f5;
    }
}

.right-side-bar li:nth-child(3):after,.right-side-bar li:nth-child(4):after,.right-side-bar li:nth-child(5):after {
    display: none
}

.right-side-bar li:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    position: relative;
    margin: auto;
    z-index: 10;
    background-color: rgba(255,255,255,.5)
}

.right-side-bar li:hover .tips-outer {
    opacity: 1;
    right: 100%;
    transform: scaleX(1)
}

.right-side-bar li .tips-outer {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    padding-right: 10px;
    opacity: 0;
    transform: scaleX(.05);
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,right .2s ease-in-out
}

.right-side-bar li .tips-outer .tips-inner {
    padding: 15px 37px;
    font-size: 14px;
    margin-top: 30px;
    white-space: nowrap;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #dfefef;
    box-shadow: 0 0 24px 0 rgba(15,66,76,.25)
}

.right-side-bar li .tips-outer .tips-inner:after {
    content: " ";
    display: block;
    width: 30px;
    z-index: 15;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: 11px;
    top: 32px
}

.right-side-bar li .tips-outer .tips-inner:before {
    content: " ";
    box-shadow: 0 0 24px 0 rgba(15,66,76,.25);
    display: block;
    width: 13px;
    position: absolute;
    right: 5px;
    background-color: #fff;
    height: 13px;
    z-index: 5;
    transform: rotate(45deg)
}

.right-side-bar li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #757575;
    transition: background-color .2s ease-in-out
}

.right-side-bar li a i {
    color: #0452C5;
}

.right-side-bar li a:hover {
    color: #0452C5;
}

.right-side-bar li a.spec {
}

.right-side-bar li a.topback {
    background-color: #dedfdf
}

.right-side-bar li a.spec:hover {
}

.right-side-bar li a.topback:hover {
    background-color: #ccc;
}

.right-side-bar li a .image-anchor {
    display: block;
    text-align: center;
    margin: 15px auto 0;
    transition: opacity .2s ease-in-out
}

.right-side-bar li a h4 {
    margin: 8px auto 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}
.my-kefu {position:fixed;right:0px;top:80%;z-index:9999;}
.my-kefu ul {width:77px;}
.my-kefu li a {text-decoration:none;}
.my-kefu li {margin-top:1px;padding:9px 0;height:76px;width:77px;background: rgb(255 255 255 / 50%);box-shadow: 0px 0px 5px 0px #ccc;}
.my-kefu li i {background:url(../images/20171220175102_1029219638.png) no-repeat;display:block;width: 30px;height: 26px;margin:0px auto;text-align:center;}
.my-kefu li p {height:20px;line-height:20px;overflow:hidden;text-align:center;color: #111;}
.my-kefu .my-kefu-qq i {background-position:4px 0;}
.my-kefu .my-kefu-tel i {background-position:0 -25px;}
.my-kefu .my-kefu-tel1 i {background-position:-35px 4px;}
.my-kefu .my-kefu-tel1:hover {width:246px;height:145px;}
.my-kefu .my-kefu-tel2 i {background-position:-35px 4px;}
.my-kefu .my-kefu-tel2:hover {width:246px;height:145px;}
.my-kefu .my-kefu-liuyan i {background-position:4px -53px;}
.my-kefu .my-kefu-weixin i {background-position:-34px 4px;}
.my-kefu .my-kefu-weibo i {background-position:-30px -22px;}
.my-kefu .my-kefu-ftop {background-color: #004EB5;}
.my-kefu .my-kefu-ftop i {width:33px;height: 52px;background-position: -27px -45px;}
.my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.my-kefu-tel-right {font-size: 18px;color: #222;float:left;height: 50px;line-height: 34px;padding-left:15px;border-left: 1px solid #999;padding-top:10px;/* float: right; */}
.my-kefu-tel1-right {font-size:20px;color:#fff;float:left;height:24px;line-height:22px;margin-top:8px;border:none;margin:0 auto;margin-bottom:5px;}
.my-kefu-tel2-right {font-size:20px;color:#fff;float:left;height:24px;line-height:22px;margin-top:8px;border:none;margin:0 auto;margin-bottom:5px;}
.my-kefu-right {width:20px;}
.my-kefu-tel-main {color:#fff;margin-top:9px;height:47px;width:247px;}
.my-kefu-main {width: 310px;position:relative;}
.my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;}
.slideBox003 {width:100%;text-align:center;overflow:hidden;height:830px;position:relative;z-index:1;}
.slideBox003 .hd {display:inline-block;position:relative;bottom:-511px;z-index:1;}
.slideBox003 .hd ul {overflow:hidden;zoom:1;float:left;}
.slideBox003 .hd ul li {float:left;margin:0 4.5px;width:47px;height:4px;line-height:10px;text-align:center;background:#0660af;cursor:pointer;}
.slideBox003 .hd ul li.cur {background:#e62129;color:#fff;}
.slideBox003 .bd {position:relative;z-index:0;}
.slideBox003 .bd li {zoom:1;vertical-align:middle;display:block;height:830px;cursor:pointer;}
.slideBox003 .bd li a {width:100%;height:700px;display:block;}
.slideBox003 .prevStop {display:none;}
.slideBox003 .nextStop {display:none;}
/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ¥Ã¢â‚¬Â°Ã‚Â/ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¤Ã‚Â»Ã‚Â£ÃƒÂ§Ã‚Â Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¦Ã…Â¾Ã…â€œÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ©Ã…â€œÃ¢â€šÂ¬ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¥Ã‹â€ Ã‚Â ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¥Ã‚ÂÃ‚Â¯ */.slideBox003 .prev {position:absolute;left:40px;top:40%;display:block;width:40px;height:129px;background:url(../images/bajtz.jpg) 0px 5px no-repeat;filter:alpha(opacity=50);opacity:0.2;}
.slideBox003 .next {position:absolute;right:40px;top:40%;display:block;width:40px;height:129px;background:url("../images/bajtr.jpg") 0px 5px no-repeat;filter:alpha(opacity=50);opacity:0.2;}
.slideBox003 .prev:hover,.slideBox003 .next:hover {filter:alpha(opacity=100);opacity:0.8;}
.slideBox003 .prevStop {display:none;}
.slideBox003 .nextStop {display:none;}
/**-----------pc---------------------**/
/**-----------end---------------------**/
