.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;
    width:1450px;
    float:left;
    margin-right:40px;
    margin-left:3px;
}
.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;
    display: block;
}
.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;
}
.about-no1{
    width: 70%;
    padding: 30px 20px 80px 20px;
    margin:  0 auto;
    margin-top: 30px;
    background-color: rgb(205,43,40);
}
.about-no1>img{
   display: block;
    margin: 0 auto;
}
.about-no1>h1{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
.about-no1>div{
    display: flex;
    justify-content: space-around;
}
.about-no1 .idea{
    background-color: #fff;
    padding: 40px 15px 60px 15px;
    width: 40%;
    border-radius: 5px ;
}
.about-no1 .idea>h2{
    color: #000;
    font-weight: bold;
    text-align: left;
}
.about-no1 .idea>p{
    color: #000;
    margin-bottom: 15px;
}
.about-no1 .idea>span{
    color: #000;
    display: block;
}
.about-no1 .idea>span>a{
    color: #d61518;
    font-size: 20px;
}
.about-no1 .about{
    color: #fff;
    font-size: 18px;
    width: 40%;
    padding-top: 30px;
}
.about-no1 .about>span{
    display: block;
    margin-bottom: 15px;
}
.about-no1 .about>h2{
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
.about-no1 .about>span:nth-child(2){
    margin-bottom: 15px;
}
.about-no1 .about>p{
    text-indent: 25px;
    font-size: 14px;
}
.about-no2{
    width: 100%;
    margin-bottom: 40px;
}
.about-no2-title{
    width: 100%;
    background-color: rgb(239,239,239);
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.about-no2-title>img{
    display: block;
    margin: 0 auto;
}
.about-no2-title>h1{
    color: #cd2b28;
    font-size: 24px;font-weight: bold;
    text-align: center;
}
.about-no2-main{
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
}
.about-no2-main>ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about-no2-main>ul>li{
    text-align: center;
    font-size: 28px;
    color: #3e3a39;
}
.about-no2-main>ul>li>div{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgb(239,239,239);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.about-no3{
    width: 100%;
    margin-bottom: 50px;
}
.about-no3-title{
    width: 100%;
}
.about-no3-title>img{
    display: block;
    margin: 0 auto;
}
.about-no3-title>h1{
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-no3-main{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-no3-main>img{
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
    width: 420px;
    height: 290px;
}

.about-no3-main>div{
    overflow: hidden;
    cursor: pointer;
}
.about-no3-main>div:nth-child(1){
    background:url("../images/关于骄阳/no3-img1.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.about-no3-main>div:nth-child(2){
    background:url("../images/关于骄阳/no3-img3.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.about-no3-main>div:nth-child(3){
    background:url("../images/关于骄阳/no3-img2.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;

}
.about-no3-main>div>div{
    width: 100%;
    height: 100%;
}
.about-no3-main>div h1{
    color: #fff;
    font-size: 14px;
    line-height: 5px;
    padding-top: 25%;
}
.about-no3-main>div p{
    font-size: 10px;
    color: #fff;
    padding-top: 20px;
}



.about-no4{
    width: 100%;
    margin-bottom: 50px;
}
.about-no4-title{
    width: 100%;
}
.about-no4-title>img{
    display: block;
    margin: 0 auto;
}
.about-no4-title>h1{
    text-align: center;
    color: #cd2b28;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-no4-main{
    width:70% ;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.about-no4-main>div{
    background-color: #cd2b28;
    color: #fff;
    width: 20%;
    height: 200px;
    padding: 30px 10px;
}
.about-no4-main>div>h2{
    font-size: 18px;
    line-height: 50px;
    text-indent: 10px;
}
.about-no4-main>div>p{
    font-size: 14px;
    text-indent: 30px;
}
.about-no4-main>img{
    height: 200px;
    width: 20%;
}
.about-no4>p{
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}
.about-no4-list{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    padding-bottom: 30px;
}
.about-no4-list>li{
    width: 24%;
    border: 5px solid #F1F1F1;
    background-color:#fff ;
    margin-top: 20px;
}
.about-no4-list>li:hover{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    border: 5px solid #d61518;
    background-color:#d61518 ;
    cursor: pointer;
}
.about-no4-list>li>div:hover{
    background-color: #d61518;
    border: 5px solid #fff;
}
.about-no4-list1 div>img{
    background: url("../images/关于骄阳/no4-img3.png") no-repeat;
}
.about-no4-list1 div:hover img{
    background: url("../images/关于骄阳/no4-img3fff.png") no-repeat;
}
.about-no4-list2 div>img{
    background: url("../images/关于骄阳/no4-img4.png") no-repeat;
}
.about-no4-list2 div:hover img{
    background: url("../images/关于骄阳/no4-img4fff.png") no-repeat;
}
.about-no4-list3 div>img{
    background: url("../images/关于骄阳/no4-img5.png") no-repeat;
}
.about-no4-list3 div:hover img{
    background: url("../images/关于骄阳/no4-img5fff.png") no-repeat;
}
.about-no4-list4 div>img{
    background: url("../images/关于骄阳/no4-img6.png") no-repeat;
}
.about-no4-list4 div:hover img{
    background: url("../images/关于骄阳/no4-img6fff.png") no-repeat;
}
/*.about-no4-list>li>div:nth-child(1) img{*/
    /*background: url("../images/关于骄阳/no4-img3.png");*/
    /*border: none;*/
/*}*/
/*.about-no4-list>li:nth-child(1) div:hover img{*/
    /*background: url("../images/关于骄阳/no4-img3fff.png") no-repeat;*/
    /*background-size: 100%;*/
    /*border: none;*/
/*}*/
/*.about-no4-list>li:nth-child(1){*/
    /*margin-top: 0;*/
    /*margin-bottom: 20px;*/
    /*color: #fff;*/
    /*border: 5px solid #d61518;*/
    /*background-color:#d61518 ;*/
/*}*/
/*.about-no4-list>li:nth-child(1)>div{*/
    /*background-color: #d61518;*/
    /*border: 5px solid #fff;*/
/*}*/
.about-no4-list>li>div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F1F1F1;
    border: 5px solid #B2B2B2;
    width: 100%;
    height: 100%;
    padding: 70px 30px;
}
.about-no4-list>li>div>img{
    margin-bottom: 20px;
 }
.adapt{
    background-color: rgb(239,239,239);
    width: 100%;
    padding: 20px 0;
}
.adapt-main {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
}
.adapt-main>ul{
    display: flex;
    justify-content: center;
}
.adapt-main>ul>li{
    width: 25%;
}
.adapt-main>ul>li>img:nth-child(1){
    margin-top: 40px;
}
.adapt-main>ul>li>img:nth-child(3){
    margin-top: 40px;
}
.adapt-main>ul>li>div{
    padding: 0 60px;
    margin-top: 80px;
    margin-bottom: 60px;
}
.adapt-main>ul>li>div>h3{
    color: #cd2b28;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
 }
.adapt-main>ul>li>div>p{
    font-size: 14px;
    color: #000;
}
.adapt-main>ul>li>img{
    width: 100%;
    height: 380px;
    margin-top: 30px;
}
.block{
    width: 100%;
    height: 30px;
    background-color: rgb(158, 158, 158);
}
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;
}


/*轮播图插件*/
.slide{
    width: 1210px;
    height: 290px !important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;

}
.slide .img{
    overflow: hidden;
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    /*width: calc(100% - 14px);*/
    /*height: calc(100% - 14px);*/
    width: 100%;
    height: 100%;
    margin: 7px;
}
.slide .img2{
    width: 315px;
    height: 220px;
    top: 13%;
    left: 10%;
    z-index: 2;
}
.slide .img3{
    width: 420px;
    height: 290px;
    left: 33%;
    top: 0;
    z-index: 3;
}
.slide .img4{
    width: 315px;
    height: 220px;
    top: 12%;
    left: 65%;
    z-index: 2;
}
.slide-bt{
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}
.slide-bt span{
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
