* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
}
a:hover{
    color:#1d5bb6;
}

img {
    border: none;
}

dl dt img {
    width: auto;
}

.twoLineMore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    padding: 0 !important;
}

.oneLineMore {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearBoth:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    min-width: 1024px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.mainApp {
    max-width: 1400px;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    height: auto;
    position: relative;
}

.pageMain {
    max-width: 1024px;
    margin: 0 auto;
}

ul li {
    list-style-type: none;
}

.top {
    width: 100%;
    height: auto;
}

.mobileNav {
    display: none;
}

.top .welcome {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #1d5bb6;
    font-size: 14px;
    color: #ffffff;
}

.top .welcome i {
    margin-right: 5px;
    vertical-align: -1px;
}

.top .welcome span {
    float: right;
    margin-left: 50px;
}

.menuBar {
    width: 100%;
    height: 92px;
    background: #ffffff;
}

.menuBar.flexNav {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.menuBar .logo {
    float: left;
    width: 192px;
    height: 92px;
    background: url("../img/logo.png") no-repeat left center;
}

.menuBar .nav {
    width: auto;
    float: right;
}

.menuBar .nav ul li {
    float: left;
    padding: 0 15px;
    line-height: 92px;
    position: relative;
}

.menuBar .nav ul li a{
    line-height: 92px;
    display: block;
}

.menuBar .nav ul li.active a {
    color: #1d5bb6;
}

.menuBar .nav ul li.active:after {
    content: '';
    max-width: 100%;
    width: 64px;
    height: 2px;
    background: #1d5bb6;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.menuBar .nav ul li .xial{
    position: fixed;
    top: 134px;
    left: 0px;
    background: #eee;
    width: 100vw;
    z-index: 10;
    display: none;
}

.menuBar .nav ul li:hover .xial{
    display: block;
}

.menuBar .nav.flexNav ul li .xial{
    top: 92px;
}

.xial_dh{
    float: right;
    width: 80%;
    display: flex;
    align-items: flex-start;
    border-left: 1px solid #d5d5d5;
    padding: 15px 0px;
}

.xial_dh h2{
    color: #013a80;
    font-size: 20px;
    width: 220px;
    padding-left: 25px;
    border-left: 1px solid #013a80;
    margin-left: -1px;
    line-height: 36px;
    font-weight: normal;
}

.xial_dh h3{
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
}

.xial_dh h3 a{
    line-height: 40px !important;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 23%;
    margin: 0px 1%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #828282 !important;
    font-weight: normal;
    background: url(../img/icon-right.png) no-repeat center right;
}

.xial_dh h3 a:hover{
    background: url(../img/icon-right-on.png) no-repeat center right;
    color: #1952d3 !important;
}


.banner {
    width: 100%;
    height: 6.2rem;
}
.banner .swiper-container .swiper-slide{
    width:100%;
    height:100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display:flex;
}
.banner .swiper-container .swiper-slide img.wap{
    display:none;
}

.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    height: 100%;
}

.parents {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 0.44rem 0;
}

.parents .mainApp {
    padding: 0;
}

.parents dl {
    width: 16.6666%;
    float: left;
    padding: 0 20px;
    height: auto;
}

.parents dl dt {
    width: 100%;
    height: 1.47rem;
    display: block;
}

.parents dl dd {
    text-align: center;
}

.product {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 30px 0;
}

.product h2, .settlement h2, .users h2, .about .title h2, .news .title h2 {
    text-align: center;
    font-size: 38px;
    color: #1d5bb6;
    letter-spacing: 1px;
    line-height: 2em;
    margin-bottom: 10px;
    position: relative;
}

.product .title h2:after, .news .title h2:after, .settlement .title h2:after, .users .title h2:after, .about .title h2:after {
    content: '';
    height: 4px;
    width: 134px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -67px;
    background: url("../img/title_line_22.jpg") no-repeat center center;
    background-size: contain;
}

.product .title p, .settlement .title p, .users .title p, .news .title p {
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.product .tab, .news .tab {
    width: auto;
    height: auto;
    margin: 0 auto 40px auto;
}

.product .tab ul li, .news .tab ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.product .tab ul li span, .news .tab ul li span {
    width: 100%;
    border: solid 1px #1d5bb6;
    height: 42px;
    display: block;
    line-height: 42px;
    text-align: center;
    color: #1d5bb6;
    border-radius: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    padding: 0px 15px;
}

.product .tab ul li span:hover, .news .tab ul li span:hover {
    background: #1d5bb6;
    color: #ffffff;
}

.news .tab ul li.on a span{
     background: #1d5bb6;
    color: #ffffff;
}

.product .list {
    width: 100%;
    height: auto;
}

.product .mainApp {
    padding: 0;
}

.product .list .box {
    width: 25%;
    height: auto;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}

.product .list .box dl {
    width: 100%;
    height: auto;
    background: #ffffff;
    cursor: pointer;

}

.product .list .box dl:hover dd {
    background: #1d5bb6;
    color: #ffffff;
}

.product .list .box dl dt {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.settlement {
    width: 100%;
    height: auto;
    padding: 30px 0 60px 0;
}

.product .list .box dl dd {
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.settlement .tab {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.settlement .tab ul li {
    float: left;
    width: 10%;
    position: relative;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.settlement .tab ul li:first-child:after {
    display: none;
}

.settlement .tab ul li.active {
    padding: 0 30px;
    width: 15%;
}

.settlement .tab ul li.active:first-child {
    padding-left: 0;
    width: 13%;
}

.settlement .tab ul li:after {
    content: '';
    height: 1px;
    width: 7px;
    background: #333333;
    display: block;
    left: -4.5px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.settlement .tab ul li span {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: block;
    border-radius: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.settlement .tab ul li.active span {
    background: #1d5bb6;
    color: #ffffff;
}

.settlement .list {
    width: 100%;
    height: auto;
    background: #F4F4F4;
    padding: 20px;
    position: relative;
}

.settlement .list .cut-over {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 999;
}

.settlement .list .cut-over div {
    width: 58px;
    height: 58px;
    background: #eaeaea;
    border-radius: 50%;
    display: inline-block;
    margin-right: 50px;
    text-align: center;
    line-height: 58px;
    color: #a1a1a1;
    cursor: pointer;
}

.settlement .list .cut-over div i {
    font-size: 24px;
}

.settlement .list .box {
    width: 100%;
    height: auto;
    background: #f4f4f4;
}

.settlement .list .box dl dt {
    width: 35%;
    height: 4.2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: right;
}

.settlement .list .box dl dd {
    width: calc(65%);
    float: left;
    padding: 25px 80px 25px 20px;
}

.settlement .list .box dl dd p {
    line-height: 1.5em;
    padding-bottom: 20px;
}

.settlement .list .box dl dd h4 {
    font-size: 28px;
    line-height: 2em;
    font-weight: normal;
}

.settlement .list .box dl dd a, .about .box dl dd a {
    display: block;
    width: 120px;
    height: 48px;
    border: solid 1px #ff0000;
    color: #ff0000;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s ease;
}

.settlement .list .box dl dd a:hover, .about .box dl dd a:hover {
    background: #ff0000;
    color: #ffffff;
}

.users {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #f4f4f4;
}

.users .list {
    width: 100%;
    height: auto;
}

.users .mainApp {
    padding: 0;
}

.users .list .box, .news .list .box, .news_list .box {
    width: 33.33333%;
    height: auto;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.users .list .box dl, .news .list .box dl, .news_list .box dl {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.users .list .box dl dt, .news .list .box dl dt, .news_list .box dl dt {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.users .list .box dl dd {
    padding: 20px;
}

.users .list .box dl dd h4 {
    font-size: 22px;
    line-height: 1.5em;
    padding-bottom: 10px;
    font-weight: normal;
}

.users .list .box ul li {
    width: 100%;
    line-height: 1.5em;
    padding: 3px 0 3px 20px;
    position: relative;

}

.users .list .box ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #1d5bb6;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    transform: skewX(-15deg);
}

.users .list .box ul li:nth-child(2) {
    margin-bottom: 20px;
}

.about {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url("../img/about_bg.png") no-repeat bottom center;
    background-size: cover;
}

.about .title h2, .news .title h2 {
    width: 100%;
    text-align: left;
    position: relative;
}

.about .title h2:after, .news .title h2:after {
    left: 0;
    margin: 0;
}

.about .box {
    width: 100%;
    height: auto;
    position: relative;
}

.about .box dl dt {
    float: right;
    width: 35%;
    height: 4.5rem;
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.about .box dl dd {
    width: calc(65%);
    float: left;
    padding-right: 80px;
    font-size: 20px;

}

.about .box dl dd h4 {
    padding: 30px 0 20px 0;
    line-height: 1.5em;
}

.about .box dl dd p {
    color: #666666;
    line-height: 1.5em;
}

.about .box dl dd a {
    color: #333333;
    border-color: #333333;
    position: absolute;
    bottom: 0;
}

.about .box dl dd a:hover {
    background: #333333;
    color: #ffffff;
}

.resource {
    width: 100%;
    height: auto;
    padding: 50px 0 60px 0;
}

.resource h2 {
    width: 100%;
    font-size: 28px;
    color: #1d5bb6;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    line-height: 2em;
    height: 65px;
    margin-bottom: 40px;
}

.resource h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #1d5bb6;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
}

.resource h2:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #1d5bb6;
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-left: -8px;
}

.resource .list, .about_us .advantage .list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.resource .list .box, .about_us .advantage .list .box {
    height: 3rem;
    margin: 0px 10px;
}

.resource .list img, .about_us .advantage .list img {
    width: auto;
    height: 100%;
}

.news {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #f4f4f4;
}

.news .mainApp {
    padding: 0;
}

.news .tab {
    position: absolute;
    right: 0;
    top: 50px;
}

.news .tab ul{
    display: flex;
}

.news .title {
    padding: 0 10px;
}

.news .list .box dl {
    background: none;
}

.news .title p {
    text-align: left;
    line-height: 1.5em;
}

.news .list .box dl dd, .news_list .box dl dd {
    padding: 15px 0;
}

.news .list .box dl dd h4 {
    font-size: 18px;
    line-height: 1.8em;
    overflow: hidden; /*超出隐藏*/
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
}

.news .list .box dl dd p, .news_list .box dl dd p {
    color: #666666;
    padding-bottom: 5px;
    height: 45px;
}

.news .list .box dl dd p.time {
    color: #333333;
}

.footer {
    width: 100%;
    height: auto;
    background: #1d5bb6;
    padding: 60px 0 30px 0;
    color: #ffffff;
}

.footer .companyInfo {
    float: left;
}

.footer .companyInfo p {
    line-height: 2em;
}

.footer .companyInfo p strong {
    font-size: 34px;
}

.footer .companyInfo p i {
    font-size: 18px;
    vertical-align: -1px;
    margin-right: 12px;
}

.footer .companyInfo dl {
    padding-top: 15px;
}

.footer .companyInfo dl dt {
    padding-left: 15px;
}

.footer .companyInfo dl dd {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8em;
}

.footer .footerNav {
    float: right;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footerNav ul li {
    line-height: 2em;
}

.footer .footerNav ul li:first-child {
    padding-bottom: 10px;
}

.footer .footerNav ul li a {
    font-size: 14px;
    color: #ffffff;
}

.copy {
    width: 100%;
    background: #174992;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.news_banner {
    width: 100%;
    height: 3.95rem;
    background: url("../img/newsbanner_03.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_banner .title h2, .contact_banner .title h2 {
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.news_banner .title p, .contact_banner .title p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.news_tab {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08);
}

.news_tab ul li {
    width: 20%;
    height: auto;
    float: left;
    padding: 23px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.news_tab ul li:hover a {
    color: #1d5bb6;
}

.news_tab ul li.active a, .news_tab ul li.active {
    color: #1d5bb6;
}

.news_tab ul li a {
    transition: all 0.3s ease;
}

.news_tab ul li:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.news_tab ul li:last-child:after {
    display: none;
}

.news_list {
    width: 100%;
    height: auto;
    padding: 55px 0;
}

.news_list .mainApp {
    padding: 0;
}

.news_list .box {
    padding: 0 15px;
    margin-bottom: 30px;
}

.news_list .box dl {
    background: #f4f4f4;
}

.news_list .box dl dd {
    padding: 15px 20px 25px;
}

.news_list .box dl dd p.time {
    padding-bottom: 8px;
}

.news_list .box dl dd h4 {
    font-size: 18px;
    height: 65px;
    line-height: 1.5em;
    margin-bottom: 2px;
}

.pagination {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ededed;
    margin-bottom: 55px;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    font-size: 22px;
    padding: 0 28px;
    line-height: 35px;
    position: relative;
}

.pagination ul li a {
    color: #999999;
}

.pagination ul li.prev a, .pagination ul li.next a {
    font-size: 18px;
    color: #333333;
}

.pagination ul li.active:after {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background: #1d5bb6;
}

.news_page {
    width: 100%;
    height: auto;
    padding: 55px 0;
}

.news_page .pageTitle {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 25px;
}

.news_page .pageTitle h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    padding-bottom: 40px;
}

.news_page .pageTitle p {
    font-size: 14px;
    line-height: 1.5em;
    color: #666666;
}

.news_page .pageTitle p label {
    color: #0e2a75;
    margin-right: 20px;
}

.news_page .detail {
    padding: 30px 0;
    border-bottom: solid 1px #E7E7E7;
}

.news_page .detail p {
    font-size: 18px !important;
    line-height: 1.8em !important;
    padding: 20px 0;
}

.news_page .detail img {
    width: 80% !important;
    height: auto !important;
    display: block !important;
    clear: both;
    margin: 0 auto !important;
}

.news_page .prev_next {
    width: 100%;
    padding: 35px 0 20px 0;
}

.news_page .prev_next ul {
    float: left;
}

.news_page .prev_next ul li {
    line-height: 2.2em;
}

.news_page .prev_next ul li a {
    transition: all 0.3s ease;
}

.news_page .prev_next ul li a:hover {
    color: #1d5bb6;
}

.news_page a.back {
    display: inline-block;
    width: auto;
    height: auto;
    color: #0e2a75;
    border: solid 1px #0e2a75;
    padding: 9px 20px;
    float: right;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.news_page a.back:hover {
    background: #0e2a75;
    color: #ffffff;
}

.about_banner {
    width: 100%;
    height: 3.95rem;
    background: url("../img/about_03.jpg") no-repeat center center;
    background-size: cover;
}

.about_banner .title {
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.about_banner .mainApp {
    height: 100%;
}

.about_banner .title h2 {
    font-size: 0.64rem;
    line-height: 1.9em;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about_banner .title p {
    font-size: 26px;
    line-height: 1.9em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about_banner .title p.small {
    font-size: 18px;
}

.about_us {
    width: 100%;
    height: auto;
}

.map {
    width: 100%;
    height: 5rem;
}


.about_us .info {
    padding: 45px 0;
}

.about_us .info .mainApp {
    padding: 0;
    max-width: 1290px;
}

.about_us .info h2, .about_us .advantage h2, .about_us .history h2, .aboutUsers h2, .about_us .contact h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 30px;
}

.about_us .info dl.plan {
    width: 100%;
    height: auto;
    clear: both;
    padding: 0 15px;
    margin-bottom: 40px;
}

.about_us .info dl.plan dt {
    width: 40%;
    float: left;
    height: 4.68rem;
}

.about_us .info dl.plan dd {
    float: left;
    width: 60%;
    padding-left: 45px;
}

.about_us .info dl.plan dd h4 {
    color: #1d5bb6;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 5px;
}

.about_us .info dl.plan dd p {
    font-size: 14px;
    color: #666666;
    padding: 5px 0;
    line-height: 1.8em;
}

.about_us .info .list {
    width: 100%;
}

.about_us .info .list .box {
    width: 33.3333%;
    height: auto;
    float: left;
    padding: 0 15px;
}

.about_us .info .list .box dt {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
}

.about_us .info .list .box dd {
    text-align: center;
    padding: 10px 0;
}

.about_us .advantage {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #f6f6f6;
}

.about_us .advantage .box {
    padding: 15px 0;
}

.about_us .advantage .box h4 {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #1d5bb6;
    line-height: 1.8em;
    padding-bottom: 30px;
}

.about_us .advantage .box p {
    font-size: 14px;
    color: #666666;
    width: 80%;
    margin: 0 auto;
    line-height: 1.8em;
}

.imgbox {
    padding: 25px 0;
}

.imgbox img {
    width: 100%;
    height: auto;
}

.about_us .advantage .box.create .list {
    padding: 30px 0;
}

.about_us .advantage .box.substances .list_ {
    width: 100%;
    padding: 30px 0;
}

.about_us .advantage .box.substances .list_ .box_ {
    width: 20%;
    height: auto;
    float: left;
    padding: 25px 0;
}

.about_us .advantage .box.substances .list_ .box_:hover dl dt {
    background-position: right 0;
}

.about_us .advantage .box.substances .list_ .box_ dl dt {
    width: 99px;
    height: 100px;
    margin: 0 auto;
    display: block;
    background: url("../img/about_11.jpg") no-repeat;
}

.about_us .advantage .box.substances .list_ .box_ dl dd {
    text-align: center;
    padding-top: 10px;
}

.about_us .advantage .box.substances .list_ .box_ dl {
    cursor: pointer;
}

.about_us .advantage .box.substances .list_ .box_ dl dd h6 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8em;
}

.about_us .history {
    width: 100%;
    height: auto;
    padding: 50px 0;

}

.about_us .historyBox {
    width: 100%;
    height: auto;
    padding: 0 80px 25px;
}

.about_us .historyBox dl dt {
    float: left;
    width: 35%;
    height: 3.4rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about_us .historyBox dl dd {
    float: left;
    width: 65%;
    padding-left: 40px;
}

.about_us .historyBox dl dd p {
    font-size: 14px;
    line-height: 1.8em;
    color: #666666;
}

.about_us .historyBox dl dd h4 {
    font-weight: normal;
    font-size: 28px;
    position: relative;
    color: #0e2a75;
    height: 50px;
    margin-bottom: 20px;
}

.about_us .historyBox dl dd h4:after {
    content: '';
    width: 43px;
    height: 2px;
    display: block;
    background: #0e2a75;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about_us .history .year_list {
    width: 100%;
    height: 100px;
    background: url("../img/about_year_17.jpg") no-repeat top center;
    background-size: contain;
}

.about_us .history .year_list ul {
    padding: 0 40px;
}

.about_us .history .year_list ul li {
    width: 16.666%;
    float: left;
    text-align: center;
    line-height: 100px;
    font-size: 22px;
    position: relative;
    color: #aeaeae;
    cursor: pointer;
}

.about_us .history .year_list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #aeaeae;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -2.5px;
}

.about_us .history .year_list ul li.active {
    color: #0e2a75;
}

.about_us .history .year_list ul li.active:before {
    background: #0e2a75;
}

.about_us .aboutUsers {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #f6f6f6;
}

.about_us .aboutUsers .mainApp {
    max-width: 1290px;
    padding: 0;
}

.about_us .aboutUsers .list .box {
    width: 20%;
    padding: 0 15px;
    float: left;
}

.about_us .aboutUsers .list .box div {
    width: 100%;
    height: 1.7rem;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.about_us .contact {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.about_us .contact .cards {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.about_us .contact .card {
    width: 33.333%;
    height: auto;
    padding: 0 16px;
    float: left;
    cursor: pointer;
}

.about_us .contact .card:hover dl dt {
    background: #0759a8;
}

.about_us .contact .card:hover dl dt i {
    color: #ffffff;
}

.about_us .contact .card dl {
    width: 100%;
    height: auto;
    background: #F6F6F6;
    padding: 50px 0;
}

.about_us .contact .card dl dt {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #0759a8;
    margin: 0 auto 18px auto;
    text-align: center;
    line-height: 80px;
    transition: all 0.3s ease;
}

.about_us .contact .card dl dt i {
    color: #0759a8;
    font-size: 26px;
    transition: all 0.3s ease;
}

.about_us .contact .card dl dd {
    text-align: center;
    line-height: 1.8em;
}

.about_us .contact .card dl dd h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.about_us .contact .card dl dd p {
    color: #666666;
    font-size: 18px;
}

.contact_banner {
    width: 100%;
    height: 3.96rem;
    background: url("../img/contact_banner_03.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_us .contact .online_message {
    width: 100%;
    height: auto;
}

.about_us .contact .online_message p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.about_us .contact .online_message ul {
    padding-bottom: 20px;
}

.about_us .contact .online_message ul li {
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
}

.about_us .contact .online_message .items {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    display: flex;
}

.about_us .contact .online_message .mainApp {
    max-width: 980px;
    margin: 0 auto;
}

.about_us .contact .online_message form {
    padding: 30px 0;
}

.about_us .contact .online_message label {
    width: 135px;
    text-align: right;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
}

.about_us .contact .online_message form p {
    font-size: 16px;
    color: #333333;
}

.about_us .contact .online_message label i {
    color: red;
    font-style: normal;

}

.about_us .contact input[type='text'], .about_us .contact textarea {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 15px 10px;
    border: solid 1px #bababa;
}

.about_us .contact textarea {
    height: 200px;
}

.about_us .contact .online_message form ul {
    padding-bottom: 60px;
}

.about_us .contact .online_message form ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    color: #666666;
}

.about_us .contact .online_message form ul li input[type=checkbox] {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 10px;
}

.about_us .contact input[type='button'] {
    width: 130px;
    height: 45px;
    border: none;
    color: #ffffff;
    background: #1952d3;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    cursor: pointer;
}

.video_banner {
    background: url("../img/service_03.jpg") no-repeat center center;
    background-size: cover;
}

.video_tab ul{
    display: flex;
}

.video_tab ul li {
    width: 25%;
}

.video h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 40px;
}

.video {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.video .tab {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.video .tab ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 25px;
}

.video .tab ul li span {
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: block;
    border: solid 1px #999999;
    border-radius: 20px;
    color: #999999;
}

.video .tab ul li.active span {
    background: #1d5bb6;
    color: #ffffff;
    border-color: #1d5bb6;
}

.video_list .box dl dt {
    position: relative;
}

.video_list .box dl:hover dt .play {
    opacity: 1;
}

.video_list .box .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.video_list .box .play .playBtn {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
}

.video_list .box .play .playBtn i {
    color: #ffffff;
    font-size: 22px;
}

.video_list .box dl dd {
    padding-bottom: 20px;
}

.video_list .box dl dd p {
    padding-bottom: 0;
}

.service {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.service .service_title {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.service .service_title h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}

.service .service_title p {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8em;
}

.service .serviceBox {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.service .serviceBox.bgBox {
    background: #f6f6f6;
}

.service .serviceBox dl dt {
    float: left;
    font-size: 22px;
    color: #1d5bb6;
}

.service .serviceBox .info {
    padding-bottom: 40px;
}

.service .serviceBox dl dd {
    float: right;
    width: 67%;
    font-size: 14px;
    line-height: 1.7em;
}

.service .serviceBox dl dd ul li {
    padding: 10px 0;
}

.service .serviceBox .list {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.service .serviceBox .box {
    width: 33.33333%;
    padding: 0 2px;
    float: left;
    margin-bottom: 4px;
}

.service .serviceBox .box div {
    height: 3.1rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.sparePart {
    background: none;
    padding: 40px 0;
}

.sparePart h2 {
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    margin-bottom: 30px;
}

.sparePart .list .box dl dd {
    background: #f5f5f5;
}

.sparePart .list .box dl dt {
    height: 2.8rem;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
}

.sparePart .list .box {
    margin-bottom: 20px;
}

.product01_banner {
    width: 100%;
    height: 3.95rem;
    background: url("../img/productBanner.jpg") no-repeat center center;
    background-size: cover;
}

.navigation {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #999999;
    padding: 30px 0 15px;
}

.navigation i {
    display: inline-block;
    padding: 0 5px 0 3px;
    vertical-align: -1px;
}

.navigation a {
    color: #999999;
}

.navigation span {
    color: #333333;
}

.product_list {
    width: 100%;
    height: auto;
}

.product_list .list dl {
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-bottom: solid 1px #f0f0f0;
}

.product_list .list dl dt {
    width: 24%;
    height: 2.8rem;
    overflow: hidden;
    justify-content: center;
    float: left;
    align-items: center;
    text-align: center;
}

.product_list .list dl dd {
    width: 76%;
    float: left;
    padding: 0 22% 0 70px;
    position: relative;
    height: 2.8rem;
    overflow: hidden;
}

.product_list .list dl dd h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.8em;
    padding: 20px 0;
}

.product_list .list dl dd p {
    font-size: 14px;
    line-height: 1.8em;
}

.product_list .list dl dd .btns {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product_list .list dl dd .btns a {
    font-size: 14px;
    color: #1d5bb6;
    border: solid 1px #1d5bb6;
    width: 100px;
    text-align: center;
    padding: 10px 0;
    display: block;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.product_list .list dl dd .btns a:hover {
    background: #1d5bb6;
    color: #ffffff;
}

.product_list .list dl dd .btns a:last-child {
    margin: 0;
}

.about_us .productUsers h2, .product_news h2 {
    font-size: 30px;
    position: relative;
    text-align: center;
    font-weight: normal;
    line-height: 2em;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.about_us .productUsers h2:after, .product_news h2:after {
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    background: url("../img/title_line_22.jpg") no-repeat center center;
    background-size: contain;
}

.about_us .productUsers .list {
    padding: 30px 0 20px 0;
}

.product_news .news_list .mainApp {
    padding-top: 30px;
}

.case_banner {
    background: url("../img/case_03.jpg") no-repeat center center;
    background-size: cover;
    height: 3.95rem;
}

.case_list {
    width: 100%;
    height: auto;
}

.case_list .list {
    width: 100%;
    height: auto;
    min-height:6rem;
    padding: 40px 0 40px 20%;
    position: relative;
}

.case_list .leftBar {
    width: 20%;
    height: auto;
    position: absolute;
    left: 0;
    top: 40px;
    padding-right: 60px;

}

.case_list .video {
    display: none;
}

.case_list .leftBar ul {
    border: solid 1px #d1d1d1;
}

.case_list .leftBar ul li {
    padding: 12px 0 12px 30px;
    border-bottom: solid 1px #D1D1D1;
    cursor: pointer;
}

.case_list .leftBar ul li:last-child {
    border: none;
}

.case_list .leftBar ul li.active {
    background: #1d5bb6;
    color: #ffffff;
    position: relative;
}

.case_list .leftBar ul li.active:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-left-color: #1d5bb6;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -8px;
}

.case_list .list dl {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.case_list .list dl dt {
    width: 37%;
    height: 2.92rem;
    float: left;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}

.case_list .list dl dd {
    width: 63%;
    float: left;
    padding-left: 40px;
    line-height: 1.8em;
    font-size: 14px;
}

.case_list .list dl dd p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 !important;
    margin-bottom: 30px;
}

.case_list .list dl dd h4 {
    font-size: 26px;
    font-weight: normal;
    padding: 15px 0 20px 0;
}

.case_list .list dl dd a {
    width: 100px;
    height: auto;
    padding: 6px 0;
    display: block;
    text-align: center;
    border: solid 1px #1d5bb6;
    color: #1d5bb6;
    transition: all 0.3s ease;
}

.case_list .list dl dd a:hover {
    background: #1d5bb6;
    color: #ffffff;
}

.product_detail {
    width: 100%;
    height: auto;
}

.product_detail .detail {
    padding: 20px 0;
}

.product_detail .detail .info {
    width: 100%;
    height: auto;
    border-top: solid 5px #1d5bb6;
    background: #f8f8f8;
    padding: 30px 40px;
}

.product_detail .detail .info dl dt {
    width: 30%;
    height: 3.1rem;
    overflow: hidden;
    float: left;
}

.info_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.product_detail .detail .info dl dd {
    float: left;
    width: 70%;
    padding-left: 5%;
    font-size: 14px;
    line-height: 1.6em;
}

.product_detail .detail .info dl dd h4 {
    font-size: 28px;
    padding-bottom: 20px;
}

.product_detail .detail .info dl dd p {
    margin-bottom: 30px;
}

.product_detail .download {
    display: inline-block;
    cursor: pointer;
}

.product_detail .download .icon {
    width: 42px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #1d5bb6;
}

.product_detail .download i {
    font-size: 20px;
}

.product_detail .download div {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

.product_detail .detail dl dd .download div p {
    margin: 0;
    line-height: 1.5em;
}

.product_detail .detail dl dd a {
    float: right;
    width: auto;
    font-size: 14px;
    color: #1d5bb6;
    border: solid 1px #1d5bb6;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.product_detail .detail dl dd a:hover {
    background: #1d5bb6;
    color: #ffffff;
}

.product_detail .detail .tab {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 16px 0;
}

.product_detail .detail .tab ul li {
    width: 16.66666%;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.product_detail .detail .tab ul li a {
    transition: all 0.3s ease;
}

.product_detail .detail .tab ul li:after {
    content: '';
    height: 15px;
    width: 1px;
    display: block;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.product_detail .detail .tab ul li:hover a {
    color: #1d5bb6;
}

.product_detail .detail .tab ul li:first-child:after {
    display: none;
}

.product_detail .detail .detail_box {
    width: 100%;
    padding: 20px 0;
    clear: both;
}

.product_detail .detail .detail_box h2 {
    font-size: 22px;
    font-weight: normal;
    color: #1d5bb6;
    line-height: 1.6em;
    position: relative;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0 10px 10px;
}

.product_detail .detail .detail_box h2:before {
    content: '';
    height: 18px;
    width: 2px;
    display: block;
    background: #1d5bb6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.product_detail .detail .detail_box .box {
    width: 100%;
    padding-top: 20px;
    position: relative;
}

.product_detail .detail .detail_box .box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_detail .detail .detail_box .box ul li {
    width: 49%;
    padding: 15px;
    line-height: 1.6em;
    position: relative;
    font-size: 14px;
}
.product_detail .detail .detail_box .box ul li p img{
    width:90%;
    margin:20px auto 0 auto;
}

.product_detail .detail .detail_box .box ul.oneLine li {
    width: 100%;
    padding: 15px 0;
}

.product_detail .detail .detail_box .box ul.oneLine i {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    vertical-align: 2px;
    margin-right: 10px;
}

.product_detail .detail .detail_box .box ul li h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

.product_detail .detail .detail_box .box .imgTxt {
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 20px;
}

.product_detail .detail .detail_box .box .imgTxt p {
    text-align: center;
    color: #666666;
}

.product_detail .detail .detail_box .box ul li p {
    color: #666666;
}

.product_detail .detail .detail_box .box ul li i {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1d5bb6;
    border-radius: 50%;
    left: 0;
    top: 23px;
}

.product_detail .detail .detail_box .box p {
    font-size: 14px;
    line-height: 1.8em;
}

.product_detail .detail .detail_box .box div.al, .range .list div.al {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.product_detail .detail .detail_box .al dl, .range .list div.al dl {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}

.product_detail .detail .detail_box .al dl:hover dd, .range .list div.al dl:hover dd {
    background: rgba(29, 91, 182, 0.6)
}

.product_detail .detail .detail_box .al dl dt, .range .list div.al dl dt {
    height: 2.5rem;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.product_detail .detail .detail_box .al dl dd, .range .list div.al dl dd {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    background-image: linear-gradient(rgba(29, 91, 182, 0), rgba(29, 91, 182, 0.1), rgba(29, 91, 182, 0.7));
}

.product_detail .detail .detail_box .al dl dd p, .range .list div.al dl dd p {
    text-align: center;
    color: #ffffff;
    line-height: 1.8em;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease-in;
}

.product_detail .detail .detail_box .al dl:hover dd p, .range .list div.al dl:hover dd p {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.product_detail .detail .detail_box .box .list {
    padding-top: 25px;
}

.product_detail .detail .detail_box .box .list_box {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.product_detail .detail .detail_box .box .list_box div {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 35px;
}
.product_detail .detail .detail_box .box .list_box.three_box div{
    width:33.3333%;
}

.product_detail .detail .detail_box .box .list_box div dl dt {
    width: 40%;
    height: 2.54rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
}
.product_detail .detail .detail_box .box .list_box.three_box div dl dt{
    height:1.9rem;
    width:42%;
}

.product_detail .detail .detail_box .box .list_box div dl dd {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-top: 15px;
}
.product_detail .detail .detail_box .box .list_box.three_box div dl dd{
    width:58%;
    padding-top:0;
}

.product_detail .detail .detail_box .box .list_box div dl dd h4 {
    font-size: 14px;
    padding: 10px 0;
}
.product_detail .detail .detail_box .box .list_box.three_box div dl dd h4{
  padding:5px 0;
}
.product_detail .detail .detail_box .box .list_box div dl dd p {
    color: #666666;
}

.product_detail .detail .detail_box .box .box_list {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.product_detail .detail .detail_box .box .box_list div {
    width: 25%;
    padding: 0 10px;
    float: left;
}

.product_detail .detail .detail_box .box .box_list.products div {
    width: 25%;
    padding: 0 8px;
    float: left;
}

.product_detail .detail .detail_box .box .box_list.fiveBox div {
    width: 20%;
}

.flex_container .swiper-slide dl dt {
    width: 100%;
    overflow: hidden;
    height: 2.8rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex_container .swiper-slide dl dd {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.product_detail .detail .detail_box .box .box_list div dl dt {
    width: 100%;
    height: 2.3rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.product_detail .detail .detail_box .box .box_list.products div dl dt {
    height: 2.8rem;
}

.product_detail .detail .detail_box .video {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 40px auto;
    text-align: center;
    padding: 0;
    position: relative;
}

.product_detail .detail .detail_box .video video {
    width: 100%;
    height: 100%;
}

.product_detail .detail .detail_box .video i {
    color: #ffffff;
    font-size: 38px;
    position: absolute;
}

.product_detail .detail .detail_box .video .video_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    line-height: 5.3rem;
    text-align: center;
    cursor: pointer;
}

.product_detail .detail .detail_box .box .box_list.products div dl dd, .product_detail .detail .detail_box .box .box_list.sortBox div dl dd {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
}

.product_detail .detail .detail_box .box .box_list div dl dd h4 {
    text-align: center;
    padding: 10px 0;
}

.product_detail .detail .detail_box .box .box_list div dl dd p {
    color: #666666;
}

.product_detail .lastUL {
    width: 62%;
    padding-right: 40px;
    float: left;
}

.product_detail .detail .detail_box .box .img_left .img {
    float: left;
}

.product_detail .detail .detail_box .box .img_left .lastUL {
    padding-left: 40px;
}

.product_detail .lastUL h4 {
    padding: 30px 0;
}

.product_detail .img {
    width: 38%;
    float: right;
    height: 3.8rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.detail table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.detail table, td, th {
    padding: 15px;
    text-align: left;
    font-size: 16px;
}

.detail table th {
    background: #1d5bb6;
    color: #ffffff;
    font-weight: normal;
}

.product_detail .detail_box .box.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_detail .detail_box .box .select {
    width: 49%;
    background: #f0f0f0;
    padding: 30px 20px;
}

.product_detail .detail_box .box .select h3 {
    font-size: 18px;
    text-align: center;
}

.product_detail .detail_box .box .select ul li {
    width: 100%;
    padding-bottom: 5px;
}

.product_detail .detail_box .box .select ul li h4 {
    padding-bottom: 5px;
}

.product_detail .detail_box .box .select .parents_list {
    width: 100%;
    height: auto;
    padding: 35px 0;
}

.product_detail .detail_box .box .select .parents_list .parents_box {
    width: 33.33333%;
    height: 1.2rem;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.product_detail .detail_box .box .select .parents_list .parents_box div {
    width: 100%;
    height: 100%;
}

.product_detail .lastUL li p {
    margin-bottom: 20px;
}

.product_detail .detail_box .box .prev, .product_detail .detail_box .box .next {
    width: 36px;
    height: 36px;
    border: solid 1px #1d5bb6;
    color: #1d5bb6;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: -40px;
    top: 45%;
    margin-top: -18px;
    z-index: 999;
    cursor: pointer;
}

.product_detail .detail_box .box .next {
    right: -40px;
    left: auto;
}

.product_detail .detail_box .box .lastBox {
    padding-bottom: 40px;
}

.product_detail .detail_box .box .lastBox ul li a {
    color: #1d5bb6;
    border: solid 1px #1d5bb6;
    padding: 10px 20px;
}

.product_detail .detail .detail_box .box .box_list.products, .product_detail .detail .detail_box .box .box_list.sortBox {
    padding: 0;
}

.case_banner {
    width: 100%;
    height: 3.95rem;
    background: url("../img/case_banner_03.jpg") no-repeat center center;
    background-size: cover;
    color: #ffffff;
    position: relative;
}

.line_banner {
    height: 4.5rem;
    background: url("../img/line_img_03.jpg") no-repeat center center;
    background-size: cover;
}

.case_banner .title {
    width: 60%;
    position: absolute;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.line_banner .title {
    width: 40%;
}

.case_banner .title p {
    font-size: 14px;
    line-height: 1.8em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.case_banner .mainApp {
    height: 100%;
}

.case_banner .title h2 {
    font-size: 32px;
    white-space: nowrap;
    padding-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.line_banner .title h2 {
    padding-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.attribute {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.attribute h4, .caseStep h4, .highlights h4, .tables h4, ._advantage h4, .cases h4, .programme h4, .recommend h5 {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.8em;
    padding-bottom: 30px;
}

.attribute p{
    line-height: 30px;
}

.caseStep {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #f5f5f5;
}

.caseStep .step {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.caseStep .step h6, .tables h6, .equipment h4 {
    font-size: 18px;
    font-weight: normal;
    color: #1d5bb6;
    position: relative;
    padding-left: 10px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.caseStep .step h6:before, .tables h6:before, .equipment h4:before {
    width: 2px;
    height: 16px;
    background: #1d5bb6;
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.caseStep .step p {
    font-size: 14px;
    line-height: 1.7em;
}

.detail .pic_txt {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.detail .pic_txt dl dt {
    width: 40%;
    height: auto;
    float: left;
}

.detail .pic_txt dl dt p {
    text-align: center;
    padding-top: 10px;
    line-height: 1.8em;
    font-size: 14px;
}

.detail .pic_txt dl dt img {
    width: 100%;
    height: auto;
}

.detail .pic_txt dl dd {
    width: 60%;
    float: left;
    padding-left: 50px;
    line-height: 1.7em;
    font-size: 14px;
}

.detail .pic_right dl dt {
    float: right;
}

.detail .pic_right dl dd {
    padding: 0 50px 0 0;
}

.detail .pic_txt dl dd h5 {
    font-size: 16px;
    padding-bottom: 20px;
}

.detail .pic_txt dl dd h5 i, .detail ._txt p i {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d5bb6;
    display: inline-block;
    vertical-align: 4px;
    margin-right: 10px;
}

.detail .pic_txt dl dd {
    padding-top: 30px;
}

.highlights {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.highlights .list {
    width: 100%;
    height: auto;
}

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

.highlights ul li {
    width: 49%;
    background: #f5f5f5;
    padding: 20px 20px 20px 35px;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 20px;
    position: relative;
}

.highlights ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1d5bb6;
    display: block;
    position: absolute;
    left: 20px;
    top: 27px;
}

.highlights ul li p {
    width: 100%;
    background: #f5f5f5;
}

.tables {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 40px 0;
}

._advantage {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

._advantage .detail_box {
    padding: 0 !important;
}

._advantage .detail_box dl dd {
    font-size: 14px !important;
}

.detail ._txt {
    width: 100%;
    clear: both;
}

.detail ._txt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    padding-bottom: 15px;
}

.detail ._txt p.small {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
}

.product_detail .detail ._advantage .detail_box .other_box {
    padding-bottom: 30px;
}

.product_detail .detail ._advantage .detail_box .other_box .box_list div {
    width: 33.3333%;
}

.product_detail .detail ._advantage .detail_box .other_box .box_list div dl dt {
    height: 2.8rem;
}

.product_detail .detail ._advantage .detail_box .other_box .box_list div dl dt img {
    width: 100%;
    height: auto;
}

.cases {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}

.cases .list {
    width: 100%;
    padding: 20px 0;
}

.cases .list .box {
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.cases .list .box div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.casesUsers h2 {
    font-size: 28px !important;
}

.programme {
    width: 100%;
    padding: 40px 0;
}

.programme h4 {
    padding-bottom: 10px;
}

.programme p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 30px;
}

.recommend {
    padding: 40px 0 !important;
}

.line_detail .detail .about_us h2, .line_detail .detail .detail_box h5 {
    color: #1d5bb6;
}

.line_detail .detail .detail_box h2 {
    text-align: center;
    border: none;
    font-size: 28px;
}

.line_detail .detail .detail_box {
    padding: 40px 0;
}

.line_detail .detail .detail_box h2:before {
    display: none;
}

.equipment {
    width: 100%;
    padding: 40px 0;
    background: #f5f5f5;
}

.equipment h2, .range h2, .equipments h2, .lineStep h2 {
    text-align: center;
    font-size: 28px;
    color: #1d5bb6;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 1.8em;
}

.equipment p {
    font-size: 14px;
    line-height: 1.6em;
}

.equipment .list {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.equipment .list .box {
    width: 25%;
    padding: 0 8px;
    float: left;
    margin-bottom: 16px;
}

.equipment .list .box dl dt {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipment .list .box dl dd {
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}

.range {
    width: 100%;
    padding: 40px 0;
}

.range p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}

.range .list {
    padding-top: 30px;
}

.range .list div.al dl dt {
    height: 3.1rem;
}

.equipments {
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
}

.equipments .list, .lineStep .list {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.equipments .list .box, .lineStep .list .box {
    width: 33.333333%;
    height: auto;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.equipments .list .box.half, .lineStep .list .box.half {
    width: 50%;
}

.equipments .list .box dl, .lineStep .list .box dl {
    width: 100%;
    height: 100%;
    position: relative;
}

.equipments .list .box dl dt, .lineStep .list .box dl dt {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipments .list .box dl dd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

.equipments .list .box dl dd div {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.equipments .list .box dl dd h4 {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.equipments .list .box dl dd h4:after {
    width: 38px;
    height: 2px;
    background: #1d5bb6;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.equipments .list .box dl dd p {
    font-size: 14px;
}

.lineStep {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.lineStep p {
    font-size: 14px;
    line-height: 1.7em;
}

.banner_pagination {
    max-width: 1280px;
    min-width: 1024px;
    width: 100%;
    height: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 99999;
    bottom: 0;
}

.banner_pagination ul li {
    float: left;
    color: #ffffff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    padding: 0 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.banner_pagination ul li.prev, .banner_pagination ul li.next {
    cursor: pointer;
}

.banner_pagination ul li.disabled {
    color: rgba(255, 255, 255, 0.3)
}

.banner_pagination ul li.swiper_ {
    width: 30px;
    height: 30px;
}

.banner_pagination ul li.swiper_:after {
    content: '';
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.banner_pagination ul li.swiper_.active:after {
    background: rgba(255, 255, 255, 1);
}

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

.videoPlay .mainApp {
    height: 100%;
    position: relative;
}

.videoPlay .videoPlan {
    width: auto;
    height: 5.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoPlay .videoPlan video {
    width: 100%;
    height: 100%;
    background: #000000;
}

.videoPlay .videoPlan .closeBtn {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.map{
    width:100%;
    height:5.5rem;
    overflow: hidden;
}
.map #container{
    width:100%;
    height:5.9rem;
}
