﻿@media screen and (max-width: 1440px) { 
.infnbox {
            
            display: flex;
            width: 57%;
             min-height: 17vh;
            margin-left: 21%;
            padding-top:5vh;
            position: relative;
            -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }
} 
 hrml, body {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            background-color: #fff;
            /*overflow: hidden;*/
            height: 100%;
            margin: 0;
            padding: 0;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }

            body::-webkit-scrollbar {
                display: none;
            }

        .button .me {
            font-size: 18px;
            color: #FFFFFF;
            font-family: "Heavy";
            /*padding-top: 5px;*/
            font-weight: bold;
            letter-spacing: 2px;
            padding-right: 5px;
            padding-left: 32px;
        }

        a {
            text-decoration: none;
        }

            a:hover {
                text-decoration: none;
            }

            a:active {
                text-decoration: none;
            }

        .header .button a:hover #ba1 {
            color: #08426d;
            text-decoration: none;
        }

        .header .button a:hover #ba2 {
            color: #08426d;
            text-decoration: none;
        }

        .header .button a:hover #ba3 {
            color: #08426d;
            text-decoration: none;
        }

        .header .button a:hover #ba4 {
            color: #08426d;
            text-decoration: none;
        }

        .header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            padding: 40px 80px 0;
            /*z-index: 9;*/
            height: 50%;
            background: url(../../Content/images/connect_us.jpg) no-repeat center center;
            background-size: cover;
            /*background-attachment: fixed;
            background-color: #CCCCCC;*/
            border-bottom:1px solid #e3e3e3;
        }

        img {
            vertical-align: middle;
        }

        .header .logo {
            display: inline-block;
            vertical-align: top;
        }

            .header .logo img {
                display: block;
                margin: 0 auto;
            }

        .header .button {
            display: flex;
            position: absolute;
            /*top: 25px;*/
            right: 5vh;
            /*padding: 8px 0;*/
            cursor: pointer;
            background: rgba(128,128,128,0.3);
                height: 60px;
    line-height: 15px;
        }

        .main {
            width: 100%;
            height: 100%;
            margin-top: 30%;
            margin-bottom: 10%;
            
        }

        .infnbox {
            
            display: flex;
            width: 57%;
             min-height: 17vh;
            margin-left: 21%;
            
            position: relative;
            -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }
        .infoleft {
        width:70%;
       border-right:1px dashed #858585;
       padding: 3% 1%;
        }
         .inforight {
        width:47%;
        padding-left:3%;
        }
        .leftbox {
        /*padding:1vh 0vh;*/
        }
        .leftmain {
            display:flex;
            width:92%;
            height:70px;
            
            font-size:18px;
            border-bottom: 1px solid #858585;
        }
            .leftmain li {
            list-style-type:none;
            padding-right:1vh;
            }
            #container {
            overflow: hidden;
            width: 100%;
            height: 100%;
            margin: 0;
            font-family: "微软雅黑";
        }
        #footer a {
            color:#ffffff;
        }
        #footer a:hover {
            color:#ffffff;
        }
        #footer a:active {
            color:#ffffff;
        }
