@font-face {
    font-family: 'han';
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: 'hanBold';
    src: url(../font/SourceHanSansCN-Medium.otf)
}
.pro-list-ul li .pro-info::-webkit-scrollbar {/*滚动条整体样式*/
    width: 11px;     /*高宽分别对应横竖滚动条的尺寸*/
margin-left: 5px;
}
.pro-list-ul li .pro-info::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background:#FFFFFF;
}
.pro-list-ul li .pro-info::-webkit-scrollbar-track {/*滚动条里面轨道*/
    width: 13px;
    background: #F1F1F1;
}
.pro-list-ul li .pro-info::-webkit-scrollbar-track-piece{
    background: #F1F1F1;
}
.pro-list-ul .scroll{
    padding: 30px 0;
}
.swiperd{
    overflow: hidden;
}
/*.pro-list-ul li .pro-info::-webkit-scrollbar-button{*/
/*    background: #505050*/
/*}*/

.dsbl{
    display: block !important;
}
.dsno{
    display: none !important;
}
.pro_main{
    margin-top: 40px;
}
.text-center {
    text-align: center
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

*, *: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
}

.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
}

.m-lan, .m-login {
    display: none
}

.search-box:hover .search-inner{
display: block;
}
.search-inner {
    display: none;
    position: fixed;
    top: 35px;
    width: 100%;
    left: 0
}

.search-inner .search-box-line {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(3, 70, 115, 0.2);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 5px;
    align-items: center;
    z-index: 3;
    box-sizing: border-box;
    left: 0
}

@media (max-width: 1199px) {
    .search-inner .search-box-line {
        width: calc(100% - 30px);
        height: 50px
    }
}

.search-inner .search-box-line input {
    width: 100%;
    margin-left: 20px;
    font-size: 16px
}

@media (max-width: 1199px) {
    .search-inner .search-box-line input {
        font-size: 14px
    }
}

.search-inner .search-box-line button {
    flex-shrink: 0;
    background-color: transparent;
    border-right: 1px solid #e2e2e2;
    width: 60px;
    color: #219bed;
    height: 40px;
    transform: rotate(180deg);
    cursor: pointer
}

.wrap {
    width: 1200px;
    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
}

body {
    font: 14px font-family: PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,STHeiti,华文细黑,sans-serif;
}

.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 {
    background: #fff;
    position: fixed;
    transition: all .2s linear;
    width: 100%;
    height: auto;
    z-index: 99999
}

.header .inner {
    position: relative;
    padding-bottom: 21px;
    z-index: 2
}

@media (max-width: 1199px) {
    .header .inner {
        flex-wrap: wrap;
        padding-bottom: 0
    }
}

@media (max-width: 999px) {
    .header .inner .header-top {
        width: 100%;
        padding: 12px 15px
    }
}

.header .inner .header-top .brand {
    padding-top: 27.5px;
    flex-shrink: 0;
    width: 26.5%;
}

@media (max-width: 1199px) {
    .header .inner .header-top .brand {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.header .inner .header-top .brand img {
    max-width: 100%
}

@media (max-width: 1199px) {
    .header .inner .header-top .brand img .logo {
        width: 35px
    }
}

.header .inner .header-top .nav-line {
    width: 20px;
    height: 10px;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .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 {
    margin-left: 43px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

@media (max-width: 1199px) {
    .header .inner .nav-box-inner {
        display: none
    }
}

.header .inner .nav-box-inner .nav-box .item {
    text-align: center;
    padding-top: 36px;
    margin-right: 17px;
    padding-bottom: 6px;
    position: relative
}

.header .inner .nav-box-inner .nav-box .item:nth-child(1) {
    margin-right: 17px
}

.header .inner .nav-box-inner .nav-box .item:nth-child(1) a .nav_link {
    width: 36px
}

.header .inner .nav-box-inner .nav-box .item:nth-child(7) {
    margin-right: 0;
    /*padding-right: 20px*/
}

.header .inner .nav-box-inner .nav-box .item > a {
    display: flex;
    align-items: center
}

.header .inner .nav-box-inner .nav-box .item > a .nav_link {
    font-size: 18px;
    line-height: 25px;
    color: #141414;
    width: 70px;
    position: relative
}

.header .inner .nav-box-inner .nav-box .item > a .nav_link .line {
    width: 52px;
    height: 4px;
    background: #E40000;
    position: absolute;
    top: 29.5px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.header .inner .nav-box-inner .nav-box .item > a img {
    /*margin-left: 10px*/
}

.header .inner .nav-box-inner .nav-box .item.select a .nav_link {
    font-weight: bold
}

.header .inner .nav-box-inner .nav-box .item.select a .nav_link .line {
    display: block
}

.header .inner .nav-box-inner .nav-box .item .drop_wrapper {
    position: absolute;
    top: 100%;
    background: transparent;
    padding-top: 30px;
    right: -20px;
    display: none
}

.header .inner .nav-box-inner .nav-box .item .drop_wrapper .drop_inner {
    width: 119px;
    background: #F3F3F3;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 12px;
    position: relative
}

.header .inner .nav-box-inner .nav-box .item .drop_wrapper .drop_inner a div{
    display: block;
    font-size: 14px;
    padding: 0 0px;
    line-height: 201.9%;
    color: #141414;
    /*border-bottom: 4px solid #F3F3F3;*/
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.header .inner .nav-box-inner .nav-box .item .drop_wrapper .drop_inner a div:hover {
    /*border-bottom: 4px solid #E40000;*/
}

.header .inner .nav-box-inner .nav-box .item .drop_wrapper .drop_inner .sanjiao {
    width: 14px;
    height: 9px;
    background: url(../images/sanjiao.png) no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    z-index: 33
}

.header .inner .search-box-line {
    display: flex;
    align-items: center
}

.header .inner .header-r {
    padding-top: 25px
}

@media (max-width: 1199px) {
    .header .inner .header-r {
        display: none
    }
}

.header .inner .header-r a, .header .inner .header-r span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8)
}

.header .inner .header-r a:hover {
    color: #D71718
}

.header .inner .header-r span {
    margin: 0 6px
}

.header .inner .header-r .header-r-top {
    padding-bottom: 6.5px
}

.header .inner .header-r .header-r-top img {
    margin-right: 22px
}

.header .inner .header-r .header-r-bottom {
    padding-left: 27px
}

.header .off {
    display: block
}

.header .on {
    display: none
}

.home-box {
    padding-top: 94px
}

.home-box .home-banner {
    position: relative
}

.home-box .home-banner .swiper-tab {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0
}

.home-box .home-banner .swiper-tab .swiper-tab-item {
    width: 202px;
    height: 62px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 0px;
    font-size: 20px;
    color: #141414;
    cursor: pointer
}

.home-box .home-banner .swiper-tab .swiper-tab-item.active {
    background: #FFFFFF;
    color: #EE0000
}

#home-banner {
    position: relative
}

#home-banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 7.5px
}

#home-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #D71718;
    opacity: 1
}

#home-banner .swiper-button-prev, #home-banner .swiper-button-next {
    display: none
}

#home-banner .home-banner-slide {
    height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

#home-banner .home-banner-slide .banner-logo-list {
    width: 405px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#home-banner .home-banner-slide .banner-logo-list .ani {
    flex-wrap: wrap
}

#home-banner .home-banner-slide .banner-logo-list a {
    width: 196px;
    height: 145px;
    background: #C4C4C4;
    margin-bottom: 15px
}

#home-banner .home-banner-slide .banner-logo-list a img {
    width: 100%;
    height: 100%
}

#home-banner .home-banner-slide .home-banner-tips {
    left: 324px;
    bottom: 316px;
    position: absolute;
    z-index: 2;
    width: 696px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    padding: 78px 48px 62px
}

#home-banner .home-banner-slide .home-banner-tips .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    color: #141414;
    margin-bottom: 16px
}

#home-banner .home-banner-slide .home-banner-tips .desc {
    font-size: 16px;
    line-height: 22px;
    color: #141414
}

#home-banner .home-banner-slide .home-banner-tips .tag {
    position: absolute;
    width: 55px;
    height: 69px;
    right: 44px;
    top: -35px;
    background: #EE0000
}

.title_wrap {
    margin-bottom: 25px
}

.title_wrap h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 49px;
    color: #141414
}

.title_wrap .desc {
    margin-top: 7px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #646464
}

.title_wrap .more {
    font-size: 14px;
    line-height: 19px;
    color: #D71718
}

.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 div{
    font-size: 12px;
}
.map-tips .name {
    font-weight: bold;
    color: #D71718;
    font-size: 16px;
    line-height: 32px;
}

.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
}

@media (max-width: 1169px) and (min-width: 1000px) {
    .wrap {
        width: 1000px
    }
}

img {
    max-width: 100%
}

.home-section-1 {
    padding: 120px 0 0
}

.home-section-1 .home-section-1-wrap {
    background: #F8F8F8;
    padding-bottom: 68px
}

.home-section-1 .home-section-1-wrap .pro_list_wrap {
    margin-top: 42px
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul {
    flex-wrap: wrap
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li {
    padding-top: 62px;
    width: 360px;
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .imgbox {
    /*width: 466px;*/
    /*height: 247.19px;*/
    margin-bottom: 56px
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #141414;
    margin-bottom: 8px;
    font-family: 'han';
    transition: all .5s
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .desc {
    font-size: 16px;
    line-height: 200%;
    color: #141414
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn {
    margin-top: 44px;
    display: inline-block;
    font-family: 'han';
    border-bottom: 1.5px solid #EE0000
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn .detail-btn-btn {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #141414
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn img {
    margin-left: 16px
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn:hover .detail-btn-btn {
    color: #EE0000
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li:hover .title {
    color: #EE0000
}

.home-section-1 .home-section-1-wrap .pro_list_wrap ul li:hover .imgbox img {
    transform: scale(1.1)
}

.imgbox {
    overflow: hidden
}

.imgbox img {
    width:359.4px;
    height: 190.65px;
    transition: all .5s;
    border-radius: 10px;
    object-fit: cover;
}

.home-section-2 {
    padding: 120px 0 0
}

.home-section-2 .productApplication {
    margin-top: 55px;
    flex-wrap: wrap
}

.home-section-2 .productApplication li {
    margin-bottom: 74px;
    width: 360px
}

.home-section-2 .productApplication li .imgbox {
    /*width: 466px;*/
    /*height: 247.19px;*/
    margin-bottom: 90px
}

.home-section-2 .productApplication li .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 133.4%;
    text-transform: uppercase;
    color: #141414;
    font-family: 'han';
    transition: all .5s;
    margin-bottom: 4px
}

.home-section-2 .productApplication li .desc {
    font-size: 12px;
    line-height: 133.4%;
    color: #141414
}

.home-section-2 .productApplication li .line {
    width: 300.05px;
    height: 0.5px;
    border-bottom: 0.5px dashed #141414
}

.home-section-2 .productApplication li .detail {
    width: 60px;
    height: 60px;
    border: 1px solid #BE0000;
    background: url(../images/a-next-icon-active.png) center center no-repeat;
    border-radius: 50%
}

.home-section-2 .productApplication li:hover .title {
    color: #EE0000
}

.home-section-2 .productApplication li:hover .imgbox img {
    transform: scale(1.1)
}

.home-section-2 .productApplication li:hover .detail {
    background: #BE0000 url(../images/a-next-icon.png) center center no-repeat
}

footer {
    padding: 27px 0;
    background: #DBDBDB
}

footer p {
    font-size: 12px;
    line-height: 202.4%;
    text-align: center;
    color: #141414
}

footer .select_box {
    position: absolute;
    left: 0;
    width: 190px
}

footer .select_box select {
    width: 100%;
    height: 26px;
    border: 0.3px solid #000000;
    padding: 0 8px;
    font-size: 14px;
    color: #141414
}

footer .select_box .slti {
    position: absolute;
    top: 10px;
    right: 10px
}

.right_fixed {

    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 999;
    left: calc(50% + 600px)
}

.right_fixed div {
    height: 48px;
    background: #E20000;
    width: 54px;

}

.right_fixed .fresh {
    background: #FF9090
}

.list-banner {
    height: 445px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.list-banner .list-banner-info {
    /*position: absolute;*/
    top: 50%;
    transform: translateY(-50%);
    /*left: 196px;*/
    margin: 0 auto;
}

.list-banner .list-banner-info .title {
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF
}

.list-banner .list-banner-info .eng {
    font-size: 40px;
    color: #FFFFFF;
    opacity: 0.5
}

.col-tab {
    background: #fff
}

.col-tab .col-tab-item > a {
    width: 160px;
    height: 55px;
    font-weight: 600;
    font-size: 16px;
    line-height: 55px;
    color: #141414;
    display: block;
    text-align: center
}

.col-tab .col-tab-item > a.active {
    background: #FE0000;
    color: #fff
}

.col-tab .col-tab-item.active > a {
    background: #FE0000;
    color: #fff
}

.col-tab .col-tab-item.active .child-col-w {
    display: block
}

.col-tab .child-col-w {
    display: none
}

.col-tab .child_col .open, .col-tab .child_col .close div {
    width: 9px;
    height: 55px;
    background: #FE8383;
    cursor: pointer
}

.col-tab .child_col .close {
    display: none
}

.col-tab .child_col .close div {
    background: #FE8383
}

.col-tab .child_col .link_box {
    display: none;
    padding: 0 35px 0 30px
}

.col-tab .child_col .link_box a {
    font-size: 16px;
    color: #141414;
    margin-right: 38px;
    font-weight: 400
}

.col-tab .child_col .link_box a:last-child {
    margin-right: 0
}
.down-wrap .down-list li:nth-child(1){
    border-top: 0.5px solid rgba(0, 0, 0, 0.2)
}
.col-tab .child_col .link_box a.active {
    color: #FE0000;
    font-weight: 600;
}
/*.pro-info::-webkit-scrollbar {!*滚动条整体样式*!*/
/*    width: 12px;     !*高宽分别对应横竖滚动条的尺寸*!*/
/*    height: 1px;*/
/*}*/
/*.pro-info::-webkit-scrollbar-button {!*滚动条整体样式*!*/
/*  */
/*.pro-info::-webkit-scrollbar-thumb {!*滚动条里面小方块*!*/
/*    -webkit-box-shadow: inset 0 0 5px #FFFFFF;*/
/*    background: #FFFFFF;*/
/*}*/
/*.pro-info::-webkit-scrollbar-track {!*滚动条里面轨道*!*/
/*    -webkit-box-shadow: inset 0 0 5px #F1F1F1;*/
/*    background: #EDEDED;*/
/*}*/

.mianbao_nav {
    background: linear-gradient(90deg, #7E8285 -0.63%, #EFEFEF 28.23%, #818588 54.54%, #EFEFEF 77.21%, #818588 100.62%);
    /*padding-left: 47px;*/
    height: 49px
}

.mianbao_nav a, .mianbao_nav span {
    font-size: 14px;
    line-height: 50px;
    color: #141414;
    margin-right: 5px;
}
.mianbao_nav a, .mianbao_nav span:first-child{
    margin-right: 1px;
}
.mianbao_nav span {
    /*margin: 0 10px*/
}

.mianbao_nav a:hover {
    color: #FE0000
}

.w_1048 {
    margin: auto;
    width: 1200px
}

.list_w {
    padding-top: 94px;
    position: relative;
}

.list_wrap {
    padding: 23px 0 263px
}

.list_wrap .p-box {
    padding-top: 40px
}

.list_wrap .p-box p {
    font-size: 14px;
    line-height: 205%;
    color: #141414;
    text-indent: 1.5em;
    margin-bottom: 15px
}

.article_wrap {
    width: 1200px;
    margin: auto;
    background: #FFFFFF;
    padding: 25px 100px 77px
}

.article_wrap .article-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 49px;
    text-align: center;
    color: #004580;
    /*max-width: 458px;*/
    margin: auto
}

.article_wrap .push-date {
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    text-align: center;
    margin-top: 29px;
    margin-bottom: 9px
}

.article_wrap .author {
    text-align: center
}

.article_wrap .author span {
    font-size: 14px;
    line-height: 22px;
    color: #646464
}

.article_wrap .article_main {
    margin-top: 35px
}

.article_wrap .article_main .p {
    margin-top: 34px;
    font-size: 14px;
    line-height: 205%;
    color: #646464
}

.article_wrap .article_main .ot-article {
    margin-top: 34px;
    padding: 0 170px
}

.article_wrap .article_main .ot-article a {
    width: 150px;
    height: 44px;

    position: absolute;
    border-radius: 10px;
    font-size: 16px;
    color: #DE0000
}
.article_wrap .article_main .ot-article .left-ar{
    left: 40px;
}
.article_wrap .article_main .ot-article .right-ar{
    right: 40px;
}
.article_wrap .article_main .ot-article a:hover {
    background: #DE0000;
    color: #fff
}

.article_wrap .article_main .ot-article a:hover .left-icon {
    background-image: url(../images/a-white-left.png)
}

.article_wrap .article_main .ot-article a:hover .right-icon {
    background-image: url(../images/a-white-right.png)
}

.article_wrap .article_main .ot-article .icon {
    width: 17px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat
}

.article_wrap .article_main .ot-article .left-ar .icon {
    margin-right: 8px;
    background-image: url(../images/a-red-left.png)
}

.article_wrap .article_main .ot-article .right-ar .icon {
    margin-left: 8px;
    background-image: url(../images/a-red-right.png)
}

.news-list-wrapper {
    width: 1200px;
    margin: 23px auto 0
}

.news-list-wrapper ul li {
    /*margin-bottom: 50px*/
}

.news-list-wrapper ul li .poster-img {
    width: 366.13px;
    height: 177.71px;
    border-radius: 32px 0px 0px 32px
}

.news-list-wrapper ul li .news_info {
    padding-left: 30px;
    flex: 1
}

.news-list-wrapper ul li .news_info .date-bo {
    text-align: center
}

.news-list-wrapper ul li .news_info .day {
    font-weight: 700;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.3);
    transition: all .5s
}

.news-list-wrapper ul li .news_info .yd {
    width: 84.84px;
    height: 25.39px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    line-height: 25.39px;
    color: #141414;
    text-align: center;
    transition: all .5s
}

.news-list-wrapper ul li .news_info .line {
    width: 1px;
    height: 74.48px;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 31px;
    margin-right: 58px
}

.news-list-wrapper ul li .news_info .content .title {
    font-size: 18px;
    line-height: 23px;
    color: #141414;
    margin-bottom: 23px;
    transition: all .5s
}

.news-list-wrapper ul li .news_info .content .desc {
    font-size: 14px;
    line-height: 22px;
    color: #646464;
    max-width: 580px
}

.news-list-wrapper ul li:hover .title, .news-list-wrapper ul li:hover .day {
    color: #BD151D !important
}

.news-list-wrapper ul li:hover .yd {
    background: #BD151D;
    color: #fff
}

.pagination {
    padding-bottom: 108px;
    padding-top: 95px
}

/*.pagination a {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    border: 1px solid #646464;*/
/*    font-size: 16px;*/
/*    line-height: 32px;*/
/*    color: #141414;*/
/*    text-align: center;*/
/*    margin: 0 5px*/
/*}*/

/*.pagination a.active, .pagination a:hover {*/
/*    background: #BD151D;*/
/*    color: #fff*/
/*}*/

.pagination .prev_page, .pagination .next_page {
    width: 90px
}

.contact_wrap {
    width: 1200px;
    margin: 32px auto 0;
    padding-bottom: 187px
}

.contact_wrap .contact_wrap_c > div {
    width: 636px
}

.contact_wrap .contact_wrap_c_left {
    background: #FFFFFF;
    padding: 29px 0 0 118px
}

.contact_wrap .title_wrap h3 {
    font-size: 26px;
    line-height: 42px
}

.contact_wrap .title_wrap .desc {
    font-size: 16px;
    line-height: 22px;
    color: #141414;
    opacity: 0.5
}

.contact_wrap .c-zb {
    font-size: 18px;
    line-height: 28px;
    color: #141414;
    margin-top: 35px;
    margin-bottom: 25px
}

.contact_wrap .zb_list .icon_box {
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333
}

.contact_wrap .zb_list .icon_box img {
    width: 24px
}

.contact_wrap .zb_list .zb_list_item {
    margin-bottom: 18px
}

.contact_wrap .zb_list .r-info {
    padding-left: 48px
}

.contact_wrap .zb_list .r-info p {
    font-size: 16px;
    line-height: 22px;
    color: #141414
}

.contact_wrap .zb_list .r-info .p1 {
    margin-bottom: 12px
}

.contact_wrap .zb_list .r-info .p-box p {
    line-height: 37px
}

.online_map #map-box {
    height: 481px
}

.contact_wrap_z {
    padding: 60px 0 50px
}

.contact_wrap_z .t1 {
    font-size: 20px;
    line-height: 28px;
    color: #141414;
    opacity: 0.5;
    margin-bottom: 13px
}

.contact_wrap_z img {
    margin: auto
}

.contact_wrap_b {
    padding: 48px 0 62px;
    /*background: #F8F8F8*/
}

.contact_wrap_b > div {
    width: 100%;
    float: left
}

.contact_wrap_b .zb_list .icon_box {
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333
}

.contact_wrap_b .zb_list .icon_box img {
    width: 24px
}

.contact_wrap_b .zb_list .zb_list_item {
    margin-bottom: 18px
}

.contact_wrap_b .zb_list .r-info {
    padding-left: 48px
}

.contact_wrap_b .zb_list .r-info p {
    font-size: 16px;
    line-height: 22px;
    color: #141414
}

.contact_wrap_b .zb_list .r-info .p1 {
    margin-bottom: 12px
}

.contact_wrap_b .zb_list .r-info .p-box p {
    line-height: 37px
}

.contact_wrap_b .contact_wrap_b_left {
    padding-left: 118px
}

.contact_wrap_b .contact_wrap_b_left .zb_list_b {
    margin-top: 89px
}

.pro_main {
    background: #F6F6F6
}

.pro_main_wrap {
    padding: 51px 144px 78px;
    background: #FFFFFF
}

.pro_main_wrap .info-box {
    padding-bottom: 90px
}

.pro_main_wrap .info-box p {
    font-size: 16px;
    line-height: 205%;
    color: #141414
}

.pro_main_wrap .co_list {
    text-align: center
}

.pro_main_wrap .co_list p {
    font-size: 20px;
    line-height: 148.5%;
    color: #141414;
    margin-top: 20px
}

.pro_main_wrap_detail {
    padding: 52px 109px 40px;
    background: #fff
}

.pro_main_wrap_detail .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #141414;
    margin-bottom: 43px
}

.pro_main_wrap_detail .desc-item {
    margin-bottom: 77px
}

.pro_main_wrap_detail .desc-item:last-child {
    margin-bottom: 0
}

.pro_main_wrap_detail .img-box {
    margin-bottom: 38px
}

.pro_main_wrap_detail .main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 205%;
    color: #141414;
    margin-bottom: 15px;
    text-indent: 2em
}

.pro_main_wrap_detail .main .img-box-more {
    flex-wrap: wrap
}

.pro_main_wrap_detail .main .img-box-more img {
    width: 49%
}

.pro-list-ul li {
    overflow: hidden
}

.pro-list-ul li .pro-info {
    background: #fff;
    margin:17px 0 17px;
    overflow-y: scroll;
    width: 50%;
    height: 300px
}
.pro-list-ul{
    background: #fff;
}
.pro-list-ul li .poster_box {
    height: 335px;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:999px) and (max-width: 1300px){
    .zx-con-text{
        font-size: 12px !important;
    }
    .join-content .inner .content .form-cell{
        font-size: 12px !important;

    }
    .w80{
        width: 80% !important;
    }
    .news-list-wrapper ul li .news_info .content .title{
        font-size: 14px !important;
    }
    .news-list-wrapper ul li .news_info .content .desc{
        font-size: 12px !important;
    }
    input{
        font-size: 12px !important;
    }
    .join-content .inner .title .left-tips{
        padding: 0px 20px !important;
        font-size: 14px !important;
    }
    .join-content .inner .content .form-cell-table .textarea_box textarea{
        font-size: 12px !important;
    }
    .join-content .inner .content .title-left{
        font-size: 16px !important;
    }
    .pro-list-ul li .pro-info{
        height: 230px
    }
    .zixun-top-wenzi{
        font-size: 14px !important;
    }
    .js-box .date{
        font-size: 12px !important;
    }
    .js-box .title{
        font-size: 24px !important;
    }
    .join-content .inner .title .desc{
        font-size: 24px !important;
    }
    .join-content .inner .title .tips{
        font-size: 12px !important;
    }
    .pro-list-ul li .poster_box{
        height: 230px;
    }
    .down-wrap .down-list li .name{
        font-size: 15px !important;
    }
    .down-wrap .down-list li .d-bottom .date{
        font-size: 13px !important;
    }
    .down-wrap .down-list li .d-bottom .download{
        font-size: 14px !important;
    }
}

.pro-list-ul li:nth-child(2n+1) .pro-info {
    float: left
}

.pro-list-ul li:nth-child(2n+1) .poster_box {
    float: right
}

.pro-list-ul li:nth-child(2n) .pro-info {
    float: right
}

.pro-list-ul li:nth-child(2n) .poster_box {
    float: left
}

.pro-list-ul li .name {
    padding-left: 144px;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #141414;
    margin-bottom: 33px
}

.pro-list-ul li .link_box a {
    font-size: 13px;
    line-height: 30px;
    color: #141414;
    padding-left: 144px;
    padding-right: 128px;
    transition: all .5s
}

.pro-list-ul li .link_box a img {
    opacity: 0
}

.pro-list-ul li .link_box a:hover {
    background: #FE0000;
    color: #fff
}

.pro-list-ul li .link_box a:hover img {
    opacity: 1
}

.pro_main-1 {
    /*padding-bottom: 124px*/
}

.pro_main_wrap_detail2 {
    background: #fff;
    padding: 29px 70px 30px
}

.pro_main_wrap_detail2 .top-col {
    overflow: hidden;
    height: 44px
}

.pro_main_wrap_detail2 .top-col .top-col-item {
    width: 116px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #141414;
    height: 88px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px
}

.pro_main_wrap_detail2 .top-col .top-col-item:nth-child(7n) {
    margin-right: 0
}

.pro_main_wrap_detail2 .open_drop {
    margin-bottom: 30px
}

.pro_main_wrap_detail2 .open_drop .open_drop_inner {
    font-size: 12px;
    margin-top: 25px;
    color: #FE0000;
    align-items: center
}

.pro_main_wrap_detail2 .open_drop img {
    width: 5px;
    height: 7.5px;
    margin-left: 6px
}

.pro_main_wrap_detail2 .open_drop.active img {
    transform: rotate(180deg)
}

.pro_main_wrap_detail2 .top-info .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #004580;
    margin-bottom: 47px
}

.pro_main_wrap_detail2 .item-info {
    width: 1000px;
    margin: auto;
    margin-bottom: 42px
}

.pro_main_wrap_detail2 .item-info img {
    display: none;
    margin: auto
}

.pro_main_wrap_detail2 .item-info .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #141414;
    margin-top: 70px;
    text-align: center
}

.pro_main_wrap_detail2 .item-info .desc {
    font-size: 16px;
    line-height: 30px;
    color: #141414;
    margin-top: 28px
}

.pro_main_wrap_detail2 .canshu {
    width: 968px;
    margin: auto
}

.pro_main_wrap_detail2 .canshu .item-title {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #004580;
    margin-bottom: 30px
}

.cpyy-list {
    flex-wrap: wrap;
    padding: 80px 107px 30px;
    background: #fff
}

.cpyy-list li {
    width: 308px;
    margin-bottom: 50px
}

.cpyy-list li .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #141414;
    margin-top: 23px;
    text-align: center;
    transition: all .5s;
    width: 100%;
}
.cpyy-list li .imgbox{
    border-radius: 10px;
    width: 100%;
}

.cpyy-list li:hover .imgbox{
    border-radius: 10px;
}
.cpyy-list li:hover img {
    transform: scale(1.1);
    border-radius: 5px;
}

.cpyy-list li:hover .title {
    color: #BD151D
}

.l-w-list {
    padding: 50px 100px;
    background: #fff
}

.l-w-list .tab_box {
    cursor: pointer;
    margin-bottom: 42px
}

.l-w-list .tab_box span {
    font-weight: 600;
    font-size: 23px;
    line-height: 42px;
    /*color: rgba(0, 69, 128, 0.5)*/
    color: #004580
}

.l-w-list .tab_box span.active, .l-w-list .tab_box span:hover {
    /*color: #004580*/
}

.l-w-list .tab_box i {
    font-size: 30px;
    line-height: 42px;
    color: rgba(0, 69, 128, 0.5);
    margin: 0 10px
}

.l-w-list .cpyy-list-list {
    /*width: 1272px;*/
    margin: auto
}

.l-w-list .cpyy-list-list li {
    border: 0.5px solid #000000;
    overflow: hidden;
    padding: 28px 50px 28px 50px;
    margin-bottom: 30px
}

.l-w-list .cpyy-list-list li a {
    overflow: hidden
}

.l-w-list .cpyy-list-list li a .poster-box {
    float: left;
    /*width: 361px;*/
    /*height: 311px*/
}

.l-w-list .cpyy-list-list li a .info {
    padding-left: 335px;
    /*padding-top: 32px*/
}

.l-w-list .cpyy-list-list li a .info .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #141414;
    margin-bottom: 36px
}

.l-w-list .cpyy-list-list li a .info .desc {
    font-size: 13px;
    line-height: 205%;
    color: #141414;
    height: 130px
}

.l-w-list .cpyy-list-list li a .info .more {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #BD151D
}

.l-w-list .cpyy-list-list li a .info .more span {
    margin-left: 24px
}

.l-w-list .cpyy-list-list li:hover .title {
    color: #BD151D !important
}

.pro-content {
    background: #fff;
    padding: 60px 225px 114px;
    overflow: hidden
}

.pro-content .im-box {
    width: 510px
}
@media only screen and (max-width: 1300px){
    .pro-content .im-box {
        width: 310px
    }
}
@media only screen and (min-width: 1300px){
    .home-section-1-wrap .flex-wrap{
        display: flex;
        align-items: center;
        justify-content: start;
        box-sizing: border-box
    }
    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li {
        padding-top: 62px;
        width: 360px;
        margin-right: 60px;
    }
    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li:nth-child(3n){
        padding-top: 62px;
        width: 360px;
        margin-right: 0px;
    }
    .home-section-2 .flex-wrap{
        display: flex;
        align-items: center;
        justify-content: start;
        box-sizing: border-box
    }
    .home-section-2 .productApplication li{
        margin-right: 60px;
    }
    .home-section-2 .productApplication li:nth-child(3n){
        margin-right: 0px;
    }

}




    .pro-content .info {
    float: left;
    margin-left: 60px;
    width: 539px;
    padding-top: 60px
}

.pro-content .info .name {
    font-weight: 600;
    font-size: 35px;
    line-height: 49px;
    color: #141414;
    margin-bottom: 45px
}

.pro-content .info .desc {
    font-size: 14px;
    line-height: 205%;
    color: #141414
}

.down-wrap {
    padding: 90px 0 38px;
    background: #fff
}

.down-wrap .down-list {
    width: 995px;
    margin: auto
}

.down-wrap .down-list li {
    padding: 0px 10px 16px 10px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2)
}

.down-wrap .down-list li:nth-child(1) {
    padding-top: 0
}
.down-wrap .down-list li .name:first-child{
    margin-top: 16px;
}
.down-wrap .down-list li .name {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #141414;
    margin-bottom: 10px
}

.down-wrap .down-list li .d-bottom .date {
    font-size: 16px;
    line-height: 22px;
    color: #646464
}

.down-wrap .down-list li .d-bottom .download {
    font-size: 18px;
    line-height: 28px;
    color: #646464
}

.down-wrap .down-list li .d-bottom .download img {
    margin-left: 12px
}

.js-box {
    padding: 89px 0 100px;
    background: #fff
}

.js-box .title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    color: #004580;
    margin-bottom: 12px
}

.js-box .date {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #646464;
    margin-bottom: 32px
}

.js-box .desc {
    max-width: 868px;
    margin: 64px auto 100px
}

.js-box .desc p {
    font-size: 16px;
    line-height: 205%;
    color: #141414
}

.js-box .bmlx {
    font-size: 16px;
    line-height: 22px;
    color: #141414
}

.js-box .bmlx span {
    font-weight: bold
}

.js-box .tips-w {
    margin-top: 21px
}

.mianbao_nav_inner {
    font-size: 14px;
    color: #141414;
    line-height: 50px;
    background-color: #f1f1f1
}

.mianbao_nav_inner .inner {
    padding: 0 50px
}

.join-content {
    background-color: #f1f1f1
}
.join-content .wrap{
    background-color: #fff
}
.join-content .inner {
    padding: 87px 0 111px;
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
}

.join-content .inner .title {
    text-align: center
}

.join-content .inner .title .desc {
    font-weight: 700;
    font-size: 32px;
    line-height: 49px;
    color: #004580
}

.join-content .inner .title .tips {
    font-size: 16px;
    color: #646464;
    line-height: 22px
}

.join-content .inner .title .left-tips {
    margin-top: 60px;
    font-size: 16px;
    color: #141414;
    text-align: left;
    padding: 0 290px
}

.join-content .inner .content {
    padding: 0 180px;
    font-size: 16px
}

.join-content .inner .content .title-left {
    color: #004580;
    font-size: 18px;
    padding: 35px 0
}

.join-content .inner .content .form-cell {
    display: flex;
    align-items: center;
    color: #141414;
    font-size: 14px
}

.join-content .inner .content .form-cell .form-cell-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 30px
}

.join-content .inner .content .form-cell .form-cell-item.block {
    width: 100%
}

.join-content .inner .content .form-cell .form-cell-item span {
    color: red
}

.join-content .inner .content .form-cell .form-cell-item .label-name {
    width: 100px;
    text-align: left;
    flex-shrink: 0
}

.join-content .inner .content .form-cell .form-cell-item .label-tip {
    margin-right: 20px
}

.join-content .inner .content .form-cell .form-cell-item .select_box {
    position: relative;
    width: 127px;
    height: 35px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    overflow: hidden
}

.join-content .inner .content .form-cell .form-cell-item .select_box select {
    position: absolute;
    width: 100%;
    height: inherit;
    padding: 0 10px
}

.join-content .inner .content .form-cell .form-cell-item .select_box img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.join-content .inner .content .form-cell .form-cell-item .select_box.large {
    width: 127px
}

.join-content .inner .content .form-cell .form-cell-item .input_box {
    width: 126px;
    height: 35px;
    display: flex;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px
}

.join-content .inner .content .form-cell .form-cell-item .input_box.bigLarge {
    width: 340px
}

.join-content .inner .content .form-cell .form-cell-item .input_box.large {
    width: 340px
}

.join-content .inner .content .form-cell .form-cell-item .input_box.small {
    width: 340px
}

.join-content .inner .content .form-cell .form-cell-item .input_box input {
    width: 100%
}

.join-content .inner .content .form-cell .form-cell-item .textarea_box {
    width: 100%;
    height: 345px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 5px
}

.join-content .inner .content .form-cell .form-cell-item .textarea_box textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-size: 16px;
    resize: none
}

.join-content .inner .content .form-cell-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0 80px
}

.join-content .inner .content .form-cell-code .label-name {
    width: 100px
}

.join-content .inner .content .form-cell-code .label-name span {
    color: red
}

.join-content .inner .content .form-cell-code .input_box {
    width: 200px;
    border-bottom: 1px solid #bbb;
    margin-right: 20px
}

.join-content .inner .content .form-cell-code .input_box input {
    width: 100%;
    font-size: 16px;
    height: 67px
}

.join-content .inner .content .form-cell-code #canvas {
    border: 1px solid #f1f1f1
}

.join-content .inner .content .form-cell-btn {
    display: flex;
    align-items: center;
    justify-content: center
}
.mianbao_nav .wrap{
    white-space: nowrap;
    overflow: hidden;
}
.join-content .inner .content .form-cell-btn button {
    width: 127px;
    height: 51px;
    background: #0760A5;
    color: #fff;
    font-size: 16px;
    margin: 0 16px;
    cursor: pointer
}

.join-content .inner .content .form-cell-btn button.large {
    width: 265px;
    height: 63px
}

.join-content .inner .content .form-cell-table {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}
.join-content .inner .content .hht {
    display: none;
    align-items: center;
    margin-bottom: 20px
}
.join-content .inner .content .form-cell-table.li {
    margin-bottom: 30px
}

.join-content .inner .content .form-cell-table .form-cell-item {
    display: flex;
    align-items: center
}

.join-content .inner .content .form-cell-table .form-cell-item span {
    padding: 0 10px;
    display: inline-block
}

.join-content .inner .content .form-cell-table .form-cell-item label input {
    width: 14px;
    height: 12px;
    border: 1px solid #bbb;
    border-radius: 100%;
}

.join-content .inner .content .form-cell-table .form-cell-item label input:checked {
    background-color: #0760A5;
    border-color: #0760A5
}

.join-content .inner .content .form-cell-table .form-cell-item .input_box {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 35px;
    border: 1px solid #BBBBBB
}

.join-content .inner .content .form-cell-table .form-cell-item .input_box.large {
    width: 300px;
    margin-right: 30px
}

.join-content .inner .content .form-cell-table .form-cell-item .input_box input {
    width: 100%
}

.join-content .inner .content .form-cell-table .form-cell-item .select_box {
    border: 1px solid #bbb;
    height: 35px;
    display: flex;
    align-items: center;
    width: 260px;
    justify-content: space-between;
    position: relative;
    margin-left: 15px
}

.join-content .inner .content .form-cell-table .form-cell-item .select_box.large {
    width: 400px
}

.join-content .inner .content .form-cell-table .form-cell-item .select_box select {
    width: 100%;
    position: absolute;
    padding-left: 10px
}

.join-content .inner .content .form-cell-table .form-cell-item .select_box img {
    position: absolute;
    right: 10px
}

.join-content .inner .content .form-cell-table table {
    width: 100%;
    text-align: center
}

.join-content .inner .content .form-cell-table table tr td {
    border: 1px solid #bbb;
    padding: 10px;
    width: 110px
}

.join-content .inner .content .form-cell-table .form-cell-left {
    width: 250px
}

.join-content .inner .content .form-cell-table .form-cell-right {
    display: flex
}

.join-content .inner .content .form-cell-table .form-cell-right .select_box {
    margin-left: 0
}

.join-content .inner .content .form-cell-table .form-cell-right .input_box {
    margin-right: 20px
}

.join-content .inner .content .form-cell-table .form-cell-right .form-cell-text {
    margin-left: -20px;
    font-size: 20px
}

.join-content .inner .content .form-cell-table .textarea_box {
    width: 100%;
    height: 166px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #bbb
}

.join-content .inner .content .form-cell-table .textarea_box textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-size: 16px;
    resize: none
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .join-content .inner .title .left-tips{
        padding: 0 20px;
    }
    .wrap {
        width: 1200px
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li, .home-section-2 .productApplication li {
        width: 31%
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .imgbox, .home-section-2 .productApplication li .imgbox {
        width: 100%
    }

    .header .inner .nav-box-inner .nav-box .item {
        margin-right: 21px;
        padding-top: 35px
    }

    .header .inner .nav-box-inner .nav-box .item > a .nav_link {
        font-size: 16px;
        line-height: 22px
    }

    .header .inner .header-top .brand img {
        width: 300px;

    }

    .header .inner .header-r .header-r-top {
        padding-bottom: 8px
    }

    .home-box {
        padding-top: 70px
    }

    .home-section-2 .productApplication li .line {
        width: 290px
    }

    .list_w {
        padding-top: 79px
    }

    .brand_img {
        width: 1100px
    }

    .contact_wrap .contact_wrap_c > div {
        width: 600px;
        height: 480px
    }

    .contact_wrap {
        width: 1200px
    }

    .contact_wrap .contact_wrap_c_left {
        padding: 22px 0 0 48px
    }

    .contact_wrap_b > div {
        width: 50%
    }

    .contact_wrap_b .contact_wrap_b_left {
        padding-left: 88px
    }

    .cpyy-list {
        padding: 80px 24px 30px
    }

    .cpyy-list li {
        width: 32%
    }

    .l-w-list {
        padding: 50px 30px
    }

    .l-w-list .cpyy-list-list li a .poster-box {
        width: 300px;
        height: 258px
    }

    .l-w-list .cpyy-list-list li a .info {
        padding-left: 327px;
        padding-top: 15px
    }

    .l-w-list .cpyy-list-list li {
        padding: 36px 20px 36px 20px;
        margin-bottom: 20px
    }

    .l-w-list .cpyy-list-list {
        width: 1100px
    }

    .l-w-list .cpyy-list-list li a .info .title {
        margin-bottom: 18px
    }

    .list-banner .list-banner-info {
        /*left: 96px*/
    }

    .list-banner .list-banner-info .title {
        font-size: 50px
    }

    .list-banner .list-banner-info .eng {
        font-size: 30px
    }

    .pro-content {
        padding: 60px 25px
    }

    .pro-content .info {
        width: 576px
    }

    .pro_main_wrap_detail2 {
        padding-left: 50px;
        padding-right: 50px
    }

    .pro_main_wrap_detail2 .top-col .top-col-item {
        font-size: 15px;
        margin-right: 9px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .news-list-wrapper {
        width: 1200px
    }

    .news-list-wrapper ul li .poster-img {
        width: 340px
    }

    .pro_main_wrap_detail {
        padding: 52px 50px 40px
    }

    .join-content .inner .content {
        padding: 0 20px
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .wrap {
        width: 1000px
    }

    .header .inner .header-top .brand img {
        width: 350px
    }

    .list_w {
        padding-top: 60px
    }

    .list-banner .list-banner-info {
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%)
    }

    .w_1048, .news-list-wrapper, .contact_wrap {
        width: 1000px
    }

    .list_wrap {
        padding: 23px 0 123px
    }

    footer p {
        font-size: 12px
    }

    .contact_wrap .contact_wrap_c > div, .contact_wrap_b > div {
        width: 50%
    }

    .contact_wrap .zb_list .r-info p {
        font-size: 14px
    }

    .contact_wrap .contact_wrap_c_left {
        padding: 29px 0 0 48px
    }

    .contact_wrap .zb_list .r-info {
        padding-left: 34px
    }

    .contact_wrap_b .contact_wrap_b_left {
        padding-left: 30px
    }

    .contact_wrap {
        padding-bottom: 100px
    }

    .col-tab .col-tab-item > a {
        width: 130px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }

    .mianbao_nav {
        padding-left: 22px
    }

    .mianbao_nav a, .mianbao_nav span {
        font-size: 13px
    }

    .col-tab .child_col .open, .col-tab .child_col .close div {
        height: 40px
    }

    .col-tab .child_col .link_box {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-tab .child_col .link_box a {
        font-size: 12px
    }

    .cpyy-list {
        padding: 30px 20px
    }

    .cpyy-list li {
        width: 32%;
        margin-bottom: 15px
    }

    .pro_main-1 {
        padding-bottom: 35px
    }

    .l-w-list {
        padding: 20px 15px
    }

    .l-w-list .cpyy-list-list li {
        padding: 20px 15px;
        margin-bottom: 30px
    }

    .l-w-list .cpyy-list-list {
        width: 100%
    }

    .l-w-list .cpyy-list-list li a .info {
        padding-left: 383px
    }

    .l-w-list .cpyy-list-list li a .info .more span {
        margin-left: 5px
    }

    .pro-content {
        background: #fff;
        padding: 30px 0px 30px 50px;
        overflow: hidden
    }

    .pro-content .info {
        margin-left: 30px;
        width: 560px;
        padding-top: 0
    }

    .pro-content .info .name {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .pro-content .info .desc {
        font-size: 13px
    }

    .pro_main_wrap_detail2 {
        background: #fff;
        padding: 30px 15px
    }

    .pro_main_wrap_detail2 .top-col .top-col-item {
        width: 102px;
        font-size: 13px;
        margin-right: 36px;
        margin-bottom: 15px
    }

    .home-box {
        padding-top: 60px
    }

    #home-banner .home-banner-slide {
        height: 730px
    }

    .home-box .home-banner .swiper-tab .swiper-tab-item {
        width: 160px;
        height: 62px;
        font-size: 16px
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li {
        width: 30%
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .imgbox {
        width: 100%;

        height: 35vh;
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .title {
        font-size: 16px;
        line-height: 26px;

    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .desc {
        font-size: 14px;
        line-height: 181%
    }

    .home-section-2 .productApplication li {
        width: 32%;
        margin-bottom: 30px
    }

    .home-section-2 {
        padding: 50px 0 0
    }

    .home-section-2 .productApplication li .imgbox {
        width: 94%;
        /*margin-bottom: 30px*/
    }

    .home-section-2 .productApplication li .line {
        width: 236.05px
    }

    .home-section-2 .productApplication li .detail {
        width: 35px;
        height: 35px;
        background-size: 40% 40%
    }

    .home-section-2 .productApplication li .detail:hover {
        background-size: 40% 40%
    }

    .pro_main_wrap_detail {
        padding: 30px 25px 40px
    }

    .pro-list-ul li .name {
        padding-left: 60px;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 23px
    }

    .pro-list-ul li .link_box a {
        font-size: 16px;
        padding-left: 60px;
        padding-right: 10px
    }

    .pro_main_wrap {
        padding: 30px 30px;
        background: #FFFFFF
    }

    .join-content .inner .content {
        padding: 0 20px
    }

    .mianbao_nav_inner .inner {
        padding: 0 20px
    }
}

@media (max-width: 1199px) {
    .header .inner .nav-box-inner {
        display: none
    }

    .mianbao_nav_inner {
        font-size: 14px
    }

    .header .inner .header-top .brand {
        float: none
    }

    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .nav-box {
        background: #fff;
        justify-content: center;
        padding-top: 30px
    }

    .header .inner .nav-box-inner {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .header .inner .nav-box-inner .nav-box .item {
        padding-top: 0
    }

    .header .inner .header-r {
        display: block;
        position: absolute;
        right: 80px;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0
    }

    .header .inner .header-r .header-r-top {
        padding-bottom: 0px
    }
}

@media (max-width: 999px) {
    .search_box {
        display: none
    }

    .header .inner .header-top .brand img.logo {
        width: 300px
    }

    .header .inner .header-top .brand {
        padding: 0
    }

    .list-banner .list-banner-info {
        transform: translate(-50%, -50%);
        text-align: center;
        left: 50%
    }

    .list-banner .list-banner-info .eng {
        font-size: .4rem
    }

    .list-banner .list-banner-info .title {
        font-size: .6rem
    }

    .header .inner .header-r {
        display: none
    }

    .list-banner {
        height: 2.55rem
    }

    .list_w {
        padding-top: 60px
    }

    .mianbao_nav_inner .inner {
        padding: 0 15px
    }

    .mianbao_nav_inner {
        font-size: 12px
    }

    .join-content .inner {
        padding: 30px 15px
    }

    .join-content .inner .title .left-tips {
        margin-top: 20px;
        font-size: 12px;
        padding: 0
    }

    .join-content .inner .title .desc {
        font-size: .35rem;
        line-height: .49rem
    }

    .join-content .inner .content {
        padding: 0;
        font-size: 14px
    }

    .join-content .inner .content .form-cell-table .form-cell-item .input_box.large {
        width: 100px;
        margin-right: 10px
    }

    .join-content .inner .content .form-cell-table .form-cell-item label input {
        width: 9px;
        height: 9px;
        margin-right: 0px
    }

    .join-content .inner .content .form-cell-table .form-cell-item span {
        padding: 0 5px
    }

    .join-content .inner .content .form-cell-table .form-cell-item .select_box {
        width: 94px;
        margin-left: 6px
    }

    .join-content .inner .content .form-cell-table .form-cell-right .input_box {
        margin-right: 3px
    }

    .join-content .inner .content .form-cell-table .form-cell-item .select_box.large {
        width: 250px
    }

    .join-content .inner .content .form-cell-table .form-cell-item .select_box select {
        padding-left: 0;
        font-size: 13px
    }

    .join-content .inner .content .form-cell-table table tr td {
        padding: 6px 3px;
        width: 110px
    }

    .join-content .inner .content .title-left {
        font-size: 18px;
        padding: 15px 0
    }

    .join-content .inner .content .form-cell-code {
        padding: 20px 0
    }

    .join-content .inner .content .form-cell-btn button.large {
        width: 180px;
        height: 45px
    }

    .right_fixed div {
        width: 49px
    }

    footer .select_box {
        display: none
    }

    footer {
        padding: 12px 0
    }

    footer p {
        font-size: 13px;
        line-height: 182.4%;
        padding-left: 12px;
        padding-right: 12px
    }

    .nav-box {
        padding-top: 0px
    }

    .header .inner .nav-box-inner .nav-box .item {
        margin-right: 0
    }

    .nav-box {
        display: block
    }

    .header .inner .nav-box-inner .nav-box .item:nth-child(7) {
        padding-right: 0
    }

    .header .inner .nav-box-inner .nav-box .item > a .nav_link .line {
        display: none !important
    }

    .nav-box {
        padding: 0 20px;
        width: 100%
    }

    .header .inner .nav-box-inner .nav-box .item > a {
        justify-content: space-between
    }

    .header .inner .nav-box-inner .nav-box .item > a .nav_link {
        font-size: 16px;
        line-height: 20px;
        width: auto
    }

    .header .inner .nav-box-inner .nav-box .item .drop_wrapper {
        position: static;
        padding-top: 15px
    }

    .header .inner .nav-box-inner .nav-box .item .drop_wrapper .drop_inner {
        width: 100%;
        text-align: left;
        padding: 15px
    }

    .col-tab .col-tab-item > a {
        width: 90px;
        height: 44px;
        font-size: 14px;
        line-height: 44px
    }

    .mianbao_nav {
        padding-left: 12px
    }

    .mianbao_nav a, .mianbao_nav span {
        font-size: 12px
    }

    .w_1048 {
        width: 100%;
        padding: 30px 15px
    }

    .list_wrap .p-box {
        padding-top: 16px
    }

    .list_wrap .p-box p {
        font-size: 15px;
        line-height: 182%;
        margin-bottom: 10px
    }

    .news-list-wrapper {
        width: 100%;
        padding: 20px 15px
    }

    .contact_wrap .contact_wrap_c > div {
        width: 50%
    }

    .contact_wrap_c {
        display: block
    }

    .contact_wrap .contact_wrap_c > div {
        width: 100%;
        padding: 20px 0px
    }

    .contact_wrap {
        width: 100%;
        margin: 20px auto 0;
        padding-bottom: 27px
    }

    .online_map #map-box {
        height: 350px
    }

    .map-tips {
        width: 400px;
        padding: 15px;
        font-size: 16px
    }

    .map-tips .name {
        font-size: 14px
    }

    .contact_wrap_z {
        padding: 0px 0 20px
    }

    .contact_wrap_z .t1 {
        font-size: 15px;
        line-height: 22px
    }

    .contact_wrap_z img {
        width: 60%
    }

    .contact_wrap_b {
        padding: 20px 0
    }

    .contact_wrap_b > div {
        float: none;
        width: 100%
    }

    .contact_wrap_b .contact_wrap_b_left {
        padding-left: 0px
    }

    .contact_wrap_b .zb_list .r-info {
        padding-left: 32px
    }

    .contact_wrap_b_right {
        padding-left: 0px
    }

    .contact_wrap_b .contact_wrap_b_left .zb_list_b {
        margin-top: 20px
    }

    .contact_wrap_b .zb_list .r-info p {
        font-size: 14px;
        line-height: 22px
    }

    .cpyy-list {
        padding: 30px 15px
    }

    .cpyy-list li {
        width: 49%;
        margin-bottom: 15px
    }

    .cpyy-list li .title {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px
    }

    .pro_main-1 {
        padding-bottom: 30px
    }

    .col-tab .col-tab-item > a {
        width: 70px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }

    .col-tab .child_col .open, .col-tab .child_col .close div {
        height: 34px
    }

    .col-tab .child_col .link_box {
        padding: 0 10px
    }

    .col-tab .child_col .link_box a {
        font-size: 12px
    }

    .l-w-list {
        padding: 20px 15px
    }

    .l-w-list .tab_box span {
        font-size: 18px;
        line-height: 28px
    }

    .l-w-list .tab_box {
        margin-bottom: 30px
    }

    .l-w-list .cpyy-list-list {
        width: 100%
    }

    .l-w-list .cpyy-list-list li {
        padding: 15px;
        margin-bottom: 15px
    }

    .l-w-list .cpyy-list-list li a .poster-box {
        float: none;
        width: 100%;
        height: 3.11rem
    }
    .imgbox img {
        height: 100%;
    }
    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .imgbox{
        margin-bottom: 15%;
    }
    .l-w-list .cpyy-list-list li a .poster-box img {
        width: 100%;
        height: 100%
    }

    .l-w-list .cpyy-list-list li a .info {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }

    .l-w-list .cpyy-list-list li a .info .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .l-w-list .cpyy-list-list li a .info .desc {
        font-size: 14px;
        line-height: 178%;
        height: auto
    }

    .l-w-list .cpyy-list-list li a .info .more {
        justify-content: center;
        padding-top: 20px
    }

    .l-w-list .cpyy-list-list li a .info .more span {
        margin-left: 10px
    }

    .pagination {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .pro-content {
        padding: 20px 15px
    }

    .pro-content .im-box {
        width: 100%;
        float: none
    }

    .pro-content .info {
        width: 100%;
        float: none;
        margin-left: 0px;
        padding-top: 20px
    }

    .pro-content .info .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .pro-content .info .desc {
        font-size: 14px;
        line-height: 181%
    }

    .down-wrap {
        padding: 20px 15px
    }

    .down-wrap .down-list {
        width: 100%
    }

    .down-wrap .down-list li .d-bottom .download {
        font-size: 14px;
        line-height: 20px
    }

    .down-wrap .down-list li .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .down-wrap .down-list li .d-bottom .date {
        font-size: 14px
    }

    .pro_main_wrap_detail2 {
        padding: 20px 15px
    }

    .pro_main_wrap_detail2 .top-col .top-col-item {
        width: 92px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 25px !important;
        margin-bottom: 15px
    }

    .pro_main_wrap_detail2 .top-info .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .pro_main_wrap_detail2 .item-info {
        width: 100%;
        margin-bottom: 20px
    }

    .pro_main_wrap_detail2 .item-info .name {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px
    }

    .pro_main_wrap_detail2 .item-info .desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 17px
    }

    .pro_main_wrap_detail2 .canshu {
        width: 100%
    }

    .home-box {
        padding-top: 60px
    }

    #home-banner .home-banner-slide {
        height: 5.3rem
    }

    .home-box .home-banner .swiper-tab {
        width: 100%
    }

    .home-box .home-banner .swiper-tab .swiper-tab-item {
        width: 25%;
        font-size: 15px;
        height: 40px
    }

    #home-banner .home-banner-slide .banner-logo-list a {
        width: 49%;
        height: 100px
    }

    #home-banner .home-banner-slide .banner-logo-list {
        width: 90%
    }

    #home-banner .home-banner-slide .home-banner-tips {
        left: 3%;
        top: 40%;
        bottom: auto;
        width: 94%;
        padding: 15px
    }

    #home-banner .home-banner-slide .home-banner-tips .title {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 22px
    }

    #home-banner .home-banner-slide .home-banner-tips .desc {
        font-size: 14px
    }

    .home-section-1 {
        padding: 30px 15px
    }

    .title_wrap h3 {
        font-size: .35rem;
        line-height: .49rem
    }

    .title_wrap .desc {
        font-size: 14px
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap {
        margin-top: 20px
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li {
        width: 49%;
        margin-bottom: 15px;
        padding-top: 0
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .imgbox {
        width: 100%;
        height: 100%;

        text-align: center;
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .title {
        font-size: 15px;
        line-height: 1.5
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .desc {
        font-size: 14px;
        line-height: 180%;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        overflow: hidden
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn .detail-btn-btn {
        font-size: 12px;
        line-height: 20px
    }

    .home-section-1 .home-section-1-wrap .pro_list_wrap ul li .detail-btn {
        margin-top: 15px
    }

    .home-section-1 .home-section-1-wrap {
        padding-bottom: 0
    }

    .home-section-1 .home-section-1-wrap {
        background: #fff
    }

    .home-section-2 {
        padding: 10px 15px 0
    }

    .home-section-2 .productApplication {
        margin-top: 20px
    }

    .home-section-2 .productApplication li {
        margin-bottom: 15px;
        width: 49%
    }

    .home-section-2 .productApplication li .imgbox {
        width: 100%;
        height: 2rem;
        margin-bottom: 15px
    }

    .home-section-2 .productApplication li .title {
        font-size: 16px
    }

    .home-section-2 .productApplication li .line {
        width: 140px
    }

    .home-section-2 .productApplication li .detail {
        width: 25px;
        height: 25px;
        background-size: 60% 60%
    }

    .home-section-2 .productApplication li .detail:hover {
        background-size: 60% 60%
    }

    .js-box {
        padding: 20px 15px
    }

    .js-box .title {
        font-size: .35rem;
        line-height: .49rem
    }

    .js-box .desc {
        max-width: 868px;
        margin: 14px auto
    }

    .js-box .desc p {
        font-size: 15px;
        line-height: 183%
    }

    .news-list-wrapper ul li a {
        display: block
    }

    .news-list-wrapper ul li .poster-img {
        width: 100%
    }

    .news-list-wrapper ul li .news_info {
        display: block;
        padding-top: 20px;
        padding-left: 0
    }

    .news-list-wrapper ul li .news_info .day {
        font-size: .6rem
    }

    .news-list-wrapper ul li .news_info .yd {
        margin: auto
    }

    .news-list-wrapper ul li .news_info .line {
        display: none
    }

    .news-list-wrapper ul li .news_info .content .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .news-list-wrapper ul li {
        margin-bottom: 15px
    }

    .article_wrap {
        padding: 20px 15px;
        width: 100%
    }

    .article_wrap .article-title {
        font-size: .35rem;
        line-height: .49rem
    }

    .article_wrap .author span {
        font-size: 15px
    }

    .article_wrap .article_main .p {
        margin-top: 24px;
        font-size: 14px;
        line-height: 188%
    }

    .article_wrap .article_main .ot-article a {
        width: 120px;
        height: 40px;
        font-size: 15px
    }

    .article_wrap .article_main .ot-article {
        margin-top: 20px
    }

    .pro_main_wrap_detail {
        padding: 30px 15px
    }

    .pro_main_wrap_detail .title {
        font-size: .3rem;
        line-height: .42rem;
        margin-bottom: 15px
    }

    .pro_main_wrap_detail .img-box {
        margin-bottom: 15px
    }

    .pro_main_wrap_detail .main p {
        font-size: 14px;
        line-height: 180%;
        margin-bottom: 14px
    }

    .pro_main_wrap_detail .desc-item {
        margin-bottom: 20px
    }

    .pro-list-ul li .pro-info {
        padding: 15px;
        height: 2.35rem
    }

    .pro-list-ul li .poster_box {
        height: 2.35rem
    }

    .pro-list-ul li .name {
        padding-left: 0px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .pro-list-ul li .link_box a {
        font-size: 14px;
        line-height: 20px;
        padding-left: 0px;
        padding-right: 10px
    }

    .pro-list-ul li {
        padding-bottom: 10px
    }

    .pro_main_wrap {
        padding: 30px 15px
    }

    .pro_main_wrap .info-box {
        padding-bottom: 20px
    }

    .pro_main_wrap .info-box p {
        font-size: 14px
    }

    .pro_main_wrap .co_list a {
        width: 20%
    }

    .pro_main_wrap .co_list a img {
        width: 50px
    }

    .pro_main_wrap .co_list p {
        font-size: 13px;
        margin-top: 10px
    }

    .join-content .inner .content .form-cell {
        display: block
    }

    .join-content .inner .content .form-cell .form-cell-item {
        margin-right: 0px
    }

    .join-content .inner .content .form-cell .form-cell-item .textarea_box {
        height: 200px
    }

    #form-cell .form-cell-item {
        width: 100%
    }

    #form-cell .label-name {
        margin-bottom: 15px
    }

    .join-content .inner .content .form-cell .form-cell-item .label-name {
        width: 80px;
        font-size: 14px
    }

    .join-content .inner .content .form-cell .form-cell-item {
        margin-bottom: 15px
    }

    .join-content .inner .content .form-cell .form-cell-item .select_box, .join-content .inner .content .form-cell .form-cell-item .input_box {
        flex: 1
    }

    #form-cell .form-cell-item .select_box {
        width: 89%
    }

    #form-cell .form-cell-item {
        display: block
    }

    #form-cell .form-cell-item .flex {
        width: 100%
    }

    .search-box, .search-inner {
        display: block;
        position: static
    }

    .search-inner .search-box-line {
        position: static;
        box-shadow: none;
        border: 1px solid #BBBBBB
    }

    .nav-box {
        padding-bottom: 20px
    }

    .m-lan, .m-login {
        padding-top: 15px;
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.8)
    }

    .m-lan span, .m-login span {
        margin: 0 10px
    }

    .m-lan {
        margin-right: 15px
    }
}

.label-tip {
    margin-left: 10px
}
/*.pro-info::-webkit-scrollbar {!*滚动条整体样式*!*/
/*    width: 20px;     !*高宽分别对应横竖滚动条的尺寸*!*/
/*    height: 1px;*/
/*}*/
/*.pro-info::-webkit-scrollbar-thumb {!*滚动条里面小方块*!*/
/*    -webkit-box-shadow: inset 0 0 100px #FFFFFF;*/
/*    background: #FFFFFF;*/
/*}*/
/*.pro-info::-webkit-scrollbar-track {!*滚动条里面轨道*!*/
/*    -webkit-box-shadow: inset 0 0 10px #F1F1F1;*/
/*    background: #EDEDED;*/
/*}*/
@media (max-width: 768px){
    .pro_main_wrap_detail2 .top-col .top-col-item{
        margin-right: 20px !important;
    }
    .col-tab .col-tab-item > a{
        font-size: 13px;
    }
.col-tab{
    overflow: scroll;
}
}
@media only screen and (max-width:768px){
    .join-content .inner{
        width: 95%;
    }
    .header .inner .nav-box-inner .nav-box .item:nth-child(7) {
        padding-right: 15px !important;
    }
}

@media only screen and (min-width:768px){

    .cpyy-list{
        justify-content: start;
    }
    .cpyy-list li{
        margin-right: 25px;
    }
    .cpyy-list li:nth-child(3n){
        margin-right: 0px;
    }
}