html,body,div,ul,li,p,dl,dt,dd{margin:0;padding:0;}
li,i{list-style: none;font-style: normal}
.banner{
    background:plum;
    height:300px;
}


.container_box{
    z-index: 10;
	width: 1400px;
	margin: -68px auto 100px auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.17);
}

/* 公司简介 */
.company_box{
    padding:62px 249px 0 249px;
    font-size: 14px;
    color: #01131B;
    font-family: MicrosoftYaHei;
    line-height: 24px;
    
}
#map{
    background:#fffbf3;
    width:630px;
    height:357px;
    padding:30px;
    box-sizing: border-box
}
#map_box{
    width:100%;
    height:100%;
}
.company_box>img,
.org_box>img,
.develo_box>img,
.concact_box>img
{
    margin:0 auto 20px auto;
    display:block
}
.org_box{
    margin-top:100px;
}
.develo_box{
    margin-top:60px;
    background:#fffdfc;
}
.develo_list>ul{
    padding:40px 50px;
    box-sizing: border-box;
}
.develo_list>ul::after{
    content:'';
    display:block;
    clear:both;
}
.develo_list>ul>li{
    width:42%;
    left:58%;
    margin:0;
    font-size:12px;
    position: relative;
}
.develo_list>ul>li:nth-child(1){
    margin-top:0;
}
.develo_list>ul>li .title{
    font-size:18px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    left:-65px;
    top:50%;
    transform: translateY(-50%);
    color:#666;
}
.develo_list>ul>li:nth-child(2n) .title{
    left:auto;
    right:-69px;
}
.develo_list>ul>li:nth-child(2n){
    margin-left:0;
    /* margin-right:60%; */
    text-align: right;
    left:13px;
}
.develo_list>ul>li::before{
    content:'';
    display:inline-block;
    clear:both;
    width:12px;
    height:12px;
    background:#D5B772;
    border-radius:12px;
    position: absolute;
    left:-102px;
    top:50%;
    transform: translateY(-50%)
}
.develo_list>ul>li::after{
    content:'';
    display:inline-block;
    clear:both;
    width:2px;
    height:105%;
    background:#D5B772;
    position: absolute;
    left:-97px;
    top:15px;
}
.develo_list>ul>li:nth-child(2n)::before{
    right:-105px;
    left:auto;
}
.develo_list>ul>li:nth-child(2n)::after{
    content:'';
    display:inline-block;
    clear:both;
    width:2px;
    height:105%;
    background:#D5B772;
    position: absolute;
    left:auto;
    right:-100px;
    top:12px
}
.develo_list>ul>li:last-child::after{
    top:0;
    transform: translateY(-50%)
}
.develo_list .item{
    padding:10px;
    background:none;
    transition: all .2s;
    line-height:22px;
}
.develo_list li:hover .title{
    color:#d5b672;
}
.develo_list li:hover .item{
    background:linear-gradient(to left,rgba(255,255,255,0.5) ,#d5b672);
    cursor: default;
    transition: all .2s;
    color:#fff;
}
.develo_list li:nth-child(2n):hover .item{
    background:linear-gradient(to right,rgba(255,255,255,0.5) ,#d5b672);
    cursor: default;
    transition: all .2s;
    color:#fff;
}

.concact_box{
    margin-top:30px;
    padding: 0 60px 120px 60px;
}
.mapInfo{
    display:flex;
    align-items: center;
    margin-top:70px;
}
.mapInfo .concact_us{
    width:650px;
    height:425px;
    background:url('../img/map2.png') no-repeat;
}
.mapInfo .concact_us dl{
    color:#fff;
    padding:105px 0 0 150px;
    line-height:26px;
}
.mapInfo .concact_us dt{
    font-size: 22px;
    position: relative;
    margin-bottom:30px;
}
.mapInfo .concact_us dt::after{
    content:'';
    display: block;
    clear:both;
    width:62px;
    height:4px;
    background:#fff;
    margin-top:14px;
}
.mapInfo .concact_us dt i{
    display:block;
    font-size: 18px;
    margin-top:5px;
}
.mapInfo .concact_us dd{
    font-size:14px;
}

.wh_box{
    padding-top:60px;
}
.wh_box>img{
    margin: 0 auto 20px auto;
    display: block;
}
.wh_cire{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:450px 0 550px 0;
}
.cire{
    width: 366px;
    height: 366px;
    background: #F4E9D3;
    box-shadow: 0px 3px 34px 0px rgba(219, 193, 135, 0.23);
    border-radius:50%;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}

.small_cire{
    width: 340px;
    height: 340px;
    background:url('../img/c_middle.png') no-repeat;
    background-size:cover;
    border-radius:50%;
    border: 2px solid #FFFFFF;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height:40px;
}
.small_cire .title{
    font-size:32px;
    font-weight: bold;
    color:#823B1B;
    font-family: "微软雅黑";
}
.small_cire .en{
    font-size:19px;
    font-weight: bold;
    color:#823B1B;
    font-family: "微软雅黑";
}

.c1{
    width:525px;
    height:478px;
    background:url('../img/c1_white.png') no-repeat;
    position: absolute;
    left:-345px;
    bottom:260px;
    transform: scale(1);
    transition: all .3s;
}
.c1.active{
    background:url('../img/c1_drak.png') no-repeat;
    transform: scale(1.1);
    transition: all .3s;
}
.c2{
    width:421px;
    height:594px;
    background:url('../img/c2_white.png') no-repeat;
    position: absolute;
    left:-375px;
    bottom:-270px;
    transform: scale(1);
    transition: all .3s;
}
.c2.active{
    background:url('../img/c2_drak.png') no-repeat;
    transform: scale(1.1);
    transition: all .3s;
}
.c3{
    width:639px;
    height:390px;
    background:url('../img/c3_white.png') no-repeat;
    position: absolute;
    left:-120px;
    bottom:-390px;
    transform: scale(1);
    transition: all .3s;
}
.c3.active{
    background:url('../img/c3_drak.png') no-repeat;
    transform: scale(1.1);
    transition: all .3s;
}
.c4{
    width:429px;
    height:586px;
    background:url('../img/c4_white.png') no-repeat;
    position: absolute;
    right:-405px;
    bottom:-260px;
    transform: scale(1);
    transition: all .3s;
}
.c4.active{
    background:url('../img/c4_drak.png') no-repeat;
    transform: scale(1.1);
    transition: all .3s;
}
.c5{
    width:493px;
    height:481px;
    background:url('../img/c5_white.png') no-repeat;
    position: absolute;
    right:-350px;
    bottom:260px;
    transform: scale(1);
    transition: all .3s;
}
.c5.active{
    background:url('../img/c5_drak.png') no-repeat;
    transform: scale(1.1);
    transition: all .3s;
}
.wh_cire  .name{
    position: absolute;
    left:230px;
    bottom:220px;
    z-index:15;
    transition: bottom .3s;
}
.wh_cire .c1 .name.active{
    bottom:295px;
    cursor: pointer;
    transition: bottom .3s;
}
.wh_cire .c1.active .name::after{
    content:'';
    display:block;
    clear:both;
    width:100%;
    height:200px;
    position: absolute;
    left:0;
    top:0;
    z-index:15px;
}
.cire div[class^='c'] p{
    color:#fff;
    display:none;
}
.wh_cire .c1 p{
    position: absolute;
    left:80px;
    bottom:120px;
    z-index:10;
    font-size:14px;
    width:332px;
    line-height: 28px;
    /* display:none; */
}

.wh_cire .name dt{
    font-size:16px;
    font-weight: bold;
    color: #823B1B;
    line-height: 21px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}
.wh_cire .name dd{
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #823B1B;
    position: relative;
}
.wh_cire .name dd::after{
    content:'';
    display:block;
    clear:both;
    width:55px;
    height:2px;
    background:#823B1B;
    position: relative;
    top:10px;
}


.wh_cire .c2 .name{
    left:125px;
    bottom:310px;
    transition: all .3s;
}
.wh_cire .c2 p{
    position: absolute;
    left:55px;
    bottom:190px;
    z-index:10;
    font-size:14px;
    width:332px;
    line-height: 28px;
}
.wh_cire .c2 .name.active{
    left:55px;
    bottom:370px;
    cursor: pointer;
    transition: all .3s;
}
.wh_cire .c2.active .name::after{
    content:'';
    display:block;
    clear:both;
    width:300px;
    height:300px;
    position: absolute;
    left:-100px;
    top:-100px;
    z-index:15px;
}

.wh_cire .c3 .name{
    left:245px;
    top:160px;
    transition: all .3s;
}
.wh_cire .c3 .name.active{
    top:90px;
    cursor: pointer;
    transition: all .3s;
}
.wh_cire .c3.active .name::after{
    content:'';
    display:block;
    clear:both;
    width:300px;
    height:300px;
    position: absolute;
    left:-100px;
    top:-100px;
    z-index:15px;
}
.wh_cire .c3 p{
    position: absolute;
    left:200px;
    bottom:185px;
    z-index:10;
    font-size:14px;
    width:332px;
    line-height: 28px;
    transition: all .3s;
}





.wh_cire .c4 .name{
    left:160px;
    top:215px;
    transition: all .3s;
}
.wh_cire .c4 .name.active{
    left:210px;
    top:155px;
    cursor: pointer;
    transition: all .3s;
}
.wh_cire .c4.active .name::after{
    content:'';
    display:block;
    clear:both;
    width:300px;
    height:300px;
    position: absolute;
    left:-100px;
    top:-100px;
    z-index:15px;
}
.wh_cire .c4 p{
    position: absolute;
    left:160px;
    top:260px;
    z-index:10;
    font-size:14px;
    width:278px;
    line-height: 28px;
}

.wh_cire .c5 .name{
    left:110px;
    top:200px;
    transition: all .3s;
}
.wh_cire .c5 .name.active{
    left:40px;
    top:110px;
    cursor: pointer;
    transition: all .3s;
}
.wh_cire .c5.active .name::after{
    content:'';
    display:block;
    clear:both;
    width:300px;
    height:300px;
    position: absolute;
    left:-100px;
    top:-100px;
    z-index:15px;
}

.wh_cire .jz_icons{
    position: absolute;
    left:80px;
    top:180px;
    width:400px;
    color:#fff;
    display:none;
}
.wh_cire .jz_icons li{
    display:flex;
    align-items: center;
    margin-top:26px;
    font-size: 16px;
}
.wh_cire .jz_icons li img{
    margin-right:5px;
}
.wh_cire .jz_icons li:nth-child(2){
    padding-left:70px;
}
.wh_cire .jz_icons li:nth-child(3){
    padding-left:120px;
}
.wh_cire .jz_icons li:nth-child(4){
    padding-left:170px;
}


.wh_cire .qy_icons{
    position: absolute;
    left:170px;
    top:210px;
    width:400px;
    color:#fff;
    display:none;
}
.wh_cire .qy_icons li{
    width:50%;
    float:left;
    display:flex;
    align-items: center;
    margin-top:32px;
    font-size: 16px;
}
.wh_cire .qy_icons li img{
    margin-right:5px;
}



