@import url(font_883643_b9sxwkr2jlc.css);

.dpflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.none {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    /* font-family: 'NotoSansHans-Light' */
}

.color-zs {
    color: #2575d5
}

#app {
    visibility: visible;
    overflow: hidden
}

body {
    -webkit-transition: all .3s;
    transition: all .3s
}

h2.pub_h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2
}

h2.pub_h2 i,
h2.pub_h2 img {
    font-size: 28px;
    color: #333;
    vertical-align: -2px;
    margin-right: 12px
}

h3.pub_h3 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 50px
}

h4.pub_h4 {
    margin-bottom: 80px;
    font-size: 18px;
    text-align: center
}

.pub-more {
    display: block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    border: solid 2px #e60012;
    color: #2575d5;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pub-more i.arr_next {
    margin-left: 10px;
    width: 28px;
    height: 6px;
    vertical-align: 4px;
    display: inline-block;
    background: url(../images/next_red_icon.png) right top no-repeat;
    background-size: 100% auto
}

.pub-more:hover {
    background: #2575d5;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pub-more:hover i.arr_next {
    background: url(../images/next_white_icon.png) right top no-repeat;
    background-size: 100% auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pub-more2 {
    width: 114px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #ed2e1f;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    text-align: center
}

.pub_pd {
    padding: 80px 0
}

.pub_pd2 {
    padding: 80px 0 20px 0;
}

.pub_pd3 {
    padding: 0 0 20px 0;
}

.pub-bg {
    background: #f5f5f5
}

.pub-bg2 {
    background: #fff
}

.pub_width {
    max-width:1100px;
}

h4 {
    font-size: 16px
}

.pub_width {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .ban_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.banner .ban_bg.animation {
    -webkit-animation: fadeInscale 2s;
    animation: fadeInscale 2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner .swiper-slide {
    zoom: 1;
    vertical-align: middle;
    height: 780px;
    overflow: hidden;
}

@-webkit-keyframes fadeInscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.fadeInscale {
    -webkit-animation-name: fadeInscale;
    animation-name: fadeInscale;
    transform-origin: 50% 50%;
}

.banner .banner-pagination {
    bottom: 46px;
    left: 0;
    width: 100%;
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #666;
    opacity: 0.3;
    margin: 0 5px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active:after {
    content: '';
    background-color: #2575d5;

}

.banner .ban1 .banner_img {
    position: absolute;
    right: -430px;
    top: 100px;
    width: 1300px
}

.banner .ban1 .box {
    position: relative;
    z-index: 2;
    flex: 1;
}

.banner .ban1 .box .title1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 60px;
}

.banner .item {
    opacity: 0;
}

.banner .item.animated {
    opacity: 1;
}

.banner .ban1 .box .title2 {
    font-family: 'panton_bold';
    font-size: 72px;
    color: #2262af
}

.banner .ban1 .box .more {
    margin-top: 100px;
    width: 163px;
    height: 46px;
    line-height: 46px;
    display: block;
    border: solid 1px #2262af;
    position: relative;
    color: #fff;
    text-align: center;
}

.banner .ban1 .box .more span {
    font-size: 16px;
}

.banner .ban1 .box .more:hover {
    border-color: #2262af;
}

.banner .ban1 .box .title3_1 {
    font-size: 19px;
    color: #ffffff;
    margin: 70px 0 30px;
}

.banner .ban1 .box .title3_2 {
    font-size: 30px;
    color: #fffefe;
    border-bottom: 4px solid #206cc7;
    line-height: 20px;
    display: inline-block;
}

.banner .ban1 .box .more span {
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner .ban1 .box .more {
    position: relative;
}

.banner .ban2 .container {
    justify-content: center;
    text-align: center;
}

.banner .ban2 .link_solid {
    background: rgba(255, 255, 255, .2);
}

.banner .ban2 .box .title2_1 {
    font-size: 40px;
    color: #2276dc;
    padding-bottom: 65px;
}

.banner .ban2 .box .more {
    margin: 60px auto 0;
    border-color: #ffffff;
}

.banner .ban2 .box .more:after {
    display: none;
}

.banner .ban1 .box .more:before {
    content: '';
    position: absolute;
    left: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #206cc7;
}

.banner .ban1 .box .more:hover:before {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

.banner .ban1 .box .more:hover:after {
    background: #fff;
}

.banner .ban3 .box .link_solid {
    width: 20px;
    height: 2px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0 0 30px;
}

.banner .ban3 .box .title3_p {
    font-size: 24px;
    line-height: 44px;
    color: #ffffff;
}

.banner .ban3 .box .title3_p b {
    font-weight: normal;
}

.banner .ban1 .banner1_img {
    float: right;
    width: 742px;
    height: 582px;
    position: relative;
    margin: -20px 110px 0 0;
}

.banner .number {
    position: absolute;
    bottom: 65px;
    left: 85px;
    font-weight: bold;
    font-family: Arial;
    font-size: 48px;
    color: #2262af;
    opacity: .22
}

.banner .ban2 .number {
    color: #fff;
    opacity: .05
}

.banner .click_bot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner .idx_ban1 .box .title1 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.banner .idx_ban1 .box .title3_1 {
    margin: 0px 0 80px;
}

.banner .idx_ban2 .ban_bg {
    background: #f6f3f3;
}

.banner .idx_ban2 .ban_bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82px;
    background-color: #000000;
    opacity: 0.7;
}

.banner .idx_ban2 .box {
    padding-top: 50px;
}

.banner .idx_ban2 .box .title1 {
    color: #333333;
    margin-bottom: 50px;
}

.banner .idx_ban2 .box .title3_1 {
    color: #666666;
    margin-top: 60px;
    line-height: 32px;
}

.banner .idx_ban2 .box .more {
    margin-top: 80px;
    border: solid 1px #666;
}

.banner .idx_ban2 .box .more span {
    color: #666;
}

.banner .idx_ban2 .box .more:hover span {
    color: #fff;
}

.banner .idx_ban2 .banner2_img_box {
    flex: 1;
}

.banner .idx_ban2 .banner2_img {
    position: absolute;
    bottom: -228px;
    right: -230px;
}

.banner .idx_ban2 .banner2_img2 {
    position: absolute;
    bottom: -690px;
    left: -390px;
}

.banner .idx_ban3 .ban_bg {
    background: url(../images/idx3_ban.jpg);
    background-size: cover;
}

.banner .idx_ban3 .ban_bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/idx_ban3_bot.png) repeat-x;
}

.banner .idx_ban3 .box {
    text-align: left;
}

.banner .idx_ban3 .box .title1 {
    font-size: 50px;
}

.banner .idx_ban3 .box .title2_2 {
    font-size: 36px;
    color: #333333;
    margin: 46px 0 40px;
}

.banner .idx_ban3 .box .link_solid {
    margin: 40px 0 60px;
    background-color: #c4c4c4;
}

.banner .idx_ban3 .box .more {
    margin: 0;
}

.banner .idx_ban3 .banner3_right {
    float: right;
    margin-top: 162px;
    position: relative;
}

.banner .idx_ban3 .banner3_right_img {
    position: relative;
    z-index: 2;
}

.banner .idx_ban3 .idx_ban2_img1 {
    float: left;
    margin-top: 110px;
}

.banner .idx_ban3 .idx_ban2_img2 {
    float: left;
}

.banner .idx_ban3 .banner3_date {
    position: absolute;
    width: 700px;
    top: 80px;
    left: 235px;
    border-bottom: 2px solid #dddddd;
}

.banner .idx_ban3 .banner3_date .slide {
    float: left;
    position: relative;
}

.banner .idx_ban3 .banner3_date .slide:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #2575d5;
}

.banner .idx_ban3 .banner3_date .slide h3 {
    font-size: 36px;
    font-family: 'deckerregular';
    color: #999999;
    margin-top: 30px;
}

.banner .idx_ban3 .banner3_date .slide p {
    color: #999999;
    margin: 18px 0;
}

.banner .idx_ban3 .banner3_date .slide.active {
    float: right;
}

.banner .idx_ban3 .banner3_date .slide.active h3 {
    line-height: 54px;
    color: #333333;
    margin-top: 0;
    font-size: 72px;
}

.banner .idx_ban3 .banner3_date .slide.active p {
    font-size: 16px;
}

.pub_head {
    margin-bottom: 40px
}

.pub_head.right_nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    /* *zoom: 1 */
}

.pub_head.right_nav:before,
.pub_head.right_nav:after {
    display: table;
    line-height: 0;
    content: ""
}

.pub_head.right_nav:after {
    clear: both
}

.pub_head.right_nav .title {
    float: left
}

.pub_head .title span.cen_en {
    margin-right: 8px;
    font-size: 28px
}

.pub_head .title span.cen_zh {
    font-size: 18px;
    color: #333
}

.pub_head .title_nav ul {
    float: right
}

.pub_head .title_nav ul li {
    padding: 0 10px;
    float: left;
    position: relative;
    margin-left: 60px
}

.pub_head .title_nav ul li a {
    font-size: 18px
}

.pub_head .title_nav ul li.active:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #006ea6
}

.pub_head .title_nav ul li.active a {
    color: #2575d5
}

.pub_title_link {
    width: 60px;
    height: 2px;
    background-color: #e60012;
    margin: 23px auto 32px
}

.text-center {
    text-align: center
}

.link_solid {
    width: 20px;
    height: 1px;
    background-color: #2db1c2;
    margin: 0 auto 30px
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* *zoom: 1 */
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: ""
}

.container:after {
    clear: both
}

.swiper-button-next,
.swiper-button-prev {
    background: none
}

.anchorBL {
    display: none
}

.mb_04 {
    margin-bottom: 40px
}

.inline-block {
    display: inline-block
}

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

.pub_banner .pc_banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.pub_banner .pc_banner {
    -webkit-animation: scaleBigToSmall 2s;
    animation: scaleBigToSmall 2s;
}

.pub_banner .box {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.pub_banner .box p {
    color: #fff;
    font-size: 18px;
    padding: 50px 0 52px;
}

.pub_banner .box h4 {
    font-size: 52px;
    color: #fff;
    line-height: 50px;
    margin-top: 80px;
}

.pub_banner .box .link {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.2;
}

.pub_banner .mobile_banner {
    display: none;
}

header {
    height: 84px;
}

header .head_fix {
    position: fixed;
    background: #666;
    top: 0;
    left: 0;
    z-index: 100;
    height: 84px;
    width: 100%;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

header .head_fix .container {
    position: relative;
}

header .navbar-header .logo-img .star {
    display: none
}

header .navbar-header .logo-img .logo_fix {
    display: inline-block;
    height: 64px;
}

header .navbar-header {
    float: left;
    z-index: 4;
}

header .navbar-header .logo-img {
    float: left;
    width: 220px;
    height: 84px;
    line-height: 84px;
    transition: all .32s;
}

header .navbar-header .logo-img a {
    display: block
}

header .navbar-header .logo-img a img {
    vertical-align: middle
}

header.idx_header2 {
    height: 0;
}

header.idx_header2 .head_fix {
    background: none;
}


header.idx_header .nav-drop>ul li a,
header.idx_header .right_cnt i,
header.idx_header .right_cnt .langu p {
    color: #e2e2e2
}

header.idx_header .navbar-header .logo-img .star {
    display: inline-block;
    _height: 32px;
}

header.idx_header .navbar-header .logo-img .logo_fix {
    display: none
}

header.idx_header.head_active .nav-drop ul li a,
header.idx_header.head_active .right_cnt i,
header.idx_header.head_active .right_cnt .langu p {
    color: #333
}

header.idx_header.head_active .navbar-header .logo-img .star {
    display: none
}

header.idx_header.head_active .navbar-header .logo-img .logo_fix {
    display: inline-block
}

header.head_active {
    height: 0;
}

header.head_active .head_fix {
    background: #fff;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    height: 70px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear
}

header.head_active .navbar-header .logo-img {
    line-height: 70px
}

header.head_active .navbar-header .logo-img .logo_fix {
    _height: 32px;
    -webkit-transition: all .4s;
    transition: all .4s
}

header.head_active .nav-drop ul li {
    line-height: 70px;
    -webkit-transition: all .4s;
    transition: all .4s
}

header.head_active .right_cnt {
    line-height: 70px
}

html.sear_slider {
    overflow-y: scroll;
    height: 100%;
}

html.sear_slider body {
    overflow: hidden;
    height: 100%;
}

html.sear_slider .global-search-mask {
    display: block;
}

html.sear_slider .head_search {
    z-index: 89;
}

html.sear_slider .head_search .nav-drop>ul li,
html.sear_slider .right_cnt,
html.sear_slider .head_search .logo-img {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s;
}

html.sear_slider .head_search .searchform-wrapper {
    width: 100%;
    opacity: 1;
    transition: all .6s;
}

html.sear_slider .head_search .searchresults {
    pointer-events: all;
    opacity: 1;
}

html.sear_slider .head_search .searchresults-section ul li {
    -webkit-animation: ac-gn-searchresults-items-show 0.4s both;
    animation: ac-gn-searchresults-items-show 0.4s both;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(1) {
    -webkit-animation-delay: .22s;
    animation-delay: .22s;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(2) {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(3) {
    -webkit-animation-delay: .26s;
    animation-delay: .26s;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(4) {
    -webkit-animation-delay: .28s;
    animation-delay: .28s;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(5) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

html.sear_slider .head_search .searchresults-section ul li:nth-child(6) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
}

@-webkit-keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}

@keyframes ac-gn-searchresults-items-show {
    0% {
        opacity: 0;
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

}


.series-list {
    position: relative;
    padding-top: 50px;
}

.series-list .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0
}

.series-list .wrap ul {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.series-list .wrap ul li {
    text-align: center;
    width: 280px;
    float: left
}

.series-list .wrap ul li p {
    margin-top: 20px
}

.series-list .scroll {
    border-bottom: solid 1px #d9d9d9;
    height: 19px;
    width: 100%;
    position: relative
}

.series-list .scroll .frame {
    position: relative;
    margin: 0 auto;
    width: 1400px
}

.series-list .drag {
    cursor: pointer;
    width: 100px;
    height: 32px;
    background-color: #2575d5;
    border-radius: 15px;
    position: absolute;
    top: 0;
    margin-left: -50px;
    line-height: 32px;
    text-align: center
}

.series-list .drag>img {
    vertical-align: -1px
}

.series-list .drag .mouted {
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    top: 8px;
    -webkit-animation: mouted linear 2s infinite;
    animation: mouted linear 2s infinite
}

.series-list .swiper-slide {
    text-align: center;
}

.series-list-container img {
    max-width: 120px;
}
.series-list .swiper-slide .num{
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    background: #0070c0;
    border-radius: 50%;
    margin: 0 auto 5% auto;
}
.series-list .swiper-slide p{
    font-size: 22px;
    color: #404040;
}
.series-list .series-list-container {
    padding-bottom: 70px;
}

.series-list .series-scrollbar {
    height: 0;
    border-top: 1px solid #ddd;
    background: none;
    padding-bottom: 18px;
    cursor: pointer;
    border-radius: 0;
}

.series-list .swiper-scrollbar-drag {
    background: url(../images/series-scrollbar-btn.png) center no-repeat;
    background-size: 100px auto;
    height: 32px;
    margin-top: -18px;
}

.series-list .swiper-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    width: 200%;
    height: 1px;
    background: #ddd;
    bottom: 65%;
    z-index: -1;
}

/* .series-list:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 21px;
} */

@-webkit-keyframes mouted {
    0% {
        top: 8px
    }

    25% {
        top: 6px
    }

    75% {
        top: 10px
    }

    100% {
        top: 8px
    }
}

@keyframes mouted {
    0% {
        top: 8px
    }

    25% {
        top: 6px
    }

    75% {
        top: 10px
    }

    100% {
        top: 8px
    }
}

footer {
    background:repeating-linear-gradient(to left,#666,#333);
}

footer .logo {
    padding-top: 65px;
    max-width: 174px;
    margin-bottom: 24px
}

footer .foot-top {
    overflow: hidden;
    padding:40px 0 40px 0;
    display: flex;
    justify-content: space-around;
   
}

footer .foot-top .foot-nav {
   margin-right: 2%;
}

footer .foot-top .foot-nav ul li {
    padding: 0 20px 0 31px;
    float: left;
    position: relative;
    line-height: 52px;
}

footer .foot-top .foot-nav ul li a {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
footer .foot-top .foot-nav ul li a:hover{
    color: #5986df;
    transition: 0.3s;
}
footer .foot-top .foot-nav ul li dl dt a,footer .foot-top .foot-nav ul li dl dt{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
footer .foot-top .foot-nav ul li .tit:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 33%;
    width: 10px;
    height: 10px;
    background: #6096e6;
    border-radius: 50%;
    border: 2px solid #446da9;
}


footer .foot-top .sub_search {
    float: right;
    padding: 1px;
    border: 1px solid #444;
    overflow: hidden
}

footer .foot-top .sub_search input {
    float: left;
    line-height: 48px;
    width: 240px;
    text-indent: 19px;
    color: #b3b3b3
}

footer .foot-top .sub_search .btn {
    background: #494949;
    float: right;
    width: 120px;
    height: 48px;
    line-height: 48px;
    color: #b3b3b3;
    cursor: pointer
}

footer .foot-copy {
    padding: 44px 0;
    max-width: 200px;
}
footer .foot-copy p{
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #262626;
}
footer .foot-copy .govi {
    float: left;
    color: #999;
    opacity: .3
}

footer .foot-copy .link {
    float: right
}

footer .foot-copy .link ul li {
    width: 23px;
    height: 23px;
    float: left;
    background: url(../images/foot_link.png) left no-repeat;
    background-size: 106px auto;
    margin-left: 20px;
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s
}

footer .foot-copy .link ul li a {
    display: block;
    width: 100%;
    height: 100%
}

footer .foot-copy .link ul li.in_icon {
    background-position: -42px 0
}

footer .foot-copy .link ul li.tw_icon {
    background-position: -84px 0
}

footer .foot-copy .link ul li:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1
}

#allmap img {
    max-width: initial
}

#BMapLib_sendToPhone0 {
    display: none
}

.BMap_Marker {
    width: 50px;
    height: 50px
}

.contact_main {
    padding-bottom: 80px
}

.search_pdt {
    padding: 100px 0 120px
}

.search_pdt .form_sub {
    float: left;
    padding: 55px 40px 50px;
    width: 350px;
    background-color: #edf8fd;
}

.search_pdt .form_sub h2 {
    font-size: 48px;
    margin-bottom: 38px
}

.search_pdt .form_sub p {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px
}

.form_sub .sub_sel {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-left: 26px
}

.form_sub .sub_sel .icon,
.search_results .select-item .icon {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: solid 1px #999;
    border-radius: 100%;
    background: #fff;
    display: block
}

.form_sub .sub_sel.active {
    color: #2575d5
}

.form_sub .sub_sel.active .icon {
    border: solid 1px #2575d5
}

.search_pdt .form_sub .bl_cnt.active .sub_sel .icon:after,
.form_sub .sub_sel.active .icon:after {
    background-color: #2575d5;
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-right: -4px;
    font-weight: bolder;
    display: inline-block
}

.search_pdt .form_sub .bl_cnt.disabled .sele_grup input[disabled],
.search_pdt .form_sub .bl_cnt.disabled .sele_grup select {
    background-color: #eee !important;
    cursor: not-allowed !important;
}

.search_pdt .form_sub .bl_cnt.active .sub_sel .icon:after {
    background-color: #333;
}

.search_pdt .form_sub .bl_cnt .sub_sel.active .icon {
    border-color: #333;
}

.search_pdt .form_sub hr {
    border: none;
    border-top: 1px solid #ddd;
    margin-bottom: 20px
}

.search_pdt .form_sub .box {
    padding: 30px 0 20px;
    border-top: 1px solid #ddd;
}

.search_pdt .form_sub .box input[type="text"] {
    display: block;
    width: 100%;
    text-indent: 1em;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: solid 1px #ddd
}

.search_pdt .form_sub .box .form-group .grup_cnt {
    margin-bottom: 20px;
}

.search_pdt .form_sub .box .form-group .sub_sel.pd_left {
    padding: 0;
}

.search_pdt .form_sub .box .form-group .sub_sel {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.search_pdt .form_sub .box .form-group .input-group,
.search_results .input-group {
    border: solid 1px #ddd;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.search_pdt .form_sub .box .form-group .form-control {
    display: table-cell;
    border: 0;
}

.search_pdt .form_sub .box .form-group .input-group-addon {
    display: table-cell;
    width: 60px;
    text-align: center;
    background-color: #f5f5f5;
    position: relative;
}

.search_pdt .form_sub .box .form-group .input-group-addon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    left: 50%;
    margin-left: -5px;
    background-color: #999999;
}

.search_pdt .form_sub .box .form-group .select-group {
    position: relative;
}

.search_pdt .form_sub .box .form-group .select-group select {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    display: block;
    text-indent: 1em;
    appearance: none;
    -webkit-appearance: none;
    color: #666;
    cursor: pointer;
    margin-bottom: 10px;
}

.search_pdt .form_sub .box .form-group .select-group:after,
.search_results .select-group:after {
    font-family: 'iconfont';
    content: "\e69a";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #333;
    font-weight: bold;
    display: block;
    pointer-events: none;
}

.search_pdt .form_sub .on_submit {
    width: 100%;
    display: block;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    background-color: #333;
    color: #c2c2c2;
    cursor: pointer
}

.search_pdt .form_sub .on_submit i {
    vertical-align: -2px;
    font-size: 20px;
    color: #c2c2c2;
    margin-right: 16px
}

.search_pdt .search_pdt_right {
    width: 885px;
    float: right;
    padding: 20px 0 0;
    position: relative
}

.search_pdt .search_pdt_right h2 {
    line-height: 72px;
    position: relative;
    z-index: 2;
    font-size: 72px;
    margin: 0 0 25px 42px
}

.search_pdt .search_pdt_right h3 {
    font-size: 48px;
    line-height: 45px;
    margin-bottom: -18px;
    margin-left: 42px;
    position: relative;
    z-index: 2
}

.search_pdt .search_pdt_right .more {
    width: 79px;
    height: 79px;
    border-radius: 100%;
    line-height: 79px;
    border: solid 3px #ddd;
    text-align: center;
    position: absolute;
    right: 45px;
    z-index: 2;
    top: 100px;
    transition: all .3s;
}

.search_pdt .search_pdt_right .more:hover {
    border-color: #2575d5;
    transition: all .3s;
}

.search_pdt .search_pdt_right .more a {
    display: block;
    font-size: 36px;
    color: #2575d5
}

.search_pdt .search_pdt_right .ser_pdt-container {
    background: #f8f5f2;
    text-align: center;
}

.search_pdt .search_pdt_right .ser_pdt-container p {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    font-size: 24px;
    color: #2575d5;
    height: 80px;
    padding-left: 30px;
    background-color: #fff;
    width: 58%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-slide {
    padding: 60px 0 120px;
}

.search_pdt .search_pdt_right .ser_pdt-container .bot_bg {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 532px;
    line-height: 80px;
    height: 80px;
    background-color: #fff
}

.search_pdt .search_pdt_right .ser_pdt-container .profess_num {
    text-align: right;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 30px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-slide img {
    transition: all .4s;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-slide:hover img {
    transform: scale(1.03);
    transition: all .4s;
}

.search_pdt .search_pdt_right .ser_pdt-container .profess_num span.num_active {
    font-size: 20px;
    color: #333
}

.from_zk_btn {
    cursor: pointer;
}

.search_pdt .search_pdt_right .ser_pdt-container .ser_pdt_pagination .swiper-pagination-total {
    font-size: 14px;
    color: #999
}

.search_pdt .search_pdt_right .ser_pdt-container .link {
    background: #e4e4e4;
    height: 28px;
    width: 1px;
    position: absolute;
    bottom: 23px;
    left: 424px;
    z-index: 2
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-next,
.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-prev {
    top: auto;
    bottom: 6px;
    margin: 0;
    width: 80px;
    height: 60px;
    text-align: center;
    opacity: 1;
    line-height: 60px;
    z-index: 10;
    pointer-events: all;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-next i,
.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-prev i {
    font-size: 20px;
    font-weight: bold;
    font-size: 23px;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-next:hover i,
.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-prev:hover i {
    color: #333;
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-prev {
    left: 330px
}

.search_pdt .search_pdt_right .ser_pdt-container .swiper-button-next {
    left: 436px;
}

.service2_box ul {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding-top: 40px;
    margin-bottom: 40px;
}

.service2_box ul li {
    margin-bottom: 50px;
}

.service2_box ul li h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service2_box ul li .tel_phone,
.service2_box ul li .tel_phone a {
    font-size: 36px;
    font-family: arial;
    color: #2575d5;
    line-height: 24px;
}

.service2_box .advan_btn a {
    text-align: center;
    color: #fff;
    width: 140px;
    height: 42px;
    line-height: 42px;
    display: block;
    background-color: #2575d5;
    font-size: 15px;
}

.service2_box .advan_btn a i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: -3px;
    color: #fff;
}

.obtain_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 99;
    display: none;
}

.obtain_cnt {
    position: fixed;
    top: 50%;
    margin-top: -260px;
    width: 790px;
    left: 50%;
    margin-left: -395px;
    background-color: #f5f5f5;
    height: 600px;
    padding: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.obtain_cnt .pd {
    background: url(../images/yd_bg.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    border: solid 1px #999999;
}


.obtain_cnt h2 {
    margin-bottom: 40px;
    padding-top: 59px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.obtain_cnt p {
    text-align: center;
}

.obtain_cnt a.pub-more {
    width: 100%;
    background-color: #2575d5;
    border: 0;
    height: 48px;
    color: #fff;
    line-height: 48px;
    margin-top: 30px;
}

.obtain_cnt .close_btn {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
}

.obtain_cnt .obtain_cnt_box {
    width: 540px;
    margin: 20px auto;
}

.obtain_cnt .int_list {
    border: 1px solid #999999;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 20px;
    position: relative;
}

.obtain_cnt .int_list input {
    color: #666666;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
}

.pdt_det_main .obtain_cnt {
    padding: 0;
}

.pdt_det_main .obtain_cnt .pd {
    border: 0;
    background: url(../images/pdt_det_bg.jpg) center 72px no-repeat;
    background-size: cover;
}

.pdt_det_main .obtain_cnt h2 {
    line-height: 72px;
    height: 72px;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding: 0;
    background-color: #333333;
}

.pdt_det_main .obtain_cnt h2 i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    vertical-align: -2px;
}

.pdt_det_main .obtain_cnt .pdt_int_list {
    border-bottom: 1px solid #dddddd;
    padding: 30px 0 20px;
}

.pdt_det_main .obtain_cnt .pdt_int_list #content{
    width: 100px;
    height: 40px;
    resize: none;
}

.pdt_det_main .obtain_cnt .pdt_int_list.act_bor {
    border-color: #999999;
}

.pdt_det_main .obtain_cnt .pdt_int_list input {
    width: 100%;
    display: block;
}

.pdt_det_main .obtain_cnt .pdt_int_list h3 {
    font-size: 18px;
}

.pdt_det_main .obtain_cnt .close_btn {
    top: 22px;
    font-size: 35px;
    color: #fff;
}

.idx_news_main {
    _background: #f0f6fa
}

.idx_news_main h2 {
    font-size: 48px;
    margin-bottom: 35px;
    line-height: 36px
}

.idx_news_main .exhi {
    float: left;
    max-width: 628px;
    width: 32%;
    margin-right: 2%;
    background: #f4f4f4;
}
.case_main .exhi{
    margin-bottom: 30px;
}
.idx_news_main .exhi:nth-child(3n){
    margin-right: 0;
}
.idx_news_main .exhi h4 {
    font-size: 20px;
    margin: 25px 0 18px;
    padding: 0 15px;
}

.idx_news_main .exhi h4 a {
    display: inline-block;
    font-size: 20px;
    color: #2e58a6;
    height: 48px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
}
.idx_news_main .exhi h4 a:hover{
    color: #1f4895;
}
.idx_news_main .exhi p {
    line-height: 22px;
    color: #999;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.idx_news_main .exhi figure {
    overflow: hidden
}

.idx_news_main .exhi figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    /*width: 100%;*/
}

.idx_news_main .exhi .info {
    overflow: hidden;
    line-height: 34px;
    padding: 0 15px;
}

.idx_news_main .exhi .info .data {
    color: #5d5d59;
    padding-left: 20px;
    background: url(../images/data_ico.png) no-repeat left;
    background-size: 15px;
}

.idx_news_main .exhi .info .more {
    display: inline-block;
    padding: 0 20px;
    float: right;
    height: 34px;
    color: #333;
    border: solid 1px #2575d5;
    transition: all .3s;
}

.idx_news_main .exhi .info .more:hover {
    background: #2575d5;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.idx_news_main .exhi:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.idx_news_main .news_list h2 a {
    float: right
}

.idx_news_main .news_list h2 .arr_ar {
    display: block;
    border-radius: 100%;
    width: 26px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border: 2px solid #666;
    text-indent: 2px
}

.idx_news_main .news_list h2 .arr_ar i {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-indent: 0;
}

.news_list {
    width: 100%;
}

.news_list ul {
    border-top: 2px solid #ddd
}

.news_list ul li {
    padding: 45px 0;
    border-bottom: 1px dashed #ddd
}

.news_list ul li h4 {
    margin-bottom: 20px;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news_list ul li p {
    line-height: 22px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news_list ul li:hover h4 {
    color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s
}
.about_info{
   
}
.about_info .att_cnt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 80px;
    background: url(../picture/about_bc.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.htitle {
    position: relative;
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 40px;
    font-weight: 600;
}
.htitle::before{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 150px;
    height: 5px;
    background: #537fcf;
    transform: translateX(-50%);
    z-index: 1;
}
.htitle::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #bfbfbf;
}
.subtitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 30px;
    color: #808089;
}
.about_info .att_cnt .info {
    float: left;
    width: 50%;
    max-width: 641px
}

.about_info .att_cnt .info h2 {
    font-size: 36px;
    margin: 10px 0 30px
}

.about_info .att_cnt .info h1 {
    font-size: 36px;
    margin: 10px 0 30px!important;
}

.about_info .att_cnt .info p {
    line-height: 70px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.about_info .att_cnt .info .more {
    margin-top: 50px;
    display: block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #666
}

.about_info .att_cnt .info .more i {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold
}

.about_info .att_cnt .info .textbox {
    overflow: hidden;
    margin-top: 20%;
}

.about_info .att_cnt .increase_grow {
    float: right;
    width: 50%;
    margin-top: 80px;
}

.about_info .att_cnt .increase_grow ul {
    overflow: hidden
}

.about_info .att_cnt .increase_grow ul li {
    width: 40%;
    float: left;
    padding: 40px 0px;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #000000ab;
    cursor: pointer;
    transition: 0.3s;
}
.about_info .att_cnt .increase_grow ul li:hover{
    background: #2e58a6c7;
}
.about_info .att_cnt .increase_grow ul li .bignum {
    margin-bottom: 15px;
    text-align: center;
}

.about_info .att_cnt .increase_grow ul li .bignum span {
    font-size: 72px;
    line-height: 60px;
    color: #fff;
    font-family: 'deckerregular';
    font-weight: 600;
}

.about_info .att_cnt .increase_grow ul li .bignum i {
    margin: 0 0 0 18px;
    color: #fff;
    font-size: 18px;
    vertical-align: 32px
}
.about_info .att_cnt .increase_grow ul li .bignum em {
    font-size: 16px;
    color: #fff;
}

.about_info .att_cnt .increase_grow ul li p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.about_info .att_cnt .increase_grow ul li:nth-child(even) .bignum i {
    font-size: 30px
}

.factory_main h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px
}

.factory_main .textbox {
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.factory_main .factory_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.factory_main .factory_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
}
.factory_main .factory_cnt ul li a{
    display: block;
    position: relative;
}
.factory_main .factory_cnt ul li p {
    display: flex;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 0;
    opacity: 0;
    color: #fff;
    bottom: 0;
    background: #2e58a653;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
   
}
.factory_main .factory_cnt ul li:hover p{
    opacity: 1;
    height: 100%;
}
.factory_main .factory_cnt ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.factory_main .factory_cnt ul li figure img{
    width: 100%;
    transition: .3s;
}



.factory_main .factory_cnt .more {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #666;
    margin: 0 auto
}

.more_radius{
    background: #042c84;
}

.m-load {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: -1px;
    display: inline-block
}

.m-load {
    position: relative
}

.m-load .line span {
    position: absolute;
    left: 5.6px;
    top: -0.5;
    width: 2px;
    height: 14px
}

.m-load .line span:before,
.m-load .line span:after {
    content: '';
    display: block;
    height: 50%;
    background: #fcfcfc;
    border-radius: 5px
}

.m-load .line span:nth-child(2) {
    -webkit-transform: rotate(30deg)
}

.m-load .line span:nth-child(3) {
    -webkit-transform: rotate(60deg)
}

.m-load .line span:nth-child(4) {
    -webkit-transform: rotate(90deg)
}

.m-load .line span:nth-child(5) {
    -webkit-transform: rotate(120deg)
}

.m-load .line span:nth-child(6) {
    -webkit-transform: rotate(150deg)
}

.m-load .circlebg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #535353;
    border-radius: 18px
}

@-webkit-keyframes load {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.m-load .line span:nth-child(1):before {
    -webkit-animation: load 1.2s linear 0s infinite
}

.m-load .line span:nth-child(2):before {
    -webkit-animation: load 1.2s linear .1s infinite
}

.m-load .line span:nth-child(3):before {
    -webkit-animation: load 1.2s linear .2s infinite
}

.m-load .line span:nth-child(4):before {
    -webkit-animation: load 1.2s linear .3s infinite
}

.m-load .line span:nth-child(5):before {
    -webkit-animation: load 1.2s linear .4s infinite
}

.m-load .line span:nth-child(6):before {
    -webkit-animation: load 1.2s linear .5s infinite
}

.m-load .line span:nth-child(1):after {
    -webkit-animation: load 1.2s linear .6s infinite
}

.m-load .line span:nth-child(2):after {
    -webkit-animation: load 1.2s linear .7s infinite
}

.m-load .line span:nth-child(3):after {
    -webkit-animation: load 1.2s linear .8s infinite
}

.m-load .line span:nth-child(4):after {
    -webkit-animation: load 1.2s linear .9s infinite
}

.m-load .line span:nth-child(5):after {
    -webkit-animation: load 1.2s linear 1s infinite
}

.m-load .line span:nth-child(6):after {
    -webkit-animation: load 1.2s linear 1.1s infinite
}

.about_deve .container {
    position: relative
}

.about_deve .number {
    font-size: 331px;
    position: absolute;
    top: 220px;
    left: 0;
    color: #666;
    opacity: .03
}

.about_deve .deve_img {
    text-align: center
}

.about_deve .ab_deve_container {
    margin-top: -30px
}

.about_deve .ab_deve_container:after {
    content: '';
    position: absolute;
    top: 152px;
    left: 6%;
    width: 88%;
    border-top: 1px dashed #999
}

.about_deve .ab_deve_container .swiper-slide {
    text-align: center
}

.about_deve .ab_deve_container .swiper-slide .year {
    font-size: 24px;
    font-family: 'deckerregular';
    margin: 80px 0 24px
}

.about_deve .ab_deve_container .swiper-slide .icon {
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 100%;
    margin: 42px auto
}

.about_deve .ab_deve_container .swiper-slide p {
    display: none;
    font-size: 16px
}

.about_deve .ab_deve_container .swiper-slide-active p {
    display: block
}

.about_deve .ab_deve_container .swiper-slide-active .year {
    font-size: 120px;
    color: #333;
    line-height: 112px;
    margin: 0 0 30px
}

.about_deve .ab_deve_container .swiper-slide-active .icon {
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    border: 3px solid #2575d5;
    margin-top: 0
}

.about_deve .ab_deve_container .swiper-button-next,
.about_deve .ab_deve_container .swiper-button-prev {
    margin-top: 14px
}

.about_deve .ab_deve_container .swiper-button-next i,
.about_deve .ab_deve_container .swiper-button-prev i {
    _font-size: 46px;
    _font-weight: bold
}

.subnav_list {
    text-align: center;
    height: 68px;
    border-bottom: 1px solid #ddd
}

.subnav_list ul {
    display: inline-block
}

.subnav_list ul li {
    margin: 0 25px;
    padding: 0 15px;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.subnav_list ul li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #404040;
    transition: 0.3s;
}
.subnav_list ul li:hover,.subnav_list ul li.on{
    background: #0070c0;
}
.subnav_list ul li:hover a,.subnav_list ul li.on a{
    color: #fff;
}

.subnav_list ul li.active {
    border-bottom: 2px solid #2575d5;
}

.subnav_list ul li.active a {
    color: #2575d5
}
.subnav_list ul li::after{
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
    transform: translateX(-50%);
    transition: 0.3s;
}
.subnav_list ul li:hover::after,.subnav_list ul li.on::after{
    display: block;
}
.about_team ul li {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    float: left;
    text-align: center;
    height: 438px
}

.about_team ul li .box {
    cursor: pointer;
    background: #fff;
    padding: 0 40px;
    height: 438px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.about_team ul li figure {
    width: 176px;
    height: 176px;
    margin: 0 auto;
}

.about_team ul li figure img {
    border-radius: 100%;
    border: solid 2px #ddd
}

.about_team ul li h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 29px 0 19px
}

.about_team ul li h4 {
    font-size: 18px;
    color: #666
}

.about_team ul li p {
    display: none
}

.about_team ul li:hover .box {
    margin-top: -10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s
}

.about_team ul li:hover figure {
    width: 141px;
    height: 141px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.about_team ul li:hover h4 {
    color: #2575d5;
    margin-bottom: 25px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.about_team ul li:hover p {
    display: block;
    line-height: 24px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.page_ul {
    margin-left: -10px;
    margin-right: -10px
}

.publink {
    background: #fff;
    height: 40px;
    clear: both;
    width: 100%
}

.about_jobs table {
    width: 100%
}

.about_jobs table td {
    padding: 22px 0;
    font-size: 16px;
    text-align: center
}

.about_jobs table thead {
    background-color: #e9e9e9
}

.about_jobs table thead td {
    font-weight: bold
}

.about_jobs table tbody {
    background: #fff
}

.about_jobs table td {
    background: #fff;
    border-bottom: 1px solid #f4f4f4
}

.about_jobs table td .more {
    display: inline-block;
    width: 116px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: solid 1px #ddd;
    -webkit-transition: all .3s;
    transition: all .3s
}

.about_jobs table td .more:hover {
    background: #2575d5;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.jobs_recruitment {
    margin-bottom: 30px
}

.jobs_recruitment p {
    line-height: 36px
}

.jobs_recruitment .textbox {
    overflow: hidden
}

.jobs_recruitment .textbox .w03 {
    float: left;
    width: 33.33%;
    margin-bottom: 25px
}

/*.jobs_recruitment .desc {*/
/*margin-bottom: 40px*/
/*}*/


.lishenwu_bot {
    margin-top: 20px;
    background: #fafafa;
}

.pdtbackbtn {
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #000000;
    height: 70px;
    background-color: #fafafa;
}

.factory_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.factory_layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: 100%;
}

.factory_layer .bd {
    background: #fff;
}

.factory_layer .prev,
.factory_layer .next {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.factory_layer .prev i,
.factory_layer .next i {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.factory_layer .next {
    left: auto;
    right: 5px;
}

.factory_layer .close-btn {
    position: absolute;
    right: -12px;
    top: -20px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 9;
}

.factory_layer .close-btn i {
    font-size: 20px;
    font-weight: bold;
}


.owl-wrapper-outer {
    background: #fff;
}

.about_jobs_det h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px
}

.about_jobs_det .jobs_cnt {
    background: #fff;
    padding: 40px
}

.about_jobs_det .head {
    font-weight: bold;
    font-size: 18px;
    color: #2575d5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 38px
}

.about_jobs_det h4 {
    font-weight: bold;
    font-size: 18px;
    color: #2575d5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 40px;
    margin-bottom: 38px
}

.tab_from .tab_from_cnt {
    overflow: hidden;
    margin-bottom: 20px
}

.tab_from .tab_from_cnt .box_3 {
    width: 33.3333%;
    line-height: 46px;
    float: left;
    padding: 0 30px 0 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tab_from .tab_from_cnt .box_3 label {
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.tab_from .tab_from_cnt .box_3 input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f4f4f4;
    color: #666;
    text-indent: 1em;
    display: list-item;
}

.tab_from .tab_from_cnt.Upload_resume .box_3 input {
    text-indent: 0;
    line-height: initial;
    padding: 10px 20px;
    height: 26px;
}

.tab_from .tab_from_cnt .box_3:last-child {
    padding-right: 0
}

.tab_from .Upload_resume {
    margin-bottom: 40px
}

.tab_from .Upload_resume .box_3 {
    width: 100%;
    padding-left: 76px
}

.tab_from .submit_btn {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #2575d5;
    font-size: 16px;
    border: solid 2px #2575d5;
    cursor: pointer;
}

.service_list ul li {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}


.service_list ul li .img{
    position: relative;
    margin-right: 2%;
}
.service_list ul li .img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000077;
   
}
.service_list ul li .img img{
    max-width: 360px;
    height: 100%;
}
.service_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.service_list ul li .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.service_list ul li .box .cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_list ul li .box h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 600;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.service_list ul li .box p {
    line-height: 30px;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}


.service_list ul li .box a.more {
    margin-top: 30px;
    text-align: center;
    width: 145px;
    line-height: 60px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
	background: #225cc9;
	float:left;
	margin-right:8px;
	padding-left:5px;
    justify-content: center;
}
.service_list ul li .box a.more:nth-child(5){
    margin-right: 0;
}
.service_list ul li .box a:hover{
	background: #2e58a6;
}

.service_list ul li .box .more i {
    display: none;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
	
}

.service_list ul li .ser_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 780px;
    overflow: hidden
}

.service_list ul li .ser_img img {
    -webkit-transition: all .3s;
    transition: all .3s
}

.service_list ul li:hover {
    -webkit-box-shadow: 2px 3px 12px #e0e0e0;
    box-shadow: 2px 3px 12px #e0e0e0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service_list ul li:hover .ser_img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .4s;
    transition: all .4s
}

/*
.service_list ul li:hover .box .more {
    background: #666;
    -webkit-transition: all .4s;
    transition: all .4s;
	float:left;
	margin-right:10px;
}
.service_list .program a{
	float:left;
	padding:5px 5px 5px 5px;
	font-size:14px;
	color:#2575d5;
}
*/
.diyh2{
        text-align: center;
		font-size: 36px;
		margin-bottom: 35px;
		color:#333;
    }
.service_det .box_pd {
    background: #fff;
    padding: 70px 80px;
    overflow: hidden;
}

.service_det .apply_trial {
    float: left;
    width: 100%;

}

.service_det .apply_trial .head {
    padding-bottom: 40px;
}

.service_det .apply_trial .box dl {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.service_det .apply_trial .box dl dd {
    margin-bottom: 40px;
    display: flex;
    display: -webkit-flex;
}

.service_det .apply_trial .box dl dd .til {
    width: 118px;
    height: 118px;
    margin-right: 30px;
    text-align: center;
    background-color: #666666;
    font-family: arial;
}

.service_det .apply_trial .box dl dd .til.two_til {
    background-color: #999999;
}

.service_det .apply_trial .box dl dd .til .num {
    color: #ffffff;
    font-size: 60px;
    padding: 40px 0 20px;
}

.service_det .apply_trial .box dl dd .til p {
    color: #ffffff;
    opacity: 0.6;
    font-size: 18px;
}

.service_det .apply_trial .box dl dd .box {
    flex: 1;
}

.service_det .apply_trial.ser_socut .box dl {
    border-bottom: none;
    padding-top: 40px;
}

.service_det .apply_trial.ser_socut .head h3 {
    font-size: 26px;
    padding: 0 0 25px;
    font-weight: normal;
}

.service_det .service2_box ul {
    border-top: none;
    padding-top: 0;
}

.service_det .apply_trial .tel_cnt {
    color: #333333;
}

.service_det .apply_trial .tel_cnt span {
    color: #333333;
    font-size: 18px;
}

.service_det .apply_trial h3 {
    font-size: 18px;
    padding: 30px 0 10px;
    font-weight: bold;
}

.service_det .apply_trial p {
    line-height: 24px;
    font-size: 16px;
}

/*方案详情页的成功案例样式*/
.service_det .factory_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.service_det .factory_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.service_det .factory_cnt ul li p {
    font-size: 16px;
    margin-top: 15px
}

.service_det .factory_cnt ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.service_det .factory_cnt ul li figure img{
    transition: .3s;
}

.service_det .factory_cnt ul li figure:hover img {
    transform: scale(1.1);
}

/*方案详情页的成功案例样式结束*/
.application_form {
    float: right;
    width: 500px;
}

.application_form .head {
    height: 72px;
    line-height: 72px;
    background-color: #666666;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.application_form .head i {
    color: #fff;
    font-size: 24px;
    margin-right: 8px;
    vertical-align: -1px;
}

.application_form .box {
    padding: 40px 50px 50px;
    border: solid 1px #dddddd;
}

.application_form .box input {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 36px;
    display: block;
    color: #666;
    width: 100%;
}

.application_form .box textarea {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 36px;
    display: block;
    color: #666;
    height: 80px;
    width: 100%;
}

.application_form .pub-more2 {
    width: 100%;
    background-color: #2575d5;
    padding: 10px 0;
    margin-bottom: 15px;
}

.desc {
    color: #999999;
}

.case-list ul {
    /* *zoom: 1 */
}

.case-list ul:before,
.case-list ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.case-list ul:after {
    clear: both
}

.case-list ul li {
    background: #fff;
    float: left;
    position: relative;
    width: 31.666666%;
    margin: 0 2.5% 2.5% 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.case-list ul li figure {
    overflow: hidden
}

.case-list ul li figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.case-list ul li:nth-child(3n) {
    margin: 0
}

.case-list ul li .box {
    padding: 30px 30px
}

.case-list ul li .box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: 15px
}

.case-list ul li .box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999
}

.case-list ul li:hover {
    -webkit-box-shadow: 2px 3px 12px #e0e0e0;
    box-shadow: 2px 3px 12px #e0e0e0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.case-list ul li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .4s;
    transition: all .4s
}

.case-list ul li:hover .box h4 {
    color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s
}

.news-main-list {
    margin-top: -20px;
    margin-bottom: -20px
}

.news-main-list ul {
    /* *zoom: 1 */
}

.news-main-list ul:before,
.news-main-list ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.news-main-list ul:after {
    clear: both
}

.news-main-list ul li {
    width: 33.333%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 45px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.news-main-list ul li .data {
    color: #999;
    font-family: arial;
}

.news-main-list ul li h3 {
    margin: 20px 0 15px;
    font-size: 22px;
    line-height: 32px;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-main-list ul li .desc {
    color: #999
}

.news-main-list ul li figure {
    margin: 15px 0 55px
}

.news-main-list ul li:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.news-main-list ul li:nth-child(3n) {
    border-right: none
}

.news-main-list ul li .info {
    width: 78px;
}

#chassis {
    margin: 0 auto;
    position: relative;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    position: relative;
}

#since span {
    width: 1px;
    height: 120px;
    position: absolute;
    background: #dadada;
    top: 0px;
    left: 50%;
    -webkit-transform-origin: 0 240px;
}

#since .box {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    border: 2px solid #dadada;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#since .box h4 {
    font-size: 18px;
    font-family: Arial;
    padding: 40px 0 5px;
    text-transform: uppercase;
}

#since .box p {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

#since .box .date {
    font-size: 48px;
    color: #333;
    font-family: 'deckerregular';
}

#since circle {
    -webkit-transition: stroke-dasharray .25s;
    transition: stroke-dasharray .25s;
}

.yq_bor {
    height: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact_main .head {
    font-size: 30px;
    margin-bottom: 30px;
    color: #333
}

.comestic_area {
    margin-bottom: 40px
}

.comestic_area .box {
    background: #fff;
    padding: 40px 0
}

.comestic_area .box ul {
    overflow: hidden
}

.comestic_area .box ul li {
    width: 33.33%;
    border-right: 1px dashed #ddd;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 60px;
    position: relative
}

.comestic_area .box ul li:nth-child(3n) {
    border-right: none;
}

.overseas_agent .box ul li:nth-child(3n) {
    border-right: 1px dashed #ddd;
}

.comestic_area .box ul li h3 {
    font-size: 24px
}

.comestic_area .box ul li .link {
    width: 20px;
    height: 2px;
    background-color: #999;
    margin: 20px 0 38px
}

.comestic_area .box ul li.bor_nor {
    border-right: none
}

.comestic_area .box ul li .name {
    position: absolute;
    right: 60px;
    line-height: 26px;
    top: 20px;
    color: #2575d5
}

.overseas_agent {
    margin: 0
}

.overseas_agent .box ul.border-bot {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.overseas_agent .box ul li {
    width: 25%
}

.overseas_agent .box ul li .more {
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    background-color: #999;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s
}

.overseas_agent .box ul li .more i {
    font-weight: bold;
    margin-left: 5px;
    font-size: 12px;
    color: #fff
}

.overseas_agent .box ul li .more:hover {
    background-color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s
}

.overseas_agent .box ul li:nth-child(4n) {
    border-right: none
}

.contact-content {
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.contact-content #allmap {
    max-width: 774px;
    float: left;
    width: 52%;
    height: 474px
}

.contact-content .box {
    width: 48%;
    float: right;
    padding: 80px 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-content .box h3 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 36px
}

.contact-content .box p {
    font-size: 16px;
    line-height: 30px
}

.contact-content .box .weix-code {
    width: 128px;
    margin-top: 30px
}

.contact_cnt_list ul li {
    width: calc(50% - 30px);
    float: left;
    background: #fff;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px 30px 0
}

.contact_cnt_list ul li:nth-child(2n) {
    margin-right: none
}

.contact_cnt_list ul li figure {
    width: 44%;
    max-width: 280px;
    float: left
}

.contact_cnt_list ul li .box {
    padding-left: 30px;
    float: left;
    width: 56%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact_cnt_list ul li .box h3 {
    margin: 25px 0;
    font-size: 30px
}
.contact_cnt_list ul li .box h3 a{
	margin: 25px 0;
    font-size: 24px
}

.contact_cnt_list ul li .box h3 a:hover{
	color:#2575d5;
}

.contact_cnt_list ul li .box p {
    line-height: 30px;
    font-size: 16px
}

.pg-list-buy {
    padding: 60px 0
}

.pg-list-buy ul {
    background: #fff
}

.pg-list-buy ul li {
    border-bottom: 2px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.pg-list-buy ul li:last-child {
    border-bottom: none
}

.pg-list-buy ul li.menu-item {
    padding: 15px 0;
    position: relative;
}

.pg-list-buy ul li .select-item {
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    padding-left: 30px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    line-height: 36px
}

.pg-list-buy ul li .select-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px;
    position: relative;
}

.pg-list-buy ul li .shrink {
    height: 38px;
    overflow: hidden;
}

.pg-list-buy ul li.menu-item:nth-child(4) .pdc-label {
    width: 100px;
}

.pg-list-buy ul li .select-content.active {
    height: 100%;
}

.pg-list-buy ul li .select-content .selected-tag {
    display: inline-block;
    background-color: #f2f3f5;
    border: 1px solid #ebedf0;
    border-radius: 2px;
    padding: 4px 8px;
    margin-right: 12px;
    margin-bottom: 6px;
    color: #333
}

.pg-list-buy ul li .select-content .selected-tag i {
    margin-left: 8px;
    vertical-align: -1px;
    cursor: pointer
}

.pg-list-buy ul li .select-content .reset-btn {
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    color: #999
}

.pg-list-buy ul li .select-content .reset-btn i {
    margin-right: 8px;
    cursor: pointer
}

.pg-list-buy ul li .select-content .reset-btn:hover span {
    text-decoration: underline
}

.pg-list-buy ul li .top_ser input {
    width: 40%;
    color: #666;
    height: 36px;
    line-height: 36px
}

.pg-list-buy ul li .top_ser a {
    margin-left: 15px;
    width: 106px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background-color: #ddd;
    border-radius: 5px;
    text-align: center
}

.pg-list-buy ul li .top_ser .rest_btn {
    background-color: #2575d5;
    color: #fff
}

.pg-list-buy ul li .pdc-label {
    float: left;
    position: relative;
    margin: 8px 30px 8px 0
}

.pg-list-buy ul li .pdc-label input[type='radio'] {
    visibility: hidden;
    cursor: pointer;
    position: relative;
    vertical-align: -2px;
    width: 14px;
    height: 14px;
}

.pg-list-buy ul li .pdc-label input[type='radio']:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    display: block;
    border: solid 1px #2575d5;
    box-sizing: border-box;
    visibility: visible;
    -webkit-box-sizing: border-box;
}

.pg-list-buy ul li .pdc-label input[type='radio']:checked:before {
    background-color: #2575d5;
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    margin-left: 3px;
    z-index: 2;
    visibility: visible;
    font-weight: bolder;
    display: inline-block;
}

.pg-list-buy ul li .pdc-label input[type="checkbox"] {
    visibility: hidden;
}

.pg-list-buy ul li .pdc-label input[type="checkbox"]:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: solid 1px #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    cursor: pointer;
}

.pg-list-buy ul li .pdc-label input[type="checkbox"]:checked:after {
    background: #2575d5 url(../images/sle_on.png) center no-repeat;
    background-size: 8px auto;
    border: none
}

.pg-list-buy ul li .pdc-label label {
    padding-left: 8px;
    position: relative;
    z-index: 2
}

.pdt-show-list {
    padding: 60px 0 20px
}

.pg-list-buy ul li .sele_btn {
    margin-right: 50px;
}

.pg-list-buy ul li .sele_btn span.btn {
    cursor: pointer;
    margin-top: 7px;
}

.pg-list-buy ul li .sele_btn span.btn i {
    color: #999;
}

.pdt-show-list ul>li {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.pdt-show-list ul>li .listimg {
    width: 450px
}

.pdt-show-list ul>li .listimg h4 {
    margin-bottom: 30px;
    font-weight: bold
}

.pdt-show-list ul>li .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px
}

.pdt-show-list ul>li .box .title {
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    margin-bottom: 30px
}

.pdt-show-list ul>li .box .title span {
    font-weight: bold
}

.pdt-show-list ul>li .box .span1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.pdt-show-list ul>li .box .span2 {
    -webkit-box-flex: 0 1 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%
}

.pdt-show-list ul>li .box .span3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pdt-show-list ul>li .box .span4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pdt-show-list ul>li .box .span5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: center
}

.pdt-show-list ul>li .box .span5 img {
    width: 22px
}

.pdt-show-list ul>li .box .span6 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.pdt-show-list ul>li .box .span6 .details {
    display: block;
    text-align: center;
    width: 68px;
    margin: 0 auto;
    height: 27px;
    line-height: 29px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #999;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pdt-show-list ul>li .box .mCSB_inside>.mCSB_container {
    margin-right: 40px
}

.pdt-show-list ul>li .box ol {
    max-height: 310px;
    overflow-y: auto
}

.pdt-show-list ul>li .box ol li {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.pdt-show-list ul>li .box ol li:last-child {
    border-bottom: 1px solid #ddd
}

.pdt-show-list ul>li .box ol li:hover {
    background: #f8f8f8;
    -webkit-transition: all .4s;
    transition: all .4s
}

.pdt-show-list ul>li .box ol li:hover .details {
    border-color: #2575d5;
    background: #2575d5;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s
}

.pdt-show-list ul>li .box table {
    width: 100%
}

.pdt-show-list ul>li .box table thead th {
    font-weight: bold;
    margin-bottom: 30px
}

.pdt-show-list ul>li .box table .td5 {
    text-align: center
}

.pdt-show-list ul>li .box table .td6 {
    text-align: center
}

.map_top {
    width: 100%;
    height: 62px;
    line-height: 62px;
}

.map_top ul {
    /* *zoom: 1 */
}

.map_top ul:before,
.map_top ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.map_top ul:after {
    clear: both
}

.map_top ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map_top ul li span {
    margin: 0 5px
}

.pdtList2 h2 {
    font-size: 40px;
}

.pdtList2 .container>p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: center;
}

.pdt_det_top {
    background: #f5f5f5;
    background-size: cover;
    padding: 70px 0 70px;
}

.pdt_det_top .pdt_det_container {
    width: 50%;
    float: left;

}

.pdt_det_top .pdt_det_container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdt_det_top .pdt_det_container .swiper-slide img {
    max-width: 530px;
    width: 100%;
}

.pdt_det_top .pdt_det_container .pdt_det_pagination {
    bottom: 8%
}

.pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background-color: #fff;
    opacity: .3
}

.pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet-active {
    background: #2575d5;
    opacity: 1
}

.pdt_det_top .box {
    float: right;
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdt_det_top .box h3 {
    font-size: 36px;
}

.pdt_det_top .box h1 {
    font-size: 36px;
}

.pdt_det_top .box p {
    line-height: 26px
}

.pdt_det_top .box .border_cnt {
    border-bottom: 1px dashed #999;
    padding: 40px 0;
    margin-bottom: 35px
}

.pdt_det_top .box .border_cnt p {
    font-size: 16px;
    margin-bottom: 18px
}

.pdt_det_top .box .box_cnt {
    margin-top: 40px;
    overflow: hidden
}

.pdt_det_top .box .box_cnt2 {
    margin-top: 5px !important;
}

.pdt_det_top .box .box_cnt a {
    border-radius: 5px;
    margin-right: 20px;
    float: left;
    width: 140px;
    margin-bottom: 10px;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff
}

.pdt_det_top .box .box_cnt a img {
    width: 20px;
    margin-right: 15px;
    vertical-align: -4px
}

.pdt_det_top .box .box_cnt .zx_icon {
    border: solid 1px #ddd;
    background: #fff;
    color: rgba(51, 51, 51, .8);
}

.pdt_det_top .box .box_cnt .pdf_icon {
    background: #939393
}

.pdt_det_top .box .box_cnt .time_icon {
    margin: 0;
    background: #2575d5
}

.pdt-list-info {
    padding: 40px 0
}

.pdt-list-info .head {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px
}

.pdt-list-info .head .desc {
    float: left;
    font-size: 20px;
    color: #2575d5;
    font-weight: bold
}

.pdt-list-info .head .desc img {
    width: 20px;
    margin-right: 15px
}

.pdt-list-info .head .back {
    float: right
}

.pdt-list-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.pdt-list-info ul li .title {
    width: 160px;
    border-top: 1px solid #ddd;
    margin-right: 40px;
    padding: 40px 0;
    font-size: 18px;
    color: #333
}

.pdt-list-info ul li .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 0;
    border-top: 1px solid #ddd
}

.pdt-list-info ul li .box p {
    font-size: 16px;
    line-height: 36px
}

.pdt-list-info ul li .box .sm_list {
    display: block;
    font-size: 15px;
    float: left;
    width: 20%;
    margin-bottom: 25px
}

.recommended_related {
    padding: 60px 0
}

.recommended_related .head {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px
}

.recommended_related .responsive {
    margin: 0 -17.5px
}

.recommended_related .responsive .slick-prev,
.recommended_related .responsive .slick-next {
    width: initial;
    height: 100%;

}

.recommended_related .responsive .slick-prev:before,
.recommended_related .responsive .slick-next:before {
    display: none
}

.recommended_related .responsive .slick-prev.slick-disabled,
.recommended_related .responsive .slick-next.slick-disabled {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: .4
}

.recommended_related .responsive .slick-prev:after {
    content: "\e73a";
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #333;
}

.recommended_related .responsive .slick-next:after {
    content: "\e634";
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #333;
}

.recommended_related .responsive .slick-slide {
    margin: 0 17.5px
}

.recommended_related .responsive .slick-slide figure,
.pdt-show-list ul>li .listimg figure {
    background: url(../images/det_img_bg.jpg) center no-repeat;
    background-size: cover;
}

.recommended_related .responsive .slick-slide .box {
    margin-top: 30px;
    overflow: hidden;
    padding: 0 20px
}

.recommended_related .responsive .slick-slide .box h4 {
    float: left;
    font-size: 18px;
    color: #333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommended_related .responsive .slick-slide .box span {
    font-size: 16px;
    float: right;
    display: block
}

.recommended_related .responsive .slick-slide .box span .arr_r {
    width: 22px;
    height: 8px;
    background: url(../images/arr_r.png) no-repeat;
    background-size: 22px auto;
    display: inline-block;
    margin-left: 10px
}

.recommended_related .responsive .slick-slide:hover .box span {
    color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s
}

.recommended_related .responsive .slick-slide:hover .box span .arr_r {
    background-image: url(../images/arr_r_on.png);

    -webkit-transition: all .4s;
    transition: all .4s
}

.service3_main .box_pd {
    background: #fff;
}

#tan_box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.tan_box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_box .box {
    position: relative;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 5px 0 5px 5px;
}

.tan_box .box img {
    max-height: 100%;
    max-width: 100%;
}

.tan_box .box video,
.tan_box .box iframe {
    width: 1000px;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
}

.tan_box .box iframe {
    height: 560px;
}

.tan_box .close {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -36px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
    transition: all 0.3s;
    border-radius: 5px 5px 0 0;
}

.tan_box .close .iconfont {
    display: inline-block;
    transition: all 0.3s;
}

.tan_box .close:hover {
    background: #3f509f;
}

.tan_box .close:hover .iconfont {
    transform: rotate(360deg);
    color: #fff;
}

.common_problem ul li {
    border: solid 1px #dddddd;
    margin-bottom: 30px;
}

.common_problem ul li .til {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #333333;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 16px;
    margin-right: 30px;
}

.common_problem ul li .head {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    line-height: 26px;
    height: 26px;
    padding: 30px 30px 30px 40px;
}

.common_problem ul li .head .box {
    font-size: 20px;
    color: #333333;
}

.common_problem ul li .cnt {
    display: none;
    padding: 30px 30px 30px 40px;
}

.common_problem ul li .cnt .til {
    background-color: #2575d5;
}

.common_problem ul li .cnt .box {
    max-width: 86%;
}

.common_problem ul li .box {
    flex: 1;
}

.common_problem ul li .slider_arrow i {
    color: #333;
    font-size: 25px;
    cursor: pointer;
    line-height: 36px;
    transition: 0.3s;
}

.common_problem ul li.active .cnt {
    display: block;
}

.down_title {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 40px;
}

.down_title ul {
    overflow: hidden;
}

/*.down_title ul li{float: left;font-size: 30px;color: #999999;line-height: 30px;margin-right: 70px;cursor: pointer;}*/
.down_title ul li a {
    float: left;
    font-size: 30px;
    color: #999999;
    line-height: 30px;
    margin-right: 70px;
    cursor: pointer;
}

.down_title ul li.active {
    color: #333333;
}

.down_title ul li.active a {
    color: #333333;
}

.ser3_down_list {
    margin-top: 20px;
}

.ser3_down_list ul li {
    padding: 30px 20px;
    line-height: 42px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    transition: all .3s;
    position: relative;
}

.ser3_down_list ul li:last-child {
    border-bottom: none;
}

.ser3_down_list ul li h3 {
    font-size: 18px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 160px;
}

.ser3_down_list ul li .down_btn {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 140px;
    background-color: #999999;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    transition: all .3s;
}

.ser3_down_list ul li .down_btn img {
    width: 20px;
    vertical-align: -4px;
    margin-right: 10px;
}

.ser3_down_list ul li .down_btn:hover {
    background-color: #2575d5;
    color: #fff;
    transition: all .4s;
}

.ser3_down_list ul li:hover {
    background-color: #f5f5f5;
    transition: all .4s;
}

.news-dets {
    padding: 50px;
    background: #fff;
}

.news-dets h2 {
    /*text-align: center;*/
    /*font-size: 30px;*/
    /*margin-bottom: 20px;*/
    /*color: #2575d5;*/
}

.news-dets .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #2575d5;
}
@media screen and (max-width:768px){
.news-dets .title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #2575d5;
}	
}
.news-dets h5 {
    /*text-align: center;*/
    /*margin-bottom: 22px;*/
    /*font-size: 16px;*/
    /*color: #999*/
}

.news-dets hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 30px
}

.news-dets p,
.news-dets img {
    /*margin-bottom: 25px*/
}

.case-page {
    margin-top: 30px
}

.case-page .case-page-cnt .prev {
    float: left
}

.case-page .case-page-cnt .next {
    float: right;
    text-align: right;
}

.global-search-mask {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
    display: none;
}

.search_results {
    padding-bottom: 40px;
}

.search_results ul {
    padding: 15px 40px 42px;
}

.search_results.pg-list-buy ul li .select-content {
    padding-left: 0;
    padding-right: 0;
    height: initial;
}

.search_results .on_submit {
    width: 100%;
    display: block;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    background-color: #333;
    color: #c2c2c2;
    margin-top: 10px;
    cursor: pointer;
}

.search_results .on_submit i {
    vertical-align: -2px;
    font-size: 20px;
    color: #c2c2c2;
    margin-right: 16px;
}

.search_results .til {
    overflow: hidden;
}

.search_results .til .sub_sel {
    float: left;
    margin-right: 46px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 18px;
}

.search_results .til .sub_sel input[type='radio'] {
    cursor: pointer;
    position: relative;
}

.search_results ul li.menu-item {
    padding: 10px 0;
    border: none;
}

.search_results .xinhao_inp {
    line-height: 46px;
    border: 1px solid #dddddd;
    width: 100%;
    text-indent: 1em;
    margin-top: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search_results ul li.disabled input[disabled],
.search_results ul li.disabled select {
    background-color: #eee !important;
    cursor: not-allowed !important;
}

.search_results .input-group,
.search_results .select-group {
    position: relative;
}

.search_results ul li.active .icon:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-right: -4px;
    font-weight: bolder;
    display: inline-block;
    background-color: #333;
}

.search_results .input-group {
    width: 330px;
    float: left;
    margin: 0 20px 0 0;
}

.search_results .form-control {
    display: table-cell;
    width: 100%;
    text-indent: 1em;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
}

.search_results .input-group-addon {
    display: table-cell;
    width: 60px;
    text-align: center;
    background-color: #f5f5f5;
    position: relative;
}

.search_results .input-group-addon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    left: 50%;
    margin-left: -5px;
    background-color: #999999;
}

.search_results .til .sub_sel.active {
    color: #2575d5;
}

.search_results ul li .select-item {
    position: relative;
    cursor: pointer;
    border: none;
    line-height: 50px;
    padding-left: 0;
}

.search_results ul li .select-item .icon {
    position: relative;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
}

.search_results select {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    display: block;
    text-indent: 1em;
    appearance: none;
    -webkit-appearance: none;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*-----------------------------------------------------------------------
.product_shen {
    border-top: 10px solid #fff;
}
--------------*/
.product_shen .list li {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 50%;
    margin-left: -5px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    background-color: #fafafa;
}

.product_shen .list li:hover .box .img {
    background-image: url(../images/bg-cr-h.png);
    transition: all .5s;
}

.product_shen .list li .box {
    float: right;
    text-align: center;
    margin-right: 120px;
}

.product_shen .list li .box .text h4 {
    font-size: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 99%;
}

.product_shen .list li .box .text p {
    font-size: 18px;
    padding: 20px 0 30px 0;
    min-height: 24px;
}

.product_shen .list li .box .text span {
    font-size: 16px;
    color: #2575d5;
}
.product_shen .list li .box .text a{
    float:left;
	margin-left:10px;
	color: #999;
	width:100px;
	font-weight:bold;
	text-align: left;
}

.product_shen .list li .box .text a:hover{
    text-decoration:underline;
}

.product_shen .list li .box .text span i {
    color: #2575d5;
    padding-left: 10px;
    font-size: 13px;
    display: inline-block;
    transition: all .3s;
}

.product_shen .list li .box .img {
    width: 465px;
    height: 211px;
    background: url(../images/bg-cr.png) center no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    transition: all .3s;
}

.product_shen .list li .box .img img {
    height: 100%;
    transition: all .3s;
}

.product_shen .list li:hover .box .text span i {
    transform: translateX(5px);
    transition: all .3s;

}

.product_shen .list li:hover .box .img img {
    transition: all .4s;
    transform: scale(1.06);
}

.product_shen .list li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    background-color: #fafafa;
    left: -50vw;
    top: 0;
}

.product_shen .list li:nth-child(odd) {
    float: right;
    margin-right: 0px;
    background: #fff;
    margin-bottom: 20px;
}

.product_shen .list li:nth-child(odd) .box {
    float: left;
    margin-left: 120px;
    margin-right: 0;
}

.product_shen .list li:nth-child(odd)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    background-color: #fafafa;
    right: -50vw;
    left: auto;
    top: 0;
}

.product_shen .list li.big_active {
    width: 100%;
    background: #fff;
    margin: 20px 0px;}

.product_shen .list li.big_active .box {
    float: none;
    margin: 0 auto;
}

.product_shen .list li.big_active .box .img {
    margin: 0 auto;
    margin-top: 50px;
    width: 664px;
    height: 300px;
}

.product_shen .list li.big_active .box .text h4 {
    font-size: 48px;
    letter-spacing: 2px;
    overflow: visible;
}

.product_shen .list li.big_active .box .text p {
    font-size: 24px;
    padding: 35px 0 30px 0;
}

.product_shen .list li.big_active .box .text span {
    font-size: 20px;
}

.product_shen .list li.big_active .box .text i {
    vertical-align: 1px;
    font-size: 15px;
}

.product_shen .list li.big_active::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    background-color: #fafafa;
    right: -50vw;
    left: auto;
    top: 0;
}

.product_shen .list li.big_active::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    background-color: #fafafa;
    left: -50vw;
    right: auto;
    top: 0;
}

.pdt_list {
    /* *zoom: 1; */
    width: 100%;
    margin-top: 30px;
}

.pdt_list:before,
.pdt_list:after {
    display: table;
    line-height: 0;
    content: "";
}

.pdt_list:after {
    clear: both;
}

.pdt_list li {
    width: 33.3%;
    background-color: #fff;
    float: left;
    padding: 50px 0;
    /*margin-right: 1.25%;*/
    margin-bottom: 1.25%;
}

.pdt_list li:hover .box .img {
    background-image: url(../images/bg-cr-h.png);
    transition: all .3s;
}

.pdt_list li .box {
    float: right;
    text-align: center;
    width: 100%;
}

.pdt_list li .box .text {
    width: 100%;
}

.pdt_list li .box .text h4 {
    /* font-size: 24px; */
    font-size: 22px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
}

.pdt_list li .box .text p {
    font-size: 16px;
    padding: 15px 15px 25px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pdt_list li .box .text span {
    font-size: 16px;
    color: #2575d5;
}

.pdt_list li .box .text span i {
    color: #2575d5;
    padding-left: 10px;
    transition: all .3s;
    display: inline-block;
    font-size: 13px;
}

.pdt_list li .box .img {
    width: 80%;
    height: 100%;
    background: url(../images/bg-cr.png) center no-repeat;
    background-size: 100% auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    transition: all .3s;
}

.pdt_list li .box .img img {
    height: 100%;
    width: 86%;
    transition: all .3s;
}

.pdt_list li:hover .box .img img {
    transition: all .4s;
    transform: scale(1.05);
}

.pdt_list li:hover .box .text span i {
    transition: all .3s;
    transform: translate(5px, 0);
}

.pdt_list li:nth-child(3n) {
    margin-right: 0;
}

.factory_main .but {
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: #000000;
    height: 100px;
    background-color: #fafafa;
    margin-top: 20px;
}

.lishenwu {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.lishenwu .head_shen {
    background: #fff;
    margin-bottom: 10px;
    padding: 70px 0;
}

.lishenwu .head_shen .text {
    float: left;
    text-align: center;
    width: 50%;
    padding-top: 40px;
}

.lishenwu .head_shen .text h4 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 40px;
	text-align:left;
	margin: 0 5px 0 15px;

}

.lishenwu .head_shen .text h1 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    padding-bottom: 40px;
	text-align:left;
	margin: 0 5px 0 15px;

}

.lishenwu .head_shen .text p {
    font-size: 14px;
    line-height: 30px;
    width: 702px;
    margin: 0 5px 0 15px;
	text-align:left
}

.lishenwu .head_shen .img {
    float: left;
    position: relative;
    min-height: 17vw;
    width: 50%;
    text-align: center;
    z-index: 9;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center;
}

.lishenwu .head_shen .img .bg {
    width: 600px;
    height: 273px;
    position: absolute;
    /* background: url(../images/bg-cr.png) no-repeat top; */
    /* background-size: 100% auto; */
    top: 0;
    left: 50%;
    margin-left: -303px;
    z-index: -1;
}

.lishenwu_tall {
    background: #fff;
    padding: 50px 20px;
}

.lishenwu_tall table {
    width: 100%;
    padding: 20px;
    border-collapse: collapse;
    background: #fff;
}

.lishenwu_tall table tr th {
    text-align: center;
    padding: 9px 0;
    vertical-align: middle;
}


.lishenwu_tall table thead tr th {
    vertical-align: top;
    padding: 0 0 10px;
}

.lishenwu_tall table tr td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.lishenwu_tall table thead {
    border-bottom: #999 1px solid;
}

.lishenwu_tall table thead th:nth-child(1) {
    text-align: left;
}

.lishenwu_tall table thead th {
    color: #333333;
}

.lishenwu_tall table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.lishenwu_tall table tbody tr:hover th:first-child {
    transition: all .3s;
    color: #2575d5;
}

.lishenwu_tall table tbody tr:hover th .but_ts {
    background-color: #2575d5;
    border: solid 1px #2575d5;
    transition: all .3s;
    color: #fff;
}

.lishenwu_tall table tbody tr:hover th .pdf {
    background: url(../images/pdf_show.png) center no-repeat;
    background-size: 100% auto;
}

.lishenwu_tall table tbody tr th:nth-child(1) {
    white-space: nowrap;
    font-family: Arial-BoldMT;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    text-indent: 15px;
}

.lishenwu_tall table tbody tr th:nth-child(1) span {
    display: none;
}

.lishenwu_tall table tbody tr th .but_ts {
    display: block;
    width: 72px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #dddddd;
    margin: 0 auto;
    transition: all .3s;
}

.lishenwu_tall table tbody tr th .pdf {
    width: 16px;
    height: 18px;
    margin: 0 auto;
    display: block;
    background: url(../images/pdf.png) center no-repeat;
    background-size: 100% auto;
    transition: all .3s;
}

.lishenwu_tall .li_det {
    padding-top: 30px;
}

.lishenwu_tall .li_det p {
    line-height: 30px;
}

.lishenwu_tall .li_det h6 {
    font-size: 14px;
    line-height: 30px;
    color: #2575d5;
}

.product_det {
    padding-top: 60px;
}

.product_det .det_title h4 {
    font-size: 24px;
    line-height: 60px;
    border-bottom: #ddd 1px solid;
}

.product_det .det {
    border-top: #ddd 1px solid;
    padding: 40px 0;
    clear: both;
}

.product_det .det h4 {
    font-size: 14px;
    line-height: 30px;
    color: #2575d5;
}

.product_det .det p {
    line-height: 30px;
}

.product_det .left {
    float: left;
    width: 94%;
}

.product_det .left .biaoge {
    padding-top: 30px;
}

.product_det .left .biaoge table {
    width: 100%;
}

.product_det .left .biaoge tr {
    height: 36px;
}

.product_det .left .biaoge tr td {
    vertical-align: middle;
    text-indent: 20px;
}

.product_det .left .biaoge tr td:nth-child(1) {
    width: 40%;
}

.product_det .left .biaoge tr:nth-child(even) {
    background-color: #f8f8f8;
}

.product_det .left .gree {
    width: 72px;
    padding: 30px 0;
}

.product_det .right {
    width: 42%;
    float: right;
}

.product_det .right .act {
    padding: 40px 0;
}

.product_det .right .act img {
    cursor: pointer;
}

.pdt_det_lay_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 10%;
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.pdt_det_lay_img img {
    vertical-align: middle;
}

.pdt_det_lay_img.open {
    opacity: 1;
    transition: all .3s;
    visibility: visible;
}

.pdt_det_lay_img .close_btn {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: -15px;
    cursor: pointer;
    right: -25px;
}
.hot_ {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    text-indent: 0;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    vertical-align: 1px;
    background: #2575d5;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}
.hot_:hover .hot_show{
    opacity: 1;
}
.hot_show {
    opacity: 0;
    transition: .4s;
    position: absolute;
    left: 16px;
    top: -22px;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f3f1f1;
    color: #666;
    text-indent: 0;
    font-size: 12px;
    font-weight: normal;
}

/*-------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .container {
        width: 768px
    }

    .pc-none {
        display: none
    }


    header .navbar-header {
        position: absolute;
        left: 0;
        top: 0;
    }

    header .nav-drop {
        height: 84px;
        text-align: center;
    }

    header .nav-drop>ul {
        display: inline-block;
    }

    header .nav-drop>ul li {
        float: left;
        line-height: 84px;
        margin: 0 30px;
        text-align: center;
        transition: all .32s;
    }

    header .nav-drop>ul li a {
        font-size: 16px;
        color: #fff;
    }

    header .right_cnt {
        line-height: 84px;
        position: absolute;
        right: 0;
        top: 0;
    }

    header .right_cnt i {
        color: #333
    }

    header .right_cnt .icon-search {
        cursor: pointer;
        font-size: 20px;
        color: #fff;
    }

    header .right_cnt .langu {
        cursor: pointer;
        margin-left: 50px;
        float: right;
        color: #fff;
        position: relative
    }

    header .right_cnt .langu i {
        margin-left: 10px;
        font-size: 10px
    }

    header .right_cnt .langu .langu_list {
        background: #fff;
        position: absolute;
        top: 100%;
        left: -50%;
        width: 100px;
        z-index: 2;
        text-align: center;
        padding: 10px 0;
        border: 1px solid #ddd;
        border-top: none;
        display: none
    }

    header .right_cnt .langu .langu_list dl dd {
        line-height: 40px
    }

    header .right_cnt .langu .langu_list dl dd a {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    header .right_cnt .langu .langu_list dl dd:hover a {
        color: #2575d5;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    header .right_cnt .langu .langu_list:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

}

@media only screen and (min-width: 991px) {
    .container {
        width: 960px
    }

    .searchresults {
        pointer-events: none;
        position: absolute;
        top: 0;
        z-index: 2;
        left: 16.66667%;
        width: 66.66667%;
        height: 100vh;
        opacity: 0;
    }

    .searchresults .searchform-wrapper {
        padding: 26px 0;
        height: 84px;
        opacity: 0;
        position: relative;
        box-sizing: border-box;
        line-height: 30px;
        width: 40%;
        float: right;
    }

    .searchresults .searchform-wrapper i {
        color: #333;
        float: left;
    }

    .searchresults .searchform-wrapper .search_cancel_btn {
        display: none;
    }

    .searchresults .searchform-wrapper .icon-search {
        margin-right: 10px;
        margin-top: 1px;
        font-size: 20px;
    }

    .searchresults .searchform-wrapper input {
        width: 90%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        float: left;
        color: #333;
    }

    .searchresults .searchform-wrapper .icon-close {
        position: absolute;
        right: 0;
        padding: 0;
        cursor: pointer;
        font-size: 24px;
    }

    .searchresults .searchform-wrapper .icon-close:hover {
        opacity: .65;
        transition: all .3s;
    }

    .searchresults .searchresults-section {
        background: #fff;
        border-top: none;
        max-height: calc(56%);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 24px 40px;
        clear: both;
        text-align: left;
    }

    .searchresults .searchresults-section h3 {
        margin-bottom: 10px;
    }

    .searchresults .searchresults-section ul li a {
        padding: 6px 0 6px 20px;
        display: block;
        color: #333;
    }

    .searchresults .searchresults-section ul li:hover a {
        background: #f2f2f2;
    }

    .idx_header .searchresults .searchform-wrapper {
        padding: 26px 0;
        height: 84px;
    }

    .idx_header .searchresults .searchform-wrapper input,
    .idx_header .searchresults .searchform-wrapper i {
        color: #fff;
    }

    .idx_header .searchresults .searchform-wrapper .icon-close {
        color: #fff;
    }
}

@media (min-width: 1230px) {
    .banner .ban1 .banner_img {
        -webkit-animation: banner_img linear 2s;
        animation: banner_img linear 2s
    }
}

@media (max-width: 1560px) and (min-width: 1230px) {
    .pub_pd {
        padding: 60px 0 30px 0;
    }

    .container {
        width: 1200px
    }

    .banner .ban3 .box .title3_p {
        font-size: 20px;
    }

    .banner .ban1 .banner1_img {
        width: 642px;
        margin: 90px 80px 0 0;
    }

    .banner .idx_ban2 .banner2_img {
        width: 480px;
        bottom: -110px;
        right: -190px;
    }

    .banner .idx_ban2 .banner2_img2 {
        bottom: -470px;
        width: 480px;
        left: -140px;
    }

    .banner .idx_ban3 .banner3_img2 {
        width: 550px;
    }

    .series-list .scroll .frame {
        width: 1200px
    }

    .idx_news_main h2 {
        font-size: 40px
    }

    .search_pdt {
        padding: 80px 0 100px
    }

    .search_pdt .form_sub {
        padding: 55px 40px
    }

    .pdt_list li .box .text h4 {
        font-size: 20px;
    }

    .pdt_list li .box .text p {
        font-size: 15px;
        padding: 10px 15px 20px 15px;
    }

    .search_pdt .search_pdt_right {
        width: 665px
    }

    .search_pdt .search_pdt_right h2 {
        font-size: 52px;
        line-height: 42px
    }

    .search_pdt .search_pdt_right h3 {
        font-size: 40px
    }

    .search_pdt .search_pdt_right .more {
        top: 70px
    }

    .banner .ban2 .box .title2_1 {
        font-size: 36px;
        padding-bottom: 55px;
    }

    .banner .ban1 .box .title1 {
        font-size: 50px;
        margin-bottom: 50px
    }

    .banner .ban1 .box .title2 {
        font-size: 62px
    }

    .banner .banner_img {
        width: 1200px
    }

}

@media only screen and (min-width: 1560px) {
    .lishenwu .head_shen .img img {
        max-width: 415px;
    }

    .container {
        width: 1430px
    }
}

/* @media only screen and (min-width: 1560px) {
    .banner .swiper-slide {
        height: 900px
    }
} */

@media only screen and (max-width: 1560px) {

    .down_title ul li a {
        font-size: 24px;
    }

    .banner .idx_ban3 .box {
        flex: 0 1 400px;
    }

    .banner .idx_ban3 .box .title2_1 {
        width: 320px;
    }

    .banner .idx_ban3 .box .title2_2 {
        font-size: 26px;
    }

    .banner .idx_ban3 .box .title1 {
        font-size: 40px;
    }

    .banner .idx_ban3 .idx_ban2_img1 {
        margin-top: 90px;
        width: 280px;
    }

    .banner .idx_ban3 .idx_ban2_img2 {
        width: 400px;
    }

    .banner .idx_ban3 .banner3_date {
        width: 630px;
        top: 60px;
        left: 205px;
    }

    .down_title {
        padding-bottom: 30px;
    }

    .pdt_det_top .box .border_cnt {
        padding: 30px 0
    }

    .application_form .head {
        font-size: 18px;
        height: 62px;
        line-height: 62px;
    }

    .application_form .box {
        padding: 30px 40px 40px;
    }

    .application_form .head i {
        font-size: 20px;
    }

    .application_form .box input {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .application_form .box textarea {
        height: 60px;
    }

    .application_form .pub-more2 {
        padding: 4px 0;
    }

    .service_det .box_pd {
        padding: 50px 60px;
    }

    .service_det .apply_trial .box dl {
        padding-top: 40px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .service_det .apply_trial .box dl dd .til {
        width: 100px;
        height: 100px;
    }

    .service_det .apply_trial .box dl dd .til .num {
        font-size: 46px;
        padding: 30px 0 10px;
    }

    .service_det .apply_trial .box dl dd .til p {
        font-size: 16px;
    }

    .service_det .apply_trial h3 {
        padding: 20px 0 10px;
    }

    .application_form {
        width: 400px;
    }

    .pdt_det_top .box .border_cnt p {
        margin-bottom: 8px
    }

    .pdt_det_top .box h3 {
        font-size: 30px
    }

    .recommended_related .responsive .slick-slide .box {
        margin-top: 20px
    }

    .recommended_related .responsive .slick-slide .box h4 {
        font-size: 16px
    }

    .recommended_related .responsive .slick-slide .box span {
        font-size: 14px
    }

    .pdt-list-info ul li .title {
        width: 160px;
        font-size: 16px
    }

    .pdt-list-info ul li .box .sm_list {
        margin-bottom: 20px;
        width: 25%;
        font-size: 15px
    }

    .pdt-list-info ul li .box p {
        font-size: 15px
    }

    .contact_cnt_list ul li {
        padding: 30px
    }

    .contact_cnt_list ul li .box h3 {
        margin: 18px 0;
        font-size: 24px
    }

    .contact_cnt_list ul li .box p {
        line-height: 26px;
        font-size: 15px
    }

    .contact-content .box {
        padding-top: 50px
    }

    .contact-content .box h3 {
        font-size: 27px
    }

    .comestic_area .box ul li {
        padding: 20px 50px
    }

    .comestic_area .box ul li .name {
        right: 50px
    }

    .news-main-list ul li {
        padding: 35px 50px
    }

    .news-main-list ul li figure {
        margin-bottom: 45px
    }

    .service_list ul li .box .more {
        margin-top: 40px
    }

    .service_list ul li .ser_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%
    }

    .about_jobs_det h2 {
        font-size: 30px;
        margin-bottom: 30px
    }

    .subnav_list ul li {
        margin: 0 25px
    }

    .about_team ul li {
        height: 358px
    }

    .about_team ul li .box {
        padding: 0 30px;
        height: 358px
    }

    .about_team ul li .box figure {
        width: 126px;
        height: 126px
    }

    .about_team ul li .box h3 {
        font-size: 24px;
        margin: 26px 0 10px
    }

    .about_team ul li .box h4 {
        font-size: 16px
    }

    .about_team ul li:hover figure {
        width: 100px;
        height: 100px
    }

    .pub_pd {
        padding: 60px 0 20px 0
    }

    .lishenwu {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lishenwu .head_shen {
        padding: 60px 0;
    }

    .lishenwu .head_shen .text {
        float: left;
    }

    .lishenwu .head_shen .text h4 {
        font-size: 34px;
        line-height: 38px;
        padding-bottom: 25px;
    }

    .lishenwu .head_shen .text p {
        font-size: 16px;
    }

    .lishenwu .head_shen .img {
        width: 43%;
    }

    .lishenwu .head_shen .img .bg {
        top: 0;
        left: -10%;
        margin-left: 0;
        z-index: -1;
    }
}

@media only screen and (max-width: 1439px) {
    .banner .swiper-slide {
        height: 650px
    }

    .banner .banner-pagination {
        bottom: 36px;
    }

    .banner .ban1 .banner1_img {
        width: 542px;
        margin: 140px 130px 0 0;
    }

    .banner .idx_ban1 .title1 img {
        width: 850px;
    }

    .banner .idx_ban1 .title3_1 img {
        width: 500px;
    }

    .service2_box ul li {
        margin-bottom: 40px;
    }

    .service2_box ul li h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .service2_box ul li .tel_phone,
    .service2_box ul li .tel_phone a {
        font-size: 28px;
    }

    /*---------------------------------------------------------------------------*/

    .product_shen .list li .box {
        margin-right: 80px;
    }

    .product_shen .list li:nth-child(even) .box {
        margin-left: 80px;
    }

    .product_shen .list li .box .text h4 {
        font-size: 32px;
    }

    .product_shen .list li .box .text p {
        font-size: 16px;
        padding: 16px 0 24px 0;
    }

    .product_shen .list li .box .text span i {
        font-size: 14px;
    }

	.product_shen .list li .box .text span a {
        float:left;
		margin-right:10px;
    }

    .product_shen .list li.big_active .box .text h4 {
        font-size: 40px;
    }

    .product_shen .list li.big_active .box .text p {
        font-size: 20px;
        padding: 25px 0;
    }

    .product_shen .list li.big_active .box .text span {
        font-size: 18px;
    }

    /*---------------------------------------------------------------------------*/

}

@media only screen and (max-width: 1230px) {

    .pdtList2 h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .pdtList2 .container>p {
        font-size: 16px;
    }

    footer .foot-top .sub_search {
        display: none;
    }

    .lishenwu_tall table tr th:nth-last-child(3),
    .lishenwu_tall table tr th:nth-last-child(4) {
        display: none;
    }

    .search_pdt .form_sub {
        width: 100%;
        margin: 0 auto 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .banner .ban3 .box .title3_p {
        font-size: 18px;
    }

    .banner .ban2 .box .title2_1 {
        font-size: 36px;
        padding-bottom: 55px;
    }

    .banner .ban1 .banner1_img {
        margin-right: 40px;
    }

    .banner .idx_ban2 .banner2_img {
        width: 400px;
        bottom: -140px;
        right: -180px;
    }

    .banner .idx_ban2 .banner2_img2 {
        bottom: -425px;
        width: 400px;
        left: -140px;
    }

    .banner .idx_ban3 .banner3_img2 {
        width: 450px;
    }

    .banner .idx_ban3 .box .title2_1 {
        width: 260px;
    }

    .banner .idx_ban3 .box .title2_2 {
        margin: 36px 0 30px;
    }

    .banner .idx_ban3 .idx_ban2_img1 {
        margin-top: 70px;
        width: 200px;
    }

    .banner .idx_ban3 .idx_ban2_img2 {
        width: 300px;
    }

    .banner .idx_ban3 .banner3_date {
        width: 500px;
        top: 40px;
        left: 145px;
    }

    .banner .idx_ban3 .box .more {
        margin: 0;
    }

    .banner .idx_ban3 .banner3_date .slide h3 {
        font-size: 33px;
    }

    .banner .idx_ban3 .banner3_date .slide.active h3 {
        font-size: 50px;
    }

    .banner .idx_ban3 .banner3_date .slide p {
        margin: 10px 0;
    }


    .pub_banner .pc_banner {
        height: 320px;
    }

    .pub_banner .box p {
        padding: 35px 0 42px;
    }

    .pub_banner .box h4 {
        font-size: 36px;
    }

    .news-dets h2 {
        font-size: 22px;
    }

    .down_title {
        padding-bottom: 20px;
    }

    .down_title ul li a {
        font-size: 20px;
        margin-right: 40px;
    }

    .ser3_down_list ul li {
        padding: 20px;
    }

    .ser3_down_list ul li h3 {
        font-size: 16px;
    }

    .ser3_down_list ul li .down_btn {
        top: 20px;
    }

    .ser3_down_list ul li .down_btn {
        width: 130px;
    }

    .service2_box ul {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .service_det .box_pd {
        padding: 50px;
    }

    .service_det .apply_trial {
        width: 43%;
    }

    .service_det .apply_trial .box dl dd .til {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .service_det .apply_trial .box dl dd .til .num {
        font-size: 38px;
        padding: 20px 0 10px;
    }

    .service_det .apply_trial h3 {
        padding: 5px 0;
    }

    .service_det .apply_trial p {
        font-size: 14px;
    }

    .about_deve .deve_img， {
        width: 400px;
        margin: 0 auto
    }

    .yq_bor {
        height: 380px;
    }

    #chassis {
        width: 400px;
        height: 400px;
    }

    #since svg {
        width: 380px;
        height: 380px;
    }

    #since circle {
        stroke-width: 60px;
    }

    #since span {
        height: 80px;
    }

    #since span {
        -webkit-transform-origin: 0 200px;
    }

    .about_deve .ab_deve_container .swiper-slide-active .year {
        font-size: 100px
    }

    .about_info .att_cnt .info h2 {
        font-size: 30px
    }

    .about_info .att_cnt .increase_grow ul li .bignum span {
        font-size: 62px
    }

    .about_info .att_cnt .increase_grow ul li .bignum i {
        margin: 0 0 0 14px;
        font-size: 16px
    }

    .about_info .att_cnt .increase_grow ul li p {
        font-size: 16px;
        margin-top: 5px;
    }

    .about_info .att_cnt .increase_grow ul li:nth-child(even) .bignum i {
        font-size: 25px
    }

    .pdt-show-list ul>li .listimg {
        width: 250px
    }

    .pdt-show-list ul>li .box {
        margin-left: 30px
    }

    .recommended_related {
        padding: 40px 0
    }

    .recommended_related .head {
        font-size: 18px;
        margin-bottom: 20px
    }

    .pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px
    }

    .pdt_det_top .box .border_cnt {
        margin-bottom: 20px
    }

    .pdt_det_top .box .box_cnt {
        margin-top: 20px
    }

    .pdt_det_top .box .box_cnt a {
        margin-right: 10px;
        width: 126px;
    }

    .pdt_det_top .box p {
        line-height: 24px;
    }

    .recommended_related .responsive {
        margin: 0 10px
    }

    .recommended_related .responsive .slick-slide {
        margin: 0 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .contact_cnt_list ul li {
        margin: 0 20px 20px 0;
        width: calc(50% - 20px);
        padding: 20px
    }

    .contact_cnt_list ul li .box h3 {
        margin: 8px 0 13px;
        font-size: 22px
    }

    .contact_cnt_list ul li .box p {
        line-height: 22px;
        font-size: 14px
    }

    .contact-content .box {
        padding: 50px 40px 0
    }

    .contact-content .box h3 {
        font-size: 23px;
        margin-bottom: 20px
    }

    .contact-content .box p {
        font-size: 15px
    }

    .contact_main .head {
        font-size: 26px
    }

    .comestic_area .box ul li {
        padding: 20px 4%
    }

    .comestic_area .box ul li .name {
        position: static;
        margin-top: 5px;
        display: block
    }

    .comestic_area .box ul li h3 {
        font-size: 20px
    }

    .comestic_area .box ul li .link {
        margin: 15px 0 24px
    }

    .overseas_agent .box ul li .more {
        font-size: 12px;
        width: 120px;
        height: 32px;
        line-height: 32px
    }

    .news-main-list ul li {
        padding: 30px
    }

    .news-main-list ul li figure {
        margin-bottom: 35px
    }

    .news-main-list ul li h3 {
        font-size: 20px;
        margin: 10px 0 30px
    }

    .about_team ul li {
        width: calc(33.33% - 20px)
    }

    .subnav_list ul li {
        margin: 0 40px
    }

    .case-list ul li .box {
        padding: 20px
    }

    .case-list ul li .box h4 {
        font-size: 18px
    }

    .series-list .wrap ul li {
        width: 226px
    }

    .search_pdt {
        padding: 60px 0 80px
    }

    .search_pdt .form_sub {
        float: none;
        margin: 0 auto 30px
    }

    .search_pdt .search_pdt_right {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .search_pdt .search_pdt_right h2 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 20px
    }

    .search_pdt .search_pdt_right h3 {
        font-size: 38px
    }

    .search_pdt .search_pdt_right .more {
        top: 75px;
        right: 40px
    }

    .banner .ban1 .box .title1 {
        font-size: 40px;
        margin-bottom: 40px
    }

    .banner .ban1 .box .title2 {
        font-size: 52px
    }

    .banner .ban1 .box .more {
        margin-top: 80px
    }

    .banner .ban1 .banner_img {
        top: 140px;
        right: -400px;
        width: 920px
    }

    .idx_news_main h2 {
        margin-bottom: 40px;
        font-size: 34px
    }

    .idx_news_main p {
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        text-overflow: ellipsis
    }

    .idx_news_main .exhi {
        width: 46%
    }

    .idx_news_main .exhi p {
        font-size: 16px
    }

    .idx_news_main .news_list {
        width: 48%
    }

    .idx_news_main .news_list ul li {
        padding: 30px 0
    }

    .idx_news_main .news_list h4 {
        margin-bottom: 10px;
        font-size: 16px
    }

    header,
    header .head_fix {
        height: 70px
    }

    header .navbar-header .logo-img {
        line-height: 70px;
        height: 70px;
        width: 180px
    }

    /* header .navbar-header .logo-img a img {
        width: 120px
    } */

    header .navbar-header .logo-name {
        display: none
    }

    header .nav-drop {
        height: 76px
    }

    header .nav-drop ul {
        overflow: hidden
    }

    header .nav-drop ul li {
        margin: 0 18px;
        line-height: 70px;
    }

    header .right_cnt {
        line-height: 70px;
    }

    footer .logo {
        padding-top: 45px
    }

    footer .foot-top .sub_search {
        margin-top: 10px
    }

    footer .foot-copy {
        padding: 24px 0
    }

    .banner .ban2 .box .more {
        margin-top: 60px;
    }

    /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
    .product_shen .list li .box {
        margin-right: 40px;
    }

    .product_shen .list li .box .text h4 {
        font-size: 32px;
        line-height: 32px;
    }

    .product_shen .list li .box .text p {
        padding: 10px 0 20px 0;
    }

    .product_shen .list li .box .text span {
        font-size: 14px;
        color: #2575d5;
    }

    .product_shen .list li .box .text span i {
        color: #2575d5;
        padding-left: 10px;
    }

	.product_shen .list li .box .text span a{
        float:left;
		margin-right:10px;
    }

    .product_shen .list li .box .img {
        width: 400px;
        margin-top: 30px;
    }

    .product_shen .list li:nth-child(even) .box {
        margin-left: 40px;
        margin-right: 0;
    }

    .product_shen .list li.big_active {
        width: 100%;
    }

    .product_shen .list li.big_active .box {
        float: none;
        margin: 0 auto;
    }

    .product_shen .list li.big_active .box .img {
        margin: 0 auto;
        margin-top: 50px;
        width: 600px;
        height: 270px;
    }

    .product_shen .list li.big_active::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50vw;
        background-color: #fafafa;
        right: -50vw;
        left: auto;
        top: 0;
    }

    .pdt_list li {
        padding: 30px 0;
    }

    .pdt_list li .box .text h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .pdt_list li .box .text p {
        font-size: 14px;
        padding: 10px 15px 16px 15px;
    }

    .pdt_list li .box .text span {
        font-size: 14px;
    }

    .pdt_list li .box .text span i {
        font-size: 14px;
    }

    .pdt_list li .box .img {
        margin-top: 20px;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 0;
    }

    .factory_main .but {
        line-height: 80px;
        font-size: 20px;
        height: 80px;
    }

    .lishenwu .head_shen {
        padding: 60px 0;
    }

    .lishenwu .head_shen .text {
        float: left;
    }

    .lishenwu .head_shen .text h4 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .lishenwu .head_shen .text p {
        font-size: 14px;
        width: 353px;
        line-height: 26px;
    }

    .lishenwu .head_shen .img {
        width: 43%;
    }

    .lishenwu .head_shen .img .bg {
        width: 120%;
        height: 273px;
        top: -4px;
        left: -10%;
    }

    .product_shen .list li:nth-child(even) .box {
        margin-right: 40px;
        /* margin-right: 0; */
    }

    .product_shen .list li:nth-child(odd) .box {
        float: left;
        margin-left: 40px;
        margin-right: 0;
    }

    /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

}

@media only screen and (max-width: 990px) {

    .pdt_det_top {
        padding: 20px 0;
    }

    .product_det {
        padding-top: 40px;
    }

    .product_det .det_title h4 {
        font-size: 22px;
        line-height: 50px;
    }

    .lishenwu_tall table tr th {
        font-size: 11px;
        line-height: 15px;
        padding: 4px 0;
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .banner .ban2 .box .title2_1 {
        font-size: 30px;
        padding-bottom: 35px;
    }

    .banner .ban2 .box .more {
        margin-top: 40px;
    }

    .banner .ban1 .box .title1 {
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .banner .ban1 .box .title3_1 {
        font-size: 16px;
        margin: 20px 0 15px;
    }

    .banner .ban1 .box .title3_2 {
        font-size: 22px;
        line-height: 36px;
    }

    .banner .ban1 .banner1_img {
        margin: 220px 0 0 0;
        width: 442px;
    }

    .banner .idx_ban2 .banner2_img {
        width: 300px;
        bottom: -120px;
        right: -140px;
    }

    .banner .idx_ban2 .banner2_img2 {
        bottom: -325px;
        width: 300px;
        left: -90px;
    }

    .banner .idx_ban3 .banner3_img2 {
        width: 350px;
    }

    .banner .idx_ban3 .box {
        flex: 0 1 340px;
    }

    .banner .idx_ban3 .idx_ban2_img1 {
        width: 150px;
    }

    .banner .idx_ban3 .idx_ban2_img2 {
        width: 240px;
    }

    .banner .idx_ban3 .banner3_date {
        width: 460px;
        top: 0px;
        left: 105px;
    }

    header .nav-drop ul li a {
        font-size: 14px;
        color: #ccc;
    }

    .search_results .xinhao_inp,
    .search_results .on_submit {
        line-height: 50px;
        height: 50px;
    }

    .search_results .input-group {
        margin-bottom: 20px;
    }

    .search_results ul li.menu-item {
        padding: 5px 0;
    }

    .obtain_cnt {
        width: 90%;
        left: 5%;
        top: 18%;
        margin: 0;
        box-sizing: border-box;
        height: 570px;
    }

    .obtain_cnt h2 {
        margin-bottom: 30px;
        padding-top: 49px;
        font-size: 26px;
    }

    .obtain_cnt .obtain_cnt_box {
        width: 80%;
        margin: 20px auto;
    }

    .obtain_cnt .int_list,
    .obtain_cnt .int_list input {
        height: 40px;
        line-height: 40px;
    }

    .obtain_cnt a.pub-more {
        height: 42px;
        line-height: 42px;
    }

    .application_form {
        width: 330px;
    }

    .about_deve .number {
        top: 190px;
        font-size: 231px
    }

    .about_deve .ab_deve_container .swiper-slide-active .year {
        font-size: 80px;
        line-height: 60px;
        margin: 40px 0 42px;
    }

    .about_deve .ab_deve_container .swiper-slide p {
        font-size: 14px
    }

    .factory_main h2 {
        font-size: 30px
    }

    header .nav-drop ul {
        display: block;
    }

    header .nav-drop ul li {
        line-height: 44px;
        border-bottom: 1px solid #282828;
        float: none;
        text-align: left;
    }

    .right_cnt i.icon-search {
        display: none;
    }

    .right_cnt {
        margin: 0 18px;
    }

    header .nav-drop .langu {
        position: relative;
        background: none;
        border: 0;
    }

    header .nav-drop .langu p {
        line-height: 44px;
    }

    header .nav-drop .langu p i {
        float: right;
    }

    header .nav-drop .langu dl {
        padding: 0 0 0 40px;
    }

    header .nav-drop .langu dl dd {
        padding: 10px 0;
        border-bottom: 1px solid #666;
    }

    header .nav-drop .langu dl dd a {
        color: #666;
    }

    .factory_main .factory_cnt ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .about_info .att_cnt .increase_grow ul li {
        margin-bottom: 50px
    }

    .about_info .att_cnt .increase_grow ul li .bignum {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .about_info .att_cnt .increase_grow ul li .bignum span {
        font-size: 26px;
        line-height: 40px;
    }

    .about_info .att_cnt .increase_grow ul li .bignum i {
        vertical-align: 25px;
        margin: 0 0 0 10px;
        font-size: 14px
    }

    .pdt_det_top .dpflex {
        display: block
    }

    .pdt_det_top .pdt_det_container {
        width: 100%;
    }

    .pdt_det_top .pdt_det_container img {
        max-width: 600px;
        margin: 0 auto;
    }


    .pdt_det_top .box {
        display: block;
        width: 100%;
        padding: 0 0 40px
    }

    .pdt_det_top .box .border_cnt p {
        margin: 0;
        font-size: 14px
    }

    .pdt_det_top .box h3 {
        font-size: 26px
    }

    .pdt_det_top .box .box_cnt a {
        margin-right: 10px;
        width: 120px;
        margin-bottom: 10px
    }

    .contact_cnt_list ul li .box {
        padding-left: 15px
    }

    .contact_cnt_list ul li .box h3 {
        margin: 0 0 10px;
        font-size: 18px
    }

    .pdt-list-info ul li .title {
        width: 120px
    }

    .pdt-list-info ul li .box .sm_list {
        width: 50%
    }

    .news-main-list ul li {
        width: 50%
    }

    .news-main-list ul li h3 {
        font-size: 18px;
        height: initial;
        margin-bottom: 20px;
    }

    .news-main-list ul li:nth-child(3n) {
        border-right: 1px solid #ddd
    }

    .news-main-list ul li:nth-child(2n) {
        border-right: none
    }

    .about_jobs table td {
        font-size: 14px;
        padding: 14px 7px
    }

    .about_jobs table td .more {
        font-size: 14px !important;
        width: 90px !important
    }

    .about_jobs table td.td5 {
        padding-left: 0
    }

    .service_list ul li .box h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .service_list ul li .box p {
        -webkit-line-clamp:unset;
        font-size: 14px;
    }

    .service_list ul li .box .more {
        width: 110px;
        line-height: 36px;
        margin-top: 30px
    }

    .banner .ban1 .banner_img {
        top: 220px;
        right: -330px;
        width: 720px
    }

    .about_team ul li .box {
        padding: 0 20px
    }

    .series-list .wrap ul li {
        width: 280px
    }

    header .navbar-logo {
        position: relative;
        padding: 5px 0;
        z-index: 10;
        background: #000;
        text-align: center;
    }

    header .navbar-logo img {
        vertical-align: middle;
        width: 100px;
    }

    header .li-gouwu_btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 19px 20px 0 0;
    }

    header .li-gouwu_btn i {
        color: #fff;
        font-size: 24px;
    }

    header .ac_bagview {
        width: 100%;
        right: 0;
        box-sizing: border-box;
        top: 67px;
        border-right: 0;
        border-left: 0;
    }

    header .ac_bagview span.ac_bagview-caret:before {
        left: auto;
        right: 19px;
    }

    header .search-form-box {
        display: none;
    }

    header .nav-drop {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        padding-top: 62px;
        left: 0%;
        top: -100%;
        opacity: 0;
        transition: all .3s;
        pointer-events: none;
    }

    header .nav-drop nav {
        width: 100%;
        padding: 0 0 16px;
        box-sizing: border-box;
        z-index: 1;
        overflow-y: auto;
        opacity: 0;
        height: calc(-42%);
        visibility: hidden;
        transition: visibility .6s, opacity 0.4s;
        -webkit-overflow-scrolling: touch;
    }

    header .nav-drop nav ul {
        padding: 0 0 0 20px;
    }

    header .nav-drop nav ul li {
        border-top: 1px solid #282828;
        line-height: 44px;
    }

    header .nav-drop nav ul li a {
        color: #fff;
    }

    header .nav-drop nav ul li i {
        float: right;
        margin-right: 20px;
        color: #fff;
    }

    header .nav-drop nav ul li.active i {
        transform: rotate(180deg);
        transition: all .3s;
    }

    header .nav-drop nav ul li .tab-con {
        display: none;
    }

    header .nav-drop nav ul li .tab-con .sub-title {
        display: none;
    }

    header .nav-drop nav ul li .tab-con dl {
        padding-left: 20px;
    }

    header .nav-drop nav ul li .tab-con dl dd {
        line-height: 35px;
    }

    header .nav-drop nav ul li .tab-con dl a {
        font-size: 12px;
        color: #999;
    }

    header .nav-drop nav ul li.li-lang dl {
        padding: 0 0 0 40px;
        position: relative;
        background: none;
        border: 0;
    }

    header .nav-drop nav ul li.li-lang dl:after {
        display: none;
    }

    header .nav-drop nav ul li.li-lang dl dd {
        padding: 10px 0;
        border-bottom: 1px solid #666;
    }

    header .nav-drop nav ul li.li-lang dl a {
        color: #ccc;
    }

    header .nav-drop nav .nav-list-left li:first-child {
        border-top: none;
    }

    header .li-search,
    header .li-gouwu {
        display: none;
    }

    header .li-lang {
        color: #fff;
    }

    header .li-lang i {
        font-size: 16px;
    }

    header .nav-drop.mobile_search .nav-list {
        opacity: 0;
        visibility: hidden;
        transition: all 0s;
    }

    header .nav-drop.mobile_search .search_cancel_btn {
        display: block;
        color: #fff;
        position: absolute;
        right: 20px;
        top: 0;
        line-height: 40px;
    }

    header .nav-drop.mobile_search .searchform-wrapper input {
        width: calc(60%);
    }

    header .nav-drop.mobile_search .searchresults-section {
        padding-left: 20px;
        visibility: visible;
        opacity: 1;
        transition: all .3s;
        height: auto;
        pointer-events: all;
    }

    header .nav-drop.mobile_search .searchresults-section h3 {
        color: #999;
        font-size: 10px;
    }

    header .nav-drop.mobile_search .searchresults-section ul li {
        border-top: 1px solid #282828;
        line-height: 42px;
    }

    header .nav-drop.mobile_search .searchresults-section ul li a {
        color: #fff;
        display: block;
    }

    header .nav-drop.mobile_search .searchresults-section ul li:first-child {
        border: 0;
    }

    header .searchresults {
        position: relative;
        margin: 20px 0 0;
        padding: 0 20px;
    }

    header .searchresults .searchform-wrapper {
        margin-bottom: 20px;
    }

    header .searchresults .searchform-wrapper input {
        border-radius: 6px;
        display: block;
        width: 100%;
        background: #282828;
        line-height: 40px;
        color: #fff;
        text-indent: 2em;
        text-indent: 2em;
        font-size: 15px;
    }

    header .searchresults .searchform-wrapper .icon-search {
        position: absolute;
        left: 26px;
        top: 8px;
        font-size: 20px;
    }

    header .searchresults .searchresults-section {
        visibility: hidden;
        opacity: 0;
        height: 0;
        pointer-events: none;
    }

    header .searchresults .icon-close,
    header .searchresults .search_cancel_btn {
        display: none;
    }

    header .burger {
        display: block;
    }

    header .user-nav ul li {
        display: none;
    }

    header .user-nav ul li.search-item {
        display: block;
    }

    header .user-nav ul li .headericon-close {
        position: absolute;
        right: 54px;
        height: 54px;
        padding: 0 13px;
        border-left: 1px solid #dedede;
        top: 0;
    }

    header .user-nav ul li .headericon-close i {
        font-size: 24px;
        color: #969696;
    }

    header .user-nav ul li .close-btn {
        display: none;
    }

    ._menu-opened {
        overflow-y: scroll;
        height: 100%;
    }

    ._menu-opened body {
        overflow: hidden;
        height: 100%;
    }

    ._menu-opened .nav-drop {
        top: 0;
        opacity: 1;
        transition: all .5s;
        pointer-events: all;
    }

    ._menu-opened .nav-drop nav {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s, 0.26667s;
    }


    .burger {
        position: absolute;
        padding: 16px 20px;
        top: 0;
        left: auto;
        cursor: pointer;
        z-index: 102;
        right: 0;
        pointer-events: all
    }

    .burger__items {
        position: relative;
        display: block;
        width: 24px;
        height: 40px;
        transition: -webkit-transform .3s;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .mobile .burger__items {
        width: 30px
    }

    .burger__item {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 0;
        -webkit-transition: all .3s .3s;
        transition: all .3s .3s
    }

    .burger__item:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #969696;
        transition: background-color .2s 0s, -webkit-transform .3s;
        -webkit-transition: background-color .2s 0s, -webkit-transform .3s;
        transition: transform .3s, background-color .2s 0s;
        transition: transform .3s, background-color .2s 0s, -webkit-transform .3s
    }

    html:not(._menu-opened) .header[data-theme="black"] .burger__item:before {
        background-color: #2a364d;
        transition: background-color .3s .2s, -webkit-transform .3s;
        -webkit-transition: background-color .3s .2s, -webkit-transform .3s;
        transition: transform .3s, background-color .3s .2s;
        transition: transform .3s, background-color .3s .2s, -webkit-transform .3s
    }

    .burger__1 {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }

    ._menu-opened .burger .burger__1 {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    ._menu-opened .burger .burger__1:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }

    .burger__3 {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px)
    }

    ._menu-opened .burger .burger__3 {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    ._menu-opened .burger .burger__3:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }

    .pub_pd {
        padding: 60px 0
    }

    .idx_news_main h2 {
        margin-bottom: 30px;
        font-size: 30px
    }

    .idx_news_main .exhi {
        width: auto;
        float: none;
        margin: 0 auto 50px
    }

    .idx_news_main .news_list {
        width: auto;
        float: none;
        margin: 0 auto;
        max-width: 628px
    }

    /*======================================================================*/
    .product_shen .list li {
        padding: 40px 0;
    }

    .product_shen .list li .box {
        margin-right: 20px;
    }

    .product_shen .list li .box .text h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .product_shen .list li .box .text p {
        font-size: 16px;
        padding: 10px 0 10px 0;
    }

    .product_shen .list li .box .text span {
        font-size: 14px;
        color: #2575d5;
    }

    .product_shen .list li .box .text span i {
        color: #2575d5;
        padding-left: 10px;
    }
	.product_shen .list li .box .text span a {
        float:left;
        margin-right:10px;;
    }

    .product_shen .list li .box .img {
        width: 350px;
        margin-top: 20px;
        height: 161px;
    }

    .product_shen .list li:nth-child(even) {
        float: right;
        margin-right: -5px;
    }

    .product_shen .list li:nth-child(even) .box {
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

    .product_shen .list li.big_active .box {
        float: none;
        margin: 0 auto;
    }

    .product_shen .list li.big_active .box .img {
        margin: 0 auto;
        margin-top: 20px;
        width: 545px;
        height: 251px;
    }

    .product_shen .list li.big_active .box .text p {
        font-size: 16px;
        padding: 10px 0 10px 0;
    }

    .product_shen .list li.big_active .box .text span {
        font-size: 14px;
    }

    .product_shen .list li.big_active .box .text i {
        vertical-align: 0;
        font-size: 14px;
    }

    .lishenwu {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lishenwu .head_shen {
        padding: 40px 0;
    }

    .lishenwu .head_shen .text {
        float: left;
        padding-top: 25px;
    }

    .lishenwu .head_shen .text p {
        width: 275px;
    }

    .lishenwu .head_shen .img {
        width: 43%;
    }

    .product_det .left .biaoge tr td:nth-child(1) {
        width: 60%;
    }

    .product_shen .list li:nth-child(odd) .box {
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

    .product_shen .list li:nth-child(odd) .box {
        float: left;
        margin-left: 20px;
        margin-right: 0;
    }

    .product_shen .list li:nth-child(even) {
        float: left;
    }

    .product_shen .list li:nth-child(even) .box {
        float: left;
        margin-left: 0px;
        margin-right: 0;
    }

    /*======================================================================*/
}

.page {
    text-align: center;
    padding: 20px 0
}

.page a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px
}

.page a.active {
    background-color: #2575d5;
    color: #fff
}


#page {
	text-align:center;
	padding:50px 0px 80px
}
#page span {
	display:inline-block;
	vertical-align:top;
	/* *display:inline; */
	/* *zoom:1; */
	width:37px;
	height:37px;
	text-align:center;
	line-height:37px;
	margin:0px 5px;
	padding:0;
	color:#636363;
	font-size:14px;
	font-weight:400
}
#page .laypage_curr {
	color:#fff;
	background-color:#1a3c80 !important;
	border-color:#1a3c80
}
#page a {
	display:inline-block;
	vertical-align:top;
	/* *display:inline; */
	/* *zoom:1; */
	width:67px;
	height:37px;
	text-align:center;
	line-height:34px;
	margin:0px 5px;
	padding:0;
	color:#636363;
	font-size:14px;
	font-weight:400;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#fff
}
#page a:hover {
	color:#fff;
	background-color:#1a3c80;
	border-color:#1a3c80
}
#page .laypage_next,#page .laypage_prev {
	width:65px
}
@media only screen and (max-width: 768px) {
    .pub_pd {
        clear: both;
        padding: 40px 0;
    }


    .product_det .left {
        width: 100%;
    }

    .product_det .left .gree {
        width: 72px;
        padding: 30px 0;
    }

    .product_det .right {
        width: 100%;
    }

    .pdt_det_lay_img .close_btn {
        font-size: 44px;
        top: -20px;
        right: -6px;
    }

    .lishenwu_tall {
        background: #fff;
        padding-top: 50px;
    }

    .lishenwu_tall table {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        border-collapse: collapse;
    }

    .lishenwu_tall table tr th {
        text-align: center;
        border: 0;
    }

    .lishenwu_tall table thead th {
        display: none;
    }

    .lishenwu_tall table thead tr th:first-child {
        display: block;
    }

    .lishenwu_tall table tbody tr {
        background: none !important;
        border-bottom: 1px solid #e3e3e3;
    }

    .lishenwu_tall table thead th {
        font-size: 14px;
        padding-bottom: 6px !important;
    }

    .lishenwu_tall table tbody tr th {
        display: none;
        padding: 9px 2px 7px 5px;
    }

    .lishenwu_tall table tbody tr th:nth-child(1) {
        /* width: 69%; */
        text-align: left;
        display: table-cell;
        font-size: 13px;
        text-indent: 0;
    }

    .lishenwu_tall table tbody tr th a {
        width: 60px;
    }

    .lishenwu_tall table tbody tr th:nth-child(1) span {
        display: block;
        font-weight: normal;
        margin-top: 5px;
        font-size: 12px;
        padding-right: 10px;
        white-space: normal;
    }

    .lishenwu_tall table tbody tr th:nth-last-child(1) {
        display: table-cell;
    }

    .lishenwu_tall table tbody tr th:nth-last-child(2) {
        display: table-cell;
    }

    .product_det {
        padding-top: 20px;
    }

    .product_det .det_title h4 {
        font-size: 20px;
    }

    .lishenwu_tall .li_det p {
        line-height: 26px;
    }

    .about_deve .deve_img， {
        width: 400px;
        margin: 0 auto
    }

    .yq_bor {
        height: 380px;
    }

    .factory_main .but {
        line-height: 60px;
        font-size: 16px;
        height: 60px;
    }

    .search_results .container>p {
        margin: 20px auto 0 !important;
        ;
        font-size: 14px !important;
    }

    #chassis {
        width: 400px;
        height: 400px;
    }

    #since svg {
        width: 380px;
        height: 380px;
    }

    #since circle {
        stroke-width: 60px;
    }

    #since span {
        height: 80px;
    }

    #since span {
        -webkit-transform-origin: 0 200px;
    }

    .search_results .xinhao_inp,
    .search_results .on_submit {
        width: calc(100% - 40px);
        margin: 20px 0 0 20px;
    }

    .idx_news_main .news_list h2 .arr_ar {
        width: 24px;
        line-height: 24px;
        height: 24px;
        margin-top: 5px;
        border: 1px solid #666;
    }

    .case_main {
        padding-top: 20px;
    }

    footer .foot-top .foot-nav {
        float: none;
    }

    footer .foot-copy {
        display: none;
        padding: 12px 0;
    }

    footer .foot-top .foot-nav ul li {
        width: 33.3334%;
        padding: 0;
        line-height: 36px;
        height: 36px;
    }

    footer .foot-top .foot-nav ul li:after {
        display: none;
    }

    .banner .idx_ban2 .ban_bg:after {
        height: 70px;
    }

    .about_jobs table td.td4 {
        display: none;
    }

    .mobile-hide {
        display: none
    }

    .series-list {
        padding-top: 20px;
    }

    .series-list:after {
        bottom: 61px;
    }

    .pdt_det_top .box .box_cnt a {
        width: calc(33.33% - 10px);
    }

    .pdt_det_top .box .box_cnt a img {
        margin-right: 8px;
    }

    .banner .ban3 .box .title3_p {
        font-size: 16px;
        line-height: 35px;
    }

    .banner .ban3 .box .link_solid {
        margin: 0 auto 25px;
    }

    .banner .ban1 .container {
        display: block;
    }

    .banner .ban1 .banner1_img {
        margin: 0;
        width: 100%;
    }

    .banner .idx_ban1 .container {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

    .banner .idx_ban1 .container .box .title1 {
        width: 100%;
    }

    .banner .idx_ban1 .container .box .title3_1 {
        width: 70%;
        margin: 0 auto;
    }

    .banner .idx_ban1 .container .box .title1 img,
    .banner .idx_ban1 .container .box .title3_1 img {
        width: 100%;
    }

    .banner .idx_ban2 .banner2_img_box {
        position: static;
    }

    .banner .idx_ban2 .banner2_img2 {
        bottom: -17%;
        width: 60%;
        left: -18%;
    }

    .banner .idx_ban2 .banner2_img {
        bottom: -8%;
        width: 60%;
        right: 2%;
    }

    .banner .idx_ban2 .banner2_img img {
        transform: rotate(4deg);
    }

    .banner .idx_ban3 .container .box .title2_1 {
        padding: 160px 0 10px;
    }

    .banner .idx_ban3 .box .link_solid {
        margin: 0 auto 22px;
        display: none;
    }

    .banner .idx_ban3 .container .box .more {
        margin-top: 0;
    }

    .banner .idx_ban3 .banner3_img2 {
        width: 75%;
        margin: 40px auto 0;
    }

    .banner .ban3 .container {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

    .banner .ban3 .container .box .title1 {
        margin: 0 auto 10px;
        font-size: 32px;
    }

    .banner .banner-pagination {
        bottom: 26px;
    }

    .news_list ul li:last-child {
        border-bottom: none;
    }

    .search_pdt .search_pdt_right .ser_pdt-container .swiper-slide {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .search_results .input-group,
    .search_results .select-group {
        width: 100%;
    }

    .search_results ul {
        padding: 15px 10px 42px;
    }

    .search_results ul li.menu-item {
        padding: 0;
    }

    .search_results.pg-list-buy ul li .select-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-page .prev,
    .case-page .next {
        width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-dets h2 {
        font-size: 18px;
        width: 80%;
        margin: 0 auto 15px;
    }

    .news-dets {
        padding: 20px 20px 40px 20px;
    }

    .common_problem ul li {
        margin-bottom: 20px;
    }

    .common_problem ul li .head {
        height: initial;
        padding: 20px 10px 20px 20px;
    }

    .common_problem ul li .head .box {
        font-size: 16px;
    }

    .common_problem ul li .cnt {
        padding: 20px;
    }

    .common_problem ul li .cnt .box {
        font-size: 12px;
    }

    .common_problem ul li .slider_arrow {
        margin-left: 5px;
    }

    .common_problem ul li .slider_arrow i {
        font-size: 30px;
    }

    .common_problem ul li .til {
        margin-right: 15px;
        margin-top: 3px;
    }

    .down_title ul li a {
        font-size: 16px;
        margin-right: 28px;
    }


    .down_title ul li:last-child {
        margin-right: 0;
    }

    .ser3_down_list ul li {
        padding: 15px 0;
    }

    .ser3_down_list ul li h3 {
        font-size: 14px;
        line-height: 34px;
        padding-right: 120px;
    }

    .ser3_down_list ul li .down_btn {
        line-height: 34px;
        width: 105px;
        font-size: 14px;
        top: 10px;
        right: 0;
    }

    .ser3_down_list ul li .down_btn img {
        width: 16px;
        vertical-align: -3px;
        margin-right: 10px;
    }

    .service2_box ul {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .service2_box ul li {
        margin-bottom: 30px;
    }

    .service2_box ul li h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .service2_box ul li .tel_phone,
    .service2_box ul li .tel_phone a {
        font-size: 24px;
    }

    .service_det .box_pd {
        padding: 20px;
    }

    .service_det .apply_trial .head {
        padding-bottom: 20px;
    }

    .service_det .apply_trial {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .service_det .apply_trial .box dl dd .til {
        width: 70px;
        height: 70px;
    }

    .service_det .apply_trial .box dl dd .til .num {
        font-size: 32px;
        padding: 14px 0 2px;
    }

    .service_det .apply_trial .box dl dd .til p {
        font-size: 14px;
    }

    .application_form .pub-more2 {
        padding: 0;
        font-size: 14px;
    }

    .application_form {
        width: 100%;
        float: none;
    }

    .application_form .head {
        font-size: 16px;
        height: 52px;
        line-height: 52px;
    }

    .application_form .head i {
        font-size: 18px;
    }

    .application_form .box {
        padding: 30px 20px;
    }

    .about_deve .number {
        top: 150px;
        font-size: 140px
    }

    .about_deve .ab_deve_container {
        margin-top: -40px
    }

    .about_deve .ab_deve_container .swiper-button-next i,
    .about_deve .ab_deve_container .swiper-button-prev i {
        font-size: 32px;
        display: none;
    }

    .about_deve .ab_deve_container:after {
        left: 10%;
        width: 80%;
        top: 60%
    }

    .about_deve .ab_deve_container .swiper-slide-active .year {
        font-size: 70px;
        line-height: 60px
    }

    .about_info .att_cnt {
        margin-bottom: 40px;
        width: 100%
    }

    .about_info .att_cnt .info {
        margin-bottom: 20px;
        width: 100%;
        float: none
    }

    .about_info .att_cnt .info h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px
    }

    .about_info .att_cnt .info p {
        font-size: 16px;
        line-height: 30px
    }

    .about_info .att_cnt .info .more {
        margin-top: 30px
    }

    .about_info .att_cnt .increase_grow {
        float: none;
        width: 100%;
        margin-top: 00px;
    }

    .pg-list-buy {
        padding: 40px 0
    }

    .pg-list-buy ul li {
        display: block
    }

    .pg-list-buy ul li .top_ser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        margin-top: 10px;
    }

    .pg-list-buy ul li .top_ser input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 .4rem;
    }

    .pdt-show-list ul>li .box .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }

    .pdt-show-list ul>li .box .title {
        padding-right: 10px;
    }

    .pg-list-buy ul li .top_ser a {
        width: 70px;
        margin-left: 7px
    }

    .pg-list-buy ul li .select-content {
        padding: 0 20px;
    }

    .pg-list-buy ul li .select-item {
        border: none;
        padding-left: 20px
    }

    .pg-list-buy ul li .pdc-label {
        margin: 5px 20px 5px 0
    }

    .pg-list-buy ul li .select-content {
        overflow: hidden
    }

    .pg-list-buy ul li .sele_btn {
        position: absolute;
        right: 20px;
        top: 22px;
        margin: 0;
    }

    .pdt-show-list {
        padding: 40px 0
    }

    .pdt-show-list ul>li {
        display: block;
        margin-bottom: 40px;
        line-height: 24px
    }

    .pdt-show-list ul>li a {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .pdt-show-list ul>li .listimg {
        width: 100%
    }

    .pdt-show-list ul>li .listimg figure {
        display: none
    }

    .pdt-show-list ul>li .box {
        margin: 0;
        width: 100%
    }

    .pdt-show-list ul>li .box ol li {
        line-height: 24px
    }

    .pdt-show-list ul>li .box .title {
        margin-bottom: 20px
    }

    .pdt-show-list ul>li .box span {
        padding: 0 5px
    }

    .pdt-show-list ul>li .box .span5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
        flex: 0 0 22px
    }

    .pdt-show-list ul>li .box .span6 .details {
        width: 44px
    }

    .pdt-show-list ul>li .box span:nth-child(4),
    .pdt-show-list ul>li .box span:nth-child(5) {
        display: none;
    }

    .pdt-show-list ul>li .box .span6 {
        flex: 0 0 70px;
    }

    .recommended_related .responsive .slick-slide .box {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex
    }

    .recommended_related .responsive .slick-slide .box h4 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 10px
    }

    .recommended_related .responsive .slick-slide .box span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 74px;
        flex: 0 0 74px
    }

    .pdt-list-info {
        padding-bottom: 20px
    }

    .pdt-list-info ul li {
        display: block;
        border-top: 1px solid #ddd;
        padding: 20px 0
    }

    .pdt-list-info ul li .title {
        float: none;
        border: none;
        width: 100%;
        padding: 0 0 20px
    }

    .pdt-list-info ul li .box {
        float: none;
        border: none;
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    .pdt-list-info ul li .box p {
        font-size: 14px
    }

    .pdt-list-info ul li .box .sm_list {
        font-size: 14px;
        margin-bottom: 15px
    }

    .contact_cnt_list ul li {
        width: 100%
    }

    .contact-content #allmap {
        width: 100%;
        height: 300px;
        float: none
    }

    .contact-content .box {
        float: none;
        padding: 20px 20px 30px;
        width: 100%
    }

    .contact-content .box h3 {
        line-height: 26px;
        font-size: 20px
    }

    .contact_main .head {
        font-size: 22px;
        margin-bottom: 20px
    }

    .comestic_area .box {
        padding: 0
    }

    .comestic_area .box ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 20px
    }

    .comestic_area .box ul li h3 {
        font-size: 18px
    }

    .comestic_area .box ul li:last-child {
        border: none
    }

    .overseas_agent .box ul.border-bot {
        border: 0;
        margin: 0;
        padding: 0
    }

    .overseas_agent .box ul li {
        border-right: none !important;
        width: 50%;
    }

    .overseas_agent .box ul li:last-child {
        border-bottom: 1px solid #ddd
    }

    .overseas_agent .box {
        padding: 0 0 20px
    }

    .case-list ul {
        width: 100%;
        overflow: hidden
    }

    .case-list ul li {
        margin: 0 0 20px 0 !important;
        width: 100%;
    }

    .about_jobs_det h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .about_jobs_det .head {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 16px
    }

    .about_jobs_det .jobs_cnt {
        padding: 20px
    }

    .jobs_recruitment p {
        line-height: 30px
    }

    .jobs_recruitment .textbox .w03 {
        width: 50%;
        margin-bottom: 15px
    }

    /*.jobs_recruitment .desc {*/
    /*margin-bottom: 30px*/
    /*}*/

    .tab_from .tab_from_cnt .box_3 {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
        line-height: 40px
    }

    .tab_from .tab_from_cnt .box_3 label {
        font-size: 15px
    }

    .tab_from .tab_from_cnt .box_3 input {
        height: 40px;
        line-height: 40px
    }

    .tab_from .submit_btn {
        height: 46px;
        line-height: 46px
    }

    .tab_from .Upload_resume {
        margin-bottom: 20px
    }

    .subnav_list ul {
        display: block;
        min-width: 800px;
    }

    .subnav_list {
        height: 60px;
        overflow-x: auto;
    }

    .subnav_list ul li {
        margin: 0 10px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-top: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .subnav_list ul li a{
        font-size: 16px;
    }

    .pub_banner .pc_banner {
        height: 280px;
    }

    .pub_banner .box h4 {
        font-size: 30px;
    }

    .pub_banner .box p {
        font-size: 16px;
        padding: 25px 0 42px;
    }

    .about_team ul li {
        width: calc(50% - 20px)
    }

    .banner .swiper-slide {
        height: 500px;
        overflow: hidden
    }

    .banner .ban1 .box {
        width: 100%;
        text-align: center;
    }

    .banner .ban1 .box .title3_1 {
        font-size: 14px;
        line-height: 26px;
        margin: 20px 0 10px;
    }

    .banner .ban1 .box .title1 {
        width: 300px;
        margin: 100px auto 25px;
        font-size: 26px;
        line-height: 32px
    }

    .banner .idx_ban2 .box .title1 {
        font-weight: bold;
        margin-bottom: 0;
    }

    .banner .idx_ban2 .box .title3_1 {
        margin: 15px 0 0;
    }

    .banner .idx_ban2 .box .more {
        margin-top: 20px !important;
    }

    .banner .ban1 .box .title3_2 {
        font-size: 20px;
        line-height: 36px;
    }

    .banner .ban1 .box .more {
        width: 133px;
        height: 40px;
        line-height: 40px;
        margin: 40px auto 0;
    }

    .banner .idx_ban3 .ban_bg {
        background-position: 33% center;
    }

    .banner .ban1 .banner1_img {
        margin-top: -40px;
    }

    .banner .ban2 .box .title2_1 {
        font-size: 22px;
    }

    .banner .ban2 .box .title1 {
        margin: 0 auto 20px;
    }

    .banner .ban3 .ban_bg {
        background-position: 78% center;
    }

    .series-list-container {
        padding: 40px 0;
        margin-bottom: 40px
    }

    .series-list-container .swiper-slide {
        text-align: center;
        width: 280px;
        float: left
    }

    .series-list-container .swiper-slide p {
        margin-top: 20px;font-size: 14px;
    }

    .series-list-container .swiper-pagination {
        top: auto;
        bottom: 0
    }

    .search_pdt {
        padding: 20px 0 60px
    }


    .search_pdt .form_sub h2 {
        margin-bottom: 12px;
        font-size: 32px
    }

    .search_pdt .form_sub p {
        margin-bottom: 30px
    }

    .search_pdt .search_pdt_right .swiper-button-next,
    .search_pdt .search_pdt_right .swiper-button-prev,
    .search_pdt .search_pdt_right .link {
        display: none
    }

    .search_pdt .search_pdt_right h2 {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 38px
    }

    .search_pdt .search_pdt_right h3 {
        font-size: 30px
    }

    .search_pdt .search_pdt_right .more {
        width: 59px;
        height: 59px;
        line-height: 59px;
        top: 60px
    }

    .search_pdt .search_pdt_right .more a {
        font-size: 30px
    }

    .search_pdt .search_pdt_right .ser_pdt-container .bot_bg {
        height: 60px;
        width: 70%
    }

    .search_pdt .search_pdt_right .ser_pdt-container .bot_bg p {
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

    .search_pdt .search_pdt_right .ser_pdt-container .profess_num {
        bottom: 20px;
        padding-right: 25px
    }

    .idx_news_main h2 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 20px;
    }

    .idx_news_main .exhi h4 {
        font-size: 16px;
        margin: 14px 0
    }

    .idx_news_main .container {
        width: 95%
    }

    footer {
        text-align: center
    }

    footer .logo {
        margin: 0 auto 20px;
        padding-top: 30px;
    }

    footer .logo img {
        max-width: 160px
    }

    footer .foot-top {
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
    }

    footer .sub_search {
        display: none
    }

    footer .foot-copy .govi {
        float: none
    }

    footer .foot-copy .link {
        float: none;
        margin: 10px auto 0;
        text-align: center;
    }

    footer .foot-copy .link ul {
        display: inline-block;
    }

    footer .foot-copy .link ul li {
        margin: 0 10px;
    }

    .banner .idx_ban3 .box {
        padding-top: 70px;
        height: 50vh;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .banner .idx_ban3 .box .title2_1 {
        display: none;
    }

    .banner .idx_ban3 .box .title2_2 {
        margin: 0 0;
        font-size: 22px;
    }

    .banner .idx_ban3 .box .title1 {
        margin: 10px auto 12px;
    }

    .banner .idx_ban3 .banner3_right {
        float: none;
        margin-top: 0;
        display: flex;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        box-sizing: border-box;
        flex-direction: column;
        padding-top: 0;
        height: 50vh;
        -webkit-flex-direction: column;
    }

    .banner .idx_ban3 .banner3_right_img {
        display: flex;
        margin-top: 0%;
    }

    .banner .idx_ban3 .idx_ban2_img1 {
        flex: 0 1 40%;
        margin-top: 9%;
    }

    .banner .idx_ban3 .idx_ban2_img2 img {
        width: 92%;
    }

    .banner .idx_ban3 .ban_bg:before,
    .banner .idx_ban3 .banner3_date .slide:after {
        display: none;
    }

    .banner .idx_ban3 .idx_ban2_img2 {
        flex: 1;
    }

    .banner .idx_ban3 .banner3_date {
        width: 100%;
        top: -13%;
        left: 0;
        border: 0;
        height: 100%;
    }

    .banner .idx_ban3 .banner3_date .slide {
        width: 40%;
        height: 100%;
        text-align: center;
    }

    .banner .idx_ban3 .banner3_date .slide p {
        display: none;
    }

    .banner .idx_ban3 .banner3_date .slide h3 {
        margin-top: 0;
        line-height: 36px;
        font-size: 22px;
        position: absolute;
        right: -3%;
        top: 30%;
    }

    .banner .idx_ban3 .banner3_date .slide.active h3 {
        font-size: 32px;
        line-height: 36px;
        right: 4%;
    }

    /*------------------------------------------------------------------*/
    .product_shen .list li {
        width: 100%;
        margin-left: 0px;
        padding: 40px 0;
    }

    .product_shen .list li .box .text h4 {
        font-size: 26px;
    }

    .product_shen .list li .box .img {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
        height: auto;
		visibility:hidden;
    }

    .product_shen .list li .box .img img {
        width: 84%;
        height: 100%;
		
    }

    .product_shen .list li::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50vw;
        background-color: #fafafa;
        right: -50vw;
        left: auto;
        top: 0;
    }

    .product_shen .list li:nth-child(even) {
        float: right;
        margin-right: 0px;
    }

    .product_shen .list li:nth-child(even) .box {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product_shen .list li:nth-child(even)::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50vw;
        background-color: #fafafa;
        left: -50vw;
        right: auto;
        top: 0;
    }

    .product_shen .list li.big_active {
        width: 100%;
    }

    .product_shen .list li.big_active .box {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product_shen .list li.big_active .box .text h4 {
        font-size: 26px;
    }

    .product_shen .list li.big_active .box .img {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
        max-width: 500px;
        display: block;
        height: auto;
    }

    .product_shen .list li .box {
        float: none;
    }

    .product_shen .list li:nth-child(odd) .box {
        width: 100%;
    }

    .product_shen .list li::before {
        background-color: #fff !important;
    }

    .product_shen .list li::after {
        background-color: #fff !important;
    }
}

@media only screen and (max-width: 650px) {
    .lishenwu .head_shen .img {
        min-height: 45vw;
    }
    .pub_title_link {
        width: 20px;
        height: 1px;
        margin: 12px auto 18px
    }

    .service_list ul li a {
        display: block;
        padding: 20px
    }

    .service_list ul li a .box {
        padding: 0 0 30px
    }

    .service_list ul li a .box h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .service_list ul li a .box p {
        line-height: 24px
    }

	

    /* box-sizing: border-box;
	padding: 0 20px; */

    .factory_layer {
        width: 90%;
    }

    .pdt_list {
        zoom: 1;
        width: 100%;
        margin-top: 30px;
    }

    .pdt_list:before,
    .pdt_list:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pdt_list:after {
        clear: both;
    }

    .pdt_list li {
        width: 49%;
        background-color: #fafafa;
        float: left;
        padding: 50px 0;
        margin-right: 2%;
        margin-bottom: 1.25%;
    }

    .pdt_list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .lishenwu .head_shen {
        padding: 20px 0;
    }

    .lishenwu .head_shen .text {
        width: 100%;
        float: none;
        padding-top: 25px;
    }

    .lishenwu .head_shen .text h4 {
        font-size: 24px;
    }

    .lishenwu .head_shen .text p {
        width: 90%;
        font-size: 14px;
    }

    .lishenwu .head_shen .img {
        margin-top: 25px;
        width: 90%;
        margin: 25px auto 0;
        float: none;
    }

    .lishenwu .head_shen .img img {
        width: 80%;
    }

    .lishenwu .head_shen .img .bg {
        top: 0;
        height: 245px;
        width: 93%;
        left: 4%;
    }

    /*------------------------------------------------------------------*/
}

@media only screen and (max-width: 580px) {
    .search_pdt .form_sub {
        padding: 30px 20px 40px
    }

    .search_pdt .form_sub h2 {
        font-size: 28px
    }

    .search_pdt .form_sub .on_submit,
    .form_sub .sub_sel select {
        height: 46px
    }

    .search_pdt .form_sub .on_submit {
        line-height: 46px
    }

    .search_pdt .search_pdt_right {
        padding: 0
    }

    .search_pdt .search_pdt_right h2 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 0 10px
    }

    .search_pdt .search_pdt_right h3 {
        margin: 0 0 -19px 10px;
        font-size: 24px
    }

    .search_pdt .search_pdt_right .ser_pdt-container .bot_bg p {
        font-size: 16px;
        padding-left: 10px
    }

    .search_pdt .search_pdt_right .more {
        width: 49px;
        height: 49px;
        line-height: 49px;
        top: 30px;
        border: 2px solid #ddd;
        right: 20px
    }
}

@media only screen and (max-width: 510px) {
    .about_team ul {
        margin: 0
    }

    .search_pdt .search_pdt_right .ser_pdt-container p {
        width: 100%;
    }

    .about_team ul li {
        margin: 0 0 30px;
        width: 100%
    }

    .about_team ul li .box {
        margin-top: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1)
    }

    .about_team ul li .box figure {
        width: 100px;
        height: 100px
    }

    .about_team ul li .box h4 {
        font-size: 16px;
        color: #2575d5;
        margin-bottom: 25px
    }

    .about_team ul li .box p {
        display: block;
        line-height: 24px
    }

    .case-list ul li .box {
        padding: 15px
    }

    .case-list ul li .box h4 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .news-main-list ul li {
        width: 100%;
        border: none
    }

    .series-list-container {
        padding: 20px 0;
    }

    .series-list .series-list-container {
        padding-bottom: 50px;
    }

    .series-list-container img {
        max-width: 90%;
    }

    .pdt_list {
        margin-top: 20px;
    }

    .pdt_list li {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 10px;
    }

    .pdt_list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    i,
    figure {
        font-size: 12px
    }

    .pub_banner .pc_banner {
        height: 160px;
        margin-top: 50px;
    }

    .pub_banner .container {
        margin: 0;
    }

    .pub_banner .box h4 {
        margin-top: 40px;
        font-size: 26px;
        padding-top: 0px;
    }

    .pub_banner .box p {
        font-size: 16px;
        padding: 10px 0 32px;
    }

    .pub_banner .box .link {
        display: none;
    }

    .pub_pd {
        padding-bottom: 20px
    }

    .recommended_related .responsive {
        margin: 0 15px
    }

    .recommended_related .responsive .slick-slide {
        margin: 0
    }

    .recommended_related .responsive .slick-next {
        right: -20px
    }

    .recommended_related .responsive .slick-prev {
        left: -20px
    }

    .factory_main h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .factory_main .textbox {
        width: 100%
    }

    .factory_main .factory_cnt {
        padding-bottom: 20px
    }

    .factory_main .factory_cnt ul {
        margin: 30px -5px 20px
    }

    .factory_main .factory_cnt ul li {
        padding: 0 5px;
        margin-bottom: 15px
    }
    .factory_main .factory_cnt ul li:nth-last-child(2){
        display: none;
    }

    .pdt-show-list ul>li .box .span2 {
        flex: 0 1 18%;
    }

    #since .box {
        width: 185px;
        height: 185px;
        top: 45%;

    }

    #since span {
        -webkit-transform-origin: 0 180px;
    }

    #since svg {
        width: 313px;
        height: 340px;
    }

    #since span {
        left: 46vw;
    }
}


/*# sourceMappingURL=common_index.css.map */
.click_show {
    display: none;
}

.click_show_ {
    height: 40px;
    background-color: #fafafa;
    text-align: center;
    line-height: 40px;
}

.click_show_ {
    text-align: center;
}

.click_show_ span {
    padding-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.click_show_ .active {
    display: inline-block;
    transform: rotate(180deg)
}


@media only screen and (min-width: 1560px){
    .factory_main.pdtList2.pub_pd > .container{
        width: 1300px;
    }
}
@media only screen and (max-width: 767px){
    .pdt_list li .box .text h4 {
        font-size: 16px;
    }
}

.search-group{
    background: #f5f5f5;
    padding: 0 0 40px;
}
.search-group-title{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
}

.product_shen .list li{
    width: 100%;
    padding: 90px 150px;
    margin: 0;
    box-sizing: border-box;
}
.product_shen .list li .box{
    width: 100%;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product_shen .list li .box .text{
    flex: 0 0 50%;
    max-width: 50%;
}
.product_shen .list li .box .img{
    flex: 0 0 50%;
    max-width: 50%;
    height: 240px;
    margin: 0 !important;
    background: none !important;
}
.product_shen .list li:nth-child(even){
	float:right;
    background: #eaeff1;
    margin-bottom: 20px;
}
.product_shen .list li:nth-child(even) .box{
	float:left;
    _flex-direction: row-reverse;
}
.product_shen .list li:nth-child(even):after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    /*background-color: #eaeff1;*/
    right: -50vw;
    left: auto;
    top: 0;
}
.product_shen .list li:nth-child(even):before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    /*background-color: #fff;*/
    left: -50vw;
    top: 0;
}
.product_shen .list li.big_active .box .img{
    height: 240px;
}
.product_shen .list li .box .text h4{
    font-size: 48px;
    overflow: visible;
}
.product_shen .list li.big_active .box .text p{
    font-size: 18px;
}
.product_shen .list li .box .text p{
    padding: 35px 0 30px 0;
}
.pdt_list li .box .img{
    background: none !important;
}
.pdt_list li:nth-child(6n),
.pdt_list li:nth-child(6n-1),
.pdt_list li:nth-child(6n-2){
    background-color: #eaeff1;
}
.factory_main.pdtList2.pub_pd > .container{
    width: 1400px;
}


.site-article-wrapper {
	width:1200px;
	margin:0 auto
}
.site-article-wrapper ul {
	/* border-top:1px solid #ccc */
}
.site-article-wrapper li {
	border-bottom:1px solid #ccc
}
.site-article-wrapper li a {
	position:relative;
	display:block;
	padding:44px 0 0px 230px
}
.site-article-wrapper li a:hover .title {
	color:#1a3c80
}
.site-article-wrapper li a:hover .desc {
	color:#1a3c80
}
.site-article-wrapper .date {
	position:absolute;
	top:46px;
	left:0;
	z-index:3
}
.site-article-wrapper .date .mm-dd {
	font-size:42px;
	line-height:54px;
	font-weight:bold;
	color:#999;
	border-bottom:1px solid #666;
	font-family:Arial,Helvetica,sans-serif
}
.site-article-wrapper .date .yy {
	font-size:16px;
	line-height:36px;
	color:#999
}
.site-article-wrapper .title {
	margin-bottom:7px;
	font-size:20px;
	line-height:48px;
	font-weight:bold;
	color:#1a1a1a;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden
}
.site-article-wrapper .desc {
	margin-bottom:24px;
	font-size:16px;
	color:#999;
	display:-webkit-box;
	height:60px;
	line-height:30px;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.site-article-wrapper .tag {
	padding:0 0 77px 230px
}
.site-article-wrapper .tag a {
	float:left;
	display:block;
	margin-right:9px;
	padding:0 10px;
	font-size:16px;
	line-height:28px;
	color:#b2b2b2;
	border:1px solid #ccc
}
.site-article-wrapper .tag a:hover {
	color:#1a3c80;
	border-color:#1a3c80
}

@media (max-width:640px) {
		.site-article-wrapper {
		width:100%;
		padding:20px 15px 0
	}
	.site-article-wrapper li a {
		padding:15px 0 0
	}
	.site-article-wrapper .date {
		position:absolute;
		top:42px;
		left:0;
		z-index:3
	}
	.site-article-wrapper .date .mm-dd {
		float:right;
		font-size:14px;
		line-height:20px;
		border-bottom:0;
		font-weight:normal
	}
	.site-article-wrapper .date .yy {
		float:right;
		font-size:14px;
		line-height:20px
	}
	.site-article-wrapper .date .yy::after {
		content:'-';
		display:block;
		float:right
	}
	.site-article-wrapper .title {
		margin-bottom:24px;
		font-size:16px;
		line-height:26px
	}
	.site-article-wrapper .desc {
		margin-bottom:10px;
		font-size:14px;
		line-height:26px;
		height:52px
	}
	.site-article-wrapper .tag {
		padding:0 0 15px
	}
	.site-article-wrapper .tag a {
		float:left;
		margin-right:5px;
		font-size:13px;
		line-height:24px
	}
}

/***/
.article-list {
	position:relative;
	padding:0px;
	color:#626469;
	background-color:#fff
}
@media only screen and (min-width:61.25em) {
	.article-list {
	padding:0 0px 30px 0px
}
}.main .article-list__heading,.article-list__heading {
	margin-bottom:20px;
	font-size:2.25rem;
	font-weight:400;
	
	color:#2575d5
}
.main .article-list__heading-link:hover,.article-list__heading-link:hover {
	color:#42b4e6
}
.main .article-list__heading-link::after,.article-list__heading-link::after {
	content:'\00a0>'
}
.article-list__desc {
	margin-top:0;
	margin-bottom:0;
	_font-size:.875rem;
	font-weight:400;
	line-height:1.4286;
	color:#626469
}
@media only screen and (min-width:61.25em) {
	.article-list__desc {
	height:80px;
	overflow:hidden
}
}.link-list {
	margin-top:15px
}
.service_det .link-list {
	padding:0 80px;
}
@media only screen and (min-width:61.25em) {
	.link-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
    justify-content: space-between;
}
}.link-list-item {
	display:block;
	margin:15px 0;
	padding:0;
	max-width:100%;
	font-size:.875rem;
	color:#fff;
}
.link-list-item a{
	display:block;
	margin:15px 0;
    padding: 7px 20px 7px 20px;
	max-width:100%;
    width:100%;
	color:#fff;
    background: #0070c0;
    border-radius: 25px;
    text-align: center;
}
@media only screen and (min-width:61.25em) {
	.link-list-item {
	min-width:150px
}
.link-list-item:not(:nth-of-type(3n)) {
	/* margin-right:60px */
}
}.link-list-item-link {
	font-weight:700
}
@media only screen and (min-width:61.25em) {
	.link-list-item-link {
	position:relative;
	display:inline-block;
	/* height:18; */
	max-width:100%;
    color: #fff;
	padding:5px 24px;
    font-size: 0.22em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    line-height: 40px;
}
}.link-list-item-link:hover{
	background-color: #0060a5;
}
.link-list-item-link::after {
	color:#fff;
	content:'\00a0>'
}
@media only screen and (min-width:61.25em) {
	.link-list-item-link::after {
	right:15px;
}
}.link-list-text {
	padding-bottom:6px;
	line-height:1.2857
}
@media only screen and (min-width:61.25em) {
	.link-list-text {
	height:54;
	overflow:hidden
}
}

/**解决方案次级**/
.service_det ul.tips-list {
	padding:0;
	background:transparent
}
.service_det h2 {
    /* margin-bottom: 0.5em; */
    font-size: 2.1923em;
    color: #2575d5;
    line-height: 34px;
}
.service_det h2.article-list__heading{
    position: relative;
    /* margin-bottom: .5em; */
    font-size: 2.1923em;
    color: #2575d5;
    line-height:34px;
    background: #a6a6a6;
    background-size: cover;
    min-height: 180px;
}
.service_det .num{
    position: absolute;
    font-size: 3.5923em;
    line-height: 180px;
    font-weight: 600;
    width: 200px;
    height: 100%;
    text-align: center;
    left:9.5%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.service_det .num::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;   
    height: 180px;   
    transform:skew(-20deg); /*设置倾斜度为-30*/   
    -webkit-transform: skew(-20deg);   
    -moz-transform: skew(-20deg);   
    -o-transform:skew(-20deg);   
    -ms-transform:skew(-20deg);   
    background-color: #0070c0;
    z-index: -1;
}
.service_det .title{
    position: absolute;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: 600;
    left:40%;
    color: #262626;
    top: 50%;
    transform: translateY(-50%);
}
.service_det .article-list .cont{
    display: flex;
    padding: 30px 80px;
}
.service_det .article-list .cont .img{
    width: 50%;
    margin-right: 10%;
}
.service_det .article-list .cont .word{
    width: 50%;
}
.service_det .article-list .cont .word p{
    position: relative;
    font-size: 1.3em;
    padding-left: 20px;
    color: #000;
    line-height: 2em;
}
.service_det .article-list .cont .word p::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2169d3;
    left: 0;
    top: 13px;
    /* transform: translateY(-50%); */
}
@media only screen and (min-width:61.25em) {
	.service_det ul.tips-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-10px;
	margin-left:-10px;
	overflow:initial
}
.asco-migration .service_det ul.tips-list {
	padding-bottom:16px
}
}.service_det ul.tips-list li {
	margin-bottom:10px;
	padding-right:10px;
	padding-left:10px
}
@media only screen and (min-width:61.25em) {
	.service_det ul.tips-list li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1 1 25%;
	_flex:1 1 25%;
	margin-bottom:0;
	padding-right:0;
	padding-left:0;
	width:25%
}
.service_det ul.tips-list li:nth-of-type(4) ~ li {
	margin-top:10px
}
}.tips-list-item {
	position:relative;
	width:100%;
	margin:0;
	padding-top:20px;
	background:#fff;
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)
}
@media only screen and (min-width:61.25em) {
	.tips-list-item {
	margin-right:10px;
	margin-left:10px
}
}.tips-list-item::before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	display:block;
	height:4px;
	content:'';
	z-index:2;
	-webkit-transition:background linear .5s;
	transition:background linear .5s
}
/* .tips-list-item:hover::before {
	background-color:#2575d5
	
} */
.tips-list-item>a:hover {
	color:inherit
}
.tips-list-item--image {
	margin:0;
	text-align:center;
	padding:10px 20px 20px 20px;
	overflow:hidden；
	
}
.tips-list-item--image img {
	vertical-align:bottom;
	height:50px;
	width:auto
}
.full-width .tips-list-item {
	padding-top:0
}
.full-width .tips-list-item--image {
	padding:0;
	margin-bottom:0px;
    overflow: hidden;
}
.full-width .tips-list-item--image img {
	max-width:100%;
	height:auto;
    transition: 0.3s;
}
.full-width .tips-list-item a:hover .tips-list-item--image img{
    transform: scale(1.2);
}
.tips-list-item--content1 {
	padding:0 20px;
    background: #0070c0;
}
.tips-list-item--content1 h4 {
	_margin-bottom:.625rem;
	_font-size:1.25rem;
	_line-height:1.25rem;
	color:#2575d5
}
.tips-list-item--content1 h4.tips__secondary {
	color:#b10043
}
.tips-list-item--content1 p {
	——margin:0 0 .875rem 0;
	_font-size:.875rem;
	_line-height:1.25rem
}
.tips-list-item--content1>span {
	display:block;
    font-size: 1.5em;
	color:#fff;
	font-weight:700;
    text-align: center;
    line-height: 44px;
}
.tips-list-item--content1>span:nth-of-type(6) ~ span {
	display:none
}
.tips-list-item--content1>span::after {
	display:inline-block;
	padding-left:.05rem;
	content:'>\00a0'
}
.arrow-buttons figure {
	margin:0
}

.tips-list-item--content {
	padding:10px 10px;
	text-align: center;
}
.tips-list-item--content h4 {
	_margin-bottom:.625rem;
	_font-size:1.25rem;
	_line-height:1.25rem;
	color:#2575d5
}
.tips-list-item--content h4.tips__secondary {
	color:#b10043
}
.tips-list-item--content p {
	——margin:0 0 .875rem 0;
	_font-size:.875rem;
	_line-height:1.25rem
}
.tips-list-item--content>span {
	display:block;
	margin-top:2px;
	color:#42b4e6;
	font-weight:700
}
.tips-list-item--content>span:nth-of-type(6) ~ span {
	display:none
}
.tips-list-item--content>span::before {
	display:inline-block;
	padding-right:.25rem;
	content:'>\00a0'
}

@media only screen and (min-width:61.25em) {
	.asco-migration .main ul.tips-list {
	width:100%;
	max-width:960px;
	margin:20px auto 30px auto
}
}

.generic-text,.corporate-text {
	overflow:hidden;
	z-index:2
}
.generic-text a,.corporate-text a {
	font-weight:400;
	text-decoration:underline;
	color:#3dcd58
}
.generic-text .cover,.corporate-text .cover {
	position:relative
}
.generic-text .cover div.desc,.corporate-text .cover div.desc {
	position:absolute;
	padding:1em;
	bottom:3px;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:.9231em
}
.generic-text .cover div.desc em,.corporate-text .cover div.desc em {
	display:block;
	font-style:normal;
	font-weight:400
}
.generic-text .cover .adapt-img-wrapper,.corporate-text .cover .adapt-img-wrapper,.generic-text .cover .adapt-img-wrapper:after,.corporate-text .cover .adapt-img-wrapper:after {
	display:block
}
.generic-text .cover img,.corporate-text .cover img {
	width:100%
}
.generic-text .cover div.video,.corporate-text .cover div.video {
	height:485px
}
.generic-text .editorial-content,.corporate-text .editorial-content {
	padding:2em 0;
	padding-bottom:0
}
.generic-text .editorial-content:before,.corporate-text .editorial-content:before,.generic-text .editorial-content:after,.corporate-text .editorial-content:after {
	content:' ';
	display:table;
	clear:both
}
.generic-text .editorial-content h2,.corporate-text .editorial-content h2 {
	font-weight:300;
	font-size:2.1429em;
	line-height:1.15em;
	margin:0;
	margin-bottom:.5em;
	color:#3dcd58
}
.generic-text .editorial-content h3,.corporate-text .editorial-content h3 {
	color:black;
	font-size:1.7143em;
	font-weight:300;
	display:block;
	line-height:1.1em
}
.generic-text .editorial-content h4,.corporate-text .editorial-content h4 {
	color:black;
	font-size:1.3846em;
	font-weight:700;
	display:block;
	line-height:1em
}
.generic-text .editorial-content .tiles li,.corporate-text .editorial-content .tiles li {
	background:white
}
.generic-text .editorial-content .tiles .subtitle,.corporate-text .editorial-content .tiles .subtitle {
	min-height:0;
	display:table
}
.generic-text .editorial-content .tiles .subtitle em,.corporate-text .editorial-content .tiles .subtitle em {
	display:table-cell;
	vertical-align:bottom;
	font-size:1.7em
}
.generic-text .editorial-content .column,.corporate-text .editorial-content .column {
	float:left;
	padding-right:1em;
	width:70%
}
.generic-text .editorial-content .column.sidebar,.corporate-text .editorial-content .column.sidebar {
	padding-right:0;
	padding-left:1em;
	width:30%
}
.generic-text .editorial-content .column.sidebar span,.corporate-text .editorial-content .column.sidebar span {
	display:block;
	margin-bottom:1em
}
.generic-text .editorial-content .column.sidebar>div,.corporate-text .editorial-content .column.sidebar>div {
	padding:2em 0
}
.generic-text .editorial-content .column.sidebar>div:first-child,.corporate-text .editorial-content .column.sidebar>div:first-child {
	padding-top:0
}
.generic-text .editorial-content .column.sidebar>div:not(:first-child),.corporate-text .editorial-content .column.sidebar>div:not(:first-child) {
	border-top:1px solid #e7e6e6
}
.generic-text .editorial-content .column.sidebar>div strong,.corporate-text .editorial-content .column.sidebar>div strong {
	color:black;
	font-size:1.2308em;
	font-weight:700;
	display:inline-block
}
.generic-text .editorial-content .column.sidebar>div a,.corporate-text .editorial-content .column.sidebar>div a {
	display:block;
	color:#42b4e6;
	font-weight:700;
	text-decoration:none;
	font-size:1.1429em
}
.generic-text .editorial-content .column.sidebar>div p,.corporate-text .editorial-content .column.sidebar>div p {
	font-size:1.0769em
}
.generic-text .editorial-content .column.sidebar>div p strong,.corporate-text .editorial-content .column.sidebar>div p strong {
	font-size:1.0769em;
	font-weight:400
}
.generic-text .editorial-content .column.sidebar>div ul,.corporate-text .editorial-content .column.sidebar>div ul {
	margin:0;
	padding:0
}
.generic-text .editorial-content .column.sidebar>div li,.corporate-text .editorial-content .column.sidebar>div li {
	list-style:none
}
.generic-text .editorial-content .column.sidebar>div li a,.corporate-text .editorial-content .column.sidebar>div li a {
	padding-left:1em;
	position:relative
}
.generic-text .editorial-content .column.sidebar>div li a:before,.corporate-text .editorial-content .column.sidebar>div li a:before {
	content:'> ';
	position:absolute;
	left:0
}
.generic-text .editorial-content .column.sidebar .resources a,.corporate-text .editorial-content .column.sidebar .resources a {
	padding:.25em 1.25em
}
.generic-text .editorial-content .column.sidebar .resources a::before,.corporate-text .editorial-content .column.sidebar .resources a::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	background-image:url('../images/work-sprite.png');
	background-repeat:no-repeat;
	background-size:181px 159px
}
@media print,screen,(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:2ppx) {
	.generic-text .editorial-content .column.sidebar .resources a::before,.corporate-text .editorial-content .column.sidebar .resources a::before {
	background-image:url('../images/work-sprite@2x.png');
	background-size:181px 159px
}
}.generic-text .editorial-content .column.sidebar .resources a::before,.corporate-text .editorial-content .column.sidebar .resources a::before {
	width:12px;
	height:16px;
	background-position:-155px -112px
}
.generic-text .editorial-content .column.sidebar .resources a.pdf::before,.corporate-text .editorial-content .column.sidebar .resources a.pdf::before {
	width:12px;
	height:16px;
	background-position:-155px -112px
}
.generic-text .editorial-content .column.sidebar .resources a.ppt::before,.corporate-text .editorial-content .column.sidebar .resources a.ppt::before {
	width:12px;
	height:16px;
	background-position:-155px 0
}
.generic-text .editorial-content .column.sidebar .resources a.html::before,.corporate-text .editorial-content .column.sidebar .resources a.html::before {
	width:12px;
	height:16px;
	background-position:-155px -80px
}
.generic-text .editorial-content .column.sidebar .resources a.doc::before,.corporate-text .editorial-content .column.sidebar .resources a.doc::before {
	width:12px;
	height:16px;
	background-position:-155px -16px
}
.generic-text .editorial-content .column p,.corporate-text .editorial-content .column p {
	color:#333;
	line-height:1.4em;
	font-size:1.1em
}
.generic-text .editorial-content .column li,.corporate-text .editorial-content .column li {
	list-style:disc inside none;
	color:#333
}
.generic-text .editorial-content .column .column_links ul,.corporate-text .editorial-content .column .column_links ul {
	list-style:none;
	padding:0
}
.generic-text .editorial-content .column .column_links li,.corporate-text .editorial-content .column .column_links li {
	display:block;
	color:#333
}
.generic-text .editorial-content .column .column_links a,.corporate-text .editorial-content .column .column_links a {
	display:block;
	color:#42b4e6
}
.generic-text .editorial-content.full-width .column,.corporate-text .editorial-content.full-width .column {
	width:100%;
	float:none
}
.generic-text .gallery strong,.corporate-text .gallery strong {
	font-weight:700;
	color:black
}
.generic-text .gallery img,.corporate-text .gallery img,.generic-text .gallery .adapt-img-wrapper,.corporate-text .gallery .adapt-img-wrapper {
	margin:0
}
.generic-text .gallery ul,.corporate-text .gallery ul {
	margin-left:-5px;
	margin-right:-5px;
	display:block
}
.generic-text .gallery ul:before,.corporate-text .gallery ul:before,.generic-text .gallery ul:after,.corporate-text .gallery ul:after {
	content:' ';
	display:table;
	clear:both
}
.generic-text .gallery li,.corporate-text .gallery li {
	min-height:1px;
	padding:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}


/*szwe*/
.iabout-us {
	padding:45px 0 15px
}
.iabout-us .intro {
	position:relative;
	padding:20px 37% 86px 0;
	font-size:16px;
	line-height:30px
}
.iabout-us .intro strong {
	font-weight:normal;
	color:#e20000
}
.iabout-us .year {
	position:absolute;
	right:27px;
	top:-140px;
	z-index:3
}
.iabout-us .main-business .business-item .inner {
	position:relative
}
.iabout-us .main-business .business-item .inner .line {
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:2px;
	background-color:#1a3c80;
	-webkit-transition:width ease-in-out 0.5s;
	-o-transition:width ease-in-out 0.5s;
	-moz-transition:width ease-in-out 0.5s;
	transition:width ease-in-out 0.5s
}
.main-business {
	margin:0 -27px
}
.main-business .business-item {
	float:left;
	width:25%
}
.main-business .business-item .inner {
	position:relative;
	margin:0 27px
}
.main-business .business-item .inner:hover .id {
	color:#ccc
}
.main-business .business-item .inner:hover h2 a {
	color:#d80000
}
.main-business .business-item .inner:hover .sub {
	border-bottom-color:#d80000
}
.main-business .business-item .inner:hover .line {
	width:100%
}
.main-business .ico {
	display:block;
	margin-bottom:12px;
	height:82px;
	line-height:82px;
	font-size:0
}
.main-business .ico img {
	vertical-align:middle
}
.main-business .ico .ac {
	display:none
}
.main-business .id {
	position:absolute;
	right:27px;
	top:0;
	font-size:100px;
	line-height:100px;
	color:#f2f2f2;
	font-weight:bold;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s
}
.main-business h2 a {
	display:block;
	padding:10px 0 21px;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#1a1a1a;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s
}
.main-business .sub {
	padding-bottom:55px;
	height:180px;
	border-bottom:2px solid #ccc
}
.main-business .sub a {
	display:block;
	padding-left:30px;
	font-size:14px;
	line-height:36px;
	color:#666;
	background:url("../images/ibusline.png") no-repeat 1px center
}
.main-business .sub a:hover {
	color:#d80000;
	background-image:url("../images/ibuslineac.png")
}
.iclassic-case {
	padding:58px 0 46px;
	overflow:hidden
}
.iclassic-case .m-ichl-title {
	position:relative
}
.iclassic-case .m-ichl-title .m-line-more {
	position:absolute;
	right:0;
	bottom:13px
}
.iclassic-case .m-move-handle {
	display:block !important
}
.iclassic-case .slide-pages {
	display:none
}
.iclassic-case .slide-ctrl {
	display:none
}
.iclassic-case .m-line-more {
	margin:6px auto 0
}
.animated {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both
}

@media (max-width:640px) {
		.iabout-us {
			padding-top:30px;
			padding-bottom:0
		}
		.iabout-us .intro {
			display:none;
			padding:20px 0 26px 0
		}
		.iabout-us .year {
			display:none
		}
		.iabout-us .content {
			display:none;
			position:relative;
			z-index:20
		}
		.iabout-us .main-business {
			padding-top:15px;
			margin:0
		}
		.iabout-us .main-business .business-item {
			margin-bottom:15px;
			width:50%
		}
		.iabout-us .main-business .business-item .inner {
			margin:0
		}
		.iabout-us .main-business .business-item .inner:hover h2 a {
			color:#1a1a1a
		}
		.iabout-us .main-business .business-item .inner:hover .sub {
			border-bottom-color:#666
		}
		.iabout-us .main-business .business-item .inner:hover .line {
			width:0
		}
		.iabout-us .main-business .ico {
			margin-bottom:0;
			height:50px;
			line-height:50px;
			font-size:0;
			text-align:center
		}
		.iabout-us .main-business .ico img {
			vertical-align:middle;
			height:36px
		}
		.iabout-us .main-business .ico .ac {
			display:none
		}
		.iabout-us .main-business .id {
			display:none;
			right:27px;
			top:0;
			font-size:50px;
			line-height:50px
		}
		.iabout-us .main-business h2 {
			text-align:center
		}
		.iabout-us .main-business h2 a {
			padding:10px 0 10px;
			font-size:16px
		}
		.iabout-us .main-business .sub {
			display:none;
			height:auto;
			padding-bottom:20px
		}
}

.m-ichl-title .en {
	font-size:16px;
	line-height:24px;
	color:#999;
	text-transform:uppercase
}
.m-ichl-title .cn {
	font-size:36px;
	line-height:62px;
	font-weight:bold;
	color:#1a1a1a
}
.m-ichl-title .cn a {
	color:#1a1a1a
}
.m-ichl-title .cn span {
	color:#1a3c80
}


.generic-text .notecss{padding-top:20px;margin-bottom:50px;}
/*技术能力2*/

.service_info{
    margin-bottom: 50px;
}

.service_info .service_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.service_info .service_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    float: left;
 
}

.service_info .service_cnt ul li p {
    font-size: 16px;
    margin-top: 15px
}

.service_info .service_cnt ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.service_info .service_cnt ul li figure img{
    transition: .3s;
}


.service_info .service_cnt ul li a{
    display: block;
    position: relative;
}
.service_info .service_cnt ul li p{
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background: #000000ab;
    transition: all ease .5s;
}
.service_info .service_cnt ul li .ser_cont{
    position: absolute;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 0;
    bottom: 0;
    padding: 0px;
    background: #2e58a6c7;
    transition: all ease .5s;
}
.service_info .service_cnt ul li:hover .ser_cont{
    padding: 15px;
    height: 100%;
}
.service_info .service_cnt ul li:hover p{
    padding: 0px;
    height: 0;
}
.contact_us{
    display: flex;
    background: #f2f2f2;
    padding: 40px 20px;
    margin: 70px 0 30px 0;
    align-items: center;
    justify-content: space-evenly;
}

.contact_us .cont{
    width: 60%;
    font-size: 16px;
    margin: 0 40px;
}
.contact_us .btn{
   background: #2d55a5;
   border-radius: 20px;
   min-width: 140px;
   height: 40px;
   line-height: 40px;
   font-size: 20px;
   color: #fff;
   font-weight: 600;
   transition: 0.3s;
}
.contact_us .btn i {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.contact_us .btn:hover{
    background: #1c3d7e;
}
a.obtain_btn{
    display: block;
    margin: 30px auto;
    background: #2d55a5;
    border-radius: 20px;
    max-width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}
a.obtain_btn  i {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
a.obtain_btn:hover{
    background: #1c3d7e;
}
.contact_us.cases{
    background-color: #e5e5e5;
    margin-bottom: 0;
}
.about_info .increase_grow ul li {
    width: 25%;
    float: left;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.about_info  .increase_grow ul li .bignum span {
    font-size: 72px;
    line-height: 60px;
    color: #0070c0;
    /* font-family: 'deckerregular' */
}

.about_info .increase_grow ul li .bignum i {
    margin: 0 0 0 18px;
    color: #333;
    font-size: 18px;
    vertical-align: 32px
}

.about_info .increase_grow ul li p {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}
.about_info .increase_grow ul li p.bignum em {
    font-size: 22px
}

.about_info .increase_grow ul li:nth-child(even) .bignum i {
    font-size: 30px
}
.about_info .wow:not(.att_cnt) .increase_grow{
    margin-top: 30px;
}   
.about_info .att_cnt1 {
    border-bottom: 1px solid #ddd;
   padding: 60px 0;
    /*margin-bottom: 80px;*/
    background: url(../picture/aboubg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.about_info .att_cnt1 .info {
    width: 100%;
}
.about_info .att_cnt1 .info p {
    line-height: 70px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.factory_main .factory_cnt1 ul {
    margin: 50px -10px 40px;
    overflow: hidden;
    display: flex;
   flex-wrap: wrap;
    justify-content: space-around;
}

.factory_main .factory_cnt1 ul li {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}
.factory_main .factory_cnt1 ul li a{
    display: block;
    position: relative;
}
.factory_main .factory_cnt1 ul li p {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    bottom: 0;
    left: 50%;
    background: #4f4f4f82;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
    transform: translateX(-50%);
}

.factory_main .factory_cnt1 ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.factory_main .factory_cnt1 ul li figure img{
    width: 100%;
    transition: .3s;
}
.factory_main .factory_cnt1 ul li:hover figure img{
    transform: scale(1.2);
}
.culture_main .culture_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.culture_main .culture_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}
.culture_main .culture_cnt ul li a{
    display: block;
    position: relative;
}
.culture_main .culture_cnt ul li .word{
    background: #00aeef;
    margin-top: 10px;
    padding:0 10px 10px 10px;
}
.culture_main .culture_cnt ul li h3 {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    color: #fff;
    bottom: 0;
    justify-content: center;
    align-items: center;
    transition: all ease .5s;
}
.culture_main .culture_cnt ul li p{
    font-size: 16px;
    color: #fff;
    min-height: 72px;
}
.culture_main .culture_cnt ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.culture_main .culture_cnt ul li figure img{
    width: 100%;
    transition: .3s;
}
.culture_main .culture_cnt ul li:hover figure img{
    transform: scale(1.2);
}
.annex {
    margin-bottom: 80px;
}
.annex .btn{
    display: block;
    max-width: 300px;
    background: #0070c0;
    border-radius: 25px;
    height: 50px;
    margin: 30px auto;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}
.annex .btn i {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.annex .btn:hover{
    border-radius: 5px;
}

.honor_info{
    margin:50px 0;
}

.honor_info .honor_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.honor_info .honor_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    float: left;
 
}
.honor_info1{
    margin:50px 0;
}
.honor_info1 .honor_cnt{
    display: flex;
    justify-content: space-around;
}
.honor_info1 .honor_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden
}

.honor_info1 .honor_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    float: left;
 
}
.honor_info1 .honor_cnt .left{
    width: 40%;
}
.honor_info1 .honor_cnt .right{
    width: 40%;
}
.row>div {
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}
.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}
.col-3{flex:0 0 25%;max-width:25%}
.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}
.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}
.col-6{flex:0 0 50%;max-width:50%}
.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}
.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}
.col-9{flex:0 0 75%;max-width:75%}
.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}
.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}
.col-12{flex:0 0 100%;max-width:100%}
@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%;min-width:0}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}
@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%;min-width:0}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}
@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%;min-width:0}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}
@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%;min-width:0}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}
@media (min-width:1380px){.col-mxl{flex-basis:0;flex-grow:1;max-width:100%;min-width:0}.row-cols-mxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-mxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-mxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-mxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-mxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-mxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-mxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-mxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-mxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-mxl-3{flex:0 0 25%;max-width:25%}.col-mxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-mxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-mxl-6{flex:0 0 50%;max-width:50%}.col-mxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-mxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-mxl-9{flex:0 0 75%;max-width:75%}.col-mxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-mxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-mxl-12{flex:0 0 100%;max-width:100%}.order-mxl-first{order:-1}.order-mxl-last{order:13}.order-mxl-0{order:0}.order-mxl-1{order:1}.order-mxl-2{order:2}.order-mxl-3{order:3}.order-mxl-4{order:4}.order-mxl-5{order:5}.order-mxl-6{order:6}.order-mxl-7{order:7}.order-mxl-8{order:8}.order-mxl-9{order:9}.order-mxl-10{order:10}.order-mxl-11{order:11}.order-mxl-12{order:12}.offset-mxl-0{margin-left:0}.offset-mxl-1{margin-left:8.33333333%}.offset-mxl-2{margin-left:16.66666667%}.offset-mxl-3{margin-left:25%}.offset-mxl-4{margin-left:33.33333333%}.offset-mxl-5{margin-left:41.66666667%}.offset-mxl-6{margin-left:50%}.offset-mxl-7{margin-left:58.33333333%}.offset-mxl-8{margin-left:66.66666667%}.offset-mxl-9{margin-left:75%}.offset-mxl-10{margin-left:83.33333333%}.offset-mxl-11{margin-left:91.66666667%}}
.modal-form label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    color: #333;
}
.modal-form label::before {
    content: "*";
    display: inline-block;
    margin-right: 10px;
    color: #e30000;
}
.modal-form .form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.modal-form .form-control {
    height: auto;
    padding: 18px 20px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.375;
    color: #999;
    padding: 15px 20px;
}
.btn-primary {
    color: #fff;
    border-radius: 25px;
    background-color: #1677FF;
    border-color: #1677FF;
    background-image: linear-gradient(to right,#1677FF 0%,#1B97FF 100%);
    background-repeat: repeat-x;
    padding: 12px 32px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border: 0;
}
.modal-form .btn {
    font-size: 16px;
    line-height: 1.375;
    padding: 12px 32px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary:before {
    content: "";
    width: 50%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background-repeat: repeat-x;
    left: -60%;
    height: 100%;
    transform: skewX(-15deg);
}
.modal-content{
    padding: 3em;
}
.service_det.service4_main h1{
    margin-top: 80px;
}
.cont_info{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.cont_info .item{
    font-size: 20px;
    padding-left: 35px;
}
.cont_info .item a{
    font-size: 20px;
}
.cont_info .cont{
    background: url(../images/cont_ico.png) no-repeat;
    background-size: contain;
}
.cont_info .tel{
    background: url(../images/phone_ico.png) no-repeat;
    background-size: contain;
}
.cont_info .email{
    background: url(../images/emali.png) no-repeat;
    background-size: contain;
}
.series-list .swiper-button-next,.series-list .swiper-button-prev{
    top: 22%;
}
.series-list .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px;
}
.series-list .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
}
@media (max-width:640px) {
    .series-list  .swiper-button-next,.series-list .swiper-button-prev{
        top: 16%;
        background-size: 25px 40px;
    }
    .service_list  .swiper-button-next,.service_list .swiper-button-prev{
        top: 36%;
        background-size: 25px 40px;
    }
    .idx_news_main  .swiper-button-next,.idx_news_main .swiper-button-prev{
        top: 54%;
        background-size: 25px 40px;
    }
   .case_main .news-dets img{
        width: 100%!important;
        height: auto!important;
    }
}
