@media (min-width:1441px) {
    .banner {
        position: relative;
        background: #fff;
       
    }
    .banner a {
        display: block;
    }
    .banner figure {
        overflow: hidden;
        position: relative;
        height: 600px;
    }
    .banner img {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 600px;
    }
    .banner section {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 40px;
        margin-left: -720px;
        width: 480px;
        background: rgba(0, 90, 168, 0.8);
        padding: 30px;
    }
    .banner section h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner section p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }
    .banner .swiper-slide-active figure img {
        animation: bannerimgmc 8s 1 linear forwards;
        -webkit-animation: bannerimgmc 8s 1 linear forwards;
    }
    @keyframes bannerimgmc {
        0% {
            transform: translate(-50%, -50%) scale(1);
        }
        25% {
            transform: translate(-50%, -50%) scale(1.03);
        }
        50% {
            transform: translate(-50%, -50%) scale(1.06);
        }
        100% {
            transform: translate(-50%, -50%) scale(1.1);
        }
    }
    .banner .iconfont {
        font-size: 60px;
    }
    .banner .swiper-button-prev {
        left: 5%;
    }
    .banner .swiper-button-next {
        right: 5%;
    }
    .search {
        padding: 15px 0;
        line-height: 30px;
        font-size: 12px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .searchhotkey {
        float: left;
    }
    .searchhotkey a {
        margin-right: 10px;
    }
    .searchform {
        float: right;
    }
    .searchform form {}
    .searchform input {}
    .searchform input.txt {
        height: 28px;
        line-height: 28px;
        background: #f9f9f9;
        padding: 0 10px;
        border: 1px solid #005aa8;
        border-right: none;
    }
    .searchform input.txt::-webkit-input-placeholder {
        color: #ccc;
        font-size: 12px;
    }
    .searchform input.btn {
        height: 30px;
        background: #005aa8;
        padding: 0 20px;
        color: #fff;
    }
    .title {
        margin-bottom: 40px;
        overflow: hidden;
        text-align: center;
    }
    .title h2 {
        font-size: 36px;
        line-height: 40px;
        position: relative;
        margin-bottom: 5px;
        color: #005aa8;
    }
    .title h2 span {
        display: inline-block;
        border: 2px solid #005aa8;
        padding: 5px 10px;
        vertical-align: middle;
    }
    .title h3 {
        opacity: 0.8;
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
        font-weight: normal;
    }
    .title h3 span {
        position: relative;
        display: inline-block;
    }
    .title h3 span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .title h3 span:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin-right: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .solution {
        padding: 80px 0;
    }
    .solutionlide a {
        display: block;
        position: relative;
        height: 100%;
        width: 345px;
        text-align: center;
    }
    .solutionlide a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide figure {
        overflow: hidden;
    }
    .solutionlide figure img {
        width: 100%;
    }
    .solutionlide section {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 70px 30px;
        color: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide section i {
        display: block;
        margin-bottom: 20px;
        font-size: 60px;
        line-height: 60px;
    }
    .solutionlide section dl {
        position: relative;
        padding-top: 10px;
    }
    .solutionlide section dl:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        border-radius: 5px;
        background: #fff;
    }
    .solutionlide section dt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .solutionlide section dd {
        opacity: 0;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide a:hover:after {
        background: rgba(40, 22, 111, 0.6);
    }
    .solutionlide a:hover figure img {
        transform: scale3d(1.05, 1.05, 1);
    }
    .solutionlide a:hover section {
        padding: 40px 30px;
    }
    .solutionlide a:hover section dd {
        opacity: 0.6;
    }
    .product {
        padding: 80px 0;
        background: #f9f9f9;
    }
    .productmain {
        overflow: hidden;
    }
    .productmainclass {
        float: left;
        width: 310px;
        background: #005aa8;
        padding: 5px;
    }
    .productmainclass dl {
        padding: 20px;
        color: #fff;
    }
    .productmainclass dt {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 37px;
        position: relative;
    }
    .productmainclass dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 51px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #fff;
    }
    .productmainclass dd {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
    }
    .productmainclass>ul {
        background: #fff;
    }
    .productmainclass>ul>li {
        position: relative;
    }
    .productmainclass>ul>li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .productmainclass>ul>li>a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 70px;
        background: #fff;
        padding: 0 20px;
        color: #005aa8;
    }
    .productmainclass>ul>li>a i {
        float: right;
        font-size: 20px;
    }
    .productmainclass>ul>li>a:hover {
        padding: 0 25px;
    }
    .productmainclass li ul {
        display: none;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 310px;
        width: 300px;
        background: #fff;
    }
    .productmainclass li.on ul {
        display: block;
    }
    .productmainclass li li a {
        display: block;
        line-height: 40px;
        padding: 0 20px;
    }
    .productmainclass li li a:hover {
        color: #005aa8;
    }
    .productmainclass h2 {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }
    .productmainlist {}
    .productmainlist h3 {
        font-size: 14px;
        background: #fff;
        line-height: 40px;
        margin-bottom: 20px;
        position: relative;
        padding: 0 20px 0 30px;
        color: #005aa8;
    }
    .productmainlist h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: 20px;
        bottom: 15px;
        width: 2px;
        background: #005aa8;
    }
    .productmainlist h3 a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
        display: inline-block;
        height: 16px;
    }
    .productmainlist ul {
        margin: 0 -1%;
    }
    .productmainlist li {
        float: left;
        width: 23%;
        margin: 0 1% 25px;
    }
    .productmainlist li a {
        display: block;
        border: 1px solid #ddd;
        padding: 4px;
    }
    .productmainlist li figure {
        overflow: hidden;
        position: relative;
        height: 255px;
    }
    .productmainlist li figcaption {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }
    .productmainlist li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 320px;
        text-align: center;
    }
    .productmainlist li {
        overflow: hidden;
        position: relative;
        transition: all ease-out 0.3s;
    }
    .productmainlist li h4 {
        font-size: 13px;
        line-height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: #eee;
        font-weight: normal;
        text-align: center;
        transition: all 0.3s ease-out 0s;
    }
    .productmainlist li a:hover figcaption {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .productmainlist li a:hover h4 {
        background: #005aa8;
        color: #fff;
    }
    .partner {
        padding: 80px 0;
        background: #f9f9f9;
    }
    .partnerslide {}
    .partnerslide .swiper-container {
        padding-bottom: 40px;
    }
    .partnerslide .swiper-pagination {
        bottom: 0;
    }
    .partnerslide figure {
        padding: 10px;
        border: 1px solid #ddd;
        width: 223.333px;
        height: 100%;
        background: #fff;
    }
    .partnerslide img {
        width: 100%;
    }
    .partnerslide img:hover {
        animation: pulse 1s linear 1;
    }
    .about {
        background: #f3f3f3 url(../images/bgabout.png) no-repeat center bottom;
        padding: 80px 0;
    }
    .aboutmain {
        position: relative;
        background: #fff;
        padding: 60px;
    }
    .aboutcover {
        float: right;
        width: 630px;
    }
    .aboutcover h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    .aboutcover video {
        display:block;
        width:100%;
        margin-top: 25px;
    }
	.aboutcover iframe {
        width: 100%;
        height: 510px;
    }
    .aboutinfo {
        float: left;
        width: 630px;
    }
    .aboutinfo h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    .aboutinfo section {
        margin-top: 20px;
        font-size: 14px;
        line-height: 23px;
        color: #666;
    }
    .aboutinfo section p:not(:last-child) {
        margin-bottom: 20px;
    }
    .aboutinfo a {
        display: block;
        width: 90px;
        line-height: 40px;
        color: #fff;
        margin-top: 40px;
        background: #005aa8;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }
    .aboutinfo a i {
        float: left;
        margin-right: 5px;
        font-size: 20px;
    }
    .aboutinfo a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100px;
        height: 100%;
        background-image: linear-gradient(90deg, transparent 0, #fff 50%, transparent 100%);
        transform: skewX(-15deg);
        transition: all 0.5s ease-out 0s;
    }
    .aboutinfo a:hover {}
    .aboutinfo a:hover:before {
        left: 200%;
    }
    .product {
        padding: 60px 0;
    }
    .productlist {}
    .productlist ul {
        overflow: hidden;
    }
    .productlist li {
        float: left;
        width: 23%;
        margin: 0 1%;
    }
    .productlist li a {
        display: block;
        border: 1px solid #eee;
        overflow: hidden;
        position: relative;
        height: 318px;
    }
    .productlist li figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transition: all 0.3s ease-out 0s;
    }
    .productlist li figure img {
        width: 100%;
    }
    .productlist li section {
        position: absolute;
        z-index: 1;
        bottom: -70px;
        left: 0;
        right: 0;
        border-top: 1px solid #eee;
        padding: 20px;
        background: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .productlist li h3 {
        font-size: 17px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .productlist li h4 {
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #666;
    }
    .productlist li p {
        color: #999;
        height: 40px;
        overflow: hidden;
    }
    .productlist li a:hover figure {
        top: -20px;
    }
    .productlist li a:hover section {
        bottom: 0;
    }
    .news {
        padding: 80px 0 60px;
    }
    .newstitle {
        margin-bottom: 20px;
    }
    .newstitle h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .newslist {}
    .newslist ul {
        margin: 0 -1%;
    }
    .newslist li {
        margin-bottom: 20px;
        float: left;
        width: 48%;
        margin: 0 1% 20px;
    }
    .newslist li a {
        display: block;
        position: relative;
        padding: 20px;
        background: #fff;
        border: 1px solid #eee;
    }
    .newslist li a figure {
        float: left;
        width: 120px;
        height: 90px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }
    .newslist li a figure img {
        width: 100%;
    }
    .newslist li a dl {
        position: relative;
    }
    .newslist li a dt {
        font-size: 15px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .newslist li a time {
        text-align: right;
        display: block;
        font-size: 12px;
        color: #ccc;
    }
    .newslist li a i {
        display: none;
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        font-size: 24px;
        color: #999;
    }
    .newslist li a dd {
        color: #999;
        font-size: 13px;
        height: 40px;
        overflow: hidden;
    }
    .newslist li a:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .newslist li a:hover i {
        animation: mctranslatex 1s infinite ease-in-out;
        -webkit-animation: mctranslatex 1s infinite ease-in-out;
        color: #005aa8;
    }
    .flink {
        padding: 10px 0;
    }
    .flink a {
        margin-right: 10px;
    }
    .flinkmain {
        border: 1px solid #ddd;
        padding: 15px;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    /* DESKTOPS */
    .banner {
        position: relative;
        background: #fff;
        
    }
    .banner a {
        display: block;
    }
    .banner figure {
        overflow: hidden;
        position: relative;
        height: 520px;
    }
    .banner img {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 520px;

    }
    .banner section {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 40px;
        margin-left: -600px;
        width: 480px;
        background: rgba(0, 90, 168, 0.8);
        padding: 30px;
    }
    .banner section h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner section p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }
    .banner .swiper-slide-active figure img {
        animation: bannerimgmc 6s 1 linear forwards;
        -webkit-animation: bannerimgmc 6s 1 linear forwards;
    }
    @keyframes bannerimgmc {
        0% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(1);
        }
        10% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: translate(-50%, -50%) scale(1.1);
        }
    }
    .banner .iconfont {
        font-size: 60px;
    }
    .banner .swiper-button-prev {
        left: 5%;
    }
    .banner .swiper-button-next {
        right: 5%;
    }
    .search {
        padding: 15px 0;
        line-height: 30px;
        font-size: 12px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .searchhotkey {
        float: left;
    }
    .searchhotkey a {
        margin-right: 10px;
    }
    .searchform {
        float: right;
    }
    .searchform form {}
    .searchform input {}
    .searchform input.txt {
        height: 28px;
        line-height: 28px;
        background: #f9f9f9;
        padding: 0 10px;
        border: 1px solid #005aa8;
        border-right: none;
    }
    .searchform input.txt::-webkit-input-placeholder {
        color: #ccc;
        font-size: 12px;
    }
    .searchform input.btn {
        height: 30px;
        background: #005aa8;
        padding: 0 20px;
        color: #fff;
    }
    .title {
        margin-bottom: 40px;
        overflow: hidden;
        text-align: center;
    }
    .title h2 {
        font-size: 36px;
        line-height: 40px;
        position: relative;
        margin-bottom: 5px;
        color: #005aa8;
    }
    .title h2 span {
        display: inline-block;
        border: 2px solid #005aa8;
        padding: 5px 10px;
        vertical-align: middle;
    }
    .title h3 {
        opacity: 0.8;
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
        font-weight: normal;
    }
    .title h3 span {
        position: relative;
        display: inline-block;
    }
    .title h3 span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .title h3 span:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin-right: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .solution {
        padding: 80px 0;
    }
    .solutionlide a {
        display: block;
        position: relative;
        height: 100%;
        text-align: center;
    }
    .solutionlide a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide figure {
        overflow: hidden;
    }
    .solutionlide figure img {
        width: 100%;
    }
    .solutionlide section {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 70px 30px;
        color: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide section i {
        display: block;
        margin-bottom: 20px;
        font-size: 60px;
        line-height: 60px;
    }
    .solutionlide section dl {
        position: relative;
        padding-top: 10px;
    }
    .solutionlide section dl:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        border-radius: 5px;
        background: #fff;
    }
    .solutionlide section dt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .solutionlide section dd {
        opacity: 0;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide a:hover:after {
        background: rgba(40, 22, 111, 0.6);
    }
    .solutionlide a:hover figure img {
        transform: scale3d(1.05, 1.05, 1);
    }
    .solutionlide a:hover section {
        padding: 40px 30px;
    }
    .solutionlide a:hover section dd {
        opacity: 0.6;
    }
    .product {
        padding: 80px 0;
        background: #f9f9f9;
    }
    .productmain {
        overflow: hidden;
    }
    .productmainclass {
        float: left;
        width: 260px;
        background: #005aa8;
        padding: 5px;
    }
    .productmainclass dl {
        padding: 20px;
        color: #fff;
    }
    .productmainclass dt {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 37px;
        position: relative;
    }
    .productmainclass dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 51px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #fff;
    }
    .productmainclass dd {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
    }
    .productmainclass>ul {
        background: #fff;
    }
    .productmainclass>ul>li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .productmainclass>ul>li>a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 70px;
        background: #fff;
        padding: 0 20px;
        color: #005aa8;
    }
    .productmainclass>ul>li>a i {
        float: right;
        font-size: 20px;
    }
    .productmainclass>ul>li>a:hover {
        background: #005aa8;
        color: #fff;
        padding: 0 25px;
    }
    .productmainclass li ul {
        padding: 20px 0;
    }
    .productmainclass li li a {
        display: block;
        line-height: 40px;
        padding: 0 20px 0 60px;
    }
    .productmainclass li li a:hover {
        color: #005aa8;
    }
    .productmainclass h2 {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }
    .productmainlist {}
    .productmainlist h3 {
        font-size: 14px;
        background: #fff;
        line-height: 40px;
        margin-bottom: 20px;
        position: relative;
        padding: 0 20px 0 30px;
        color: #005aa8;
    }
    .productmainlist h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: 20px;
        bottom: 15px;
        width: 2px;
        background: #005aa8;
    }
    .productmainlist h3 a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
        display: inline-block;
        height: 16px;
    }
    .productmainlist ul {
        margin: 0 -1%;
    }
    .productmainlist li {
        float: left;
        width: 23%;
        margin: 0 1% 25px;
    }
    .productmainlist li a {
        display: block;
        border: 1px solid #ddd;
        padding: 4px;
    }
    .productmainlist li figure {
        overflow: hidden;
        position: relative;
        height: 255px;
    }
    .productmainlist li figcaption {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }
    .productmainlist li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 320px;
        text-align: center;
    }
    .productmainlist li {
        overflow: hidden;
        position: relative;
        transition: all ease-out 0.3s;
    }
    .productmainlist li h4 {
        font-size: 13px;
        line-height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: #eee;
        font-weight: normal;
        text-align: center;
        transition: all 0.3s ease-out 0s;
    }
    .productmainlist li a:hover figcaption {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .productmainlist li a:hover h4 {
        background: #005aa8;
        color: #fff;
    }
    .partner {
        padding: 80px 0;
        background: #f9f9f9;
    }
    .partnerslide {}
    .partnerslide .swiper-container {
        padding-bottom: 40px;
    }
    .partnerslide .swiper-pagination {
        bottom: 0;
    }
    .partnerslide figure {
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
    }
    .partnerslide img {
        width: 100%;
    }
    .partnerslide img:hover {
        animation: pulse 1s linear 1;
    }
    .about {
        background: #f3f3f3 url(../images/bgabout.png) no-repeat center bottom;
        padding: 80px 0;
    }
    .aboutmain {
        position: relative;
        background: #fff;
        padding: 60px;
    }
    .aboutcover {
        float: right;
        width: 520px;
    }
    .aboutcover h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
	.aboutcover video {
        display:block;
        width:100%;
        margin-top: 25px;
    }
    .aboutcover iframe {
        width: 100%;
        height: 510px;
    }
    .aboutinfo {
        float: left;
        width: 520px;
    }
    .aboutinfo h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    .aboutinfo section {
        margin-top: 20px;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #666;
    }
    .aboutinfo section p:not(:last-child) {
        margin-bottom: 20px;
    }
    .aboutinfo a {
        display: block;
        width: 90px;
        line-height: 40px;
        color: #fff;
        margin-top: 40px;
        background: #005aa8;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }
    .aboutinfo a i {
        float: left;
        margin-right: 5px;
        font-size: 20px;
    }
    .aboutinfo a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100px;
        height: 100%;
        background-image: linear-gradient(90deg, transparent 0, #fff 50%, transparent 100%);
        transform: skewX(-15deg);
        transition: all 0.5s ease-out 0s;
    }
    .aboutinfo a:hover {}
    .aboutinfo a:hover:before {
        left: 200%;
    }
    .product {
        padding: 60px 0;
    }
    .productlist {}
    .productlist ul {
        overflow: hidden;
    }
    .productlist li {
        float: left;
        width: 23%;
        margin: 0 1%;
    }
    .productlist li a {
        display: block;
        border: 1px solid #eee;
        overflow: hidden;
        position: relative;
        height: 318px;
    }
    .productlist li figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transition: all 0.3s ease-out 0s;
    }
    .productlist li figure img {
        width: 100%;
    }
    .productlist li section {
        position: absolute;
        z-index: 1;
        bottom: -70px;
        left: 0;
        right: 0;
        border-top: 1px solid #eee;
        padding: 20px;
        background: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .productlist li h3 {
        font-size: 17px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .productlist li h4 {
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #666;
    }
    .productlist li p {
        color: #999;
        height: 40px;
        overflow: hidden;
    }
    .productlist li a:hover figure {
        top: -20px;
    }
    .productlist li a:hover section {
        bottom: 0;
    }
    .news {
        padding: 80px 0 60px;
    }
    .newstitle {
        margin-bottom: 20px;
    }
    .newstitle h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .newslist {}
    .newslist ul {
        margin: 0 -1%;
    }
    .newslist li {
        margin-bottom: 20px;
        float: left;
        width: 48%;
        margin: 0 1% 20px;
    }
    .newslist li a {
        display: block;
        position: relative;
        padding: 20px;
        background: #fff;
        border: 1px solid #eee;
    }
    .newslist li a figure {
        float: left;
        width: 120px;
        height: 90px;
        overflow: hidden;
        margin: 0 20px 0 0;
    }
    .newslist li a figure img {
        width: 100%;
    }
    .newslist li a dl {
        position: relative;
    }
    .newslist li a dt {
        font-size: 15px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .newslist li a time {
        display: block;
        font-size: 12px;
        color: #ccc;
    }
    .newslist li a i {
        display: none;
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        font-size: 24px;
        color: #999;
    }
    .newslist li a dd {
        color: #999;
        font-size: 13px;
        height: 40px;
        overflow: hidden;
    }
    .newslist li a:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .newslist li a:hover i {
        animation: mctranslatex 1s infinite ease-in-out;
        -webkit-animation: mctranslatex 1s infinite ease-in-out;
        color: #005aa8;
    }
    .flink {
        padding: 10px 0;
    }
    .flink a {
        margin-right: 10px;
    }
    .flinkmain {
        border: 1px solid #ddd;
        padding: 15px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    /* TABLET */
    .banner {
        position: relative;
    }
    .banner figure {
        overflow: hidden;
        position: relative;
        height: 400px;
    }
    .banner img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 400px;
        
    }
    .banner section {
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        transform: translateY(-50%);
        margin-top: 150px;
    }
    .banner section dl {
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    .banner section dt {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .banner section dd {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 60px;
    }
    .banner section a {
        display: block;
    }
    .banner .iconfont {
        font-size: 60px;
        color: #fe0007;
    }
    .banner .swiper-button-prev {
        left: 0;
    }
    .banner .swiper-button-next {
        right: 0;
    }
}

@media (max-width:767px) {
    /* MOBILE */
    .banner {
        position: relative;
    }
    .banner figure {
        overflow: hidden;
        position: relative;
        height: 180px;
    }
    .banner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 180px;
    }
    .banner section {
        display: none;
    }
    .banner .iconfont {
        font-size: 60px;
        color: #333;
    }
    .banner .swiper-button-prev {
        left: 0;
    }
    .banner .swiper-button-next {
        right: 0;
    }
    .search {
        padding: 15px 20px;
        line-height: 30px;
        font-size: 12px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .searchhotkey {
        margin-bottom: 10px;
        text-align: center;
    }
    .searchhotkey a:not(:last-child) {
        margin-right: 10px;
    }
    .searchform {}
    .searchform form {
        position: relative;
    }
    .searchform input {}
    .searchform input.txt {
        height: 30px;
        line-height: 30px;
        background: #f9f9f9;
        padding: 0 10px;
        border: 1px solid #005aa8;
        border-right: none;
        width: 100%;
        box-sizing: border-box;
    }
    .searchform input.txt::-webkit-input-placeholder {
        color: #ccc;
        font-size: 12px;
    }
    .searchform input.btn {
        height: 30px;
        background: #005aa8;
        padding: 0 20px;
        color: #fff;
        position: absolute;
        top: 2px;
        right: 0;
    }
    .title {
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
    }
    .title h2 {
        font-size: 24px;
        line-height: 30px;
        position: relative;
        margin-bottom: 5px;
        color: #005aa8;
    }
    .title h2 span {
        display: inline-block;
        border: 2px solid #005aa8;
        padding: 5px 10px;
        vertical-align: middle;
    }
    .title h3 {
        opacity: 0.8;
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
        font-weight: normal;
    }
    .title h3 span {
        position: relative;
        display: inline-block;
    }
    .title h3 span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .title h3 span:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin-right: 30px;
        width: 50px;
        height: 1px;
        background: #999;
    }
    .solution {
        padding: 40px 20px;
    }
    .solutionlide a {
        display: block;
        position: relative;
        height: 100%;
        width: 345px;
        text-align: center;
    }
    .solutionlide a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide figure {
        overflow: hidden;
    }
    .solutionlide figure img {
        width: 100%;
    }
    .solutionlide section {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 70px 30px;
        color: #fff;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide section i {
        display: block;
        margin-bottom: 20px;
        font-size: 60px;
        line-height: 60px;
    }
    .solutionlide section dl {
        position: relative;
        padding-top: 10px;
    }
    .solutionlide section dl:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        border-radius: 5px;
        background: #fff;
    }
    .solutionlide section dt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .solutionlide section dd {
        opacity: 0;
        transition: all 0.3s ease-out 0s;
    }
    .solutionlide a:hover:after {
        background: rgba(40, 22, 111, 0.6);
    }
    .solutionlide a:hover figure img {
        transform: scale3d(1.05, 1.05, 1);
    }
    .solutionlide a:hover section {
        padding: 40px 30px;
    }
    .solutionlide a:hover section dd {
        opacity: 0.6;
    }
    .product {
        padding: 40px 20px;
        background: #f9f9f9;
    }
    .productmain {
        overflow: hidden;
    }
    .productmainclass {
        background: #005aa8;
        padding: 5px;
        margin-bottom: 20px;
    }
    .productmainclass dl {
        padding: 10px;
        color: #fff;
    }
    .productmainclass dt {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 17px;
        position: relative;
    }
    .productmainclass dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 36px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #fff;
    }
    .productmainclass dd {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
    }
    .productmainclass>ul {
        background: #fff;
    }
    .productmainclass>ul>li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .productmainclass>ul>li>a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        padding: 10px 20px 10px 10px;
        color: #005aa8;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .productmainclass>ul>li>a i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .productmainclass>ul>li>a:hover {
        background: #005aa8;
        color: #fff;
        padding: 10px 20px 10px 10px;
    }
    .productmainclass li ul {
        padding: 20px 0;
    }
    .productmainclass li li a {
        display: block;
        line-height: 40px;
        padding: 0 20px 0 60px;
    }
    .productmainclass li li a:hover {
        color: #005aa8;
    }
    .productmainclass h2 {
        color: #fff;
        line-height: 40px;
        text-align: center;
    }
    .productmainlist {}
    .productmainlist h3 {
        font-size: 14px;
        background: #fff;
        line-height: 40px;
        margin-bottom: 20px;
        position: relative;
        padding: 0 20px 0 30px;
        color: #005aa8;
    }
    .productmainlist h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: 20px;
        bottom: 15px;
        width: 2px;
        background: #005aa8;
    }
    .productmainlist h3 a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: normal;
        display: inline-block;
        height: 16px;
    }
    .productmainlist ul {
        margin: 0 -1%;
    }
    .productmainlist li {
        float: left;
        width: 48%;
        margin: 0 1% 2%;
    }
    .productmainlist li a {
        display: block;
        border: 1px solid #ddd;
        padding: 1px;
    }
    .productmainlist li figure {
        overflow: hidden;
        position: relative;
        height: 150px;
    }
    .productmainlist li figcaption {
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }
    .productmainlist li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 230px;
        text-align: center;
    }
    .productmainlist li {
        overflow: hidden;
        position: relative;
        transition: all ease-out 0.3s;
    }
    .productmainlist li h4 {
        font-size: 13px;
        line-height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: #eee;
        font-weight: normal;
        text-align: center;
        transition: all 0.3s ease-out 0s;
    }
    .productmainlist li a:hover figcaption {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .productmainlist li a:hover h4 {
        background: #005aa8;
        color: #fff;
    }
    .partner {
        padding: 40px 20px;
    }
    .partnerslide {}
    .partnerslide .swiper-container {
        padding-bottom: 40px;
    }
    .partnerslide .swiper-pagination {
        bottom: 0;
    }
    .partnerslide figure {
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
    }
    .partnerslide img {
        width: 100%;
    }
    .partnerslide img:hover {
        animation: pulse 1s linear 1;
    }
    .about {
        background: #f3f3f3 url(../images/bgabout.png) no-repeat center bottom;
        padding: 40px 20px;
    }
    .aboutmain {
        position: relative;
        background: #fff;
        padding: 20px;
    }
    .aboutcover {
        margin-bottom: 20px;
    }
    .aboutcover h3 {
     display: none;
    }
	.aboutcover video {
        display:block;
        width:100%;
    }
    .aboutcover iframe {
        width: 100%;
        height: 240px;
    }
    .aboutinfo {}
    .aboutinfo h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .aboutinfo section {
        margin-top: 10px;
        color: #666;
    }
    .aboutinfo section p:not(:last-child) {
        margin-bottom: 10px;
    }
    .aboutinfo a {
        display: block;
        width: 90px;
        line-height: 40px;
        color: #fff;
        margin-top: 20px;
        background: #005aa8;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
    }
    .aboutinfo a i {
        float: left;
        margin-right: 5px;
        font-size: 20px;
    }
    .aboutinfo a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100px;
        height: 100%;
        background-image: linear-gradient(90deg, transparent 0, #fff 50%, transparent 100%);
        transform: skewX(-15deg);
        transition: all 0.5s ease-out 0s;
    }
    .aboutinfo a:hover {}
    .aboutinfo a:hover:before {
        left: 200%;
    }
    .news {
        padding: 40px 20px 20px;
    }
    .newstitle {
        margin-bottom: 20px;
    }
    .newstitle h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .newslist {}
    .newslist ul {}
    .newslist li {
        margin-bottom: 10px;
    }
    .newslist li a {
        display: block;
        position: relative;
        padding: 10px;
        background: #fff;
        border: 1px solid #eee;
    }
    .newslist li a figure {
        float: left;
        width: 120px;
        height: 90px;
        overflow: hidden;
    }
    .newslist li a figure img {
        width: 100%;
    }
    .newslist li a dl {
        position: relative;
    }
    .newslist li a dt {
        font-size: 15px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .newslist li a time {
        display: block;
        font-size: 12px;
        color: #ccc;
    }
    .newslist li a i {
        display: none;
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        font-size: 24px;
        color: #999;
    }
    .newslist li a dd {
        color: #999;
        font-size: 13px;
        height: 40px;
        overflow: hidden;
    }
    .newslist li a:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .newslist li a:hover i {
        animation: mctranslatex 1s infinite ease-in-out;
        -webkit-animation: mctranslatex 1s infinite ease-in-out;
        color: #005aa8;
    }
    .flink {
        padding: 20px;
        background: #f9f9f9;
    }
    .flink a {
        margin-right: 10px;
    }
}