﻿@media screen and (max-width: 620px) {
        #bg1{
            display: none;
        }
        #bg2{
            display: inline-block;
            height: 326px;
        }
        .hearder {
            width: 75%;
            margin: 0 auto;
            height: 3rem;
            line-height: 3rem;
        }
        .header-title {
            color: #004596;
            vertical-align: middle;
            font-size: 1rem;
        }
        .header-right li {
            list-style: none;
            float: right;
            margin: 0 2%;
            font-size: 0.9rem;
        }

        .service h2 {
            text-align: center;
            margin-top: 4rem;
            font-size: 18px;
            font-weight: 600;
        }
        .pic {
            width: 100%;
            text-align: center;
        }
        /*.pic div{
            margin-left: 6rem;
            width: 6rem;
        }
        .pic div:nth-child(1){
            margin-left: 0;
        }*/
        .pic div{
            width: 40%;
            text-align: center;
            margin-top: 4rem;
        }
        .pic div img{
            width: 60px;
        }
        .pic div p{
            margin-top: 1rem;
            font-size: 14px;
        }
        .aboutus{
            background-size: 100% 20%;
            background-repeat: no-repeat;
            background-color: #f2f2f2;
        }
         .aboutus h2 {
            text-align: center;
            margin-bottom: 1%;
            margin-top: 1%;
            font-size: 18px;
            font-weight: 600;
        }
        .aboutus h5 {
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-top: 3rem;
            margin-bottom: 1rem;
        }
        .aboutus p {
            width: 350px;
            max-width: 100%;
            margin: 10px auto;
            text-indent: 2rem;
            font-size: 14px;
            font-weight: 400;
        }
       /* .aboutus {
            position: absolute;
            top: 0;
            left: 0;
            color: #3c3c3c;
            width: 84%;
            height: 72%;
            margin: 5% 8%;
        }*/
        .contactus h2 {
            text-align: center;
            margin-bottom: 2%;
            font-size: 18px;
            font-weight: 600;
        }
        .contactus>div{
            text-align: center;
            margin-top: 4rem;
        }
        .contactus>div>div:nth-child(1){
            width: 7rem;
            word-break: break-all;
            float: left;
            margin-left: 20px;
        }
        .contactus>div>div:nth-child(2){
            width: 7rem;
            word-break: break-all;
            float: right;
            margin-right: 20px;
        }
        .contactus div div p{
            font-size: 13px;
        }
        .contactus div div img{
            width: 50px;
            height: 50px;
        }
         .address-leftmar{
            margin-left: 0rem;
        }
        .email-address p {
            font-size: .8rem;
        }
        .code-li {
            position: relative;
        }
        .code-li:hover .dicode {
            display: block;
            
        }
        .dicode {
            background-color: #fff;
            width: 250px;
            height: 250px;
            padding: 25px;
            position: absolute;
            top: 90%;
            left: -96%;
            display: none;

        }
        .dicode>img {
            width: 100%;
            height: 100%;
        }
        .company-back{
            margin-top: 3rem;
            max-width: 768px;
            height: 668px;
            position: relative;
        }
        .footer{
            margin-top: 9rem;
        }
        .image-item{
            display: none;
        }
        .ipad-image-item{
            width: 350px;
            height: 18rem;
            max-width: 100%;
            background-color: #fff;
            margin: 10px auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ipad-left{
            width: 58%;
            height: 67%;
    
        }
        .ipad-right{
            width: 41%;
            height: 67%;
        }
        .ipad-bottom{
            width: 100%;
            height: 32%;
        }
        .ipad-left-img1{
            width: 100%;
            height: 62%;
            position: relative;
        }
        .ipad-left-img2{
            width: 50%;
            height: 37%;
            margin-top: 1%;
        }
        .ipad-left-img3{
            width: 49%;
            height: 37%;
            margin-top: 1%;
            float: right;
        }
        .ipad-right-img1{
            width: 100%;
            height: 50%;
        }
        .ipad-right-img2{
            width: 50%;
            height: 49%;
            margin-top: -1%;
        }
        .ipad-right-img3{
            width: 49%;
            height: 49%;
            margin-top: -1%;
            float: right;
        }
        .ipad-bottom-img1{
            width: 50%;
            height: 100%;
            margin-top: .5%;
        }
        .ipad-bottom-img2{
            width: 49.5%;
            height: 100%;
            margin-top: .5%;
            float: right;
        }
        .aboutus{
            padding-bottom: 4rem;
        }
        .tab-box{
            position: fixed;
            z-index: 10;
            top: 3rem;
            right: -200px;
            width: 200px;
            height: 100%;
            background: #fff;
            opacity: 1;
            transition: all .5s;
        }
        .opa{
            right: 0;
        }
        .tab-box p{
            font-size: 16px;
            color: #333;
            width: 80%;
            height: 60px;
            line-height: 60px;
            margin-left: 20px;
            border-bottom: 1px solid #ebebeb;
        }
        .tab-menu{
            float: right;
            color: #fff;
            font-size: 13px;
            display: block;
        }
        .menu-button{
            width: 18px;
            height: 18px;
            margin-left: 10px;
            margin-right: -20px;
            margin-top: 15px;
        }
        .menu-line{
            width: 18px;
            background: #fff;
            height: 1px;
            box-sizing: border-box;
            border-radius: 1px;
            transition: all .3s;
        }
        .menu-line:nth-child(2){
            margin: 6px 0;
        }
        .rotate-bottom{
            transform: rotate(45deg);
            width: 21px;
            transform-origin: left top;
        }
        .rotate-top{
            transform: rotate(-45deg);
            width: 21px;
            transform-origin: left bottom;
        }
        .opa-none{
            opacity: 0;
        }
        /*.tab-menu img{
            width: 23px;
            height: 23px;
            border-radius: 50%;
            vertical-align: middle;
            margin-left: 10px;
            margin-right: -20px;
            margin-bottom: 10%;
        }*/
        .singout{
            width: 16px;
            height: 16px;
            background-color: #000;
            float: right;
            margin: 10px 10px 0 0;
            border-radius: 50%;
            opacity: .8;
        }

        .header-right{
            display: none;
        }
        .tab-button{
            padding: 0 10px !important;
        }

        .video-box{
            width: 290px; 
            height: 180px; 
            position: fixed; 
            top: 50%; 
            left: 50%; 
            transform: translate(-50%,-50%);
            display: none;
        }

        .close-video{
            transform: translate(90%, -90%);
        }
        .mongolia{
            position: fixed;
            width: 100%;
            height: 100%;
            background-color: #333;
            opacity: .5;
            top: 0;
            left: 0;
            z-index: 1;
            display: none;
        }

    }