/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #f7f7f7;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #159485;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}
a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #159485;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 90%;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*头部样式*/
.top-head{
    background: #159485;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-nav{
    
}
.x-contant{
    margin-left: 4%;
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}
.x-contant ul a{}
.x-contant ul img{}
.x-contant ul li{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.x-contant ul li::after{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #d3d3d3;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 36%;
}
.x-contant ul li:first-child:after{
    display: none;
}
.x-contant ul li:first-child{
    margin: 0;
    padding: 0;
}
.x-contant ul .ss{}
.x-contant ul .tm{}
.x-contant ul .dt{}
.x-contant ul li p{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.x-contant ul li .ss-sec{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.x-contant ul li .ss-sec form{
    display: flex;
    background-color: #fff;
}
.x-contant ul li .ss-sec .keyword{
    line-height: 36px;
    padding-left: 10px;
    border: 0;
}
.x-contant ul li .ss-sec .submit{
    width: 36px;
    height: 36px;
    background: url(../images/icon-ss.png) no-repeat center;
    border: 0;
    filter: invert(1);
    
}

.top2 {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background-color: #159485;
    /* height: 126px; */
}

.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}

/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 10vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    line-height: 110px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #159485;
    left: 0;
    bottom: 35px;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #159485;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #159485;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0f7569;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}









.frame{
    padding: 3% 0;
}


.tit{}

.tit h5{
    font-size: 30px;
    color: #273238;
    text-align: center;
}



/* 按钮 */
.link-a{
    text-align: center;
}
.link-a a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-size: 18px;
    line-height: 50px;
    color: #6a6a6a;
}

.link-a a:hover {
    color: #6a6a6a;
}

.link-a a i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f1f1f1;
    vertical-align: middle;
    margin-right: -25px;
}

.link-a a span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.link-a a span::before,.link-a a span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background: #6a6a6a;
}



.link-a a span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bannerBox{}
.bannerBox .banner-item{
    position: relative;
}
.bannerBox .banner-item .b-img{}
.bannerBox .banner-item .b-img img{}
.bannerBox .banner-item .words{
    max-width: 40%;
    position: absolute;
    right: 5%;
    top: 20%;
}
.bannerBox .banner-item .words h5{
    font-weight: bold;
    font-size: 40px;
    color: #000;
}
.bannerBox .banner-item .words p{
    font-size: 24px;
    color: #000;
    margin-top: 3%;
    margin-bottom: 10%;
}
.bannerBox .banner-item .words a{
    width: 14vh;
    line-height: 4vh;
    text-align: center;
    border: 1px solid #009e77;
    color: #009e77;
    font-size: 16px;
    border-radius: 4vh;
    transition: all .3s;
}
.bannerBox .banner-item .words a:hover{
    background-color: #009e77;
    color: #fff;
}
.box1{
    padding: 5% 0;
    background-color: #fff;
}
.aobout{}
.aobout .words{
    margin: 3% 0;
}
.aobout .words p{
    font-size: 18px;
    color: #626e74;
    text-align: center;
}

.box2{
    padding: 5% 0;
}

.product{
    margin: 3% 0;
    overflow: hidden;
}
.product .swiper-slide{}
.product .swiper-slide .words{
    background-color: #fff;
    padding: 5%;
}
.product .swiper-slide .words h5{
    font-size: 20px;
    color: #273238;
}
.product .swiper-slide .words p{
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box3{
    background-color: #fff;
    padding: 3% 0;
}

.agency{
    background-repeat: no-repeat;
    background-position: center;
}
.agency .words{
    padding: 5% 0;
    text-align: center;
    color: #fff;
}
.agency h5{
    font-size: 36px;
}
.agency p{
    font-size: 18px;
    max-width: 60%;
    margin: 2% auto;
}
.agency a{
    width: 15vh;
    line-height: 4vh;
    background-color: #fff;
    color: #159485;
    display: inline-block;
    border-radius: 40px;
    font-size: 16px;
}
.agency a:hover{
    background-color: #159485;
    color: #fff;
}

/**/
.fooder-box{
    background:  #159485;
}
.f-logo-box{
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-logo{
    filter: grayscale(1);
    
}
.f-logo a{
    filter: invert(1);
}
.f-share{
    margin-top: 20px;
}
.f-share ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.f-share li{
    margin-right: 20px;
}
.f-share li a{
    display: inline-block;
}
.f-share li .fs-img{
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,.2);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 48px;
}
.f-share li .fs-img:hover{
    background-color: rgba(255,255,255,.5);
}
.f-share li .fs-img img{
    display: inline-block;
}
.f-share li p{
    color: #fff;
    margin-top: 5px;
    opacity: .5;
}
.fooder{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5% 0;
    
}
.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
}
.f-nav dl{}
.f-nav dt{
    margin-bottom: 20px;
}
.f-nav dt a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.f-nav dd{
    margin-bottom: 10px;
}
.f-nav dd a{
    font-size: 14px;
    color: #fff;
    opacity: .5;
}
.f-subscribe{
   
}
.f-subscribe h5{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.f-subscribe .text{
    text-align: left;
}
.f-subscribe .text .tel{
    font-size: 36px;
    opacity: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.f-subscribe .text .tel::after{
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/f-tel.png) no-repeat;
    position: absolute;
    top: 14px;
}
.f-subscribe .text p{
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.bq{
    /* padding: 20px 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
}
.bq p{
    font-size: 14px;
    color: #fff;
    opacity: .5;
    line-height: 75px;
}
.f-link{
    width: 170px;
    line-height: 45px;
    background-color: #159485;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}
.f-link a{
    font-size: 17px;
    color: #fff;
    display: inline-block;
    
}

.z-banner img{
    width: 100%;
}
.f-top{
    display: flex;
    align-items: center;
    color: #fff;
    opacity: .5;
}
.f-fh{
    width: 75px;
    background-color: #159485;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.f-fh::before{
    content: '';
    background: url(../images/f-fh.png) no-repeat;
    display: block;
    width: 22px;
    height: 10px;
}
.f-fh:hover{
    color: #fff;
}
/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
