.Noticewarp {
    overflow:hidden;
    height:40px;
    text-align: center;
    line-height:40px;
    width:100%;
    float:left;
    background-color:rgb(230,230,230);
    font-size: 16px;
}
.Noticewarp a {
    color:#262626;
    float:left;
    margin-right:40px;
    margin-left:3px;
    width: 1450px;
}
.Noticewarp .scroll {
    width:3000px;
    float:left;
    position:relative;
}

header{
    width: 100%;
}
.header-top{
    text-align: center;
    background-color: rgb(230,230,230);
    color: rgb(100,100,100);
}
nav .nav-logo{
    padding: 20px 0;
    width: 1210px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
}
nav .nav-logo>img{
    display: inline-block;
    width: 235px;
    height: 60px;
}
nav .nav-logo>.line{
    display: inline-block;
    width: 2px;
    margin: 0 5px;
    background-color: #d61518;
}
.nav-connent{
    width: 1210px;
    margin: 0 auto;
}
.nav-connent ul .select>a{
    color: #fff;
}
.nav-connent ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-connent ul li{
    text-align: center;
    width: 20%;
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #000;
}
.nav-connent ul li>a{
    display: block;
    width: 100%;
    height:100%;
}
.nav-connent ul li.select>a{
    color: #fff;
    background-color:#d61518 ;
}
main{
    width: 100%;
}
main>img{
    width: 100%;
    height: 550px;
}
.main-history{
    margin: 0 auto;
    width: 1210px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 0 100px 0;
}
.main-history-course {
    width:45%;
    position:relative;
    overflow:hidden;
    background-color:#fff;
    height: 300px;
}
.main-history-course ul {
    top:-15px;
    padding:0;
    color:#666;
    position:relative;
}
.main-history-course h1{
    display: inline-block;
    font-size: 20px;
    color: #000;
    padding: 20px 0;
    text-indent: 10px;
}
.main-history-course h1>p{
    background-color: rgb(214,21,24);
    height: 4px;
    width: 30px;
    margin-left: 15px;
}
.main-history-course li {
    height:34px;
    padding:0;
    color: #737272;
    font-size:14px;
    line-height:50px;
    text-indent: 30px;
    list-style:none;
    border-bottom:1px solid #73726F;
    position: relative;
}
.main-history-course ul li span{
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #73726F;
    position: absolute;
    bottom: 0;
    left:0;
}

.main-history-intro{
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;top: -40px;right: 0;
    width: 45%;
}
.main-history-intro>h2{
    background-color: rgb(214,21,24);
    border-bottom: 1px solid #000;
    color: #fff;
    padding-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
   text-indent: 1em;
}
.main-history-intro>h2 span{
    font-size: 16px;
}
.main-history-intro-connent{
    height: 500px;
    position: relative;
}
.main-history-intro-connent>span{
    display: block;
    width: 25px;
    height: 3px;
    background-color: red;
   margin: 10px 0 20px 20px;
}
.main-history-intro-connent >p{
    width: 80%;
    margin: 0 auto;
    text-indent: 2rem;
    font-size: 16px;
    color: black;
}
.main-history-intro-connent>button{
    font-size: 18px;
    color: #fff;
    background-color: rgb(214,21,24);
    border: none;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 40px;
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.main-one{
    width: 100%;
    height:550px;
    text-align: center;
    background: url("../images/首页/no1-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: -2;
}
.main-one>span{
    display: block;
    background-color: rgba(0,0,0, .3);
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.main-one>img{
    text-align: center;
    display: inline-block;
    margin-top: 60px;

}
.main-one>h1{
    color: #d61518;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}
.main-one>p{
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.main-one>.main-one-text{
    width: 1210px;
    min-width: 960px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.main-two{
    width: 100%;
    text-align: center;
}
.main-two>img{
    margin-top: 60px;
}
.main-two>h1{
    font-size: 23px;
    font-weight: bold;
    color: #d61518;
}
.main-two>h1>span{
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color:#d61518 ;
    margin:0 5px 10px;

}
.main-two>p{
    font-size: 17px;
    margin-bottom: 40px;
}
.main-two-text{
    width: 1210px;
    margin: 50px auto 0;

}
.main-two-text-connent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-example{
    position: relative;
    width: 48%;
    border: 2px solid #000;
    color:black ;
    padding: 10px 50px 30px;
    margin-bottom: 60px;
    border-radius: 5px;
}
.two-example>span{
    display: inline-block;
    height: 110px;
    width: 60px;
    position: absolute;
    top: -20px;
    left:-30px;
    background-color: #d61518;
}
.two-example>h3{
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    text-indent: 1em;
    color: #d61518;
}
.two-example>p{
    font-size: 13px;
    text-align: left;
    text-indent: 2em;
    line-height: 25px;
}
.two-example>p>span{
    color: #d61518;
}

.main-three{
    width: 100%;
    text-align: center;
    background-color: rgb(237,237,237);
    padding-bottom: 90px;
}
.main-three>img{
    height: 20px;
    width: 250px;
    display: inline-block;
}
.main-three>h1{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 40px;
}
.main-three>div{
    width: 1210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
#test1>table{
    width: 1210px;
    height: 100%;
    white-space: nowrap;
}
#m1{
    width: 1210px;
}
#m1 tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#m1 td{
    width: 200px;
    height: 200px;
    padding: 50px;
    background-color: #fff;
    border-right: 1px solid #EDEDED;
}
#m1 img{
    width: 100%;
    height: 100%;
}

#m2{
    width: 1210px;
}
#m2 tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#m2 td{
    width: 200px;
    height: 200px;
    padding: 50px;
    background-color: #fff;
    border-right: 1px solid #EDEDED;
}
#m2 img{
    width: 100%;
    height: 100%;
}
footer{
    width: 100%;
    background-color: #383838;
}
.footer-main{
    width: 1210px;
    margin: 0 auto;
    display: flex;
    padding:30px 80px 50px;
    justify-content: space-between;
    position: relative;
}
.footer-info p{
    line-height: 30px;
    color: #fff;
}
.footer-nav{
    line-height: 25px;
    height: 20px;
    position: absolute;
    left: 80px;
    bottom:51px;
}
.footer-nav a{
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #fff;
    margin-left: 5px;
}
.footer-nav a:hover{
    color: #fff;
}
.footer-nav a:nth-child(1){
    border-left: none;
    margin-left: 0;
}
.footer-main>img{
    height: 200px;
    width: 200px;
}