     
        /*分辨率低于1280，采用下面的样式*/

       

        .list {
            display: none;
            position: absolute;
            left: 20px;
            top: 70px;
            background-color: #fff;
            border: 1px solid #ebeef5;
            border-radius: 4px;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
        }
				.white a{
					color: #fff;
				}
        .list li {
        	padding:0 10px;
          text-align: center;
          color: #000;
          font-weight: 400;
          height: 38px;
    			line-height: 38px;
        }

        .list li:hover {
          background: #409EFF;
          cursor: pointer;

        }
        .list li:hover a {
        	color: #fff;
        }
        .left{
          width: calc(50% - 20px);
          height: 540px;
          float: left;
          padding: 5px;
        }
        .right {
            width: calc(41% - 20px);
            height: 540px;
            float: left;
            margin-top: 30px;
            padding: 5px;
            position: relative;
        }

        .left p,
        .right p {
            font-size: 20px;
            text-align: center;
            color: #FFFFFF;
        }
				.left p{
            position: relative;
        }
        .map_canvas {
            width: 100%;
            height: 580px;
            border-radius: 2px;
        }
				#return{
					position: absolute;
					left: 15px;
					bottom: -50px;
					font-size: 14px;
					color: #fff;
					z-index: 999;
					display: none;
				}
				#return:hover{
					cursor: pointer;
					text-decoration: underline;
				}
        .enter_btns {
            width: 100%; 
        }

        .enter_btns li {
        	position: relative;
            width: calc(40% - 60px);
            height: 180px;
            float: left;
            background: #ccc;
            margin: 5px;
			margin-bottom:10px;
            border-radius: 2px;
            box-shadow: 0px 4px 6px 0px rgba(167, 135, 135, 0.39);
            opacity: 0.9;
            transition: transform 0.2s ease;
        }


		.enter_btns li:hover{transform: scale(1.05,1.05);cursor: pointer;z-index: 999;}

        .enter_btns li a {
        	position: absolute;
		    left: 0;
		    top: 0;
		    width: 100%;
		    height: 100%;
        }

        .enter_btns li span {
            display: block;
            width: 40px;
            height: 40px;
            margin: 20px auto;
            margin-top: 30px;
        }

        .enter_btns li span img {
            width: 100%;
            height: 100%;
        }

        .enter_btns li p {
            text-align: center;
            margin-top: 10px;
            font-size: 18px;
            color: #fff;
        }


        .enter_btns li:nth-of-type(1) {
            background: linear-gradient(135deg, rgb(15, 110, 191) 0%, rgb(15, 51, 152) 100%);
            border-radius: 12px;
        }

        .enter_btns li:nth-of-type(2) {
            background:linear-gradient(134deg, rgb(15, 114, 152) 0%, rgb(15, 51, 152) 100%);
            border-radius: 12px;
        }

        .enter_btns li:nth-of-type(3) {
            background: linear-gradient(137deg, rgb(15, 51, 152) 0%, rgb(15, 51, 152) 100%);
            border-radius: 12px;
        }

        .enter_btns li:nth-of-type(4) {
            background: linear-gradient(136deg, rgb(15, 51, 152) 0%, rgb(15, 51, 152) 100%);
            border-radius: 12px;
        }

        .enter_btns li:nth-of-type(5) {
            background: linear-gradient(135deg, rgb(15, 51, 152) 0%, rgb(1, 78, 167) 100%);
            border-radius: 12px;
        }

        .enter_btns li:nth-of-type(6) {
           background:linear-gradient(315deg, rgb(0, 23, 86) 0%, rgb(15, 51, 152) 100%);
            border-radius: 12px;
        }
		 .enter_btns li:nth-of-type(7) {
                background: linear-gradient(315deg, rgb(15, 51, 152) 0%, rgb(15, 51, 152) 100%);
            border-radius: 2px;
        }
		 .enter_btns li:nth-of-type(8) {
            background: linear-gradient(315deg, rgb(15, 51, 152) 0%, rgb(15, 51, 152) 100%);
            border-radius: 2px;
        }
		 .enter_btns li:nth-of-type(9) {
            background:linear-gradient(315deg, rgb(0, 23, 86) 0%, rgb(15, 51, 152) 100%);
            border-radius: 2px;
        }

        img.bg {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }
        .footer{position: absolute;left: 0;bottom:0px;width: 100%;height: 50px;text-align: center;line-height: 50px;}
        .footer h6{font-size:14px;color: #478fca;font-weight: 700;webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;-moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
            text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;height: 25px;line-height: 25px;}
        #wechat{position: relative;margin-left: 30px;cursor: pointer;overflow: hidden;}
        #weixin{width: 100px;height: 100px;position: absolute;left:-8px;top:-100px;}
        .report{
            position: absolute;
            right: -80px;
            top: 50%;
            height:320px;
            margin-top:-165px;
            width:80px;
        }

        .online{
        	width: 100px;
        	height: 100px;
            margin-bottom:10px;
            background:linear-gradient(132deg,rgba(255,231,143,1) 0%,rgba(247,107,28,1) 100%);
            border-radius:10px;
        }
        .online a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .online img{
            display: block;
		    width: 36px;
		    height: 36px;
            margin-left: 38px;
            padding: 14px 0;
        }

        .online p {
        	text-align: center;
        	color: #fff;
        	font-size: 14px;
        	margin:  0;
        }
        .phoneline{
           	width: 100px;
        	height: 100px;
            background:linear-gradient(135deg,rgba(183,231,165,1) 0%,rgba(134,183,59,1) 100%);
            border-radius:10px;
            position:relative;
        }

        .phoneline span{
            cursor:pointer;
            display: block;
            width: 100%;
            height: 100%;
        }
        .phoneline span>img {
        	display: block;
		    width: 46px;
		    height: 36px;
		    margin: 12px auto;
		    padding-top: 16px;
        }
        .phoneline p {
        	text-align: center;
        	color: #fff;
        	font-size: 14px;
        	margin:  0;
        }
        .phonecode{
            position: absolute;
            left: 140px;
            top: -50px;
            width:150px;
            height:150px;
            border-radius: 10px;
            display:none;
        }
        .phonecode img{
            width:150px;
            height:150px;
        }
        .report .phone:hover .phonecode{
            display:block;
        }

        @media only screen and (min-width:1300px ) {
        	.report{
                position: absolute;
                right: -120px;
                top: 50%;
                height: 380px;
                margin-top: -200px;
                width: 120px;
	        }
        	 .online{
	        	width: 120px;
	        	height: 120px;
	            margin-bottom:10px;
	            background:linear-gradient(132deg,rgba(255,231,143,1) 0%,rgba(247,107,28,1) 100%);
	            border-radius:10px;
            }
            .online a {
                display: block;
                width: 100%;
                height: 100%;
            }
	        .online img{
	            display: block;
			    width: 40px;
                height: 40px;
                padding: 20px 0px;
			    margin-left: 48px;
	        }

	        .online p {
	        	text-align: center;
	        	color: #fff;
	        	font-size: 16px;
	        	margin:  0;
	        }
	        .phoneline{
	           	width: 120px;
	        	height: 120px;
	            background:linear-gradient(135deg,rgba(183,231,165,1) 0%,rgba(134,183,59,1) 100%);
	            border-radius:10px;
	            position:relative;
            }

            .phoneline span{
                cursor:pointer;
                display: block;
                width: 100%;
                height: 100%;
            }
            .phoneline span>img {
	        	display: block;
			    width: 46px;
			    height: 36px;
			    margin: 17px auto;
			    padding-top: 21px;
	        }
	        .phoneline p {
	        	text-align: center;
	        	color: #fff;
	        	font-size: 16px;
	        	margin:  0;
	        }
	        .phonecode{
	            position: absolute;
	            left: 140px;
	            top: 0;
	            width:150px;
	            height:150px;
	            border-radius: 10px;
	            display:none;
	        }
        }
        .yqfk {background:linear-gradient(315deg,rgba(58,200,154,1) 0%,rgba(155,244,209,1) 100%);}
        .notice{
             cursor: pointer;
             position: fixed;
             bottom: 50px;
             left: 5px;
             z-index: 1001;
             transform: scale(.8,.8);
             -ms-transform: scale(.8,.8);
             -webkit-transform: scale(.8,.8);
             transform-origin: left;
             -ms-transform-origin: left;
             -webkit-transform-origin: left;
         }
        .notice1{
            cursor: pointer;
            position: fixed;
            bottom: 190px;
            left: 5px;
            z-index: 1001;
            transform: scale(.8,.8);
            -ms-transform: scale(.8,.8);
            -webkit-transform: scale(.8,.8);
            transform-origin: left;
            -ms-transform-origin: left;
            -webkit-transform-origin: left;
        }

    
	
	
	/*点击报名*/
	.djbm{
	border: 1px solid #ddd;
    background: #1699ff;
    color: #fff;
    border-radius: 10px;
    padding: 5px; 
	}
	.bmzt{
	   border: 1px solid #fff;
    background: #1699ff;
    color: #fff;
    border-radius: 40px;
    padding: 5px;
	}
	.bmztend{
	   border: 1px solid #fff;
    background: #afafaf;
    color: #fff;
    border-radius: 40px;
    padding: 5px;
	}
	.bmztjxz{
	   border: 1px solid #fff;
    background: #41b0e6;
    color: #fff;
    border-radius: 40px;
    padding: 5px;
	}
	.tcxt{
	 border: 1px solid #613dd8;
    background: #ffffff;
    color: #3734c1;
    border-radius: 10px;
    padding: 5px;
	}