/*index-header部分start*/

.header{
    width: 100%;
    min-width: 1280px;

    background: url("../images/zftgw_fzgsy_topdt.png");
    background-size: 100% 100%;
}
/*index-header部分end*/

/*introduction-group部分start*/
.introduction-group{
    width: 100%;
  
}
.group-up{
    margin-bottom: 40px;
}
.group-bot-main{
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    display: flex;
flex-direction: column;
}
.group-bot{
    width: 75%;
    padding: 0 12.5%;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
}
.group-bot-left{
    width: 75%;
    margin:0 1.5%
}
.group-bot-left-tit{
    font:600 0.42rem "microsoft yahei";
    color: #333;
    margin: 0.62rem 0 0.2rem 0;
}
.group-bot-left-line{
    width: 150px;
    height: 3px;
    background: #f79421;

}
.group-bot-left-text{
    font: 0.25rem/0.5rem "microsoft yahei";
    color: #333;
    margin-top: 24px;
    text-indent: 2em;
}
.group-bot-right{
    width: 40%;
    margin: 5% 5% 5% 5% ;
    display: flex;
    flex-direction: row-reverse;
}
.group-bot-right img{
    width: 100%;
    height: 100%;
}
/*introduction-group部分end*/

/*introduction-three部分start*/
.introduction-three{
    width: 1920px;
    height: 413px;
}
.three-value,.value-vision,.three-spirit{
    width: 484px;
}
.three-tit{
    font: 700 30px "microsoft yahei";
    color: #333;
    text-align: center;
    margin: 110px 0 8px 0;
}
.three-line{
    width: 85px;
    height: 2px;
    background: #f79421;
    margin: 0 auto;
}
.three-text{
    width: 350px;
    font: 300 28px/33px "microsoft yahei";
    margin: 0 auto;
    margin-top: 26px;
}
.introduction-history{
    width: 1920px;
    height: 1494px;
    background: url("../images/introduction-bg3.png") 1920px 1494px;
}
/*introduction-three部分end*/

/*index-footer部分start*/
/*index-footer部分end*/
.cutLine{
    display: inline-block;
    width:80%;
    height: 0.16rem;
    margin:1% 10% 3% 10%;
    background:url("../images/cutLine.png") no-repeat ;
    background-size: 100% 100%;
}

.linkTo1{
    position: absolute;
    text-align: center;
    width:120px;
    height: 40px;
    line-height: 40px;
    background: #0267B7;
    border-radius: 20px;
    z-index: 100;
    color:#fff;
    font-size: 18px;
}
.linkTo2{
    position: absolute;
    left:1550px;
    text-align: center;
    width:120px;
    height: 40px;
    line-height: 40px;
    background: #0267B7;
    border-radius: 20px;
    z-index: 100;
    color:#fff;
    font-size: 18px;
}
a:hover{
    color:#ddd ;
}
.seeMoreMain{
    background-color: #f8f8f8;
    width:75%;
    margin: 3% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ddd;
}
.seeMoreText{
    padding:3% 10%;
    font: 300 0.3rem/0.4rem "microsoft yahei";
    color:#aaaaaa;
}
.seeMoreText:hover{
    color: crimson;
    cursor: pointer;
}