/*头部样式*/
/*
背景渐变
background: #00af40;
background: -moz-linear-gradient(left, #00af40 0%, #0071b0 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #0071b0));
background: -webkit-linear-gradient(left, #00af40 0%, #0071b0 100%);
background: -o-linear-gradient(left, #00af40 0%, #0071b0 100%);
background: -ms-linear-gradient(left, #00af40 0%, #0071b0 100%);
background: linear-gradient(to right, #00af40 0%, #0071b0 100%);
00af40   133595

文字渐变
color:#00af40;
background: -webkit-linear-gradient(
0deg
,#00af40,#0f7ab9,#0f7ab9,#0f7ab9);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 */
/*.header{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top:0px;*/
/*    left:0;*/
/*    z-index:9999999;*/
/*}*/
/*.header:hover{*/
/*    background-color: #fff;*/
/*}*/
#c-header {
    /*position: fixed;*/
}

#c-header.c-head-hide {
    display: none;
}

#c-header.c-head-move {
    display: block;
    background: #fff;
    top: 0;
    padding: 0px 0;
    box-shadow: 0px 0px 10px #ccc;
}

.head {
    position: relative;
}

/*.header .container{*/
/*    max-width: 1720px;*/
/*}*/
.container {
    width: 94%;
    max-width: 1680px;
    margin: 0 auto;
}

/*.logo {*/
/*    float: left;*/
/*    line-height: 98px;*/
/*}*/

.search {
    float: right;
    margin-left: 20px;
}

.head_r {
    float: right;
    height: 68px;
    position: relative;
}

.h_tel {
    text-align: right;
    font-size: 16px;
    color: #0f7ab9;
    /*padding-left: 35px;*/
    /* margin-top: 10px; */
    line-height: 30px;
    position: absolute;
    top: 12px;
    left: -75px;
    width: 245px;
    font-weight: bold;
}

.h_language {
    /*float:right;*/
    position: relative;
    margin-left: 20px;
    line-height: 35px;
    margin-top: 45px;
}

.h_language a {
    display: block;
    font-size: 14px;
}

.h_language a.language_a {
    color: #333;
    padding: 0 15px 0 28px;
    background: url(../image/diqiu.png) no-repeat left center;
    position: relative;
}

.h_language a.language_a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #333;
}

.h_language_cont {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background: #fff;
    display: none;
    z-index: 99;
}

.h_language_cont a {
    color: #666;
    text-align: center;
    line-height: 36px;
    padding: 0;
}

.h_language_cont a:hover {
    background: #0f7ab9;
    color: #fff;
}

.search {
    float: right;
    line-height: 68px;
    cursor: pointer;
    position: relative;
    margin-top: 27px;
}

#formsearch {
    display: none;
    width: 200px;
    position: absolute;
    top: 60px;
    left: -170px;
    z-index: 99;
    border: 1px solid #ccc;
    background: #fff;
}

#formsearch input {
    border: none;
    background: none;
    outline: none;
}

#keyword {
    float: left;
    width: 150px;
    line-height: 38px;
    padding: 0 10px;
}

#formsearch #s_btn {
    float: right;
    width: 48px;
    line-height: 38px;
    background: url(../image/ss.png) no-repeat center;
    /*    background-size: 20px;*/
}

/*.nav{*/
/*    float:left;*/
/*    margin-left: 10%;*/
/*}*/
/*.nav li{*/
/*    float:left;*/
/*    padding: 0 35px;*/
/*    position: relative;*/
/*}*/
/*.nav li a{*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    color: #333;*/
/*    text-align: center;*/
/*    line-height: 98px;*/
/*    position: relative;*/
/*}*/
/*.nav li:nth-child(1) a.a{*/
/*    background: none;*/
/*    padding-right: 0;*/
/*}*/
/*.nav li a.a{*/
/*    padding-right: 15px;*/
/*    background: url(../image/dropdown.png) no-repeat right center;*/
/*}*/
/*.nav li a.a:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    left:0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    background:#0f7ab9;*/
/*    opacity: 0;*/
/*}*/
/*.nav li a:hover{*/
/*    color: #0f7ab9;*/
/*}*/
/*.nav li a.a:hover{*/
/*    background: none;*/
/*}*/
/*.nav li.cur a.a{*/
/*    color: #0f7ab9;*/
/*    background: none;*/
/*}*/
/*.nav li.cur a.a:before{*/
/*    opacity: 1;*/
/*}*/
/*.nav li .b_navs{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 98px;*/
/*    left:0px;*/
/*    z-index: 999;*/
/*    background-color: #fff;*/
/*    min-width: 150px;*/
/*    overflow: visible!important;*/
/*    border-top:3px solid #0f7ab9;    */
/*}*/
/*.nav li .b_navs .cont{*/
/*    padding:9px 10px;*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*}*/
/*.nav li .b_navs .cont:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -9px;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    height: 0;*/
/*    width: 0;*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*    border-bottom: 6px solid #0f7ab9;*/
/*}*/
/*.nav li .b_navs a{*/
/*    line-height: 30px;*/
/*    font-size: 16px;*/
/*    text-align: left;*/
/*    padding-left: 10px;*/
/*    position: relative;*/
/*    transition: all 0.3s ease-out;*/
/*}*/
/*.nav li .b_navs a i{*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    width: 11px;*/
/*    height: 11px;*/
/*    background: url(../image/double-arrow.png) no-repeat center;*/
/*    background-size: 11px 11px;*/
/*    position: relative;*/
/*    top:50%;*/
/*    margin-top:-5.5px;*/
/*    margin-left: 5px;*/
/*    opacity: 0;*/
/*}*/
/*.nav li .b_navs a:hover{*/
/*    letter-spacing: 1px;*/
/*    background: #f5f5f5;*/
/*    !*font-weight: bold;*!*/
/*}*/
/*.nav li .b_navs a:hover i{*/
/*    opacity: 1;*/
/*}*/
/*.nav li .b_nav{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 98px;*/
/*    left:0px;*/
/*    z-index: 999;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    border-top:1px solid #e5e5e5;*/
/*}*/
/*.nav li .b_nav .cont{*/
/*    width: 100%;*/
/*    margin:auto;  */
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/
/*.nav li .b_nav .cont .nav_tab.cur,.nav_tabs{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
.nav_tabs dl {
    width: 20%;
    padding-right: 15px;
}

.nav_tabs dl:nth-child(4n) {
    margin-right: 0;
}

.nav_tabs dl dt a {
    display: block;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    line-height: 36px;
    margin-bottom: 15px;
}

.nav_tabs dl dt a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background: #0f7ab9;
    opacity: 1;
}

.nav_tabs dl dd a {
    display: block;
    font-size: 14px;
    color: #333;
    /*border-bottom: 1px solid #eee;*/
    position: relative;
    text-align: left;
    line-height: 36px;
    padding-left: 12px;
    background: url(../image/icon-l2.png) no-repeat left center;
    /*margin-bottom: 15px;*/
}

.nav_tabli {
    width: 310px;
}

.nav_tabli a {
    display: block;
    line-height: 46px;
    font-size: 16px;
    background: #eee;
    margin-bottom: 10px;
    position: relative;
}

/*.nav li .nav_tabli a:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    right:-10px;*/
/*    top:50%;*/
/*    margin-top:-8px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 8px solid transparent;*/
/*    border-left: 10px solid #0f7ab9;*/
/*    border-bottom: 8px solid transparent;*/
/*    opacity: 0;*/
/*}*/
/*.nav li .nav_tabli a:hover,.nav li .nav_tabli a.cur{*/
/*    background: #0f7ab9;*/
/*    color: #fff;*/
/*}*/
/*.nav li .nav_tabli a:hover:after,.nav li .nav_tabli a.cur:after{*/
/*    opacity: 1;*/
/*}*/
.nav_img {
    max-width: 309px;
}

.nav_img p {
    font-size: 16px;
    text-align: center;
    color: #666;
}

.nav_tab_c .nav_tab {
    display: none;
}

/*.nav li .b_nav1 .cont{*/
/*    max-width: 1100px;*/
/*    padding:30px 0;*/
/*}*/
/*.nav li .b_nav1 .cont .nav_tab_c{*/
/*    width: calc(100% - 310px);*/
/*    padding-left: 50px;*/
/*}*/
/*.nav li .b_nav2 .cont{*/
/*    max-width: 900px;*/
/*    padding:30px 0;*/
/*}*/
/*.nav li .b_nav2 .cont .nav_tab_c{*/
/*    width: calc(100% - 309px);*/
/*    padding-left: 50px;*/
/*}*/

.menu-button {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    /*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    /*    background-color: #c52b31;*/
    z-index: 99999;
}

.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1) {
    transform: rotate(45deg);
    /*width: 40px;*/
}

.mnav .bar:nth-child(2) {
    opacity: 0;
}

.mnav .bar:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav {
    display: none;
    background-color: #0f7ab9;
    text-align: center;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 99999;
    width: 100%;
    /*    height: 100vh;*/
}

.mobileNav li {
    line-height: 2em;
    padding: 1em 0;
}

.mobileNav li a {
    font-size: 1rem;
    color: #fff;
}

#c-banner1 .swiper-slide img {
    width: 100%;
    max-width: 200%;
}

@media (max-width: 1720px) {
    /*.nav li{*/
    /*    padding:0 25px;*/
    /*}*/
}

@media (max-width: 1600px) {
    /*.nav{*/
    /*    margin-left: 5%;*/
    /*}*/
    /*.nav li{*/
    /*    padding: 0 15px;*/
    /*}*/
}

@media (max-width: 1440px) {
    /*.nav {*/
    /*    margin-left: 3%;*/
    /*}*/
    /*.nav li a{*/
    /*    font-size:16px;*/
    /*}*/
    /*.nav li a:before{*/
    /*    bottom:-5px;*/
    /*}*/
}

@media (max-width: 1280px) {
    /*.nav li{*/
    /*    padding: 0 10px;*/
    /*}    */
}

@media (max-width: 1259px) {
    .container {
        width: 96%;
    }

    /*.nav{*/
    /*    margin-left:20px;*/
    /*}*/

}

@media (max-width: 1199px) {
    .search {
        display: none;
    }

    .h_tel {
        left: -115px;
    }

    .logo img {
        max-height: 50px;
    }

    /*.nav li a{*/
    /*    line-height: 98px;*/
    /*}*/
    /*.nav li{*/
    /*    padding:0 5px;*/
    /*}*/
    /*.nav li a:before{*/
    /*    bottom:0px;*/
    /*    height: 3px;*/
    /*}*/
    /*.nav li .b_nav{*/
    /*    display:none!important;*/
    /*    opacity:0!important;*/
    /*    z-index:-999;*/
    /*}*/
    .h_language {
        line-height: 50px;
    }
}

@media (max-width: 1050px) {
    .head_r {
        display: none;
    }

    /*.nav{*/
    /*    margin-left: 0%;*/
    /*    float: right;*/
    /*}*/
    /*.nav li{*/
    /*    padding:0 10px;*/
    /*}*/
}

@media (max-width: 960px) {

    /*.nav li{*/
    /*    padding:0 5px;*/
    /*}*/
    /*.nav li a{*/
    /*    font-size:15px;*/
    /*}*/
    .h_language {
        display: none;
    }
}

@media (max-width: 768px) {
    .header {
        top: 0px;
    }

    #c-header {
        position: relative !important;
    }

    #c-header.c-head-move {
        padding: 10px 0;
    }

    .logo {
        line-height: 1;
    }

    .menu-button {
        display: block;
    }

    /*.nav{*/
    /*    display: none;*/
    /*}*/
    .head_r {
        display: block;
    }

    .h_tel {
        left: -300px;
        top: 19px;
    }
}

@media (max-width: 640px) {
    .header {
        top: 0px;
    }

    .logo {
        width: 40%;
        /*float: none;*/
    }

    .head_r {
        display: none;
    }

    /*    .menu-button{
        top:15px;
    }*/

}


.right-con {
    display: none;
}

.right-con .right-tab .nav-tab {
    background: url('../image/navtab-icon-b.png') no-repeat center center;
    background-size: contain;

    margin-left: 4px;
    width: 22px;
    height: 19px;
    transform: translateY(0px);
}

.right-con .right-tab .nav-tab i {
    background: url(http://www.myesde.com/template/default/images/navtab-icon.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.msub-list {
    background: #0f7ab9;
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    position: absolute;
    top: 60px;
    z-index: 99;
    width: 100%;
    left: 0;

    display: none;
}

.msub-list .list-wrap {
    padding: 5px 0;
}

.msub-list .list-wrap .list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.msub-list .list-wrap .list li a {
    color: #fff;
}

.msub-list .list-wrap .list li dt {
    position: relative;
    font-weight: normal;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    padding: 0 5.2%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.msub-list .list-wrap .list li dt a {
    font-size: 16px;
    display: inline-block;
    width: 80%;
}

.msub-list .list-wrap .list li dt .icon {
    position: absolute;
    right: 36px;
    top: 0;
    transition: all 0.5s ease 0s;
}

.msub-list .list-wrap .list li dd {
    display: none;
    font-weight: normal;
    background: #0f7ab9;
    box-sizing: border-box;
    padding: 0px 5.2%;
    /*  height: 22px;*/
    line-height: 30px;
    position: relative;
}

.msub-list .list-wrap .list li dd a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    /*  text-indent: 25px;*/
    padding: 5px 0;
}

.msub-list .list-wrap .list li dd:before {
    content: '';
    width: calc(100% - 36px);
    height: 1px;
    position: absolute;
    left: 18px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.15);
}

.msub-list .list-wrap .list li dd:last-child:before {
    display: none;
}

.msub-list .list-wrap .list li:last-child {
    border: none;
}

.msub-list .list-wrap .list li:last-child dt {
    border: none;
}

.msub-list .list-wrap .list li:last-child.cur dt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.msub-list .list-wrap .list li.cur .icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .right-con, .right-con .right-tab .nav-tab {
        display: block !important;
        height: 60px;
    }

}


#c-banner1 .swiper-pagination {
    bottom: 40px;
}

.c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}

#c-banner1 .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 10px;
}

.loading.swiper-pagination-bullet-active {
    border-color: #cccccc;
}

.loading .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}

.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #0f7ab9;
}

.loading .yqs {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #cccccc;
    border-radius: 50%;
}

.loading.swiper-pagination-bullet-active .yqs {
    opacity: 1;
}

.loading .left,
.loading .right {
    opacity: 0;
    width: 19px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    left: -4px;
    top: -4px;
    overflow: hidden;
}

.loading.swiper-pagination-bullet-active .left, .loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}

.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}

.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #0f7ab9;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}

.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #0f7ab9;
    border-left: 0;
}

.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-name: spin-right;
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes c-zoom {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}

@keyframes c-zoom {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
}

@media (max-width: 1024px) {
    #c-banner1 .swiper-pagination {
        bottom: 10px;
    }
}

@media (max-width: 640px) {
    #c-banner1 .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .c-banner1 .loading {
        border: none;
        width: 20px;
        height: 20px;
    }

    .loading .left, .loading .right {
        display: none;
    }
}


.index_about {
    display: flex;
    flex-wrap: wrap;
    padding: 105px 0 125px;
    background: url(../image/bg1.png);
    position: relative;
}

.index_about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 620px;
    height: 100%;
    background: #0f7ab9;
    z-index: 1;
}

.index_about .img {
    width: 50%;
    position: relative;
    z-index: 2;
}

.index_about .text {
    width: 50%;
    padding: 30px 6.25% 0 5%;
}

.index_t1 {
    margin-bottom: 70px;
}

.index_t1 p {
    padding-left: 52px;
    background: url(../image/icon1.png) no-repeat left center;
}

.index_t1 p span {
    font-size: 56px;
    color: #00af40;
    background: -webkit-linear-gradient(0deg, #00af40, #0f7ab9, #0f7ab9, #0f7ab9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 1.4;
}

.index_t1 h3 {
    font-size: 38px;
    color: #333;
    line-height: 1;

    font-weight: normal;
}

.index_about .text .txt {

}

.index_about .text .txt h4 {
    font-size: 30px;
    color: #0f7ab9;
    font-weight: normal;
    margin-bottom: 10px;
}

.index_about .text .txt p {
    font-size: 16px;
}

.index_about .text a {
    margin: 45px 0 70px;
}

a.more1 {
    color: #00af40;
    font-size: 18px;
    display: inline-block;
    padding-right: 40px;
    background: url(../image/more1.png) no-repeat right center;
    text-transform: uppercase;
}

.about_num {
    display: flex;
    flex-wrap: wrap;
}

.about_num li {
    width: 30%;
    /*    padding-right: 5%;*/
}

.about_num li:first-child {
    width: 40%;
}

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

.about_num li:last-child {
    margin-right: 0;
    display: none
}

.about_num li p.p1 {
    position: relative;
}

.about_num li p.p1 span {
    font-size: 70px;
    line-height: 1;
    color: #00af40;
    background: -webkit-linear-gradient(0deg, #00af40, #338ebf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_num li p.p1 sup {
    color: #0f7ab9;
    display: inline-block;
    width: 14px;
    line-height: 1.4;
    margin-left: 10px;
    position: relative;
    top: -38px;
}

.about_num li:last-child p.p1 sup {
    top: -20px;
}

.about_num li p.p2 {
    font-size: 14px;
    color: #999999;
}

@media (max-width: 1800px) {
    .index_t1 {
        margin-bottom: 30px;
    }

    .index_about .text a {
        margin: 25px 0 30px;
    }

    .about_num li p.p1 span {
        font-size: 60px;
    }
}

@media (max-width: 1600px) {
    .index_about {
        padding: 60px 0;
    }

    .index_t1 p span {
        font-size: 42px;
    }

    .index_t1 h3 {
        font-size: 28px;
        margin-top: 5px;
    }

    .index_about .text .txt h4 {
        font-size: 24px;
    }

    .index_about .text .txt p {
        font-size: 15px;
        line-height: 1.6;
    }

    .about_num li p.p1 span {
        font-size: 52px;
    }

    .about_num li p.p1 sup {
        top: -20px;
        margin-left: 5px;
    }

    .about_num li:last-child p.p1 sup {
        top: -10px;
    }

}

@media (max-width: 1440px) {
    .index_about .text {
        padding: 30px 2% 0 3%;
    }

    .index_about .text .txt h4 {
        font-size: 20px;
    }

    .about_num li p.p1 span {
        font-size: 42px;
    }
}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .index_about:before {
        display: none;
    }

    .index_about .text {
        padding: 0px 2%;
    }

    .index_t1 {
        margin-bottom: 20px;
    }

    .index_t1 p span {
        font-size: 30px;
    }

    .index_t1 h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    .index_about .text .txt h4 {
        margin-bottom: 0;
        font-size: 17px;
    }

    .index_about .text .txt p {
        font-size: 14px;
    }

    .about_num li p.p1 span {
        font-size: 30px;
    }

    .index_about .text a {
        font-size: 16px;
        margin: 20px 0 30px;
    }

    .about_num li {
        width: 22%;
    }

    .about_num li:first-child, .about_num li:nth-child(2) {
        width: 28%;
    }
}

@media (max-width: 768px) {
    .index_about {
        padding: 30px 0;
    }

    .index_t1 p span {
        font-size: 24px;
    }

    .index_about .img {
        width: 100%;
    }

    .index_about .text {
        width: 100%;
        margin-top: 15px;
    }

    .about_num li {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .index_t1 p {
        background-size: 30px;
        padding-left: 40px;
    }

    .index_t1 p span {
        font-size: 20px;
    }

    .index_t1 h3 {
        font-size: 20px;
    }

    .index_about .text .txt h4 {
        font-size: 16px;
    }

}


.index_product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 125px;
}

.index_product .text {
    width: 50%;
}

.index_product .text .index_t2 {
    position: relative;
    top: -125px;
    max-width: 620px;
}

.index_t2 {
    background: #0f7ab9;
    color: #fff;
    padding: 110px 50px 55px 12.5%;
}

.index_t2 p {
    padding-left: 52px;
    background: url(../image/icon2.png) no-repeat left center;
}

.index_t2 p span {
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 1.4;
}

.index_t2 h3 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: normal;
}

.index_product_text {
    padding-left: 12.5%;
}

.tab1c {
    padding-right: 70px;
}

.tab1c li {
    display: none;
}

.tab1c li h3 {
    font-size: 32px;
    color: #20409b;
    font-weight: normal;
}

.tab1c li p {
    font-size: 16px;
    line-height: 2em;
    height: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.tab1_sort {
    margin: 55px 0 135px;
    padding-right: 70px;
}

.tab1_sort .p_sort {
    display: none;
}

.tab1_sort .p_sort li {
    width: 23.5%;
    margin-right: 2%;
    line-height: 55px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 40px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 5px;
}

.tab1_sort .p_sort1 li a {
    display: block;
    font-size: 16px;
    color: #666;
    /*border:1px solid #ccc;*/
    /*border-radius: 40px;*/
}

.tab1_sort .p_sort li:nth-child(4n), .tab1_sort .p_sort li:last-child {
    margin-right: 0;
}

.tab1_sort .p_sort li.cur {
    color: #fff;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);
}

.tab1_sort .p_sort li:hover a, .tab1_sort .p_sort li.cur a {
    color: #fff;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);
}

.tab1li {
    display: flex;
    flex-wrap: wrap;
}

.tab1li li {
    width: 23.5%;
    margin-right: 2%;
    color: #9fa5b1;
    padding: 25px 25px;
    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}

.tab1li li:last-child, .tab1li li:nth-child(4n) {
    margin-right: 0;
}

.tab1li li .img {
    width: 50px;
    height: 43px;
    position: relative;
    overflow: hidden;
}

.tab1li li .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.tab1li li .txt {
    margin-top: 15px;
}

.tab1li li .txt p {
    font-size: 13px;
    line-height: 1.6;
}

.tab1li li .txt h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
}

.tab1li li.cur {
    color: #fff;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);
}

.tab1li li.cur .img img {
    top: -43px;
    transition: all 0s ease-out;
}

.index_product .imgs {
    width: 50%;
    /* background: url(../image/bg2.png) no-repeat center; */
    background-size: contain;
}

.index_product .imgs .p_img {
    display: none;
    width: 100%;
    height: 100%;
}

.p_img li {
    width: 66%;
    height: 100%;
    text-align: center;
    margin: auto;
    display: none;
}

.p_img li.cur {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .index_product .text .index_t2 {
        top: -100px;
    }

    .index_t2 p span {
        font-size: 40px;
    }

    .index_t2 h3 {
        font-size: 30px;
    }

    .tab1c li h3 {
        font-size: 26px;
    }

    .tab1c li p {
        font-size: 15px;
    }

    .tab1_sort {
        margin: 40px 0 70px;
        padding-right: 40px;
    }

    .tab1_sort .p_sort li {
        line-height: 45px;
        border-radius: 30px;
        font-size: 15px;
    }

    .tab1li li {
        padding: 20px 15px;
    }

    .tab1li li .txt p {
        font-size: 12px;
    }

    .tab1li li .txt h3 {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .index_product .text .index_t2 {
        top: -50px;
    }

    .index_t2 {
        padding: 60px 30px 55px 12.5%;
    }

    .index_t2 p span {
        font-size: 32px;
    }

    .index_t2 h3 {
        font-size: 26px;
        line-height: 1.6;
    }

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .index_product {
        margin-bottom: 50px;
    }

    .index_t2 {
        padding: 30px 30px 30px 2%;
    }

    .index_product .text .index_t2 {
        top: 0;
    }

    .index_product_text {
        padding: 0 2%;
    }

    .tab1_sort {
        margin: 30px 0;
        padding-right: 0px;
    }

    .tab1c {
        padding-right: 15px;
    }

    .tab1c li h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    .tab1c li p {
        font-size: 14px;
    }

    .tab1li li {
        padding: 15px;
    }

    .tab1_sort .p_sort2 li {
        width: 32%;
    }

    .tab1_sort .p_sort3 li {
        width: 32%;
    }
}

@media (max-width: 768px) {
    .index_product {
        margin-bottom: 30px;
    }

    .index_t2 {
        padding: 20px 20px;
    }

    .index_t2 p span {
        font-size: 24px;
    }

    .index_t2 h3 {
        font-size: 24px;
        margin-top: 5px;
    }

    .tab1li li .txt {
        margin-top: 5px;
    }

    .tab1_sort {
        margin: 20px 0;
    }

}

@media (max-width: 640px) {
    .index_product .text {
        width: 100%;
    }

    .index_product .imgs {
        width: 100%;
        margin-top: 15px;
        display: none !important;
    }

    .index_t2 {
        padding: 15px 15px;
    }

    .index_t2 p {
        background-size: 30px;
        padding-left: 40px;
    }

    .index_t2 p span {
        font-size: 20px;
    }

    .index_t2 h3 {
        font-size: 20px;
    }

    .tab1c li h3 {
        font-size: 17px;
    }

    .tab1_sort .p_sort li {
        line-height: 36px;
    }
}


.index_case {
    position: relative;
    height: 700px;
}

.index_case_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_case_img .img1 {
    display: none;
    width: 100%;
    height: 100%;
}

.index_case .container {
    position: relative;
    height: 100%;
}

.index_case_cont {
    max-width: 850px;
    width: 50%;
    position: absolute;
    top: -125px;
    right: 0;
    z-index: 2;
    background: #fff;
}

.index_case .index_t2 {
    position: relative;
    padding: 55px 12%;
}

.index_case_tab {
    padding: 50px 55px 75px;
}

.index_case_tab li {
    display: none;
}

.index_case_tab h3 {
    font-size: 30px;
    color: #333;
}

.index_case_tab p {
    font-size: 14px;
    padding: 10px 0 40px;
}

.index_case_tab_bottom {

}

.index_case_tab_bottom a {
    display: block;
    float: left;
    margin-top: 30px;
}

.case_total {
    float: right;
}

.case_prev {
    font-size: 80px;
    color: #00af40;
    font-weight: bold;
    display: inline-block;
    font-style: Italic;
    line-height: 1;
}

.case_next {
    font-size: 26px;
    color: #99a0ab;
    display: inline-block;
    font-style: Italic;
    line-height: 1;
}

.index_case_tabli {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index_case_tabli li {
    background: rgba(19, 53, 149, .8);
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    padding: 0 55px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.index_case_tabli li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .2;
    z-index: 3;
}

.index_case_tabli li:last-child:before {
    display: none;
}

.index_case_tabli li.cur {
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #0f7ab9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #0f7ab9));
    background: -webkit-linear-gradient(left, #00af40 0%, #0f7ab9 100%);
    background: -o-linear-gradient(left, #00af40 0%, #0f7ab9 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #0f7ab9 100%);
    background: linear-gradient(to right, #00af40 0%, #0f7ab9 100%);
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .index_case .index_t2 {
        padding: 50px 6%;
    }

    .index_case_tab {
        padding: 30px 40px;
    }

    .index_case_tab h3 {
        font-size: 24px;
    }

    .case_prev {
        font-size: 60px;
    }

    .case_next {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .index_case_tabli li {
        padding: 0 25px;
        line-height: 55px;
        font-size: 16px;
    }
}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .index_case {
        height: 550px;
    }

    .index_case_cont {
        top: 0;
    }

    .index_case .index_t2 {
        padding: 30px 30px 30px 2%;
    }

    .index_case_tab {
        padding: 20px 30px;
    }

    .index_case_tab h3 {
        font-size: 16px;
    }

    .index_case_tab p {
        padding: 0px 0 20px;
    }

    .index_case_tab_bottom a {
        margin-top: 10px;
    }

    .case_prev {
        font-size: 42px;
    }

    .case_next {
        font-size: 20px;
    }

    a.more1 {
        font-size: 15px;
        padding-right: 30px;
    }

    .index_case_tabli li {
        padding: 0 15px;
        line-height: 45px;
        font-size: 15px;
    }

    .index_case_cont {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .index_case {
        height: auto;
    }

    .index_case_tab {
        padding: 15px 20px;
    }

    .index_case_tabli li {
        line-height: 40px;
    }

    .index_case_cont {
        position: relative;
    }

    .index_case_tabli {
        position: relative;
        margin-top: 15px;
    }

    .index_case_tabli li {
        margin: 3px;
    }
}

@media (max-width: 640px) {
    .index_case_tab p {
        padding-bottom: 10px;
        line-height: 1.6;
    }

    .index_case_tabli li {
        padding: 0 10px;
        line-height: 36px;
        font-size: 14px;
    }
}


.index_yw {
    padding: 160px 0 125px;
}

.index_yw .container {
    display: flex;
    flex-wrap: wrap;
}

.index_yw .text {
    width: 33%;
    padding-right: 35px;
    margin-top: 110px;
}

.index_yw .text .txt {
    font-size: 16px;
}

.index_yw .img1 {
    width: 67%;
    position: relative;
}

.index_yw .img1 .cont {

}

@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.index_yw .img1 .cont .yd {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #31af9a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

.index_yw .img1 .cont .yd i {
    position: relative;
    font-style: normal;
}

.index_yw .img1 .cont .yd i:before {
    content: '';
    position: absolute;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(49, 175, 154, 0.4);
    border: 1px solid #31af9a;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 8;
}

.index_yw .img1 .cont .yd i p {
    position: absolute;
    top: 15px;
    left: 0;
    /*background:#fff;*/
    width: 120px;
    height: 35px;
    line-height: 35px;
    z-index: 9;
    text-indent: 0;
    opacity: 0;
    overflow: hidden;
}

.index_yw .img1 .cont .yd i p img {
    display: inline-block;
    position: relative;
    /*margin-top:20px;*/
    /*transition: all 0.3s ease-out;*/
}

.index_yw .img1 .cont .yd i p span {
    display: inline-block;
    position: relative;
    /*margin-top:20px;*/
    transition-delay: 1s;
    opacity: 0;
}

.index_yw .img1 .cont .yd:hover i p {
    opacity: 1;
}

/*.index_yw .img1 .cont .yd:hover i p img{*/
/*    transition: all 0.3s ease-out;*/
/*    margin-top:0px;*/
/*}*/
.index_yw .img1 .cont .yd:hover i p span {
    transition: all 2s ease-out;
    opacity: 1;
}

.index_yw .img1 .cont .yd1 {
    top: 31%;
    left: 20%;
}

.index_yw .img1 .cont .yd2 {
    top: 26%;
    left: 47%;
}

.index_yw .img1 .cont .yd3 {
    top: 24.5%;
    left: 50.5%;
}

.index_yw .img1 .cont .yd4 {
    top: 25%;
    left: 52.6%;
}

.index_yw .img1 .cont .yd5 {
    top: 32.3%;
    left: 47%;
}

.index_yw .img1 .cont .yd6 {
    top: 33.3%;
    left: 55.8%;
}

.index_yw .img1 .cont .yd7 {
    top: 44%;
    left: 59%;
}

.index_yw .img1 .cont .yd8 {
    top: 46%;
    left: 68.6%;
}

.index_yw .img1 .cont .yd9 {
    top: 59%;
    left: 78.8%;
}

.index_yw .img1 .cont .yd10 {
    top: 57%;
    left: 74.8%;
}

.index_yw .img1 .cont .yd11 {
    top: 48%;
    left: 76%;
}

.index_yw .img1 .cont .yd12 {
    top: 51%;
    left: 80.7%;
}

.index_yw .img1 .cont .yd13 {
    top: 77%;
    left: 84.2%;
}

.index_yw .img1 .cont .yd14 {
    top: 34%;
    left: 82%;
}

.index_yw .img1 .cont .yd15 {
    top: 36.5%;
    left: 84%;
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .index_yw {
        padding: 60px 0;
    }

    .index_yw .text {
        margin-top: 50px;
    }

    .index_yw .text .txt {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .index_yw .text {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .index_yw {
        padding: 30px 0;
    }

    .index_yw .text {
        padding-right: 0px;
        width: 100%;
    }

    .index_yw .img1 {
        width: 100%;
        margin-top: 15px;
    }

}

@media (max-width: 640px) {

}


.index_ht {
    display: flex;
    flex-wrap: wrap;
}

.index_ht .img1 {
    width: 57.2%;
}

.index_ht .text {
    width: 42.8%;
    background: #0f7ab9;
    padding: 0 0 0 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_ht .text p {
    font-size: 40px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 40px;
}

.index_ht .text a {
    display: block;
    width: 178px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #338ebf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #338ebf));
    background: -webkit-linear-gradient(left, #00af40 0%, #338ebf 100%);
    background: -o-linear-gradient(left, #00af40 0%, #338ebf 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #338ebf 100%);
    background: linear-gradient(to right, #00af40 0%, #338ebf 100%);
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .index_ht .text {
        padding: 0 0 0 5%;
    }

    .index_ht .text p {
        font-size: 30px;
    }

    .index_ht .text a {
        width: 150px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {
    .index_ht .text p {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .index_ht .text p {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .index_ht .text a {
        width: 120px;
        line-height: 46px;
    }
}

@media (max-width: 768px) {
    .index_ht .text p {
        font-size: 20px;
    }

    .index_ht .text a {
        width: 100px;
        line-height: 42px;
    }
}

@media (max-width: 640px) {
    .index_ht .img1 {
        width: 100%;
    }

    .index_ht .text {
        padding: 15px 15px;
        width: 100%;
    }

    .index_ht .text p {
        font-size: 16px;
    }

    .index_ht .text a {
        width: 80px;
        line-height: 36px;
        font-size: 14px;
    }
}


.index_news {
    padding: 115px 0;
}

.index_news .index_t1 {
    margin-bottom: 0;
}

.index_news_sot {
    margin-bottom: 50px;
}

.index_news_sot .cont {
    width: 50%;
    float: right;
}

.news_tabli {
    width: ;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.news_tabli li {
    margin-right: 60px;
    font-size: 20px;
    color: #666;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
}

.news_tabli li:last-child {
    margin-right: 0;
}

.news_tabli li.cur {
    font-weight: bold;
    color: #333;
}

.news_tabli li.cur:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #00af40;
    z-index: -1;
}

.index_news_sot .cont a {
    float: right;
}

.index_news_cont {

}

.index_news_img {
    width: 47.5%;
    float: left;
}

.index_news_img .imgs {
    display: none;
}

.index_news_img .imgs li {
    display: none;
}

.index_news_text {
    width: 47.5%;
    float: right;
}

.news_tab1 {
    display: none;
}

.news_lists {

}

.news_lists li {
    margin-bottom: 20px;
}

.news_lists li:last-child {
    margin-bottom: 0;
}

.news_lists li a {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px;
}

.news_lists li a .news_date1 {
    width: 70px;
}

.news_lists li a .news_date1 span.d1 {
    font-size: 16px;
    color: #666666;
}

.news_lists li a .news_date1 span.d2 {
    font-size: 50px;
    color: #212d54;
    line-height: 1;
    text-align: center;
    display: block;
    font-weight: bold;
}

.news_lists li a .txt {
    padding-left: 60px;
    width: calc(100% - 70px);
}

.news_lists li a .txt h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_lists li a .txt p {
    font-size: 14px;
    color: #666666;
}

.news_lists li.cur {
    background: #0f7ab9;
    /*background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));*/
    /*background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);*/
    /*background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);*/
    /*background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);*/
    /*background: linear-gradient(to right, #00af40 0%, #318fbb 100%);    */
}

.news_lists li.cur a .news_date1 span.d1,
.news_lists li.cur a .news_date1 span.d2,
.news_lists li.cur a .txt h3,
.news_lists li.cur a .txt p {
    color: #fff;
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .index_news {
        padding: 60px 0;
    }

    .news_tabli li {
        font-size: 18px;
        margin-right: 40px;
    }

    .news_lists li {
        margin-bottom: 15px;
    }

    .news_lists li a {
        padding: 20px 20px;
    }

    .news_lists li a .news_date1 span.d2 {
        font-size: 42px;
    }

    .news_lists li a .txt h3 {
        line-height: 1.6;
        font-size: 17px;
    }

    a.more1 {
        line-height: 1;
    }

}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .news_lists li {
        margin-bottom: 10px;
    }

    .news_lists li a {
        padding: 15px;
    }

    .news_lists li a .txt {
        padding-left: 30px;
    }

    .news_lists li a .txt h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news_lists li a .txt p {
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /*超出3行部分显示省略号，去掉该属性 显示全部*/
        -webkit-box-orient: vertical;
    }

}

@media (max-width: 768px) {
    .index_news {
        padding: 30px 0;
    }

    .news_lists li a {
        padding: 10px 15px;
    }

    .index_news_img {
        width: 50%;
    }

    .news_lists li a .news_date1 span.d2 {
        font-size: 32px;
    }

    .news_lists li a .txt {
        padding-left: 15px;
    }

    .index_news_sot {
        margin: 25px 0;
    }

    .index_news_sot .cont {
        width: 100%;
    }

    .news_tabli li.cur:before {
        height: 5px;
    }
}

@media (max-width: 640px) {
    .news_tabli li {
        margin-right: 15px;
        font-size: 16px;
    }

    .news_tabli li.cur:before {
        height: 3px;
    }

    .index_news_sot .cont a {
        margin-top: 5px;
    }

    .index_news_img {
        width: 100%;
    }

    .index_news_text {
        width: 100%;
    }

    .news_lists li a .txt h3 {
        font-size: 15px;
    }

    .news_lists li a .news_date1 span.d2 {
        font-size: 26px;
    }
}


footer {

}

footer .container {
    padding: 0 40px;
}

.footer {
    background: url(../image/bg3.jpg) no-repeat center #eeeeee;
    background-size: contain;
    padding: 45px 0;
}

.foot {

}

.foot_l {
    width: 48%;
    float: left;
}

.f_logo {
    height: 100px;
    border-bottom: 1px solid #d6d6d6;
}

.foot_l_1 {
    margin: 48px 0 45px;
    padding-right: 25%;
}

.f_contact {
    width: calc(100% - 140px);
    float: left;
}

.f_contact p {
    padding-left: 28px;
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 5px;
}

.f_contact p:nth-child(1) {
    background: url(../image/icon3.png) no-repeat left center;
}

.f_contact p:nth-child(2) {
    background: url(../image/icon4.png) no-repeat left center;
}

.f_contact p:nth-child(3) {
    background: url(../image/icon5.png) no-repeat left center;
}

.f_contact p:nth-child(4) {
    background: url(../image/icon6.png) no-repeat left center;
}

.f_code {
    width: 140px;
    text-align: center;
    font-size: 14px;
    color: #808080;
    float: right;
}

.f_nav {
    width: 52%;
    float: right;
}

.f_nav li {
    width: 20%;
    float: left;
}

.f_nav li h3 {
    line-height: 100px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 25px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.f_nav li a {
    display: block;
}

.f_nav li a:hover {
    text-decoration: underline;
}

.f_share {

}

.f_share a {
    display: block;
    margin-right: 25px;
    float: left;
    position: relative;
}

.f_share a:last-child {
    margin-right: 0;
}

.f_share a:last-child .f_code2 {
    display: none !important;
}

.f_code2 {
    position: absolute;
    top: -125px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background: #fff;
    display: none;
    z-index: 99;
}

.f_share a:hover .f_code2 {
    display: block;
}

.f_link {
    margin-top: 25px;
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
}

.f_link span {
    display: block;
    width: 88px;
    float: left;
    font-size: 16px;
    color: #333;
}

.f_link .txt {
    width: calc(100% - 88px);
    float: right;
}

.f_link .txt a {
    font-size: 14px;
    color: #b2b2b2;
    display: inline-block;
    margin-right: 8px;
}

.f_link .txt a:last-child {
    margin-right: 0;
}

.copyright {
    font-size: 14px;
    color: #fff;
    background: #0f7ab9;
    padding: 10px 0;
}

.copyright a {
    font-size: 14px;
    color: #fff;
}

.copyright_l {
    float: left;
}

.copyright_r {
    float: right;
}

@media (max-width: 1800px) {

}

@media (max-width: 1600px) {
    .footer {
        padding: 30px 0;
    }

    .f_logo {
        height: 80px;
    }

    .f_nav li h3 {
        line-height: 80px;
    }

    .f_link {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {
    .foot_l_1 {
        padding-right: 15px;
        margin: 10px 0 15px;
    }

    .f_logo {
        height: 60px;
    }

    .f_logo img {
        max-height: 50px;
    }

    .f_nav li h3 {
        font-size: 16px;
        line-height: 60px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .footer {
        padding: 20px 0;
    }

    footer .container {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .foot_l {
        width: 100%;
    }

    .f_nav {
        width: 100%;
        margin-top: 20px;
    }

    .f_nav li h3 {
        line-height: 40px;
    }

    .copyright {
        text-align: center;
    }

    .copyright_l {
        width: 100%;
    }

    .copyright_r {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .f_nav, .f_code {
        display: none;
    }

    .f_contact {
        width: 100%;
    }

    .f_link {
        margin-top: 20px;
        padding-top: 10px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.f_none {
    display: none;
}


/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0;
}

.n_banner img {
    width: 100%;
    max-width: 200%;
    margin: 0 auto
}

.n_header {
    background: #fff;
    top: 0;
    /* padding:15px 0; */
}

.sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 68px;
    background: url(../image/sort_bg.jpg) center;
}

.sort li {

}

.sort li a {
    display: block;
    padding: 0 38px;
    line-height: 80px;
    font-size: 20px;
    color: #4c4c4c;
}

.sort li a.cur {
    color: #fff;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);
}


@media (max-width: 1600px) {
    .sort li a, .sort2 li a {
        padding: 0 25px;
        line-height: 60px;
        font-size: 17px;
    }
}

@media (max-width: 1440px) {
    .sort {
        margin-bottom: 50px;
    }
}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .n_banner {
        margin: 0px auto 0;
    }

    #c-header.n_header {
        position: relative;
        padding: 10px 0;
    }

    #c-header.c-head-move {
        position: fixed;
    }

    #c-header.c-head-hide {
        display: block;
    }

    .sort {
        margin-bottom: 30px;
    }

    .sort li a, .sort2 li a {
        padding: 0 15px;
        line-height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 640px) {

    .sort {
        margin-bottom: 20px;
    }

    .sort li a, .sort2 li a {
        padding: 0 12px;
        line-height: 36px;
        font-size: 14px;
    }

    #c-header.n_header {
        padding: 8px 0;
    }

    .menu-button {
        top: 2px;
    }
}

/*news*/
.news_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
}

.news_list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 55px;
}

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

.news_list li a {
    display: block;
}

.news_list li a .img {
    border-radius: 7px;
    /*max-height: 200px;*/
}

.news_list li a .text {
    padding: 15px 0;
}

.news_list li a .text h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list li a .text p {
    color: #878685;
    margin-top: 15px;
}

.news_list li a .news_list_bottom {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #dadad9;
}

.news_list li a .news_list_bottom span {
    display: block;
    float: left;
    font-size: 16px;
    color: #00af40;
    text-transform: uppercase;
    padding-right: 35px;
    background: url(../image/more1.png) no-repeat right center;
}

.news_list li a .news_list_bottom em {
    display: block;
    float: right;
    font-style: normal;
    color: #b2b2b2;
}

.news_list li a:hover .img img {
    transform: scale(1.1);
}

.news_list li a:hover h3 {
    color: #0f7ab9;
}

.news_detail {
    margin-bottom: 50px;
}

.news_detail .content {
    margin-bottom: 15px;
    font-size: 15px;
}

.tag_total {
    margin-bottom: 30px;
    font-size: 16px;
}

@media (max-width: 1600px) {
    .news_list li {
        margin-bottom: 30px;
    }

    .news_list li a .text {
        padding: 10px 0;
    }

    .news_list li a .text h3 {
        font-size: 18px;
    }

    .news_list li a .text p {
        margin-top: 0;
    }

    .news_list li a .news_list_bottom {
        padding-top: 15px;
        margin-top: 15px;
    }

    /*.news_list li a .img{*/
    /*    max-height: 175px;*/
    /*}*/
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {
    .news_list li {
        width: 32%;
        margin-right: 2%;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    .news_list li {
        margin-bottom: 20px;
        width: 49%;
    }

    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list li:nth-child(2n) {
        margin-right: 0;
    }

    .news_list li a .text h3 {
        font-size: 16px;
    }

    .news_list li a .news_list_bottom {
        padding-top: 10px;
        margin-top: 10px;
    }

    .news_list li a .news_list_bottom span {
        font-size: 14px;
        padding-right: 30px;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 420px) {
    .news_list li {
        width: 100%;
        margin-right: 0 !important;
    }

    /*.news_list li a .img{*/
    /*    max-height: 100%;*/
    /*}    */
}

/*产品分类*/
.product1 {
    padding: 96px 0 96px;

}

.product1 .cont {
    background: #0f7ab9;
}

.product1 .container {
    position: relative;
}

.product1 .img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 59.5%;

}

.product1 .text {
    max-width: 500px;
    width: 40.5%;
    /*text-align: right;*/
    float: right;
    color: #fff;
    padding: 90px 0 70px 30px;
}

.product1 .text h3 {
    font-size: 40px;
    font-weight: normal;
    position: relative;
    line-height: 1;
    padding-bottom: 30px;
}

.product1 .text h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #fff;
}

.product1 .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    font-size: 16px;
    margin: 30px 0 55px;
    height: 10em;
}

.product1 .text a {

}

.product2 {
    padding: 100px 0 120px;

}

.product2 .container {
    display: flex;
    flex-wrap: wrap;
}

.product2_tab {
    width: 40%;
    padding: 0 5% 0 7%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p2_tab {
    display: none;
    color: #323232;
    /*text-align:right;*/
}

.p2_tab .text {
    /*    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;   */
}

.p2_tab h3 {
    display: inline-block;
    font-size: 26px;
    width: 186px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    background: #0f7ab9;
    font-weight: normal;
    border-radius: 45px;
    /*    float: right;*/
}

.p2_tab p {
    font-size: 16px;
    margin: 55px 0 100px;
    height: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.c-banner3_btn {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-banner3_btn .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 80px;
    height: 80px;
    background: url(../image/left1.png) no-repeat center;
    margin-right: 22px;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.c-banner3_btn .swiper-button-prev:hover {
    background: url(../image/right1_h.png) no-repeat center;
    transform: rotate(-180deg);
}

.c-banner3_btn .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 80px;
    height: 80px;
    background: url(../image/left1.png) no-repeat center;
    transform: rotate(-180deg);
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.c-banner3_btn .swiper-button-next:hover {
    background: url(../image/right1_h.png) no-repeat center;
    transform: rotate(0deg);
}

.product2_r {
    width: 60%;
}

.product2_r a {
    display: block;
    overflow: hidden;
}

.product2_r a img {
    transition: all 0.6s ease-out;
}

.product2_r a:hover img {
    transform: scale(1.05);
}

.product2_r a h2 {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    /*background:rgba(19,53,148,.4);*/
    /*border:1px solid #0f7ab9;*/
    font-size: 30px;
    font-weight: normal;
    opacity: 0;
}

/*.product2_r a:hover h2{*/
/*    opacity: 1;*/
/*}*/
/*.product2_r a.cur h2{*/
/*    opacity: 1;*/
/*}*/
@media (max-width: 1600px) {
    .product1 {
        padding: 50px 0;
    }

    .product1 .img {
        top: -40px;
    }

    .product1 .text {
        padding: 50px 0 50px 30px;
    }

    .product1 .text h3 {
        font-size: 30px;
    }

    .product2 {
        padding: 80px 0 50px;
    }

    .p2_tab h3 {
        font-size: 24px;
        line-height: 50px;
        width: 150px;
        border-radius: 30px;
    }

    .product2_r a h2 {
        font-size: 26px;
    }

    .p2_tab p {
        font-size: 15px;
        margin: 30px 0 60px;
    }
}

@media (max-width: 1440px) {
    .product1 .text p {
        font-size: 15px;
        margin: 30px 0;
    }

    /*.product2{*/
    /*    padding:120px 0 50px;*/
    /*}*/
}

@media (max-width: 1260px) {
    .product1 {
        padding: 0 0 50px 0;
    }

    .p2_tab p {
        height: 12em;
        -webkit-line-clamp: 6;
    }

    .product1 .img {
        top: 5px;
    }
}

@media (max-width: 1024px) {
    .product1 .text h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .product2 {
        padding: 50px 0;
    }
}

@media (max-width: 880px) {
    .product1 .img {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        padding-top: 15px;
    }

    .product1 .text {
        max-width: 100%;
        width: 100%;
        text-align: left;
        float: none;
        padding: 20px 3%;
    }

    .product1 .text h3:before {
        left: 0;
        width: 50px;
        height: 2px;
    }

    .product1 .text p {
        margin: 20px 0;
    }

    .product2_tab {
        padding: 0 5% 0 0%;
    }

    .p2_tab h3 {
        width: 120px;
        font-size: 20px;
        border-radius: 25px;
    }

    .p2_tab p {
        font-size: 15px;
        margin: 20px 0 20px;
    }

    .product2_r a h2 {
        font-size: 22px;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
    }
}

@media (max-width: 768px) {
    .product1 .text h3 {
        font-size: 20px;
    }

    .product2 {
        padding: 30px 0;
    }
}

@media (max-width: 640px) {
    .product1 {
        padding: 30px 0;
    }

    .product1 .text h3 {
        font-size: 16px;
    }

    .c-banner3_btn .swiper-button-prev, .c-banner3_btn .swiper-button-next {
        display: none;
    }

    .product2 {
        padding: 10px 0 30px;
    }

    .product2_tab {
        width: 100%;
        padding: 0px 0;
    }

    .p2_tab p {
        font-size: 14px;
        margin: 10px 0 10px;
    }

    .product2_r {
        width: 100%;
    }
}

/*product_list*/
.sitemp {
    margin-bottom: 25px;
}

.site {
    padding-left: 30px;
    background: url(../image/home.png) no-repeat left center;
    font-size: 16px;
}

.site a {
    font-size: 16px;
}

.container2 {
    max-width: 1400px;
}

.sort2 {
    background: url(../image/sort_bg.jpg) center;
}

.sort2 .layer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 68px;
    display: none;
    opacity: 0;
}

.sort2 .layer2.cur {
    display: flex;
    opacity: 1;
}

.sort2 li {

}

.sort2 li a {
    display: block;
    padding: 0 38px;
    line-height: 80px;
    font-size: 20px;
    color: #4c4c4c;
}

.sort2 .layer2 a:hover, .sort2 .layer2 a.on {
    color: #fff;
    background: #00af40;
    background: -moz-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #00af40), color-stop(100%, #318fbb));
    background: -webkit-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -o-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: -ms-linear-gradient(left, #00af40 0%, #318fbb 100%);
    background: linear-gradient(to right, #00af40 0%, #318fbb 100%);
}

.product_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list li {
    width: 30%;
    margin-right: 5%;
    position: relative;
    border: 1px solid #e0e0e0;
    margin-bottom: 55px;
}

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

.product_list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #0f7ab9;
    transition: all 0.6s ease-out;
    /*transform: rotateY(90deg);*/
}

.product_list li a {
    display: block;
}

.product_list li .img {

}

.product_list li .text {
    padding: 30px 40px 25px;
}

.product_list li .text h3 {
    font-weight: normal;
    font-size: 26px;
    color: #333;
    line-height: 1.8;
}

.product_list li .text h3 em {
    display: block;
    font-style: normal;
    font-size: 16px;
}

.product_list li .text .txt {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.product_list li .text .txt p {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.product_list li .text .txt p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #00af40;
}

.product_list li .text font {
    display: block;
    width: 100%;
    line-height: 58px;
    border: 1px solid #00af40;
    font-size: 16px;
    text-align: center;
    color: #00af40;
    background: -webkit-linear-gradient(
            0deg, #00af40, #00af40, #0f7ab9, #0f7ab9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.product_list li:hover:before {
    width: 100%;
    left: 0;
    /*transform: rotateY(0deg);*/
}

.product_list li:hover .img img {
    transform: scale(1.05);
}

.product_list li:hover .text h3 {
    color: #0f7ab9;
}

.product_list li:hover .text h3 em {
    color: #333;
}

.product_list li:hover .text font {
    background: #0f7ab9;
    border-color: #0f7ab9;
    color: #fff;
    background: -webkit-linear-gradient(
            0deg, #0f7ab9, #0f7ab9);
    -webkit-background-clip: padding-box;
    -webkit-text-fill-color: #fff;
}

@media (max-width: 1600px) {
    .product_list li .text {
        padding: 25px 30px;
    }

    .product_list li .text h3 {
        font-size: 22px;
    }

    .sort2 li a {
        line-height: 60px;
        font-size: 17px;
    }

    .sort2 .layer2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1440px) {
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 35px;
    }

    .product_list li .text .txt {
        padding: 10px 0;
        margin: 10px 0;
    }

    .site a {
        font-size: 15px;
    }
}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .product_list li .text {
        padding: 20px 20px;
    }

    .product_list li .text h3 {
        font-size: 18px;
    }

    .sort2 .layer2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .product_list li {
        width: 49%;
        margin-bottom: 20px;
    }

    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .product_list li:nth-child(2n) {
        margin-right: 0%;
    }

    .product_list li .text {
        padding: 15px 15px;
    }

    .product_list li .text h3 {
        font-size: 16px;
    }

    .sort2 li a {
        line-height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .sort2 li a {
        line-height: 36px;
        font-size: 14px;
    }

    .site a {
        font-size: 14px;
    }

    .product_list li .text {
        padding: 10px 10px;
    }

    .product_list li .text h3 {
        font-size: 15px;
    }

    .product_list li .text h3 em {
        font-size: 14px;
    }

    .product_list li .text .txt, .product_list li .text font {
        display: none;
    }
}

@media (max-width: 420px) {
    /*.product_list li{*/
    /*    width: 100%;*/
    /*    margin-right: 0!important;*/
    /*}       */
}

/*product_detail*/
.product_detail {

}

.pd1 {

}

.pd1_l {
    width: 43%;
    float: left;
}

.mySwiper2 .swiper-slide {
    border: 1px solid #e0e0e0;
}

.mySwiper2 .swiper-slide a {
    display: block;
    text-align: center;
}

.pd_small_img {
    margin-top: 25px;
}

.pd_small_img img {
    max-width: 100%;
}

.pd_small_img .swiper-slide {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.pd_small_img .swiper-slide-thumb-active {
    border-color: #1e3c99;
}

.pd1_r {
    width: 49%;
    float: right;
}

.pd1_r h2 {
    font-size: 36px;
    color: #1e3c99;
    font-weight: normal;
    border-bottom: 3px solid #1e3c99;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 22px;
}

.pd_tabli {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pd_tabli li {
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    font-size: 18px;
    line-height: 50px;
    color: #646464;
    background: #f2f2f2;
    text-align: center;
    cursor: pointer;
}

.pd_tabli li:nth-child(4n) {
    margin-right: 0;
}

.pd_tabli li:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #1e3c99;
    opacity: 0;
}

.pd_tabli li:hover, .pd_tabli li.on {
    background: #1e3c99;
    color: #fff;
}

.pd_tabli li:hover:before, .pd_tabli li.on:before {
    opacity: 1;
}

.pd_tab1 {
    display: none;
    background: #fafafa;
    padding: 80px 50px 100px;
}

.pd_tab1 p {
    font-size: 16px;
}

.pd_tab1 p strong {
    /*    font-weight: 500;*/
    color: #0f7ab9;
}

a.more2 {
    display: block;
    width: 258px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 45px auto 0;
    background: #0f7ab9;
}

.pd2 {
    padding: 45px 0 110px;
    margin-top: 70px;
    border-top: 1px solid #e0e0e0;
}

.pd2 h2 {
    font-size: 44px;
    color: #0f7ab9;
    text-align: center;
    font-weight: 500;
    margin-bottom: 35px;
}

.pd_table {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pd_table table {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    width: 100%;
    white-space: nowrap;
}

.pd_table table tr {

}

.pd_table table td {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 18px;
    color: #666;
    padding: 3px;
}

.pd_table table tr:nth-child(1) td {
    font-size: 26px;
    color: #fff;
    background: #0f7ab9;
}

/*.pd_table table tr td:nth-child(1){
    font-size:22px;
}*/
@media (max-width: 1600px) {
    .pd1_r h2 {
        font-size: 30px;
        border-bottom: 2px solid #1e3c99;
        margin-bottom: 40px;
        padding-bottom: 15px;
    }

    .pd_tab1 {
        padding: 50px 30px;
    }

    .pd_tab1 p {
        font-size: 15px;
    }

    .pd_tab1 p strong {
        font-size: 16px;
    }

    .pd2 {
        padding: 45px 0 60px;
        margin-top: 50px;
    }

    .pd2 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pd_table table tr:nth-child(1) td {
        font-size: 20px;
    }

    .pd_table table td {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .pd1_r h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .pd_tab1 {
        padding: 30px 20px;
    }

    a.more2 {
        margin: 25px auto 0;
        width: 200px;
        font-size: 15px;
        line-height: 46px;
    }

}

@media (max-width: 768px) {
    .pd1_l {
        width: 100%;
    }

    .pd1_r {
        width: 100%;
        margin-top: 20px;
    }

    .pd1_r h2 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .pd_tabli li {
        font-size: 16px;
    }

    .pd_tab1 {
        padding: 20px 15px;
    }

    .pd_tab1 p {
        font-size: 14px;
    }

    a.more2 {
        margin: 15px auto 0;
        width: 160px;
    }

    .pd2 {
        padding: 40px 0;
        margin-top: 40px;
    }

    .pd2 {
        padding: 40px 0;
        margin-top: 40px;
    }

    .pd2 h2 {
        font-size: 26px;
    }

    .pd_table table tr:nth-child(1) td {
        font-size: 16px;
    }

    .pd_table table td {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .pd_tabli li {
        font-size: 14px;
        line-height: 36px;
    }

    .pd2 {
        padding: 30px 0;
        margin-top: 30px;
    }

    .pd2 h2 {
        font-size: 22px;
    }

    .pd_table table tr:nth-child(1) td {
        font-size: 15px;
    }
}


/*解决方案*/
.case1 {
    position: relative;
    margin-top: 100px;
}

.case1 .container {

}

.case1 .img {
    width: 52%;
}

.case1 .text {
    position: absolute;
    top: 10%;
    left: 45%;
    z-index: 99;
    background: #fff;
    width: 48%;
    padding: 100px 50px 140px 120px;
    box-shadow: 0px 0px 10px #ccc;
}

.case1 .text .index_t1 {
    margin-bottom: 50px;
}

.case1 .text .txt {
    font-size: 16px;
    color: #333333;
}

.case1 .text a {

}

.case2 {
    background: #0f7ab9;
}

.case2 .container {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
}

.case2_l {
    text-align: center;
    width: 310px;
    background: #1741b3;
    font-size: 26px;
    padding: 50px 0 55px;
}

.case2_l p {
    margin-top: 10px;
}

.case2_r {
    width: calc(100% - 310px);
    padding: 0 50px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.case3 {
    padding: 80px 0 50px;
}

@media (max-width: 1600px) {
    .case1 {
        margin-top: 80px;
    }

    .case1 .text {
        top: 15%;
        padding: 50px 30px 50px 50px;
    }

    .case1 .text .index_t1 {
        margin-bottom: 20px;
    }

    .case1 .text .txt {
        font-size: 15px;
    }

    .case3 {
        padding: 50px 0;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {
    .case1 {
        margin-top: 60px;
    }

    .case1 .text {
        top: 10%;
    }

    .case2 .container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .case1 .text {
        top: 7%;
        padding: 30px 3%;
    }

    .case1 .text .index_t1 {
        margin-bottom: 20px;
    }

    .case2_l {
        padding: 30px 0;
    }

    .case2_r {
        padding: 0 5%;
        font-size: 14px;
    }
}

@media (max-width: 880px) {
    .case1 {
        margin-top: 30px;
    }

    .case1 .img {
        width: 100%;
    }

    .case1 .text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 3%;
    }

    .case2_l {
        width: 200px;
        font-size: 16px;
    }

    .case2_r {
        padding: 0 3%;
        width: calc(100% - 200px);
    }
}

@media (max-width: 768px) {

    .case1 .text .txt {
        font-size: 14px;
    }

    .case3 {
        padding: 30px 0;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 400px) {
    .case2_l {
        width: 100%;
        padding: 15px 0;
    }

    .case2_r {
        width: 100%;
        padding: 15px 3%;
    }
}


/*about*/
.about_list1 {
    padding: 30px 0 0;
}

.about_list1 li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 140px;
}

.about_list1 li .img {
    width: 50%;
}

.about_list1 li .text {
    width: 50%;
    padding: 15px 6.25% 15px 8.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_list1 li .text .index_t1 {
    margin-bottom: 35px;
}

.about_list1 li .text .txt h2 {
    font-size: 30px;
    color: #0f7ab9;
    font-weight: normal;
}

.about_list1 li .text .txt p {
    font-size: 16px;
    color: #333;
}

.about_list1 li:nth-child(2n) {
    flex-direction: row-reverse;
}

.about_list1 li:nth-child(2n) .text {
    padding: 15px 8.5% 15px 6.25%;
}

.about2 {
    padding: 30px 0 130px;
}

.about2 .index_t1 {
    margin-bottom: 50px;
}

.about2 .text {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    max-width: 850px;
}

.about_list2 {
    background: url(../image/about2.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}

.about_list2 li {
    color: #fff;
    width: 33.3333%;
    text-align: center;
    padding: 120px 0 130px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.about_list2 li h3 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 5px;
}

.about_list2 li h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 3px;
    background: #fff;
}

.about_list2 li p {
    font-size: 32px;
    line-height: 1.6;
}

.about3 {
    padding: 30px 0 80px;
}

.swiper-div {
    margin-top: 1.75rem;
    position: relative;
    padding: 0 2.25rem;
}

.swiper-div .deve-swiper {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0.75rem);
    padding-left: 0.75rem;
}

.swiper-div .deve-swiper .swiper-slide {
    width: 38%;
}

.swiper-div .deve-swiper .swiper-slide .item-div {
    position: relative;
    height: 14rem;
}

.swiper-div .deve-swiper .swiper-slide .item-div .f-cb {
    position: relative;
}

.swiper-div .deve-swiper .swiper-slide .item-div:before {
    content: '';
    position: absolute;
    bottom: calc(50% - 6.5px);
    left: 0;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #0f7ab9;
}

.swiper-div .deve-swiper .swiper-slide.swiper-slide-active .item-div:before {
    background: #0f7ab9;
}

.swiper-div .deve-swiper .swiper-slide .item-div:after {
    content: '';
    position: absolute;
    bottom: calc(50% - 6.5px);
    left: calc(50% - 6.5px);
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #0f7ab9;
}

.swiper-div .deve-swiper .div-litem {
    position: relative;
    height: 6rem;
    overflow: hidden;
}

/*.swiper-div .deve-swiper .div-litem:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    border:2px solid #0f7ab9;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}*/
.swiper-div .deve-swiper .div-litem .yeaer {
    position: absolute;
    bottom: -0.65rem;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.4rem;
    transform: translateX(-50%);
}

.swiper-div .deve-swiper .div-litem.cur .yeaer {
    bottom: -1.75rem;
}

.swiper-div .deve-swiper .div-litem.cur .yeaer:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #dd6c47;
    content: "";
    top: -0.15rem;
    left: 50%;
}

.swiper-div .deve-swiper .dic2 .yeaer {
    position: absolute;
    top: -1.75rem;
    font-size: 0.4rem;
    color: #000;
    line-height: 0.4rem;
    transform: translateX(-50%);
}

.swiper-div .deve-swiper .left {
    float: left;
    padding-left: 0.5rem;
    border-left: 1px solid #e5e5e5;
    min-height: 6rem;
    width: 45%;
}

.swiper-div .deve-swiper .left img {
    width: 100%;
}

.swiper-div .deve-swiper .right {
    padding: 0 4%;
    float: left;
    width: 55%;
}

.swiper-div .deve-swiper .right .name {
    font-size: 16px;
    color: #0f7ab9;
    font-family: "PINGFANG BOLD_1";
    line-height: 1.4;
    transition: all 0.3s;
}

.swiper-div .deve-swiper .right .name-p {
    font-size: 15px;
    margin-top: 0.5rem;
    color: #666;
    line-height: 0.6rem;
}

.swiper-div .deve-swiper .swiper-slide .item-div .dic2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
}

.swiper-div .deve-swiper .swiper-slide .item-div .dic2 .left {
    line-height: 6rem;
}

.swiper-div .deve-swiper .swiper-slide .item-div .dic2 .right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-div .deve-swiper .deve-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #0f7ab9;
    /*background-image:url(../images/xiandian.png);*/
}

.swiper-div .deve-swiper .deve-page .swiper-scrollbar-drag {
    background: transparent;
}

.swiper-div .deve-button-prev, .swiper-div .deve-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    /*    background-color:#f5f5f5;*/
    background-repeat: no-repeat;
    background-position: center;
    /*    background-size:8px;*/
    transition: all 0.3s;
    cursor: pointer;
}

.swiper-div .deve-button-prev {
    left: 0;
    background-image: url(../image/left2.png)
}

.swiper-div .deve-button-prev:hover {
    /*    background-color: #f4ac10;
    background-image: url(../images/prev1.png);*/
    opacity: .8;
}

.swiper-div .deve-button-next {
    right: 0;
    background-image: url(../image/right2.png)
}

.swiper-div .deve-button-next:hover {
    /*    background-color: #f4ac10;
    background-image: url(../images/next1.png);*/
    opacity: .8;
}

.about4 h2 {
    font-size: 40px;
    color: #333;
    padding: 50px 0 20px;
    font-weight: normal;
}

.about_list4 {
    display: flex;
    flex-wrap: wrap;
}

.about_list4 li {
    width: 16.6666666667%;
    box-shadow: 0px 0px 6px #ccc;
    text-align: center;
}

.about4.about5 .text {
    margin-bottom: 55px;
}

.about5 {
    padding: 30px 0 90px;
}

.about5 .index_t1 {
    margin-bottom: 25px;
}

.about5 .text {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    max-width: 810px;
}

#c-banner4 {
    padding-bottom: 65px;
}

#c-banner4 .swiper-pagination {
    bottom: 0;
}

.c-banner4 .swiper-slide {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.honner_img {
    display: table;
    width: 100%;
}

.c-banner4 .img {
    display: table-cell;
    vertical-align: bottom;
    height: 391px;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.c-banner4 p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 0 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0f7ab9;
    z-index: -1;
    text-transform: uppercase;
}

.c-banner4 .swiper-pagination-bullet {
    width: 60px;
    height: 7px;
    border-radius: 0;
    background: #0f7ab9;
}

@media (max-width: 1600px) {
    .about_list1 li {
        margin-bottom: 60px;
    }

    .about_list1 li .text .txt h2 {
        font-size: 26px;
    }

    .about_list1 li .text .txt p {
        font-size: 15px;
    }

    .about2, .about3, .about5 {
        padding: 10px 0 60px;
    }

    .about2 .index_t1 {
        margin-bottom: 35px;
    }

    .about2 .text {
        font-size: 16px;
    }

    .about_list2 li {
        padding: 60px 0;
    }

    .about_list2 li h3 {
        margin-bottom: 35px;
    }

    .about_list2 li p {
        font-size: 26px;
    }

    .about4.about5 .text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .about4 h2 {
        font-size: 32px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {
    .swiper-div .deve-swiper .right .name {
        font-size: 14px;
    }

    .swiper-div .deve-swiper .right .name-p {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .about_list1 li .text .index_t1 {
        margin-bottom: 20px;
    }

    .about_list2 li p {
        font-size: 22px;
    }

    .about4 h2 {
        font-size: 26px;
    }
}

@media (max-width: 880px) {
    .about_list1 li .img {
        width: 100%;
    }

    .about_list1 li .text, .about_list1 li:nth-child(2n) .text {
        width: 100%;
        padding: 15px 3%;
    }

    .about_list1 li .text .txt h2 {
        font-size: 22px;
    }

    .about_list1 li .text .txt p {
        font-size: 14px;
    }

    .swiper-div {
        padding: 0;
    }

    .swiper-div .deve-button-prev, .swiper-div .deve-button-next {
        display: none;
    }

    .swiper-div .deve-swiper .left {
        width: 50%;
    }

    .swiper-div .deve-swiper .right {
        width: 50%;
        padding-left: 15px;
    }

    .swiper-div .deve-swiper .right .name-p {
        line-height: 1.6;
    }

    .swiper-div .deve-swiper .swiper-slide .item-div .dic2 {
        left: 0;
    }

    .about4.about5 .text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .about_list4 li {
        width: 25%;
    }

    .about4 h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .about_list1 li {
        margin-bottom: 40px;
    }

    .about_list1 li .text .index_t1 {
        margin-bottom: 15px;
    }

    .about2, .about3, .about5 {
        padding: 10px 0 40px;
    }

    .about2 .index_t1 {
        margin-bottom: 25px;
    }

    .about2 .index_t1 {
        margin-bottom: 20px;
    }

    .about2 .text {
        font-size: 15px;
    }

    .about_list2 li {
        padding: 40px 0;
    }

    .about_list2 li h3 {
        margin-bottom: 20px;
    }

    .about_list2 li p {
        font-size: 20px;
    }

    .about4 h2 {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .about_list1 {
        padding: 0;
    }

    .about_list1 li {
        margin-bottom: 20px;
    }

    .about_list1 li .text .txt h2 {
        font-size: 16px;
    }

    .about2, .about3, .about5 {
        padding: 10px 0 30px;
    }

    .about2 .index_t1 {
        margin-bottom: 10px;
    }

    .about_list2 li {
        padding: 30px 0;
    }

    .about_list2 li h3 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .about_list2 li p {
        font-size: 16px;
    }

}

@media (max-width: 420px) {
    .sort li a, .sort2 li a {
        padding: 0 9px;
    }

    .about_list2 li {
        width: 100%;
        padding: 15px 0;
    }

    .about_list4 li {
        width: 33.33333%;
    }
}

/*技术支撑*/
.js_list1 {
    padding: 30px 0 70px;
}

.js_list1 li {
    margin-bottom: 0;
}

.js_list1 li .img {
    text-align: center;
}

.js2 {
    padding: 90px 0 80px;
    background: #f9f9f9;
}

#certify {
    position: relative;
    padding: 0 170px;
    max-width: 1390px;
    margin: auto;
}

#certify .swiper-container {
    padding-bottom: 75px;
}

#certify .swiper-slide {
    width: 520px;
    /*    height: 408px;*/
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: 0 auto;
}

#certify .swiper-slide p {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
    left: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    position: relative;
    border: none;
    background-color: #0f7ab9;
    width: 60px;
    height: 7px;
    /*    opacity: 1;*/
    border-radius: 0;
}

/*#certify .swiper-pagination-bullets .swiper-pagination-bullet::before{
    position:absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    left:50%; top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;transition: .3s;
    background-color: #0c5ca5;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before{
    width:100%;
    height: 100%;
}*/
/*#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border:none;
    background-color: transparent;
    background-color: #0c5ca5\9;
    *background-color: #0c5ca5;
}*/
#certify .swiper-button-prev {
    left: -0px;
    width: 80px;
    height: 80px;
    background: url(../image/left2.png) no-repeat center;
    /*    background-position: 0 0;
    background-size: 100%;*/
    margin-top: -40px;
    outline: none;
}

#certify .swiper-button-prev:hover {
    /*    background-position: 0 -46px;
    background-size: 100%;*/
    opacity: .8;
}

#certify .swiper-button-next {
    right: -0px;
    width: 80px;
    height: 80px;
    background: url(../image/right2.png) no-repeat center;
    /*    background-position: 0 -93px;
    background-size: 100%;*/
    margin-top: -40px;
    outline: none;
}

#certify .swiper-button-next:hover {
    /*    background-position: 0 -139px;
    background-size: 100%;*/
    opacity: .8;
}


.js3 {
    padding: 90px 0 60px;
}

@media (max-width: 1600px) {
    .js_list1 {
        padding: 10px 0 50px;
    }

    .js2, .js3 {
        padding: 60px 0;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 50px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .js2, .js3 {
        padding: 40px 0;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .js_list1 {
        padding: 10px 0 30px;
    }

    .js_list1 li .img {
        width: 100%;
    }

    .js_list1 li .text {
        width: 100%;
        padding: 20px 0 0;
        max-width: 650px;
        margin: 0 auto;
    }

    .js2, .js3 {
        padding: 30px 0;
    }

    #certify {
        padding: 0;
    }

    #certify .swiper-container {
        padding-bottom: 50px;
    }

    #certify .swiper-button-prev, #certify .swiper-button-next {
        display: none !important;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
    }
}

@media (max-width: 640px) {
    #certify {
        padding: 0;
    }

    #certify .swiper-button-prev, #certify .swiper-button-next {
        display: none !important;
    }

    #certify .swiper-container {
        padding-bottom: 30px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        margin: 0 2px;
    }

    #certify .swiper-slide {
        box-shadow: none;
    }

    .c-banner4 .swiper-slide {
        padding-bottom: 40px;
    }

    .c-banner4 p {
        padding: 60px 0 20px;
        font-size: 16px;
    }
}


/*contact*/
.contact1 {
    padding: 30px 0 130px;
}

.contact1 .container {
    display: flex;
    flex-wrap: wrap;
}

.contact1_l {
    width: 35.7%;
    padding-right: 30px;
}

.contact1_l .cont {
    font-size: 56px;
    color: #00af40;
    background: -webkit-linear-gradient(0deg, #00af40, #00af40, #338ebf, #338ebf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.6;
    position: relative;
}

.contact1_l .cont:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23px;
    background: url(../image/c1_bg1.jpg) no-repeat left center;
    z-index: -1;
}

.contact_list1 {
    width: 64.3%;
    display: flex;
    flex-wrap: wrap;
}

.contact_list1 li {
    width: 46%;
    margin-right: 8%;
    box-shadow: 0px 0px 10px #ccc;
}

.contact_list1 li:nth-child(2n) {
    margin-right: 0;
}

.contact_list1 li .img1 {
    position: relative;
    text-align: center;
}

.contact_list1 li h2 {
    width: 140px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: #0f7ab9;
    font-weight: 500;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -70px;
}

.contact_list1 li .text {
    padding: 55px 5% 45px;
}

.contact_list1 li .text .txt {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    font-weight: 600;
}

.contact_list1 li .text p:nth-child(2n) {
    margin-bottom: 15px;
    color: #666;
    font-weight: 500;
}

.contact_a {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}

.contact_a a {
    display: block;
    padding-left: 28px;
    font-size: 16px;
    color: #0f7ab9;
}

.contact_a a:nth-child(1) {
    background: url(../image/c1_icon1.png) no-repeat left center;
    margin-right: 40px;
}

.contact_a a:nth-child(2) {
    background: url(../image/c1_icon2.png) no-repeat left center;
}

.contact2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 20px 0 100px;
}

.contact2 .img {
    width: 50%;
}

.contact2 .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 9% 0 6.15%;
}

.contact2 .text .index_t1 {
    margin-bottom: 45px;
}

.contact2 .text .txt {
    font-size: 16px;
    line-height: 1.8;
}

.contact2_2 {

}

.contact_list2 {
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
}

.contact_list2 li {
    margin-bottom: 25px;
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 70px 50px;
    box-shadow: 0px 0px 10px #ccc;
}

.contact_list2 li:nth-child(2n) {
    margin-right: 0;
}

.contact_list2 li .img {
    width: 87px;
    height: 87px;
    overflow: hidden;
    position: relative;
}

.contact_list2 li .text {
    width: calc(100% - 87px);
    padding-left: 30px;
}

.contact_list2 li .text h2 {
    color: #0f7ab9;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact_list2 li .text p {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact_list2 li .text p:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #0f7ab9;
    border-radius: 50%;
}

.contact_list2 li .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_list2 li:hover {
    background: #0f7ab9;
}

.contact_list2 li:hover .img img {
    top: -87px;
}

.contact_list2 li:hover .text h2, .contact_list2 li:hover .text p {
    color: #fff;
}

.contact_list2 li:hover .text p:before {
    background: #fff;
}

.fuli {
    max-width: 1002px;
    margin: auto;
    width: 100%;
    position: relative;
}

.fuli .swiper-container {
    overflow: visible;
}

.fuli .swiper-button-prev {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: url(http://www.myesde.com/template/default/images/left3.png) no-repeat center;
    opacity: 1;
    left: -250px;
}

.fuli .swiper-button-next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background: url(../image/right3.png) no-repeat center;
    opacity: 1;
    right: -250px;
}

.job_content {
    padding: 85px 0 130px;
}

.job_content .container {
    max-width: 1370px;
}

.job_content h2 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 35px;
}

.job_list {

}

.job_list li {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}

.list-title {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 5%;
}

.list-title .name {
    font-size: 20px;
    color: #0f7ab9;
    line-height: 20px;
    width: 25%;
}

.list-title .local {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    width: 50%;
}

.list-title .num {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #808080;
    line-height: 20px;
    width: 25%;
}

.list-title .num .icon {

}

.list-title .num .icon img {
    margin-left: 28px;
}

.sub-wrap {
    display: none;
    padding: 10px 5%;
}

.sub-wrap .sub-con {
    margin-bottom: 15px;
}

.sub-wrap h4 {
    font-size: 16px;
    color: #333;
}

.sub-wrap p {

}

.sub-wrap a.more2 {
    width: 120px;
    line-height: 40px;
    margin: 30px 0;

}

@media (max-width: 1600px) {
    .contact1 {
        padding: 0 0 70px;
    }

    .contact1_l .cont {
        font-size: 40px;
    }

    .contact_list1 li .text .txt {
        font-size: 15px;
    }

    .contact_a {
        margin-top: 20px;
    }

    .job_content {
        padding: 60px 0;
    }

    .job_content h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1440px) {
    .contact2 .text {
        padding: 0 5%;
    }

    .contact2 .text .index_t1 {
        margin-bottom: 30px;
    }

    .contact2 {
        padding: 20px 0 60px;
    }

    .contact_list2 li .text h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .contact_list2 li .text p {
        font-size: 14px;
    }

    .contact_list2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 1260px) {

}

@media (max-width: 1024px) {
    .contact1_l .cont {
        font-size: 30px;
    }

    .job_content {
        padding: 40px 0;
    }

    .job_content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 880px) {
    .contact1_l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact_list1 {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .contact1 {
        padding: 0 0 50px;
    }

    .contact1_l .cont {
        font-size: 22px;
    }

    .contact2 {
        padding: 10px 0 30px;
    }

    .contact2 .text {
        padding: 0 2%;
        width: 100%;
        margin-top: 15px;
    }

    .contact2 .text .index_t1 {
        margin-bottom: 20px;
    }

    .contact2 .text .txt {
        font-size: 15px;
    }

    .contact2 .img {
        width: 100%;
    }

    .contact_list2 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 50px 30px;
    }

    .contact_list2 li .img {
        width: 50px;
        height: 50px;
    }

    .contact_list2 li:hover .img img {
        top: -50px;
    }

    .contact_list2 li .text {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .contact_list2 {
        padding-bottom: 30px;
    }

    .job_content {
        padding: 30px 0;
    }
}

@media (max-width: 640px) {
    .contact1 {
        padding: 0 0 30px;
    }

    .contact1_l .cont {
        font-size: 18px;
    }

    .contact_list1 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact_list1 li .text {
        padding: 15px 2%;
    }

    .contact_list1 li h2 {
        font-size: 16px;
        line-height: 40px;
        bottom: -20px;
        width: 100px;
        margin-left: -50px;
    }

    .contact_list2 {
        padding-bottom: 20px;
    }

    .contact2 .text {
        padding: 0 2%;
    }

    .contact_list2 li {
        padding: 15px 12px;
    }

    .contact_list2 li .text p {
        padding-left: 16px;
    }

    .contact_list2 li .text p:before {
        top: 8px;
        width: 5px;
        height: 5px;
    }

    .fuli .swiper-container {
        overflow: hidden;
    }

    .list-title {
        padding: 10px 3%;
    }

    .list-title .local {
        display: none;
    }

    .list-title .name {
        width: 40%;
        font-size: 16px;
    }

    .list-title .num {
        width: 60%;
        font-size: 14px;
    }

    .sub-wrap {
        padding: 10px 3%;
    }

    .sub-wrap h4 {
        font-size: 15px;
    }

    .sub-wrap .sub-con {
        margin-bottom: 10px;
    }

    .sub-wrap a.more2 {
        margin: 20px 0 10px;
        width: 86px;
        font-size: 14px;
        line-height: 36px;
    }
}


/*message*/
.message {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all .8s ease;
    display: none;
}

.message.cur {
    display: flex;
}

.applyForm {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 60px 20px;
    position: relative;
}

.mess_t {
    text-align: center;
}

.mess_t h3 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
}

.mess_t p {
    color: #666;
    font-size: 16px;
    margin: 16px 0 40px;
}

.close1 {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close1 span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.close1 span:before, .close1 span:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #333;
    display: block;
    margin: auto;
    position: absolute;
}

.close1 span:before {
    transform: rotate(45deg);
    top: 14px;
    left: 1px;
}

.close1 span:after {
    transform: rotate(-45deg);
    left: 1px;
    top: 14px;
}

.message ul {
    display: flex;
    flex-wrap: wrap;
}

.message ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}

.message ul li:nth-child(2n) {
    margin-right: 0;
}

.message ul li:last-child {
    width: 100%;
    margin-right: 0;
}

.message ul li label {
    font-size: 16px;
    color: #333;
    display: block;
}

.message ul li input {
    outline: none;
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px #E3E3E3 solid;
    padding: 0 15px;
}

.message ul li textarea {
    outline: none;
    font-family: "å¾®è½¯é›…é»‘";
    width: 100%;
    display: block;
    border: 1px #E3E3E3 solid;
    height: 160px;
}

.mess_btn input {
    border: none;
    outline: none;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #0f7ab9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
}


@media screen and (max-width: 1500px) {
    .to_phone_scroll {
        overflow: hidden;
        overflow-y: scroll;
    }

    .applyForm {
        padding: 20px 30px;
    }

    .mess_t h3 {
        font-size: 24px;
    }

    .mess_t p {
        font-size: 14px;
        margin: 0px 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .to_phone_scroll {
        width: 100%;
        height: 80vh;
    }

    .applyForm {
        width: 90%;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .mess_t h3 {
        font-size: 20px;
    }

    .close1 {
        right: 20px;
        top: 20px;
    }

    .mess_btn input {
        margin: 20px auto 0;
        width: 200px;
    }

    .message ul li label {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .applyForm {
        padding: 25px 10px;
    }

    .mess_t p {
        font-size: 13px;
    }

    .close1 {
        right: 15px;
        top: 10px;
    }

    .message ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 0;
    }

    .message ul li input {
        line-height: 32px;
    }

    .message ul li textarea {
        line-height: 32px;
        height: 96px;
    }

    .mess_btn input {
        width: 150px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        margin: 10px auto 0;
    }
}


h1.title {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 1em 0 0.5em 0;
    font-weight: normal;
}

.info_title {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

h3.tag {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

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

.page a {
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    h1.title {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    h1.title {
        font-size: 16px;
        line-height: 1.6;
    }

    .info_title {
        padding-bottom: 0.5em;
        margin-bottom: 10px;
    }
}

.pageController {
    text-align: center;
    color: #505050;
    margin: 0 auto;
    margin: 2em 0;
    line-height: 24px;
}

.pageController a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController a:hover {
    background-color: #0f7ab9;
    color: #fff;
    text-decoration: none;
    border: #efefef 1px solid;
}

.pageController .currPage {
    background-color: #0f7ab9;
    color: #ff0000;
    border: #efefef 1px solid;
}

.pageController .t1 {
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    white-space: nowrap;
    display: none;
}

.pageController .t2 {
    vertical-align: middle;
    line-height: 39px;
}

.pageController .t2 #current {
    line-height: 39px;
    background-color: #0f7ab9;
    vertical-align: middle;
    border: 1px solid #0f7ab9;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}

.pageController .t1 span {
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}

.pageController select {
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    display: none;
}

.pageController select option {
    vertical-align: middle;
}


.m_f_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0f7ab9;
    color: #fff;
    z-index: 9999;
    justify-content: center;
    width: 100%;
    display: none;

}

.m_f_fixed a {
    flex: 1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0 0;
}

.m_f_fixed a img {
    width: 22px;
    display: block;
    margin: 0 auto 0px;
}

#gotop {
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    #gotop {
        display: none;
    }
}

@media (max-width: 640px) {
    .m_f_fixed {
        display: flex;
    }

    footer {
        margin-bottom: 60px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(http://www.myesde.com/template/default/images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

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

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

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

.client-2 .my-kefu-ftop {
    display: none;
}

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

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

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

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

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media (max-width: 1199px) {
    .client-2 {
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}

@media (max-width: 1259px) {
    #c-right-fixed {
        display: none;
    }
}

.head-wap {
    display: none;
}

.header {
    width: 100%;
    height: 120px;
}

.header_center {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}

.header_m1 {
    width: 100%;
    height: 180px;
    position: unset;
    top: 0px;
    z-index: 999;
}

.header_m2 {
    width: 100%;
    height: 180px;
}

.header_center .logo {
    width: 260px;
    background: url(../image/hx.png) no-repeat right center;
    float: left;
}

.header .logo img {
    display: inline-block;
    margin: 0 20px 0 31px;
}

.logo_title {
    width: 300px;
    height: 55px;
    float: left;
    margin: 32px 0px;
    padding-left: 20px;
    padding-top: 5px;
}

.logo_title b {
    font-size: 22px;
    color: #C4121A;
    line-height: 25px;
}

.logo_title p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.header_center form {
    width: 381px;
    height: 44px;
    border: 1px solid #ccc;
    margin-top: 37px;
    /*margin-left: 6px;*/
    float: left;
}

.header_center form #q {
    width: 100%;
    height: 44px;
    outline: none;
    border: 0px;
    text-indent: 15px;
    background: url(../image/fdj.png) no-repeat 350px 13px;
}

.header_tel {
    width: 550px;
    height: 53px;
    float: right;
    margin-top: 35px;
}

.header_tel ul {
    width: 100%;
}

.header_tel ul li {
    float: left;
}

.header_tel ul .tel_phone {
    width: 275px;
    height: 51px;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    background: url(../image/tel_phone.png) no-repeat 0px 0px;
    padding-left: 60px;
    line-height: 51px;
}

.header_tel .xcx {
    width: 160px;
    height: 51px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    background: url(../image/tel_xcx.png) no-repeat 0px 0px;
    padding-left: 60px;
    line-height: 51px;
    position: relative;
}

.header_tel .wx {
    width: 135px;
    height: 51px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    background: url(../image/tel_wx.png) no-repeat 0px 0px;
    padding-left: 60px;
    line-height: 51px;
    position: relative;
}


.header_tel .xcx img {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 999;
    top: 85px;
    left: 0px;
    display: none;
}

.header_tel .wx img {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 999;
    top: 85px;
    left: 0px;
    display: none;
}

.header_tel .xcx:hover img {
    display: block;
}

.header_tel .wx:hover img {
    display: block;
}

.header_m2 {
    width: 100%;
    height: 180px;
}

/*nav*/
.nav {
    width: 100%;
    height: 60px;
    background: #0f7ab9;
}

.nav_center {
    width: 1480px;
    margin: 0 auto;
}

.nav_center .nav_centerul {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
}

.nav_center .nav_centerul .nav_cenli {
    width: 220px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}

.nav_center .nav_centerul .nav_cenli .lia {
    color: #fff;
    text-decoration: none;
}

.nav_center .nav_centerul .active {
    background: #C4121A
}

.nav_center .nav_centerul .nav_cenli:hover {
    background: #C4121A;
}

.nav_son {
    width: 100%;
    padding: 20px 80px;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0px;
    display: none;
}

.nav_centerul .nav_cenli:hover .nav_son {
    display: block;
}

.nav_ul {
    width: 385px;
    float: left;
    margin-right: 82px;
}

.nav_ul:nth-child(3) {
    margin-right: 0px;
}

.nav_ul::after {
    content: "";
    display: block;
    clear: both;
}

.nav_h1 {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: left;
    line-height: 45px;
}

.son_ul {
    width: 100%;
}

.son_ul::after {
    content: "";
    display: block;
    clear: both;
}

.son_ulli {
    width: 50%;
    float: left;
    margin-top: 20px;
    text-align: left;
}

.son_ulli a:hover {
    text-decoration: none;
}

.son_ulli .son_ullip {
    font-size: 16px;
    color: #0f7ab9;
    line-height: 25px;
}

.son_ulli .son_ullip a {
    color: #0f7ab9;
}

.son_ulli span {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 25px;
}

.son_ulli span a {
    color: #666;
}
.header .logo {
    margin-top: 28px;
    /*margin-right: 35px;*/
}
.h_language {
    margin-top: 7px;
}

.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination li{
    display:inline-block
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}
.lxlist{
    width: 100%;
}
.lxl{
    width: 30%;
    float: left;
}
.lxr{
    width: 65%;
    float: right;
    border: 5px solid #cccccc;
    box-sizing: border-box;
}
.lxl h1{
    font-size: 22px;
    font-weight: 500;
    color: #0f7ab9;
    margin-bottom: 20px;
    border-left: 3px solid #0f7ab9;
    padding-left: 10px;
    line-height: 26px;
}
.lx-item h2{
    font-size: 16px;
    font-weight: 500;
}
.lx-item p{
    font-size: 16px;
}
.lx-item{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.lx-item:nth-child(2){
    background: url("../image/lx1.png") no-repeat left;
    padding-left: 50px;
}
.lx-item:nth-child(3){
    background: url("../image/lx2.png") no-repeat left;
    padding-left: 50px;
}
.lx-item:nth-child(4){
    background: url("../image/lx3.png") no-repeat left;
    padding-left: 50px;
}
.lxcode{
    width: 170px;
    text-align: center;
    border: 0;
}
.lxly{
    width: 100%;
    margin-top: 60px;
}
.lxly .message{
    display: block;
    width: 100%;
    position: unset;
    background: #ffffff;
}
.lxly .applyForm{
    width: 100%;
    padding: 0;
}
.lxly .close1{
    display: none;
}
.lxly .message ul li label{
    margin-bottom: 10px;
}


@media (max-width: 996px) {
    .head-pc {
        display: none;
    }

    .head-wap {
        display: block;
    }

    .logo {
        width: 40%;
        float: left;
    }
    .logo img {
        margin-top: 5px;
    }
    .tab1_sort .p_sort li{
        width: auto;
        padding: 0 10px;
    }
    .tab1_sort .p_sort li:nth-child(4n), .tab1_sort .p_sort li:last-child {
        margin-right: 2%;
    }
    .tab1_sort .p_sort1 li a {
        font-size: 14px;
    }
    .index_case_tabli {
        padding-bottom: 15px;
    }
    .index_news_sot .cont a{
        display: none;
    }
    .lxl {
        width: 100%;
    }
    .lxr {
        width: 100%;
    }
    .lxly .to_phone_scroll {
        width: 100%;
        height: auto;
        overflow: unset;
    }
    .lxl h1 {
        font-size: 20px;
    }
    .logo img {
        max-height: 38px;
    }
}
