* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, 0.3);
}

.W1200 {
    width: 1200px;
    margin: 0 auto;
}

.map_bg {
    position: relative;
    min-height: 420px;
    background: url("../imgs/images/mapBg_01.png") no-repeat;
    background-size: 100% 100%;
}

.map_bg .box_bg {
    width: 380px;
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map_bg .box_bg h2 {
    margin-top: 26px;
    color: #333333;
    font-weight: 100;
}

.machine {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.machine p {
    margin-top: 35px;
    margin-bottom: 55px;
    line-height: 1.5;
    color: #7A7A7A;
    font-family: '微软雅黑 Regular';
    font-size: 14px;
    padding: 0 90px;
}

.save_somethings {
    width: 100%;
    background: #EEEEEE;
    padding-bottom: 30px;
}

.save_somethings h1 {
    text-align: center;
    padding: 50px 0;
}

.save_somethings .two_box {
    display: flex;
    justify-content: space-between;
}

.save_somethings .two_box .save_left {
    width: 384px;
    height: 368px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.save_left .left_item {
    width: 191px;
    height: 191px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.save_left .left_item:hover i {
    color: #005BAC !important;
}

.save_left .left_item:hover p {
    color: #005BAC !important;
}

.save_left .left_item i {
    font-size: 80px;
    font-weight: 400;
}

.save_left .left_item p {
    font-size: 14px;
    margin-top: 30px;
}

.save_left .left_item:first-child {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.save_left .left_item:nth-child(2) {
    border-bottom: 1px solid #eee;
}

.save_left .left_item:nth-child(3) {
    border-right: 1px solid #eee;
}

/*盒子右上布局*/
.save_right{
    width: 805px;
    height: 368px;
    /*background: skyblue;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.save_right .right_top{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.save_right .right_bottom{
    height: 162px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.save_right .right_top .right_top_left{
    width: 320px;
    height: 200px;
    position: relative;
    background: url("../imgs/images/001.jpg") no-repeat;
    background-size:100% 100%;
}
.save_right .right_top .right_top_center{
    width: 154px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right_top_center .top_center_top{
    width: 100%;
    height: 97px;
    position: relative;
    background: url("../imgs/images/002.jpg") no-repeat;
    background-size:100% 100%;
}

.right_top_center .top_center_bottom{
    width: 100%;
    height: 97px;
    position: relative;
    background: url("../imgs/images/003.jpg") no-repeat;
    background-size:100% 100%;
}

.save_right .right_top .right_top_right{
    width: 320px;
    height: 200px;
    position: relative;
    background: url("../imgs/images/004.jpg") no-repeat;
    background-size:100% 100%;
}
.save_right .right_bottom>div{
    width: 263px;
    height: 162px;
    background: #000;
}
.save_right .right_bottom div:nth-child(1){
    position: relative;
    background: url("../imgs/images/004.jpg") no-repeat;
    background-size:100% 100%;
}

.save_right .right_bottom div:nth-child(2){
    position: relative;
    background: url("../imgs/images/005.jpg") no-repeat;
    background-size:100% 100%;
}

.save_right .right_bottom div:nth-child(3){
    position: relative;
    background: url("../imgs/images/007.jpg") no-repeat;
    background-size:100% 100%;
}

.save_title {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #eee;
    line-height: 2.5;
    padding-left: 15px;
    background: rgba(0, 0, 0, .3);
}




.save_somethings .title_box h3:first-child {
    float: left;
    width: 384px;
    padding: 20px 0;
    text-align: center;
}

.save_somethings .title_box h3:last-child {
    float: right;
    width: 770px;
    padding: 20px 0;
    text-align: center;
}

.core {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}

.core .title p:first-child {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #005BAC;
}
.core .title p:nth-child(2){
    padding: 0 120px;
    line-height: 2;
    color: #ADADAD;
}
.core .title p:nth-child(3){
    padding: 0 170px;
    line-height: 2;
    color: #ADADAD;
    margin-bottom: 30px;
}
.core .core_imgs{
    display: flex;
    justify-content: space-between;
}
.core .core_imgs>img{
    width: 194px;
    height: 344px;
    vertical-align: middle;
}
.font_imgs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.font_imgs>div{
    width: 400px;
    height: 245px;
    background: #eee;
    text-align: center;
    box-sizing: border-box;
}
.font_imgs .item_top h2{
    color: #005BAC;
    margin-top: 35px;
    margin-bottom: 24px;
}
.font_imgs .item_top p{
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    line-height: 1.5;
}
.font_imgs div:nth-child(2){
    background: url("../imgs/images/font_imgs_04.png") no-repeat;
    background-size: 100% 100%;
}
.font_imgs div:nth-child(4){
    background: url("../imgs/images/font_imgs_06.png") no-repeat;
    background-size: 100% 100%;
}
.font_imgs div:nth-child(6){
    background: url("../imgs/images/font_imgs_08.png") no-repeat;
    background-size: 100% 100%;
}

.t_f_1{
    margin: 0;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 50px;
    background-color: rgba(238,238,238,.66);
}
.t_f_2,.t_f_5,.t_f_6,.t_f_9,.t_f_10{
    margin: 0;
    font-size: 16px;
    font-weight: bolder;
}
.about_event{
    /*width: 100%;*/
    background-color: rgba(238,238,238,.66);
    position: relative;
}
.about_event div:first-child{
    width: 100%;
    height: 506px;
    position: relative;
}
.about_event div:first-child img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.about_event .ju_zhong{
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about_event .ju_zhong div:nth-child(1){
    width: 208px;
    height: 124px;
    position: absolute;
    top: 129px;
    left: 121px;
    box-sizing: border-box;
    text-align: center;
    padding: 28px 35px 0;
    background-color: #fff;
    border-radius: 60%;
}
.about_event .ju_zhong div:nth-child(2){
    width: 208px;
    height: 124px;
    position: absolute;
    top: -73px;
    left: 277px;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 4px 0;
    background-color: #fff;
    border-radius: 60%;
}
.about_event .ju_zhong div:nth-child(3){
    width: 208px;
    height: 124px;
    position: absolute;
    top: 135px;
    left: 461px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 4px 0;
    background-color: #fff;
    border-radius: 60%;
}
.about_event .ju_zhong div:nth-child(4){
    width: 208px;
    height: 124px;
    position: absolute;
    top: -53px;
    right: 307px;
    box-sizing: border-box;
    text-align: center;
    padding: 43px 4px 0;
    background-color: #fff;
    border-radius: 60%;
}
.about_event .ju_zhong div:nth-child(5){
    width: 398px;
    height: 195px;
    position: absolute;
    top: 173px;
    right: -2px;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 22px 0;
    background-color: #fff;
    border-radius: 60%;
}

.demand{
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.demand>img{
    border-radius: 4px;
    box-shadow: 10px 10px 12px #ccc;
}
.demand img:nth-child(2){
    margin-left: 30px;
}
.demand .demand_think{
    margin-left: 90px;
}
.demand_think h2{
    padding: 5px 0;
}
.demand .demand_title{
    margin-bottom: 15px;
}
.demand .demand_title span:first-child{
    color: #005BAC;
    font-size: 18px;
    font-weight: 400;
}
.demand .demand_title span:last-child{
    font-size: 14px;
    line-height: 1.5;
}
.demand_bottom{
    text-align: center;
}
.demand_bottom h1{
    padding-top: 50px;
    padding-bottom: 35px;
}
.demand_bottom p{
    padding-bottom: 50px;
}
footer div:first-child{
    width: 100%;
    min-height: 385px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background: url("../imgs/images/footer_02.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    background-color: rgba(0,0,0,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .footers h1{
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    font-weight: 400;
}

footer .footers img{
    margin-bottom: 30px;
}
footer .footers .affiliation span{
    color: #fff !important;
}

footer .footers  p{
    color: #fff !important;
    margin-top: 10px;
}
.t_h_4{
    color: #fff !important;
}
.btn_1{
    display: none !important;
    position: absolute;
    color: #409EFF !important;
    top: 70px;
    right: 10px;
}
.btn_show{
    display: block !important;
}
.el-button--text{
    color: #409EFF !important;
}

.tabBarbox {
    display:flex;
    justify-content:space-between;
}
.tabBarbox .bar_title{
    width: 30%;
    border-right: 1px solid #ccc;
}

.tabBarbox .bar_item_title{
    width: 160px;
    height: 52px;
    text-align:center;
    line-height: 52px;
    background: #EEEEEE;
    margin-top: 2px;
    border-radius: 4px;
    cursor:pointer;
    transition:all .5s ease;
}
.tabBarbox .bar_item_title:hover{
    background: rgba(24, 99, 175, .2);
}

.tabBarbox .bar_detail {
    width: 60%;
}

.active {
    background-color: #1863AF !important;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 5px 5px 10px 1px;
}






