/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

body {
    margin: 0
}

main {
    display: block
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}






/* 搜索栏目共用导航和轮播图 以及底部*/

/* 第一版 导航栏 */
/* 头部logo和联系方式 开始 */

/* 动画*/
.HeaderContent {
    position: relative;
    height: 100%;
    /* animation: headerAnimation 1.2s ease-in-out; */
}

/* @keyframes headerAnimation {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
} */


._header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 152px;
    /* background-color: blue; */
}
/* logo */
._header_logo {
    width: 50%;
    text-align: center;
    /* background-color: red; */
    font-size: 0;
}
._header_logo h1 a img {
    /* width: 331px;
    height: 76px; */

    width: 580px;
    height: 108px;
}

/* 联系方式 */
._header_phone {
    width: 50%;
    /* height: 152px; */
}
/* 上面联系方式 */
._header_phone_top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    text-align: center;
    /* background-color: green; */
    margin-bottom: 18px;

}
/* 联系电话 */
._header_phone_top img {
    width: 54px;
    height: 54px;
}
._header_phone_top_item2 {
    text-align: left;
    margin-left: 10px;
}
._header_phone_top_item2 div:nth-child(1){
    color: #DF2442;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
._header_phone_top_item2 div:nth-child(2){
    font-size: 28px;
    font-weight: 500;
}

/* 下面搜索框 */
._header_phone_search {
    width: 259px;
    height: 40px;
    box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #7FC3E8;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
}
/* 去掉内边框 */
._header_phone_search input {
    /* width: 192px; */
    flex: 1;
    height: 100%;
    border: none;
    color: #7FC3E8;
    padding-left: 10px;
    font-size: 16px;
}
/* 去掉选中时的边框 */
.search_ipt:focus {
    outline: none;
}
._header_phone_search div:nth-child(2){
    width: 40px;
    height: 40px;
    background-color: #7FC3E8;
    display: flex;
    justify-content: center;
    align-items: center;
}
._header_phone_search div:nth-child(2) img{
   width: 34px;
   height: 34px;
}
/* 头部logo和联系方式 结束*/


/* 头部导航 开始 */
._nav {
    width: 100%;
    background-color: rgb(127, 195, 232);
    box-shadow: 0px 0px 6px -1px #000;

}
._nav_main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    height: 87px;
    background-color: rgb(127, 195, 232);
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    color: #ffffff;

}


._nav_main div a {
    /* margin: 0 44px; */
    letter-spacing: 0.1em;
    font-size: 24px;
}
/* 搜索图标 */
._nav img{
    margin-top: 6px;
    margin-left: 44px;
    
}
._nav div,img:hover {
   cursor: pointer;
}
/* 点击选中样式 */
.nav_active {
    display: block;
    width: 176px;
    height: 100%;
    line-height:87px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    color: #7FC3E8;
    background-color: #fff;
}


._nav_main>div {
    position: relative;
}

/* 鼠标经过 弹出二级选项 */
/* .index_show {
    position: absolute;
    top: 87px;
    left: 0;
    z-index: 1;
    width: 176px;
    display: none;
}
.index_show a {
    color: #fff;
    font-weight: 400;
    background-color:  rgb(127, 195, 232);
    height: 57px;
    line-height: 57px;
} */


/* 头部导航 结束 */
/* 第一版 结束*/






/* 导航栏 */
.global_nav {
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 1; */
    width: 100%;
    height: 86px;
    /* border: 1px solid red; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(127, 195, 232);
    /* animation: navAnimation 1s ease-in-out; */
}

@keyframes navAnimation {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* 左边logo */
.global_nav_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}
.global_nav_logo img {
    width: 320px;
    height: 100%;
}

/* 右边导航栏目 */
.global_nav_title {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    height: 100%;
    line-height: 86px;
    /* background-color: #fff; */
    /* color: #000; */
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    /* padding-left: 30px; */
}

/* 每一个导航栏 */
.global_nav_index {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: rgb(202, 46, 46); */
    text-align: center;
    /* padding: 0 20px; */
    /* border: 1px solid red; */
}
.global_nav_index :hover {
    cursor: pointer;
}
/* 鼠标经过 字体加粗 */
.global_nav_index>div:nth-child(1):hover{
    font-weight: 700;
}
.index_title {
    /* width: 120px; */
    width: 100%;
    height: 100%;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background-color: #fff;

    /* padding: 0 44px; */
}
.aActive {
    color: #7FC3E8 !important;
}
.index_bg {
    position: absolute;
    top: 12px;
    left: -12px;
    z-index: -1;
    color: rgb(235, 204, 143);
    font-size: 13px;
}


/*更多导航标题 */
.index_navs {
    /* display: none; */
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 1;
    font-size: 16px;
    width: 100%;
    background: rgb(127, 195, 232, 0.8);
    /* background-color: #fff; */
}

.index_navs div {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    /* border: 1px solid red; */
}
.index_navs div:hover {
    background-color: rgba(0, 0, 0, .1);
}




/* 轮播图 开始 */
._swiper {
    position: relative;
    overflow: hidden;
}
._swiper_main {
    display: flex;
    flex-wrap: nowrap;
    width:100%;
    /* height: 100%; */
    height: 760px;
    transition: 0.5s;
    box-sizing: border-box;
}

._swiper_main img {
    width:100vw;
    height: 100%;  
}

/* 轮播图小圆点 */
._swiper_dot {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 30px;
    /* border: 2px solid red; */
    box-sizing: border-box;
    text-align: center;
}
._swiper_dot span {
    display: inline-block;
    width: 95px;
    height: 10px;
    background-color: #fff;
    margin-right: 20px;
}
._swiper_dot span:hover {
   cursor: pointer;
}
/* 轮播图小圆点选中效果 */
.swiper_dot_active {
    background-color: rgb(233, 187, 65) !important;
}
/* 轮播图 结束 */


/* 除首页是轮播图  其他页都是一张图片 */
._swiper_img {
    width: 100%;
    height: 760px;
}
._swiper_img img {
    width: 100%;
    height: 100%;
}








/* 底部 开始 */
._footer {
    width: 100%;
    /* height: 300px; */
    background-color: rgb(38, 38, 38);
    padding: 60px 0 40px 0;
    color: #fff;
    font-size: 15px;
    /* margin-top: 50px; */

}
/* 联系方式 邮箱 传真 网站地址 */
._footer_item {
    display: flex;
    justify-content: space-between;
    width: 60%;
    /* border-bottom: 1px solid #fff; */
    padding-bottom: 60px;
    margin: 0 auto;
}
._footer_item > div {
    display: flex;
    align-items: center;
}
._footer_item > div img{
    width: 50px;
    height: 45px;
    margin-right: 10px;
}
._footer_item_right div:nth-child(1){
    color: rgb(148, 189, 214);
    margin-bottom: 5px;
}

/* 导航标题 */
._footer_item2 {
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding: 60px 0;
    border-top: 1px solid rgb(137, 137, 137);
    border-bottom: 1px solid rgb(137, 137, 137);
    margin: 0 auto;
}
/* 左边标题 */
._footer_item2_left {
    display: flex;
    color: rgb(132, 132, 132);
}
._footer_item2_left >div{
    margin-right: 40px;
}
._footer_item2_left > div div:nth-child(1){
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px !important;
}
._footer_item2_left > div div{
    margin-bottom: 9px;
    font-size: 15px;
}
/* 二维码 */
._footer_item2_right{
   color: #fff;
   font-weight: 700;
}
._footer_item2_right img {
    width: 133px;
    height: 133px;
}
._footer_item2_right div {
    text-align: center;
    margin-top: 25px;
}

/* 备案号 */
._footer_item3 {
    display: flex;
    justify-content: space-between;
    width: 60%;
    color: rgb(132, 132, 132);
    /* border: 1px solid red; */
    padding-top: 25px;
    margin: 0 auto;
}
/* 底部 结束 */



/* 小于宽度668时 显示侧边导航栏*/
.navDialog {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100%;

}
.navDialog_item {
    display: flex;
}
.navDialog_img {
    margin: 50px 10px 0 0;
}
.navDialog_img img {
    width: 36px;
    height: 36px;
}
.navDialog_main {
    /* width: 150px; */
    width: 100vw;
    height: 100vh;
    background-color: rgb(127, 195, 232);
    animation: rightAnimation 1s ease-in-out;
}
@keyframes rightAnimation {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.navDialog_nav_index {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}
.navDialog_nav_index:hover {
    background: rgba(0,0,0,0.16);
}
/* 关闭按钮 */
.close {
    text-align: right;
}
.close img{
    width: 36px;
    height: 36px;
}



@media screen and (max-width:1200px){
    ._footer {
        font-size: 14px;
    }
    ._footer_item {
        padding-bottom: 25px;
    }
    ._footer_item > div img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    ._footer_item2_left {
        flex-wrap: wrap;
    }
    ._footer_item2_left >div {
        margin-right: 15px;
    }
    ._footer_item2_right img {
        width: 100px;
        height: 100px;
    }
    ._footer_item2_right div {
        margin-top: 10px;
    }
    
    ._swiper_main {
        height: 450px;
    }

    ._header_logo h1 a img {
        width: 475px;
        height: 85px;
    }

    ._header_phone_top img {
        width: 45px;
        height: 45px;
    }
    ._header_phone_top_item2 div:nth-child(1) {
        font-size: 15px;
    }
    ._header_phone_top_item2 div:nth-child(2) {
        font-size: 25px;
    }

    ._header_phone_search {
        width: 250px;
        height: 35px;
    }
    ._header_phone_search input {
        font-size: 15px;
    }
    ._header_phone_search div:nth-child(2) {
        width: 35px;
        height: 35px;

    }
    ._header_phone_search div:nth-child(2) img {
        width: 30px;
        height: 30px;
    }
    .global_nav_title {
        font-size: 18px;
 
    }


}

@media screen and (max-width:500px){
    ._swiper_main {
        height: 200px !important;
    }
}

@media screen and (max-width:850px){
    ._footer {
        font-size: 12px;
    }
    ._footer_item {
        padding-bottom: 25px;
    }
    ._footer_item > div img {
        width: 30px;
        height: 30px;
    }


    ._footer_item > div {
        display: block;
        text-align: center;
    }


    ._footer_item2_left {
        flex-wrap: wrap;
    }
    ._footer_item2_left >div {
        margin-right: 15px;
    }
    ._footer_item2_right img {
        width: 80px;
        height: 80px;
    }
    ._footer_item2_right div {
        margin-top: 10px;
    }
    
    ._swiper_main {
        height: 450px;
    }
    

    ._header_logo h1 a img {
        width: 360px;
        height: 60px;
    }

    ._header_phone_top img {
        width: 35px;
        height: 35px;
    }
    ._header_phone_top_item2 div:nth-child(1) {
        font-size: 12px;
    }
    ._header_phone_top_item2 div:nth-child(2) {
        font-size: 20px;
    }

    ._header_phone_search {
        width: 200px;
        height: 30px;
    }
    ._header_phone_search input {
        font-size: 15px;
    }
    ._header_phone_search div:nth-child(2) {
        width: 35px;
        height: 32px;

    }
    ._header_phone_search div:nth-child(2) img {
        width: 25px;
        height: 25px;
    }
    .global_nav_title {
        font-size: 16px;
        line-height: 65px;
    }

    ._header_phone_top {
        margin-bottom: 6px;
    }


    .global_nav {
        height: 65px;
    }
    .index_navs {
        top: 65px;
        font-size: 14px;
    }

    .index_navs div {
        height: 35px;
        line-height: 35px;

    }
    ._swiper_dot span {
        display: inline-block;
        width: 75px;
        height: 5px;
        background-color: #fff;
        margin-right: 20px;
    }

}


@media screen and (max-width:750px){
    ._header {
        display: block;
        padding: 0 0 20px 0;
    }

    /* 隐藏导航栏 */
    .global_nav {
        display: none;
    }
    /* 显示侧边导航栏 */
    .navDialog {
        display: block;
    }


}


@media screen and (max-width:668px){
    ._footer_item2 {
        display: block;
        text-align: center;
    }
    ._footer_item2_left {
        text-align: center;
        display: block;
    }
    ._footer_item2_left >div {
        margin: 25px 0;
    }
    ._footer_item3 {
        display: block;
    }

    ._footer_item {
        display: block;
    }
    ._footer_item > div {
        margin: 10px 0;
    }


}
