body{
			font-family: '微软雅黑';
			overflow-x: hidden;
			overflow-y: hidden;
			background: #005282;
		}
		/*头部open*/
		.headerTop{
			position: fixed;
	    top: 0;
	    left: 50%;
	    width: 100%;
	   	max-width: 1240px;
	    -webkit-box-shadow: 1px 3px 2px #666;
	    -moz-box-shadow: 1px 3px 2px #666;
	    box-shadow: 1px 3px 2px #666;
	    background: #fff;
  		z-index: 200;
	    margin-left: -620px;
		}
		.headerTop .logo{
			position: absolute;
	    top: 0;
	    left: 100px;
	    width: 160px;
	    z-index: 26;
	    -webkit-transition: all .15s ease-in-out;
	    -moz-transition: all .15s ease-in-out;
	    -o-transition: all .15s ease-in-out;
	    transition: all .15s ease-in-out;
		}
		.headerTop .logo img{
			float: left;
			max-width: 100%;
	    height: auto;
	    border: 0;
		}
		.headerTop ul.navi{
			float: right;
			margin: 0 60px 0 0;
			padding: 0;
			list-style-type: none;
			z-index: 10;
			position: relative;
		}
		.headerTop ul.navi li{
		  float: left;
		}
		.headerTop ul.navi li a {
	    display: block;
	    padding: 10px 13px;
	    text-decoration: none;
	    font-size: 14px;
	    line-height: 40px;
	    color: #999;
		}
		.headerTop ul.navi li:hover a {
	   	color: #fff;
		}
		.headerTop ul.navi li:hover{
			background: #004f7c;
		}
		.header{
				width: 1240px;
				margin:0 auto;
			}
			.Container-Title{
				color: #999;
				margin:90px 0 0 300px;
			}
			.Container-Title a{
				color: #004f7c;
			}
	/*头部end*/
		.bannerDiv{
			width: 100%;
			height: auto;
			position: relative;
		}
		.bannerImg{
			width: auto;
			position: relative;
			height: 100vh;
		}
		.logo{
			width: 125px;
			height: auto;
			position: absolute;
			left: 10px;
			top: 10px;
		}
		.header_content{
			width:540px;
			height: 140px;
			background: rgba(0,0,0,.67);
			position: absolute;
			left: 50%;
			margin-left: -270px;
			top:50%;
			margin-top: -70px;
			box-sizing: border-box;
			padding: 15px 20px;
		}
		.index_Down,.index_Up{
			position: absolute;
			width: 36px;
			height: 36px;
			right: 50px;
			top: 50%;
			margin-top: -24px;
			cursor: pointer;
			}
		.index_Down{
			margin-top: 24px;
			opacity: 1;
		}
		.index_Up{
			opacity: 0.3;
		}
		.header_Img{
			width: 100%;
		}
		/*select选择open*/
			.Selects{
		    width: 57%;
		    cursor: pointer;
		    float: left;
		    text-align: center;
		    position: relative;
		    margin-top: 10px;
			}
			.ChoiceSelect{
				min-height: 0;
		    padding: 12px 0 20px 320px;
		    display: inline-block;
		    width: 1170px;
		    float: none;
		    width: 100%;
		    height: 58px;
		    box-sizing: border-box;
		    position: relative;
		    border-top: 1px solid #ddd;
			}
			.SelectDestination span{
				color: #000;
				font-size: 14px;
				padding-left: 10px;
			}
			.Selects>p{
				display: block;
		    padding: 5px 7px;
		    border: 1px solid #ccc;
		    text-decoration: none;
		    color: #004f7c;
		    font-size: 12px;
		    line-height: 26px;
		    background: #fff;
		    position: relative;
		    text-align: left;
			}
			.IconImg{
				width: 24px;
				height: 24px;
		    position: relative;
		    top: -32px;
		    right: -38%;
			}
			.SelectsOption{
				display: none;
				background: #fff;
				position: absolute;
				top: 40px;
	      padding: 10px;
	      width: 100%;
	      box-sizing: border-box;
			}
			.sUl1 li{
				min-height: 25px;
				line-height: 25px;
				font-size: 12px;
				text-align: center;
				background: #ddd;
				position: relative;
			}
			.sUl1>li{
				margin-bottom: 2px;
			}
			.sUl1 li a{
				color: #666;
			}
			.Selectbtn{
				width: 41%;
				padding: 5px 7px;
				height: 39px;
				float: right;
				background: #b32927;
				border:none;
				color:#fff;
				margin-top: 10px;
				cursor: pointer;
			}
			.bannerImgs{
				position: relative;
				top: 0;
			}
		/*select选择end*/
		.li_Btn1:hover{
			background: #2180b7;
		}
		.li_Btn1:hover a{
			color: #fff;
		}
		.li_Btn1 a{
			width: 100%;
			height: 100%;
			display: block;
		}	
		.footUP{
			position: fixed;
			bottom: 0;
			width: 100%;
			text-align: center;
			background: #fff;
		}
		.foot{
			text-align: center;
			/*height: 80px;*/
			/*line-height: 80px;*/
			padding: 20px 0;
			color: #333;
			font-size: 12px;
			border-top: 1px solid #666;
		}
		
		@media screen and (max-width: 1239px) and (min-width: 751px) {
      .headerTop{
      	margin-left: 0px; 
      	left: 0;
      }
      .title{
      	width: 100vw;
      }
		}
		@media screen and (max-width: 750px) {	
			.foot{
			}
			.sUl1 li{
				height: 30px;
				line-height: 30px;
			}
			.header_content {
				width: 100%;
				height: auto;
				position: fixed;
		    left: 0%;
		    margin-left: 0%;
		    /* top: 0%; */
		    margin-top: -150px;
		    padding: 15px 20px 0;

			}
			.index_Up,.index_Down{
				display: none;
			}
			.bannerImg {
		    width: 1334px;
		    margin-left: -50%;
		    position: relative;
			}
			.Selects{
				width: 52%;
			}
			.Selectbtn{
				width: 46%;
			}


			.headerTop{ 
				width: 100%;
				left: 0;
				margin-left: 0;
			}
			body{
				width: 100%;
				min-width: 100%; 
			}
			.headerTop .logo{
				width: 94px !important;
				left: 10px;
			}
			.headerTop ul.navi{
				margin: 0 10px 0 0;
			}
			.Container-Title{
				display: none;
			}
			.footUP{
				width: 100%;
			}

		}
		/*footUp  开始*/
		