@charset "UTF-8";

#banner .bd li,
.ihead,
.ihead h2,
.products .list .title,
.ys h2,
.ys_main ul li .ico {
    text-align: center
}

.in-seo li h2,
.list-2 li .text h4,
.liucheng li h4,
.news .list li .content a,
.news_all ul li .text h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.part1 {
    overflow: hidden
}

#banner {
    width: 50%;
    float: left;
    background: #073c80;
    position: relative;
    padding: 50px 0
}

#banner .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 10;
    font-size: 0;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

#banner .bd li h4,
#banner .bd li p {
    font-size: 20px;
    color: #fff
}

#banner .hd li {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    opacity: .5;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer
}

#banner .hd .on {
    background-color: #fff;
    opacity: 1
}

#banner .bd li h4 {
    line-height: 40px
}

#banner .bd a {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center
}

#banner .btn {
    width: 47px;
    height: 120px;
    position: absolute;
    opacity: .5;
    filter: Alpha(opacity=50);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bantxt,
.ihead,
.ihead h2 {
    position: relative
}

#banner .btn:hover {
    opacity: 1;
    filter: Alpha(opacity=100)
}

#banner .prev {
    top: 50%;
    background: url(../Images/prev.png) center no-repeat;
    left: 3%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

#banner .next {
    background: url(../Images/next.png) center no-repeat;
    right: 3%;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

.bantxt {
    background: #085fa6;
    width: 50%;
    float: left
}

.list-2 {
    overflow: hidden;
    width: 52%;
    margin: 10% 0 10% 10%
}

.list-2 li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #3b82b6
}

.list-2 li a {
    display: block;
    overflow: hidden;
    padding: 12px 0
}

.list-2 li:last-child {
    border-bottom: 0 solid #3b82b6
}

.list-2 li .text h4 {
    margin-top: 20px;
    color: #fff;
    font-size: 16px
}

.list-2 li .text p {
    margin: 15px 0 20px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    text-indent: 28px
}

.ihead {
    line-height: 1.6;
    /* margin: 8% 0 */
    margin: 40px 0;
}

.ihead h2 {
    font-size: 32px;
    color: #003c82;
    line-height: 55px;
    font-weight: 500
}

.ihead h2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #003c82;
    bottom: -15px;
    left: 50%;
    margin-left: -22px
}

.products {
    padding: 0;
    width: 100%
}

.products .list {
    margin-top: 44px
}

.products .list li {
    width: 23%;
    margin: 0 1% 3%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.products .list li:hover {
    -webkit-box-shadow: 0 0 26px #cacaca;
    -moz-box-shadow: 0 0 26px #cacaca;
    box-shadow: 0 0 26px #cacaca;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    border-color: #d6d6d6
}

.products .list li:nth-child(3n) {
    margin-right: 0
}

.products .list .pic {
    width: 100%;
    height: 258px;
    overflow: hidden;
    position: relative
}

.products .list .pic p {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.products .list .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.products .list .pic a.more {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url(../Images/more.png) center no-repeat rgba(0, 128, 129, .7)
}

.in-seo li,
.ys {
    background: #073b80
}

.products .list .title {
    padding: 0 10px
}

.products .list .title h2 {
    font-size: 18px;
    color: #333;
    line-height: 25px
}

.products .list .title p {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin: 15px 0
}

.ys {
    overflow: hidden;
    margin-top: 3%;
    padding: 5% 0
}

.ys h2 {
    font-size: 32px;
    color: #fff;
    line-height: 55px;
    font-weight: 500;
    position: relative
}

.ys h2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: -15px;
    left: 50%;
    margin-left: -22px
}

.ys_main {
    width: 100%;
    margin-top: 2%;
    padding: 5% 0 29px;
    position: relative
}

.ys_main .img {
    width: 33%;
    height: 530px;
    position: absolute;
    top: 50px;
    left: 36.5%
}

.ys_main .img li {
    position: absolute;
    left: 0;
    top: 0
}

.ys_main .img li img {
    width: 100%;
    overflow: hidden
}

.ys_main .img li .newzs {
    width: 196px;
    position: absolute;
    top: -20px;
    left: 10px;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: right center;
    z-index: 2;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s
}

.ys_main .img li:hover .newzs {
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg)
}

.ys_main ul {
    width: 33.666%;
    float: left
}

.ys_main ul li {
    width: 100%;
    float: left;
    margin-bottom: 10%;
    cursor: pointer;
    position: relative
}

.ys_main ul li .ico {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 10px;
    position: relative
}

.ys_main ul li .ico span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.ys_main ul li .ico span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #22b573;
    position: absolute;
    left: 0;
    top: -100%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.ys_main ul li .ico span img {
    position: relative;
    z-index: 3
}

.in-seo li:nth-child(2):after,
.in-seo li:nth-child(3):after,
.ys_main ul li .ico:before {
    position: absolute;
    content: ""
}

.ys_main ul li .text {
    width: 68.04%;
    float: left;
    padding: 10px
}

.ys_main ul li .text h6 {
    width: 100%;
    float: left;
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    height: 54px;
    overflow: hidden
}

.ys_main .main_1_r,
.ys_main .main_1_r .ico {
    float: right
}

.ys_main .main_1_r li {
    text-align: right
}

.ys_main .main_1_r li .text {
    margin-left: 0;
    float: right
}

.ys_main .main_1_r li .text h6 {
    float: right
}

.ys_main ul li .ico:before {
    background: url(../images/ico3_8.png) center no-repeat;
    width: 57px;
    height: 13px;
    left: 70%;
    top: 50%;
    margin-top: -6px
}

.ys_main .main_1_r .ico:before {
    left: auto;
    right: 70%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.ys_main ul li.on .ico:before {
    background-image: url(../images/ico3_9.png)
}

.ys_main ul li.on .ico span:before,
.ys_main ul li:hover .ico span:before {
    top: 0
}

.liucheng {
    overflow: hidden;
    max-height: 880px;
    background: #f7f7f7;
    padding: 60px 0;
}

.liucheng ul {
    width: 100%
}

.liucheng li {
    float: left;
    font-size: 12px;
    background: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    width: 30.33%;
    overflow: hidden;
    margin: 1.5%;
    padding: 0 4%
}

.liucheng li:hover {
    border-bottom: 2px solid #073b80;
    color: #073b80
}

.liucheng li .pImg {
    display: block;
    width: auto;
    overflow: hidden;
    margin-bottom: 10px
}

.liucheng li img {
    width: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%)
}

.liucheng li h4 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 0 10px
}

.liucheng li p {
    color: #333;
    padding: 15px;
    line-height: 25px;
    font-size: 14px
}

.liucheng li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0)
}

.liucheng li:hover h4,
.liucheng li:hover p {
    color: #073b80
}

.zhaoshang {
    margin: 60px 0;
}

.in-seo li {
    float: left;
    width: 47%;
    padding: 1.5% 6%;
    height: 200px;
    margin: 1.5%;
    display: block;
    color: #fff
}

.in-seo li .img-center {
    height: 74px;
    line-height: 74px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.in-seo li h2 {
    margin: 10px 0 0;
    font-size: 20px
}

.in-seo li p {
    margin: 15px 0 0;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px
}

.headbox h3,
.headbox2 h3.title {
    font-size: 24px;
    text-align: center;
    font-weight: 500
}

.in-seo li:nth-child(2),
.in-seo li:nth-child(3) {
    background-image: url(../Images/product-bg-gray.jpg);
    position: relative
}

.in-seo li:hover .img-center {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9)
}

.in-seo li:nth-child(2):after {
    background: url(../images/proclass-arrow.png) no-repeat;
    width: 17px;
    height: 11px;
    top: 99.5%;
    right: 48%
}

.in-seo li:nth-child(3):after {
    background: url(../images/proclass-arrow2.png) no-repeat;
    width: 17px;
    height: 11px;
    top: -3.5%;
    right: 48%
}

.headbox {
    border-bottom: 1px solid #ddd
}

.headbox h3 {
    margin: 0;
    color: #fff;
    width: 150px;
    background: #008081;
    padding: 10px 0
}

.headbox2 h3.title {
    margin-top: 50px;
    color: #333;
    position: relative;
    top: 5px
}

.headbox2 {
    background: url(../Images/1531450244.png) center top no-repeat;
    line-height: 100px
}

@media screen and (max-width:25em) {
    .codrops-icon span {
        display: none
    }
}

.choose {
    padding: 56px 0 67px
}

.choose-title {
    width: 100%;
    text-align: center;
    margin-bottom: 60px
}

.choose-title img {
    display: block;
    width: 593px;
    height: auto;
    margin: 0 auto
}

.choose-list {
    max-width: 1100px;
    margin: 50px auto auto
}

.choose-list li {
    width: 25.3333%;
    margin: 0 4%;
    border: 1px solid #a0a0a0;
    height: 250px;
    float: left;
    text-align: center
}

.choose-list li img {
    display: inline-block;
    width: auto;
    top: -70px;
    position: relative;
    height: 136px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    margin-bottom: 15px
}

.choose-list li:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg)
}

.choose-list li p {
    font-size: 16px;
    top: -50px;
    position: relative;
    line-height: 24px;
    color: #555;
    margin-bottom: 25px
}

.choose-list li p strong {
    display: block;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    margin-bottom: 6px
}

.ad1 {
    font-size: 0;
    width: 100%;
    height: 754px;
    background-position: top center;
    background-repeat: no-repeat
}

.news .list li .time a,
.news .list li .time span {
    display: block;
    width: 58px;
    height: 53px;
    line-height: 53px;
    color: #999;
    text-align: center
}

.news {
    padding: 60px 0;
    background: #f7f7f7
}
.network{
    padding: 60px 0;
}

.news .list {
    margin-top: 30px
}

.news .list li {
    margin-bottom: 25px
}

.news .list li:nth-child(2n) {
    margin-right: 0
}

.news .list li .time {
    width: 58px;
    margin-right: 12px
}

.news .list li .time span {
    background: #e4e4e4;
    font-size: 16px;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.news .list li .time a {
    font-size: 22px;
    font-weight: 700;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.news .list li .content h2 {
    font-size: 0
}

.news .list li .content a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 24px;
    padding-left: 36px;
    background: url(../images/wen.png) no-repeat;
    max-width: 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.news .list li .content .view {
    font-size: 12px;
    color: #9b9b9b;
    margin: 9px 0 17px
}

.news .list li .content .desc {
    font-size: 18px;
    padding-left: 36px;
    background: #073b80;
    color: #fff;
    line-height: 80px;
    height: 80px;
    overflow: hidden
}

.news .list li .more {
    width: 20px;
    height: 20px
}

.news .list li .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: #9b9b9b;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.news .list li:hover .time span {
    background: #ed0029;
    color: #fff
}

.news .list li:hover .time a {
    color: #ed0029
}

.news .list li:hover .content a {
    text-decoration: underline;
    color: #709ea6
}

.news .list li:hover .more a {
    background: #ef0129
}

.m12_m1 {
    width: 28.3333%;
    margin-right: 5%
}

.m12_m1:last-child {
    margin-right: 0
}

.m12_til {
    width: 100%;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden
}

.m12_til h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    display: block;
    float: left;
    position: relative;
    border-left: 3px solid #073b80;
    padding-left: 15px
}

.m12_til a {
    float: right;
    font-size: 12px;
    color: #666
}

.left_pic {
    margin-bottom: 4px
}

.left_pic img {
    width: 100%
}

.news_all {
    overflow: hidden
}

.news_all ul li {
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 14px
}

.news_all ul li a {
    display: block;
    background-color: #073b80;
    overflow: hidden;
    padding: 12px
}

.news_all ul li .date {
    float: left;
    width: 75px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 7px 5px;
    border-right: 1px solid #24528e
}

.news_all ul li .date p {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 1px
}

.news_all ul li .text {
    margin-left: 85px
}

.news_all ul li .text h4 {
    margin: 0;
    color: #fff
}

.news_all ul li .text p {
    margin: 5px 0 0;
    height: 20px;
    color: #fff;
    overflow: hidden
}

.viewport {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative
}

.viewport .column {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative
}

.viewport .column .map {
    height: 24.1rem;
    margin-bottom: .833rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:768px) {
    .viewport .column .map {
        height: 16rem
    }
}

.viewport .column .map .chart {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(255, 255, 255, .05)
}

.viewport .column .map .chart .geo {
    width: 100%;
    height: 100%
}

@-webkit-keyframes scale-anim {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.75);
        transform: scale(.75);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes scale-anim {
    0% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        -moz-transform: scale(.75);
        transform: scale(.75);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes scale-anim {
    0% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        transform: scale(.75);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.in-total {
    color: #073b80;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
    text-align: center
}

.in-total li {
    float: left;
    width: 25%;
    border-right: 1px solid #ddd
}

.in-total li span {
    display: block;
    line-height: 1;
    font-size: 32px
}

.in-total li strong {
    font-size: 38px;
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.in-total li strong:before {
    position: absolute;
    right: -16px;
    top: 0;
    font-size: 24px
}

.in-total li p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #333
}

@media (max-width:768px) {

    .bantxt,
    .fnav,
    .footer .info,
    .header-menu-con,
    .ys {
        display: none
    }

    #header .btm-header .header-logo .logo img {
        max-height: 65px
    }

    .products {
        width: 100%
    }

    .products .list .pic {
        height: 158px
    }

    .products .list li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px
    }

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

    .m12_m1,
    .products .list li:nth-child(2n) {
        margin-right: 0
    }

    .liucheng {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .liucheng li {
        width: 47%;
        padding: 0;
        min-height: 226px;
        max-height: 226px;
        overflow: hidden
    }

    .liucheng li p {
        line-height: 20px
    }

    .in-seo li {
        width: 97%
    }

    .m12_m1 {
        width: 100%
    }

    .in-total li {
        width: 50%;
        border-right: 0 solid #999;
        min-height: 180px
    }

    .in-total li img {
        max-width: 50%
    }

    .in-total li span {
        font-size: 22px
    }

    .footer .about .about_more,
    .footer .about .about_txt {
        width: 100%
    }
    .footer .about .about_more{
        margin-top: 20px;
    }
    .foot-video{
        display: none !important;
    }

    .gongsi_list .grid li {
        width: 99.5%;
        margin: 0 0 10px
    }

    .mysection_introduce ul li {
        width: 100%;
        height: 45vh;
        margin-bottom: 5%
    }

    .mysection_introduce ul li h2 {
        line-height: 100px
    }

    .mysection_introduce {
        padding: 0 15px
    }

    .footer .info {
        margin: 0;
        text-align: center
    }

    .footer .ewm img {
        width: 122px;
        height: 122px
    }

    .footer .ewm {
        width: 100%;
        padding-left: 0
    }

    .footer .copy {
        line-height: 25px
    }

    .zhaoshang {
        /* padding-bottom: 20px */
        margin: 20px 0;
    }
    .news{
        padding: 20px 0;
    }
    .news .ihead{
        margin-bottom: 0;
    }
    .network{
        padding: 20px 0;
    }

    #banner {
        width: 100%
    }

    .news>.container>.m12_m1 {
        margin-bottom: 20px
    }
}