﻿/*productpc,productdingding*/
   .nav-link2 {
            color: #064ac6;
            padding: 17px 15px;
            font-weight: 600;
            text-align: left;
        }
@media screen and (min-width:840px) {
    .productcontainer {
        width: 1200px;
        max-width: 1200px !important;
        margin: 0 auto;
        position: relative;
        height: 480px;
        display: flex
    }
    .CommonAreaContainerLeftRightMode .Left .Title {
        margin-top: 0px;
        text-align: left;
    }

    .CommonAreaContainer .Title {
        font-size: 30px;
        text-align: center;
        color: #2a344b;
        line-height: 36px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .OrderNumberIcon {
        height: 100px;
    }

        .OrderNumberIcon img {
            height: 70px;
        }

    .CommonAreaContainer .ControlButton {
        margin-top: 25px;
    }

    .CommonAreaContainer .Description {
        text-align: left;
        font-size: 15px;
        line-height: 32px;
        color: #3e4963;
    }
    .window{
        display:block;

    }
    .phone{
        display:none;
    }
    .main-banner {
        height: 680px;
        position: relative;
        padding-top: 160px;
    }
    .wrapper {
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (max-width:839px) {
    .main-banner {
        height: 160px;
        position: relative;
       
        text-align:center
    }
    .productcontainer {
       
        margin: 0 auto;
        position: relative;
        height: 780px;
        
    }
    .CommonAreaContainerLeftRightMode .Left .Title {
        margin-top: 0px;
        text-align: center;
    }

    .CommonAreaContainer .Title {
        font-size: 30px;
        text-align: center;
        color: #2a344b;
        line-height: 36px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .OrderNumberIcon {
        height: 100px;
    }

        .OrderNumberIcon img {
            height: 70px;
        }

    .CommonAreaContainer .ControlButton {
        margin-top: 25px;
    }

    .CommonAreaContainer .Description {
        text-align: left;
        font-size: 15px;
        line-height: 32px;
        color: #3e4963;
        margin: 0 auto;
        width: 80%;
    }
    .ControlButton{
        text-align:center
    }
    .window {
        display: none;
    }

    .phone {
        display: block;
    }
}

    a {
        text-decoration: none !important
    }

    @keyframes slideInLeft {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .slideinleft {
        animation-name: slideInLeft;
        animation-duration: 1s;
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(0);
        }
    }

    .slideInRight {
        animation-name: slideInRight;
        animation-duration: 1s;
    }

    .zoomIn {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
    }

    body {
        font-family: 'Microsoft YaHei'
    }





    .productshiyong {
        background: #fff;
        color: #155aff;
        font-size: 15px;
        border-radius: 20px;
        padding: 10px 35px;
    }

        .productshiyong:hover {
            background: #f60;
            color: #fff
        }

    .otherpc {
        float: right;
        color: #00aff7;
        margin: 20px 10px;
        margin-top: 50px;
    }

        .otherpc:hover {
            color: #f60
        }

    .productpc {
        width: 100%;
        margin: 40px auto;
        height: 500px;
    }

    .productpc-huo {
        width: 35px;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        padding-left: 5px;
        margin-left: 240px !important;
        background: #bb0a0a;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #fff;
        margin-top: -10px;
    }

    .productpc ul {
        list-style-type: none;
        width: 1340px;
        margin: 10px auto;
    }

        .productpc ul li {
            float: left;
            padding: 30px 10px;
            margin: 10px;
            width: 280px;
            background-image: url('../images/index/productpcgif.gif');
            background-repeat: no-repeat;
            background-size: contain;
            box-shadow: 2px 5px 10px #bfbfbf;
            border-radius: 6px;
            height: 300px;
            transition: 0.3s;
        }

            .productpc ul li:hover {
                box-shadow: 2px 5px 13px #666;
            }

                .productpc ul li:hover:before {
                    border-top-color: #017aee;
                    /* 上边框颜色 */
                    border-right-color: #0092f2;
                    /* 右边框颜色 */
                    width: 100%;
                    height: 100%;
                    transition: width .2s,height .2s .2s;
                }

            .productpc ul li:after {
                right: 0;
                bottom: 0;
                transition: border-color 0s .4s,width .2s .2s,height .2s;
            }

            .productpc ul li:hover:after {
                border-bottom-color: #0092f2;
                /* 下边框颜色 */
                border-left-color: #00aff7;
                /* 左边框颜色 */
                width: 100%;
                height: 100%;
                transition: border-color 0s .4s,width .2s .4s,height .2s .6s;
            }

    .productpc-title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
    }

    .productpc-main {
        font-size: 13px;
        color: #bfbfbf;
        line-height: 30px;
        margin: 20px auto;
        height: 150px;
    }

    .productpc-a {
        text-align: center;
    }

        .productpc-a > a {
            border-radius: 5px;
            padding: 8px 15px;
            background: #155aff;
            color: #fff;
            cursor: pointer;
            font-size: 13px;
        }

        .productpc-a a:hover {
            background: #6076f7;
        }

    .productdingding {
        width: 100%;
        margin: 0px auto;
    }

    .dingding-erweima {
        width: 150px;
        margin-right: 40px;
    }

    .other {
        margin-top: 10px;
        text-decoration: underline;
        position: relative;
        top: 20px;
        left: 10px;
    }

        .other:hover {
            color: #f60;
        }

    .dingding {
        width: 1440px;
        height: auto;
        margin: 0px auto;
        padding: 30px 0
    }

    .dingding-title {
        color: #005aa8;
        font-size: 16px;
        text-align: left;
        padding-left: 120px;
        font-weight: 600;
        padding-top: 30px;
    }

    .dingding p img {
        width: 900px;
    }
    /*productpc,productdingding*/
    /*product*/
 

    .main-banner .bannerproduct img {
        width: 700px ;
    }



        .main-banner .Title {
            font-size: 40px;
            font-weight: bold;
            color: #1f2329;
            margin-top: 35px;
            z-index: 10 !important;
            position: relative;
        }

        .main-banner .Description {
            margin-top: 5px;
            font-size: 15px;
            color: #3e4963;
            line-height: 30px;
        }

        .main-banner .bannerproduct {
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .main-banner .ControlButton {
            margin-top: 35px;
        }

    .productbtn {
        padding: 10px 18px;
        background: #155aff;
        color: #fff !important;
        font-size: 13px;
        border-radius: 5px;
        margin: 5px;
    }

        .productbtn:hover {
            background: #005aa8
        }

    .productbtntwo {
        padding: 10px 18px;
        background: #fff;
        color: #155aff;
        font-size: 13px;
        border: 1px solid #155aff;
        border-radius: 5px;
        margin: 5px 5px;
    }

        .productbtntwo:hover {
            background: #155aff;
            color: #fff;
        }



    section {
        display: block
    }

    .BgColor1 {
        background-color: #F5FAFF;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .BgColor2 {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 70px;
    }

   

    .CommonAreaContainerLeftRightMode .Right {
        float: left;
        width: 100%;
    }

    .animated {
        visibility: visible;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .CommonAreaContainerLeftRightMode .Left {
        float: left;
        width: 100%;
    }



    .btn-small {
        background: #0064FF;
        padding: 6px 15px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #fff;
        border-radius: 5px;
    }

        .btn-small:hover {
            background: #f60;
        }
    /*动态图片*/
