
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}

#bsWXBox {
    box-sizing: content-box;
}

ul {
    list-style: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: arial, "microsoft yahei"
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0;
    border: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline: 0;
    color: #666;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance: none
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.clear {
    clear: both;
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #fff;
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.pic img {
    transition: .5s;
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.tp {
    overflow: hidden;
}

.tp img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}

.container1 {
    width: 79%;
    margin: 0 auto;
}

header {
    width: 100%;
    margin: 0 auto;
}

.daohang {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 98px;
    clear: both;
    background-color: #fff;
}

.yx {
    float: left;
}

.yx a {
    display: block;
    padding-top: 16px;
}

.yx img {
    max-width: 100%;
    height: auto;
}

.navdaohang {
    float: right;
    margin-right: 53px;
}

.menupc li {
    float: left;
    text-align: center;
    line-height: 98px;
    z-index: 9;
}

.menupc li:hover a {
    color: #d0171d;
}

.menupc li:hover a:after {
    width: 37px;
}

.menupc li a {
    display: block;
    color: #333;
    font-size: 16px;
    z-index: 999;
    padding: 0 25px;
    position: relative;
}

.menupc li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 5px;
    background-color: #d0171d;
    margin: 0 auto;
    border-radius: 5px;
    z-index: -1;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.menupc li a:hover:after {
    width: 37px;
}

.menupc li a:hover {
    color: #d0171d;
}

.menupc li .current {
    color: #d0171d;
}

.menupc li .current:after {
    width: 37px;
}


.menupc ul {
    background-color: #2668a2;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 999;
    width: 466px;
    min-height: 196px;
}

.menupc ul li:first-child {
    margin-top: 5px;
}

.menupc ul li {
    display: inline-block;
    width: 51%;
    text-align: left;
    padding-left: 22px;
    display: flex;
    line-height: 36px;
}

.menupc ul li:nth-child(1) a {
    padding: 0px;
}

.menupc ul li a {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 36px;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 6px;
    padding: 0;
    width: 51%;
}

.menupc ul li a:after {
    display: none !important;
}

.menupc ul li:hover {
    color: #fff !important;
}

.menupc ul li .current {
    color: #fff !important;
}

.menupc ul li .icon {
    color: #2668a2;
    position: absolute;
    left: 126px;
    font-size: 12px;
}

#solution .inner_fr_pro ul {
    display: flex;
    flex-wrap: wrap;

}

.menupc ul li .icon:hover {
    color: #fff;
    position: absolute;
    left: 133px;
    font-size: 12px;
}

.menupc ul.subnav {
    display: block;
}

.navlastimg {
    position: absolute !important;
    right: 6px !important;
    top: 5px !important;
    width: 315px !important;
    height: 176px !important;
}

.navlastimg div img {
    width: 315px;
    height: 176px;
}

.nation {
    float: right;
    color: #666;
    line-height: 98px;
}

.nation a {
    font-size: 15px;
    color: #666;
}

.nation a:hover {
    color: #d0171d;
}

/*手机导航*/
.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0px;
    line-height: 60px;
    display: none;
    color: #666;
}

.phone-nav img {
    height: 30px;
    margin-top: 15px;
    display: block;
}

.header a[href="#page"] {
    display: none !important;
}

.mm-opened .header a[href="#page"] {
    display: block !important;
}

.mm-opened .header a[href="#mmenu"] {
    display: none !important;
}

#mmenu {
    z-index: 9999;
}

#mmenu li .home-search {
    float: left;
    margin-left: 20px;
    width: 90%;
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

#mmenu li .home-search .keyword {
    text-align: left;
    border: 0;
    border-radius: 0;
    width: 86%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc
}

#mmenu li .home-search .keyword:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #0a78bc;
}

#mmenu li .home-search .btn-sub {
    top: 0;
    border: 0;
    right: 0;
    color: #f28800;
    width: 42px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #f28800 url(../image/search3.png) no-repeat center center;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/*swiper的banner*/
.home-banner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banners a {
    display: block;
}

.banners a img {
    display: block;
    width: 100%;
    height: auto;
}

.home-banner .swiper-container .swiper-pagination {
    display: block;
    bottom: 5px;
    right: 0px;
}

.home-banner .swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 5px;
    border-radius: 25px;
}

.home-banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #d0171d;
}

@media (max-width: 1200px) {
    .daohang {
        height: 60px;
    }

    .yx a {
        padding-top: 10px;
    }

    .yx img {
        height: 40px;
    }

    .phone-nav {
        display: block;
    }

    .navdaohang {
        display: none;
    }

    .nation {
        line-height: 60px;
        padding-right: 45px;
    }
}

footer {
    width: 100%;
    margin: 0 auto;
}

.footer2 {
    background-color: #333;
    overflow: hidden;
    padding: 7px 0;
}

.footer2 p {
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.footer2 p a {
    color: #fff;
}

.footer2 p a:hover {
    color: #d1161d;
}

.footer1 {
    background-color: #f5f5f5;
    padding: 32px 0;
    overflow: hidden;
}

.footer1_fl {
    float: left;
    width: 30%;
}

.footer1_fl a {
    display: block;
    margin-bottom: 26px;
}

.footer1_fl a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer1_fl p {
    font-size: 15px;
    color: #444;
    line-height: 30px;
    word-break: break-all;
}

.footer1_fl p span {
    font-weight: bold;
}

.footer1_fr {
    float: right;
    width: 10%;
    padding-top: 5%;
}

.footer1_fr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.footer1_fr p {
    text-align: center;
    color: #444;
    margin-top: 10px;
}

.footer1_fc {
    float: left;
    width: 60%;
    padding: 0 0 0 3%;
}

.footer1_fc li {
    float: left;
    width: 20%;
    padding: 0 10px;
    line-height: 1;
}

.footer1_fc li a {
    display: block;
    font-size: 16px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer1_fc li a:after {
    content: '';
    display: block;
    width: 19px;
    height: 2px;
    background-color: #d0171d;
    margin: 15px 0;
}

.menulist {
    overflow: hidden;
}

.menulist li {
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}

.menulist li a {
    display: block;
    font-size: 14px;
}

.menulist li a:after {
    display: none;
}

.menulist li a:hover {
    color: #d0171d;
}

.home-business {
    width: 100%;
    margin: 62px auto 50px auto;
}

.index_title {
    text-align: center;
}

.index_title h3 {
    font-size: 26px;
    color: #444;
    font-weight: bold;
    line-height: 1;
    background: url("../image/title.png") no-repeat bottom center;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-indent: 3px;
}

.index_title p {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
	display: none;
}

.bus_con {
    margin-top: 20px;
    position: relative;
    padding-bottom: 35px;
}

.bus_con .swiper-slide {
    display: initial;
}

.bus a {
    display: block;
    position: relative;
    border: 8px solid #fff;
    margin: 10px;
    border-radius: 5px;
    transition: .5s;
}

.bus a:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, .17);
}

.bus a .pic:after {
    padding-bottom: 70%;
}

.bus a:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.bus_txt {
    position: absolute;
    bottom: 25px;
    left: 10%;
    width: 80%;
    background-color: rgba(20, 83, 142, .8);
    transition: .5s;
    padding: 9px 5px;
}

.bus_txt h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.bus_con .swiper-pagination1 {
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.bus_con .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e78b8e;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
    border-radius: 25px;
}

.bus_con .swiper-pagination-bullet-active {
    background-color: #d0171d;
}

.home-about {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.about_con {
    margin-top: 45px;
}

.about_con_fl {
    float: left;
    width: 51%;
}

.about_con_fl1 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    line-height: 1;
}

.about_con_fl2 {
    color: #444;
    line-height: 25px;
    margin: 20px 0;
    height: 300px;
    overflow: hidden;
}

.about_con_fl3 a {
    display: block;
    width: 157px;
    line-height: 43px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.about_con_fl3 a:after {
    content: '';
    display: block;
    width: 0;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d0171d;
    transition: .5s;
}

.about_con_fl3 a:hover:after {
    width: 100%;
}

.about_con_fl3 a p {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
}

.about_con_fl3 a:hover p {
    color: #fff;
}

.about_con_fr {
    float: right;
    width: 46%;
}

.about_con_fr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.home-news {
    width: 100%;
    margin: 62px 0 90px 0;
    overflow: hidden;
}

.news_con {
    margin-top: 55px;
}

.news_con ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news_con li {
    float: left;
    width: 30%;
    padding: 0 30px;
    overflow: hidden;
}

.news_con li a {
    display: block;
    position: relative;
}

.news_con li a .pic:after {
    padding-bottom: 82.6%;
}

.news_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../image/newsbg.png") no-repeat bottom center;
    text-align: center;
}

.news_txts {
    position: absolute;
    bottom: 26px;
    text-align: center;
    width: 80%;
    left: 10%;
}

.pro-jianxi {
    margin-top: 33px;
}

.news_txt h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

.news_txt span {
    display: block;
    width: 121px;
    margin: 0 auto;
    line-height: 33px;
    border-radius: 25px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: .5s;
}

.news_con li a:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.news_con li a:hover .news_txt span {
    border: 1px solid #d0171d;
    background-color: #d0171d;
}

/*新闻*/
.inner_news {
    overflow: hidden;
}

.inews1 {
    position: relative;
}

.inews1 .swiper-container {
    width: 100%;
    margin: 0 auto;
}

.inews1 .swiper-slide {
    display: initial;
}

.inews1s a {
    display: block;
    overflow: hidden;
    position: relative;
}

.inews1s_fl {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 30px;
}

.inews1s_fl .pic:after {
    padding-bottom: 55.8%;
}

.inews1s a:hover .inews1s_fl .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.inews1s_date {
    position: absolute;
    right: -46px;
    bottom: -46px;
    width: 89px;
    height: 91px;
    background-color: #efefef;
    text-align: center;
    color: #989898;
}

.inews1s_date p {
    font-size: 45px;
    font-weight: bold;
    padding: 10px 0 5px 0;
    line-height: 1;
}

.inews1s_date span {
    font-size: 14px;
}

.inews1s_fr {
    float: right;
    width: 42%;
    text-align: justify;
    padding-top: 25px;
    margin-right: 4%;
    margin-left: 4%;
}

.inews1s_fr1 {
    color: #1f1f1f;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inews1s_fr2 {
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.inews1s a:hover .inews1s_fr1 {
    color: #2668A2;
}

.swiper-pagination1 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.inews1 .swiper-pagination1 {
    display: block;
    bottom: 90px;
    right: 22%;
    width: 100%;
    text-align: right;
}

.inews1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 25px;
}

.inews1 .swiper-pagination-bullet-active {
    background-color: #2668A2;
}

.inews1 .swiper-button-next1, .inews1 .swiper-button-prev1 {
    display: block;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    font-size: 44px;
    color: #ccc;
    text-align: center;
    border-radius: 180px;
    background: none;
}

.inews1 .swiper-button-next1:hover, .inews1 .swiper-button-prev1:hover {
    color: #2668A2;
}

.inews1 .swiper-button-prev1 {
    left: 0;
    right: auto;
    transform: rotateY(-180deg);
}

.inews1 .swiper-button-next1 {
    right: 0;
    left: auto;
}

.inews2 {

}

.inews2 li {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}

.sevice-con {

}

.sevice-con .text1 {
    font-size: 18px;
    font-weight: bold;
    color: #2668A2;
    margin-bottom: 10px;
}

.sevice-con .text2 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 10px;
}

.sevice-con .text3 {
    font-size: 15px;
    color: #777777;
    line-height: 36px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.inews2 li a {
    padding: 22px 19px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.concat-sevice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.concat-sevice .block {
    width: 23%;
    height: 309px;
    background: rgba(245, 245, 245, 0);
    border: 2px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.concat-sevice .icon {
    font-size: 46px;
    color: #2668A2;
}

.concat-sevice-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.concat-sevice .text-block {

    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.concat-sevice .text1 {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.concat-sevice .text2 {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-align: center;
}

.inews2_date {
    height: 91px;
    color: #989898;
    transition: .5s;
    width: 146px;
    margin-left: 20px;
    text-align: left;
    color: #989898;
    transition: .5s;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.inews2_date p {

    font-size: 36px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.inews2_date span {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 5px;
    display: inline-block;
}

.inews2_date .line {
    width: 27px;
    height: 2px;
    background-color: #CCCCCC;
    display: inline-block;
}

.inews2-con2-in {
    width: 90%;
    display: flex;
    align-items: center;

}

.inews2_txt {

}

.inews2_txt1 {
    font-size: 16px;
    color: #1f1f1f;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis;
}

.inews2_txt1:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    margin: 10px 0;
    display: none;
}

.inews2_txt2 {
    color: #717171;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.inews2_txt2 em {
    font-style: normal;
}

.inews2_icon {
    width: 42px;
    height: 42px;
    background-color: #DDDDDD;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.inews2_icon icon {
    font-size: 22px;
}

.inews2_icon:hover {
    background-color: #2668A2;
}

.inews2 li a:hover .inews2_date {

}

.inews2 li a:hover .inews2_txt1 {
}

.inews2-con2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
}

.new2-img {
    width: 20%;

}

.new2-img img {
    width: 100%;
}

.news2-content {
    margin-left: 2%;
    text-align: left;
    width: 78%;
}

.news2-content .text1 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news2-content .text2 {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    position: relative;
    line-height: 25px;
}

.news2-content .time {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    position: absolute;
    right: 0px;
}

/*新闻详情*/
.inner_newsshow {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.inner_fr_newsshow {
    margin: 31px 0 50px 0;
    overflow: hidden;
}

.show_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}

.show_title h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}

.show_title span {
    color: #949494;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 20px;
}

.browse {
    background: url(../image/browse.png) no-repeat left center;
}

.date {
    background: url(../image/date.png) no-repeat left center;
}

.show_content {
    line-height: 28px;
    color: #4b4b4b;
    padding: 25px 0px;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 15px;
}

.show_content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.show_back {
    padding-top: 20px;
}

.show_back_fl {
    float: left;
    width: 70%;
    overflow: hidden;
}

.show_back_fl li {
    margin-bottom: 2px;
    line-height: 25px;
    color: #4d4d4d;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.show_back_fl li a {
    color: #868686;
    font-size: 15px;
}

.show_back_fl li a:hover {
    color: #2668A2;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 15%;
}

.show_back_fr a {
    display: block;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    background: #2668A2 url(../image/return.png) no-repeat 20px center;
    padding-right: 25px;
    text-align: right;
}

.bottom-jianxi {
    padding-bottom: 40px;
}

/*产品展示*/
.inner_fl_t {
    float: left;
    width: 259px;
}

.inner_fl_t {
    overflow: hidden;
}

.inner_fl_t_title {
    padding: 28px 0 34px 0;
    text-align: center;
    line-height: 1;
    background: #2668A2 url("../image/titlebg.png") no-repeat left top;
}

.inner_fl_t_title h3 {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.inner_fl_t_title p {
    text-transform: uppercase;
    color: #64ACEB;
    font-size: 16px;
}

.inner_fl_t_nav {
    overflow: hidden;
    margin: 6px 0;
}

.inner_fl_t_nav li {
    overflow: hidden;
    margin-bottom: 1px;
    background: #fff;
    border: 1px solid #F2F2F2;
    padding: 2px;
    position: relative;
    margin-top: -1px;
}

.inner_fl_t_nav li a {
    background: #F1F2F6;
}

.inner_fl_t_nav li:last-child {
    margin-bottom: 0;
}

.inner_fl_t_nav li a {
    display: block;
    margin: 5px;
    font-size: 16px;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: bold;
    color: #555555;
    line-height: 60px;
}

.inner_fl_t_nav li a {
    display: block;
    margin: 5px;
    font-size: 16px;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #555555;
    line-height: 60px;
}

.topmore {
    position: absolute;
    right: 28px;
    top: 21px;
    height: 30px;
    width: 30px;
    background-position: center center;
    cursor: pointer;
    background: url(../image/off.png) no-repeat center center;
    display: block;
    z-index: 5;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
}

/*.inner_fl_t_nav li:hover .topmore{
    background: url(../../images/onn.png) no-repeat right center;
}*/

.inner_fl_t_nav li a:hover {
    color: #fff;
    background-color: #2668A2;
    display: block;

}

.product-detail .swiper-slide {
    width: 100% !important;
}

.pro-list-active {
    background-color: #2668a2 !important;
    color: #fff !important;
}

.inner_fl_t_nav li .active {
    color: #555;

}

.inner_fl_b {
    background-color: #fff;
    padding: 0 13px;
    overflow: hidden;
}

.inner_fl_b_title {
    border-bottom: 1px solid #ececec;
    padding: 20px 0 20px 16px;
    overflow: hidden;
    line-height: 1;
}

.inner_fl_b_title p {
    display: inline-block;
    font-size: 20px;
    color: #39a5a8;
    font-weight: bold;
}

.inner_fl_b_title span {
    font-size: 15px;
    color: #aaa;
    margin-left: 7px;
}

.inner_fl_b_con {
    margin: 30px 11px;
    overflow: hidden;
    color: #666;
    line-height: 25px;
}

.inner_fl_b_con p {
    margin-bottom: 10px;
}

.inner_fr {
    margin-left: 294px;
    background-color: #fff;
    padding: 10px 0px 0 0px;
    overflow: hidden;
}

.inner_fr_title {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    padding-bottom: 20px;
}

.inner_fr_title p {
    font-size: 22px;
    font-weight: bold;
    color: #555555;
    line-height: 30px;
}

.inner_fr_title span {
    margin-left: 2px;
    margin-right: 2px;
}

.inner_fr_title span a {
    font-size: 13px;
    color: #999;
}

.inner_fr_title span em {
    font-style: normal;
    color: #2668A2;
}

.inner_fr_contact {
    margin: 60px 0 75px 0;
    overflow: hidden;
}

.icontact_fl {
    float: left;
    width: 40%;
    padding: 30px 0 0 20px;
}

.icontact_fl img {
    display: block;
    max-width: 100%;
    height: auto;
}

.icontact_fl h3 {
    font-size: 30px;
    color: #39a5a8;
    line-height: 1;
    letter-spacing: 13px;
    margin-bottom: 5px;
}

.icontact_fl span {
    display: block;
    font-size: 16px;
    color: #39a5a8;
    text-transform: uppercase;
}

.icontact_fl p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

.inner_fr_pro {
    margin: 50px 0 0px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ipro {
    overflow: hidden;
}

.ipro li {
    float: left;
    width: 33.3%;
    padding: 0 32px;
    margin-bottom: 24px;
    overflow: hidden;
}

.ipro li a {
    display: block;
}

.ipro li a .pic {

}

.ipro li a .pic:after {
    padding-bottom: 0%;
}

.swiper-pro-next1 {
    background-color: #ff0000;
}

.swiper-pro-next1 {
    background-color: #333;
}

.product-detail {
    width: 45%;
    height: 100%;
    border: 1px solid #eee;
}

.pro3-detail {

}

.pro3-detail .text1 {

    font-size: 22px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.pro3-detail .anniu {
    width: 160px;
    height: 48px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.pro3-detail .anniu:hover {
    background-color: #0074B1;
    color: #fff;
}

.pro3-detail .anniu:hover .icon {

    color: #fff;
}

.pro3-detail .anniu .icon {
    color: #999;
    font-size: 17px;
    margin-left: 5px;
}

.pro3-content {

}

.pro3-content .pro3-title-first {
    font-size: 20px;
    color: #0074B1;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.pro3-content .pro3-title-line {
    width: 65px;
    height: 4px;
    background-color: #0074B1;
    position: relative;
    top: -2px;
    margin-bottom: 20px;

}

.pro3-content .pro3-text {
    font-size: 16px;
    color: #333333;
    line-height: 36px;

}

.pro3-detail .text2 {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 36px;
}

.ipro_txt {
    padding: 40px 0;
    text-align: center;
}

.ipro_txt h3 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ipro_txt p {
    color: #999;
    margin: 20px 0 20px 0;
}

.ipro_txt span {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #ccc;
    font-size: 30px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: .5s;
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 50%;
    line-height: 39px;
}

.ipro_txt .icon {
    font-size: 16px;
    transform: rotate(0deg);
    color: #ccc;

}

.ipro li a:hover .pic {
    border: 1px solid #D0171D;
}

.ipro li a:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ipro li a:hover .ipro_txt span {
    border: 1px solid #ddd;
    background-color: #D0171D;
    color: #fff;
    line-height: 39px;
}

.inner_fl_1 li {
    overflow: hidden;
    position: relative;
    border: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.pro3-detail {
    margin-left: 26px;
    width: 55%;
}

.inner_fl_1 li a {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    font-weight: normal;
    background-color: #c4dff7;
    line-height: 61px;
    padding: 0px 28px 0 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    /* background: none; */
    margin: 0;
    display: block;
}

.inner_fl_1 li:hover a {
    color: #2668A2;
}

.inner_fl_1 li a:hover {
    color: #2668A2;
    background: none;
}

.inner_fl_1 li .active {
    color: #2668A2;
    background: none;
}

.inner_fl_1 li .more {
    position: absolute;
    right: 28px;
    top: 0;
    height: 61px;
    cursor: pointer;
    background: url(../image/off.png) no-repeat right center;
    display: block;
    z-index: 5;
    width: 40%;
    padding: 0;
}

.inner_fl_1 li:hover .more {
    background: url(../image/on.png) no-repeat right center;
}

.inner_fl_1 li .er {
    overflow: hidden;

    border-top: 1px solid #f2f2f2;
}

.inner_fl_1 li .er li {
    border-bottom: none;
}

.inner_fl_1 li .er li a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    background: #fff url(../image/ppli.jpg) no-repeat 35px center;
    line-height: 35px;
    padding: 0px 0px 0px 45px;
}

.inner_fl_1 li .er li a:hover {
    color: #2668A2;
    background: #fff url(../image/ppli_h.jpg) no-repeat 35px center;
}

.inner_fl_1 li .er li a.active {
    color: #2668A2;
    background: #fff url(../image/ppli_h.jpg) no-repeat 35px center;
}

.inner_fl_1 .nav-show:hover .more {
    background: url(../image/on.png) no-repeat right center;
}

.inner_fl_1 .nav-show .more {
    background: url(../image/on.png) no-repeat right center;
}

.inner_fl_1 .nav-show .er {
    display: block;
    overflow: hidden;
}

.inner_fl_1 .nav-show a {
    color: #2668A2;
}

.inner_fl_1 .nav-show .er li a {
    background: #fff url(../image/ppli.jpg) no-repeat 35px center;
    padding: 0px 0px 0px 85px;
    color: #666;
}

/*产品详情*/
.inner_fr_proshow {
    margin: 60px 0;
    overflow: hidden;
}

.iproshow1 {
    margin-bottom: 50px;
    overflow: hidden;
}

.iproshow1_fl {
    float: left;
    width: 30%;
}

.iproshow1_fl .pic:after {
    padding-bottom: 72.3%;
}

.iproshow1_fr {
    float: left;
    width: 70%;
    padding-left: 5%;
}

.iproshow1_fr1 {
    font-size: 20px;
    color: #39a5a8;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.iproshow1_fr1 i {
    color: #39a5a8;
    font-size: 16px;
    margin-right: 10px;
}

.iproshow1_fr2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.iproshow2 {
    overflow: hidden;
}

.iproshow2_title {
    border-bottom: 1px solid #ececec;
    height: 36px;
}

.iproshow2_title p {
    float: left;
    font-size: 18px;
    color: #39a5a8;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    line-height: 25px;
}

.iproshow2_title p:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #39a5a8;
    bottom: -1px;
    position: absolute;
}

.iproshow2_con {
    margin: 30px 0 40px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.nei-banner img {
    width: 100%;
}

.nei-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-cn {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    text-shadow: 0px 0px 9px rgba(51, 51, 51, 0.16);
}

.banner-text {
    position: absolute;
    width: 50%;
    left: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner-en {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-shadow: 0px 0px 9px rgba(51, 51, 51, 0.16);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 336px;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.nei-nav {
    height: 59px;
    border-bottom: 1px solid #ccc;
}

.nei-nav .first {
    width: 124px;
    height: 59px;
    background: #2668A2;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
    display: none;
}

.nei-nav-con {
    display: flex;
    flex-direction: row;
}

.nei-nav-con .last {
    display: flex;
    flex-direction: row;
}

.nei-nav-con .last a {
    margin-left: 19px;
}

.nei-nav-con .last .active {
    background: #EEEEEE;
    border-bottom: 1px solid #ccc;
}

.nei-nav-con .last-nav:hover {
    background: #EEEEEE;
}

.last-nav {
    width: 109px;
    height: 58px;
    cursor: pointer;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.suoyin {
    font-size: 14px;
    color: #9A9A9A;
    line-height: 58px;
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: row;
}

.suoyin .icon {
    font-size: 14px;
    color: #9A9A9A;
    margin-right: 5px;
}

.nei-nav-con {
    position: relative;
}

.suoyin span {
    color: #2668A2;
}

.nei-biaoti {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 35px;
}

.top-title {
    font-size: 22px;
    font-weight: bold;
    color: #444444;
}

.top-title2 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

#about .con-text {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 30px;
}

#about .con-img {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

#about .honor1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#about .honor1 ul li {
    font-size: 16px;
    color: #333;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#about .ido {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
    display: inline-block;
    margin-right: 5px;
}

#about .honor1-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#about .honor1-img-bottom {
    margin-top: 44px;
}

#about .honor1-img-left {
    width: 100%;
}

#about .honor1-img-right {
    width: 38%;
}

#about .honor2-img-right {
    width: 50%;
}

#about .honor2-img-right img {
    width: 100%;
}

#about .honor2-block {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#about .honor2-block ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: inherit;
}

#about .honor1-block ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: inherit;
}

#about .honor3-block {
    width: 40%;
}

#about .honor3-img-right {
    width: 60%;
}

#about .honor3-block ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    display: inherit;
}

#solution .solution-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
}

#solution .solution-block .text1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 400;
    color: #2668A2;
    line-height: 40px;
}

#solution .solution-block .text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 40px;
}

#solution .solution-block .text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

#solution .solution-block .text4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

#solution .solution-block .anniu {
    width: 167px;
    height: 52px;
    background: #F5F5F5;
    border-radius: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
}

#solution .solution-block .anniu .arrow {
    width: 29px;
    height: 29px;
    background: #2668A2;
    border-radius: 50%;
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#solution .solution-left {
    width: 45%;
}

#solution .solution-right {
    width: 55%;
}

#solution .solution-right {
    width: 100%;
}

#concate .phone {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80%;
    margin-left: 10%;
}

#concate .phone .block {
    width: 300px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

#concate .phone .icon {
    color: #CCCCCC;
    font-size: 35px;
}

#concate .phone .text-block {
    margin-left: 20px;
}

#concate .phone .text1 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
}

#concate .phone .text2 {
    font-size: 28px;
    font-weight: bold;
    color: #2668A2;
    line-height: 30px;
}

#concate .ditu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#concate .ditu .ditu-left {
    width: 55%;
}

#concate .ditu .ditu-left img {
    width: 100%;
}

#concate .ditu .ditu-right {
    width: 42%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#concate .ditu .block {
    width: 50%;
}

#concate .ditu .block .block-in {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    width: 330px;
}

#concate .ditu .block .text-block {
    margin-left: 15px;
}

#concate .ditu .block-icon {
    width: 46px;
    height: 46px;
    background: #2668A2;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#concate .ditu .icon {
    font-size: 22px;
    color: #fff;
}

#concate .ditu .text1 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

#concate .ditu .text2 {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    line-height: 28px;
}

#concate .ditu .text3 {
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

#concate .feedbak-form {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 46px;
    margin-bottom: 59px;
}

#concate .feedbak-form .input-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#concate .feedbak-form .text {
    height: 15px;
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-bottom: 50px;
}

#concate .feedbak-form .input-line {
    display: flex;
    flex-direction: row;
    width: 48%;
    margin-bottom: 32px;
}

#concate .feedbak-form .input-text {
    width: 20%;
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

#concate .feedbak-form .input-text span {
    color: #C5262A;
    font-size: 15px;
    margin-right: 2px;
}

#concate .feedbak-form .beizhu {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    top: -20px;
    margin-left: 10%;
}

#concate .feedbak-form .input {
    width: 40%;
    display: flex;
    flex: 1;
}

#concate .feedbak-form .er {
    height: 33px;
    width: 100px;
}

#concate .feedbak-form .form-btn {
    width: 225px;
    height: 47px;
    background: #2668A2;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
    margin: 0 auto;
}

.about_con_fr img {
    width: 100%;
    transition: 1s;
}

.about_con_fr a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.honor1-img img {
    width: 100%;
    transition: 1s;
}

.honor1-img a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.inner_news img {
    width: 100%;
    transition: 0.5s;
}

.inner_news a:hover .text1 {
    color: #2668a2;
}

.inner_news a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.solution-right img {
    width: 90%;
    transition: 0.5s;
    margin-left: 5%;
    margin-right: 5%;
}

.solution-right a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#solution .solution-block .anniu:hover {
    cursor: pointer;
    background-color: #2668a2;
    color: #fff;
}

#solution .solution-block .anniu:hover .arrow {
    background-color: #fff;
    color: #2668a2;
}

.fenye {
    margin-top: 30px;
    text-align: center;
}

.inews2 li a:hover {
    background-color: #eee;
}

.inews2 li a:hover .inews2_txt2 em {
    color: #D0171D;
}

.inews2 li a:hover .inews2_icon {
    background-color: #2668A2;
}

.inews2 li a:hover .inews2_icon .iconfont {
    color: #fff;
}

.inews2_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chuanzhen {
    font-size: 50px !important;
}

.navactive .inner_fl_t_nav li a {
    color: #fff !important;
    background-color: #2668a2 !important;
}

@media (min-width: 1801px) and (max-width: 1875px) {

}

@media (min-width: 1701px) and (max-width: 1800px) {
    .ipro li {
        padding: 0 20px;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .about_con_fl2 {
        height: 250px;
    }

    .news_con li {
        padding: 0 25px;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .about_con_fl2 {
        height: 250px;
    }

    .news_con li {
        padding: 0 25px;
    }

    .ipro li {
        padding: 0 20px;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .about_con_fl2 {
        height: 225px;
    }

    .news_con li {
        padding: 0 20px;
    }

    .ipro li {
        padding: 0 10px;
        margin-bottom: 0;
    }

}

@media (min-width: 1280px) and (max-width: 1400px) {
    .container1 {
        width: 82%;
    }

    .bus a {
        border: 5px solid #fff;
    }

    .index_title h3 {
        font-size: 22px;
    }

    .about_con_fl2 {
        height: 200px;
    }

    .news_con li {
        padding: 0 20px;
    }

    .ipro li {
        padding: 0 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1279px) {
    .container1 {
        width: 90%;
    }

    .bus a {
        border: 5px solid #fff;
    }

    .index_title h3 {
        font-size: 20px;
    }

    .about_con_fl1 {
        font-size: 18px;
    }

    .about_con_fl2 {
        height: 200px;
    }

    .news_con li {
        padding: 0 15px;
    }

    .ipro li {
        padding: 0 10px;
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .container1 {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner_fr {

    }

    .inner_fr_proshow {
        margin: 50px 0;
    }

    .show_content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }

    .home-business {
        margin: 50px auto;
    }

    .bus a {
        border: none;
    }

    .index_title h3 {
        font-size: 20px;
    }

    .about_con_fl2 {
        height: 175px;
    }

    .home-news {
        margin: 50px auto;
    }

    .news_con {
        margin-top: 45px;
    }

    .news_con li {
        padding: 0 15px;
    }

    .ipro li {
        padding: 0 10px;
        margin-bottom: 0;
    }

    .ipro_txt p {
        margin: 20px 0;
    }

    .inner_fr_proshow {
        margin: 50px 0;
    }

    .iproshow1_fl {
        width: 40%;
    }

    .iproshow1_fr1 {
        font-size: 18px;
    }

    .iproshow1_fr {
        width: 60%;
    }

    .iproshow2_con {
        margin: 30px 0;
    }
}

@media (max-width: 768px) {
    .inner_fl_1 li a {
        line-height: 51px;
    }

    .inner_fr {
        margin-left: 250px;
        padding: 25px 20px 0 20px;
    }

    .inner_fl_1 li .more {
        height: 51px;
    }

    .inner_fr_process:before {
        left: 36.5px;
        margin-left: 0;
    }

    .inner_fr_process:after {
        left: 25px;
        margin-left: 0;
    }

    .inner_fr_process dl {
        background: url(../image/gou.jpg) no-repeat 23.5px center;
        margin-bottom: 15px;
        min-height: 135px;
    }

    .inner_fl_1 li .er li a {
        background: #fff url(../image/ppli.jpg) no-repeat 50px center;
        padding: 0px 0px 0px 65px;
    }

    .inner_fl_1 li .er li a:hover {
        background: #fff url(../image/ppli.jpg) no-repeat 50px center;
    }

    .inner_fl_1 .nav-show .er li a {
        background: #fff url(../image/ppli.jpg) no-repeat 50px center;
        padding: 0px 0px 0px 65px;
    }

    .inner_fl_t_title h3 {
        font-size: 26px;
    }

    .inner_fl {
        width: 100%;
    }

    .ipro li {
        width: 50%;
    }

    .ipro_txt {
        padding: 20px 0;
    }

    .ipro_txt p {
        margin: 10px 0;
    }

    .iproshow1 {
        margin-bottom: 30px;
    }

    .iproshow1_fl {
        float: none;
        width: 70%;
        margin: 0 auto 20px auto;
        overflow: hidden;
    }

    .iproshow1_fr {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .iproshow1_fr1 {
        font-size: 16px;
    }

    .iproshow2_title p {
        font-size: 16px;
    }

    .footer1_fl p {
        line-height: 25px;
    }

    .footer1_fc li {
        padding: 0 5px;
    }

    .footer1_fc li a {
        font-size: 15px;
    }

    .menulist li {
        padding: 0;
    }

    .menulist li a {
        font-size: 14px;
    }

    .footer1_fr {
        padding-top: 0;
    }

    .bus_txt {
        bottom: 15px;
    }

    .bus_txt h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .news_con li {
        padding: 0 10px;
    }

    .news_txt h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .inner_fr {
        margin-left: 0;
        padding: 25px 15px 0 15px;
    }

    .inner_fr_pro {
        margin: 30px 0;
    }

    .inner_fr_proshow {
        margin: 20px 0;
    }

    .inner_fl {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .inner_fl_t_title {
        padding: 25px 0;
    }

    .inner_fl_t_title h3 {
        font-size: 22px;
    }

    .inner_fl_t_title p {
        font-size: 14px;
    }

    .inner_fl_t_nav li a {
        line-height: 40px;
    }

    .inner_fl_b {
        display: none;
    }

    .inner_fl_1 li a {
        line-height: 40px;
        font-size: 15px;
    }

    .inner_fl_1 li .more {
        height: 40px;
    }

    .inner_fl_1 li .er {
        padding: 10px 0;
    }

    .inner_fl_1 li .er li a {
        line-height: 30px;
    }

    .ipro li {
        padding: 0 5px;
    }

    .ipro_txt {
        padding: 15px 0;
    }

    .ipro_txt h3 {
        font-size: 15px;
    }

    .iproshow1 {
        margin-bottom: 20px;
    }

    .iproshow1_fr1 {
        margin-bottom: 10px;
    }

    .iproshow1_fr2 {
        font-size: 15px;
        line-height: 25px;
    }

    .iproshow2_con {
        margin: 20px 0;
        font-size: 15px;
        line-height: 25px;
    }

    .footer1 {
        padding: 30px 0;
    }

    .footer1_fl {
        float: none;
        width: 100%;
    }

    .footer1_fl a {
        margin-bottom: 15px;
    }

    .footer1_fl a img {
        margin: auto;
    }

    .footer1_fc {
        float: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin: 20px 0;
    }

    .footer1_fc li {
        width: 33.3%;
        line-height: 30px;
    }

    .footer1_fc li a {
        font-weight: bold;
    }

    .footer1_fc li a:after {
        display: none;
    }

    .menulist {
        display: none;
    }

    .footer1_fr {
        float: none;
        width: 100%;
    }

    .home-business {
        margin: 30px auto;
    }

    .index_title p {
        margin-top: 15px;
    }

    .bus_con {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .about_con {
        margin-top: 20px;
    }

    .about_con_fl {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .about_con_fl1 {
        font-size: 18px;
    }

    .about_con_fl2 {
        margin: 15px 0 20px 0;
    }

    .about_con_fr {
        float: none;
        width: 100%;
    }

    .home-news {
        margin: 30px auto;
    }

    .news_con {
        margin-top: 20px;
    }

    .news_con li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .news_con li:last-child {
        margin-bottom: 0;
    }
}

/*jianrong-zhang*/

@media (max-width: 1801px) {

}

@media (max-width: 1701px) {
    .concat-sevice .icon {
        font-size: 40px;

    }

    .concat-sevice .block {
        height: 280px;
    }

}

@media (max-width: 1601px) {

    .concat-sevice-con {
        flex-direction: column;
        align-items: center;
    }

    .concat-sevice .text1 {
        text-align: center;
    }

    #concate .ditu {
        flex-direction: column;
    }

    #concate .ditu .ditu-left {
        width: 80%;
    }

    #concate .phone .block {
        margin-bottom: 30px;
    }

    #concate .ditu .ditu-right {
        width: 60%;
        margin-top: 30px;
    }

}

@media (max-width: 1501px) {

}

@media (max-width: 1401px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1201px) {
    #concate .ditu .ditu-right {
        width: 80%;
    }

    #concate .feedbak-form .input-line {
        width: 70%;
    }

    #concate .feedbak-form .beizhu {
        margin-left: 35%;
        margin-bottom: 20px;
    }

    #concate .feedbak-form .input-content {
        flex-direction: column;
        align-items: center;
    }

    #concate .phone .text2 {
        font-size: 24px;
        line-height: 20px;
    }

    #concate .phone .text1 {
        font-size: 20px;
    }

    .concat-sevice .block {
        width: 49%;
        margin-bottom: 2%;
    }

    .concat-sevice {
        flex-wrap: wrap;
    }

    .inews2_date {
        width: 12%;
    }

    .inews2_txt {
        width: 83%;
    }

    #solution .solution-right {
        width: 70%;
    }

    #solution .solution-block {
        flex-direction: column;
    }

    #solution .solution-left {
        width: 100%;
    }

    .inews1 .swiper-pagination1 {
        bottom: 15%;
    }

    .suoyin {
        display: none;
    }

    .nei-nav {
        display: none;
    }

    .banner-cn {
        font-size: 40px;
    }

    .banner-en {
        font-size: 20px;
        width: 300px;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nei-biaoti {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .honor1-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .honor1-block {
        width: 30%;
    }

    #about .honor1-block ul li {
        width: 72%;
    }

    #about .honor2-block {
        width: 100%;
        margin-bottom: 20px;
    }

    #about .honor3-block {
        width: 100%;
        margin-bottom: 20px;
    }

    #about .honor2-img-right {
        width: 80%;
        margin-left: 10%;
    }

    #about .honor3-img-right {
        width: 81%;
        margin-left: 10%;
    }
}

@media (max-width: 768px) {
    .product-detail {
        width: 100%;
    }

    .inner_fr_title p {
        font-size: 18px;
    }

    .inner_fr_pro {
        flex-direction: column;
    }

    .pro3-detail {
        margin-left: 0px;
    }

    .pro3-content .pro3-title-first {
        font-size: 18px;
    }

    .pro3-detail .text1 {
        font-size: 19px;
        color: #333333;
        line-height: 20px;
        margin-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .pro3-content .pro3-title-first {
        margin-top: 20px;
    }

    .topmore {
        top: -4px;
    }

    .inner_fl {
        margin-bottom: 0px;
    }

    .inner_fr {
        margin-left: 0px;
    }

    .inner_fl_t {
        width: 100%;
    }

    #concate .feedbak-form .input-text {
        width: 30%;
    }

    #concate .feedbak-form .input-line {
        width: 100%;
    }

    #concate .phone .block {
        justify-content: left;
    }

    #concate .phone {
        flex-direction: column;
        margin-top: 25px;
    }

    #concate .phone .block {
        height: 50px;
    }

    #concate .phone .icon {
        font-size: 30px;
    }

    #concate .phone .text1 {
        line-height: 20px;
    }

    #concate .phone .text2 {
        font-size: 20px;
    }

    #concate .phone .text1 {
        font-size: 18px;
    }

    #concate .feedbak-form {
        margin-top: 10px;
    }

    #concate .ditu .block .block-in {
        margin-bottom: 30px;
    }

    #concate .ditu .ditu-right {
        flex-direction: column;
    }

    .inews2_date p {
        font-size: 21px;
        line-height: 20px;
    }

    .inews2 li a {
        padding: 10px 19px;
    }

    .inews2-con2-in {
        width: 80%;
    }

    .inews2_date {
        margin-left: 0px;
        width: 15%;
    }

    .inews2_txt {
        width: 65%;
        margin-left: 5%;
    }

    #solution .solution-block .anniu {
        font-size: 15px;
    }

    #solution .solution-block .anniu .arrow {
        width: 25px;
        height: 25px;
    }

    #solution .solution-block .anniu .arrow .iconfont {
        font-size: 14px;
    }

    #solution .solution-block {
        padding-top: 30px;
    }

    #solution .solution-block {
        padding-bottom: 30px;
    }

    #solution .solution-block .anniu {
        margin-top: 20px;
    }

    #solution .solution-block .text1 {
        font-size: 20px;
        padding-top: 20px;
    }

    #solution .solution-block .text2 {
        line-height: 25px;
    }

    .news2 {
        flex-direction: column;
    }

    .new2-img {
        width: 100%;
    }

    .news2-content {
        width: 100%;
        margin-top: 14px;
        margin-left: 0%;

    }

    .news2-content .time {
        right: 14px;
    }

    .inews1 .swiper-slide {
        display: none;
    }

    .news2 {
        margin-top: 20px;
    }

    .news2-content .text1 {
        font-size: 16px;
    }

    .honor1-block {
        width: 100%;
    }

    #about .honor1-block ul li {
        width: 100%;
    }

    .banner-cn {
        font-size: 30px;
    }

    .banner-en {
        font-size: 16px;
        width: 230px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 414px) {

}

@media (max-width: 375px) {
    .concat-sevice .block {
        width: 100%;
    }

    .concat-sevice .block {
        height: 200px;
    }

    .concat-sevice .block {
        margin-bottom: 4%;
    }

    .inews2-con2-in {
        width: 75%;
    }

    .inews2_date {
        margin-left: 0px;
        width: 30%;
    }

    .banner-cn {
        font-size: 20px;
    }

    .inews2_txt {
        width: 65%;
    }

    .inews2_date span {
        line-height: 30px;
        margin-top: 5px
    }

    .banner-en {
        font-size: 12px;
        width: 170px;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 23px;
    }

    #about .con-text {
        margin-bottom: 0px;
    }

    .top-title {
        font-size: 18px;
    }

    .nei-biaoti {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {

}














