﻿.content .banner {
    position: relative;
}

.content .banner img {
    width: 100%;
    height: 555px;
}

.content .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px !important;
}

.banner-bottom {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}

.banner-bottom ul {
    display: flex;
    justify-content: space-between;
}

.banner-bottom ul li img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner-bottom ul li h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner-bottom ul li p {
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.content .model_dzkf {
    height: 798px;
    background-color: #F5F7F9;
    padding-top: 70px;
}

.content .model_dzkf .title {
    text-align: center;
}

.content .model_dzkf .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}

.content .model_dzkf .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #f39939;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_dzkf .title p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}

.content .model_dzkf .list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-items: left;
}

.content .model_dzkf .list .item {
    width: 377px;
    height: 468px;
    background: #ffffff;
    border: 1px solid #e0e1e2;
    border-right: none;
}

.content .model_dzkf .list .item:last-of-type {
    border-right: 1px solid #e0e1e2;
}

.content .model_dzkf .list .item .top_nav {
    height: 173px;
    text-align: center;
    background: #f3f3f3;
    border-bottom: 1px solid #e0e1e2;
}

.content .model_dzkf .list .item .top_nav h3 {
    font-size: 26px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    color: #333333;
    padding-top: 60px;
}

.content .model_dzkf .list .item .top_nav p {
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}

.content .model_dzkf .list .item .box {
    padding-right: 15px;
}

.content .model_dzkf .list .item .box p {
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #666666;
    margin-top: 60px;
    display: none;
}

.content .model_dzkf .list .item .box ul {
    margin-top: 90px;
    text-align: center;
}

.content .model_dzkf .list .item .box ul li {
    position: relative;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    margin-bottom: 25px;
}

.content .model_dzkf .list .item .box a {
    width: 87px;
    text-align: center;
    height: 34px;
    margin-top: 30px;
    border: 1px solid #f39939;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #f39939;
    line-height: 34px;
    display: none;
}

.content .model_dzkf .list .active {
    width: 451px;
    height: 538px;
    background: #fafbff;
    box-shadow: 0px 6px 16px 0px rgba(215, 215, 215, 0.57);
    border-radius: 10px;
    transform: translate(0, -35px);
}

.content .model_dzkf .list .active .top_nav {
    background: url("../images/app-img.png") no-repeat;
    background-size: contain;
    height: 143px;
}

.content .model_dzkf .list .active .top_nav h3 {
    font-size: 24px;
    color: #f9fafb;
}

.content .model_dzkf .list .active .top_nav p {
    display: none;
}

.content .model_dzkf .list .active .box p {
    display: block;
}

.content .model_dzkf .list .active .box ul {
    text-align: left;
    margin-top: 50px;
    padding-left: 45px;
}

.content .model_dzkf .list .active .box ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -15px;
    width: 6px;
    height: 6px;
    background: #f39939;
    border-radius: 50%;
}

.content .model_dzkf .list .active .box a {
    display: block;
    margin-left: 30px;
}

.content .model_nzsm {
    padding-top: 60px;
    height: 1096px;
    background-color: #FAFBFF;
}

.content .model_nzsm .title {
    text-align: center;
}

.content .model_nzsm .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}

.content .model_nzsm .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #f39939;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_nzsm .title p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}

.content .model_nzsm .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}

.content .model_nzsm .box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .model_nzsm .box ul li {
    width: 357px;
    height: 325px;
    background: #fafbff;
    box-shadow: 0px 6px 16px 0px rgba(215, 215, 215, 0.57);
    border-radius: 10px;
    margin-bottom: 40px;
}

.content .model_nzsm .box ul li:nth-of-type(1) .top_nav {
    background: url("../images/customized1.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li:nth-of-type(2) .top_nav {
    background: url("../images/customized2.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li:nth-of-type(3) .top_nav {
    background: url("../images/customized3.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li:nth-of-type(4) .top_nav {
    background: url("../images/customized4.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li:nth-of-type(5) .top_nav {
    background: url("../images/customized5.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li:nth-of-type(6) .top_nav {
    background: url("../images/customized6.png") no-repeat;
    background-size: contain;
}

.content .model_nzsm .box ul li .top_nav {
    height: 113px;
    padding: 28px 32px;
}

.content .model_nzsm .box ul li .top_nav h3 {
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    color: #fafbff;
}

.content .model_nzsm .box ul li .top_nav span {
    display: block;
    margin: 10px 0;
    width: 28px;
    height: 1px;
    background: #fafbff;
}

.content .model_nzsm .box ul li .top_nav p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #fafbff;
}

.content .model_nzsm .box ul li .item {
    padding: 35px 30px;
}

.content .model_nzsm .box ul li .item p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.content .model_nzsm .box ul li .item a {
    text-align: center;
    width: 87px;
    height: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #cacaca;
    line-height: 30px;
    margin-top: 32px;
}

.content .model_nzsm .box ul li .item a:hover {
    border: 1px solid #F39939;
    color: #F39939;
}

.content .model_nzsm > a {
    margin: 0 auto;
    margin-top: 32px;
    width: 322px;
    height: 62px;
    line-height: 62px;
    background: #f39939;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #fefefe;
    text-align: center;
}

.content .model_lxjz {
    padding-top: 90px;
    background-color: #f6f6f6;
    background: url("../images/hyjz_bg.png") no-repeat;
    background-size: cover;
    height: 493px;
}

.content .model_lxjz .title {
    text-align: center;
}

.content .model_lxjz .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #fff;
}

.content .model_lxjz .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_lxjz .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 73px;
}

.content .model_lxjz .box ul {
    display: flex;
    justify-content: space-between;
}

.content .model_lxjz .box ul li {
    text-align: center;
}

.content .model_lxjz .box ul li h3 {
    position: relative;
}

.content .model_lxjz .box ul li h3 span {
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    color: #ffffff;
}

.content .model_lxjz .box ul li h3 .counter {
    font-size: 80px;
    font-family: 'Noto Sans SC';
    font-weight: 500;
    color: #ffffff;
}

.content .model_lxjz .box ul li h3 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 33px;
}

.content .model_lxjz .box ul li:last-of-type h3 img {
    width: 33px;
    height: 24px;
}

.content .model_lxjz .box ul li p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #ffffff;
}

.content .model_ppal {
    height: 937px;
    padding-top: 60px;
    background-color: #F9FAFB;
}

.content .model_ppal .title {
    text-align: center;
}

.content .model_ppal .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}

.content .model_ppal .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #f39939;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_ppal .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.content .model_ppal .box .item-left {
    float: left;
    width: 220px;
    height: 619px;
    background: #ffffff;
    box-shadow: 4px 6px 8px 0px rgba(224, 224, 224, 0.28);
    border-radius: 6px;
}

.content .model_ppal .box .item-left > ul {
    padding-top: 60px;
    padding-left: 40px;
}

.content .model_ppal .box .item-left > ul li {
    font-size: 24px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #bcc5d3;
    padding: 38px 0;
}

.content .model_ppal .box .item-left > ul li img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.content .model_ppal .box .item-left > ul .active {
    width: 200px;
    border-radius: 6px;
    background: #00a1f0;
    color: #fff;
}

.content .model_ppal .box .item-left > ul .active img {
    margin-left: 20px;
}

.content .model_ppal .box .item-right {
    float: right;
    width: 944px;
}

.content .model_ppal .box .item-right > ul .item {
    display: none;
}

.content .model_ppal .box .item-right > ul .item ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.content .model_ppal .box .item-right > ul .item ul li {
    width: 303px;
    height: 300px;
    margin-bottom: 17px;
    margin-right: 17px;
    background-color: #fff;
}

.content .model_ppal .box .item-right > ul .item ul li:last-of-type,
.content .model_ppal .box .item-right > ul .item ul li:nth-of-type(3) {
    margin-right: 0;
}

.content .model_ppal .box .item-right > ul .item ul li img {
    width: 100%;
    height: 213px;
}

.content .model_ppal .box .item-right > ul .item ul li p {
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #444444;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-left: 21px;
}

.content .model_ppal .box .item-right > ul .item ul li a {
    width: 96px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #BBBBBB;
    line-height: 30px;
    margin-left: 21px;
}

.content .model_ppal .box .item-right > ul .item ul li a:hover {
    background: #00a1f0;
    color: #fff;
}

.content .model_ppal .box .item-right > ul .active {
    display: block;
}

.content .model_bfgn {
    padding: 50px 0;
    /*background: url("../images/new_index_customer_bg.jpg") no-repeat;*/
    background: #F9FAFB;
    background-size: cover;
}

.content .model_bfgn .title {
    text-align: center;
}

.content .model_bfgn .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333;
}

.content .model_bfgn .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_bfgn .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .model_bfgn .box > ul {
    display: flex;
    /*justify-content: space-between;*/
}

.content .model_bfgn .box > ul li {
    width: 188px;
    text-align: center;
}

.content .model_bfgn .box > ul li img {
    width: 90%;
    height: 260px;

}

/*.content .model_bfgn .box > ul li img:first-child {*/
/*    margin-bottom: 20px;*/
/*}*/

.content .model_bfgn .box > ul li p {
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 20px auto;
}

.content .model_xwzx {
    padding-top: 50px;
}

.content .model_xwzx .title {
    text-align: center;
}

.content .model_xwzx .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}

.content .model_xwzx .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #f39939;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_xwzx ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
}

.content .model_xwzx ul li {
    width: 30%;

    margin-bottom: 50px;
}

.content .model_xwzx ul li:last-of-type,
.content .model_xwzx ul li:nth-of-type(3) {
    margin-right: 0;
}

.content .model_xwzx ul li h3 {
    font-size: 24px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.content .model_xwzx ul li span {
    display: block;
    margin: 17px 0;
    width: 22px;
    height: 2px;
    background: #00a0e9;
    border-radius: 1px;
}

.content .model_xwzx ul li > div {
    width: 100%;
    background: #ffffff;
    overflow: hidden;

    border-radius: 6px;
}

.content .model_xwzx ul li > div img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    transition: 0.2s;
}

.content .model_xwzx ul li > div img:hover {
    transform: scale(1.1);
}

.news-tit {
    width: 100%;
    margin-top: 10px;
}

.news-tit h4 {
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 4px;
}

.content .model_xwzx ul li > div p {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 4px;
}

.content .model_xwzx ul li p {
    display: inline-block;
    font-size: 12px;
    /*margin-left: 10px;*/
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content .model_xwzx ul li .link {
    width: 90px;
    height: 30px;
    text-align: center;
    background: #236efb;
    font-size: 14px;

    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    border-radius: 4px;
}

.content .model_lxfs {
    height: 605px;
    padding-top: 60px;
    background-color: #F9FAFB;
}

.content .model_lxfs .title {
    text-align: center;
}

.content .model_lxfs .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}

.content .model_lxfs .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #f39939;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.content .model_lxfs .input {
    width: 924px;
    margin: 0 auto;
    margin-top: 39px;
}

.content .model_lxfs .input label {
    display: block;
    height: 59px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #bbbbbb;
    padding-left: 14px;
    line-height: 59px;
}

.content .model_lxfs .input label input {
    border: none;
    width: 70%;
    height: 59px;
    line-height: 59px;
    outline: none;
    color: #666666;
    padding-left: 10px;
}

.content .model_lxfs .input label span {
    color: #F39939;
}

.content .model_lxfs .input .name {
    width: 259px;
    float: left;
}

.content .model_lxfs .input .phone {
    width: 641px;
    float: right;
}

.content .model_lxfs .input .phone input {
    width: 80%;
}

.content .model_lxfs .mes {
    width: 924px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.content .model_lxfs .mes textarea {
    width: 924px;
    display: block;
    height: 199px;
    background: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 21px 14px;
    color: #666666;
    font-size: 14px;
    resize: none;
    outline: none;
}

.content .model_lxfs .mes button {
    width: 464px;
    height: 62px;
    background: #f39939;
    border-radius: 10px;
    margin-top: 32px;
    font-size: 20px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #fefefe;
    line-height: 62px;
    border: none;
}

.attention {
    position: relative;
    height: 20px;
    margin: 0 auto;
    background-color: #ccc;
    overflow: hidden;
}

.attention ul {
    position: absolute;
    width: 3861px;
    overflow: hidden;
}

.attention ul li {
    float: left;
    overflow: hidden;
    width: 570px;
}

.about-box {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 0;
}

.index-about {

    display: flex;
    justify-content: space-between;

}

.about-left {
    width: 55%;
    padding: 1% 1%;
}

.about-left img {
    width: 100%;
    box-shadow: 5px 5px 30px #e9f7fd;
    margin: 0;
    border: 10px solid #ffffff;
}

.about-right {
    width: 45%;
    padding: 1% 1% 5% 1%;
    font-size: 14px;

}

.about-title {
    width: 250px;
    font-size: 24px;
    margin: 10px auto;
    padding-bottom: 10px;
    color: #0e0e0e;
    font-weight: 200;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
}

.about-time {
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
}

.about-con {
    text-align: left;
    font-size: 16px;
    color: #6d6d6d;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 4px;

}

.index-case {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 50px;

}

.index-case .title {
    text-align: center;
}

.index-case .title h3 {
    font-size: 34px;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #333;
}

.case-list {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
}

.case-list-left {
    position: relative;
    width: 49.3%;
    height: 383px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.case-list-left img {
    width: 100%;
    height: 100%;
}

.case-list-left:hover .case-list-left-dv {
    display: block;
}

.case-list-left-dv {
    top: 0;
    display: none;
    position: absolute;
    background: rgba(35, 110, 251, .6);
    width: 100%;
    height: 100%;


}

.case-list-left-dv div {
    margin-top: 28%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Noto Sans SC";
}

.case-list-left-dv span {
    display: block;
    width: 34px;
    border-top: 3px solid #fff;
    margin: 12px auto 14px;
    border-radius: 2px;
}

.case-list-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-right-dv {
    width: 49%;
    height: 184px;
    margin-bottom: 2.5%;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.case-right-dv img {
    width: 100%;
}

.case-right-dv:hover div {
    display: block;
}

.case-right-dv div {
    top: 0;
    display: none;
    position: absolute;
    background: rgba(35, 110, 251, .6);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Noto Sans SC";
    line-height: 184px;
}

.case-btn {
    width: 220px;
    padding: 16px 0 18px;
    box-sizing: border-box;
    margin: 30px auto 10px;
    font-size: 18px;
    background: #236efb;
    box-shadow: 0 4px 16px rgb(35 110 251 / 60%);
    cursor: pointer;
    text-align: center;
}

.case-btn:hover {
    background: #2062e0;
}

.case-btn a {
    color: #fff;
}

.cloudContent {
    width: 80%;
    margin: 0 auto;
    background: url(../images/index-swiper.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
}

.cloudLeft {
    width: 16%;
    height: 56%;
    background-color: rgba(190, 197, 146, 0.6);
    /* float: left; */
    /* margin-left: 7vw; */
    top: 7%;
    left: 8%;
    overflow: hidden;
    position: absolute;
}

.cloudRight {
    position: absolute;
    top: 7%;
    left: 35%;
    width: 58%;
    display: flex;
    justify-content: space-between;
}

.rigImg {
    width: 49%;

}

.cloudLeftTitle {
    width: 6.5vw;
    height: 6vh;
    font-size: 2vh;
    font-weight: 500;
    line-height: 2.5vh;
    border-bottom: 3px solid #003D09;
    padding-left: 1.5vw;
    padding-top: 3vh;
}

.main {
    margin: 1%;
}

.title {
    font-size: 24px;
    margin-bottom: 15px;
    /*color: #fff;*/
}

.w-imgText {
    position: relative;
    overflow: visible;
}

.w-imgText ul,
.w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w-imgText .item {
    position: relative;
}

.w-imgText .item > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.w-imgText .swiperBox {
    overflow: hidden;
    /*padding-right: 4%;*/
}

.w-imgText .imTB {
    overflow: hidden;
}

.w-imgText .img {
    width: 50%;
}

/*.w-imgText .img a img {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

.w-imgText .textB .text_x {
    margin-top: 1% !important;
}

.w-imgText .textB {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px 4%;
    line-height: 1.7;
}

.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.w-imgText .textB .text_x {
    position: relative;
    z-index: 1;
    max-height: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: rgba(255, 255, 255, .1);
    margin-top: 10%;
}

.w-imgText .textB .text_x .tt_h {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.w-imgText .textB .text_x p {
    color: #fff;
}

.w-imgText .textB .text_x .btn {
    margin-top: 1em;
    line-height: 2.5;
    padding: 0 3em;
    display: inline-block;
    border: 1px solid #bbb;
    color: #fff;
}

.w-imgText .textB .text_x .btn a {
    color: #fff;
}

.w-imgText .igt_page {
    position: absolute;
    z-index: 10;
    left: auto;
    width: auto;
    right: 0;
    top: -65px;
    font-size: 20px;
    color: #fff;
}

.newItemsh {
    display: none;
    color: #fff;
    font-size: 16px;
}

.w-imgText .igt_page span.on {
    color: #fff;
    font-size: 200%;
}

.igt_page_text {
    margin-top: 25px;
}

.igt_page_text ul,
.igt_page_text li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.igt_page_text li {
    float: left;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.igt_page_text li:hover,
.igt_page_text li.on {
    opacity: 1;
}

.igt_page_text li .item_span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 1em 0 0;
    position: relative;
}

.igt_page_text li .item_span:before,
.igt_page_text li .item_span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 600px;
    top: 50%;
    background: #e3e7ed;
}

.igt_page_text li .item_span:before {
    right: 100%;
}

.igt_page_text li .item_span:after {
    left: 100%;
}

.igt_page_text li .item_span > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.igt_page_text li .item_span .num {
    width: 1.5em;
    color: #f4f6f9;
    visibility: hidden;
    font-size: 60px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.igt_page_text li .item_span .tit {
    margin-left: 0.5em;
    font-size: 14px;
    color: #fff;
}

.igt_page_text li:hover .item_span .num,
.igt_page_text li.on .item_span .num {
    visibility: visible;
}

.igt_page_text li .item_span .adore {
    display: block;
    width: 1em;
    height: 1em;
    background: #e0e0e0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 68px;
}

.igt_page_text li.on .item_span .adore {
    background: #f60;
}

.production {
    margin: 50px 0;
}

.productionContent {
    width: 80%;
    margin: 0 auto;
}

.proNav {
    width: 80%;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px;
    margin: 0 auto;
}

.proNavBtn {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 4px 10px !important;
}

.thirdNameContentRow {
    display: flex;
    flex-wrap: wrap;
    display: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

/* 		.proNavBtn:hover{
    color:#000;
    background-color:#135F07;
} */
.proBtm {
    width: 100%;
}

.proBtmDiv {
    width: 25%;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;

}

.proBtmDiv img {
    height: 240px;
    display: block;
    margin: 0 auto;
    transition: all .5s;

}

.proBtmDiv:hover img {
    transform: scale(1.15);
}

.proBtmDiv:hover .hovTitle {
    font-weight: bold;
    color: #236efb;
}

.hovTitle {
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}

.proactive {
    background: #236efb;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
}

.production .index_tit {
    text-align: center;
}

.production .title h3 {
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333;
}

.production .title span {
    display: block;
    width: 59px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.case-tit {
    text-align: center;

}

.case-tit h3 {
    text-align: center;
    font-size: 34px;
    font-family: 'Noto Sans SC';
    font-weight: 400;
    color: #333333;
}