.header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #008395;
/*    box-shadow: 0 3px 6px rgba(0,0,0,0.2);*/
}
.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
     
    height: 46px;
}

.head{
    height: 100px;
}
.logo{
    width: 200px;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 95%;
}
.navBox{
    padding-top: 30px;
}
.nav-ul>li {
    position: relative;
    float: left;
    text-align: center;
}
.nav-ul>li+li{
    margin-left: 75px;
}
/*.nav-ul>li.current>a{
    color: #333333;
}*/
.nav-ul>li>a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 70px;
    color: #ffffff;
}
/*.nav-ul>li:hover>a{
    color: #333333;
}*/
.sousuo {
    display: flex;
    align-items: center;
    width: 198px;
    height: 100%;
}
.sousuo form{
    position: relative;
    width: 100%;
    height: 26px;
    padding-right: 40px;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}
.sousuo input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    border: none;
    background: none;
    padding-left: 20px;
    border: none;
}
.sousuo button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 26px;
    background: none;
    border: none;
    outline: none;
    background: url(../images/sou.png)center no-repeat;
}
.sousuo input::-webkit-input-placeholder{
    color:#c3c3c3;
} 
.cn{
    display: flex;
    align-items: center;
    height: 100%;
     
    color: #333333;
    padding-left: 25px;
    text-transform: uppercase;
}


.menu {
    display: none;
    width: 62px;
    height: 100%;
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.erji{
    display: none;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%,0);
    min-width: 108px;
    z-index: 99;
    background: rgba(0, 131, 149, 0.7);
    white-space: nowrap;
    padding: 5px 0;
}
.erji a{
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #a1dee6;
}
.erji a:hover{
    color: #ffffff;
}
.nav-ul li:hover .erji {
    display: block;
}

.nav {
    display: block;
    width: 55%;
    position: fixed;
    right: 0;
    top: 126px;
    z-index: 99;
    background: #ffffff;
    height: 100%;
    transform: translate(100%,0px);
    transition: all 0.5s;
}   
.nav-left {
    width: 45%;
    position: fixed;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 126px;
    transform: translate(-100%,0px);
    transition: all 0.5s;
}
.head_fix{
    display: none;
    height: 126px;
}
.ul{
    padding: 0 4%;
}
.l {
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.onli .a,ul.levelu>li.on>a{
    background: url(../images/yyy.png)right center no-repeat;
}
.a {
     
    width: 100%;
    line-height: 60px;
    color: #333333;
    display: block;
    box-sizing: border-box;
}
.l.bg .a,ul.levelu>li.on.bg1>a{
    background: url(../images/yyy1.png)right center no-repeat; 
}
.levelu {
    display: none;
}
.levell {
    line-height: 50px;
}
ul.levelu>li.on>a{
    display: block;
}
.levela {
     
    color: #666666;
    display: block;
    padding-left: 6%;
}
.sanji_m{
    display: none;
}
.sanji_m a{
    display: block;
    font-size: 14px;
}
.banner,.banner2{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner2 img{
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dddddd;
    opacity: 1;
    border: none;
}
.banner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
    background: #508ade;
}
.footer{
    color: #ffffff;
    padding: 50px 0;
    background: #007889;
}
.foot{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #94c4ca;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.foot_lf{
    width: 250px;
    padding-top: 20px;
}
.foot_lf img{
    max-width: 100%;
}
.foot_ri{
    display: flex;
    justify-content: space-between;
    width: 69%;
}
.foot_ri dl dt{
     
    margin-bottom: 15px;
}
.foot_ri dl dd a{
    display: block;
    font-size: 14px;
    line-height: 25px;
}
.cop{
    font-size: 14px;
    text-align: center;
}
.ban2{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,0);
    width: 93%;
    max-width: 1200px;
    color: #ffffff;
}
.ban2 h3{
    font-size: 36px;
    font-family: 'Medium';
}
.ban2 h5{
    font-size: 24px;
}
.p35120{
    padding: 35px 0 120px;
}
.sub_nav{
    
    line-height: 32px;
    color: #333333;
    padding-left: 32px;
    background: url(../images/nav.png)left top no-repeat;
}
.pt40{
    padding-top: 40px;
}
.tit{
    font-size: 40px;
    color: #333333;
    font-family: 'Bold';
    text-align: center;
    margin-bottom: 45px;
}
.about_con,.about_con *{
     
    line-height: 36px;
    color: #333333;
    font-family: 'Medium';
}
.about_con img{
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.lx_lf{
    width: 61.4%;
}
.lx_lf img{
    width: 100%;
}
.lx_ri{
    width: 37%;
}
.lx_con,.lx_con *{
    font-size: 30px;
    color: #008395;
    font-family: 'Bold';
}
.lx_con p{
    min-height: 20px;
}
.daka ul li{
    margin-bottom: 47px;
    background: #008395;
}
.daka ul li:last-child{
    margin-bottom: 0;
}
.daka ul li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.daka_lf{
    width: 60%;
}
.daka_lf img{
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.daka_ri{
    width: 40%;
    color: #ffffff;
    padding: 10px 58px;
}
.daka_ri h3{
    font-size: 36px;
    font-family: 'Bold';
}
.daka_ri h5{
     
    line-height: 26px;
    font-family: 'Medium';
    margin: 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
}
.daka_ri p{
    width: 130px;
     
    line-height: 38px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
}
.daka ul li:nth-child(2n) a{
    background: #c9d3d3;
    flex-direction: row-reverse;
}
.daka ul li:nth-child(2n) h3{
    color: #008395;
}
.daka ul li:nth-child(2n) h5{
    color: #333333;
}
.daka ul li:nth-child(2n) p{
    color: #008395;
    border: 1px solid #008395;
}
.cp ul{
    display: flex;
    flex-wrap: wrap;
}
.cp ul li{
    width: 31.3%;
    margin-right: 3.05%;
    margin-bottom: 65px;
    background: #ffffff;
    border-bottom: 17px solid #008395;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.cp ul li:nth-child(3n){
    margin-right: 0;
}
.cp_img{
    overflow: hidden;
}
.cp_img img{
    width: 100%;
    transition: all 0.6s;
}
.cp ul li:hover .cp_img img{
    transform: scale(1.1);
}
.cp_con{
    padding: 25px 35px;
}
.cp_con h3{
    font-size: 26px;
    color: #333333;
    font-family: 'Medium';
    margin-bottom: 15px;
}
.cp_con h3:after{
    display: block;
    content: "";
    width: 72px;
    height: 2px;
    background: #008395;
    margin-top: 15px;
}
.cp_con h5{
     
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.p3540{
    padding: 35px 0 40px;
}
.show_ti{
    font-size: 26px;
    text-align: center;
    font-family: 'Medium';
    margin-bottom: 40px;
}
.show_con,.show_con *{
    
    line-height: 24px;
    color: #333333;
}
.show_con img{
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.list ul{
    display: flex;
    flex-wrap: wrap;
}
.list ul li{
    width: 23.6%;
    margin-right: 1.86%;
    margin-bottom: 48px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.list ul li:nth-child(4n){
    margin-right: 0;
}
.list_con{
    padding: 30px;
}
.list_con h3{
    font-size: 26px;
    line-height: 41px;
    color: #333333;
    font-family: 'Medium';
    padding-right: 45px;
    margin-bottom: 20px;
    background: url(../images/yc.png)right center no-repeat;
}
.list_con h5{
     
    line-height: 24px;
    color: #999999;
    font-family: 'Medium';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about_con h2{
    font-size: 24px;
    text-align: center;
    font-family: 'Bold';
}
.sub_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_ri a{
    display: inline-block;
    min-width: 115px;
    margin-left: 12px;
     
    line-height: 38px;
    color: #008395;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #008395;
}
.sub_ri a:first-child{
    margin-left: 0;
}
.sub_ri a.cur{
    color: #ffffff;
    background: #008395;
}
.about_con h3{
    font-size: 24px;
    color: #008395;
}
.wt_img{
    margin-left: 5%;
    margin-bottom: 3%;
}
.xc_con{
    padding: 10px;
}
.xc_con h3{
    font-size: 25px;
    color: #333333;
    font-family: 'Medium';
    text-align: center;
}
.yu_con{
    padding: 18px 30px 18px 40px;
    background: #008395;
}
.yu_con h3{
    font-size: 26px;
    line-height: 41px;
    color: #ffffff;
    font-family: 'Medium';
    padding-right: 45px;
    background: url(../images/yc1.png)right center no-repeat;
}
.ban1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}
.top1{
    padding: 0 50px;
    background: url(../images/l.png)left center no-repeat;
}
.roll-wrap{
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    overflow: hidden;
}
.roll-wrap li{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index1{
    padding: 80px 0 140px;
    background: #f4f4f4;
}
.title{
    font-size: 48px;
    color: #333333;
    font-family: 'Bold';
    text-align: center;
    margin-bottom: 50px;
}
.title:before{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 184px;
    height: 13px;
    margin-right: 5px;
    background: url(../images/zb.png)no-repeat;
}
.title:after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 184px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/yb.png)no-repeat;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
}
.index1 ul li{
    position: relative;
    width: 33.28%;
    margin-right: 0.08%;
    margin-bottom: 2px;
    overflow: hidden;
}
.index1 ul li:nth-child(3n){
    margin-right: 0;
}
.ind1_img{
    height: 100%;
    overflow: hidden;
}
.ind1_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}
.ind3_lf .ind1_img:hover img{
    transform: scale(1.1);
}
.ind1_hg{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.6s;
    background: rgba(0, 131, 149, 0.8);
}
.ind1_hg img{
    height: 85px;
    margin: 0 auto 5px;
}
.ind1_hg p{
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-family: 'Medium';
}
.index1 ul li:hover .ind1_hg{
    top: 0;
}
.index2{
    padding: 80px 0 70px;
}
.index2 ul{
    font-size: 0;
}
.index2 ul li{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
    overflow: hidden;
}
.index2 ul li:nth-child(3n){
    margin-right: 0;
}
.index2 ul li img{
    width: 100%;
    transition: all 0.6s;
}
.index2 ul li:hover img{
    transform: scale(1.1);
}
.index3{
    padding: 90px 0 130px;
    background: #f4f4f4;
}
.ind3{
    display: flex;
    flex-wrap: wrap;
}
.ind3_lf{
    position: relative;
    width: 50%;
}
.ind3_lf p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    line-height: 58px;
    color: #ffffff;
    padding: 0 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.6s;
    font-family: 'Bold'; 
    background: rgba(0, 0, 0, 0.59);
}
.ind3_ri{
    width: 50%;
    padding: 35px 30px 25px;
    background: #ffffff;
}
.ind3_ri ul li{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d9;
}
.ind3_ri ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ind3_ri ul li h3{
    position: relative;
    font-size: 20px;
    color: #333333;
    padding-left: 20px;
    font-family: 'Bold'; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ind3_ri ul li h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 8px;
    height: 6px;
    background: url(../images/dian.png)no-repeat;
}
.ind3_ri ul li h5{
     
    line-height: 24px;
    color: #333333;
    margin: 8px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind3_ri ul li p{
     
    color: #008395;
    text-align: right;
}
.index4{
    padding: 135px 0;
}
.ind4{
    display: flex;
    flex-wrap: wrap;
    padding: 60px 35px 20px;
    background: #f4f4f4;
}
.ind4_lf{
    width: 157px;
}
.ind4_lf img{
    width: 100%;
}
.ind4_ri{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.ind4_ri a{
    width: 30%;
    margin-left: 3.3%;
    margin-bottom: 40px;
}
.ind4_ri a img{
    width: 100%;
}