 html {
            font-size: 16px;
        }
        body {
			background-color: #000000;
			margin: 0px;
			overflow: hidden;
		}
        #bd {
            width: 100%;
            background-image: url(/repository/image/0619dcb3-4325-44a9-a020-d3e4eaff8612.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -moz-background-size: 100% 100%;
        }

        .mb {
            position: relative;
            top: 25%;
            width: 30%;
            height: 35%;
            float: left;
            margin-right: 5px;
            opacity: 0;
        }

        .rotate {
            position: relative;
            left: 10%;
            top: 4%;
            width: 80%;
            height: 36%;
        }

        .mbbg {
            width: 100%;
            height: 90%;
            background-image: url(/repository/image/39cd6a60-ac13-442c-a150-0c0804095929.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -moz-background-size: 100% 100%;
        }

        .mbbg2 {
            width: 100%;
            height: 90%;
            background-image: url(/repository/image/663ef482-0a6c-4abb-9a3f-dc4cfba98f6d.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            border-left: 3px transparent solid;
            border-image: -webkit-linear-gradient(#1f2353,#0081c7, #0094d8,#00bfec,#fff,#00bfec,#0094d8,#0081c7,#1f2353) 10 1 10;
            border-image: -moz-linear-gradient(#1f2353,#0081c7, #0094d8,#00bfec,#fff,#00bfec,#0094d8,#0081c7,#1f2353) 10 1 10;
            border-image: -o-linear-gradient(#1f2353,#0081c7, #0094d8,#00bfec,#fff,#00bfec,#0094d8,#0081c7,#1f2353) 10 1 10;
            border-image: linear-gradient(#1f2353,#0081c7, #0094d8,#00bfec,#fff,#00bfec,#0094d8,#0081c7,#1f2353) 10 1 10;
            box-shadow: 0 0 12px #263462;
            -webkit-filter: grayscale(0.7);
            filter: grayscale(0.7);
        }

        .title {
            width: 100%;
            height: 10%;
            text-align: center;
            color: #fff;
            padding-top: 2%;
            font-size: 1.5rem;
        }

        .title2 {
            width: 100%;
            height: 10%;
            padding-top: 2%;
            color: #fff;
            text-align: center;
        }
        .word {
            height: 1.5rem;
            font-size: 1.5rem;
        }
        .rotate-title{
            font-size: 1rem;
        }
        .logo {
            width: 10%;
            height: 1.1rem;

        }

        .bd_title{
			text-align: center;
            color: #fff;
            font-size: 1.2rem;
            width: 100%;
            filter: alpha(Opacity=0);
			-moz-opacity: 0;
			opacity: 0;
			z-index: 1;
			top: 10%;
		}
        .phone{
            font-size: 14px;
            top:3%;
        }
        .h1{
			margin-bottom: 5px;
			font-size: 2.4rem;
            letter-spacing: 3px;
          color: #fff;
		}
		.h3{
			color: #dbdbdb;
			font-size:1.1rem;
            margin-top: 32px;
			margin-bottom: 16px;
		}
         .rotat-h3{
            margin: 0 auto;
         }
		.h5{
            width: 50%;
			color: #909091;
			font-size:1rem;
            margin: 0 auto;
            line-height:24px;
		}
        .rotat-h5{
            width: 80%;
            margin: 0 auto;
        }
		.title-bottom{
			width: 130px;
			height: 1.5px;
			margin: 20px auto;
			background-image: url(/repository/image/341e94b2-5796-45b5-bdca-e3634f333de4.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			-moz-background-size: 100% 100%;
		}
		.section5_js{
			opacity:0.4
		}
		
		@media only screen and (max-width: 1400px){
			.wp_1100{
				max-width:1100px;
				margin:0 auto
			}
			.bd_title {
				position: relative !important;
			}
			.h1 {
				font-size: 2rem;
			}
			.h5 {
				font-size: 14px;
				line-height: 22px;
			}
		}
		
		@media only screen and (max-width: 800px){
			.bd_title{
				top:0;
				padding-top:0px
			}
           .title-bottom{margin:10px auto;}
			.h5{
				width:80%!important
			}
		}
		@media only screen and (max-width: 500px){
			.h5 {
				font-size: 12px;
				line-height: 20px;
				width: 96%!important;
			}
		}