.index .wrapper {
		position: relative;
		max-width:1280px;
		<!--width: 100%;-->
		height: 60px;
		margin: 0 auto;	
		
        }
		.wrapper .search-bar {
            float: left;
            display: flex;
            margin: 9px 0 0 1.5%;	
        }
		.wrapper .search-bar img{
            width : 55px;
			height : 55px;	
			border-radius: 30px;		
        }
		.index .wrapper .nav-bar-wrapper {
		<!--background-color: #1E4E7A;-->
		position: flex;
		margin: 2px 3% 2px 0;
		padding: 0 auto ;
		font-size:18px
		}
		
		
        .index .main {
		    display: relative;
			background-color: #FFFFFF;
			position: relative;
            max-width:1260px;
		<!--width: 66%;-->
			height: 80%; 
			margin:0 auto 20px;
			<!--padding: 1% 1% 1% 1%;
            margin: 0 auto;-->
			
			box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
			
            clear: both;
            overflow: auto;
			
        }
		.index .main .bigtitle{
			position: flex;
			align-items: center;
			cursor:pointer;
			margin: 45px 0 0 0;
			padding: 0 0 0 0;
        }
		.index .main .bigtitle img{
			max-width:1260px;
		<!--width: 100%;-->
			 
        }
		.index .main .subtitle{
			position: flex;
			align-items: center;	
			margin: 40px 0 20px 0;
			padding: 0 0 0 0;
        }
		.index .main .subtitle img{
			max-width:1260px;
		<!--width: 100%;-->
        }
		.index .main .searchtime{
		
		height:150px;
		background-color:rgba(5,76,129,0.9);
		margin:5px 0;
		text-align: center;
		padding: 55px 0 0 0;
		}
		.index .main .statics{
		height:150px;
		background-color:rgba(5,76,129,0.95);
		margin:15px 0 20px 0 ;
		text-align: center;
		padding: 35px 0 0 30px;
		}
		
        .index .main .left {
            float: left;
            width: 50%;
			text-align:left;
			margin-left:50px	
        }
        .index .main .left .mainpic img{
			position: flex;
            width:895px;
			margin:  0 0 0 0;
			<!--border: 2px solid #E6E6FA;-->	
			border-radius: 10px;
        }
	
		
	
        .index .main .right {
            float: right;
            width: 40%;
			margin: 0 0 0 0;
        }

		.index .main .right .link-top {
            width: 300px;
            height: 4px;
            border-top: solid #e9e9e9 3px;
        }
		.index .main .right img{
			position: relative;
			width: 250px;
        }
		.index .main .floadAd {
			position:fixed;
			right: 0;
			
		}
		.index .main .right .table{
			table-layout:fixed;
			empty-cells:show; 
			border-collapse: collapse;
			margin:0 auto;
			width: 80%; 	
			}
		.index .main .right .table .tr {
			height:35px;
			padding:0 5px 0 10px;
			text-align: center;
			color:black;
			border: none; border-bottom: dashed 1px #ddd;
		}
		
		.index .main .right .table.th{
			padding:0 5px 0;
			text-align: center;
			color:black;
			}
		.index .main .right .table .td {
			border:1px solid red;
			padding:0 2px 0;
			text-align: middle;
			background-color:#E5E5E5;
			color:black;
		}
 .footer {
			display:table;	
			position: relative;
			bottom:0;
			width: 66%;
			height:130px;/*footer的高度*/background:#6cf;clear:both;
			background:#383838;
			margin:5% auto 0 auto;
			padding-left:10px;
            clear: both;
            overflow: auto;
			
		}
		.footer .fimg {
				
			
			float: left;
			margin:10px 10px;
			padding: 0;
			height:120px;
			
			
		}
		
        .search-container {
            position: relative;
			width:65%;
            vertical-align: middle;
            line-height: normal;
            display: table;
            border-collapse: separate;
			margin: 0 auto;
        }
        .search-container input{
            width: 73%;
            float: left;
            display: table-cell;
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            border-radius: 4px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            height: 40px;
            line-height: 1.5;
            padding: 4px 7px;
            font-size: 18px;
            border: 1px solid #dcdee2;
            color: #515a6e;
            background-color: #fff;
            background-image: none;
            cursor: text;
            transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
        }
        .search-container .search-btn {
            display: table-cell;
            cursor: pointer;
			font-size:20px;
            padding: 0 16px!important;
            background: #2d8cf0!important;
            color: #fff!important;
            border-color: #2d8cf0!important;
            transition: all .2s ease-in-out;
            position: relative;
            z-index: 2;
            width: 10px;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0 4px 4px 0;
        }
        .entry {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding-top: 60px;
        }
        .entry a {
            display: block;
            width: 250px;
            height: 180px;
            border: 1px solid #999;
            margin-bottom: 20px;
            position: relative;
        }
        .entry a img{
		
            width: 100%;
            height: 100%;
        }
        .entry p{
            position: absolute;
            bottom: 5px;
            width: 100%;
            text-align: center;
            color: #515a6e;
            font-weight: bold;
        }
        .search-container .drop-down {
            cursor: pointer;
			
        }
        .search-container .drop-down select {
			width: 27%;
			height: 40px;
            color: #afbac0;
            border: 1px solid #dcdee2;
            font-size: 20px;
            appearance:none;
            -moz-appearance:none;
            -webkit-appearance:none;
            transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
            border-radius: 0;
            color: #696969;
            line-height: 30px;
            padding-left: 6px;
        }
        .search-container .drop-down i{
            position: absolute;
			color: white;
            top: 20px;
            right: 90px;
        }
		body{
		   
		   background：url('/public/images/backgroud.jpg')no-repeat center center fixed;
		   background-image：url（./images/background.jpg）;
			/* 背景图垂直、水平均居中 */
			background-position: center center;
			/* 背景图不平铺 */
			background-repeat: no-repeat;
			/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
			background-attachment: fixed;  //此条属性必须设置否则可能无效/
			/* 让背景图基于容器大小伸缩 */
		   background-size: cover;
		   /* 设置背景颜色，背景图加载过程中会显示背景色 */
		   background-color: rgba(29, 72, 198, 0.05);
		   //#F5F7FC;
		}
        .rollert{
		position:relative;
		width: 960px;
		margin: 0 auto ;
        font-size: 0;
			
		}
		.boxer{
            position: relative;  /*相对定位*/
			margin: 10px 5px 10px;
            width: 1250px;
            height: 270px;
            overflow: hidden;   /*超出隐藏*/
        }
		.boxer .img-list{
            position: absolute;   /*绝对定位*/
            top: 0px;
            left: 0px;
            width: 7500px;
            height: 270px;
        }
        .boxer .img-list li{
           display: inline-block;
            width: 1250px;
            height: 270px;
        }
        .boxer .img-list img {
            width: 1250px;
        }
		.rollert .boxer span{
            position: absolute;
            display: inline-block;   /* 不独占一行的块级元素*/
            top: 50%;
            margin-top: -25px;
            width: 30px;
            height: 50px;
            line-height: 47px;
            text-align: center;
            cursor: pointer;    /*设置鼠标图形   手*/
            font-size: 18px;
            background-color: rgba(0, 0,0, 0.3);  /*50%透明度的  纯黑色*/
            color: #fff;
            z-index: 999;   /*堆叠元素   意思就是元素、图片可以重叠*/
            user-select: none;  /*元素不可被选中*/
 
        }
		.rollert .boxer .leftarr {
            left: 0;
            border-radius: 0 10px 10px 0;   /*元素的外边框圆角*/
        }
        .rollert .boxer .rightarr {
            right: 0;
            border-radius: 10px 0 0 10px;
        }
		.boxer .dot {
            position: absolute;
            bottom: 3px;
			padding: auto;
            width: 100%;
            text-align: center;
        }
        .dot .dot-list{
            display: inline-block;
			
            background-color: rgba(0, 0,0, 0.3);
            border-radius: 3px;
        }
        .dot-list .item {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
            margin: 2px;
            cursor: pointer;   /*设置鼠标图形 #ff6700  手*/
        }
        