*{
    margin: 0 auto;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
.hide{
    display: none;
}
.Two_con{
    width: 100%;
    /*overflow: hidden;*/
}
.con_item{
    margin-bottom: 2%!important;
}
.Two_item{
    position: relative;
    top: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.Two_item:hover{
    top: -20px;
}
.Two_item:nth-child(3n)>.Two_con_item>a{
    float: right;
}
.Two_item:nth-child(3n+1)>.Two_con_item>a{
    float: left;
}
.Two_item:nth-child(3n+2)>.Two_con_item>a{
}
.Two_con_item{
    width: 100%;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
}
.Two_con_item>a{
    display: inline-block;
    text-decoration: none;
    background: #f7f7f7;
    padding: 3% 6%;
    box-sizing: border-box;
    width: 87%;
    /* width: 350px; */
    height: 480px;
    overflow: hidden;
    text-align: center;
}
.op{
    opacity: 0;
}
.Two_con_item>a:nth-child(1){
    padding-top: 15%!important;
    color: #666;
}
.gif1_text{
    width: 100%;
    overflow: hidden;
}
.gif1_text>p{
    font-size: 14px;
    text-align: justify;
    text-align-last: left;
    color: #666;
    text-indent: 2em;
    line-height: 22px;
    letter-spacing: 3px;
}
.item_img{
    /*width: 100%;*/
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fcf9e6;
    position: relative;
    text-align: center;
}
.item_img>img{
    width: 70%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.img_she{
    width: 70%;margin: 15%;
}
.Two_con_item>a>p{
    margin-top: 15%;
    width: 100%;
    font-size: 22px;
    color: #333333;
    letter-spacing: 4px;
}
.Two_con_item>a>span{
    display: block;
    width: 10%;
    height: 3px;
    border-radius: 2px;
    background: #f8af47;
    margin: 4px auto 25px;
    padding: 0;
    line-height: 0;
}
.main_contain_Two{
    clear: both;
    width: 100%;
    background: #fff;
    /*padding: 0 18%;*/
    box-sizing: border-box;
    overflow: hidden;
}
.main_contain_Three{
    width: 100%;
    overflow: hidden;
    background: #f3f4f8;
    /*padding: 4% 18% 0.5%;*/
    padding: 4% 0 4%!important;
    box-sizing: border-box;
}
.Two_con_more{
    width: 100%;
    overflow: hidden;
}
.Two_con_more>a{
    text-decoration: none;
    float: right;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    color: #f9b244;
}
.Two_con_main{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Three_con_item{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.Three_con_item>a{
    display: block;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
}
.con_item:nth-child(2n)>.Three_con_item>a>img{
    float: right;
}
.con_item:nth-child(2n+1)>.Three_con_item>a>img{
    float: left;
}
.con_item>.Three_con_item>a>img{
    /*padding: 3% 0;*/
    box-sizing: border-box;
    display: inline-block;
    width: 96%;
    height: 100%;
    border-radius: 2px;
}
.mo_img{
    background: rgba(0,0,0,0);
    width: 96%;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    /*display: none;*/
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}
.con_item:nth-child(2n+1)>.Three_con_item>a>.mo_img{
    left: 0;
}
.con_item:nth-child(2n)>.Three_con_item>a>.mo_img{
    right: 0;
}
.mo_img>span{
    color: white;
    text-align: center;
    letter-spacing:4px;
    /*width: 40%;*/
    font-size: 28px;
    line-height: 40px;
    /*font-weight: 600;*/
    display: inline-block;
    top: 175%!important;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.con_item:hover .mo_img{
    background:rgba(0,0,0,0.6);
}
.con_item:hover .mo_img>span{
    top: 50%!important;
    opacity: 1;
}
.main_contain_Four{
    width: 100%;
    background: #fff;
    /*padding: 0 18%;*/
    box-sizing: border-box;
    overflow: hidden;
}
.Four_con{
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin-bottom: 40px;
}
.Four_con>li{
    text-align: center;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.fadeIn{
    animation: fadeInUp 0.8s linear;
    -webkit-transition: fadeInUp 0.8s linear ;
    animation-fill-mode: forwards;
}
@keyframes fadeInUp {
    0% {
        top: 15vh;
        opacity: 0;
    }
    100% {
        top: 0vh;
        opacity: 1;
    }
}

.Four_con>li:nth-child(3n)>a{
    float: right;
}
.Four_con>li:nth-child(3n+1)>a{
    float: left;
}
.Four_con>li:nth-child(3n+2)>a{

}
.Four_con>li>a{
    display: inline-block;
    padding: 7% 0px 0;
    width: 88%;
    height: 352px;
    text-decoration: none;
    background: #f7f7f7;
    text-align: center;

}
.Four_img{
    /*width: 100%;*/
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #fcf9e6;
    border-radius: 50%;
}
.Four_con>li>a>p{
    width: 100%;
    overflow: hidden;
    /* display: block; */
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
}
.Four_con>li>a>p:nth-child(2){
    padding: 0 5px;
    box-sizing: border-box;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Four_con>li>a>p:nth-child(2){
    /*font-weight: bold;*/
    /*width: 50%;*/
}
.Four_con>li>a>p:nth-child(2)>span{
    display: inline-block;
}
.Four_con>li>a>p:nth-child(2)>span:nth-child(1){
    width: 3px;
    height: 14px;
    border-radius: 4px;
    background: #f9b244;
    margin-right: 15px;
}
.Four_con>li>a>p:nth-child(2)>span:nth-child(2){
    color: #333333;
    font-size: 22px;
    margin-top: 15px;
    letter-spacing: 4px;
}
.Four_con>li>a>p:nth-child(3){
    /*width: 70%;*/
    line-height: 24px;
    color: #666666;
}
.main_contain_Five{
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #f1f1f1;
    /*padding: 0 18%;*/
    box-sizing: border-box;
}
.map_item{
    width: 100%;
    padding :13% 10% 4% 33%;
    box-sizing: border-box;
    overflow: hidden;
}
.map_item>h1{
    margin-bottom: 45px
}
.map_item>p{
    margin-top: 4%;
    font-size: 16px;
    line-height: 30px;
}
.map_item>p>span{
    display: inline-block;
    margin-right: 2%;
    font-size: 18px;
}
.main_contain_Six{
    width: 100%;
    background: #333;
    padding: 50px 0;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    font-size: 14px;
    text-align: center;

}
.item_pro{
    width: 100%;
    overflow: hidden;
    padding: 36px 30px;
    box-sizing: border-box;
    list-style: none;
    /*text-align: center;*/
}
.item_pro>li{
    display: inline-block;
    width: 25%;
    float: left;
}
.item_pro>li>a>span{
    display: block;
    color: #fff;
}
.item_pro>li>a>span:nth-child(1){
    font-size: 18px;
}
.item_pro>li>a>span:nth-child(2){
    font-size: 12px;
}
.Copyright{
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
.gongzonghao_text,.gongzonghao_img{
    display: inline-block;
    width: 50%;
    float: left;
    pointer-events: auto;
}
.gongzonghao_text{
    font-size: 36px;
    margin-top: 30px;
    line-height: 110px;
    border-left: 1px solid #999999;
}
.gongzonghao_img{
    width: 170px;
}
.mo_img>span{
    /*transition:transform 2s ease;*/
    /*!*transform:scale(1.2);*!*/
    /*transform:translateY(200px);*/
    /*animation: load 2s ease;*/

}
.back-top {
    position: fixed;
    bottom: 60px;
    right: 35px;
    cursor: pointer;
}
.back-top img{
    width: 45px;
    height: 45px;
}
.ms {
    cursor: pointer;
    position: fixed;
    bottom: 115px;
    right: 35px;
}
.ms img{
    width: 45px;
    height: 45px;
}
.Three_con_item>span{
    width: 100%;
    font-size: 0.01rem;
    color: #333;
    display: block;
}
@media (max-width: 1680px) {
    .map_item {
        padding: 13% 10% 18% 33%;
    }
}
/*.gif_text3,.gif_text2,.gif_text1{*/
/*    animation: load 2s ease;*/
/*}*/
/*@keyframes load {*/
/*    0%{*/
/*        !*height: 0;*!*/
/*        transform:translateY(150px);*/
/*    }*/
/*    100%{*/
/*        !*transform:translateY(0);*!*/
/*    }*/
/*}*/
