@media screen and (min-width: 1280px) {

   /*  .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
 */
 	.dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            margin-left: 330px;
     }
     .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
        }
         .show {
            display: block;
        }
    .header {
        height: 100px;
        line-height: 100px;
    }

    .header div {
        display: inline-block;
        vertical-align: middle;
    }

    .header>div>p{
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        color: #2d333a;
    }

    .header>div>img {
        vertical-align: middle;
        margin-right: 30px;
        width: 173px;
    }

    .header>div>button{
        vertical-align: middle;
        margin-right: 30px;
        border-radius: 3px;
        font-size: 20px;
        color: white;
        background: #00b9cc;
        border:none;
        padding: 5px 10px;
    }
    .header-li{
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        margin-left: 30px;
        color: #2d333a;
        cursor: pointer;
    }

    .header nav {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .content_8{
        height: 60px;
        line-height: 60px;

        background-image: linear-gradient(to right,#ccc 0%,#ccc 50%, transparent 50%);
        background-size:8px 1px;
        background-repeat:repeat-x;
    }

    .storyimg p{
        font-size: 36px;
        color: #2d333a;
    }

    .lanmu8_1 {
        margin-top: 30px;
        text-align: left;
        padding: 0 100px;
        font-size: 16px;
        color: #ffffff;
    }

    .content_1 {
        display: inline-block;
        vertical-align: middle;
        height: 590px;
        text-align: center;
    }

	
    .content_1_button {
        width: 160px;
        height: 50px;
        border: none;
        background: #00b9cc;
        border-radius: 4px;
        color: white;
        line-height: 50px;
        margin-top: 30px;
        font-size: 20px;
    }

	.content_2_button {
        margin-top: 30px;
        width: 120px;
        height: 36px;
        background: white;
        border:none;
        border: 1px solid #00b9cc;
        border-radius:2px;
        color:#00b9cc;
        font-size:14px;
    }
    
    .lanmu3_1 {
        width: 520px;
        height: 322px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .lanmu4_1 {
        width: 520px;
        height: 400px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-left: 50px;
    }
	
	.lanmu3456 p.title {
        font-size: 32px;
        margin-top: 30px;
        font-weight: bold;
    }

   

   

    .tu3-1 {
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle;
        height:322px;
         width: 532px;
    }

	.tu3{
        display: inline-block;
        vertical-align: middle;
        padding-top: 20px;
        height: 270px;
   	    width: 480px;
    }
    .lanmu3456 {
        margin-top: 150px;
        text-align: center;
    }

    
    .spanp1 {
        font-size: 64px;
        color: #ffffff;
        margin-top: 150px;
    }
    .spanp3 {
        font-size: 24px;
         color:#ffffff; 
         margin-top: 15px;
    }

    .lanmu5-2 {
        width: 550px;
        height: 400px;
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .lanmu6-1 {
        display: inline-block;
        vertical-align: middle;
        height:322px;
        width: 532px;
    }

    .lanmu9-2-3 > li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        width: 160px;
        height: 70px;
    }

    .lanmu8_div_1 {
        display: inline-block;
        width: 50%;
        height: 500px;
        vertical-align: middle;
        color: white;
        background-color: #008a99;
        float: left;
        background-image: linear-gradient(to right, #008a99, #00b9cc);
    }

    .lanmu8_div_2 {
        width: 50%;
        height: 500px;
    }

    .lanmu9-1 > li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
        width: 200px;
        height: 200px;
    }
    .float-btn-con {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 10px 20px;
    }
    .float-btn-con .cell {
        background: #fff;
        box-shadow: 0 0 7px #aaa;
        border-radius: 100px;
        margin-bottom: 14px;
    }
    .float-btn-con img {
        height: 30px;
        padding: 6px;
        display: block;
    }
	.lanmu10_div_1{
		font-size:24px;
		width: 250px;
		height:140px;
		color: #ffffff;
		background-color: #00b9cc;
	}
	
    .font_span{
            margin:0 auto;padding:0;
        }
   
	.lanmu10_div_2{
		padding-left:30px;
		height: 140px
	}
	.lanmu10_div_3{
		float: left;
		font-size:14px;
		color: #a5bbd4;
		padding-top: 40px
	}
	.lanmu10_div_4{
		margin-top: 90px;
		font-size:12px;
		color: #697787;
	}
}


@media screen and (max-width: 1280px) {

    /* .desktop {
        display: none;
    }
    .mobile {
        display: block;
    } */
    body {
        font-size: 14px;
    }
    .header {
        height: 10rem;
        line-height: 10rem;
    }

    .header div {
        display: block;
    }
	
	.header>div>p{
        display: inline-block;
        vertical-align: middle;
        margin-right: 2rem;
        color: #2d333a;
    }
	
	.header>div>img {
		vertical-align: middle;
		margin-right: 2rem;
		height: 5rem;
		margin-left: 1.2rem;
	}
	
	.header>div>button{
		vertical-align: middle;
		margin-right: 2rem;
		border-radius: 0.3rem;
		font-size: 2rem;
		color: white;
		background: #00b9cc;
		border:none;
		padding: 0.5rem 1rem;
	}
	
	.header-li{
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		margin-left:2rem;
		color: #2d333a;
	}

    .header > .programme {
        display: none;
    }

    .header nav {
        font-size: 2rem;
        display: inline-block;
        vertical-align: middle;
    }

    .content_8 {
        height: 5rem;
        line-height: 5rem;
        //background-image: linear-gradient(to right,#ccc 0%,#ccc 50%, transparent 50%);
        //background-size: 1rem 0.1rem;
        background-repeat: repeat-x;
        font-size: 2rem!important;
        text-align: center;
    }
	
	.storyimg p{
		font-size: 3rem;
		color: #2d333a;
	}

    .okayNav a {
        margin-left: 20rem;
    }

    .tu2 {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
    }

    .tu3 {
        width: 30rem;
        height: 18em;
        max-width: 90%;
        max-height: 90%;
        margin-right: 2rem;
        margin-top: 1rem;
    }

    .tu4 {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        margin-left: 5rem;
    }

    .tu5 {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        margin-right: 5rem;
    }

    .tu1 {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        padding-top: 0;
        margin-right: 2rem;
    }

    .header > nav > ul > li {
        display: block;
        vertical-align: middle;
        margin: 0 auto;
        color: #2d333a;
        line-height: 5rem;
        background: #fff;
        padding: 1.2rem 23rem;
        margin-top: -0.1rem;
        font-size: 3.1rem;
    }

    .lanmu8_1 {
        margin-top: 1rem;
        text-align: left;
        padding: 0 0;
        font-size: 1rem;
        color: #ffffff;
    }


    .content_1_button {
        width: 18rem;
        height: 7rem;
        border: none;
        background: #00b9cc;
        color: white;
        line-height: 5rem;
        margin-top: 4rem;
        font-size: 2.4rem!important;
        margin-bottom: 4rem;
    }

    .lanmu3_1 {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .lanmu4_1 {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-top: 3rem;
    }

  

  
    .tu3-1 {
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-top: 3rem;
    }

    .spanp {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        font-size: 4rem!important;
        margin-top: 2rem;
    }
    
    .spanp3 {
        font-size: 2rem;
         color:#ffffff; 
         margin-top: 2.7rem;
    }

    .spanp1 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        font-size: 3rem;
        color: #ffffff;
        margin-top: 4rem;
    }

    .lanmu3456 {
        margin-top: 10rem;
        text-align: center;
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .lanmu3456 p.title {
        font-size: 3.8rem!important;
    }
    .lanmu3456 p.desc {
        font-size: 1.6rem!important;
    }
    .lanmu5-2 {
        display: inline-block;
        vertical-align: middle;
    }

    .lanmu6-1 {
        display: inline-block;
        vertical-align: middle;
    }

    .lanmu9-2-3 > li {
        display: inline-block;
        vertical-align: middle;
        width: 15rem;
        height: 7rem;
    }

    .lanmu8_div_1 {
        display: block;
        width: 100%;
        height: auto;
        color: white;
        background-color: #008a99;
        float: none;
        background-image: linear-gradient(to right, #008a99, #00b9cc);
        padding: 1rem 0;
    }

    .lanmu8_div_2 {
        display: block;
        width: 100%;
        height: auto;
        color: white;
        background-color: #008a99;
        float: none;
        background-image: linear-gradient(to right, #008a99, #00b9cc);
        padding: 1rem 0 10rem 0;
    }

    .lanmu9-1 > li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1rem;
        width: 15rem;
        height: 15rem;
        margin-top: 1rem;
        margin-right: 2rem;
    }

    .okayNav a {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2rem;
        line-height: 2rem;
        display: block;
        margin: 4rem;
        height: 2.2rem;
    }
    .okayNav__nav--invisible {
        overflow: auto;
        top: 7rem;
        background: none;
    }

    
    p.desc {
        font-size: 2.4rem!important;
        color: #7d8ea1;
    }
    
    .content_2_button {
        width: 18rem!important;
        height: 7rem!important;
        line-height: 5rem;
        margin-top: 4rem!important;
        font-size: 2.4rem!important;
        border: 1px solid #00b9cc;
        border-radius:2px;
        color:#00b9cc;
        background: white;
    }
    .more-con {
        margin-top: 15rem!important;
        margin-left: 5rem;
        margin-right: 5rem;
    }
    p.more-title {
        font-size: 3rem!important;
        color: #000!important;
        font-weight: 600;
    }
    p.more-desc {
        margin-top: 3rem;
        font-size: 2.4rem!important;
    }
    .float-btn-con {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 1rem 2rem;
    }
    .float-btn-con .cell {
        background: #fff;
        box-shadow: 0 0 7px #aaa;
        border-radius: 100rem;
        margin-bottom: 2rem;
    }
    .float-btn-con img {
        height: 4rem;
        padding: 1.5rem;
        display: block;
    }
	.lanmu10_div_1{
		font-size:3rem;
		color: #ffffff;
		background-color: #00b9cc;
		margin:0 auto;
	}
	
    .font_span{
            margin:0 auto;padding:0;
        }
   
	.lanmu10_div_2{
		height: 10rem
	}
	.lanmu10_div_3{
		font-size:2.5rem;
		color: #a5bbd4;
		padding-top: 3rem
	}
	.lanmu10_div_4{
		margin-top: 2rem;
		font-size:1.95rem;
		color: #697787;
	}
	.dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
     }
     .dropdown-content a {
            float: none;
            color: black;
            padding: 0.9rem 1.2rem;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .dropdown-content a:hover {
            background-color: #ddd;
        }
}