/*Top003042 */

.Top003042 header {
    position: relative;
    z-index: 100;
}

.Top003042 .logo {
    margin-left: 1.46vw;
}

.Top003042 .logo dt {
    width: 44px;
}

.Top003042 .logo dd.companyname {
    font-weight: bold;
    font-size: 24px;
    padding: 0 16px;
}

.Top003042 .logo dd.companyname a {
    color: #1c327e;
}

.Top003042 .logo dd.solgan {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
    color: #666666;
}

.Top003042 .banner {
    position: relative;
    z-index: 1;
}

.Top003042 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 3%;
    z-index: 10;
    text-align: center;
}

.Top003042 .slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}

.Top003042 .slick-dots li button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    width: 55.556%;
    height: 55.556%;
    border: 0;
    transition: 0.3s;
    padding: 0;
}

.Top003042 .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
}

@media(max-width:640px) {
    .Top003042 .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.Top003042 .top-right>* {
    float: left;
}

.Top003042 .top-search {
    background: #fff;
    transition: 0.3s;
}

.Top003042 .top-search.Axizs {
    position: absolute;
    display: block;
    right: 100px;
    background:#fff;z-index:999;
}

.Top003042 .top-search .text {
    height: 20px;
    line-height: 20px;
    color: #c1c1c1;
    font-size: 16px;
    padding: 0 20px;
}

.Top003042 .top-search .btn {
    background-image: url("../images/search.png");
}

.Top003042 .top-lang {
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.Top003042 .top-lang a {
    color: #1051bf;
    margin: 0 2px;
    font-weight: bold;
}

.Top003042 .top-lang a.on {
    color: #1051bf;
    font-weight: normal;
}

.Top003042 .but_open {
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
}

.Top003042 .but_open .btn {
    position: absolute;
    width: 28px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Top003042 .but_open .btn i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: #999;
    width: 100%;
}

.Top003042 .but_open .btn i:nth-child(2) {
    width: 80%;
}

.Top003042 .but_open .btn i:nth-child(1) {
    margin-top: -11px;
}

.Top003042 .but_open .btn i:nth-child(3) {
    margin-top: 9px;
}

.Top003042 .open_search {
    display: none;
    background-color: #1051bf;
    position: relative;
}

.Top003042 .open_search span {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/search2.png);
    width: 29px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.menu-show .Top003042 .but_open {
    background: #1051bf;
}

.menu-show .Top003042 .but_open .btn i {
    background: #fff;
}

.Top003042 menu {
    position: absolute;
    opacity: 1;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    width: 160px;
    transition: 0.3s;
}

.Top003042 menu li {
    display: table;
    height: 5.78vw;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Top003042 menu li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.Top003042 menu li.on a,
.Top003042 menu li a:hover {
    background: #1051bf;
}

.menu-show .Top003042 menu {
    opacity: 1;
}

.Top003042 .menu-shell {
    font-size: 0;
    width: 40%;
    display: none;
}

.Top003042 .menu-shell ul {
    display: block;
}

.Top003042 .menu-shell li {
    padding: 0 1px;
    text-align: center;
    font-size: 16px;
    width: 16.5%;
    display: inline-block;
    vertical-align: middle;
}

.Top003042 .menu-shell li a {
    padding: 36px 0;
    position: relative;
}

.Top003042 .menu-shell li>a {
    font-size: 18px;
    color: #0b0c0d;
    display: block;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    position: relative;
}

.Top003042 .menu-shell li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(16, 81, 191, 0.07);
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    z-index: 1;
}

.Top003042 .menu-shell li>a span {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.Top003042 .menu-shell li>a span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../images/top_icon.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.Top003042 .menu-shell li.on>a,
.Top003042 .menu-shell li>a:hover {
    color: #1051bf;
}

.Top003042 .menu-shell li.on>a span:after,
.Top003042 .menu-shell li>a:hover span:after {
    opacity: 1;
}

.Top003042 .menu-shell li.on>a:after,
.Top003042 .menu-shell li>a:hover:after {
    height: 100%;
}

@media(min-width:769px) {
    .Top003042 .logo dl {
        display: table;
        height: 100px;
    }
    .Top003042 .logo dl>* {
        display: table-cell;
        vertical-align: middle;
    }
    .Top003042 .logo dd.solgan:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        background: #e5e5e5;
        width: 1px;
        height: 20px;
    }
    .Top003042 .top-lang {
        background-color: #f3f3f3;
        padding: 40px 30px;
    }
}

@media(min-width:1025px) {
    .Top003042 .top-search {
        width: 360px;
        border-left: 1px solid #ebebeb;
        padding: 36px 60px 36px 0;
    }
    .Top003042 .top-search.shwo {
        display: block;
    }
    .Top003042 .top-search .text {
        border-left: 1px solid #1051bf;
        
    }
    
    .Top003042 menu {
        left: -160px;
        height: 100%;
    }
    .menu-show .Top003042 menu {
        left: 0;
    }
    .Top003042 .menu-shell {
        display: block;
    }
    .Top003042 .but_open.hide {
        display: block;
    }
    .Top003042 .menu-shell.hide {
        display: none;
    }
    .Top003042 .open_search.shwo {
        display: none;
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .Top003042 .top-search {
        width: 22vw;
    }
    .Top003042 .menu-shell li>a {
        font-size: 16px;
    }
}

@media(max-width:1220px) {
    .Top003042 .menu-shell {
        width: 35%;
    }
    .Top003042 .menu-shell li>a {
        font-size: 15px;
    }
}

@media(max-width:1024px) {
    .Top003042 .top-lang,
    .Top003042 .but_open {
        position: absolute;
        right: 0;
        top: 10px;
        transform: none
    }
    .Top003042 .but_open {
        width: 50px;
        height: 50px;
    }
    .Top003042 .top-lang {
        margin-right: 60px;
    }
    .Top003042 menu {
        right: 0;
        display: none;
        height: 90.8vh;
        overflow: auto;
    }
    .menu-show .Top003042 menu {
        display: block;
    }
    .Top003042 menu li {
        height: 6.4vw;
    }
    .Top003042 menu {
        right: -100%;
        display: block;
        opacity: 1;
    }
    .menu-show .Top003042 menu {
        right: 0;
    }
    .Top003042 .but_open {
        display: block;
    }
    .Top003042 .open_search {
        display: none;
    }
    .Top003042 .top-search{display: block;width: 100%;background: #f5f5f5;}
    .Top003042 .top-search .text{background: #f5f5f5;} 
}

@media(max-width:768px) {
    .Top003042 .logo {
        padding: 2vw 0;
    }
    .Top003042 .logo dl {
        position: relative;
        padding-left: 50px;
    }
    .Top003042 .logo dt {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .Top003042 menu li {
        height: auto;
    }
    .Top003042 menu li a {
        padding: 3.5vw 0;
    }
}

@media(max-width:640px) {
    .Top003042 .logo {
        padding: 3.5vw 0;
        line-height: 23px;
    }
    .Top003042 .logo dd.companyname {
        font-size:4vw;
    }
    .Top003042 .logo dd.solgan {
        font-size: 3.5vw;
    }
    .Top003042 .logo dd {
        padding: 0 0 0 1vw!important;
        line-height: normal;
    }
    .Top003042 .top-lang {
        font-size: 3.5vw;
        margin-right: 50px;
        padding: 10px 0px;
    }
    .Top003042 .but_open {
        background-color: #fff;
    }
    .Top003042 .but_open .btn i {
        background-color: #999;
    }
    .menu-show .Top003042 .but_open {
        background-color: #1051bf;
        width: 40px;
        height: 40px;
    }
    .menu-show .Top003042 .but_open .btn i {
        background-color: #fff;
    }
}


/* 首页 */

.home_one {
    padding: 80px 0;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.table-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.home_one .pic_video {
    position: relative;
}

.home_one .pic_video img {
    width: 100%;
}

.home_one .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
    font-size: 100px;
}

.home_one .play:before,
.home_one .play:after,
.home_one .play i {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_one .play i {
    width: 1.2em;
    height: 1.2em;
    z-index: 4;
    background: url("../images/video_icon.png") no-repeat center center #fff;
    background-size: 0.26em auto;
}

.home_one .play:before,
.home_one .play:after {
    content: '';
    background-color: #1051bf;
    opacity: 0.11;
    transform-origin: 0 0;
}

.home_one .play:before {
    width: 1.4em;
    height: 1.4em;
    animation: infinite scale 2s;
    -webkit-animation: infinite scale 2s;
}

.home_one .play:after {
    width: 1.8em;
    height: 1.8em;
    animation: infinite scale2 2s;
}

@keyframes scale {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: .3
    }
    100% {
        transform: scale(1.3) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: .3;
    }
    100% {
        transform: scale(1.6) translate(-50%, -50%);
        opacity: 0;
    }
}

.home_one .intro {
    position: relative;
    z-index: 4;
    padding-left: 10%;
}

.home_one .intro .edit-info {
    font-size: 16px;
    padding: 1.5vw 0;
    overflow: hidden;
}

.home_one .intro .edit-info p {
    margin: 0 0 1.5em 0;
    
}
.home_one .intro article{
    text-align:justify;
}

.home_one .title {
    padding: 10px 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}

.home_one .title2 {
    font-size: 18px;
    color: #1051bf;
}

.home_one .more a {
    display: inline-block;
    line-height: 4.285em;
    background-color: #1051bf;
    font-family: 'Oswald-Medium';
    color: #fff;
    padding: 0 6.285em 0 1.572em;
    position: relative;
    font-size: 14px;
}

.home_one .more a:after {
    position: absolute;
    width: 1.428em;
    height: 1.428em;
    background-color: #ffffff;
    top: 50%;
    margin-top: -0.714em;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
    right: 1.572em;
}

.home_one .more a .icon {
    position: absolute;
    width: 2.428em;
    height: 1px;
    background: #fff;
    right: 2em;
    top: 50%;
}

.home_one .more a .icon:after {
    position: absolute;
    border: 4px solid transparent;
    border-left-color: #fff;
    content: '';
    right: -5px;
    top: 50%;
    margin-top: -4px;
    border-left-width: 5px;
}

.home_one .more a:hover .icon {
    animation: infinite left3044 1.5s ease;
}

@keyframes left3044 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

@media(min-width:1025px) {
    .home_one .pic_video .inner {
        width: 126.263%;
    }
    .home_one .intro .inner {
        padding: 5.89vw 8.33vw 5.57vw 6.77vw;
    }
    .home_one .intro .inner {
        padding-top: 3vw;
        padding-bottom: 4vw;
        padding-right: 5vw;
    }
}

@media(max-width:1024px) {
    .home_one .intro {
        padding: 3vw 0 0;
    }
    .home_one .intro article{
        margin: 15px 0;
    }
    .home_one .play {
        font-size: 12vw;
    }
    .home_one .title {
        font-size: 4vw;
        padding: 2vw 0;
    }
    .home_one {
        padding: 5% 0;
    }
    .home_one .table {
        display: block;
    }
    .home_one .table-cell {
        display: block;
        width: 100%;
    }
}

@media(max-width:640px) {
    .home_one .intro {
        padding: 5vw 5vw 0 5vw;
    }
    .home_one .title {
        font-size: 26px;
    }
    .home_one .title2 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .home_one .more a {
        font-size: 3.5vw;
        line-height: 3.5em;
    }
}


/* 首页产品中心 */

.home_two {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.home_two .padd_zy {
    padding: 0 140px;
}

.home_two .text-box {
    text-align: center;
    font-size: 14px;
    color: #85aef2;
    margin-bottom: 70px;
}

.home_two .text-box .title {
    padding: 20px 0;
    line-height: 40px;
    font-size: 36px;
    color: #ffffff;
}

.home_two .tab_a {
    background-color: #fff;
    width: 28%;
}

.home_two .tab_a li {
    font-size: 20px;
    color: #333333;
    line-height: 43px;
    padding: 13px 20px;
    border-bottom: solid 1px #eff0ff;
    transition: all .5s;
}

.home_two .tab_a li .line {
    cursor: pointer;
    padding-left: 55px;
    position: relative;
}

.home_two .tab_a li .line i {
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 43px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home_two .tab_a li .line i img {
    max-width: 100%;
    vertical-align: middle;
}

.home_two .tab_a li .line i.moren_icon {
    opacity: 1;
}

.home_two .tab_a li .liwu {
    position: absolute;
    width: 1.6em;
    height: 1px;
    background: #1051bf;
    right: 7em;
    top: 1em;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home_two .tab_a li .liwu:after {
    position: absolute;
    border: 4px solid transparent;
    border-left-color: #1051bf;
    content: '';
    right: -5px;
    top: 50%;
    margin-top: -4px;
    border-left-width: 5px;
}

.home_two .tab_a li:last-child {
    border-bottom: none;
}

.home_two .tab_a li .line:hover,
.home_two .tab_a li.on .line {
    color: #1051bf;
}

.home_two .tab_a li .line:hover i,
.home_two .tab_a li.on .line i {
    opacity: 1;
}

.home_two .tab_a li .line:hover i.moren_icon,
.home_two .tab_a li.on .line i.moren_icon {
    opacity: 0;
}

.home_two .tab_a li.on .liwu,
.home_two .tab_a li:hover .liwu {
    opacity: 1;
}

.home_two .tab_b {
    width: 69.5%;
    margin-left: 2.5%;
}

.home_two .tab_list {
    display: none;
}

.home_two .tab_list .swiper-slide a{display: block;}
.home_two .tab_list .itme {
    overflow: hidden;
    height:419px;
    position: relative;
    width:100%;
}

.home_two .tab_list .itme .img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top:0;
    left:0;
}

.home_two .tab_list .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home_two .tab_list .text {
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 3;
    color: #fff;
    max-width:500px;
    width:85%;
    background:rgba(0,0,0,0.1);
    padding:20px 30px;box-sizing: border-box;
}

.home_two .tab_list .text h4 {
    font-size: 20px;
    line-height: 35px;
}

.home_two .swiper-pagination {
    text-align: right;
    padding-right: 40px;
}

.home_two .swiper-pagination-bullet {
    margin: 0 3px !important;
    opacity: .5;
    background-color: #fff;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.home_two .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home_two .swiper_but {
    width: 34px;
    line-height: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.home_two .swiper-button-prev {
    background-image: url(../images/arrow_l.png);
    left: 40px;
}

.home_two .swiper-button-next {
    background-image: url(../images/arrow_r.png);
    right: 40px;
}

@media(max-width:1440px) {
    .home_two .tab_a li {
        line-height: 35px;
        padding: 17px 20px;
        font-size: 18px;
    }
    .home_two .tab_a li .line i {
        width: 40px;
        height: 35px;
    }
    .home_two .tab_a li .liwu{
        right: 4em;
    }
}

@media(max-width:1366px) {
    .home_two .tab_a li {
        padding: 15px 20px;
    }
}

@media(max-width:1024px) {
    .home_two {
        padding:5% 0;
    }
    .home_two .text-box {
        margin-bottom: 30px;
    }
    .home_two .padd_zy {
        padding: 0 30px;
    }
    .home_two .tab_a li {
        line-height: 35px;
        padding: 11px 20px;
        font-size: 16px;
    }
    .home_two .tab_a li .line i {
        width: 40px;
        height: 35px;
    }
    .home_two .flex {
        display: block;
    }
    .home_two .tab_a {
        background-color: inherit;
        width: 100%;
    }
    .home_two .tab_a ul {
        font-size: 0;
    }
    .home_two .swiper_but{display: none;}
    .home_two .tab_a li {
        background-color: #fff;
        margin-bottom: 5px;
        margin-right: .5%;
        padding: 10px;
        width: 33%;
        display: inline-block;
        vertical-align: middle;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .home_two .tab_a li:nth-child(3n) {
        margin-right: 0;
    }
    .home_two .tab_a li .line {
        padding-left: 35px;
    }
    .home_two .tab_a li .line i {
        width: 30px;
        height: 30px;
    }
    .home_two .tab_b {
        margin-left: 0;
        width: 100%;
    }
    .home_two .tab_list .itme img{height:auto;width:100%;}
    .home_two .tab_b .home_proImg1 img {
        width: 100%;
    }
}

@media(max-width:640px) {
    .home_two .padd_zy {
        padding: 0;
    }
    .home_two .tab_a li .line {
        line-height: 30px;
        padding-left: 33px;
        font-size: 16px;
    }
    .home_two .tab_a li .line i {
        display: block;
        width: 25px;
        height: 25px;
        float: left;
    }
    .home_two .tab_a li .line i img {
        max-width: 25px;
        max-height: 25px;
    }
    .home_two .tab_list .text {
        font-size: 15px;
        max-width: 90%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 5%;
    }
    .home_two .tab_list .text h4 {
        font-size: 18px;
    }
    .home_two .text-box {
        font-size: 15px;
    }
    .home_two .text-box .wenb{text-align: left;}
    .home_two .text-box .title {
        font-size: 26px;
    }
    .home_two .tab_a li .liwu {
        opacity: 0 !important;
    }
    .home_two .tab_list .itme{height:250px;}
}


/*  */

.home_Advantage {
    padding: 80px 0 160px;
}

.home_Advantage .text-box {
    margin-bottom: 60px;
}

.home_Advantage .text-box .title {
    color: #333333;
}

.home_Advantage .wenb {
    color: #999999;
}

.list_youshi {
    font-size: 0;
}

.list_youshi li {
    margin-right: 1.4%;
    position: relative;
    width: 18.88%;
    display: inline-block;
}

.list_youshi li:nth-child(5n) {
    margin-right: 0;
}

.list_youshi li .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding:20px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.list_youshi li .text::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/back_lns.jpg);
}

.list_youshi li .pic {
    position: relative;
    z-index: 2;
}

.list_youshi li .icon_box {
    padding: 0 5px 0 38px;
    position: relative;
    z-index: 3;
}

.list_youshi li i {
    position: absolute;
    left: 0;
    display: block;
    width: 45px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle;
}

.list_youshi li i img {
    max-width: 100%;
    vertical-align: middle;
}

.list_youshi li i.moren_icon {
    opacity: 1;
}

.list_youshi li:hover .text {
    bottom: -68px;
}

.list_youshi li:hover .icon_box {
    background: url(../images/youshi_icon.png) no-repeat right center;
}

.list_youshi li:hover i {
    opacity: 1;
}

.list_youshi li:hover i.moren_icon {
    opacity: 0;
}

.position_r {
    position: relative;
}

.home_four {
    margin: 4.38vw auto 3.28vw;
}

.home_four .title {
    font-size: 36px;
    color: #333;
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.home_four .title:after {
    display: inline-block;
    width: 61px;
    height: 2px;
    background-color: #1051bf;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
}

.home_four .slider_shell {
    position: relative;
    margin-left: 298px;
    padding: 0 80px;
}

.home_four .Ispic {
    background-size: contain;
    height: 85px;
    background-size: contain;
    opacity: .7;
}

.home_four .position_r {
    padding: 0 80px;
}

.home_four .swiper_but {
    width: 43px;
    height: 43px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #1051bf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media(max-width:1024px) {
    .home_Advantage {
        padding-bottom: 5%;
    }
    .list_youshi li {
        width: 23.5%;
        margin-right: 2%;
    }
    .list_youshi li .icon_box {
        font-size: 18px;
        padding: 0 40px;
    }
    .list_youshi li i {
        width: 35px;
    }
    .list_youshi li i img {
        max-height: 30px;
    }
    .home_four .itme {
        padding: 0 10px;
    }
}

@media(max-width:768px) {
    .home_four {
        padding: 5% 0;
        margin: 0;
    }
    
    .home_four .position_r {
        padding: 0;
    }
    .home_four .title {
        line-height: 40px;
        position: relative;
        left: 0;
        text-align: center;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .home_four .title {
        margin-bottom: 20px;
    }
    .home_four .title:after {
        display: none;
    }
    .home_four .slider_shell {
        padding: 0 50px;
        margin: 0;
    }
    .home_four .swiper_but {
        width: 35px;
        height: 35px;
    }
    .list_youshi {
        text-align: center;
    }
    .list_youshi li {
        text-align: left;
        width: 49%;
        margin-bottom: 2%;
    }
    .list_youshi li:nth-child(2n) {
        margin-right: 0;
    }
    .list_youshi li .icon_box {
        font-size: 3.5vw;
    }
    .list_youshi li i img {
        max-height: 5vw;
    }
}

@media(max-width:640px) {
    .home_Advantage {
        padding-top: 5%;
    }
    .home_Advantage .text-box {
        margin-bottom: 30px;
    }
    .home_four .title {
        font-size: 26px;
    }
    .list_youshi li .icon_box {
        font-size: 16px;
        padding-right: 0;
    }
    .list_youshi li:hover .text {
        bottom: 0;
    }
    .list_youshi li:hover i {
        opacity: 0;
    }
    .list_youshi li:hover i.moren_icon {
        opacity: 1;
    }
    .list_youshi li:hover .icon_box {
        background: none;
    }
}


/* 底部 */


/*Bottom003043 */

.Bottom003043 {
    background-color: #f6f7f8;
}

.Bottom003043 .auto {
    max-width: 1375px;
}

.Bottom003043 a:hover {
    color: #1051bf !important;
}

.Bottom003043 .b-top {
    padding: 3.5vw 0;
}

.Bottom003043 .contact ul {
    display: table;
}

.Bottom003043 .contact ul>* {
    display: table-cell;
    vertical-align: middle;
}

.Bottom003043 .contact ol {
    width: 124px;
}

.Bottom003043 .contact li {
    padding-left: 1.41vw;
}

.Bottom003043 .contact .tel {
    font-family: 'Bebas';
    font-size: 28px;
    color: #1051bf;
}

.Bottom003043 .contact p {
    color: #666666;
    margin-bottom: 0;
    line-height: 1.785em;
    font-size: 14px;
    margin-top: 0.5em;
}

@media(max-width:640px) {
    .Bottom003043 .contact ol {
        width: 22vw;
    }
    .Bottom003043 .contact li {
        padding-left: 3vw;
    }
    .Bottom003043 .contact .tel {
        font-size: 5.5vw;
    }
    .Bottom003043 .contact p {
        font-size: 16px;
    }
}

.Bottom003043 .b-top nav {
    width: 57.819%;
}

.Bottom003043 .b-top nav dl {
    float: left;
    max-width: 120px;
}

.Bottom003043 .b-top nav dl.row2 {
    max-width: 200px;
}

.Bottom003043 .b-top nav dl.row2 dd {
    float: left;
    width: 50%;
}

.Bottom003043 .b-top nav dt {
    font-size: 16px;
    margin-bottom: 15px;
}

.Bottom003043 .b-top nav dt a {
    color: #333333;
}

.Bottom003043 .b-top nav dd a {
    font-size: 14px;
    color: #777;
}

.Bottom003043 .b-top nav dd {
    background: url("../images/Bottom003043_aicon.png") no-repeat left center;
    padding: 5px 0 5px 10px;
    line-height: 20px;
}

.Bottom003043 .b-bottom {
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    overflow: hidden;
}

.Bottom003043 .b-bottom nav {
    float: left;
}

.Bottom003043 .b-bottom .copyright {
    float: right;
}

.Bottom003043 .b-bottom nav a {
    display: inline-block;
}

.Bottom003043 .b-bottom nav a:not(:last-child):after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 10px;
    vertical-align: middle;
}

@media(max-width:1024px) {
    .Bottom003043 .b-top nav {
        display: none;
    }
}

@media(max-width:640px) {
    .Bottom003043 .b-bottom {
        font-size: 16px;
    }
}


/* 菜单 */

.Inside_menu {
    margin-bottom: 100px;
    font-size: 0;
    border-bottom: solid 1px #e7e7e7;
}

.Inside_menu li {
    margin-right: 3%;
    text-align: center;
    min-width: 100px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.Inside_menu li a {
    border-bottom: solid 2px #fff;
    color: #0b0c0d;
    display: block;
    padding: 20px 0;
}

.Inside_menu li.on a,
.Inside_menu li:hover a {
    color: #1051bf;
    border-bottom: solid 2px #1051bf;
}

@media(max-width:640px) {
    .Inside_menu {
        margin: 0 auto 20px;
    }
    .Inside_menu li {
        min-width: 0;
        width: 24.2%;
        margin-right: 1%;
    }
    .Inside_menu li a {
        padding: 13px 0;
    }
    .Inside_menu li:nth-child(4n) {
        margin-right: 0;
    }
}


/* 单篇 */

.Single {
    min-height: 200px;
}


/* 关于我们 */

.about_one {
    margin-bottom: 100px;
    overflow: hidden;
}

.about_one .title {
    padding: 10px 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}

.about_one .title2 {
    font-size: 18px;
    color: #1051bf;
}

.about_one .edit-info {
    font-size: 16px;
    padding: 1.5vw 0;
    overflow: hidden;
}

.about_one .edit-info p {
    margin: 0 0 1.5em 0;
}

.about_one .pic {
    width: 34.7%;
    position: relative;
}

.about_one .pic::after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 13%;
    background-color: #1051bf;
    top: 0;
    right: -15px;
}

.about_one .text_about {
    width: 58%;
    color: #888888;
}

.about_one .wap_tiele {
    display: none;
    margin-bottom: 10px;
}

.about_one .icon_hz {
    padding: 30px 0;
    cursor: pointer;
    padding-left: 55px;
    position: relative;
}

.about_one .icon_hz i {
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.about_one .icon_hz i img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.about_one .icon_hz i.moren_icon {
    opacity: 1;
}

.about_one .business td {
    border-color: #e6ecf4;
    font-size: 20px;
    color: #333333;
    padding: 0 4%;
}

.about_one .business .name h4 {
    font-weight: bold;
    font-size: 24px;
    color: #1051bf;
}

.about_one .business .name p {
    text-transform: uppercase;
    font-size: 18px;
    color: #88a1ca;
    font-weight: bold;
    opacity: .2;
}

.about_one .icon_hz:hover {
    color: #1051bf;
}

.about_one .icon_hz:hover i {
    opacity: 1;
}

.about_one .icon_hz:hover i.moren_icon {
    opacity: 0;
}

.about_two {
    position: relative;
    background-color: #f7f8f9;
}

.about_two .title {
    padding: 60px 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}

.about_two .itme {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.about_two .itme .pic {
    margin-right: 2.5%;
    width: 22.438%;
    float: left;
    vertical-align: middle;
}

.about_two .itme .pic:first-child {
    width: 49.813%;
}

.about_two .itme .pic:last-child {
    margin-right: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.about_two .itme .wenz {
    padding: 6% 0;
    font-size: 24px;
    color: #888888;
}

.about_two .swiper_but {
    top: 80px;
    width: 43px;
    height: 43px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #1051bf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_two .swiper-button-prev {
    left: auto;
    right: 80px;
}

.about_three {
    padding: 100px 0;
}

.honor_con {
    padding: 0 50px;
    position: relative;
}

.about_three .text_honor {
    position: absolute;
    top: 0;
    width: 60%;
    padding-left: 8%;
}

.about_three .text_honor .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #1051bf url(../images/Trophy.png) no-repeat center;
    background-size: 51%;
}

.about_three .text_honor .title {
    line-height: 40px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
}

.about_three .text_honor .title2 {
    padding: 20px 0;
    font-size: 24px;
    color: #1051bf;
}

.about_three .text_honor .wenz {
    color: #888888;
}

.honor_list_fl {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 40%;
}

.honor_list_fl .swiper_img {
    margin: 5px 12px;
}

.honor_list_fl .swiper_img .line {
    padding: 12px;
    border: solid 1px #ccc;
}

.honor_list_fl .itme {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 139%;
}

.honor_list_fr {
    position: relative;
    margin-right: 5%;
    position: relative;
    box-shadow: 0px 20px 20px -5px #ccd3dc;
    background: url(../images/honor_back.jpg) no-repeat;
    background-size: 100% 100%;
    width: 30%;
    padding: 3.43%;
    float: right;
}

.honor_list_fr .itme {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 139%;
}

.honor_list_fr .slick-arrow {
    position: absolute;
    color:transparent;
    top: 50%;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #1051bf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.honor_list_fr .slick-prev {
    left: -120px;
    background-image: url(../images/icon_uy2.png);
}

.honor_list_fr .slick-next {
    right: -120px;
    background-image: url(../images/icon_uy.png);
}

.about_four {
    padding: 60px 0;
    border-top: solid 1px #e7e7e7;
}

.about_four .contact_tiele .title {
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 36px;
    color: #333333;
}

.about_four .contact_tiele {
    color: #888888;
}

.last_contact {
    width: 80%;
    text-align: right;
}

.last_contact .shell-ay {
    padding: 0 1.5%;
    color: #0c1019;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.last_contact .shell-ay .icon {
    height: 36px;
}

.last_contact .shell-ay .minc {
    padding: 10px 0;
}

.last_contact .shell-ay .color_1 {
    color: #2766d2;
}

.last_contact .shell-ay .color_2 {
    color: #2c9be1;
}

.last_contact .shell-ay .color_3 {
    color: #11b7a9;
}

.last_contact .shell-ay .color_4 {
    color: #5886cc;
}

.last_contact .shell-ay .color_5 {
    color: #18d676;
}
.last_contact .shell-ay a {
    color: #0c1019;
}.last_contact .shell-ay a:hover{
    color: #1051bf;
}
@media(max-width:1440px) {
    .about_one .business td {
        padding: 10px;
    }
    .about_one .edit-info p {
        margin-bottom: 1em;
    }
    .about_one .icon_hz {
        padding: 10px 10px 10px 30px;
    }
    .about_one .icon_hz i {
        width: 25px;
        height: 25px;
    }
    .about_one .icon_hz {
        font-size: 16px;
    }
}

@media(max-width:1366px){
    .about_one .pic{width:36.5%;}
    .about_one .text_about article{font-size: 15px;line-height: 24px;}
    .about_one .business td{padding:0 10px;}
}


@media(max-width:1280px) {
    .about_three .text_honor {
        padding-left: 10%;
    }
    .about_three .honor_list_fl {
        left: 12%;
    }
}

@media(max-width:1024px) {
    .about_one .pic {
        width: auto;
        max-width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .about_one .text_about {
        width: 100%;
        overflow: hidden;
    }
    .about_two .title {
        padding-bottom: 30px;
    }
    .about_two .itme .wenz {
        font-size: 16px;
        padding: 3.3% 0;
    }
    .about_three .text_honor {
        padding-left: 12%;
    }
    .about_three .honor_list_fl {
        left: 14%;
    }
    .honor_list_fl .swiper_img {
        margin: 5px;
    }
    .honor_list_fr {
        width: 35%;
    }
    .honor_list_fr .slick-prev {
        left: 0;
    }
    .honor_list_fr .slick-next {
        right: 0;
    }
    .about_three .text_honor {
        position: relative;
        width: 100%;
        padding-left: 120px;
    }
    .about_three .honor_list_fl {
        width: 50%;
        left: 50px;
    }
    .about_three .honor_list_fr {
        margin-right: 0;
    }
    .last_contact {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}

@media(max-width:640px) {
    .about_one {
        margin-bottom: 50px;
    }
    .about_one .business td {
        padding: 5px;
    }
    .about_one .business tr:first-child td:first-child {
        width: 100%;
    }
    .about_two .title {
        padding-bottom: 20px;
    }
    .about_one .title,
    .about_two .title {
        font-size: 26px;
    }
    .about_one .title2 {
        font-size: 16px;
    }
    .about_two .itme .pic {
        width: 48%;
    }
    .about_two .itme .pic:first-child {
        width: 100%;
    }
    .about_two .itme .pic:last-child {
        top: auto;
        bottom: 0;
    }
    .about_two .swiper_but {
        width: 35px;
        height: 35px;
    }
    .about_two .swiper-button-prev {
        right: 60px;
    }
    .honor_con {
        padding: 0 2%;
    }
    .about_three {
        padding: 50px 0;
    }
    .about_three .text_honor .title {
        font-size: 26px;
    }
    .about_three .text_honor .title2 {
        font-size: 18px;
        padding: 5px 0;
    }
    .about_three .honor_list_fr {
        width: 80%;
        margin: 20px auto 40px;
        float: inherit;
    }
    .about_three .honor_list_fl {
        float: left;
        left: 0;
        position: relative;
        width: 100%;
    }
    .about_three .text_honor {
        padding-left: 90px;
    }
    .about_three .text_honor .icon {
        width: 70px;
        height: 70px;
    }
    .about_four .contact_tiele .title {
        font-size: 26px;
    }
    .last_contact .shell-ay {
        width: 49%;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .last_contact .shell-ay:nth-child(2n) {
        float: right;
    }
}


/* 分页 */

.Pagebox {
    padding: 40px 0;
}

.pages {
    text-align: right;
}

.pages .p_page {
    width: 100%;
    display: block;
}

.pages .num {
    text-align: left;
    font-style: normal;
    font-size: 30px;
    float: left;
    line-height: 50px;
}

.pages .num a {
    margin-right: 20px;
    color: #000000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pages .num a:hover,
.pages .num a.a_cur {
    color: #1051bf;
}

.pages .a_prev,
.pages .a_next {
    position: relative;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.pages .a_prev::after,
.pages .a_next::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -7px;
    width: 8px;
    height: 14px;
}

.pages .a_prev::after {
    background-image: url(../images/pages_l.png);
}

.pages .a_next::after {
    background-image: url(../images/pages_r.png);
}

.pages .a_prev::before,
.pages .a_next::before {
    width: 34px;
    height: 8px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -4px;
}

.pages .a_prev::before {
    background-image: url(../images/arrow_l.png);
    left: 30%;
}

.pages .a_next::before {
    background-image: url(../images/arrow_r.png);
    right: 20%;
}

.pages .a_prev:hover,
.pages .a_next:hover {
    background-color: #3172de;
}

.pages .a_prev:hover:after {
    display: none;
}

.pages .a_next:hover:after {
    display: none;
}

.pages .a_prev:hover::before {
    animation: infinite left3044 1.5s ease;
    -webkit-animation: infinite left3044 1.5s ease;
}

.pages .a_next:hover::before {
    animation: infinite left3044 1.5s ease;
    -webkit-animation: infinite left3044 1.5s ease;
}

.pages .p_cur,
.pages .p_count,
.pages .p_total,
.pages .p_jump,
.pages .a_first,
.pages .a_end {
    display: none;
}

@media(max-width:640px) {
    .Pagebox {
        padding-top: 10px;
    }
    .pages {
        text-align: center;
    }
    .pages .num {
        display: none;
    }
}


/* 产品类别 */

.Floor002398 .auto {
    background-color: #f9fbff;
    overflow: hidden;
    max-width: 92%;
    margin: 0 auto;
    background: #fff;
}

.tabs {
    background-color: #ffffff;
    box-shadow: 0px 5px 5px rgba(27, 99, 218, 0.1);
    position: relative;
    z-index: 3;
}

.tabs dl a {
    width: 100%;box-sizing: border-box;
    display: block;
    line-height: 45px;
    padding: 10px 20px;
    color: #666666;
    background: url(../images/top_icon.png)no-repeat right;

}

.tabs a span {
    padding-right: .5%;
}

.tabs a:hover,
.tabs a.on {
    background-color: #f1f3f8;
    color: #1051bf;
}

.tabs dl a.on {
    background: #F1F3F8;
    font-size: 15px;
    color: #1051BF;
    padding-right: .5%;
    background: url(../images/top_icon.png)no-repeat right;
  
}
    .tab_b a.on {   
        color: #1051BF;      
    }


/*.tab_b {
    background-color: #f1f3f8;
}*/

.tab_b a {
    color: #2c2c2c;
    /* padding: 0 0 20px 20px; */
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:1440px){
	.tabs dl a { padding: 10px;}
	}
/* @media only screen and (max-width:900px) {
    .tab_b {
        width: 100%;
    }
    .tabs .more {
        display: none;
    }
    .tabs {
        padding-right: 0;
    }
    .tabs dl a {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }
} */

@media(max-width:640px){
    .tabs dl a{padding:0 5px;font-size: 14px;}
}

.list {
    overflow: hidden;
    padding-top: 5px;
}

.list ul {
    margin: 0 -1%;
    display: none;
}

.list li {
    width: 100%;
    float: left;
    padding: 2% 1% 0 5%;
}

.mobile_more {
    display: none;
}

/*.swiper-container {
    border: 1px solid red;
    width: 600px;
    height: 50px;
}*/


/* .pro_category {
    padding: 25px 0;
    background-color: #f9fbff;
    overflow: hidden;
}

.pro_category .tab_a {
    background-color: #ffffff;
    box-shadow: 0px 5px 5px rgba(27, 99, 218, 0.1);
    position: relative;
    z-index: 3;
}

.pro_category .tab_a a {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    padding: 10px 20px;
    color: #666666;
}

.pro_category .tab_a a span {
    padding-right: .5%;
    background: url(../images/top_icon.png) right center no-repeat;
}

.pro_category .tab_a a:hover,
.pro_category .tab_a a.on {
    background-color: #f1f3f8;
    color: #1051bf;
}

.pro_category .tab_b {
    background-color: #f1f3f8;
}

.pro_category .tab_b a {
    color: #2c2c2c;
    padding: 20px 20px;
    display: inline-block;
    vertical-align: middle;
}

.pro_category .tab_b a:hover,
.pro_category .tab_b a.xuanz {
    color: #1051bf;
}

@media(max-width:640px) {
    .pro_category .tab_a a {
        width: 49%;
        margin-right: 0;
    }
    .pro_category .tab_a a:nth-child(2n) {
        float: right;
    }
    .pro_category .tab_b {
        padding-top: 10px;
    }
    .pro_category .tab_b a {
        width: 49%;
        padding: 10px;
    }
    .pro_category .tab_b a:nth-child(2n) {
        float: right;
    }
} */


/* 产品 */

.pro_Introd {
    margin-bottom: 100px;
}

.pro_Introd .flex {
    border: solid 1px #e7e7e7;
}

.pro_Introd .pic {
    width: 26%;
}

.pro_Introd .text_shell {
    width: 70%;
}

.pro_Introd .aoiw {
    padding: 20px 8%;
}

.pro_Introd .aoiw .title {
    overflow: hidden;
    line-height: 40px;
}

.pro_Introd .aoiw h4 {
    float: left;
    font-size: 36px;
    color: #333;
}

.pro_Introd .aoiw .wenab {
    padding: 20px 0;
    font-size: 14px;
    color: #333333;
}

.pro_Introd .aoiw .lixiw {
    margin-top: 35px;
    color: #1b63da;
    font-size: 16px;
    line-height: 35px;
}
.pro_Introd .aoiw .lixiw a{
    color: #1b63da;
}
.pro_Introd .aoiw .lixiw i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.pro_Introd .aoiw .lixiw span {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.pro_Introd .aoiw .lixiw span:last-child {
    margin-right: 0;
}

.pro_Introd .more a {
    margin-top: 5px;
    float: right;
    display: inline-block;
    line-height: 2.285em;
    background-color: #1051bf;
    font-family: 'Oswald-Medium';
    color: #fff;
    padding: 0 6.285em 0 1.572em;
    position: relative;
    font-size: 14px;
}

.pro_Introd .more a .icon {
    position: absolute;
    width: 2.428em;
    height: 1px;
    background: #fff;
    right: 2em;
    top: 50%;
}

.pro_Introd .more a .icon:after {
    position: absolute;
    border: 4px solid transparent;
    border-left-color: #fff;
    content: '';
    right: -5px;
    top: 50%;
    margin-top: -4px;
    border-left-width: 5px;
}

.pro_Introd .more a:hover .icon {
    animation: infinite left3044 1.5s ease;
}

@media(max-width:640px) {
    .pro_Introd {
        margin-bottom: 30px;
    }
    .pro_Introd .pic,
    .pro_Introd .text_shell,
    .pro_Introd .flex {
        width: 100%;
        display: block;
    }
    .pro_Introd .aoiw {
        padding: 20px 2%;
    }
    .pro_Introd .aoiw .more,
    .pro_Introd .aoiw h4 {
        text-align: left;
        float: left;
        width: 100%;
        font-size: 20px;
    }
    .pro_Introd .aoiw .wenab {
        font-size: 16px;
    }
    .pro_Introd .more a {
        float: left;
    }
}


/* 产品列表 */

.list_pro {
    background-color: #f9fbff;
    padding: 25px 0;
}

.list_pro ul li {
    margin-bottom: 35px;
    width: 31%;
    float: left;
    margin-right: 3.33%;
}

.list_pro ul li .pic {
    background-color: #fff;
    border: solid 1px #e7e7e7;
}

.list_pro ul li .wenz {
    color: #333333;
    padding: 25px 20px;
    border-bottom: solid 1px #e7e7e7;
}

.list_pro ul li:nth-child(3n) {
    margin-right: 0;
}

@media(max-width:640px) {
    .list_pro {
        padding-bottom: 0;
    }
    .list_pro ul li {
        margin-bottom: 10px;
        width: 49%;
        margin-right: 0;
    }
    .list_pro ul li:nth-child(2n) {
        float: right;
    }
    .list_pro ul li .wenz {
        padding: 10px;
    }
}


/* 新闻资讯 */

.list_news .left img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    max-height:250px;
}

.list_news .right .time {
    font-size: 24px;
    color: #1051bf;
    padding: 2px 5px;
    margin-top: 8px;
    display: inline-block;
}

.list_news .right .h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

.list_news .right .h3 a {
    color: #000000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.list_news .right .p {
    color: #999;
    font-size: 16px;
}

.list_news ul li {
    margin-bottom: 30px;
    padding: 18px 20px;
    border: solid 1px #eeeeee;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.list_news ul li .right_btn {
    color: #1051bf;
}

@media screen and (min-width:768px) {
    .list_news .left {
        float: left;
        width: 25%;
        margin-right: 30px;
        overflow: hidden;
    }
    .list_news .right {
        float: left;
        width: 60%;
    }
    .list_news .right .time {
        margin-top: 0px;
    }
    .list_news ul li:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .list_news ul li:hover .h3 a {
        color: #1051bf;
    }
    .list_news ul li:hover {
        box-shadow: 0px 5px 5px rgba(27, 99, 218, 0.1);
    }
    .list_news .right .h3 {
        line-height: 18px;
        margin: 10px 0;
    }
    .list_news .right .p {
        line-height: 25px;
    }
    .list_news ul li {
        position: relative;
    }
    .list_news ul li .right_btn {
        text-align: center;
        width: 65px;
        height: 20px;
        background: url(../images/more_icon.png) no-repeat top center;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        cursor: pointer;
        padding-top: 30px;
        margin-top: -20px;
        font-size: 14px;
    }
}

@media screen and (min-width:1024px) {
    .list_news .right .time {
        margin-top: 15px;
        font-size: 24px;
    }
    .list_news ul li .right_btn {
        right: 48px;
    }
}

@media screen and (min-width:1200px) {
    .list_news .left {
        float: left;
        margin-right: 50px;
    }
    .list_news .right {
        float: left;
        width: 60%;
    }
    .list_news .right .time {
        margin-top: 35px;
    }
    .list_news .right .h3 {
        line-height: 18px;
        margin: 28px 0 17px;
    }
    .list_news .right .p {
        line-height: 25px;
    }
    .list_news ul li {
        padding-right: 20px;
    }
}


/* 详情 */

.info-shell {
    padding-bottom: 100px;
    margin-top:-50px;
}

.info-shell .title {
    text-align: center;
    font-size: 14px;
    color: #999;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-shell h3 {
    line-height: 30px;
    font-size: 24px;
    color: #000;
}

.info-shell .info-con {
    min-height: 200px;
}

@media(max-width:640px) {
    .info-shell {margin-top:0;}
    .info-shell h3 {
        font-size: 20px;
    }
    .info-shell .info-con {
        font-size: 16px;
    }
}


/* 联系我们 */

.contact-shell {
    padding: 30px 0;
}

.contact-shell .about_four {
    border-top: none;
}


/* 价值优势 */

.Advantage_con {
    padding: 100px 0;
}

.Advantage_con .itme {
    overflow: hidden;
    width: 100%;
}

.Advantage_con .itme .uwz {
    display: inline-block;
    vertical-align: middle;
}

.Advantage_con .itme .pic {
    width: 50%;
}
.Advantage_con .itme .pic img{width: 100%;}

.Advantage_con .itme .text_con {
    width: 50%;
}

.Advantage_con .itme:nth-child(2n) {
    direction: rtl;
}

.Advantage_con .itme:nth-child(2n) .pic {
    direction: ltr;
}

.Advantage_con .itme:nth-child(2n) .text_con {
    direction: ltr;
}

.Advantage_con .itme .table {
    height: 100%;
}

.Advantage_con .itme .table-cell {
    width: 100%;
    padding: 10px 8%;
}

.Advantage_con .itme h4 {
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 36px;
    color: #1051bf;
    padding-left: 7%;
}

.Advantage_con .itme .ziw {
    font-size: 16px;
    line-height: 35px;
    color: #999999;
}

.Advantage_con .itme .position_r {
    padding-left: 2%;
}

.Advantage_con .itme .ivone {
    position: absolute;
    left: -4%;
    top: 0;
    width: 20%;
}

@media(max-width:1024px) {
    .Advantage_con {
        padding: 80px 0;
    }
    .Advantage_con .itme h4 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .Advantage_con .itme .ziw {
        line-height: 25px;
    }
    .Advantage_con .itme .ivone {
        width: 15%;
    }
    .Advantage_con .itme .position_r {
        padding-left: 15%;
    }
    .Advantage_con .itme .table-cell {
        padding: 10px 5%;
    }
}

@media(max-width:768px) {
    .Advantage_con .itme {
        display: block;
    }
    .Advantage_con .itme .pic,
    .Advantage_con .itme .text_con {
        width: 100%;
    }
}

@media(max-width:640px) {
    .Advantage_con {
        padding: 60px 0;
    }
    .Advantage_con .itme .ivone {
        width: 10%;
        left: 0;
    }
    .Advantage_con .itme .table-cell {
        padding: 20px 0;
    }
    .Advantage_con .itme .position_r {
        padding-left: 12%;
    }
    .Advantage_con .itme h4 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 25px;
        padding-left: 0;
    }
    .Advantage_con .itme .ziw {
        font-size: 16px;
        line-height: 30px;
    }
}


/*产品按钮轮播*/

.Floor002398  .slick-list {
    height: 50px;
}

@media(max-width:1024px) {
    .pro_Introd {
        margin-bottom: 0;
    }
    .auto {
        /* height: 200px; */
    }
    .your-class {
        width: 100%;
        float: left;
        height: 30px;
    }
    .list {
        float: left;
        margin-top: 70px;
        width: 100%;
    }
}

@media(max-width:768px) {
    .your-class {
        width: 100%;
        float: left;
        height: auto;
    }
    .pro_Introd {
        margin-bottom: 0;
    }
}


/*产品详情*/

.jssora05l {
    display: block;
    position: absolute;
    top: 35%;
    left: 8px;
    width: 46px;
    height: 56px;
    cursor: pointer;
    background: url('../images/left.png') no-repeat;
    background-color: #3172DE;
    background-position: 50% 50%;
    overflow: hidden;
}

.jssora05r {
    display: block;
    position: absolute;
    top: 35%;
    right: 8px;
    width: 46px;
    height: 56px;
    cursor: pointer;
    background: url('../images/rigth.png') no-repeat;
    background-position: 50% 50%;
    background-color: #3172DE;
    overflow: hidden;
}

.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 72px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 68px;
    border: #E6EBF5 1px solid;
    box-sizing: content-box;
    background: url('img/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 200px;
    height: 68px;
    border: #E6EBF5 0px solid;
    _border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 200px;
    height: 68px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 200px;
    height: 68px;
    border: #E6EBF5 1px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
    width: 72px;
    height: 72px;
}

.bannertext {
    /* border: 1px solid red; */
    float: left;
    margin-top: 100px;
    margin-left: 250px;
}

.bannertext div:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 51px;
}

.bannertext p {
    font-size: 20px;
    line-height: 48px;
}

.slick-slide {
    width: 300px;
}

@media(max-width:1024px) {
    .bannertext {
        margin: 0 0 5% 20%;
    }
    .bannertext div {
        font-size: 10px;
        margin: 0;
    }
    .bannertext p {
        font-size: 20px;
        line-height: 30px;
    }
    #jssor_1 {
        margin: 10% 0 0 0;
    }
}

@media(max-width:900px) {
    .bannertext {
        margin: 0 0 5% 10%;
    }
    .bannertext div {
        font-size: 10px;
        margin: 0;
    }
    .bannertext p {
        font-size: 20px;
        line-height: 30px;
    }
    #jssor_1 {
        margin: 10% 0 0 0;
    }
}

@media(max-width:768px) {}

/* 20210412 */

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}


.about_two .itme .pic:first-child .tu_img .img{padding-top:527px;}
.about_two .itme .pic:nth-child(2) .tu_img .img,
.about_two .itme .pic:nth-child(3) .tu_img .img{padding-top:227px;}
.about_two .itme .pic:nth-child(4) .tu_img .img{padding-top:527px;}

@media(max-width:1366px){
    .about_two .itme .pic:first-child .tu_img .img{padding-top:420px;}
    .about_two .itme .pic:nth-child(2) .tu_img .img,
    .about_two .itme .pic:nth-child(3) .tu_img .img{padding-top:179px;}
    .about_two .itme .pic:nth-child(4) .tu_img .img{padding-top:420px;}
}

@media(max-width:640px){
    .about_two .itme .pic:first-child .tu_img .img{padding-top:65%;}
    .about_two .itme .pic:nth-child(2) .tu_img .img,
    .about_two .itme .pic:nth-child(3) .tu_img .img{padding-top:110px;}
    .about_two .itme .pic:nth-child(4) .tu_img .img{padding-top:258px;}
}

/* 
.your-class .slick-track,.your-class .slick-list{width:100% !important;} */

.your-class{padding:0 50px;}
.your-class .item:focus{outline: none;}

.your-class .slick-arrow{ font-size:0; z-index:10;position: absolute; top:50%; margin-top:-15px; width:30px; height:30px; line-height:28px; background:#fff; border-radius:50%;cursor: pointer; padding: 0;transition: all ease 0.3s; color:#999;border:1px solid #999;}
.your-class .slick-arrow:hover{ color:#fff; background-color:#1051bf;border:1px solid #1051bf;}
.your-class .slick-prev:before{content: '<';}
.your-class .slick-next:before{content: '>';}
.your-class .slick-prev:before, .your-class .slick-next:before { font-size:16px; font-family:"宋体"; font-weight:bold;}
.your-class .slick-prev{ left:0;}
.your-class .slick-next{ right:0;}


#taps .list {margin-top:30px; padding-left: 3.9%;}
#taps .list li{width:auto;box-sizing: border-box;float:left;padding:5px 20px;}
    #taps .list li:hover a {
        color: #1051BF;
    }

@media(max-width:992px){
    #taps .list {margin-top:10px;}
    #taps .list .ul{max-height:90px;overflow-y: auto;}
    #taps .list li{width:33.33%;font-size: 14px;padding:0 10px;} 
}

.ProInfo{margin:50px 0;}
.ProInfo::after{content:'';display: block;clear: both;}
.ProInfo .ProInfoslider{width:60%;float:left;}
.ProInfo .ProInfoslider .slider-for .item{height:450px;line-height: 450px;text-align: center;border:1px solid #eee;}
.ProInfo .ProInfoslider .slider-for .item .img{}
.ProInfo .ProInfoslider .slider-for .item img{display: inline-block !important;max-height:420px;max-width:100%;}
.ProInfo .ProInfoslider .slider-nav{margin-top:10px;}
.ProInfo .ProInfoslider .slider-nav .slick-list{}
.ProInfo .ProInfoslider .slider-nav .slick-list .item{padding:5px;}
.ProInfo .ProInfoslider .slider-nav .slick-list .item .img{border:1px solid #eee;height:100px;line-height: 100px;text-align: center;}
.ProInfo .ProInfoslider .slider-nav .slick-list .item.slick-current .img{border:1px solid #0067ba;}
.ProInfo .ProInfoslider .slider-nav .slick-list .item .img img{max-height:90px;max-width:100%;display: inline-block !important;}
.ProInfo .ProInfoTxt{width:35%;float:right;padding-top:20px;}

.ProInfo .slider .item:focus{outline: none;}
.ProInfo {overflow: hidden;}
.ProInfo .slick-arrow{ font-size:0; z-index:10;position: absolute; top:50%; margin-top:-27px; width:45px; height:54px; line-height:54px; background:#0067ba;cursor: pointer; padding: 0;transition: all ease 0.3s; color:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);border:none;}
.ProInfo .slick-arrow:hover{ color:#fff; background-color:#0067ba;}
.ProInfo .slick-prev:before{content: '<';}
.ProInfo .slick-next:before{content: '>';}
.ProInfo .slick-prev:before, .ProInfo .slick-next:before { font-size:20px; font-family:"宋体"; font-weight:bold;}
.ProInfo .slick-prev{ left:10px;}
.ProInfo .slick-next{ right:10px;}

.ProInfo .ProInfoTxt div:nth-child(1) {font-size: 30px;font-weight: bold;color: #000;margin-bottom: 50px;}
.ProInfo .ProInfoTxt p {font-size: 20px;line-height: 40px;}

@media(max-width:1024px){
    .ProInfo .ProInfoslider{width:100%;}
    .ProInfo .ProInfoTxt{width:100%;}

    .ProInfo .ProInfoTxt div:nth-child(1){font-size: 18px;margin-bottom:20px;}
    .ProInfo .ProInfoTxt p{font-size: 15px;line-height: 25px;}
}

@media(max-width:768px){
    .ProInfo .ProInfoslider .slider-for .item{height:280px;line-height: 280px;}
    .ProInfo .ProInfoslider .slider-for .item img{max-height:250px;}
    .ProInfo .ProInfoslider .slider-nav .slick-list .item .img {height:60px;line-height: 60px;}
    .ProInfo .ProInfoslider .slider-nav .slick-list .item .img img{max-height:50px;}

    .ProInfo .slick-arrow{width:30px;height:40px;line-height: 40px;}
}


/* 产品综合页 */

.ProZhy .pro_Introd .pic{float:left;}
.ProZhy .pro_Introd .text_shell{float:right;}
.ProZhy .pro_Introd .table::after{content:'';display: block;clear: both;}

.ProZhy .pro_Introd:nth-child(2n) .pic{float:right;}
.ProZhy .pro_Introd:nth-child(2n) .text_shell{float:left;}

.ProZhy .pro_Introd .more_01 a{display: block;width:120px;height:40px;line-height: 40px;padding:0;text-align: center;background:#1051bf;color:#fff;}



.info-page{padding:0 0 50px 0;}
.info-page .inner{}
.info-page dd{line-height: 50px;width:50%;float:left;border-top:1px solid #e6e6e6;padding-top:30px;}
.info-page dd:last-child{text-align: right;}
.info-page dd a{color:#333;}
.info-page dd:hover a{color:#1c327e;}

@media(max-width:480px){
    .info-page dd{width:100%;padding-top:10px;}
    .info-page dd:first-child{border-top:none;}
    .info-page dd:last-child{text-align: left;}
}













