@font-face {
    font-family: fontDin1;
    src: url(../fonts/din-medium_woff.txt), url(../fonts/din-medium_woff.txt), url(../fonts/din-medium_woff2.txt), url(../fonts/din-medium_ttf.txt)
}


/*标签样式初始化*/
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
}

#copy {
    display: none;
}

em, i {
    font-style: normal;
    font-weight: normal;
}


a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #0072ee;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1200px;
}

.bg {
    width: 100%;
    min-width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cur {
    cursor: pointer
}

.box {
    margin: 0 auto;
    width: 90%;
    min-width: 1200px;
}

/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*间隙*/
.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}

/*英文样式*/
.font_en {
    font-family: Arial, Helvetica, sans-serif;
}

/*英文样式*/
.t {
    text-align: center;
    padding-top: 70px;
}

.t a {
    font-size: 34px;
    color: #333;
    margin-bottom: 5px;
    padding: 0 30px;
}

.t dd {
    color: #666;
    font-size: 18px;
}

.t em {
    display: inline-block;
    width: 20%;
    height: 1px;
    background-color: #e3e3e3;
    position: relative;
    top: -10px;
}

.t span {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.t em:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #ff7800;
    position: absolute;
    top: 0;
    z-index: 2
}

.t em.l:after {
    right: 0;
}


/*抬头*/
.top_bg {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
    line-height: 40px;
}

.top_bg .top_fr li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #333;
    float: left;
    text-align: right;
    position: relative;
    background: url(../images/20210423092415_673606603.png) no-repeat center left;
    padding-left: 20px;
    margin-left: 25px;
    color: #999;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.top_bg .top_fr li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.top_bg .top_fr li:first-child i {
    background: url(../images/20210423093003_767381783.png) no-repeat center center;
}

.top_bg .top_fr li i {
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/20210423093219_1005995752.png) no-repeat center center;
    margin-right: 15px;
}

.top_fr li img {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 10px;
    display: none;
    z-index: 9999;
}

.top_fr li:hover img {
    display: block;
}


.top_bg .top_fr li p {
    font-size: 16px;
    font-weight: bold;
}

.head_bg {
    width: 100%;
    height: 120px;
    position: relative;
}

.head_bg .name b {
    color: #333;
    font-size: 34px;
    font-weight: bold;
}

.logo {
    margin-top: 20px;
}

.name {
    margin-top: 28px;
    padding-left: 13px;
}

.name p {
    color: #666;
    font-size: 17px;
}


/*导航*/
.nav > ul > li {
    float: left;
    font-size: 18px;
    height: 120px;
    line-height: 120px;
    margin-left: 40px;
}

.nav > ul > li > a {
    position: relative;
    display: block;
    color: #333;
    border-top: 3px #fff solid;
    font-size: 18px;
}

.nav > ul > li > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #9e9e9e;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -2.5px;
}

.nav > ul > li:first-child > a:after {
    display: none;
}

.nav > ul > li.navcurrent a, .nav > ul > li:hover a {
    color: #0046ad;
    font-weight: bold;
    border-top: 3px #0046ad solid;
}

/*下拉*/
.drop {
    border-radius: 0 0 5px 5px;
    opacity: 1;
    text-align: center;
    position: absolute;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    top: 110%;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
}

.drop li {
    width: 200px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
}

.drop li > a {
    display: inline-block;
    font-size: 16px !important;
    width: 100%;
    height: 80px !important;
    text-align: center;
    color: #333;
}

.nav > ul > li:hover .drop {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.drop li a {
    border-top: none !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.drop li a:hover {
    color: #0046ad !important;
}

.search_r {
    margin-left: 60px;
}

.search {
    background: url(../images/20210423104305_324009180.png) no-repeat center;
    width: 55px;
    height: 120px;
    float: left;
    cursor: pointer;
    position: relative;
}

.search:hover .search_box {
    top: 110px;
    visibility: visible;
    opacity: 1;
}

.search-bg {
    width: 530px;
    margin: 0 auto;
    height: 42px;
    padding-left: 17px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.search-bg input {
    float: left;
}

.search_box {
    position: absolute;
    top: 130px;
    width: 560px;
    right: 0px;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 3px #d8d8d8 inset;
    padding: 20px;
    box-sizing: content-box;
    transition: all .3s ease;
}

#infoname {
    border: none;
    height: 40px;
    width: 485px;
    outline: none;
}

#soo {
    margin-top: 12px;
}

.keywords {
    margin-top: 20px;
    text-align: center;
}

.keywords, .keywords a {
    font-size: 13px;
    color: #666;
    font-weight: lighter;
    line-height: 35px;
    padding-left: 0px !important;
}

.keywords span {
    color: #017bd0;
}

.keywords a:hover {
    color: #017bd0;
}

.language ul li {
    width: 100px;
    height: 40px;
    display: block;
    float: left;
    display: block;
    text-align: center;
    background: #fff;
    line-height: 40px;
    transition: 0.3s ease all;
}

.language ul li + li {
    border-top: 1px solid #eee;
}

.language ul {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    display: block;
    width: 100px;
    float: left;
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}

.language:hover ul {
    opacity: 1;
    top: 90px;
    visibility: visible;
}

.language ul li:hover {
    background: #006bbb;
    color: #fff;
}


/*数字*/
.custom_bg {
    width: 100%; /*background:#fbfbfb;*/
}

.custom_shuzi {
    border-left: solid 1px #f3f3f3;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
}

.custom_shuzi dl {
    width: 298px;
    border-right: solid 1px #f3f3f3;
    float: left;
    height: 160px;
    padding-top: 40px;
    overflow: hidden;
}

.custom_shuzi dl dt {
    height: 80px;
    overflow: hidden;
}

.custom_shuzi dl dt strong {
    display: block;
    float: left;
    font-size: 68px;
    color: #111;
    letter-spacing: -3px;
    font-weight: 400;
    font-family: fontDin1;
}

.custom_shuzi dl dt span {
    display: block;
    float: left;
    background: #0046ad;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-top: 46px;
    margin-left: 5px;
}

.custom_shuzi dl dd {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #555;
}

.custom_shuzi dl dt.kuandu {
    width: 144px;
    margin: auto;
}

.custom_shuzi dl dt.kuandu1 {
    width: 100px;
    margin: auto;
}

.custom_shuzi dl dt.kuandu2 {
    width: 118px;
    margin: auto;
}

.custom_shuzi dl dt.kuandu3 {
    width: 145px;
    margin: auto;
}

.custom_shuzi dl dt.kuandu4 {
    width: 180px;
    margin: auto;
}

.custom_shuzi dl dt.kuandu5 {
    width: 137px;
    margin: auto;
}

.custom_shuzi dl.houmian {
    background: none;
}


/*骏泰通能为您做什么*/
.project_bg {
    background: url(../images/20210424101920_1979863967.jpg) no-repeat center;
    width: 100%;
    height: 627px;
}

.project_d li {
    float: left;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
}

.project_d li + li {
    margin-left: 20px;
}

.project_top {
    position: relative;
    width: 285px;
    overflow: hidden;
}

.project_top span {
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    opacity: 0.9;
    background: #000;
    width: 100%;
    height: 60px;
    line-height: 60px;
    left: 0;
    color: #fff;
}

.project_bottom {
    width: 255px;
    height: 81px;
    background: #fff;
    padding: 25px 15px 10px 15px;
    font-size: 15px;
    line-height: 30px;
    position: relative;
}

.project_bottom:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #0046ad;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project_d li:hover {
    box-shadow: 8px 8px 40px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.project_d li:hover .project_top span {
    background: #0046ad;
}


/*产品中心*/
.prod_list li {
    position: relative;
    z-index: 2;
    width: 280px;
    height: 125px;
    font-size: 20px;
    color: #000;
    background: #f5f5f5;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.prod_list li i {
    height: 70px;
    width: 114px;
    float: left;
    padding-left: 30px;
}

.prod_list li em {
    font-size: 18px;
    color: #333;
}

.prod_list li p {
    font-size: 12px;
    color: #666;
}

.prod_list li:nth-child(2) i {
    padding-top: 20px;
}

.prod_list li:nth-child(4) i {
    padding-top: 10px;
}

.prod_list li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background: #0046ad;
    transition: all 0.5s;
    z-index: -1;
}

.prod_list li:hover:after, .prod_list li.on:after {
    width: 100%;
}

.prod_list li:hover em, .prod_list li.on em {
    color: #fff;
}

.prod_list li:hover p, .prod_list li.on p {
    color: #fff;
}

.prod_list li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid #0046ad;
    position: absolute;
    top: 52px;
    right: -18px;
    display: none;
    transition: all 0.5s;
}

.prod_list li.on:before {
    display: block;
}

.prod_cont {
    width: 856px;
}

.prod_box tr td {
    display: block;
    float: left;
    padding: 0 !important;
    transition: all 0.3s;
}

.prod_box tr td br {
    display: none;
}

.prod_box tr td img {
    border: 1px solid #eee;
}

.prod_box tr td span {
    display: block;
    width: 280px;
    height: 107px;
    border: 1px solid #eee;
    position: relative;
}

.prod_box tr td span a {
    display: block;
    padding-top: 25px;
    font-size: 16px;
}

.prod_box tr td span a:after {
    content: "MORE+";
    display: block;
    width: 74px;
    height: 20px;
    margin-top: 10px;
    border: 1px #f1f1f1 solid;
    border-radius: 11px;
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    line-height: 20px;
    transition: all 0.3s;
}

.prod_box tr td span:after {
    content: "";
    width: 100%;
    height: 0;
    background: #0046ad;
    transition: all 0.3s;
    z-index: -1;
    bottom: 0;
    position: absolute;
    left: 0;
}

.prod_box tr td:hover span:after {
    height: 100%;
}

.prod_box tr td:hover span a {
    color: #fff;
}

.prod_box tr td:hover span a:after {
    background: #fff;
    color: #333;
}


/*产品左边*/
.ny_list_t {
    background: #0046ad url(../images/20210430145526_216481632.png) no-repeat center 95px;
    width: 305px;
    color: #fff;
    text-align: center;
    padding: 9px;
}

.ny_list_b {
    border: 2px #fff solid;
    height: 160px;
}

.ny_list_t p {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 24px 0;
}

.ny_list_t span {
    font-size: 20px;
    color: #fff;
    line-height: 54px;
}

.ny_list_d {
    background: #f5f5f5;
    width: 282px;
    position: relative;
    padding: 20px 20px 0;
}

.ny_list_dline {
    width: 292px;
}

.ny_list_dline::-webkit-scrollbar {
    width: 4px;
    height: 0;
    background: #eee;
    border-radius: 100px;
}

.ny_list_dline::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background: #aaa;
}

.ny_list_dline::-webkit-scrollbar-button {
    display: none;
}

.ny_list_d #classimgshow1 {
    margin-bottom: 10px;
    position: relative;
    width: 285px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 0px !important;
}

.ny_list_d #classimgshow1 a {
    background: #fff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 20px;
    color: #333;
}

.ny_list_d #classimgshow1 a::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 17px;
    background: url(../images/20210430145115_1426200627.png);
    width: 16px;
    height: 16px;
}

.ny_list_d #classimgshow1 a:hover {
    background: #0046ad;
    color: #fff;
}

.ny_list_d #classimgshow1 a:hover:before {
    background: url(../images/20210506150123_1205215877.png);
    width: 16px;
    height: 16px;
}

.ny_list_d .classimgshow2_cls {
    padding: 0 0 14px 0;
}

.ny_list_d #classimgshow2 {
    height: 40px !important;
}

.ny_list_d #classimgshow2 a {
    font-size: 16px;
    font-weight: 100;
    line-height: 45px;
}

.ny_list_d #classimgshow2 a:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px #ccc solid;
    float: left;
    margin: 17px 14px 0 0;
}

.ny_list_d #classimgshow2 a:hover::before {
    border: 1px #0046ad solid;
    background: #0046ad;
}

.ny_list_bb {
    height: 105px;
    background: #f5f5f5 url(../images/20210430145455_291794261.png) no-repeat 15px 35px;
    padding-left: 65px;
    padding-top: 30px;
}

.ny_list_bb p {
    font-size: 14px;
    color: #666;
}

.ny_list_bb d {
    font-size: 30px;
    color: #0046ad;
    font-weight: bold;
}


/*合作客户*/
.Partner_bg {
    background: url(../images/20210430091306_778680221.jpg) no-repeat center;
    width: 100%;
    height: 521px;
}

.Partner_t a, .Partner_t dd {
    color: #fff;
}

.Partner_t em {
    background: #fff;
}

.Partner_cont {
    position: relative;
}

.Partner_btn {
    position: absolute;
    top: 40%;
    width: 100%;
}

.Partner_btnl, .Partner_btnr {
    width: 27px;
    height: 49px;
    background: url(../images/20210423172753_513900458.png) no-repeat center;
    display: block;
    position: absolute;
    cursor: pointer;
}

.Partner_btnr {
    transform: rotate(180deg);
    right: -70px;
}

.Partner_cont table tr td {
    float: left;
    position: relative;
    width: 260px !important;
    height: 260px;
    border-radius: 50%;
    background: #fff;
    padding: 0 !important;
    margin-right: 21px;
    overflow: hidden;
    cursor: pointer;
}

.Partner_cont .tempWrap {
    width: 1200px !important;
}

.Partner_cont tr {
    display: block;
}

.Partner_btnl {
    left: -70px;
}

.Partner_cont td a > img {
    margin-top: 71px;
}

.Partner_cont td div {
    width: 100%;
    background: #000;
    height: 74px;
    line-height: 60px;
    opacity: 0.9;
    padding-top: 0 !important;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
}

.Partner_cont td div a {
    color: #fff;
    font-size: 15px;
}

.Partner_cont td:hover div {
    height: 100%;
    line-height: 260px;
}

.Partner_cont td:hover div a {
    font-size: 18px;
}


/*四大优势*/
.adv_bg {
    background: url(../images/20210423190040_304774545.jpg) repeat;
    width: 100%;
    height: 940px;
}

.adv_r {
    width: 600px;
    height: 263px;
    padding: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

.adv_box {
    position: relative;
}

.adv_r p {
    font-size: 28px;
    color: #333;
    margin-bottom: 5px;
}

.adv_r em {
    font-size: 14px;
    color: #ccc;
}

.adv_r ul {
    padding-left: 16px;
    background: url(../images/20210423192617_238520401.jpg) no-repeat 0 center;
    margin-top: 25px;
}

.adv_r ul li {
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    color: #666;
}

.adv_r a {
    display: block;
    margin-top: 42px;
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #0046ad;
    border-radius: 20px;
}

.adv_list li {
    float: left;
    text-align: center;
    width: 120px;
}

.adv_list li + li {
    margin-left: 60px;
}

.adv_list li i {
    display: block;
    background: url(../images/20210430090952_1306931747.png) no-repeat;
    width: 73px;
    height: 79px;
    display: block;
    margin: 0 auto;
}

.adv_list {
    width: 660px;
    margin: 0 auto;
}

.adv_list li p {
    font-size: 24px;
    color: #333;
}

.adv_list li i {
    transition: all .5s ease;
}

.adv_list li:nth-child(1) i {
    background-position-x: 10px;
}

.adv_list li:nth-child(2) i {
    background-position-x: -168px;
}

.adv_list li:nth-child(3) i {
    background-position-x: -345px;
}

.adv_list li:nth-child(4) i {
    background-position-x: -516px;
}

.adv_list li.on:nth-child(1) i, .adv_list li:hover:nth-child(1) i {
    background-position-y: -82px;
}

.adv_list li.on:nth-child(2) i, .adv_list li:hover:nth-child(2) i {
    background-position-y: -82px;
}

.adv_list li.on:nth-child(3) i, .adv_list li:hover:nth-child(3) i {
    background-position-y: -82px;
}

.adv_list li.on:nth-child(4) i, .adv_list li:hover:nth-child(4) i {
    background-position-y: -82px;
}

.adv_list li.on p {
    color: #0046ad;
}

.adv_list li {
    cursor: pointer;
}


/*应用案例*/
.casecon {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.casecon li {
    width: 18.25%;
    height: 600px;
    overflow: hidden;
    transition: all .3s ease;
    text-align: center;
    position: relative;
}

.casecon li.on {
    width: 27%;
}

.casecon li a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 36, .85);
    transition: all .3s ease;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.casecon li.on a {
    background: none;
}

.caseicon {
    display: inline-block;
    width: 68px;
    height: 52px;
    background: url(../images/20210423204005_1580420025.png) no-repeat left top;
    margin-bottom: 60px;
}

.casecon li:nth-child(2) .caseicon {
    background-position-x: -96px;
}

.casecon li:nth-child(3) .caseicon {
    background-position-x: -184px;
}

.casecon li:nth-child(4) .caseicon {
    background-position-x: -258px;
}

.casecon li:nth-child(5) .caseicon {
    background-position-x: -332px;
}

.case_t {
    font-size: 25px;
    color: #fff;
}

.casewa {
    position: relative;
    transform: all .3s ease;
}

.casecon li.on .casewa {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 175px;
    background: rgba(255, 255, 255, .75);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.casecon li.on .case_t {
    font-size: 30px;
    color: #0e0e0e;
}

.casecon li.on .case_t:after {
    width: 0;
    margin-top: 0;
}

.casecon li.on .caseicon {
    transform: scale(.8);
    margin-bottom: 10px;
    background-position-y: -88px;
}


/*新闻中心*/
.nb_tab {
    font-size: 0;
    text-align: center;
}

.nb_tab a {
    width: 171px;
    height: 42px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    color: #333;
    -webkit-box-shadow: 0px 0px 20px #eee;
    box-shadow: 0px 0px 20px #eee;
    border-radius: 30px;
    margin-top: 22px;
}

.nb_tab a + a {
    margin-left: 20px;
}

.nb_tab a.cur {
    background: #0046ad;
    color: #fff;
    background-size: 400% 370%;
}

.nb_tab a i, .nb_tab a b {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}

.nb_tab a b {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}

.nbc_list + .nbc_list {
    display: none;
}

.nbcl_le {
    width: 614px;
}

.news_div_item {
    background: #fff;
}

.nbcl_le .news_div_item {
    width: 294px;
    display: inline-block;
    vertical-align: top;
    height: 434px;
}

.nbcl_le .news_div_item + .news_div_item {
    margin-left: 26px;
}

.nbcl_le .news_div_item_pic img {
    width: 294px;
}

.news_div_item_title a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nbcl_le .news_div_item_content {
    margin-top: 30px;
    padding: 0 20px;
}

.nbcl_le .news_div_item_body {
    margin-top: 20px;
    line-height: 24px;
    color: #68686a;
    font-size: 14px;
}

.nbcl_le .news_div_item_date, .new_more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 25px;
}

.nbcl_le .news_div_item_date > div {
    display: inline-block;
    vertical-align: top;
    color: #68686a;
}

.new_more {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #9a9899;
    background: url(../images/20210424104024_2057091249.png) no-repeat right center;
    float: right;
    margin: 0 20px 20px 0;
}

.nbcr_ri {
    width: 550px;
}

.nbcr_ri .news_div_item_pic {
    display: none;
}

.nbcr_ri .news_div_item {
    font-size: 0;
    border: 1px solid #f1f1f1;
    padding: 30px 0;
    position: relative;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-bottom: 15px;
}

.nbcr_ri .news_div_item:hover {
    -webkit-box-shadow: 0 0 21px #d2d2d2;
    box-shadow: 0 0 21px #d2d2d2;
    z-index: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.nbcr_ri .news_div_item_date, .nbcr_ri .news_div_item_content {
    display: inline-block;
    vertical-align: top;
}

.nbcr_ri .news_div_item_date {
    width: 115px;
    text-align: center;
    font-size: 0;
}

.nbcr_ri .news_div_item_content {
    width: 399px;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
    font-weight: 100;
}

.nbcr_ri .news_div_item_date > div {
    font-family: Arial;
}

.nbcr_ri .news_div_item_year, .nbcr_ri .news_div_item_month {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-size: 14px;
}

.nbcr_ri .news_div_item_day {
    font-size: 47px;
    font-weight: bold;
    line-height: 55px;
}

.nbcr_ri .news_div_item_body {
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
}


/*简介*/
.about_bg {
    background: #f5f5f5;
    width: 100%;
    height: 800px;
}

.about_r {
    width: 510px;
    height: 449px;
    padding: 50px;
    background: #fff;
}

.about_r em {
    font-family: fontDin1;
    font-weight: bold;
    color: #0046ad;
    font-size: 50px;
}

.about_r p {
    font-size: 28px;
    color: #333;
    margin: 5px 0 20px 0;
}

.about_r span {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.about_r a {
    display: block;
    background: #0046ad;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    font-size: 56px;
    margin-top: 25px;
    border-radius: 5px;
}


/*版权*/
.copyright {
    background: #232323;
}

.crcon {
    padding: 70px 0;
    border-bottom: 1px solid #2e2e2e;
}

.kslj {
    font-size: 0;
}

.kslj li {
    display: inline-block;
    vertical-align: top;
}

.kslj li p {
    font-size: 18px;
    color: #fff;
}

.kslj li p:after {
    content: '';
    display: block;
    width: 19px;
    height: 2px;
    background: #f3f3f3;
    margin: 20px 0;
}

.kslj li a {
    display: block;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 32px;
}

.kslj li a:hover, .links p.fr a:hover, .end a:hover {
    color: #fff;
}

.kslj li + li {
    margin-left: 100px;
}

.crconcat {
    width: 556px;
}

.cr_tel {
    padding: 0 0 0px 20px;
    border-bottom: 1px solid #2e2e2e;
    background: url(../images/20210424104054_1181011024.png) no-repeat right top;
    margin-bottom: 25px;
    font-size: 14px;
    color: #afafaf;
}

.cr_tel em {
    display: block;
    font-size: 40px;
    color: #0046ad;
    font-family: 'Oswald Regular';
    font-style: normal;
    font-weight: bold;
}

.craddr {
    margin-left: 20px;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 35px;
}

.craddr p {
    padding-left: 28px;
}

.craddr p:nth-child(2) {
    background: url(../images/sjj.png) no-repeat left center;
}

.craddr p:nth-child(3) {
    background: url(../images/20210430113558_218812054.png) no-repeat left center;
}

.craddr p:nth-child(4) {
    background: url(../images/20210430110657_1102110640.png) no-repeat left center;
}

.links {
    height: 92px;
    padding: 0 15px;
    background: #0046ad;
    line-height: 92px;
    font-size: 18px;
    color: #fff;
}

.links p.fl {
    background: url(../images/20210424104251_1679526310.png) no-repeat left center;
    padding-left: 33px;
}

.links p.fr a {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}

.end {
    text-align: center;
}

.end, .end a {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: lighter;
    line-height: 70px;
}

.linkTagcs li a {
    color: #fff !important;
}

.listMenu {
    height: 50px;
    line-height: 50px;
    background: #4374b0;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.grWidth {
    width: 1200px;
    margin: 0 auto;
}

.listMenu a {
    color: #fff;
    padding: 0 50px;
    border-left: 1px solid #1f4f89;
    display: inline-block;
    height: 50px;
    float: left;
}

.listMenu a:last-child {
    border-right: 1px solid #1f4f89;
}

.menuSub {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #e4f1ff;
}

.menuSub a {
    margin: 0 15px;
    position: relative;
}

.menuSub a:before {
    position: absolute;
    content: "";
    height: 3px;
    background: #4374b0;
    left: 0;
    width: 0;
    bottom: -10px;
    transition: all 0.3s;
}

.listWrapper {
    overflow: hidden;
    padding: 60px 0;
}

.proList {
    width: 1200px;
    overflow: hidden;
}

.proList ul {
}

.proList li {
    float: left;
    width: 22%;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin: 0 24px 25px 0;
}

.proList li .pImg {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.proList li img {
    width: 100%;
    height: 200px;
    transition: all 0.5s;
}

.proList li h5 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: 56px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proList li .btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
}

.proList li .btn a {
    float: left;
    width: 50%;
    background: #f4f4f4;
}

.proList li .zx {
    background: url('../images/zx_icon.png') no-repeat 20px center;
    border-right: 1px solid #e5e5e5;
}

.proList li .btn1 {
    color: #4374b0;
}

.proList li .btn1:hover {
    text-decoration: underline;
}

.proList li:hover {
    border: 1px solid #4374b0;
}

.proList li:hover h5 {
    color: #4374b0;
}

.proList li:hover img {
    transition: all 0.5s;
    transform: scale(1.1, 1.1);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.proShow_left {
    width: 40%;
}

.proshow_synopsis {
    float: left;
    width: 50%;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    min-height: 430px;
    border-radius: 3px;
    margin-left: 30px;
}

.tb-pic {
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.tb-pic, .tb-pic a {
    width: 480px;
    height: 480px;
    overflow: hidden;
}

.tb-pic, .tb-pic img {
    max-height: 480px;
    max-width: 480px;
    object-fit: contain;
}

.tb-picList {
    height: 82px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.tb-picList .prev, .tb-picList .next {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 20px;
    height: 82px;
    background-image: url(../images/propn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}

.tb-picList .prev {
    left: 0;
    background-position: left top;
}

.tb-picList .next {
    right: 0;
    background-position: right top;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 416px;
    height: 82px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
    display: table;
}

.tb-picList .tb-thumb li {
    float: left;
    width: 102px;
    overflow: hidden;
    position: relative;
}

.tb-picList .tb-thumb a {
    display: table-cell;
    width: 80px;
    border: 1px solid #dadada;
    text-align: center;
    background: #fff;
    height: 80px;
    vertical-align: middle;
}

.tb-picList .tb-thumb img {
    height: 80px;
    width: 80px;
    cursor: pointer;
    object-fit: contain;
}

.tb-picList .tb-thumb em {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #4374b0;
    top: 0;
    left: 0;
    display: none;
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #4374b0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    padding-bottom: 10px;
}

.proshow_synopsis .font {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 25px;
    height: 410px;
    overflow: hidden;
}

.prodcut-tel {
    padding-left: 50px;
    margin-bottom: 20px;
    line-height: 26px;
    background: url(../images/p_icon.png) no-repeat left center;
}

.prodcut-tel span {
    font-family: arial;
    font-size: 24px;
    color: #4374b0;
    display: block;
}

.proshow_synopsis .btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 12px;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
}

.proshow_synopsis .btn .a02 {
    background: #4374b0 url(../images/proshow_icon2.png) no-repeat 20px 13px;
    margin-left: 25px;
}

.clearfix {
    zoom: 1;
}

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

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #eee;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #4374b0;
    color: #fff;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #4374b0;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.relatedPro {
    margin-bottom: 30px;
}

.relatedPro .tie {
    height: 40px;
    line-height: 40px;
    background: #eee;
    color: #4374b0;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.relatedPro .tie span {
    padding: 0 30px;
    background: #4374b0;
    display: inline-block;
    color: #fff;
}

.orderBox {
    padding: 25px;
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    margin: 0 auto;
}

.orderBox h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}

.orderBox .table {
    padding-top: 20px;
    overflow: hidden;
}

.orderBox .table li {
    width: 320px;
    height: 215px;
    float: left;
    height: 35px;
    margin-bottom: 10px;
}

.orderBox .table li span {
    float: left;
    line-height: 32px;
    height: 32px;
    width: 98px;
    display: inline-block;
    text-align: center;
    background: #fff;
}

.orderBox .table li .iptTxt {
    float: left;
    width: 210px;
    border-left-width: 0;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .btn {
    width: 320px;
    height: 35px;
    line-height: 35px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}

.orderBox .table li.areLi {
    width: 60%;
    float: right;
    height: 215px;
    overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
    width: 80%;
    height: 183px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    color: #666;
    line-height: 18px;
    background: #fff;
}

/*浮动ＱＱ*/
.my-kefu {
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 9999;
}

.my-kefu ul {
    width: 77px;
}

.my-kefu li a {
    text-decoration: none;
}

.my-kefu li {
    background: #0046ad;
    margin-top: 1px;
    padding: 9px 0;
    height: 70px;
    width: 77px;
}

.my-kefu li i {
    background: url(../images/20210506154012_2137185808.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.my-kefu li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.my-kefu .my-kefu-qq i {
    background-position: 4px 0;
}

.my-kefu .my-kefu-tel i {
    background-position: 0 -25px;
}

.my-kefu .my-kefu-tel1 i {
    background-position: -35px 4px;
}

.my-kefu .my-kefu-tel1:hover {
    width: 246px;
    height: 145px;
}

.my-kefu .my-kefu-tel2 i {
    background-position: -35px 4px;
}

.my-kefu .my-kefu-tel2:hover {
    width: 246px;
    height: 160px;
}

.my-kefu .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.my-kefu .my-kefu-weixin i {
    background-position: -34px 4px;
}

.my-kefu .my-kefu-weibo i {
    background-position: -30px -22px;
}

.my-kefu .my-kefu-ftop {
    background-color: #0046ad;
}

.my-kefu .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.my-kefu-tel-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    padding-top: 10px;
}

.my-kefu-tel1-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    border: none;
    margin: 0 auto;
    margin-bottom: 5px;
}

.my-kefu-tel2-right {
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    border: none;
    margin: 0 auto;
    margin-bottom: 5px;
}

.my-kefu-right {
    width: 20px;
}

.my-kefu-tel-main {
    color: #fff;
    margin-top: 9px;
    height: 47px;
    width: 247px;
}

.my-kefu-main {
    width: 97px;
    position: relative;
}

.my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
}

.details img{
    max-width: 100%
}

/*中英文切换*/
.language-area{
    height: 40px;
    display: flex;
    align-items: center;
}
.language-area select{
    border: none;
    outline: none;
}
.language-area img{
    width: 25px !important;
    height: auto !important;
    position: unset !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 5px;
}
.page-en{
    width: 1500px !important;
}
.grWidth-en{
    width: 1500px !important;
}
