@font-face {
    font-family: 'han';
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: 'hanBold';
    src: url(../font/SourceHanSansCN-Medium.otf)
}
@font-face{
    font-family: "MontserratBold";
    src:url("../fonts/Montserrat-Bold.ttf");
}

@font-face{
    font-family: "MontserratRegular";
    src:url("../fonts/Montserrat-Regular.ttf");
}
@font-face{
    font-family: "MontserratLight";
    src:url("../fonts/Montserrat-Light.ttf");
}
 body,div,a,p,span{
     font-family:'MontserratRegular','Helvetica Neue','PingFang SC','Hiragino Sans GB','Heiti SC','Microsoft YaHei','WenQuanYi Micro Hei','sans-serif';
 }

img {
    display: block;
    max-width: 100%
}
.miao{
    font-size: 80px;
  -webkit-text-stroke:1px #9f9e9d;
  color: #fff;
}

.ov {
    overflow: hidden
}

.hvimghover:hover .hvimg {
    transform: scale(1.1)
}

.hvimghover img.img {
    transition: 1s
}

.hvimghover:hover img.img {
    transform: scale(1.1)
}

.text-center {
    text-align: center
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right;
    /*text-align: center;*/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hanBold {
    font-family: 'hanBold' !important
}

body {
    font-size: 14px;
    color: #333333
}

.flex_end {
    display: flex;
    justify-content: flex-end
}

.flex, .dflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_vtop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_justify, .djustify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_box_1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.marauto {
    margin: auto
}

.flex {
    display: flex;
    align-items: center
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box
}

.wrap {
    width: 77.8%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative
}

@media (max-width: 1169px) {
    .wrap {
        width: 1100px
    }
}

@media (max-width: 1099px) {
    .wrap {
        width: 100%
    }
}

.a-fontsize-17 {
    font-size: 17px
}

.a-pt25 {
    padding-top: 25px
}

.a-mt30 {
    margin-top: 30px
}

.a-mb25 {
    margin-bottom: 25px
}

.line1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    overflow: hidden
}

.line3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 100%;
    overflow: hidden
}

.section-body {
    overflow: hidden
}

.header {
    font-family: 'han';
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: normal;
    position: fixed;
    transition: all .2s linear;
    width: 100%;
    height: auto;
    z-index: 10
}

.header .logo {
    margin-right: 17px
}

.header .inner {
    position: relative;
    z-index: 2
}

@media (max-width: 999px) {
    .header .inner {
        flex-wrap: wrap
    }
}

.header .inner .header-top {
    height: 70px;
    padding: 15px 0
}

@media (max-width: 999px) {
    .header .inner .header-top {
        width: 100%;
        padding: 12px 15px
    }
}

.header .inner .header-top .brand {
    flex-shrink: 0
}

.header .inner .header-top .brand img {
    max-width: 100%
}

@media (max-width: 999px) {
    .header .inner .header-top .brand img .logo {
        width: 35px
    }
}

.header .inner .header-top .nav-line {
    width: 20px;
    height: 10px;
    display: none
}

@media (max-width: 1066px) {
    .header .inner .header-top .nav-line {
        display: block
    }
}

.header .inner .header-top .nav-line .item {
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #034673;
    position: relative
}

.header .inner .header-top .nav-line .item::after, .header .inner .header-top .nav-line .item::before {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #034673;
    content: ''
}

.header .inner .header-top .nav-line .item::before {
    top: 5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.header .inner .header-top .nav-line .item::after {
    top: 10px;
    bottom: -5px
}

.header .inner .header-top .nav-line.is-active .item {
    transform: translate3d(0, 5px, 0) rotate(45deg)
}

.header .inner .header-top .nav-line.is-active .item::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.header .inner .header-top .nav-line.is-active .item::after {
    transform: translate3d(0, -10px, 0) rotate(-90deg)
}

.header .inner .nav-box-inner .nav-box .item {
    font-size: 15px;
    line-height: 54px;
    color: #333333;
    margin-right: 40px;
    position: relative;
    width: 85px;
    
}

.header .inner .nav-box-inner .nav-box .item .drop_box {
    padding-top: 8px;
    position: absolute;
    top: 100%;
    width: 166px;
    left: -38px;
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    display: none
}

.header .inner .nav-box-inner .nav-box .item .drop_box a {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 51px;
    text-align: center
}

.header .inner .nav-box-inner .nav-box .item .drop_box a:hover, .header .inner .nav-box-inner .nav-box .item .drop_box a.active {
    background: #116CB0;
    color: #fff
}

.header .inner .lan {
    padding-left: 26px
}

.header .inner .lan a {
    font-size: 15px;
    line-height: 54px;
    color: #333333
}

.header .inner .lan a.active {
    font-weight: bold;
    width: 30px;
}

.header .inner .lan .line {
    margin: 0 6px
}

.home-box #home-banner {
    position: relative
}

.home-box #home-banner #bottom_cic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    z-index: 3
}

.home-box #home-banner .table_mouse {
    width: 32px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    position: relative;
    z-index: 999
}

.home-box #home-banner .table_mouse .img_point {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    animation: top 1s cubic-bezier(0.33, 0, 0.1, 1) infinite;
    -webkit-animation: top 1s cubic-bezier(0.33, 0, 0.1, 1) infinite;
    -moz-animation: top 1s cubic-bezier(0.33, 0, 0.1, 1) infinite;
    -ms-animation: top 1s cubic-bezier(0.33, 0, 0.1, 1) infinite;
    -o-animation: top 1s cubic-bezier(0.33, 0, 0.1, 1) infinite
}

.home-box #home-banner .swiper-pagination {
    position: absolute;
    width: 1170px !important;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: left
}

.home-box #home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin: 0 7px;
    opacity: 1
}

.home-box #home-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF
}

.home-box #home-banner .swiper-button-prev, .home-box #home-banner .swiper-button-next {
    display: none
}

.home-box #home-banner .home-banner-slide {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.home-box #home-banner .home-banner-slide .home-banner-tips {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
    font-weight: 600;
    font-size: 36px;
    line-height: 78px;
    text-transform: uppercase;
    color: #FFFFFF
}

.home-section-1 {
    position: relative
}

.home-section-1 .left-info, .home-section-1 .poster {
    width: 50%;
    position: relative
}

.home-section-1 .poster {
    height: 990px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.home-section-1 .w {
    position: absolute;
    left: 50%;
    top: 86px;
    transform: translateX(-50%)
}

.home-section-1 .home-section-info .title {
    font-size: 36px;
    line-height: 50px;
  
    color: #111111;
    margin-bottom: 16px
}

.home-section-1 .home-section-info .desc {
    font-size: 16px;
    line-height: 186.5%;

    color: #757575;
    margin-top: 36px;
    max-width: 517px
}

.home-section-1 .home-section-info .more {
    width: 180px;
    border: 1px solid #116cb0;
    height: 50px;
    font-size: 16px;
    color: #116CB0;
    margin-top: 50px
}

.home-section-1 .icon-list {
    margin-top: 4px;
    background: #fff;
    width: 1500px;
    padding-bottom: 5px;
    padding-right: 205px
}

.home-section-1 .icon-list li {
    padding-top: 66px;
    text-align: center
}

.home-section-1 .icon-list li img {
    margin: 0 auto 25px
}

.home-section-1 .icon-list li .name {
    font-size: 24px;
    line-height: 34px;
    /*color: rgb(0,32,96);*/
    /*font-weight: 900;*/
}

.home-section-1 .icon-list li .text {
    max-width: 240px;
    margin: 11px auto 0;
    font-size: 16px;
    line-height: 186.5%;
    color: #757575;
     /*color: rgb(3,60,130);*/
     /*   font-weight: bold;*/
        padding: 10px;
        /*border: 2px solid rgb(123,164,224) ;*/
        /*background:linear-gradient(to bottom,rgb(225,220,225),rgb(164,196,255))*/
}
.home-section-1 .icon-list li:nth-child(2) .text{
 max-width: 280px!important;   
}
@media screen and (max-width: 528px){
    .home-section-1 .icon-list li .text {
        line-height: 100%;
    }
}
.home-section-1 .icon-list li:nth-child(4) .text{
 max-width: 350px!important;   
}
.title-wrap .title {
    font-size: 36px;
    line-height: 50px;
    text-align: left;
    color: #111111;
    margin-bottom: 16px
}

.map-tips {
    box-sizing: border-box;
    position: absolute;
    width: 491px;
    padding: 26px;
    color: #686868;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    box-shadow: 0px 4px 8px 3px rgba(136, 136, 136, 0.25)
}

.map-tips .name {
    font-weight: bold;
    color: #D71718;
    font-size: 24px
}

.map-tips::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/angle.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -20px;
    bottom: -38px
}

.map-tips .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

#map-tips {
    display: none
}

@keyframes top {
    0% {
        top: 10px;
        opacity: 0
    }
    25% {
        top: 14px;
        opacity: 1
    }
    50% {
        top: 18px;
        opacity: 1
    }
    100% {
        top: 22px;
        opacity: 0
    }
}

.home-section-2 {
    position: relative
}

.home-section-2 ul li {
    width: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 634px;
    position: relative;
    transition: all .5s
}

.home-section-2 ul li .info {
    position: absolute;
    left: 30px;
    bottom: 74px
}

.home-section-2 ul li .info .name {
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 17px
}

.home-section-2 .tit-box {
    left: 51%;
    position: absolute;
    top: -115px;
    transform: translateX(-50%)
}

.home-section-3 {
    padding: 73px 0 102px
}

.home-section-3 .pro-swiper {
    margin-top: 79px;
    overflow: hidden
}

.home-section-3 .pro-swiper .imgbox {
    position: relative;
    width: 210px;
    height: 160px
}

.home-section-3 .pro-swiper .imgbox img {
    width: 100%
}

.home-section-3 .pro-swiper .title {
    font-size: 24px;
    line-height: 34px;
    color: #111111;
    height: 52px;
    margin-top: 28px
}

.home-section-3 .pro-swiper .desc {
    font-size: 16px;
    line-height: 172%;
    color: #757575
}

.home-section-3 .pro-swiper .more {
    font-size: 16px;
    color: #757575;
    margin-top: 15px
}

.home-section-3 .swiper-operate {
    margin-top: 70px
}

.home-section-3 .swiper-pagination {
    width: 1060px;
    height: 2px;
    background: #E0E1E0;
    margin-left: 42px;
    position: static
}

.home-section-3 .swiper-button-next1 {
    margin-left: 28px
}

.home-section-3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #111111
}

.white {
    color: #fff !important
}

.home-section-4 {
    height: 694px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px
}

.home-section-4 .contact-w .tit {
    font-weight: 600;
    font-size: 48px;
    line-height: 67px;
    color: #FFFFFF;
    margin-bottom: 110px
}

.home-section-4 .contact-w .c {
    width: 180px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    color: #FFFFFF
}

footer {
    padding: 74px 0 0 0;
    background: #2D3745
}

footer .foot_box {
    padding-bottom: 84px
}

footer .foot_box .foot_logo {
    width: 15%
}

footer .foot-center {
    /*padding-left: 18%*/
}

footer .foot-center .tit {
    font-size: 20px;
    line-height: 182%;
    color: #E5EBF0
}

footer .foot-center .p-text {
    margin-top: 13px
}

footer .foot-center .p-text p {
    font-size: 16px;
    line-height: 29px;
    color: #9FAEBE
}

footer .footer-code .title {
    font-size: 20px;
    line-height: 28px;
    color: #E5EBF0;
    margin-bottom: 27px
}

footer .footer-code .tip {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
    color: #9FAEBE
}

footer .copyright {
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

footer .copyright div {
    font-size: 14px;
    line-height: 20px;
    color: #9FAEBE;
	text-align:center;
}

.swiper-backface-hidden .swiper-slide:hover .title {
    color: #116CB0
}

.home-section-2 ul li .info {
    transition: all .5s
}

.home-section-2 ul li:hover .info {
    bottom: 90px
}

.list-banner {
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.list-banner .left-bg {
    width: 148px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #116cb0
}

.tab-nav {
    width: 80%;
    background: #116cb0;
    overflow: hidden
}

.tab-nav .tab-nav-inner {
    height: 66px
}

.tab-nav .tab-nav-inner a {
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 30px;
    position: relative
}

.tab-nav .tab-nav-inner a:last-child {
    margin-right: 0
}

.tab-nav .tab-nav-inner a.link::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 29px;
    opacity: 0
}

.tab-nav .tab-nav-inner a.link:hover:after, .tab-nav .tab-nav-inner a.link.active:after {
    opacity: 1
}

.company-section-1 {
    padding: 80px 0 100px
}

.company-section-1 .company-box {
    margin-top: 67px
}

.company-section-1 .company-info {
    width: 50%
}

.company-section-1 .company-info p {
    font-size: 12px;
    line-height: 22px;
    color: #757575;
    margin-bottom: 12px;
    text-align: left;
}

.company-section-1 .company-info p:last-child {
    margin-bottom: 0
}

.company-section-1 .poster {
    width: 46%;
   height: 17.8vw !important;
    background: #116CB0;
    position: relative;
    margin-top: 20px
}

.company-section-1 .poster img {
    position: absolute;
    top: -20px;
    left: -20px
}

.company-section-2 {
    padding: 68px 0 152px;
    background: #F2F7FF
}

.company-section-2 .tab-main {
    margin-top: 63px
}

.company-section-2 .tab-box {
    width:100%;
    height: 448px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    padding-top: 86px;
    padding-left: 56px
}

.company-section-2 .tab-box .title {
    font-size: 16px;
    line-height: 194.5%;

    color: #FFFFFF
}

.company-section-2 .tab-box .line {
    width: 25px;
    height: 1px;
    background: #fff;
    margin-top: 17px;
    margin-bottom: 8px
}

.company-section-2 .tab-box .small {
    font-size: 20px;
    line-height: 194.5%;
    color: #FFFFFF
}

.company-section-2 .tab-btn li {
    width: 370px;
    height: 90px;
    background: #FFFFFF;
    padding-right: 72px;
    padding-left: 77px;
    transition: all .5s
}

.company-section-2 .tab-btn li .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px
}

.company-section-2 .tab-btn li .icon-1 {
    background-image: url(../images/sm.png)
}

.company-section-2 .tab-btn li .icon-2 {
    background-image: url(../images/zan.png)
}

.company-section-2 .tab-btn li .icon-3 {
    background-image: url(../images/jzg.png)
}

.company-section-2 .tab-btn li .icon-4 {
    background-image: url(../images/gjpy.png)
}

.company-section-2 .tab-btn li .icon-5 {
    background-image: url(../images/ygfc.png)
}

.company-section-2 .tab-btn li:hover, .company-section-2 .tab-btn li.active {
    background: #116cb0
}

.company-section-2 .tab-btn li:hover .title, .company-section-2 .tab-btn li:hover .num, .company-section-2 .tab-btn li.active .title, .company-section-2 .tab-btn li.active .num {
    color: #fff
}

.company-section-2 .tab-btn li:hover .icon-1, .company-section-2 .tab-btn li.active .icon-1 {
    background-image: url(../images/sm-white.png)
}

.company-section-2 .tab-btn li:hover .icon-2, .company-section-2 .tab-btn li.active .icon-2 {
    background-image: url(../images/zan-white.png)
}

.company-section-2 .tab-btn li:hover .icon-3, .company-section-2 .tab-btn li.active .icon-3 {
    background-image: url(../images/jzg-active.png)
}

.company-section-2 .tab-btn li:hover .icon-4, .company-section-2 .tab-btn li.active .icon-4 {
    background-image: url(../images/gjpy-active.png)
}

.company-section-2 .tab-btn li:hover .icon-5, .company-section-2 .tab-btn li.active .icon-5 {
    background-image: url(../images/ygfc-active.png)
}

.company-section-2 .tab-btn li .title {
    font-size: 14px;
    line-height: 194.5%;
    color: #757575;
    margin-left: 32px;
    width: 140px;
    transition: all .5s
}

.company-section-2 .tab-btn li .num {
    font-size: 16px;
    line-height: 194.5%;
    color: #757575;
    transition: all .5s
}

.company-section-3 {
    padding: 77px 0 140px
}

.company-section-3 .honor-swiper {
    margin-top: 71px;
    overflow: hidden;
    position: relative
}

.company-section-3 .honor-swiper .swiper-operate {
    margin-top: 70px
}

.company-section-3 .honor-swiper .swiper-pagination {
    width: 1060px;
    height: 2px;
    background: #E0E1E0;
    margin-left: 42px;
    position: static
}

.company-section-3 .honor-swiper .swiper-button-next1 {
    margin-left: 28px
}

.company-section-3 .honor-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #111111
}

.company-section-3 .honor-box {
    padding: 50px 0 20px;
    background: #F2F7FF
}

.company-section-3 .honor-box .imgbox img {
    width: 214px;
    height: 144px;
    margin: auto;
    display: block
}

.company-section-3 .swiper-slide .title {
    margin-top: 39px;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
    padding-left: 15px;
    text-align: center;
}

.main {
    padding: 50px 0 106px
}

.main .left-nav {
    width: 284px;
    border: 1px solid #E0E1E0;
    padding-bottom: 20px
}

.main .left-nav a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    color: #757575;
    position: relative;
    text-align: center
}

.main .left-nav a:hover, .main .left-nav a.active {
    color: #fff;
    background: #116CB0
}

.main .left-nav a:hover::after, .main .left-nav a.active::after {
    opacity: 0
}

.main .left-nav a::after {
    width: 171.94px;
    height: 1px;
    background: #E0E1E0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    content: ""
}

.right_main_box {
    width: 772px
}

.right_main_box .work-list li {
    padding: 30px 20px;
    border-bottom: 1px solid rgba(117, 117, 117, 0.12)
}

.right_main_box .work-list li .info {
    flex: 1;
    padding-left: 38px
}

.right_main_box .work-list li .info .title {
    font-size: 20px;
    line-height: 28px;
    color: #2D3B45
}

.right_main_box .work-list li .info .date {
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    margin-top: 12px
}

.pagination_box {
    padding-top: 57px
}

/*.pagination_box a {*/
/*    width: 51px;*/
/*    height: 51px;*/
/*    background: #E0E1E0;*/
/*    font-size: 18px;*/
/*    line-height: 51px;*/
/*    text-align: center;*/
/*    margin: 0 5px;*/
/*    color: #fff*/
/*}*/

/*.pagination_box a.active,{*/
/*    background: #116CB0*/
/*}*/

.news-main {
    padding: 80px 0 110px
}

.news-main .news-swiper {
    overflow: hidden;
    position: relative
}

.news-main .news-swiper .swiper-pagination {
    position: absolute;
    bottom: 61px;
    left: 736px;
    z-index: 2;
    width: auto
}

.news-main .news-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1
}

.news-main .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #116CB0
}

.news-main .news-swiper .news-poster {
    width: 697px;
    height: 430px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.news-main .news-swiper .news-info {
    background: #2A2A2A;
    float: left;
    width: 473px;
    height: 430px;
    padding: 56px 39px 0
}

.news-main .news-swiper .news-info .date {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF
}

.news-main .news-swiper .news-info .title {
    font-size: 22px;
    line-height: 31px;
    color: #FFFFFF;
    margin-top: 19px
}

.news-main .news-swiper .news-info .desc {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 21px
}

.news-main .news-swiper .swiper-slide:hover .title {
    color: #116CB0
}

.news-wrapper {
    margin-top: 30px
}

.news-wrapper ul li {
    padding: 47px 0;
    border-bottom: 1px solid rgba(117, 117, 117, 0.12)
}

.news-wrapper ul li .title {
    font-size: 20px;
    line-height: 28px;
    color: #333333
}

.news-wrapper ul li .date {
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 17px;
    color: #757575
}

.news-wrapper ul li .sub {
    font-size: 14px;
    line-height: 20px;
    color: #757575
}

.news-wrapper ul li .detail {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-top: 33px
}

.news-main-detail {
    padding: 70px 0 110px
}

.news-main-detail .article-title {
    font-size: 32px;
    line-height: 54px;
    color: #116CB0;
    margin-bottom: 15px
}

.news-main-detail .date {
    font-size: 12px;
    line-height: 15px;
    color: #757575;
    margin-bottom: 39px
}

.news-main-detail .content-box p {
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    margin-bottom: 20px
}

.back-list {
    font-size: 16px;
    line-height: 54px;
    color: #757575
}

.back-list img {
    margin-right: 16px
}

.article_bottom {
    border-bottom: 1px solid #E0E1E0;
    padding-top: 30px
}

.oper-btn .line {
    width: 1px;
    height: 30px;
    background: #E0E1E0;
    margin: 0 15px
}

.pro-list-box {
    padding: 78px 0 120px
}

.pro-list-box ul {
    flex-wrap: wrap
}

.pro-list-box ul li {
    width: 30.5%;
    padding-bottom: 100px;
    border-bottom: 1px solid #E0E1E0;
    margin-bottom: 72px;
    transition: all .5s
}

.pro-list-box ul li:hover {
    border-bottom: 1px solid #116CB0
}

.pro-list-box ul li a {
    width: 100%;
    display: block
}

.pro-list-box ul li .imgbox {
    position: relative;
    width: 84%;
    height: 180px
}
.pro-list-box ul li .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-list-box ul li .title {
    font-size: 24px;
    line-height: 34px;
    color: #111111;
    height: 52px;
    margin-top: 28px
}

.pro-list-box ul li .desc {
    font-size: 16px;
    line-height: 172%;
    color: #757575;
    height: 52px;
    overflow: hidden;
    padding-right: 18px;
}

.pro-list-box ul li .more {
    font-size: 16px;
    color: #757575;
    margin-top: 15px
}

.pro-details-box {
    padding: 76px 0 80px
}

.pro-details-box .gallery-box-banner {
    width: 521px;
    position: relative
}

.pro-details-box .gallery-box-info {
    width: 532px
}

.pro-details-box .gallery-box-banner {
    position: relative
}

.pro-details-box .pro-name {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px
}

.pro-details-box .desc {
    font-size: 16px;
    line-height: 30px;
    color: #757575
}

.pro-details-box .canshu-box {
    margin-top: 30px
}

.pro-details-box .canshu-box .c-title {
    font-size: 16px;
    line-height: 30px;
    color: #333333
}

.pro-details-box .canshu-box .c-item {
    margin-top: 18px;
    line-height: 1
}

.pro-details-box .canshu-box .c-item span {
    font-size: 16px;
    color: #333333
}

.pro-details-box .canshu-box .c-item span.sp1 {
    width: 120px;
    color: #b2b2b2
}

.product-detail .slick-prev, .product-detail .slick-next {
    width: 26px;
    height: 68px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 0;
    background-color: transparent;
    z-index: 2
}

.product-detail .slick-prev {
    left: -1px;
    top: 0;
    background-image: url(../images/a-l2.png)
}

.product-detail .slick-next {
    right: 0;
    bottom: 0;
    background-image: url(../images/a-r2.png)
}

.product-detail .slider-nav .img-item-nav {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F2F7FF;
    height: 68px
}

.slider-nav {
    width: 500px;
    margin: auto;
    margin-top: 110px
}

.slider-for {
    width: 498px;
    height: 317px;
    overflow: hidden
}

.recommend-box {
    padding: 68px 0 110px;
    background: #F2F7FF
}

.recommend-box ul {
    margin-top: 77px
}

.recommend-box ul li {
    width: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 0 !important
}



.yy-box ul li {
    padding: 86px 0 0 0 ;
    overflow: hidden
}

/*.yy-box ul li:nth-child(2n+1) {*/
/*    background: #fff*/
/*}*/

.yy-box ul li:nth-child(2n+1) .poster {
    float: right
}

.yy-box ul li:nth-child(2n+1) .info {
    float: left
}

.yy-box ul li:nth-child(2n) {
    background: #F2F7FF
}

.yy-box ul li:nth-child(2n) .info {
    float: right
}

.yy-box ul li:nth-child(2n) .poster {
    float: left
}

.yy-box ul li .poster {
    width: 586px;
    height: 408px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.yy-box ul li .info {
    /*padding-top: 40px;*/
    /*max-width: 532px*/
}

.yy-box ul li .info .title {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px
}

.yy-box ul li .info .desc {
    font-size: 12px;
    line-height: 22px;
    color: #b2b2b2
}

.contact-main {
    padding: 78px 0 110px
}

.contact-main .map {
    margin-top: 64px;
    margin-bottom: 90px
}

.contact-main .contact-list {
    margin-top: 55px;
    flex-wrap: wrap
}

.contact-main .contact-list li {
    margin-bottom: 28px;
    width: 32%;
    height: 148px;
    background: #F2F7FF;
    padding: 10px 15px 0 15px
}

.contact-main .contact-list li .name {
    font-size: 16px;
    line-height: 26px;
    color: #333333
}

.contact-main .contact-list li .location {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    margin-top: 9px
}

.contact-main .c {
    background: #f2f6ff;
    height: 90px;
    padding-left: 26px
}

.contact-main .c img {
    margin-right: 10px
}

.contact-main .c .c-item {
    font-size: 16px;
    line-height: 26px;
    color: #333333
}

.contact-main .c .c-item-email {
    margin-left: 186px
}

.gotop {
    position: fixed;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #116CB0;
    right: 40px;
    bottom: 10%;
    z-index: 3
}

.tab-nav .wrap {
    width: 76.8%
}

.zp-box {
    padding: 85px 0 110px
}

.zp-box .sp1 {
    width: 20%
}

.zp-box .sp2 {
    width: 20%
}

.zp-box .sp3 {
    width: 20%
}

.zp-box .sp4 {
    width: 20%
}

.zp-box .sp5 {
    flex: 1
}

.zp-box .zp-header {
    padding: 0 60px 0 48px;
    height: 76px;
    background: #116CB0
}

.zp-box .zp-header span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 254px;
    text-align: center;
}

.zp-box ul li {
    margin-bottom: 14px
}

.zp-box ul li .w-header {
    height: 76px;
    background: #F2F7FF;
    padding: 0 60px 0 48px
}

.zp-box ul li .w-header span {
    font-size: 16px;
    color: #333333;
    width: 254px;
    text-align: center;
}

.zp-box .jorab {
    padding: 26px 0 76px 40px;
    background: #f2f6ff;
    border-top: 1px solid rgba(17, 108, 176, 0.08)
}

.zp-box .jorab p {
    font-size: 16px;
    line-height: 36px
}

.zp-box .jorab .t {
    font-weight: bold
}

.zp-box .jorab .j-item {
    margin-bottom: 40px
}

.zp-box .yp {
    width: 180px;
    height: 52.2px;
    border: 1px solid #116CB0;
    font-size: 16px;
    color: #116CB0;
    margin-top: 20px
}

.zp-box .yp img {
    margin-right: 12px
}

@media only screen and (min-width: 1410px) and (max-width: 1610px) {
    .home-section-1 .icon-list {
        width: 1136px;
        padding-right: 25px
    }
    .header .inner .nav-box-inner .nav-box .item{
        margin-right:50px;
    }
}
@media only screen and (max-width: 1410px){
    .header .inner .nav-box-inner .nav-box .item{
        margin-right:25px;
    }
}

@media only screen and (max-width: 1520px) {
    .list-banner .left-bg {
        width: 20px
    }
}

@media only screen and (max-width: 1213px) {
    .home-section-1 .icon-list {
        width: 1136px;
        padding-right: 25px
    }
}

@media only screen and (max-width: 1210px) {
    .wrap {
        width: 1000px
    }

    .home-section-1 .icon-list {
        width: 1042px;
        padding-right: 15px
    }

    .tab-nav .tab-nav-inner a {
        margin-right: 30px
    }

    .company-section-1 .poster {
        width: 447px;
        height: 284px
    }

    .company-section-1 .company-info p {
        font-size: 15px
    }

    .company-section-2 .tab-box {
        width: 630px
    }

    .contact-main .contact-list li {
        margin-bottom: 20px;
        width: 320px;
        padding: 30px 20px 0 20px
    }

    .news-main .news-swiper .news-info {
        width: 420px;
        padding: 46px 20px 0
    }

    .news-main .news-swiper .news-poster {
        width: 580px
    }

    .list-banner {
        height: 430px
    }

    .list-banner .left-bg {
        width: 18px
    }

    .pro-details-box .gallery-box-banner {
        width: 480px
    }

    .pro-details-box .gallery-box-info {
        width: 460px
    }

    .pro-details-box .desc {
        font-size: 14px;
        line-height: 25px
    }

    .main .left-nav {
        width: 240px
    }

    .right_main_box {
        width: 720px
    }

    .yy-box ul li .poster {
        width: 530px
    }

    .yy-box ul li .info {
        padding-top: 30px;
        max-width: 446px
    }

    .zp-box .sp1 {
        width: 174px
    }

    .zp-box .sp2 {
        width: 144px
    }

    .zp-box ul li .w-header span {
        font-size: 14px;
        color: #333333
    }
}

@media screen and (max-width: 1099px) {
    .nav-box-inner {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #fff
    }

    .nav-box {
        display: block;
        padding: 20px 25px 0
    }

    .header .inner .nav-box-inner .nav-box .item {
        margin-right: 0;
        line-height: 1
    }

    .header .inner .nav-box-inner .nav-box .item > a {
        line-height: 48px;
        height: 48px;
        display: block;
        position: relative;
        border-bottom: 1px solid #eee
    }

    .header .inner .lan a {
        line-height: 48px
    }

    .drop-item {
        position: relative
    }

    .drop-item > a::after {
        content: "";
        width: 12px;
        height: 23px;
        background: url(../images/ricon.png) center center no-repeat;
        position: absolute;
        right: 0;
        top: 30%;
        transform: scale(0.5)
    }

    .header .inner .nav-box-inner .nav-box .item .drop_box {
        position: static;
        width: 100%;
        padding: 0
    }

    .header .inner .nav-box-inner .nav-box .item .drop_box a {
        line-height: 36px;
        text-align: left;
        background: #fff !important
    }

    .header .inner .nav-box-inner .nav-box .item .drop_box a.active {
        color: #116CB0 !important
    }

    .home-box #home-banner .home-banner-slide .home-banner-tips {
        font-size: .56rem;
        line-height: .78rem
    }

    .wrap {
        width: 93%
    }

    .home-box #home-banner #bottom_cic {
        bottom: 30px
    }

    .home-section-1 .left-info, .home-section-1 .poster {
        width: 100%
    }

    .home-section-1 {
        display: block
    }

    .home-section-1 .w {
        position: static;
        transform: translateX(0);
        padding-top: 30px
    }

    .home-section-1 .home-section-info .desc {
        margin-top: 25px
    }

    .home-section-1 .home-section-info .more {
        width: 147px;
        height: 40px;
        font-size: 14px;
        margin: 30px auto 0
    }

    .home-section-1 .icon-list {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap
    }

    .home-section-1 .icon-list li {
        padding-top: 16px;
        width: 50%;
        text-align: center
    }

    .home-section-1 .icon-list li .name {
        font-size: 16px
    }

    .home-section-1 .icon-list li img {
        height: 50px
    }

    .home-section-1 .icon-list li .text {
        height: 90px;
        font-size: 14px
    }

    .home-section-1 .poster {
        height: 220px
    }

    .home-section-2 ul {
        flex-wrap: wrap
    }

    .home-section-2 ul li {
        width: 50%;
        height: 6.3rem
    }

    .home-section-2 {
        padding-top: 30px
    }

    .home-section-2 ul li .info {
        left: 15px;
        bottom: 34px
    }

    .home-section-2 ul li .info .name {
        font-size: .36rem;
        line-height: .5rem;
        margin-bottom: .17rem
    }

    .home-section-2 .tit-box {
        transform: translateX(0);
        position: static;
        padding-bottom: 30px
    }

    .home-section-2 .tit-box img {
        display: block;
        width: 3.85rem;
        margin: auto
    }

    .home-section-3 .pro-swiper .imgbox {
        width: 100%;
        height: auto
    }

    .home-section-3 .swiper-button-next1 {
        margin-left: 12px
    }

    .home-section-3 .swiper-pagination {
        flex: 1;
        margin-left: 20px
    }

    .home-section-3 .swiper-operate {
        margin-top: 30px
    }

    .home-section-3 {
        padding: 35px 0
    }

    .title-wrap .title {
        text-align: center
    }

    .title-wrap img {
        display: block;
        margin: auto
    }

    .home-section-4 {
        height: 6.94rem;
        padding-top: 50px
    }

    .home-section-4 .contact-w .tit {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 15px;
        margin-top: 40px
    }

    .home-section-4 .contact-w .c {
        width: 150px;
        height: 40px;
        font-size: 14px;
        margin: 30px 0 0 0
    }

    footer {
        padding: 25px 0 0 0;
        background: #2D3745
    }

    footer .foot_box .foot_logo, footer .foot-center, .footer-code {
        float: none;
        padding-left: 0;
        display: block
    }

    .footer-code {
        margin-top: 30px
    }

    footer .foot_box {
        padding-bottom: 20px
    }

    .gotop {
        width: 50px;
        height: 50px;
        right: 20px
    }

    .gotop img {
        width: 24px
    }

    .list-banner .left-bg {
        display: none
    }

    .list-banner {
        height: 3rem
    }

    .tab-nav {
        width: 100%
    }

    .tab-nav .wrap {
        width: 100%;
        padding-left: 10px
    }

    .tab-nav .tab-nav-inner a {
        margin-right: 8px;
        font-size: 13px
    }

    .company-section-1 {
        padding: 30px 0
    }

    .company-section-1 .company-box {
        margin-top: 27px
    }

    .company-section-1 .poster {
        width: 100%;
        height: auto
    }

    .company-section-1 .poster img {
        position: static
    }

    .company-section-2 {
        padding: 30px 0
    }

    .company-section-2 .tab-main {
        margin-top: 30px;
        display: flex
    }

    .company-section-2 .tab-box {
        width: 100%;
        height: 4.48rem;
        padding-top: .86rem;
        padding-left: .46rem
    }

    .company-section-2 .tab-box .small {
        font-size: 15px
    }

    .company-section-2 .tab-btn li {
        width: 100%;
        float: right;
        padding: 0 10px;
        height: 45px
    }

    .tab-btn {
        overflow: hidden
    }

    .company-section-2 .tab-btn li .title {
        font-size: 12px;
        margin-left: 20px;
        width: 74px
    }

    .company-section-2 .wrap {
        width: 100%
    }

    .company-section-3 {
        padding: 30px 0
    }

    .company-section-3 .honor-swiper {
        margin-top: 31px
    }

    .company-section-3 .honor-box {
        padding: 20px 0
    }

    .company-section-3 .swiper-slide .title {
        margin-top: 19px;
        font-size: 13px
    }

    .company-section-3 .honor-swiper .swiper-button-next1 {
        margin-left: 12px
    }

    .company-section-3 .honor-swiper .swiper-pagination {
        flex: 1;
        margin-left: 10px
    }

    .company-section-3 .honor-swiper .swiper-operate {
        margin-top: 20px
    }

    .company-section-3 .honor-box .imgbox img {
        width: 100%;
        height: auto
    }

    .company-section-1 .company-info {
        float: none;
        width: 100%
    }

    .company-section-1 .company-info p {
        margin-bottom: 15px
    }

    .contact-main {
        padding: 30px 0
    }

    .contact-main .map {
        margin-top: 24px;
        margin-bottom: 30px
    }

    .contact-main .contact-list {
        margin-top: 30px
    }

    .contact-main .contact-list li {
        margin-bottom: 15px;
        width: 49%;
        padding: 15px 10px
    }

    .contact-main .contact-list li .name {
        font-size: 14px;
        line-height: 18px
    }

    .contact-main .contact-list li .location {
        font-size: 12px;
        line-height: 19px
    }

    .contact-main .c .c-item-email {
        margin-left: 8px
    }

    .contact-main .c .c-item {
        font-size: 12px;
        line-height: 22px
    }

    .contact-main .c {
        height: 70px;
        padding-left: 4px
    }

    .news-main {
        padding: 30px 0
    }

    .news-main .news-swiper .news-poster {
        float: none;
        width: 100%;
        height: 4.3rem
    }

    .news-main .news-swiper .news-info {
        float: none;
        width: 100%;
        padding-right: 15px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px
    }

    .news-wrapper ul li {
        padding: 15px 0
    }

    .pagination_box a {
        width: 30px;
        line-height: 30px;
        height: 30px
    }

    .pagination_box {
        padding-top: 27px;
        justify-content: center
    }

    .news-main .news-swiper .swiper-pagination {
        display: none
    }

    .news-main-detail {
        padding: 30px 0
    }

    .oper-btn {
        padding: 0
    }

    .pro-list-box ul li {
        width: 49%;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .pro-list-box ul li .imgbox {
        width: 100%;
        height: auto
    }

    .hvimghover img.img {
        width: 100%;
        height: 120px
    }

    .pro-list-box ul li a {
        width: 100%
    }

    .pro-list-box ul li .title {
        font-size: 18px;
        line-height: 25px;
        margin-top: 16px
    }

    .pro-list-box ul li .desc {
        font-size: 14px
    }

    .pro-list-box ul li .more {
        font-size: 12px
    }

    .pro-list-box {
        padding: 30px 0
    }

    .pro-list-box .pagination_box {
        margin-top: 30px
    }

    .pro-details-box {
        padding: 30px 0
    }

    .slider-for {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .right_main_box, .pro-details-box .gallery-box-banner, .pro-details-box .gallery-box-info {
        width: 100%;
        float: none
    }

    .slider-nav {
        width: 100%;
        margin: auto;
        margin-top: 20px
    }

    .pro-details-box .gallery-box-info {
        padding-top: 30px
    }

    .recommend-box {
        padding: 30px 0
    }

    .main {
        padding: 30px 0
    }

    .main .left-nav {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .main .left-nav a {
        float: left;
        width: 50%;
        font-size: 15px;
        line-height: 40px
    }

    .right_main_box .work-list li {
        padding: 20px 15px
    }

    .right_main_box .work-list li img {
        width: 34px
    }

    .right_main_box .work-list li .info {
        padding-left: 18px
    }

    .right_main_box .work-list li .info .title {
        font-size: 16px;
        line-height: 22px
    }

    .right_main_box .work-list li .info .date {
        font-size: 14px;
        line-height: 14px;
        margin-top: 9px
    }

    .yy-box ul li {
        padding: 20px 0
    }

    .yy-box ul li .poster, .yy-box ul li .info {
        width: 100% !important;
        float: none !important;
        max-width: 100%
    }

    .zp-box {
        padding: 30px 0
    }

    .zp-box .jorab {
        padding: 20px 15px
    }

    .zp-box .zp-header, .zp-box ul li .w-header {
        padding: 0;
        height: 56px
    }

    .zp-box .zp-header span, .zp-box ul li .w-header span {
        flex: 1;
        text-align: center;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .zp-box .jorab p {
        font-size: 14px;
        line-height: 28px
    }

    .zp-box .jorab .j-item {
        margin-bottom: 15px
    }

    .zp-box .yp {
        width: 145px;
        height: 46.2px;
        font-size: 14px;
        margin-top: 18px
    }

    .home-box #home-banner .swiper-pagination {
        width: 100% !important;
        bottom: 120px;
        z-index: 3;
        text-align: center
    }

    .header {
        background: #fff
    }

    .company-section-1 .poster img {
        width: 100%
    }
    .wi80{
        width: 100% !important;
    }
    .company-section-2 .tab-btn li .icon{
        width: 20px;
        height: 20px;
    }
}
