.header {
    z-index: 8848;
}

.header .top {
    height: 80px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

#test {
    display: none;
}

body .demo-class {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
}

.search_box {
    z-index: 11222;
    width: 540px;
    height: 210px;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.8); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search_box form {
    position: relative;
    width: 464px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search_box form input {
    padding-left: 10px;
    width: 464px;
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    border: 1px solid #e5e5e5;
}

.search_box form .close {
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    right: -35px;
    top: -40px;
    /* background: #fff; */
    border-radius: 50%;
    cursor: pointer;
}

.search_box form .close i {
    font-size: 28px;
    color: #fff;
}

.search_box form button {
    cursor: pointer;
    margin-left: auto;
    width: 96px;
    color: #008d9d;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    outline: none;
    background: #fff;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    ;
}

.header .top .language a {
    display: inline-block;
}

.search i {
    cursor: pointer;
    font-size: 32px;
    color: #fff;
}

.navs {
    height: 70px;
    background-color: #009cab;
}

.navs .navs-list {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navs .navs-list ul {
    display: flex;
    height: 100%;
    width: 80%;
    padding: 0 8px;
}

.navs .navs-list ul li {
    min-width: 180px;
    /* margin-right: 50px; */
    line-height: 70px;
    position: relative;
    text-align: center;
}

.navs .navs-list ul li .cur {
    font-size: 20px;
    position: relative;
    padding: 0 15px;
    display: block;
    height: 100%;
    color: rgba(255, 255, 255, 0.85)
}

.navs .navs-list ul li a i {
    font-size: 20px;
}

.navs .navs-list ul li a.active {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.navs .navs-list ul li dl {
    display: none;
    position: absolute;
    left: -48px;
    top: 70px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 8847;
    width: 250px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px #88a5aa;
}

.navs .navs-list ul li dl a:hover {
    color: #009cab;
}

.navs .navs-list ul li a span {
    transition: all 0.35s ease-in-out;
    transform: scale(0);
    width: 100%;
    height: 3px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 8848;
}

.navs .navs-list ul li a span::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid#333;
    display: block;
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8848;
}

.navs .navs-list ul li dl dd {
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #88a5aa;
	 overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}

.navs .navs-list ul li dl dd a {
    color: #063c3f;
    font-size: 16px;
}

.language a:hover {
    color: #009cab;
}

.language a.active {
    color: #009cab;
}


/* navs hover */

.navs .navs-list ul li:hover span {
    transform: scaleX(1);
}

.navs .navs-list ul li .cur:hover {
    /* font-size: 22px; */
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}


/* .navs .navs-list ul li:hover dl {
    display: block;
} */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px
}

.breadcrumb i {
    color: #9c9c9c;
    font-size: 18px;
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li a {
    padding: 5px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">"
}

.breadcrumb>.active {
    color: #777
}

.banner {
    height: 700px;
    z-index: 2;
}

.banner .swiper-container {
    height: 700px;
}

.banner img {
    height: 700px;
}

.swiper-pagination-bullet {
    width: 102px;
    height: 3px;
    background: #15484b;
    border-radius: 0;
    opacity: 1;
    margin-right: 10px;
}

.swiper-pagination-bullet-active {
    background: #0d9fad;
}

.title {
    padding: 60px 0;
    text-align: center;
}

.title h1 a {
    color: #009cab;
    font-size: 46px;
    font-weight: normal;
    position: relative;
}

.title h1 a .add-left {
    position: absolute;
    font-size: 58px;
    top: -25px;
    font-weight: 200;
}

.title h1 a .add-right {
    position: absolute;
    top: -35px;
    right: -68px;
    font-size: 40px;
    font-weight: 200;
}

.title p {
    line-height: 46px;
    font-size: 20px;
    text-transform: uppercase;
}

.title span.line {
    width: 550px;
    margin-top: 20px;
    height: 2px;
    background: #009cab;
    display: inline-block;
    position: relative;
}

.title span.line::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 150px;
    left: 50%;
    background: #333;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.border {
    box-sizing: border-box;
    /* -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0); */
}

.index-news .top .left {
    width: 690px;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
    background: none;
}

.index-news .top .left a {
    width: 100%;
    height: 100%;
    display: block;
    /* padding: 0 20px; */
}

.index-news .top .left a img {
    height: 100%;
    width: 100%;
}

.index-news .top .left h3 {
    bottom: 68px;
}

.index-news .top .left p {
    bottom: 40px;
}

.index-news .top .left i {
    right: 20px;
    bottom: 30px;
    font-size: 60px;
    font-weight: 200;
}

.index-news .top .right {
    width: 510px;
    height: 600px;
    /* overflow: hidden; */
    padding: 10px;
    box-sizing: border-box;
}

.index-news .top .right img {
    height: 385px;
}

.index-news .top .right .right_title {
    padding: 15px 20px;
    height: 195px;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    background: #f5f5f5;
}

.index-news .top .right .right_title p {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-bottom: 10px;
}

.index-news .top .right .right_title i {
    font-size: 26px;
    display: inline-block;
}

i.more:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.index-news .top .right .right_title h3 {
    width: 250px;
    height: 72px;
    line-height: 36px;
    font-size: 22px;
    text-align: right;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
    font-weight: normal;
}

.index-news .top .right .right_title .line {
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    margin: 8px 0;
}

.index-news .border:hover {
    /* -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px); */
    /* box-shadow: 0 0 20px #ccebee; */
    background: #ccebee;
}

.index-news .border:hover .right_title {
    /* background: #ccebee; */
}

.bottom .news-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bottom .news-list li {
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
}

.bottom .news-list li img {
    width: 100%;
    height: 290px;
}

.bottom .news-list li .news_title {
    padding: 15px 20px;
    background: #f5f5f5;
}

.bottom .news-list li .news_title p {
    line-height: 26px;
    height: 52px;
    width: 70%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.bottom .news-list li .news_title i {
    font-size: 32px;
    float: right;
    display: block;
}

i.more:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.bottom .news-list li .news_title h3 {
    width: 200px;
    height: 52px;
    line-height: 26px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
}

.bottom .news-list li .news_title .line {
    width: 30%;
    height: 2px;
    display: block;
    background: #333;
    margin: 8px 0;
}

.bottom .news-list li:hover {
    background: #ccebee;
}

.index_product .top {
    height: 488px;
}

.index_product .top img {
    width: 820px;
    height: 488px;
}

.index_product .top .right {
    width: 380px;
    background: #f5f5f5;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 25px 40px 45px;
    overflow: hidden;
}

.index_product .cat_title {
    font-size: 22px;
    line-height: 30px;
    color: #706e6e;
    margin-bottom: 15px;
    vertical-align: middle;
}

.index_product .cat_title i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.index_product .top li {
    float: left;
    width: 100%;
    max-height: 60px;
    margin-bottom: 15px;
}

.index_product li a {
    display: block;
   /* line-height: 35px; */
    font-size: 18px;
    margin-right: 30px;
    word-break: break-word;
}

.index_product li a:hover {
    color: #009cab;
}

.index_product .bottom .list {
    width: 568px;
    height: 682px;
    overflow: hidden;
    background: #f5f5f5;
}

.index_product .list img {
    height: 372px;
	width:100%
}

.index_product .list .cat {
    padding: 40px;
    box-sizing: border-box;
}

.index_product .list .cat ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	    height: 200px;
		overflow-y:scroll
}

.index_product .list .cat li {
    width: 50%;
    margin-bottom: 15px;
    /* text-align: center; */
    overflow: hidden;
    max-height: 70px;
}

footer {
    background: #009cab;
    height: 280px;
    padding-top: 50px;
}

footer a {
    color: #fff;
}

footer dt a {
    font-size: 22px;
    line-height: 40px;
}

footer a:hover {
    color: #21cada;
}

footer dd a {
    /* font-size: 18px; */
    line-height: 36px;
}

footer .list {
    float: left;
    margin-right: 100px;
}

footer .ewm {
    width: 220px;
    /* margin-right: 150px; */
    text-align: center;
}

footer .ewm p {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
    padding: 40px 0 20px 0;
}

.footer-bottom p {
    line-height: 40px;
    margin-top: 20px;
    font-size: 18px;
    color: #605e5e;
}

.honor {
    background: #f5f5f5;
    padding: 85px 0;
    height: 430px;
}

.honor .swiper-slide {
    text-align: center;
}

.honor .container {
    height: 100%;
}

.honor_banner.swiper-container {
    width: 1200px;
    height: 100%;
}

.honor_banner .swiper-wrapper {
    align-items: center;
}

.honor_banner .swiper-wrapper .swiper-slide {
    transform: scale(1.0);
    height: 290px;
}


/* .honor_banner .swiper-wrapper .swiper-slide.swiper-slide-active {
  
    height: 365px;
} */

.honor_banner .swiper-wrapper .swiper-slide:hover {
    transform: scale(1.2);
    /* height: 365px; */
}

.honor_banner .swiper-wrapper .swiper-slide:hover img {
    border: 1px solid #ccc;
    padding: 15px;
}

.honor_banner .swiper-wrapper .swiper-slide img {
    height: 100%;
}

.honor_banner .swiper-button-prev,
.honor_banner .swiper-button-next {
    z-index: 8848;
}

.honor_banner .swiper-button-prev i,
.honor_banner .swiper-button-next i {
    color: #474444;
    font-size: 46px;
}

.honor_banner .swiper-button-prev i:hover,
.honor_banner .swiper-button-next i:hover {
    color: #008d9e
}

.honor_banner .swiper-button-next {
    right: 0;
}

.honor_banner .swiper-button-prev {
    left: 0;
}

.contact li {
    width: 50%;
    font-size: 22px;
    float: left;
    color: #083e41;
    height: 60px;
    line-height: 60px;
}

.contact li i {
    color: #083e41;
    font-size: 22px;
}

.contact .contact_box {
    padding: 30px 20px;
}

.contact li:hover {
    color: #009cab;
}

.contact li:hover i {
    color: #009cab;
}

.other span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #083e41;
    text-align: center;
    line-height: 50px;
}

.other span i {
    font-size: 26px;
}

.other span:hover {
    border: 1px solid #009cab;
    background: #009cab;
}

.other span:hover i {
    color: #fff;
}

.about .left {
    width: 460px;
}

.about .left img {
    margin-bottom: 60px;
}

.about .right {
    width: 705px;
}

.about .right p {
    line-height: 40px;
    font-size: 22px;
    color: #605e5e;
    margin-bottom: 50px;
}

.news_list li {
    height: 255px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    /* box-shadow: 0 0 10px #009cab; */
}

.news_list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.news_list .img_box {
    width: 350px;
    overflow: hidden;
}

.news_list .img_box img {
    width: 100%;
    height: 235px;
}

.news_list .right_box {
    width: 830px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 70px;
    background: #f5f5f5;
}

.news_list .right_box h3 {
    padding-bottom: 12px;
    font-weight: normal;
    font-size: 18px;
}

.news_list .right_box h3 span {
    float: right;
    font-size: 14px;
}

.news_list .right_box .line {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.news_list .right_box .line::after {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #009cab;
    position: absolute;
    left: 0;
    top: 0;
}

.news_list li .content {
    line-height: 24px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list li:hover {
    background: #ccebee;
}

.news_list li:hover .line::after {
    width: 100%;
}

.news_list li:hover h3,
.news_list li:hover .content {
    color: #009cab;
}

.page {
    padding: 80px 0;
    text-align: center
}

.page a {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    margin: 15px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #009cab;
}

.page a.active {
    background: #009cab;
    color: #fff;
}

.news_del {
    /* text-align: center; */
    padding-bottom: 60px;
}

.news_del h3 {
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}

.news_del .date {
    float: right;
    font-size: 18px;
    line-height: 32px;
    color: #009cab;
    margin-right: 60px;
}

.news_del .word {
    width: 1070px;
    margin: 0 auto;
}

.control {
    display: flex;
    align-items: center;
}

.return {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    font-size: 18;
    margin: 40px auto;
    border-radius: 4px;
}

.pro_list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.pro_list li {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_list li .img_box {
    height: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_list li .img_box img {
    /* width: 70%; */
    width: 200px;
    height: 200px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_list li:hover .img_box img {
    transform: scale(1.05);
}

.pro_list li a {
    width: 100%;
    height: 100%;
    display: block;
}

.pro_list li p {
    padding: 0 15px;
    line-height: 60px;
    font-size: 20px;
}

.pro_list li i {
    float: right;
    font-size: 28px;
    transform: rotate(0deg);
    line-height: 60px;
    margin-right: 15px;
}

.pro_list li p:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.pro_list li .line {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    position: relative;
}

.pro_list li .line::after {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #009cab;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_list li:hover .line::after {
    width: 100%;
}

.tab {
    width: 100%;
    background-image: url(bg1.png);
    background-size: cover;
    margin-top: 50px
}

.tab .box {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    background: #f5f5f5;
}

.tab .box .menus {
    width: 200px;
    /* height: 700px; */
    float: left;
    margin-bottom: 20px;
    margin-top: 25px;
    overflow: hidden;
    border-right: 3px solid #cfd3d3;
    box-sizing: border-box;
}

.tab .box .menus li {
    /* width: 200px; */
    height: 60px;
    padding: 0 10px;
    font-size: 18px;
    color: #063c3f;
    
    line-height: 60px;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s
}

.tab .box .menus li a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab .box .menus li:nth-child(7) {
    border-bottom: none
}


/* 
 .tab .box .menus a.bg {
    height: 110px!important;
    background: #009fe9!important;
    line-height: 110px!important;


} */

.tab .box .menus a.active {
    color: #009cab;
    font-size: 20px
}

.tab .tab_right .same img {
    width: 70%;
}

.tab .right {
    float: left;
    width: 950px;
    margin-top: 25px;
    overflow: hidden;
    margin-left: 50px;
}

.tab .tab_right {
    display: none;
    width: 950px;
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 120px;
}

.tab .tab_right.cur {
    display: block;
}

.tab .scroll {
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.tab_right .top {
    width: 850px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 28px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cfd3d3
}

.tab_right .top .same {
    width: 50%;
}

.tab_right .top .intro p {
    line-height: 30px;
    text-align: left;
}

.tab_right .top .intro p span {
    font-weight: bold;
}

.tab_right .top .intro p:hover {
    color: #009cab;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    margin-top: 60px;
    margin-bottom: 40px;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video p {
    line-height: 40px;
    text-align: left;
}