﻿@charset "utf-8";
/* CSS Document */
/*2020.05.25 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.box{
	/*overflow: hidden;*/
}


   .ban-img img{
        width:100%;
    }
   


@media (min-width: 1200px) {

.container{
	width:1200px;

}
.fmid {
    width: 0%;
}

}

/*顶部弹出搜索样式*/
	/*header-top*/
.header-top{
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}
.search-btn{
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    /*height: 30px;*/
    /*line-height: 30px;*/
    color: #333;
}
.search-btn:hover{
    opacity: .9;
    text-decoration: none;
}
.search-box{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}
.search-box h2{
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 50px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
   
}
.search-box .close i{
	 font-style: normal;
}
.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #009fe3;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}
.search-form .form-text:focus{
    font-style: normal;
    border-bottom-color: #009fe3;
}

.search-form .form-submit{
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-form .form-submit:hover{
    background: #009fe3;
    color: #fff;
}

/*顶部弹出样式 end*/
.top-tit{
	background: #f3f3f3;
	min-height: 40px;
	text-align: right;
}
.top-tit a{
	color: #999;
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	padding: 0 18px;
	border-left: 1px solid #fff;
}
.top-tit a:last-child{
	border-right: 1px solid #fff;
}

.top-tit a img {
    margin-top: -3px;
}



.bor{
	/*border-right: 1px solid #4a5f6a;*/
}


.wc-top{
	min-height:67px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 140px;
	z-index: 111;
	background: rgba(255,255,255,0.75);
	
}

.top-one{
	
	
}


.top-one{
	background: #fff;
	height: 100px;
}
.logo{

}
.logo img{

}
.searchbg{
	background: url(../images/search.png) no-repeat left top;
	width: 200px;
	height: 42px;
	float: right;
	margin-top: 30px;
}
 .searchbg input.inp-text{
	width: 160px;
	line-height: 39px;
	background: none;
	border: none;
	padding-left: 10px;

}
 .searchbg input.inp-but{
	width: 30px;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
	cursor: pointer;
}

/*top end*/
.wc-menu{
	margin-top: 28px;
	height: 40px;
/*width:730px;*/
}

.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   	
}
.wc-menu ul li{
	
	line-height:43px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: right;*/
	list-style: none;
	/*padding: 0 25px;*/

}
.wc-menu ul li:first-child{
	background: none;
	padding-right: 0;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 20px;
	color: #fff;

	line-height:43px;

	display: block;
	/*text-transform: uppercase;*/
	 text-transform: lowercase;
	
   /*transition: all 0.2s;*/
 
	text-decoration: none;
   
	
}

.wc-menu ul li a:hover,.wc-menu ul li a.active{
color: #fff;
background: #a3c721;
		
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
color: #fff;
background: #a3c721;
	
}



 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
color: #fff;
background: #a3c721;
	
}

.wc-menu ul li .ernav{
	
	position: absolute;
	left: 0px;
	top: 42px;
	background: #a3c721;
	
	width: 150%;
	/*padding:0 10px;*/
	z-index: 11;
	display: none;	
}
.wc-menu ul li .ernav ul{
	
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #ccc;
	background: none;
	text-align: left;
	padding: 0;
	line-height: 30px;
}
.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 14px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	text-align: center;
	padding: 3px 0px;
	bnorder-bottom:none;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #8baa1c;
	color: #fff;
	border-bottom: none;
	opacity: 0.9;
}

/*menu End*/
/*banner */
.banner{
	
	width: 100%;
	
}
.shu{
	position: absolute;
	left: 0px;
	bottom: 38px;
	width: 100%;
	text-align: center;
	z-index: 11;
}
.banner .swiper-slide{
	position: relative;
}
.banner .ban-ttbg{
	position: absolute;
	left: 0;
	top: 0%;
	width:50%;
	background: rgba(26, 64, 124, 0.5);
	height: 100%;
	
}
.banner .ban-tt{
   width: 100%;
   position: absolute;
   left: 0px;
   bottom: 45px;
   z-index: 1;
}


.banner .ban-tt h4 a{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 66px;
	padding-left: 10px;
	padding-right: 20px;
	background: rgba(187, 187, 187, 0.65);
	
}


.banner .swiper-pagination{
	bottom: 60px;
	right: 0%;
}
.banner .swiper-pagination-bullet{
	background: none;
	border: 2px solid #fff;
	border-radius: 100%;
	width: 16px;
	height: 16px;opacity: 1;
	margin-right: 20px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}

.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
	content: none;
}

.banner .swiper-button-prev{
	top: -260px;
}
.banner .swiper-button-next{
	top: -260px;
}




/*banner end*/

.newbg{
	background: #f6f6f6 ;
	min-height: 550px;
	padding-top: 48px;
}

.newtop{
	
}
.newtop .dao-tit{
	font-size: 32px;
	font-weight: normal;
	color: #1f2649;

}
.newtop .dao-more a{
	color: #fff;
	background: #333;
	padding: 2px 8px;
	border-radius: 15px;
	margin-top: 8px;
	display: block;
	font-size: 16px;
	font-family: 'SourceHanSerifCN-Regular';
	/*思源宋体*/
}



.new-con{
	margin-top: 30px;
}

.new-left{
	position: relative;
	padding-top: 40px;
}

/* 本例子css */
.new-left .slideBox{ 
			 overflow:hidden; position:relative; 
			   }
.new-left .slidetop .hd{ 
			
			overflow:hidden; position:absolute; right:10px; bottom:16px; z-index:1; }
.new-left .slidetop .hd ul{ 
			overflow:hidden; zoom:1; float:left;  }
.new-left .slidetop .hd ul li{ 
			float:left; 
			  margin: 0 6px;
			width:14px; height:14px;
			 line-height:14px; 
			  border-radius: 14px;
			 text-align:center; 
			 background: none;
			 border: 2px solid #ccc6c6; 
                         cursor:pointer; 
			color: transparent;
			}
.new-left .slidetop .hd ul li.on{ 
			background: #b70030;
			border: 2px solid #b70030;
		 }
.new-left .slidetop .bd{ position:relative; height:100%; z-index:0;   }
.new-left .slidetop .bd li{ zoom:1; vertical-align:middle; }
.new-left .slidetop .bd img{ max-width: 100%;  }



.new-left .slidetop .ban-text{
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	
	width: 100%;
	line-height: 50px;
	background: rgba(255,255,255,0.85);
}

.new-left .slidetop .ban-text a{
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	padding-left: 22px;
}























.new-right{
	padding-top: 30px;
}

.new-right ul{
	
	
}
.new-right ul li:first-child{
	padding-top: 0;
	height: 78px;
}
.new-right ul li{
	border-bottom: 1px solid #e7e7e7;
	height: 96px;
	padding-top: 30px;
	position: relative;
}
.new-right ul li a{
	display: block;
	font-size: 16px;
	color: #1f2649;
	text-decoration: none;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
	
	
}
.new-right ul li span{
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 10px;
	
}
.new-right ul li a:hover{
	color: #cd352b;
}

.new-right ul li:hover{
	border-bottom: 1px solid #cd352b;
}




/*.new-right ul li::after{
	content: '';

	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 3px;
	background: #a3c721;
	width: 100px;
}*/
/*newsbg */

.newsbg{
	background: #fff;
	min-height: 438px;
    padding-top: 40px;
}
.news-left1{

}

.news-top1{
	
	
}


.tongzhi{
	
	
	
}

.tongzhi h4{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 50px;
}

.tong-ul{
	
	padding-top: 15px;
}
.tong-ul ul li{
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
        overflow: hidden;
transition: all 0.4s ease-out;
box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.tong-ul ul li:hover{
	border-bottom: 1px solid #bf214a;
       box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
transform: scale(1.08);
}
.tong-ul ul li:first-child{
padding-top: 20px;
}
.tong-ul ul li .li-dte{
	color: #b70030;
	text-align: center;
	width: 40px;
	
}
.tong-ul ul li .li-dte p{
	font-size: 24px;
	font-weight: bold;
	font-family: 'SourceHanSerifCN-Regular'
}
.tong-ul ul li .li-dte span{
	display: block;font-weight: bold;
	font-size: 16px;font-family: 'SourceHanSerifCN-Regular'
}
.tong-ul ul li .li-tt{
	width: 82%;
}

.tong-ul ul li .li-tt a{
	display: block;
	font-size: 16px;
	color: #1f2649;
	line-height: 25px;
	text-decoration: none;
	
}


.xueshubg{
	background: url(../images/xuebg.jpg) no-repeat center top;
	min-height: 390px;
	padding-top: 40px;
}

.pad3{
	padding-top: 30px;
}

.da-fcon{
	padding-top: 30px;
}
.da-fcon .swiper-container{
	padding-bottom: 60px;
}

.da-fcon .swiper-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background: none;
	border-radius: 100%;
	opacity: 1;
}
.da-fcon .swiper-container .swiper-pagination-bullet-active{
	background: #cd352b;
	border: 2px solid #cd352b;
}

.xueshu-con .swiper-container{
	padding-bottom: 60px;
}

.xueshu-con .swiper-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background: none;
	border-radius: 100%;
	opacity: 1;
}
.xueshu-con .swiper-container .swiper-pagination-bullet-active{
	background: #cd352b;
	border: 2px solid #cd352b;
}

.da-fcon .swiper-slide{
	background: #fff;
	border: 1px  solid #bbb;
	border-bottom: 4px solid #cd352b;
	padding: 18px ;
	
}

.da-fcon .xue-date{
	width: 18%;
	text-align: center;
	margin-top: -5px;
}
.da-fcon .xue-date p{
	font-size: 32px;
	color: #cd352b;
}
.da-fcon .xue-date span{
	font-size: 16px;
	color: #cd352b;
}

.da-fcon .xue-pp{
	width: 80%;
}
.da-fcon .xue-pp a{
         height:50px;
	 font-size: 18px;
	 color: #333;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
margin-bottom: 5px;
        text-decoration: none;
}

.da-fcon .xue-pp p{
	 font-size: 14px;
	 color: #999;
	 line-height: 25px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 75px;
    -webkit-box-orient: vertical;
}











.mei-li{
	border: 1px solid #ddd;
       overflow: hidden;
       transition: all 0.4s ease-out;
      box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}


.mei-li:hover{
	border: 1px solid #cd352b;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.4);
    transform: scale(1.08);
    position: relative;
}

.mei-li a{
	display: block;
	text-decoration: none;
	
}
.mei-li a .li-img{
	
}
.mei-li a .li-img img{
	max-width: 100%;
}

.mei-li a .mei-tt{
	padding: 10px 15px;
}
.mei-li a .mei-tt p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.mei-li a .mei-tt span{
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 25px;
	
}






.xueqibg{
	background: #fff;
	min-height: 468px;
	padding-top: 50px;
}

.xueqi-con{
	padding-top: 30px;
}

.xueqi-con .swiper-container{
	padding-bottom: 65px;
}

.xueqi-con .swiper-container .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	background: none;
	border-radius: 100%;
	opacity: 1;
}
.xueqi-con .swiper-container .swiper-pagination-bullet-active{
	background: #cd352b;
	border: 2px solid #cd352b;
}
.xueqi-con .swiper-container .swiper-slide a img{
	display: block;
	box-shadow: 1px 1px 5px 3px #dbdbdb;
}




/**/
.footer{
	min-height: 165px;
	color: #fff;
	padding: 25px 0;
	background: #f5f5f5;
	border-top: 4px solid #e1e1e1;
}
.fleft{

	width: 39%;
}

.fleft img{
	float: left;
}
.fleft .fleftt{
	float: right;
}
.fleft .fleftt p{
font-size: 14px;
color: #999;
line-height: 25px;
}
.fleft .fleftt p:last-child{
	margin-top: 5px;
	color: #777;
}




.fmid{
	width: 21%;
	margin-left: 100px;
}

.fmid a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
width: 50%;
float: left;
	
	margin-bottom: 25px;
	display: block;
}
.fmid a:nth-child(even){
	padding-right: 0px;
}


.fmid p{
	font-size: 14px;
	color:#999;
	line-height: 30px;
}
.fmid p.p2{
	margin-bottom: 15px;
}
.fmid p a{
	color: #999;
}


.fright{
	width: 31%;
	text-align: right;
	padding-top: 10px;
	
}
.fright a{
	display: inline-block;
	font-size: 16px;
	color: #fff;	
	padding: 0 25px;
}
.fright a p{
     font-size: 14px;
	color: #999;	
	margin: 10px 0px;
}
.fright a:last-child{
	background: none;
	padding-right: 0;
}

/* 顶部连接下拉 */
        .qui-er {
            width: 180px;
            position: absolute;
            background: #c2361f;
            padding: 5px 10px;
            right: -5px;
            top: 40px;
            z-index: 1111111;
            display: none;
        }

            .qui-er a {
                display: block;
                color: #fff;
                text-align: left;
                padding: 3px 5px;
                font-size: 14px;
                border: none;
                line-height: 28px;
            }

                .qui-er a:last-child {
                    border: none;
                }
@media (max-width: 1200px) {
.fmid {
    width: 0%;
}
}
/*.wc-copyEnd*/
@media (min-width:1100px) and (max-width: 1200px) {
	body{
	/*	overflow-x: hidden;*/
	}
	.dao-ul ul li{
		margin-right: 25px;
	}
	
	
	}

@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
   .newbg{
   	padding-top: 20px;
   	padding-bottom: 20px;
   	min-height: 300px;
   }
   
   .tong-ul ul li{
   	padding: 5px 0;
   }
   .new-right ul li{
   	padding-top: 20px;
   	height: 78px;
   }
   .newsbg{
   	min-height: 400px;
   }
   
   .fleft .fleftt {
    float: left;
    padding-left: 20px;
}
   
 .fleft{
   	width: 56%;
   	text-align: left;
   	margin-bottom: 10px;
   }
   .fmid{
   	width: 0%;
   	text-align: center;
   	margin-left: 0px;
   	margin-top: 20px;
   	
   }
   .fright{
   	width: 32%;
   	text-align: center;
   	padding-top: 10px;
   }



}


@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
   .wc-top{
   position: relative;
   top: 0;
   background: #fff;
   min-height: 56px;
   	padding: 0 15px;
   	
   }
   .top-one{
   	display: none;
   }
   
   .tong-ul ul li{
   	padding: 10px 0;
   }
   
   .tong-ul ul li:last-child{
   	display: none;
   }
   
   
   .logo{
   	width: 88%;
   	padding: 10px ;
   }
   
   .searchbg{
   	float: none;
   	margin-top: 0;
   }
   .shu{
   	display: none;
   }
   .daobg{
   	padding-top: 40px;
   }
   .dao-tit{
   	font-size: 26px;
   }
   .banner .ban-tt{
   	bottom: 40px;
   	
   }
   .banner .ban-tt h4 a{
   	font-size: 18px;
   	line-height: 30px;
   	padding: 5px 10px;
   	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;

   }
   .new-left .slidetop .ban-text a{
   		overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
            padding-bottom: 10px;
   }
   .banner .swiper-pagination{
   	bottom: 8px;
   	
   }
   .banner .swiper-pagination-bullet{
   	margin-right: 5px;
   	width: 12px;
   	height: 12px;
   }
   
   .newtop .dao-tit{
   	font-size: 22px;
   }
   .new-left{
   	padding-top: 20px;
   }
   .mei-li a .mei-tt span{
   	font-size: 14px;
   }
   .newbg{
   	padding-top: 20px;
   	padding-bottom: 20px;
   	min-height: 300px;
   }
   .newsbg{
   	padding-top: 20px;
   	padding-bottom: 30px;
   	min-height: 300px;
   }
   .mei-li{
   	margin-bottom: 20px;
   }
   .pad3{
   	padding-top: 20px;
   }
   .newtop .dao-more a{
   	margin-top: 0px;
   }
   .new-left1{
   	padding-top: 20px;
   }
   .new-left p a{
   	font-size: 16px;
   }
   .new-left p{
   	padding: 0 10px;
   }
   .tongzhi{
   	margin-left: 0px;
   	margin-top: 10px;
   }
   
   .new-right ul li{
   	padding-top: 10px;
   	height: 76px;
   }
   .new-right{
   	padding-top: 20px;
   }
   .new-right ul li:first-child{
   	height: 60px;
   }
  .xueqi-con .swiper-container .swiper-slide a img{
  	display: inline-block;
  }
   
   .dao-tit ul li{
   	font-size: 24px;
   	margin-right: 15px;
   }
 
.xueqi-con  .swiper-slide{
   	text-align: center;
   }
 .xueshubg{
 	min-height: 300px;
 	padding-top: 20px;
 	padding-bottom: 30px;
 }  
   .xueqibg{
   	min-height: 300px;
 	padding-top: 20px;
 	padding-bottom: 30px;
   }
   
   
   .fleft{
   	width: 63%;
   	text-align: left;
   	margin-bottom: 10px;
   }
   .fmid{
        display:none;
   	width: 0%;
   	text-align: center;
   	margin-left: 0px;
   	margin-top: 20px;
   	
   }
   .fright{
   	width: 36%;
   	text-align: center;
   	padding-top: 10px;
   }

.fright a{
    padding: 0 13px;
}

}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
   .wc-top{
   position: relative;
   top: 0;
   background: #fff;
   min-height: 56px;
   	padding: 0 15px;
   	
   }
   .top-one{
   	display: none;
   }
   
   
   .logo{
   	width: 88%;
   	padding: 10px ;
   }
   
   .searchbg{
   	float: none;
   	margin-top: 0;
   }
   .shu{
   	display: none;
   }
   .daobg{
   	padding-top: 40px;
   }
   .dao-tit{
   	font-size: 26px;
   }
   .banner .ban-tt{
   	bottom: 40px;
   	
   }
   .banner .ban-tt h4 a{
   	font-size: 18px;
   	line-height: 30px;
   	padding: 5px 0;
   	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;

   }
   .new-left .slidetop .ban-text a{
   		overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
            padding-bottom: 10px;
   }
   .banner .swiper-pagination{
   	bottom: 8px;
   	
   }
   .banner .swiper-pagination-bullet{
   	margin-right: 5px;
   	width: 12px;
   	height: 12px;
   }
   
   .newtop .dao-tit{
   	font-size: 22px;
   }
   .new-left{
   	padding-top: 20px;
   }
   
   .newbg{
   	padding-top: 20px;
   	padding-bottom: 20px;
   }
   .newsbg{
   	padding-top: 20px;
   	padding-bottom: 30px;
   }
   .mei-li{
   	margin-bottom: 20px;
   }
   .pad3{
   	padding-top: 20px;
   }
   .newtop .dao-more a{
   	margin-top: 0px;
   }
   .new-left1{
   	padding-top: 20px;
   }
   .new-left p a{
   	font-size: 16px;
   }
   .new-left p{
   	padding: 0 10px;
   }
   .tongzhi{
   	margin-left: 0px;
   	margin-top: 10px;
   }
   
   .new-right ul li{
   	padding-top: 20px;
   	height: 86px;
   }
   .new-right{
   	padding-top: 20px;
   }
   .new-right ul li:first-child{
   	height: 70px;
   }
  .xueqi-con .swiper-container .swiper-slide a img{
  	display: inline-block;
  }
   
   .dao-tit ul li{
   	font-size: 24px;
   	margin-right: 15px;
   }
 
.xueqi-con  .swiper-slide{
   	text-align: center;
   }
 .xueshubg{
 	min-height: 300px;
 	padding-top: 20px;
 	padding-bottom: 30px;
 }  
   .xueqibg{
   	min-height: 300px;
 	padding-top: 20px;
 	padding-bottom: 30px;
   }
   
   
   .fleft{
   	width: 100%;
   	text-align: center;
   	margin-bottom: 10px;
   }
   .fmid{
   	width: 100%;
   	text-align: center;
   	margin-left: 0px;
   	margin-top: 20px;
   }
   .fright{
   	width: 100%;
   	text-align: center;
   	padding-top: 10px;
   }

   
   
   }

@media only screen and (min-width: 766px) and (max-width: 855px){
	
}


@media only screen and (min-width: 480px) and (max-width: 767px){
   
   
 }  
   
@media only screen and ( max-width:479px){
	
	
}
/* 苹果5e/se */
@media only screen and ( max-width:320px){
	
	
	
}

@media only screen and (max-width: 515px) and (min-width: 375px){


}





















