﻿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: 40%;
            background: url(../../Content/images/banner_index.jpg) no-repeat center center;
            background-size: cover;
            /*background-attachment: fixed;
            background-color: #CCCCCC;*/
        }

        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: 80px;
            padding: 8px 0;
            cursor: pointer;
        }

        .main {
            width: 100%;
            height: 100%;
            margin-top: 23%;
            margin-bottom: 10%;
        }

        .infnbox {
            width: 60%;
            margin-left: 20%;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
            -moz-box-shadow: 2px 2px 10px #909090;
            -webkit-box-shadow: 2px 2px 10px #909090;
            box-shadow: 2px 2px 10px #909090;
            padding-bottom: 5%;
        }

        .index_tit {
            /*background: #6b85c8;*/
            /*margin-top: 4%;*/
            width: 80%;
            margin-left: 10%;
            padding: 5vh 5% 0 0%;
            /*height: 17vh;*/
            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;
        }

            .index_tit h5 {
                font-size: 18px;
                font-family: "Light";
                margin-bottom: 5px;
                letter-spacing: 1px;
                line-height: 25px;
            }

        .img_block {
            display: flex;
            width: 80%;
            /*background:#6b85c8;*/
            margin-left: 5%;
            /*margin-top: 2%;*/
            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;
        }

        .text-01 {
            padding: 30px 6% 30px 8%;
            width: 33.33%;
            text-align: left;
            /*background: #6b85c8;*/
        }

            .text-01 p {
                font-size: 18px;
            }

        #footer a {
            color: #ffffff;
        }

            #footer a:hover {
                color: #ffffff;
            }

            #footer a:active {
                color: #ffffff;
            }

        #rongyu img {
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
            -moz-box-shadow: 2px 2px 10px #b8b8b8;
            -webkit-box-shadow: 2px 2px 10px #b8b8b8;
            box-shadow: 2px 2px 10px #b8b8b8;
            margin-top: 3%;
        }