body{
	color: #fff;
	/*font-size: 2.2vh;*/
	background-color: #1c295a;
}
*{
	box-sizing: border-box;
}
.head{
	width: 100%;
	height: 4.6vw;
	background: url('../images/header_bg.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 0.5vw;
}
.headThree{
	background: url('../images/header_bg2.png') no-repeat;
	background-size: 100% 100%;
}

.wrapper{
	padding:0 0.6vw;
}
.indexLeft{
	width: 23vw;
}
.indexTitle{
	font-size: 1.56vw;
	margin-bottom: 1.3vw;
}
.biaoType1_box{
	box-shadow: 0px 0px 20px 2px #1e4b8e;
}
.biaoType1{
	border: 1px solid #0778ac;
	box-shadow: 0px 0px 20px 2px #1e4b8e inset;
}
.bt1_title{ 
    color: #08d5fa;
    font-size: 1vw;
    text-align: center;
    width: 12vw;
    border: 1px solid #08d5fa;
    padding: 0.5vw 0;
    margin: 0 auto;
}
.bt1_info{
	height: 20vw;
}
.small_table{
	float: left;
	width: 7.5vw;
	height: 6.5vw;
	margin-top: 0.4vw;
}

.indexCenter{
	width: 50vw;
}
.icOne_left{
	width: 15.6vw;
	text-align: center;
}
.icO_title{
	font-size: 1.15vw;
	color: #fff;
}
.icO_num{
	font-size: 1.66vw;
	color: #21cdfb;
}
.icO_top{
	background-color: #273a88;
	width: 9.89vw;
	text-align: center;
	padding: 1.2vw 0;
	margin: 6.5vw auto 0;
}
.icOne_text{
	font-size: 1.15vw;
	color: #08d5fa;
}
.icOne_num{
	font-size: 1.46vw;
	color: #d4f400;
}
.icOne_right span{
	float: left;
}
.ico_cent_title{
	font-size: 1.56vw;
	text-align: center;
	margin-top: 1vw;
}
.icOne_center{
	width: 21.3vw;
	/*margin-left: 2.5vw;*/
}
.icOne_center img{
	width: 100%;
	height: auto;
}
.bt1_title2{
	text-align: center;
	color: #08d5fa;
    font-size: 1.2vw;
    margin: 1vw auto 0;
}

.indexRight{
	width: 24vw;
}

.twoLeft{
	width: 48vw;
	margin-left: 1vw;
}
.twoRight{
	width: 48vw;
	margin-right: 1vw;
}
.twoPage .biaoType1{
	margin-top: 1vw;
}
.twoPage .bt1_title{
	width: 16vw;
}


select{  
    width:4vw;  
    height:1.7vw;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    font-size:1vw;  
    font-family:Microsoft YaHei;  
    color:#000;  
    outline:none;
    position: absolute;
    background-color: rgba(0,0,0,0);
    border: 0;
} 
#test{
	left: 37.4%;
    top: 1.3vw;
}
#test2{
	left: 43.4%;
    top: 1.3vw;
}

.threePage{
	margin: 0 0.5vw;
}
.threeTop{
	/*height: 15vw;*/
}
.threeT_left{
	width: 22.2vw;

}
.threeT_center{
	width: 31.8vw;
	margin-left: 1vw;
	margin-right: 1vw;
}
.threeT_right{
	width: 41.3vw;
}

.threePage .bt1_title{
	width: 16vw;
}
.threePage .biaoType1{
	margin-top: 1vw;
}
.threeT_left{
	font-size: 1.14vw;
	color: #fff;
}
.threeT_left #threePage1{
	box-sizing: border-box;
	padding-top: 1vw;
}
.threeT_left #threePage1 >div{
	margin-top: 1.2vw;
	margin-left: 2vw;
}
.threeT_left span{
	font-size: 1.56vw;
	color: #21cdfb;
	display: inline-block;
	margin-left: 1vw;
	vertical-align: -0.2vw;
}
.threeLeft{
	width: 48.5vw;
}
.threeRight{
	width: 48.5vw;
}

.onepageCon{
	margin: 0.5vw;
}
.oneLeft{
	width: 48.5vw;
}
.oneRight{
	width: 48.5vw;
}

.cd-popup3{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup3-bg{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.cd-popup-container3 {
	position: relative;
	height: 62vh;
	width: 60%;
	top: 50%;
	left: 50%;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
    -o-transform:scale(0.8);
	transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container3 .popupBox{
	width: 100%;
	height: 100%;
}
.cd-popup3 .cd-popup-close{
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 10;
	width: 22px;
	height: 22px;
	display: block;
	font-size: 14px;
	background: url('../images/close.png') no-repeat center;
	background-size: contain;
}
.is-visible3 .cd-popup-container3 {
	transform: translate(-50%,-50%) scale(1);
}


.timeBox{
    position: absolute;
    top: 1.2vw;
    display: flex;
    align-items: center;
    font-size: 14px;
    /*left: 67%;*/
    right: 1%;
}
.timeBox input{
	background-color: #273a88;  
	outline:none;  
	border: none;
	color: #fff;
	width: 190px;
	padding-left: 10px;
	height: 2vw;
	line-height: 2vw;
}
.timeBox input::-webkit-input-placeholder{
  color: #fff;
}

.timeBox input:-moz-placeholder{
  color: #fff;
}

.timeBox input::-moz-placeholder{
  color: #fff;
}

.timeBox input:-ms-input-placeholder{
  color: #fff;
}

.xiaochengxuBox{
	position: absolute;
    top: 1.5vw;
    display: flex;
    align-items: center;
    left: 5.7%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.xcx_num{
    color: #21cdfb;
}