@font-face {
    font-family: 'Demi';
    src: url(../fonts/Berlin\ Sans\ FB\ Demi\ Bold.ttf);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "simsun", "arial", "tahoma";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #666;
  background: none;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  display: block;
}


.container {
    width: 1600px;
    margin: auto;
}
.header{
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 999;
    transition: .3s ease-in;
}
.header-pro .head{
}
.cang{
    opacity: 0;
    height: 0;
}
.xian{
    opacity: 1;
    height: auto;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(7, 146, 182, .5);
    border-radius: 10px;
    padding: 10px 20px;
    transition: .3s ease-in;
}
.head-left{}
.head-left a{
    width: 140px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-zhong{}
.head-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-zhong ul li{}
.head-zhong ul li>a{
    font-size: 16px;
    color: #fff;
    padding: 20px;
    transition: .3s ease-in;
}
.head-zhong ul li>a:hover{
    color: #0892b7;
}
.pro-head:hover .pro-drop{
    height: calc(100% - 200px);
}
.pro-drop{
    width: 100%;
    background-color: #f6f6f6;
    position: fixed;
    top: 92px;
    left: 0;
    height: 0;
    transition: .3s ease-in;
    overflow: hidden;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-right .head-search{}
.head-search:hover .head-sousuo{
    height: 140px;
}
.head-right .head-search i{
    font-size: 20px;
    color: #fff;
    display: block;
}
.head-sousuo{
    width: 100%;
    background-color: #f6f6f6;
    position: fixed;
    top: 92px;
    left: 0;
    height: 0%;
    transition: .3s ease-in;
    overflow: hidden;
}
.head-sousuo .ss{
    margin: 50px 0;
    position: relative;
}
.ss input{
    width: 100%;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: none;
    background-color: #0892b7;
    color: #fff;
    border-radius: 10px;
}
.ss input::placeholder{
    color: #fff;
}
.ss i{
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.head-right .head-lang{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
}
.head-lang>p{
    position: relative;
}
.head-lang>p i:last-child{
    margin-left: 5px;
}
.head-lang>p i{
    font-size: 20px;
    color: #fff;
}
.head-lang:hover .lang-drop{
    height: 30%;
}
.lang-drop{
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 5px;
    position: fixed;
    top: 92px;
    width: 100%;
    height: 0%;
    left: 0;
    transition: .3s ease-in;
    overflow: hidden;
}
.lang-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}
.lang-left{
    width: 20%;
}
.lang-left h2{
    font-size: 36px;
    color: #0892b7;
    font-weight: bold;
}
.lang-right{
    width: 80%;
}
.lang-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.lang-right ul li{
    width: 8%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.lang-right ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: #dbdbdb;
}
.lang-right ul li a img{
    width: 35px;
    height: 20px;
    display: block;
}
.lang-right ul li a span{
    font-size: 18px;
    color: #666;
    display: block;
    margin-left: 10px;
}
.lang-drop a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.lang-drop a img{
    width: 18px;
    height: 12px;
}
.lang-drop a span{
    font-size: 12px;
    color: #666;
    display: block;
    margin-left: 10px;
}
.ban{}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper img{
    width: 100%;
    display: block;
}
.ban-page{
    width: 15px !important;
    right: 50px;
    left: unset !important;
    bottom: unset !important;
    top: 50% !important;
}
.ban-page .swiper-pagination-bullet{
    width: unset;
    height: unset;
    background: unset;
    opacity: 1;
    margin: 20px 0 !important;
    position: relative;
}
.ban-page .number{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ban-page svg{
    width: 60px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ban-page path{
    stroke: #0892b7;
    stroke-width: 2px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    fill: none;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);
    -webkit-transition: stroke-dashoffset .8s cubic-bezier(0,0,0,1);
    -moz-transition: stroke-dashoffset .8s cubic-bezier(0, 0, 0, 1);
    -o-transition: stroke-dashoffset .8s cubic-bezier(0, 0, 0, 1);
    -ms-transition: stroke-dashoffset .8s cubic-bezier(0, 0, 0, 1);
}
.ban-page .swiper-pagination-bullet-active path{
    stroke-dashoffset: 0;
    transition-delay: .5s;
}
.index-pro{
    padding: 80px 0;
}
.index-pro-all{}
.index-pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-pro-all h1{
    font-size: 28px;
    color: #160c17;
    font-weight: normal;
}
.index-pro-top a{
    font-size: 20px;
    color: #0892b7;
}
.index-pro-cont{
    margin-top: 40px;
    position: relative;
}
.index-pro-aa .swiper{
    overflow: hidden;
    position: relative;
    padding: 1px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.index-pro-p{
    width: 100%;
}
.index-pro-a{
    position: relative;
}
.index-pro-a img{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.index-pro-a h2{
    /* position: absolute; */
    top: 40px;
    width: 100%;
    position: relative;
}
.index-pro-a h2 span:first-child{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    display: block;
}
.index-pro-a h2 span:last-child{
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
.index-pro-img{
    /* margin-top: -200px; */
    position: relative;
    margin-top: 50px;
    width: 70%;
    margin: auto;
}
.index-pro-img:hover img{
    transform: scale(1.1);
}
.index-pro-img img{
    margin: auto;
    transition: .3s ease-in;
}
.index-pro-td{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index-pro-td-cont{
    width: 25%;
}
.index-pro-td-img{
    overflow: hidden;
}
.index-pro-td-img:hover img{
    transform: scale(1.1);
}
.index-pro-td-img img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-pro-td-cont p{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-pro-more{
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 0;
    display: block;
    margin-top: 20px;
    transition: .3s ease-in;
}
.index-pro-more:hover{
    background-color: #0892b7;
    color: #fff;
    border: 1px solid transparent;
}
.index-pro-prev::after,.index-pro-next::after{
    content: "";
    display: none;
}
.index-pro-prev{
    width: 50px;
    height: 50px;
    background: url(../img/pro-prev.png) no-repeat center;
    background-size: cover;
    top: -50px;
    left: unset;
    right: 70px;
}
.index-pro-next{
    width: 50px;
    height: 50px;
    background: url(../img/pro-next.png) no-repeat center;
    background-size: cover;
    top: -50px;
    right: 0;
}
.index-hehuo{
    padding: 100px 0;
    background-color: #f8f8f8;
}
.index-hehuo-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-hehuo-left{
    width: 40%;
}
.index-hehuo-left h2{
    font-size: 40px;
    color: #222222;
    font-weight: normal;
}
.index-hehuo-right{
    width: 50%;
}
.index-hehuo-right form{}
.index-hehuo-right form .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
}
.index-hehuo-right form .form-group>input{
    width: 48%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
}
.index-hehuo-right form .form-group .guojia{
    width: 48%;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.guojia .btn-group{
    width: 100% !important;
}
.guojia .btn-group .btn{
    box-sizing: border-box;
    outline: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
}
.index-hehuo-right form .form-group select{
    width: 48%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
}
.index-hehuo-right form .form-group select option{
    color: #555555;
}
.index-hehuo-right form>.btn{
    width: 48%;
    background-color: #0892b7;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    border: none;
    margin-top: 20px;
    float: right;
}
.index-dun{
    padding: 100px 0;
    background: url(../img/dunbj.png) no-repeat center;
    background-size: cover;
}
.index-dun-all{
    position: relative;
}
.index-dun-circle{
    width: 55%;
    margin: auto;
    position: relative;
}
.index-dun-all svg{
    width: 100%;
    transform: rotate(-90deg);
}
.index-dun-circle .go{
    stroke-dashoffset: 50%;
}
.index-dun-all svg circle{
    fill: none;
    stroke: rgba(7, 146, 182, .16);
    stroke-dashoffset: 323%;
    stroke-dasharray: 323%;
    transition: stroke-dashoffset 2s ease-in-out;
}
.index-dun-all>img{
    display: block;
    margin: auto;
}
.index-dun-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-dun-center p{
    font-size: 36px;
    color: #000;
    text-align: center;
}
.index-dun-center h2{
    font-size: 36px;
    color: #0892b7;
    font-weight: bold;
    text-align: center;
}
.index-dun-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-dun-p{
    transition: .3s ease-in;
    position: absolute;
}
.index-dun-p:nth-child(1){
    top: 0%;
    left: 20%;
}
.index-dun-p:nth-child(2){
    right: 20%;
    top: -5%;
}
.index-dun-p:nth-child(3){
    top: 33%;
    left: 10%;
}
.index-dun-p:nth-child(4){
    top: 33%;
    right: 10%;
}
.index-dun-p:nth-child(5){
    bottom: 10%;
    left: 15%;
}
.index-dun-p:nth-child(6){
    bottom: 10%;
    right: 15%;
}
.index-dun-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index-dun-flex p{
    font-size: 20px;
    color: #000;
    transition: .3s ease-in;
    margin: 0 30px;
}
.index-dun-flex img{
    display: block;
    transition: .3s ease-in;
}
.index-dun-p.active{
}
.index-dun-p.active .index-dun-flex img{
    transform: scale(1.1);
}
.index-dun-p.active .index-dun-flex p{
    font-size: 24px;
    color: #0892b7;
    font-weight: 600;
}
.index-dun-p.active .index-dun-zi{
    opacity: 1;
}
.index-dun-zi{
    opacity: 0;
    width: max-content;
    position: absolute;
    top: 110%;
    z-index: 10;
    transition: opacity .5s ease-out;
}
.index-dun-p:nth-child(2n) .index-dun-zi p::before{
    content: "";
    display: block;
}
.index-dun-p:nth-child(2n-1) .index-dun-zi p::before{
    content: "";
    display: block;
    left: 85%;
}
.index-dun-zi p{
    font-size: 20px;
    color: #333333;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.17);
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
}
.index-dun-zi p::before{
    content: "";
    display: block;
    border-bottom: 20px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid transparent;
    left: 18px;
    position: absolute;
    top: -40px;
}
.index-fangan{
    overflow: hidden;
    position: relative;
}
.index-fa-top{
    width: 100%;
    height: 100%;
}
.index-fa-img{
    width: 100%;
    height: 100%;
}
.index-fa-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s ease-in;
}
.index-fa-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: auto;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 4;
}
.circle-xiao{}
.circle-xiao svg{
    display: block;
    width: 100%;
    opacity: .5;
    transform: rotate(-90deg);
}
.index-fa-cont .go{
    stroke-dashoffset: -114%;
}
.index-fa-cont .go span{
    transform: rotate(-230deg);
}
.circle-xiao svg circle{
    fill: transparent;
    stroke: #fff;
    stroke-dashoffset: -315%;
    stroke-dasharray: 315%;
    transition: stroke-dashoffset 1.5s ease-out;
}
.circle-xiao span{
    height: 50%;
    width: 1px;
    transform-origin: 50% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.5px;
    display: block;
    transition: transform 1.5s ease-out;
}
.circle-xiao span::before{
    z-index: 2;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    border: 10px solid #fff;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    margin-left: 0;
    margin-top: -12px;
}

.index-gao{
    padding-top: 100px;
    overflow: hidden;
}
.index-gao-all{}
.index-gao-all h1{
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.index-gao-a{
    position: relative;
    padding-top: 100px;
    margin-top: 150px;
}
.index-gao-a img{
    width: 320px;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 40px;
}
.index-gao-content{}
.index-gao-a::after{
    content: "";
    display: block;
    width: 1200px;
    height: 1200px;
    border: 1px solid #EFEFEF;
    border-radius: 50%;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-gao-cont{
    width: 20%;
    z-index: 5;
    position: absolute;
}
.index-gao-cont:nth-child(1){
    bottom: 0;
    left: 12%;
}
.index-gao-cont:nth-child(2){
    top: 12%;
    left: 24%;
}
.index-gao-cont:nth-child(1) div,.index-gao-cont:nth-child(2) div{
    padding-left: 50px;
}
.index-gao-cont:nth-child(3){
    top: -55px;
    left: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.index-gao-cont:nth-child(3) div{
    text-align: center;
}
.index-gao-cont:nth-child(4){
    right: 23%;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.index-gao-cont:nth-child(5){
    right: 11%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.index-gao-cont:nth-child(4) div,
.index-gao-cont:nth-child(5) div{
    padding-right: 50px;
    text-align: right;
}
.index-gao-cont span{
    display: block;
    width: 100px;
    height: 120px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #EFEFEF;
    transition : .3s ease-in;
}
.index-gao-cont span i{
    display: block;
    font-size: 40px;
    color: #0892B7;
    line-height: 120px;
    text-align: center;
    transition : .3s ease-in;
}
.index-gao-cont:hover span{
    background-color: #0892B7;
}
.index-gao-cont:hover i{
    color: #fff;
}
.index-gao-cont div{}
.index-gao-cont div h2{
    font-size: 20px;
    color: #0892B7;
    margin-top: 20px;
}
.index-gao-cont div p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 10px;
}















.circle-da{
    width: 160%;
    height: 160%;
    border-radius: 100%;
    left: -30%;
    top: -30%;
    border: 1px solid rgba(255, 255, 255, .15);
    position: absolute;
    transition: transform .5s ease-out;
}
.circle-da-cont{
    position: absolute;
    right: 0;
    transform: translate(50%, -50%);
    cursor: pointer;
    width: 160px;
    border-radius: 50%;
    transition: all .5s ease-out;
}
.circle-da-cont:nth-child(1){
    top: 45%;
    right: 0%;
}
.circle-da-cont:nth-child(2){
    top: 85%;
    right: 15%;
}
.circle-da-cont:nth-child(3){
    top: 100%;
    right: 45%;
}
.circle-da-cont:nth-child(4){
    top: 85%;
    left: -10%;
}
.circle-da-cont:nth-child(5){
    top: 45%;
    left: -25%;
}
.circle-da-cont:nth-child(6){
    top: 15%;
    left: -5%;
}
.circle-da-cont:nth-child(7){
    top: 0%;
    right: 50%;
}
.circle-da-cont:nth-child(8){
    top: 15%;
    right: 15%;
}
.circle-da-cont span{
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 75%;
    top: 40%;
    margin-top: -.5px;
    z-index: 5;
    width: 0;
    transition: width .5s ease-out;
}
.circle-da-cont span::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 50%;
    margin-top: -3.5px;
    transition: opacity .5s ease-out;
    opacity: 0;
}
.circle-da-cont span::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 50%;
    margin-top: -3.5px;
    transition: opacity .5s ease-out;
    opacity: 0;
}
.circle-da-img{}
.circle-da-img img{
    display: block;
    object-fit: cover;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 50%;
}
.circle-da-p{}
.circle-da-p p{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.circle-da .active{
    width: 180px;
}
.circle-da .active .circle-da-img img{
    width: 180px;
    border: 5px solid #ff8b11;
}
.circle-da .active span{
    width: 100%;
}
.circle-da .active span::before,
.circle-da .active span::after{
    opacity: 1;
}
.circle-da .active{}
.index-news{
    overflow: hidden;
    padding: 100px 0;
}
.index-news-cont{
    background: url(../img/news-bj.png) no-repeat center;
    background-size: cover;
}
.index-news-all{}
.index-news-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-box{
    position: relative;
}
.index-news-box:nth-child(1){
    width: 25%;
    margin-top: 5%;
}
.index-news-box:nth-child(2){
    width: 37.5%;
    margin-top: 10%;
}
.index-news-box:nth-child(2)>img{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.index-news-box:nth-child(2) .swiper{
    /* width: 90%; */
}
.index-news-box:nth-child(2) .swiper .swiper-slide>img{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.index-news-box:nth-child(2) .swiper a{
    display: block;
    width: 90%;
    position: relative;
}
.index-news-box:nth-child(3){
    width: 25%;
}
.index-news-box{}
.index-news-box .swiper{
    overflow: hidden;
    position: relative;
}
.index-news-box .swiper .swiper-slide{
    position: relative;
}

.index-news-box .swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.index-news-box .index-news-p{
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}
.index-news-box .index-news-p span{
    font-size: 16px;
    color: #fff;
}
.index-news-box .index-news-p h2{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-news-foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}
.index-news-foot-left{
    width: 50%;
}
.index-news-foot-left h2{
    font-size: 100px;
    color: #0892b7;
    font-weight: 100;
    display: flex;
    align-items: center;
    line-height: 1;
}
.index-news-foot-left h2 p{
    font-size: 80px;
    line-height: 1;
    color: #0892b7;
    font-weight: bold;
}
.index-news-foot-left h2 span{
    font-size: 40px;
    color: #0892b7;
    display: block;
    line-height: 1;
}
.index-news-foot-right{
    width: 45%;
}
#prevBtn{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-prev.png) no-repeat center;
    background-size: cover;
    top: 25px;
    right: 70px;
    position: absolute;
} 
#prevBtn:hover{
    background: url(../img/about-three-prev-1.png) no-repeat center;
    background-size: cover;
}
#nextBtn{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-next.png) no-repeat center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
}
#nextBtn:hover{
    background: url(../img/about-three-next-1.png) no-repeat center;
    background-size: cover;
}
.footer{
    background: url(../img/footer-1.png) no-repeat center;
    background-size: cover;
}
.foot{}
.foot-top{}
.foot-one{
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-left{}
.foot-left h2{
    font-size: 16px;
    color: #fff;
}
.foot-left p{
    margin-top: 30px;
    font-size: 14px;
    color: #C9CACA;
}
.foot-left span{
    display: block;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}
.foot-zhong{}
.foot-zhong ul{}
.foot-zhong ul li{}
.foot-zhong ul li span{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.foot-zhong ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-zhong ul li p a{
    width: 47%;
    display: block;
    font-size: 14px;
    color: #C9CACA;
    margin-top: 10px;
}
.foot-right{}
.foot-right h2{
    font-size: 16px;
    color: #fff;
}
.foot-right li{
    margin-top: 30px;
}
.foot-right li img{
    width: 70px;
    height: 70px;
    display: block;
}
.foot-right li p{
    font-size: 12px;
    color: #C9CACA;
    margin-top: 10px;
}
.foot-di{
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #D1D3D7;
}
.foot-di-left{}
.foot-di-left p{
    font-size: 14px;
    color: #C9CACA;
}
.foot-di-zhong{}
.foot-di-zhong p{}
.foot-di-zhong p a{
    font-size: 12px;
    color: #C9CACA;
}
.foot-di-right{}
.foot-di-right p{}
.foot-di-right p a{
    font-size: 12px;
    color: #C9CACA;
    display: inline-block;
}












.foot-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.foot-top li{
    position: relative;
    padding: 0 30px;
}
.foot-top li img{
    position: relative;
}
.foot-top li:last-child:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.foot-top p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 8px;
}
.foot-nav{
    margin-top: 60px;
}
.foot-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-nav ul li{
    width: 15%;
}
.foot-nav ul li a{
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding-bottom: 10px;
    transition: .3s ease-in;
}
.foot-nav ul li a:hover{
    color: #0892b7;
}

.about-ban{
    position: relative;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about-ban-p{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about{
    position: relative;
    overflow: hidden;
}
.process{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.progress{
    height: 100%;
    width: 1px;
    position: relative;
    background-color: #d1d9db;
}
.progress::before{
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    z-index: 4;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    line-height: 11px;
    text-align: center;
    background-color: #0892b7;
}
.progress .xian{
    width: 1px;
    height: 100%;
    z-index: 10;
    transform-origin: 0 0;
    background-color: #0892b7;
    animation: grow 5s linear;
    animation-timeline: scroll(root);
}
@keyframes grow {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }
.about-one{
    padding: 100px 0;
}
.about-one-all{}
.about-one-top{
    width: 45%;
    float: right;
}
.about-one-top h2{
    font-size: 32px;
    color: #0892b7;
    font-weight: bold;
}
.about-one-top p{
    font-size: 24px;
    color: #0892b7;
    margin-top: 10px;
}
.about-one-h2{
    width: 100%;
    float: left;
}
.about-one-h2 h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transform-origin: 0 0;
    animation: hua 1s linear;
    animation-timeline: scroll(root);
}
@keyframes hua {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(500px);
    }
}
.about-one-h2 h2 p{
    font-size: 140px;
    color: #0892b7;
}
.about-one-h2 h2 span{
    font-size: 140px;
    font-weight: bold;
    color: #0892b7;
    margin-left: 30px;
}
.about-one-p{
    width: 45%;
    float: right;
}
.about-one-p p{
    font-size: 15px;
    line-height: 34px;
    color: #555555;
}
.about-history{
    position: relative;
}
.history-swiper{
    width: 100%;
    overflow: hidden;
}
.history-prev::after,.history-next::after{
    content: "";
    display: none;
}
.history-prev{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-prev.png) no-repeat center;
    background-size: cover;
    top: unset;
    bottom: -70px;
    right: 70px;
    left: unset;
}
.history-next{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-next.png) no-repeat center;
    background-size: cover;
    top: unset;
    bottom: -50px;
    right: 0;
}
.about-two{
    padding: 100px 0;
    background: url(../img/11.png) no-repeat center fixed;
    background-size: cover;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.about-two-left{
    width: 45%;
}
.about-two-left h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
}
.about-two-left h2 p{
    font-size: 100px;
    color: #fff;
    font-weight: 100;
}
.about-two-left h2 span{
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}
.about-two-right{
    width: 45%;
}
.about-two-yi{}
.about-two-yi h2{
    font-size: 20px;
    color: #fff;
}
.about-two-yi p{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.about-two-er{
    margin-top: 100px;
}
.about-two-er li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px;
}
.about-two-er li p{
    width: 100px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.about-two-er li span{
    width: calc(100% - 120px);
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.about-three{
    padding: 150px 0;
    background: url(../img/WZS.png) no-repeat center;
    background-size: cover;
    background-position: 0 40%;
}
.about-three-all{
    overflow: hidden;
}
.about-three-top{
    width: 45%;
    float: right;
}
.about-three-top h2{
    font-size: 24px;
    color: #0892b7;
    font-weight: bold;
}
.about-three-top p{
    font-size: 24px;
    color: #0892b7;
}
.about-three-swiper{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.about-swiper-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-swiper-left{
    width: 45%;
}
.about-swiper-left img{
    width: 100%;
    display: block;
}
.about-swiper-right{
    width: 45%;
}
.about-swiper-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-swiper-right p{
    font-size: 16px;
    line-height: 36px;
    color: #555555;
    padding-left: 20px;
    position: relative;
}
.about-swiper-right p::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #0892b7;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}
.about-three-prev::after,.about-three-next::after{
    content: "";
    display: none;
}
.about-three-prev{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-prev.png) no-repeat center;
    background-size: cover;
    top: unset;
    right: 70px;
    left: unset;
    bottom: 7%;
} 
.about-three-prev:hover{
    background: url(../img/about-three-prev-1.png) no-repeat center;
    background-size: cover;
}
.about-three-next{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-next.png) no-repeat center;
    background-size: cover;
    top: unset;
    bottom: 10%;
    right: 0;
}
.about-three-next:hover{
    background: url(../img/about-three-next-1.png) no-repeat center;
    background-size: cover;
}
.about-four{
    background: url(../img/about-four-bj.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.about-four-bj{
    background: url(../img/about-circle.png) no-repeat center;
    background-size: 70%;
    background-position-x: -90%;
}
.about-four-all{
    position: relative;
}
.about-four-top{
    width: 45%;
    position: absolute;
    top: 100px;
    right: 0;
}
.about-four-top h2{
    font-size: 24px;
    color: #0892b7;
    font-weight: bold;
}
.about-four-top p{
    font-size: 24px;
    color: #0892b7;
}
.about-four-swiper{
    width: 100%;
    /* height: 800px; */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-four-swiper-left{
    width: 45%;
}
.about-four-swiper-left .mySwiper2{
    height: 820px;
    overflow: hidden;
}
.about-four-swiper-left .mySwiper2{}
.about-four-swiper-left .mySwiper2 .swiper-slide-active{
    transform: translateX(150px) scale(1.4);
}
.about-four-swiper-left .mySwiper2 .swiper-slide{
    height: 220px !important;
    transition: .3s ease-in;
}
.about-four-swiper-left .mySwiper2 .swiper-slide:last-child{
    margin-bottom: 0 !important;
}
.about-four-swiper-left .mySwiper2 .swiper-slide img{
    height: 220px;
    display: block;
    margin: auto;
    transition: .3s ease
}
.about-four-swiper-left .mySwiper2 .swiper-slide:hover img{
    transform: scale(1.1);
}
.about-four-swiper-right{
    width: 45%;
}
.about-four-swiper-right .mySwiper{
    height: 270px;
    overflow: hidden;
    position: relative;
}
.about-four-swiper-right .mySwiper{}
.about-four-swiper-right .mySwiper .swiper-slide{
    height: 70px !important;
}
.about-four-swiper-right .msg p{
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    transition: .3s ease-in;
}
.about-four-swiper-right .mySwiper .swiper-slide-thumb-active p{
    font-size: 24px;
    color: #0892b7;
}
.about-four-swiper-right .mySwiper .swiper-slide-prev p{
    font-size: 20px;
    color: #0892b7;
}
.about-four-swiper-right .mySwiper .swiper-slide-thumb-active p{}
.about-four-swiper-right .mySwiper .swiper-slide-thumb-active p{}
.z::after,.y::after{
    content: "";
    display: none;
}
.z{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-prev.png) no-repeat center;
    background-size: cover;
    top: unset;
    left: unset;
    right: 70px;
    bottom: 80px;
}
.y{
    width: 50px;
    height: 50px;
    background: url(../img/about-three-next.png) no-repeat center;
    background-size: cover;
    top: unset;
    right: 0px;
    bottom: 100px;
}
.y:hover{
    background: url(../img/about-three-next-1.png) no-repeat center;
    background-size: cover;
}
.z:hover{
    background: url(../img/about-three-prev-1.png) no-repeat center;
    background-size: cover;
}
.about-five{
    padding-top: 100px;
}
.about-five-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-five-all-left{
    width: 45%;
    position: relative;
}
.about-five-all-left .map{
    display: block;
    position: relative;
}
.about-five-all-left .about-map-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-five-all-left .about-map-icon .map-icon{
    position: absolute;
}
.about-five-all-left .about-map-icon .map-icon:nth-child(1){
    top: 40%;
    right: 37%;
}
.about-five-all-left .about-map-icon .map-icon:nth-child(2){
    top: 50%;
    right: 24%;
}
.about-five-all-left .about-map-icon .map-icon:nth-child(3){
    top: 62%;
    right: 22%;
}
.about-five-all-left .about-map-icon .map-icon:nth-child(4){
    top: 54%;
    right: 20%;
}
.ripple{
    width: 25px;
    height: 25px;
    background: url(../img/about-map-icon2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 57%;
    right: 20%;
}
.about-five-all-left .about-map-icon .map-icon img{
    display: block;
}
.about-five-all-left .map-icon .ripple{}
.ripple span:nth-child(1){
    animation-delay: 0s;
}
.ripple span:nth-child(2){
    animation-delay: .5s;
}
.ripple span:nth-child(3){
    animation-delay: 1s;
}
.ripple span{
    position: absolute;
    left: -88px;
    top: -80px;
    transform: scale(.01);
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -o-transform: scale(.01);
    -ms-transform: scale(.01);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    line-height: 200px;
    text-align: center;
    background-color: rgb(7, 146, 182);
    animation: ripple 5s ease-in-out infinite;
}
@keyframes ripple {
    0% {
        transform: scale(.01);
        -webkit-transform: scale(.01);
        -moz-transform: scale(.01);
        -o-transform: scale(.01);
        -ms-transform: scale(.01);
        opacity: .12;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 0;
    }
}
.about-five-all-left {}
.about-five-all-right{
    width: 45%;
}
.about-five-top{
}
.about-five-top h2{
    font-size: 24px;
    color: #0892b7;
    font-weight: bold;
}
.about-five-top p{
    font-size: 24px;
    color: #0892b7;
}
.about-five-p{}
.about-five-p h2{
    font-size: 34px;
    line-height: 50px;
    color: #0892b7;
    margin-top: 150px;
}
.about-five-p p{
    font-size: 17px;
    line-height: 30px;
    color: #555555;
    margin-top: 30px;
}
.about-six{
    position: relative;
}
.about-six>img{
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    z-index: -1;
}
.about-five-foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.about-five-foot-left{
    width: 45%;
}
.about-five-foot-left h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.about-five-foot-left h2 p{
    font-size: 100px;
    color: #0892b7;
    font-weight: bold;
}
.about-five-foot-left h2 span{
    font-size: 100px;
    color: #0892b7;
    display: inline-block;
    margin-left: 30px;
}
.about-five-foot-right{
    width: 45%;
    position: relative;
}
.about-five-foot-right img{
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: -1;
}
.about-five-number{
    width: 80%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-five-number-cont{
    width: 33%;
}
.about-five-number-cont h2{
    font-size: 16px;
    color: #fff;
}
.about-five-number-cont h2 p{
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
}
.about-five-number-cont span{
    display: block;
    font-size: 16px;
    color: #fff;
}
.pro{
    padding: 150px 0;
    background-color: #f6f6f6;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 30px;
}
.pro-left{
    width: 20%;
}
.pro-left h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    line-height: 1;
}
.pro-left h2 p:first-child{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}
.pro-left h2 p:last-child{
    font-size: 40px;
    color: #0892b7;
    font-weight: bold;
}
.pro-left a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.pro-left a span{
    font-size: 16px;
    color: #333333;
}
.pro-left a img{
    display: block;
    margin-left: 10px;
}
.pro-right{
    width: 75%;
}
.pro-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.pro-right-a{
    width: 18%;
    margin-left: 2%;
    margin-top: 180px;
}
.pro-right-a:nth-child(1),
.pro-right-a:nth-child(2),
.pro-right-a:nth-child(3),
.pro-right-a:nth-child(4),
.pro-right-a:nth-child(5)
{
    margin-top: 0;
}
.pro-right-a a{
    display: block;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.pro-right-a a .pro-right-img{
    margin-top: -120px;
}
.pro-right-a a .pro-right-img img{
    width: 80%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-right-a a h2{
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    line-height: 28px;
    /* min-height: 60px; */
}
.pro-right-a a span{
    width: 80%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    color: #000;
    border: 1px solid #000000;
    padding: 10px 0px;
    display: block;
    margin: auto;
    margin-top: 20px;
    transition: .3s ease-in;
}
.pro-right-a a span:hover{
    background-color: #0892b7;
    color: #fff;
    border: 1px solid transparent;
}
.pro-xuanxing{
    padding: 150px 0;
    overflow: hidden;
}
.pro-xx-all{}
.pro-xx-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(7, 146, 182, .4);
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
}
.pro-xx-top h2{
    font-size: 28px;
    color: #0084a7;
    font-weight: bold;
}
.pro-xx-top h3{
    font-size: 24px;
    color: #0084a7;
}
.pro-xx-content{}
.pro-xx-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 60px;
}
.pro-xx-left{
    width: 25%;
}
.pro-xx-img{
    overflow: hidden;
}
.pro-xx-img:hover img{
    transform: scale(1.1);
}
.pro-xx-img img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.pro-xx-left h2{
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
}
.pro-xx-left h3{
    font-size: 18px;
    color: rgba(51,51,51,.65);
    margin-top: 5px;
}
.pro-xx-left p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro-xx-left p a{
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.pro-xx-left p a:first-child{
    background-color: #666;
}
.pro-xx-left p a:first-child:hover{
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
}
.pro-xx-left p a:last-child{
    background-color: #0892b7;
    margin-left: 50px;
}
.pro-xx-left p a:last-child:hover{
    border: 1px solid #008755;
    color: #008755;
    background-color: transparent;
}
.pro-xx-right{
    width: 55%;
}
.pro-xx-right h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.pro-xx-right ul{
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(7, 146, 182, .3);
}
.pro-xx-right ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-xx-right ul li p{
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 10px 0;
}
.pro-xx-right ul li:first-child{
    border-bottom: 1px solid #0892b7;
}
.pro-ban{
    overflow: hidden;
    position: relative;
}
.pro-ban>img{
    width: 100%;
    display: block;
}
.pro-ban-p{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.pro-ban-p-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-ban-p-left{}
.pro-ban-p-left h2{
    font-size: 36px;
    color: #333333;
}
.pro-ban-p-left p{
    font-size: 20px;
    color: rgba(51,51,51,.65);
    margin-top: 10px;
}
.pro-ban-p-left a{
    font-size: 16px;
    color: #fff;
    padding: 10px 100px;
    display: inline-block;
    margin-top: 100px;
    background-color: #0892b7;
}
.pro-ban-p-right{
    width: 50%;
}
.pro-ban-p-right img{
    width: 60%;
    display: block;
    margin: auto;
}
.pro-detail{
    overflow: hidden;
}
.pro-detail-top{
    border-bottom: 1px solid #dddddd;
}
.pro-detail-top-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-detail-top-all h2{
    font-size: 18px;
    color: #666666;
    padding: 20px 0;
    padding-right: 30px;
    border-right: 1px solid #e8e8e8;
}
.pro-detail-top-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.pro-detail-top-all ul .active{
    color: #0892b7;
}
.pro-detail-top-all ul li{
    font-size: 15px;
    color: #333333;
    padding: 20px 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.pro-detail-content-all{
    padding-top: 70px;
    padding-bottom: 100px;
}
.pro-detail-content{}
.pro-detail-cont{}
.pro-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.pro-detail-one:first-child{
    margin-top: 0;
}
.pro-detail-one-left{
    width: 75%;
}
.pro-detail-one-left h2{
    font-size: 24px;
    color: #0892b7;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro-detail-one-left li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.pro-detail-one-left li span{
    width: 20px;
    font-size: 20px;
    color: #0892b7;
    font-weight: bold;
    font-family: 'Demi';
}
.pro-detail-one-left li p{
    width: calc(100% - 30px);
    font-size: 18px;
    color: #333333;
    margin-left: 10px;
}
.pro-detail-one-right{
    width: 20%;
}
.pro-detail-one-right img{
    display: block;
    margin: auto;
}
.jisuan{
    padding: 150px 0;
    background: url(../img/js.png) no-repeat center;
    background-size: cover;
}
.jisuan-all{
    width: 60%;
    margin: auto;
}
.jisuan-all h2{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.jisuan-all h2 span{
    font-size: 48px;
    color: #f58c03;
    font-weight: normal;
}
.jisuan-cont{
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: url(../img/js-bj.png) no-repeat center;
    background-size: cover;
    margin-top: 40px;
}
.jisuan-cont form{
    width: 80%;
    margin: auto;
}
.jisuan-cont form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jisuan-cont form .form-one .form-group{
    width: 23%;
    margin-bottom: 30px;
    position: relative;
}
.jisuan-cont form .form-one .form-group label{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.jisuan-cont form .form-one .form-group input{
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 3px solid #6bc5a9;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    background-color: #0d1213;
    color: #fff;
    font-size: 16px;
    padding-right: 45px;
}
.jisuan-cont form .form-one .form-group span{
    color: #008755;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
}
.jisuan-cont form .js-btn{
    text-align: center;
}
.jisuan-cont form .js-btn .btn{
    padding: 10px 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #0d1210;
}
.jisuan-cont form .js-btn .btn:first-child{
    background-color: #6dc7a9;
}
.jisuan-cont form .js-btn .btn:last-child{
    background-color: #f58c03;
    margin-left: 30px;
}
.js-circle-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.js-circle{}
.js-circle:last-child{
    margin-left: 50px;
}
.js-yuan{
    width: 150px;
    height: 150px;
    /* border: 5px solid #5a5a59; */
    border-radius: 50%;
    position: relative;
    margin: auto;
}
.js-yuan::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #b6feb7;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* clip-path:polygon(50% 0%,100% 0%,100% 3600%,50% 50%);
    -webkit-clip-path: polygon(50% 0%,100% 8%,100% 3600%,50% 50%); */
}
.js-yuan p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.js-yuan p b{
    display: block;
    font-size: 24px;
    color: #b6feb7;
    text-align: center;
}
.js-yuan p span{
    display: block;
    font-size: 20px;
    color: #b6feb7;
    text-align: center;
}
.js-circle>p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.hezuo{
    overflow: hidden;
}
.hezuo-one{
    padding: 150px 0;
}
.hezuo-one-top{}
.hezuo-one-top h2{
    font-size: 36px;
    color: #0892b7;
    text-align: center;
}
.hezuo-one-top p{
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-top: 20px;
}
.hezuo-one-cont{
    margin-top: 100px;
}
.hezuo-one-swiper{
    overflow: hidden;
    position: relative;
}
.hezuo-one-img{}
.hezuo-one-img img{
    width: 100%;
    display: block;
    margin: auto;
}
.hezuo-one-img p{
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
}
.hezuo-two{
    padding: 100px 0;
    background: url(../img/hezuo-2.png) no-repeat center;
    background-size: cover;
}
.hezuo-two-all{
    padding-bottom: 100px;
}
.hezuo-two-all h1{
    font-size: 36px;
    color: #0892b7;
    text-align: center;
}
.hezuo-two-cont-all{
    margin-top: 100px;
}
.hezuo-two-cont{
    width: 550px;
    height: 550px;
    margin: auto;
    position: relative;
}
.hezuo-two-circle{
    width: 550px;
    height: 550px;
    border: 1px solid #0892b7;
    border-radius: 50%;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.hezuo-two-circle img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yellow-circle{
    width: 10px;
    height: 10px;
    border: 1px solid #ff8b11;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}
.yw-1{
    top: 15%;
    left: 12%;
}
.yw-2{
    top: 15%;
    right: 12%;
}
.yw-3{
    bottom: 30%;
    left: 3%;
}
.yw-4{
    bottom: 30%;
    right: 3%;
}
.yw-5{
    left: 50%;
    bottom: -1%;
}
.hezuo-two-p{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hezuo-two-p-one{
    width: 80%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hezuo-two-p-one li{
    width: calc(100% - 130px);
}
.hezuo-two-p-one i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    transition: .3s ease-in;
}
.hezuo-two-p-one.active i{
    border: 1px solid #0892b7;
}
.hezuo-two-p-one.active li h2{
    color: #0892b7;
    font-size: 25px;
}
.hezuo-two-p-one span{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #0892b7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#myCanvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hezuo-two-p-one:nth-child(1){
    top: 41%;
    right: calc(-80% + 25px); 
}
.hezuo-two-p-one:nth-child(2){
    bottom: -24.5%;
    left: 26%;
}
.hezuo-two-p-one:nth-child(2) i{
    margin: auto;
}
.hezuo-two-p-one:nth-child(2) li{
    width: 100%;
    margin-top: 30px;
}
.hezuo-two-p-one:nth-child(3){
    top: 71%;
    left: -65.3%;
    text-align: end;
}
.hezuo-two-p-one:nth-child(4){
    top: 12.5%;
    left: -65.5%;
    text-align: end;
}
.hezuo-two-p-one:nth-child(5){
    right: -40.5%;
    top: -6%;
}
.hezuo-two-p-one h2{
    font-size: 24px;
    color: #666666;
    transition: .3s ease-in;
}
.hezuo-two-p-one p{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-top: 20px;
}
.hezuo-three{
    padding: 100px 0;
    background: url(../img/hezuo-3-bj.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.hz-bj{
    position: absolute;
    right: 0;
    top: -20%;
    z-index: 0;
    width: 40%;
}
.hz-bj img{
    width: 100%;
}
.hezuo-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}
.hezuo-three-left{
    width: 40%;
}
.hezuo-three-left h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
.hezuo-three-left li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    line-height: 1;
}
.hezuo-three-left li span{
    width: 50px;
    font-size: 36px;
    color: #06bceb;
    font-weight: bold;
    font-family: 'Demi';
}
.hezuo-three-left li p{
    width: calc(100% - 65px);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
}
.hezuo-three-right{}
.hezuo-three-right h2{
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}
.hezuo-three-right>p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.hezuo-three-right>p i{
    font-size: 40px;
    color: #fff;
}
.hezuo-three-right>p span{
    font-size: 40px;
    color: #fff;
    margin-left: 10px;
}
.hezuo-three-right .hz-ewm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: end;
    margin-top: 20px;
}
.hezuo-three-right .hz-ewm p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: right;
}
.hezuo-three-right .hz-ewm img{
    width: 135px;
    height: 135px;
    display: block;
    margin-left: 10px;
}
.hezuo-four{
    background: url(../img/hezuo-4.png) no-repeat center;
    background-position: 100% -65%;
    background-size: 50%;
}
.hezuo-four-foot{}
.hezuo-four-foot .about-five-foot-right img{
    display: none;
}
.hezuo-four-foot .about-five-foot-left h2{
    align-items: center;
}
.hezuo-four-foot .about-five-foot-left h2 p{
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-right: 30px;
}
.hezuo-four-foot .about-five-foot-left h2 p::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0892b7;
    position: absolute;
    top: 0;
    right: 0;
}
.hezuo-four-foot .about-five-foot-left h2 p span{
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.hezuo-four-foot .about-five-foot-left h2 p img{
    display: block;
}
.hezuo-four-foot .about-five-foot-left h2 p{}
.hezuo-four-foot .about-five-foot-left h2>span{
    font-size: 48px;
    color: #0892b7;
}
.hh-tan{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.24);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.hh-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.hh-tan-cont{
    width: 20%;
    background-color: #fff;
    border: 3px solid #0892b7;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 50px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}
.hh-tan-close{
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #333333;
    font-size: 40px;
}
.hh-tan-p{}
.hh-tan-p p{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    text-align: center;
}
.news{
    overflow: hidden;
    padding: 150px 0;
}
.news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-left{
    width: 25%;
    position: relative;
}
.news-left h2{
    font-size: 100px;
    color: #0892b7;
}
.news-page{
    padding: 60px 0;
    position: relative;
}
.news-page ul .active a{
    color: #0892b7;
}
.news-page ul li{
    font-size: 20px;
    color: #555555;
}
.news-page ul li a{
    display: block;
    color: #555555;
    margin-top: 20px;
    text-align: center;
}
.news-left>li{
    width: 130px;
    margin: auto;
    margin-top: 30px;
}
.news-left>li img{
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
}
.news-left>li span{
    font-size: 16px;
    line-height: 25px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.news-circle{
    width: 125%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-right{
    width: 70%;
}
.news-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.news-right a:hover .news-right-zhong h2{
    color: #0892b7;
}
.news-right a:hover .news-right-zuo img{
    transform: scale(1.1);
}
.news-right a:hover{}
.news-right a:nth-child(2n){
    background-color: #f5f5f5;
}
.news-right-zuo{
    width: 25%;
    overflow: hidden;
    border-radius: 10px;
}
.news-right-zuo img{
    display: block;
    border-radius: 10px;
    transition: .3s ease-in;
}
.news-right-zhong{
    width: 60%;
    padding-top: 20px;
}
.news-right-zhong h2{
    font-size: 24px;
    color: #333333;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-right-zhong p{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-right-you{
    width: 10%;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 20px;
    box-sizing: border-box;
}
.news-right-you p{
    font-size: 16px;
    color: #a1a1a1;
    text-align: right;
}
.news-right-you h2{
    font-size: 28px;
    color: #0892b7;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}
.news-right-you img{
    display: block;
    float: right;
    margin-top: 5px;
}
.news-detail{
    padding: 100px 0;
}
.news-detail-all{}
.news-detail-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #a1a1a1;
}
.news-detail-top h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.news-detail-top p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.news-detail-cont-all{
    padding-bottom: 20px;
    border-bottom: 1px solid #a1a1a1;   
}
.news-detail-cont{
    width: 80%;
    margin: 20px auto;
}
.news-prev{}
.news-prev a{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    display: block;
}
.contact{
    overflow: hidden;
}
.contact-one{
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-left{
    width: 45%;
}
.contact-one-left h2{
    font-size: 36px;
    color: #0892b7;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-one-left p{
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}
.contact-one-left span{
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
}
.contact-one-right{
    width: 45%;
}
.contact-one-lx{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.contact-one-lx-zuo{}
.contact-one-lx-zuo img{
    width: 58px;
    display: block;
}
.contact-one-lx-you{
    width: calc(100% - 70px);
    margin-left: 10px;
}
.contact-one-lx-you p{
    font-size: 18px;
    color: #0892b7;
}
.contact-one-lx-you h2{
    font-size: 36px;
    color: #0892b7;
    font-weight: bold;
}
.contact-one-way{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-way li{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.contact-one-way li img{
    width: 30px;
    display: block;
}
.contact-one-way li p{
    width: calc(100% - 50px);
    font-size: 15px;
    color: #555555;
    margin-left: 20px;
}
.contact-ewm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
}
.contact-ewm li{}
.contact-ewm li:last-child{
    margin-left: 30px;
}
.contact-ewm li img{
    width: 115px;
    height: 115px;
    display: block;
}
.contact-ewm li p{
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
    text-align: center;
}
.contact-two{
    padding: 100px 0;
}
.contact-two #container{
    width: 100%;
    height: 500px;
}
.contact-three{}
.xx-contact{}
.xx-contact-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #02bfdc;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.17);
    padding: 0 100px;
}
.xx-contact-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.xx-contact-left i{
    font-size: 16px;
    color: #fff;
}
.xx-contact-left p{
    font-size: 16px;
    color: #fff;
    padding: 30px 20px;
    position: relative;
}
.xx-contact-left p::after{
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, .59);
    position: absolute;
    top: 20%;
    right: 0;
}
.xx-contact-left a{
    font-size: 16px;
    color: #fff;
    display: block;
}
.xx-contact-left a:last-child{
    padding-left: 20px;
}
.xx-contact-right{}
.xx-contact-right a{
    width: 140px;
    display: block;
}
.xx-contact-right a img{
    display: block;
}
.xx-contact-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.xx-contact-cont::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#daeff2,#e7f9fc);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.xx-contact-zuo{
    width: 70%;
}
.xx-contact-zuo img{
    margin: 0 auto;
}
.xx-contact-you{
    width: 30%;
    background-color: #fff;
    padding: 100px 0;
}
.xx-contact-you-top{
    padding-left: 10%;
    padding-right: 20%;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.xx-contact-you-top h2{
    font-size: 30px;
    color: #0084a7;
    font-weight: bold;
}
.xx-contact-you-top p{
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}
.xx-contact-you-cont{
    padding-left: 10%;
    padding-right: 20%;
    box-sizing: border-box;
}
.xx-contact-you-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}
.xx-contact-you-p:nth-child(4){
    border-bottom: 1px solid #dddddd;
}
.xx-p-left{
    width: 20%;
}
.xx-p-left img{
    display: block;
}
.xx-p-right{
    width: 75%;
}
.xx-p-right h2{
    font-size: 16px;
    color: #333333;
}
.xx-p-right p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-top: 10px;
}
.xx-contact-foot{
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 10%;
    padding-left: 10%;
    box-sizing: border-box;
    position: relative;
}
.xx-contact-foot::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    top: -40px;
    left: 0;
}
.xx-contact-foot li{
    width: 47%;
    position: relative;
}
.xx-contact-foot li:first-child{
    padding: 10px 0;
    border: 1px solid #0892b7;
}
.xx-contact-foot li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.xx-contact-foot li a i{
    font-size: 30px;
    color: #0892b7;
}
.xx-contact-foot li a p{
    font-size: 22px;
    color: #0892b7;
    margin-left: 10px;
}
.xx-contact-foot li:last-child{
    background-color: #0892b7;
}
.xx-contact-foot li>p{
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.xx-contact-foot li img{
    width: 120px;
    height: 120px;
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
}
.xx-contact-foot li:hover img{
    display: block;
}
.ss-all{
    margin-top: 103px;
    padding: 150px 0;
}
.ss-top{
    width: 70%;
    margin: auto;
    position: relative;
}
.ss-top input{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 40px;
}
.ss-top i{
    font-size: 18px;
    color: #7f7f7f;
    position: absolute;
    top: 16px;
    right: 20px;
}
.ss-content{
    width: 80%;
    margin: auto;
    margin-top: 100px;
}
.ss-cont-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}
.ss-cont-top h2{
    font-size: 18px;
    color: #0892b7;
    font-weight: bold;
}
.ss-cont-top h2 span{
    display: inline-block;
    font-size: 18px;
    color: #f0170c;
}
.ss-cont-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.ss-cont-top ul li{
    font-size: 14px;
    padding: 15px 0;
    cursor: pointer;
}
.ss-cont-top ul .active{
    color: #000;
    border-bottom: 1px solid #000;
}
.ss-cont-top ul li:last-child{
    margin-left: 30px;
}
.ss-cont-a{}
.ss-cont-all{}
.ss-cont-pro{}
.ss-cont-pro .pro-right-a a .pro-right-img{
    margin-top: 0;
}
.ss-cont-pro .pro-right-a{
    margin-top: 60px;
}
.ss-cont-news .news-right{
    width: 100%;
}
/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.7);
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #0892b7;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 70px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#wrap {
    text-align: left;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-header-icon {
    display: none;
}

@media (min-width:320px) and (max-width:1199px) {
    .mobile-inner-header-icon {
        display: block;
    }
}
/* phone xl */
.alist{
    position: relative;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
}
.alist i{
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    transition: .3s ease-in;
}
.alist .m-xiala{
    display: none;
}
.m-xiala a{
    font-size: 14px;
    padding-left: 20px;
}
.alist .show{
    display: block;
}
.xuan i{
    display: block;
    transform: rotate(180deg);
}


.phone-dun-cont,.phone-news-cont,.phone-di,.phone-about-four,.phone-hh-tan,
.phone-hezuo-two{
    display: none;
}
@media (min-width:1199px) and (max-width:1600px){
    .container{
        width: 85%;
    }
    .index-pro-a h2{
        top: 40px;
    }
    .index-pro-a h2 span:first-child{
        font-size: 24px;
    }
    .index-pro-a h2 span:last-child{
        font-size: 25px;
        margin-top: 0;
    }
    .index-pro-img{
        margin-top: -110px;
    }
    .index-pro-img img{
        width: 60%;
    }
    .index-gao-a::after{
        width: 1000px;
        height: 1000px;
        top: 500px;
    }
    .index-gao-cont:nth-child(1){
        left: 2%;
    }
    .index-gao-cont:nth-child(2){
        left: 16%;
    }
    .index-gao-cont:nth-child(4){
        right: 17%;
    }
    .index-gao-cont:nth-child(5){
        right: 2%;
    }
    .index-gao-cont{
        width: 25%;
    }
    .index-gao-cont div p{
        font-size: 13px;
    }
    .index-hehuo-all{
        align-items: flex-start;
    }
    .index-hehuo-left h2{
        font-size: 40px;
    }
    .index-dun-circle{
        width: 70%;
    }
    .index-dun-p:nth-child(1){
        left: 5%;
    }
    .index-dun-p:nth-child(2){
        right: 10%;
    }
    .index-dun-p:nth-child(3){
        left: -3%;
    }
    .index-dun-p:nth-child(4){
        right: -3%;
    }
    .index-dun-p:nth-child(5){
        left: 5%;
        bottom: 4%;
    }
    .index-dun-p:nth-child(6){
        bottom: 0%;
        right: 5%;
    }
    .index-fa-cont{
        width: 30%;
    }
    .index-fangan{
        height: 900px;
    }
    .circle-da{
        width: 150%;
        height: 150%;
        left: -25%;
        top: -25%;
    }
    .about-one-h2 h2 p{
        font-size: 80px;
    }
    .about-one-h2 h2 span{
        font-size: 80px;
    }
    .about-two-left h2 p,.about-two-left h2 span{
        font-size: 80px;
    }
    .about-two-er{
        margin-top: 100px;
    }
    .about-two-er li span{
        font-size: 16px;
        line-height: 30px;
    }
    .about-two-er li p{
        width: 100px;
        font-size: 18px;
    }
    .about-four-swiper-right .mySwiper .swiper-slide-thumb-active p{
        font-size: 24px;
    }
    .about-four-swiper-left .mySwiper2 .swiper-slide-active {
        transform: translateX(150px) scale(1.1);
    }
    .about-five-foot-left h2 p,.about-five-foot-left h2 span{
        font-size: 80px;
    }
    .about-five-number-cont h2 p{
        font-size: 34px;
    }
    .pro-xx-left p a{
        font-size: 14px;
        padding: 10px 30px;
    }
    .pro-xx-left p a:last-child{
        margin-left: 30px;
    }
    .xx-contact-zuo{
        width: 65%;
    }
    .xx-contact-you{
        width: 35%;
    }
    .xx-contact-you-top,.xx-contact-you-cont{
        padding-right: 10%;
    }
    .xx-contact-foot li a p{
        font-size: 15px;
    }
    .xx-contact-foot{
        margin-top: 110px;
    }
    .xx-contact-zuo img{
        width: 50%;
    }
    .jisuan-all{
        width: 80%;
    }
    .hz-bj{
        top: 0;
        width: 55%;
    }
    .hezuo-four{
        background-position: 100% -240%;
    }
    .hh-tan-cont{
        width: 35%;
    }
    .news-right-zhong h2{
        font-size: 20px;
    }
    .news-right-zhong p{
        margin-top: 10px;
    }
    .news-right-you h2{
        font-size: 24px;
    }
    .news-detail-cont{
        width: 90%;
    }
    /* 527 */
    .index-pro-all h1{
        font-size: 30px;
    }
    .index-pro-top a{
        font-size: 20px;
    }
    .circle-da .active{
        width: 150px;
    }
    .circle-da-cont{
        width: 140px;
    }
    .circle-da-p p{
        font-size: 16px;
    }
    .index-news-box .index-news-p h2{
        font-size: 12px;
    }
    .index-news-box .index-news-p h2{
        font-size: 16px;
        margin-top: 5px;
    }
    .about-one-p p{
        font-size: 13px;
    }
    .about-two-er li{
        margin-top: 20px;
    }
    .about-three-prev{
        bottom: 0;
    }
    .about-three-next{
        bottom: 25px;
    }
    .about-four-swiper-left .mySwiper2{
        height: 630px;
    }
    .about-four-swiper-left .mySwiper2 .swiper-slide{
        height: 200px !important;
        margin-bottom: 30px !important;
    }
    .about-four-swiper-left .mySwiper2 .swiper-slide img{
        height: 200px !important;
    }
    .about-four-swiper-right .mySwiper .swiper-slide-thumb-active p{
        font-size: 20px;
    }
    .about-four-swiper-right .msg p{
        font-size: 18px;
        line-height: 30px;
    }
    .about-four-swiper-right .mySwiper .swiper-slide{
        height: 60px;
    }
    .about-five-p h2{
        margin-top: 100px;
    }
    .pro-xx-img img{
        width: 80%;
    }
    .jisuan-all h2{
        font-size: 30px;
    }
    .jisuan-all h2 span{
        font-size: 34px;
    }
    .hezuo-two-p-one li{
        width: calc(100% - 70px);
    }
    .hezuo-two-p-one:nth-child(3) p,.hezuo-two-p-one:nth-child(4) p{
        width: 90%;
        float: right;
    }
    .hezuo-two-p-one p{
        width: 90%;
    }
    .news-circle{
        width: 100%;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 90%;
    }
    .head-left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .head-zhong,.head-right{
        display: none;
    }
    .ban{
        height: 60vh;
    }
    .ban-swiper{
        height: 100%;
    }
    .ban-swiper img{
        height: 100%;
        object-fit: cover;
    }
    .ban-page svg{
        width: 40px;
    }
    .ban-page .number{
        font-size: 14px;
    }
    .ban-page{
        width: 100% !important;
        top: unset !important;
        right: 0px;
        bottom: 20px !important;
    }
    .ban-page .swiper-pagination-bullet{
        margin: 0 15px !important;
    }
    .index-pro{
        padding: 30px 0;
    }
    .index-pro-all h1{
        font-size: 24px;
    }
    .index-pro-top a{
        font-size: 16px;
    }
    .index-pro-a h2 span:first-child{
        font-size: 24px;
    }
    .index-pro-a h2 span:last-child{
        font-size: 25px;
    }
    .index-pro-cont{
        margin-top: 0;
    }
    .index-pro-p{
        width: 100%;
        margin-top: 40px;
    }
    .index-pro-img{
        margin-top: -100px;
    }
    .index-pro-img img{
        width: 80%;
    }
    .index-gao{
        padding-top: 30px;
    }
    .index-gao-all h1{
        font-size: 24px;
        line-height: 1.5;
    }
    .index-gao-a::after{
        display: none;
    }
    .index-gao-a{
        margin-top: 30px;
        padding-top: 0;
    }
    .index-gao-a img{
        width: 90%;
        margin: auto;
    }
    .index-gao-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-gao-cont span{
        margin: auto;
    }
    .index-gao-cont{
        width: 48%;
        margin-top: 30px;
        position: unset;
    }
    .index-gao-cont div{
        text-align: center;
    }
    .index-gao-cont:nth-child(1) div, .index-gao-cont:nth-child(2) div{
        padding-left: 0;
    }
    .index-gao-cont:nth-child(4) div, .index-gao-cont:nth-child(5) div{
        padding-right: 0;
        text-align: center;
    }
    .index-hehuo{
        overflow: hidden;
        padding: 30px 0;
    }
    .index-hehuo-left{
        width: 100%;
    }
    .index-hehuo-left h2{
        font-size: 24px;
    }
    .index-hehuo-right{
        width: 100%;
        margin-top: 60px;
    }
    .index-dun{
        padding: 40px 0;
        padding-bottom: 50px;
    }
    .index-dun-cont{
        display: none;
    }
    .phone-dun-cont{
        display: block;
    }
    .phone-dun-swiper{
        overflow: hidden;
        position: relative;
    }
    .index-dun-circle{
        width: 100%;
        position: absolute;
    }
    .index-dun-center{
        display: none;
    }
    .index-dun-p{
        position: unset;
    }
    .index-dun-p.active .index-dun-flex img{
        transform: unset;
    }
    .index-dun-p.active .index-dun-flex p{
        font-size: 24px;
        color: #000;
        font-weight: normal;
    }
    .index-dun-flex p{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .index-fangan{
        height: 500px;
        object-fit: cover;
    }
    .index-fa-cont{
        width: 54%;
        left: 43%;
    }
    .circle-da-cont{
        width: 70px;
    }
    .circle-da .active{
        width: 80px;
    }
    .circle-da-img img{
        border: 3px solid #fff;
    }
    .circle-da .active .circle-da-img img{
        border: 3px solid #ff8b11;
    }
    .circle-da-p p{
        font-size: 15px;
    }
    .index-news-box:nth-child(1){
        width: 100%;
    }
    .index-news-box:nth-child(2),.index-news-box:nth-child(3){
        display: none;
    }
    .index-news-cont{
        display: none;
    }
    .phone-news-cont{
        display: block;
    }
    .phone-news-swiper{
        overflow: hidden;
        position: relative;
    }
    .index-news-foot-right{
        display: none;
    }
    .phone-news-swiper .swiper-slide{}
    .phone-news-swiper .index-news-p span{
        display: block;
        font-size: 14px;
        margin-top: 20px;
    }
    .phone-news-swiper .index-news-p h2{
        font-size: 24px;
        margin-top: 10px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .phone-news-prev::after,.phone-news-next::after{
        content: "";
        display: none;
    }
    .phone-news-prev{
        width: 50px;
        height: 50px;
        background: url(../img/about-three-prev.png) no-repeat center;
        background-size: cover;
        left: 10px;
    }
    .phone-news-next{
        width: 50px;
        height: 50px;
        background: url(../img/about-three-next.png) no-repeat center;
        background-size: cover;
        right: 10px;
    }
    .index-news-foot{
        display: none;
    }
    .index-news{
        padding: 30px 0;
    }
    .footer{
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .foot-top li img{
        width: 90px;
    }
    .foot-top p{
        font-size: 12px;
        letter-spacing: 5px;
    }
    .foot-nav{
        display: none;
    }
    .foot-di{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .foot-di-left{
        width: 100%;
        margin-top: 10px;
    }
    .foot-di-left p{
        font-size: 14px;
        text-align: center;
    }
    .foot-di-zhong{
        width: 100%;
        margin-top: 10px;
    }
    .foot-di-zhong p{
        font-size: 14px;
        text-align: center;
        justify-content: center;
    }
    .foot-di-zhong p span{
        font-size: 14px;
    }
    .foot-di-right{
        width: 100%;
        margin-top: 10px;
    }
    .foot-di-right p{
        font-size: 14px;
        text-align: center;
    }
    .foot-di-right p a{
        font-size: 14px;
    }
    .phone-di{
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #0892b7;
        z-index: 99;
    }
    .phone-di-all{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .phone-di-left{
        width: 50%;
        position: relative;
    }
    .phone-di-left::after{
        content: "";
        display: block;
        width: 1px;
        height: 50%;
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        top: 25%;
        right: 0;
    }
    .phone-di-left p{
        padding: 15px 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }
    .phone-di-right{
        width: 50%;
    }
    .phone-di-right a{
        padding: 15px 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .phone-hh-tan{
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.24);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .phone-hh-tan-all{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .phone-hh-tan-cont{
        width: 95%;
        background-color: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 10px 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000;
    }
    .phone-hh-tan-close{
        cursor: pointer;
        position: absolute;
        top: -10px;
        right: 10px;
        color: #333333;
        font-size: 40px;
    }
    .hh-tan{
        z-index: 10001;
    }
    .hh-tan-cont{
        width: 90%;
    }
    .process{
        display: none;
    }
    .about-ban{
        height: 60vh;
    }
    .about-ban img{
        height: 100%;
        object-fit: cover;
    }
    .about-ban-p{
        font-size: 24px;
    }
    .about-one{
        padding: 30px 0;
        padding-bottom: 100px;
    }
    .about-one-h2 h2{
        animation: unset;
        animation-timeline:unset;
    }
    .about-one-h2 h2 p{
        font-size: 36px;
    }
    .about-one-h2 h2 span{
        font-size: 36px;
        margin-left: 10px;
    }
    .about-one-p{
        width: 100%;
    }
    .about-one-top{
        width: 100%;
        float: unset;
    }
    .about-history{
        margin-top: 30px;
    }
    .about-two{
        padding: 30px 0;
    }
    .about-two-left{
        display: none;
    }
    .about-two-right{
        width: 100%;
    }
    .about-two-er{
        margin-top: 50px;
    }
    .about-two-er li p{
        width: 110px;
        font-size: 20px;
    }
    .about-two-er li span{
        font-size: 16px;
        line-height: 26px;
    }
    .about-three{
        padding: 30px 0;
    }
    .about-three-top{
        width: 100%;
        float: unset;
    }
    .about-swiper-left{
        width: 100%;
    }
    .about-swiper-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-three-next,.about-three-prev{
        display: none;
    }
    .about-four{
        padding: 30px 0;
    }
    .about-four-swiper{
        display: none;
    }
    .phone-about-four{
        display: block;
    }
    .about-four-top{
        width: 100%;
        position: unset;
    }
    .phone-four-swiper{
        overflow: hidden;
        position: relative;
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .phone-four-swiper-cont img{
        margin: auto;
    }
    .phone-four-swiper-cont p{
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
    .about-five{
        padding-top: 30px;
    }
    .about-five-all-left{
        width: 100%;
    }
    .about-five-all-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-five-p h2{
        margin-top: 50px;
        font-size: 24px;
        line-height: 40px;
    }
    .about-five-foot-left{
        width: 100%;
    }
    .about-five-foot-right{
        width: 100%;
        margin-top: 50px;
    }
    .about-five-foot-left h2 p{
        font-size: 36px;
    }
    .about-five-foot-left h2 span{
        font-size: 36px;
    }
    .about-five-number{
        width: 100%;
    }
    .about-five-number-cont h2{
        color: #000;
    }
    .about-five-number-cont h2 p{
        font-size: 24px;
        color: #0892b7;
    }
    .about-five-number-cont span{
        color: #000;
    }
    .about-five-foot{
        padding: 30px 0;
    }
    .about-six>img{
        display: none;
        top: 95px;
        width: 100%;
    }
    .pro-xuanxing{
        padding: 30px 0;
        padding-top: 110px;
    }
    .pro-xx-top{
        padding: 10px;
    }
    .pro-xx-top h2{
        width: 100%;
        font-size: 24px;
    }
    .pro-xx-top h3{
        width: 100%;
        margin-top: 10px;
        font-size: 26px;
    }
    .pro-xx-cont{
        margin-top: 40px;
    }
    .pro-xx-left{
        width: 100%;
    }
    .pro-xx-left p a:last-child{
        margin-left: 20px;
    }
    .pro-xx-right{
        width: 100%;
        margin-top: 30px;
    }
    .pro-ban{
        margin-top: 100px;
        height: 60vh;
    }
    .pro-ban>img{
        height: 100%;
        object-fit: cover;
    }
    .pro-ban-p-left{
        width: 100%;
        text-align: center;
    }
    .pro-ban-p-left h2{
        font-size: 24px;
    }
    .pro-ban-p-left p{
        font-size: 18px;
    }
    .pro-ban-p-left a{
        margin-top: 20px;
    }
    .pro-ban-p-right{
        width: 100%;
    }
    .pro-detail-top-all h2{
        width: 100%;
    }
    .pro-detail-top-all ul{
        width: 100%;
    }
    .pro-detail-top-all ul li{
        padding: 15px 0;
        width: 25%;
        text-align: center;
    }
    .pro-detail-one{
        flex-direction: column-reverse;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
    }
    .pro-detail-content-all{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xx-contact-top{
        padding: 0 20px;
    }
    .xx-contact-left p{
        font-size: 14px;
        padding: 15px;
    }
    .xx-contact-left a{
        font-size: 14px;
    }
    .xx-contact-left a:last-child{
        margin-left: 10px;
    }
    .xx-contact-right a{
        width: 90px;
    }
    .xx-contact-cont{
        /* padding: 30px 0; */
    }
    .xx-contact-zuo{
        width: 100%;
    }
    .xx-contact-zuo img{
        width: 70%;
        margin: 30px auto;
    }
    .xx-contact-you{
        width: 100%;
        padding: 30px 0;
    }
    .xx-contact-you-top{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .xx-contact-you-top h2{
        font-size: 24px;
    }
    .xx-contact-you-cont{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .xx-contact-foot{
        margin-top: 50px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .xx-contact-foot li a p{
        font-size: 16px;
    }
    .jisuan{
        padding: 30px 0;
        padding-top: 100px;
    }
    .jisuan-all{
        width: 100%;
    }
    .jisuan-all h2{
        font-size: 24px;
        line-height: 40px;
    }
    .jisuan-all h2 span{
        font-size: 24px;
    }
    .jisuan-cont{
        padding: 15px;
        margin-top: 0;
    }
    .jisuan-cont form{
        width: 100%;
    }
    .jisuan-cont form .form-one .form-group{
        width: 48%;
        margin-bottom: 20px;
    }
    .js-circle{
        width: 100%;
    }
    .js-circle:last-child{
        margin-left: 0;
        margin-top: 30px;
    }
    .hezuo-one{
        padding: 30px 0;
    }
    .hezuo-one-top{
        padding: 0 2%;
    }
    .hezuo-one-top h2{
        font-size: 24px;
    }
    .hezuo-one-top p{
        font-size: 15px;
    }
    .hezuo-one-cont{
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }
    .hezuo-two-cont-all{
        display: none;
    }
    .phone-hezuo-two{
        display: block;
    }
    .phone-hz-swiper{
        overflow: hidden;
        position: relative;
        margin-top: 30px;
        padding-bottom: 45px;
    }
    .hezuo-two{
        padding: 30px 0;
    }
    .hezuo-two-all h1{
        font-size: 24px;
    }
    .phone-hz-p{
        padding: 20px;
        box-sizing: border-box;
        background-color: #fff;
    }
    .phone-hz-p h2{
        font-size: 24px;
        color: #0892b7;
    }
    .phone-hz-p p{
        font-size: 15px;
        line-height: 30px;
        margin-top: 20px;
    }
    .hezuo-two-all{
        padding-bottom: 0;
    }
    .hezuo-three{
        padding: 30px 0;
    }
    .hezuo-three-left{
        width: 100%;
    }
    .hezuo-three-left h2{
        font-size: 24px;
    }
    .hezuo-three-left li p{
        font-size: 16px;
        line-height: 30px;
    }
    .hezuo-three-right{
        display: none;
    }
    .hezuo-four-foot .about-five-foot-left h2>span{
        font-size: 24px;
    }
    .hezuo-four{
        background: unset;
        background-position: 100% 243%;
        background-size: 100%;
    }
    .news{
        padding: 30px 0;
    }
    .news-left{
        display: none;
    }
    .news-right{
        width: 100%;
    }
    .news-right-zuo{
        width: 100%;
    }
    .news-right-zhong{
        width: 100%;
    }
    .news-right-zhong h2,.news-right-zhong p{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news-right-you{
        width: 100%;
        padding-top: 20px;
        padding: 10px;
        box-sizing: border-box;
    }
    .news-right-you p{
        font-size: 12px;
        text-align: left;
    }
    .news-right-you h2{
        font-size: 24px;
        text-align: left;
    }
    .news-detail{
        padding: 30px 0;
    }
    .news-detail-top h2{
        font-size: 24px;
    }
    .news-detail-cont{
        width: 100%;
        margin: auto;
    }
    .contact-two{
        padding: 30px 0;
    }
    .contact-two #container{
        height: 300px;
    }
    .contact-one{
        padding: 30px 0;
    }
    .contact-one-left{
        width: 100%;
    }
    .contact-one-left h2{
        font-size: 24px;
    }
    .contact-one-left p{
        font-size: 16px;
        line-height: 30px;
    }
    .contact-one-right{
        width: 100%;
        margin-top: 30px;
    }
    .contact-one-lx-you h2{
        font-size: 24px;
    }
    .contact-one-way li{
        width: 100%;
    }
    .contact-ewm{
        margin-top: 10px;
    }
    .contact-three{
        margin-top: 30px;
    }
    .ss-all{
        padding: 30px 0;
    }
    .ss-top{
        width: 100%;
    }
    .ss-content{
        width: 100%;
        margin-top: 30px;
    }
    .pro-right-a{
        width: 100%;
    }
    .ss-cont-pro .pro-right-a{
        margin-top: 30px;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .ban{
        height: auto;
    }
    .index-pro-p{
        width: 31%;
    }
    .index-pro-a h2{
        top: 35px;
    }
    .index-gao-a img{
        width: auto;
    }
    .index-gao-cont{
        width: 31%;
    }
    .index-dun{
        height: 700px;
    }
    .index-dun-circle{
        width: 68%;
        left: 16%;
    }
    .phone-dun-cont{
        padding-top: 25%;
    }
    .index-fa-cont{
        width: 40%;
    }
    .circle-da .active{
        width: 200px;
    }
    .circle-da-cont{
        width: 180px;
    }
    .index-fangan{
        height: 600px;
    }
    .about-ban{
        height: auto;
    }
    .about-swiper-left{
        width: 45%;
    }
    .about-swiper-right{
        width: 45%;
    }
    .about-five-number-cont h2 p,.about-five-number-cont h2{
        color: #0892b7;
    }
    .about-five-number-cont span{
        color: #000;
    }
    .about-six>img{
        display: none;
    }
    .pro-ban{
        height: auto;
    }
    .pro-ban-p-left{
        width: auto;
    }
    .pro-ban-p-right{
        width: auto;
    }
    .pro-detail-top-all h2{
        width: auto;
    }
    .pro-detail-top-all ul{
        width: 40%;
    }
    .pro-detail-one{
        flex-direction: unset;
    }
    .pro-detail-one-left{
        width: 75%;
    }
    .pro-detail-one-right{
        width: 20%;
    }
    .xx-contact-zuo{
        width: 60%;
    }
    .xx-contact-you{
        width: 40%;
    }
    .xx-contact-you-cont{
        padding-left: 5%;
        padding-right: 5%;
    }
    .jisuan-cont form .form-one .form-group{
        width: 23%;
    }
    .js-circle{
        width: auto;
    }
    .js-circle:last-child{
        margin-top: 0;
        margin-left: 30px;
    }
    .hezuo-four{
        background: unset;
    }
    .about-five-all-left{
        width: 45%;
    }
    .about-five-all-right{
        width: 45%;
    }
    .news-right a{
        align-items: center;
    }
    .news-right-zuo{
        width: 25%;
    }
    .news-right-zhong{
        width: 60%;
    }
    .news-right-you{
        width: 10%;
    }
    .contact-one-left{
        width: 45%;
    }
    .contact-one-right{
        width: 45%;
    }
    .pro-right-a{
        width: 31%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .ban{
        height: 60vh;
    }
    .index-pro-p{
        width: 48%;
    }
    .index-gao-a img{
        width: auto;
    }
    .index-dun{
        height: 700px;
    }
    .index-dun-circle{
        width: 90%;
        left: 5%;
    }
    .phone-dun-cont{
        padding-top: 25%;
    }
    .circle-da .active{
        width: 150px;
    }
    .circle-da-cont{
        width: 140px;
    }
    .index-fangan{
        height: 600px;
    }
    .about-six>img{
        top: 65px;
    }
    .pro-xx-top h2{
        width: auto;
    }
    .pro-xx-top h3{
        width: auto;
        margin-top: 0;
    }
    .js-circle{
        width: auto;
    }
    .js-circle:last-child{
        margin-top: 0;
        margin-left: 20px;
    }
    .hezuo-four{
        background: unset;
    }
    .about-five-number-cont h2 p,.about-five-number-cont h2{
        color: #0892b7;
    }
    .about-five-number-cont span{
        color: #000;
    }
    .about-five-number-cont{
        width: auto;
    }
    .news-right-zuo{
        width: 25%;
    }
    .news-right-zhong{
        width: 70%;
    }
    .news-right-zhong p{
        -webkit-line-clamp: 1;
    }
    .news-right-you{
        display: none;
    }
    .pro-right-a{
        width: 48%;
    }
}
@media screen and (max-width:414px){
    .js-circle:last-child {
        margin-left: 0;
        margin-top: 30px;
    }
}