.no-link{pointer-events: none; /* 阻止鼠标事件 */cursor: default; /* 改变鼠标指针样式为默认 */}
.header{
height:700px;
background: url(../xuehuistudy/header11.jpg) no-repeat center;  /*5.6.7.8.9.10.11  ÓÐ±È½ÏºÃÐ§¹û*/
background-size: cover;
position: relative;
}
.contanier{
	width: 1200px;
	margin: 0 auto;
}


.header_hh_h{
	height:44px;

width: 100%;
line-height: 44px;
}
.header_hh{
	width: 1100px;
	margin: 0 auto;
}
.header_hh li{
	float: left;
	color: #fff;
	margin: 0 40px;
	font-size: 18px;
	text-align: center;

}
.header_hh li img{
	margin-right: 100px;
}
.header_hh li a{
	color: #fff;

}
.header_hh .active_hh{
	border-bottom: 1px solid rgba(255,255,255,1);
}
.header_nav{
	width:336px;
height:490px;
background:rgba(0,0,0,0.5);
    padding-bottom: 48px;

}
.header_nav li{
	height: 80px;
font-size:18px;
color:rgba(255,255,255,1);
border-bottom: 1px solid rgba(255,255,255,0.45);
padding-bottom: 7px;
margin-left: 10px;
margin-right: 33px;
}
.header_nav li img{
	vertical-align: middle;
	margin-top: 25px;
	
}
.header_bu h1{
	font-size:120px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 80px;
	text-align: center;
	line-height: 150px;
}
.header_bu h2{
	font-size:90px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 80px;
	text-align: center;
	line-height: 120px;
}
.header_nav li>span{
font-weight:500;
margin-top: 25px;
display: inline-block;
vertical-align: middle;
}
.header_nav li p{
	margin-top: 11px;
	
}
.header_nav li p span{
	    margin-right: 7px;
font-size:16px;
color:rgba(255,255,255,1);

}

.header_nav li:nth-of-type(1){
height:44px;
background:rgba(0,0,0,1);
font-size:18px;
font-weight:800;
color:rgba(255,255,255,1);
line-height: 44px;
border-bottom: none;
opacity: 1;
margin-left: 0;
margin-right: 0;
    padding-left: 10px;
}

.header_bu{
	/*position: absolute;
	        top: 64%;
    left: 35%;*/
}
.header_bu p{
	border: 1px solid transparent;
	cursor:pointer;
width:260px;
height:66px;
border-radius:10px;
text-align: center;
line-height: 68px;
font-size:30px;
font-family:SourceHanSansSC-Heavy;
font-weight:800;
background:#fff;
margin-top:40px;
float: left;
}
.header_bu a,.header_bu a:link p,.header_bu a:active p{
color:#333333;
text-decoration:none;
}

.reading{
	margin-top: 59px;
	    height: 446px;

}
.reading h1{
font-size:40px;
font-family:SourceHanSansSC-Heavy;
font-weight:800;
color:rgba(51,51,51,1);
margin: 0 auto;
margin-top: 60px;
margin-bottom: 60px;
display: flex;
justify-content: center;
text-align: center;width: 100%;

}

.reader li{
	/*width: 366px;*/
	width: 300px;
	float: left;
	margin-right: 34px;
	text-align: center;
	margin-bottom: 60px;
	
}
.reader li div{
position:relative;
width:266px;
height:170px;
overflow:hidden;
border-radius:20px;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
line-height: 170px;
font-size:24px;
font-weight:800;
color:rgba(255,255,255,1);
/*margin:0px 50px 19px 50px;*/
margin: 0 10px 19px 10px;
transform:scale(1.1);
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
transition:transform 0.3s;
}
.reader li div img{margin-top:-5px;width:266px;}
.reader li div .captn{
    display: inline-block;
	width:100%;
	height:100%;
    position: absolute;
    bottom: -117%;
    right: 0px;
    background-color:rgba(70,70,70,0.85);
    text-align: center;
	line-height:145px;
	font-family:"¿¬Ìå";
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.reader li div:hover .captn {
    width: 100%;
    bottom: -11.6%;
    padding: 80% 0% 0%;
}
.reader li div:hover{transform:scale(1.2);}
.reader li p{
	/*width:345px;*/
	width: 300px;
	/*height:104px;*/
	height: 150px;
    font-size: 18px;
    font-family: SourceHanSansSC-Light;
    font-weight: 300;
    color: rgba(51,51,51,1);
	margin:0 auto;
    margin-bottom: 26px;
    text-align: left;
	text-indent:2em;

}
.reader li>a>span{
	width:127px;
	height:37px;
	border:1px solid rgba(0,0,0,1);
	border-radius:10px;
	display: inline-block;
	font-size:19px;
	font-family:SourceHanSansSC-Light;
	font-weight:300;
	line-height: 37px;
    
}
.reader li>a{
	color:rgba(0,0,0,1);
}
.reader li>p span{
	    width: 115px;
    height: 37px;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 10px;
    display: inline-block;
    font-size: 19px;
    font-family: SourceHanSansSC-Light;
    font-weight: 300;
    color: rgba(0,0,0,1);
    line-height: 37px;
    text-align: center;
    margin-bottom: 13px;
    /* margin-right: 9px; */
    margin-left: 5px;
    margin-right: 3px;

}
.renquna{
	background:rgba(242,242,242,1);
	height:784px;
}
.renquna h1{
	font-size:40px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
margin-bottom: 64px;
padding-top:60px;
width: 100%;
text-align: center;
margin-top:79px;
}
.renquna ul{
	display: flex;
	justify-content: center;
	margin-bottom: 164px;
	width: 100%;
	height: 453px;
}
.renquna ul li{
	text-align: center;
	width:382px;
	float: left;
margin: 0 15px ;
margin-right: 45px;
	
}
.renquna ul li img{
	width:382px;
	border-radius:10px 10px 0px 0px;
	margin-bottom: 7px;
}
.renquna ul li h2{
	font-size:28px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 18px;
}
.renquna ul li p{
	font-size:19px;
	text-align:left;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(51,51,51,1);
}
.renquna ul li p>span{display:inline-block;margin:5px 0;}


.TheStory{width:1268px;margin:0 auto;padding:0;}
.TheStory h1{
text-align: center;
font-size:40px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
margin-bottom: 61px;
width: 100%;
text-align: center;
margin-top:61px;
}
.TheStory p{
	text-indent: 2em;
	font-size:20px;

}
/*轮播图*/
.TheStory .Cover{
	width:1222px;
	height:210px;
	margin:0 auto;
	margin-top:57px;
	margin-bottom: 61px;
	padding-top:5px; 
	padding-right:2px;
	border-image-source: url(./border-ima.png);
	border-image-slice: 27 fill;
	border-image-width: auto;
}
.TheStory .ShowOn{
	width:1200px;
	height:200px;
	margin:0px auto;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;

}
.TheStory .ShowOn .slide {
	width:300px;
	height: 240px;
	margin-top:5px;
	margin-left:10px;
	position:absolute;
}
.TheStory .ShowOn #pic1{
	background: url(./ryp1.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}
.TheStory .ShowOn #pic2{
	background: url(./ryp2.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}
.TheStory .ShowOn #pic3{
	background: url(./ryp3.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}
.TheStory .ShowOn #pic4{
	background: url(./ryp4.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}
.TheStory .ShowOn #pic5{
	background: url(./ryp5.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}
.TheStory .ShowOn #pic6{
	background: url(./ryp6.jpg) no-repeat;background-size:280px 190px;
	padding:10px 5px;	
}



.meihao{background:rgba(242,242,242,1);padding-top:41px;padding-bottom:56px;}
.meihao h1{
	font-size:40px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-bottom: 65px;
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.meihao_ul{
	position: relative;
}
.meihao_ul img{
	border-radius:25px;
	margin: 0 auto;
	width: 448px;
    display: block;
} 
.meihao_ul ul{
	display: flex;
	justify-content: center;
	
	
}
.meihao_ul ul li{
	width:325px;
	position: absolute;
}
.meihao_ul ul li h2
{	font-size:26px;
font-family:MicrosoftYaHei-Bold;
color:rgba(51,51,51,1);
margin-top: 86px;
margin-bottom: 17px;
}
.meihao_ul ul li:nth-child(3),.meihao_ul ul li:nth-child(4){
transform:translatey(-23px);
}

.meihao_ul ul li p{
	font-size:20px;
font-family:MicrosoftYaHeiLight;
font-weight:300;
color:rgba(51,51,51,1);
margin-bottom: 25px;
  height: 78px;
}
.meihao_ul ul li span{
	width:172px;
height:45px;
border:1px solid rgba(175,0,0,1);
border-radius:10px;
font-size:20px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(175,0,0,1);
text-align: center;
line-height: 45px;
display: inline-block;
}

.meihao_ul ul li .span_mei{
	background:rgba(175,0,0,1);
	color: #FFFFFF;
}


.beikao h1{
	font-size:40px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
display: flex;
justify-content: center;
margin-top:60px;
margin-bottom: 65px;
width: 100%;
text-align: center;
}
.beikao ul{
	margin-bottom: 33px;
}
.beikao ul li{
	width:1032px;
	overflow: hidden;
    padding: 30px 53px 18px 22px;
    box-sizing: border-box;
}
.beikao ul li:nth-of-type(2),
.beikao ul li:nth-of-type(4)
{text-align:right;}
.beikao ul li:nth-of-type(1)
{padding-top:0;}
.beikao ul li img{width:160px;border-radius:50%;}
.beikao ul li:nth-of-type(1) img,
.beikao ul li:nth-of-type(3) img,
.beikao ul li:nth-of-type(5) img
{
	float: left;
	margin-right: 58px;
}
.beikao ul li:nth-of-type(2) img,
.beikao ul li:nth-of-type(4) img
{
	float: right;
	margin-top: -179px;
}
.beikao ul li:nth-of-type(2) h2,
.beikao ul li:nth-of-type(4) h2
{width:780px;margin-right:220px;}
.beikao ul li h2{
	font-size:28px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
margin-bottom: 18px;
}
.beikao ul li .xhx{
	width:121px;
height:1px;
background:rgba(175,0,0,1);
display: inline-block;
margin-bottom: 34px;
margin-right:178px;
}
.beikao ul li:nth-child(1) p,.beikao ul li:nth-child(3) p,.beikao ul li:nth-child(5) p{
	font-size:22px;
	color:rgba(51,51,51,1);
	width: 777px;
	margin-left:162px;
}
.beikao ul li:nth-child(2) p,.beikao ul li:nth-child(4) p{
	font-size:22px;
color:rgba(51,51,51,1);
width: 777px;
}
.beikao ul li p span{
	font-weight: bold;
	color: #333333;
	
}



.fo{

margin-top: 75px;
}
.fo p{
	width:218px;
height:54px;
background:rgba(160,1,1,1);
border-radius:27px;
font-size:30px;
font-family:SourceHanSansSC-Light;
font-weight:300;
color:rgba(255,255,255,1);
text-align: center;
line-height: 54px;
margin-top: 252px;
display: inline-block;
}
.fo p~p{
	margin-left: 54px;
	
}
.reader li>a>span:hover,.reader li>p span:hover,.meihao_ul ul li span:hover,
.header_bu p:hover
{
	background: rgba(182,0,0,1);
    border:1px solid transparent;
} 
.reader li>a>span:hover{
	color:white;
	text-decoration:none;
	font-weight:200;
}
.header_bu a p:hover{
    color: rgba(255,255,255,1);
	text-decoration:none;
}



.fixed{
	width: 180px;
	position: fixed;
	right: 0;
	top: 500px;
	
}
.fixed-a a:hover,.fixed-a a:link,.fixed-a a:active{text-decoration:none;color:white;background-color:#b60000;}
.fixed1,.fixed-a a{
	width: 100%;
	box-shadow: 0 0 20px #b0b0b0;
	border-radius: 12px 0 0 12px;
	background-color: #fff;
}
.fixed1{
	margin-bottom: 10px;
	padding-top: 27px;
	padding-bottom: 27px;
	box-sizing: border-box;
}
.fixed1 h2{
	display: block;
	text-align: center;
	font-size: 20px;
}
.fixed1 span{
	display: block;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
.img{
	margin-top: 15px;
	margin-left: 10px;
}
.img img{
	display: block;
	float: left;
	height: 27px;
}
.img p{
	display: block;
	line-height: 27px;font-weight: bold;
	font-size: 18px;
	color: #dc630c;
}
.fixed-a a{
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #dc630c;
	background-color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.main{
	width: 191px;
    float: right;
    margin-right: 150px;
}


nav.navbar ul.nav > li > a {
padding-right: 10px !important;
padding-left: 0px !important;
margin-top:20px !important;
}
nav.navbar ul.nav > li {
margin-right: 35px !important;
}



.team{
	 padding: 41px 0px 59px 0px;
    background:rgba(242,242,242,1);
}
.team>#mw{width:1400px;margin:0px auto;}
.team h3{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	padding-bottom:9px;
}
.team-top{
	text-align:center;
}
.team-bottom{
	margin-top:4%;
}
team-left a .captn h4 {
    color: black;
    font-size: 1.5em;
    margin: 0px;
}
team-left a .captn p {
    font-size: 16px;
    margin-top: 3px;
}
.team-left{background:white;}
.team-left a .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -119%;
    right: 0;
    background-color:rgba(70,70,70,0.95);
    padding: 10% 0%;
    text-align: center;
	font-family:"¿¬Ìå";
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-left a .captn>p{color:white;}
.team-left a:hover .captn {
    width: 100%;
    bottom: -74%;
    padding: 10% 0%;
}
.team-left a {
	overflow: hidden;
	position: relative;
	display: block;
}
.team-text {
    text-align: center;
    margin: 17px 0px;
}
.team-text h5 {
   color: black;
    font-size: 1.5em;
    margin: 0;
}
.team-text p{
	font-size:16px;
	 color: black;
	margin-top:3px;
}
.team-left img{
	width:100%;
}
.team-left{
        float: left;
    width: 15%;
    position: relative;
    padding: 10px;
    margin: 0 0 15px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
	}
.team-left:before {
    bottom: -4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 98%;
}
.team-left:after {
    bottom: -8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 96%;
}
#curveUpColor2 path, #curveDownColor2 path {
    fill:#29CB6D;
    stroke:#29CB6D;
}