﻿* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
	transition:all 0.3s
}

/*中文字体*/

@font-face {
    font-family: 'siyuancu';
    src: url('../fonts/SOURCEHANSANSCN-HEAVY.ttf') format('truetype');
}


html, body {
    background-color: #FBFCFF;
    color: #1f1a17;
    font-family:"microsoft yahei","微软雅黑", "simsun", "arial", "helvetica"!important, "sans-serif";
    font-size: 12px;
    text-align: left;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    min-width: 980px;
    width: 100%;
}

img {
    border: 0;
    vertical-align: middle;
}

input, textarea, button, select {
    outline: none;
    resize: none;
    font-family: inherit;
}

a {
    text-decoration: none;
    outline: none;
    color: #3A4857;
}

a:hover {
    color: #23BECF;
    text-decoration: none;
}

a:focus, input:focus {
    outline: 0 none;
}
svg {
	outline: none;
	fill-rule:currentColor
}

::-moz-selection {
    background: red;
    color: #fff;
}

::selection {
    background: red;
    color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 1px 1px 5px #fff inset
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    border-radius: 17px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .8) inset
}

::-webkit-scrollbar-corner {
    background: transparent
}


::-webkit-input-placeholder { /* WebKit browsers */
  color: #B29092;
  font-size: 18px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #B29092;
  font-size: 18px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #B29092;
  font-size: 18px;
}

/*初始化动画*/
[data-animation]{
	visibility: hidden;
	animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
	opacity: 0;
	animation-fill-mode:forwards;
}

.ab {
    position: absolute;
    z-index: 10;
}

.re {
    position: relative;
    z-index: 1;
}

.fixed {
    position: fixed;
    z-index: 1;
}

.max {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.vtop {
    vertical-align: top;
}

.ov {
    overflow: hidden;
}

.none {
    display: none;
}

.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sl2 {
	display: -webkit-box;
	 -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
}

.red {
    color: #f00;
}

.ucase {
    text-transform: uppercase;
}

.iconfont {
    font-size: inherit;
}

.center {
    font-size: 14px;
    margin: 0 auto;
    height: auto;
	z-index:20;
	max-width:1700px;
	position:relative;
}

.center-fixed {
    width: 1350px;
}

.center-pub {
    width: 95%;
    max-width: 100%;
}
.tablecell{
	display:none;
}

/*1280宽以上*/
.nav-center{
	width: 90%!important;
}
/*1600宽以上*/

.len100 {
    width: 100%;
    max-width: 100%;
}

.hei100 {
    height: 100%;
    max-height: 100%;
}

.max {
    height: 100%;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    zoom: 1;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.bold {
	font-weight:bold;
}
.light {
	font-family:'siyuanl'
}

.med {
	font-family:'siyuanm'
}
.siyuanr {
	font-family:'siyuanr'
}
.siyuanb {
	font-family:'siyuanb'
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nomargin {
    margin: 0;
}

.mtop5 {
    margin-top: 5px;
}

.mtop8 {
    margin-top: 8px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop45 {
    margin-top: 45px;
}
.mtop50 {
    margin-top: 50px;
}

.mtop60 {
    margin-top: 60px;
}

.mtop80 {
    margin-top: 80px;
}

.mtop100 {
    margin-top: 100px;
}
.mtop90 {
    margin-top: 90px;
}
.mtop200 {
    margin-top: 200px;
}
.mtop250 {
    margin-top: 250px;
}
.mtop270 {
    margin-top: 270px;
}
.mtop300 {
    margin-top: 300px;
}
.mtop350 {
    margin-top: 350px;
}
.mtop450 {
    margin-top: 450px;
}
.ptop200 {
    padding-top: 200px;
}

.ptop250 {
    padding-top: 250px;
}
.ptop105{
    padding-top:115px;
}

.ptop300 {
    padding-top: 300px;
}

.mright5 {
    margin-right: 5px;
}

.mright8 {
    margin-right: 8px;
}

.mright10 {
    margin-right: 10px;
}

.mright15 {
    margin-right: 15px;
}

.mright20 {
    margin-right: 20px;
}

.mright30 {
    margin-right: 30px;
}

.mright40 {
    margin-right: 40px;
}

.mright50 {
    margin-right: 50px;
}

.mright60 {
    margin-right: 60px;
}

.mright80 {
    margin-right: 80px;
}

.mright100 {
    margin-right: 100px;
}
.mleft5 {
    margin-left: 5px;
}

.mleft8 {
    margin-left: 8px;
}

.mleft10 {
    margin-left: 10px;
}

.mleft15 {
    margin-left: 15px;
}

.mleft20 {
    margin-left: 20px;
}

.mleft30 {
    margin-left: 30px;
}

.mleft40 {
    margin-left: 40px;
}

.mleft50 {
    margin-left: 50px;
}

.mleft60 {
    margin-left: 60px;
}

.mleft80 {
    margin-left: 80px;
}

.mleft100 {
    margin-left: 100px;
}
.mbottom100 {
    padding-bottom: 100px;
}

.mleft20 {
    margin-left: 20px;
}

.f-12{font-size:12px}
.f-14{font-size:14px}
.f-16{font-size:16px}
.f-18{font-size:18px}
.f-20{font-size:20px}
.f-24{font-size:24px}
.f-26{font-size:26px}
.f-28{font-size:28px}
.f-30{font-size:30px}
.f-36{font-size:36px}
.f-38{font-size:8px}
.f-40{font-size:40px}
.f-50{font-size:50px}
.f-60{font-size:60px}
.f-70{font-size:70px}
.f-80{font-size:80px}
.f-100{font-size:100px}
body {
	height:100%;
 /*  background-image:-webkit-gradient(linear, left top, left bottom,from(#eafffc), to(#f8fff8c9)); */
 /*  background:url(pagebg.jpg) no-repeat center top; 
  background-size:cover;*/
  padding-top:100px;
  position:relative;
	-o-background-size: cover;
	background-size: cover;
	background: -webkit-linear-gradient(135deg, #EAF6D6, #d5ffe6, #FFF4E9, #DBF9E1, #FEF4EE) left center/100% 200%;
	background: -moz-linear-gradient(135deg, #EAF6D6, #d5ffe6, #FFF4E9, #DBF9E1, #FEF4EE) left center/100% 200%;
	background: -o-linear-gradient(135deg, #EAF6D6, #d5ffe6, #FFF4E9, #DBF9E1, #FEF4EE) left center/100% 200%;
	background: linear-gradient(135deg, #EAF6D6, #d5ffe6, #FFF4E9, #DBF9E1, #FEF4EE) left center/100% 200%;
	transition:all 0.5s;
}

body .bg-fff {
  background-color: #fff;
}
body a {
  color: #333;
}
body a:hover,
body .active a {
  color: #23BECF;
}
body .c-primary,
body .c-primary a,
body a.c-primary {
  color: #5a98de;
}
body .c-primary a:hover,
body a.c-primary:hover {
  color: #5a98de;
}
body .c-secondary,
body .c-secondary a,
body a.c-secondary {
  color: #555;
}
body .c-secondary a:hover,
body a.c-secondary:hover {
  color: #555;
}
body .c-success,
body .c-success a,
body a.c-success {
  color: #3bb4f2;
}
body .c-success a:hover,
body a.c-success:hover {
  color: #3bb4f2;
}
body .c-danger,
body .c-danger a,
body a.c-danger {
  color: #dd514c;
}
body .c-danger a:hover,
body a.c-danger:hover {
  color: #dd514c;
}
body .c-warning,
body .c-warning a,
body a.c-warning {
  color: #f37b1d;
}
body .c-warning a:hover,
body a.c-warning:hover {
  color: #f37b1d;
}
body .c-error,
body .c-error a,
body a.c-error {
  color: #c00;
}
body .c-error a:hover,
body a.c-error:hover {
  color: #c00;
}
body .c-333,
body .c-333 a,
body a.c-333 {
  color: #333;
}
body .c-333 a:hover,
body a.c-333:hover {
  color: #333;
}
body .c-666,
body .c-666 a,
body a.c-666 {
  color: #666;
}
body .c-666 a:hover,
body a.c-666:hover {
  color: #666;
}
body .c-999,
body .c-999 a,
body a.c-999 {
  color: #999;
}
body .c-999 a:hover,
body a.c-999:hover {
  color: #999;
}
body .c-red,
body .c-red a,
body a.c-red {
  color: #FE708A;
}
body .c-red a:hover,
body a.c-red:hover {
  color: #ED4563;
}
body .c-green,
body .c-green a,
body a.c-green {
  color: green;
}
body .c-red a:hover,
body a.c-red:hover {
  color: green;
}
body .c-blue,
body .c-blue a,
body a.c-blue {
  color: #23BECF;
}
body .c-blue a:hover,
body a.c-blue:hover {
  color: #23BECF;
}
body .c-white,
body .c-white a,
body a.c-white {
  color: white;
}
body .c-white a:hover,
body a.c-white:hover {
  color: white;
}
body .c-black,
body .c-black a {
  color: #000;
}
body .c-black a:hover,
body a.c-black:hover {
  color: #000;
}
body .c-orange,
body .c-orange a,
body a.c-orange {
  color: orange;
}
body .c-orange a:hover,
body a.c-orange:hover {
  color: orange;
}


.bodyafter{
	content:' ' ;
	background:url(ban.png) no-repeat;
	position:absolute;
	top:3800px;
	left:0;
	width:65px;
	height:130px;
}

.bodybefore{
	content:' ' ;
	background:url(huan.png) no-repeat;
	position:absolute;
	top:2850px;
	right:50%;
	margin-right:-850px;
	width:181px;
	height:363px;
}


.bg-white{
	background-color:#ffffff
}
.block {
    display: block;
}

.animate5, .animate {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.padding0 {
    padding: 0;
}

.en {
    font-family: 'siyuan';
}
.indent{
	text-indent:2em;
}
.sineCanvas{
	z-index:-1;
	left:0;
	bottom:0;
}
.pagemovec{
/* 
	z-index:0;
	width:500px; height:840px;
	right:0;top:600px;
	overflow:Hidden; */
	z-index:0;
	width:648px; height:1068px;
	right:0;top:300px;
	background:url(bop.png) no-repeat left top;display:block;
	background-size:cover;
}
.pagemovec.pagemovec2{
/* 
	z-index:0;
	width:500px; height:840px;
	right:0;top:600px;
	overflow:Hidden; */
	z-index:0;
	width:648px; height:1068px;
	left:-100px;top:1600px;
	background:url(bopl.png) no-repeat center;display:block;
	background-size:cover;
}
.pagemovec3{
	z-index:0;
	width:1129px; height:550px;
	right:0%;bottom:0;
	background:url(bopb.png) no-repeat center;display:block;
	background-size:cover;
}
/*
.pagemovec .pagemovec-item{ width:372px; height:372px; position:absolute;top:300px;right:-190px;opacity:0.5 ;}/

.pagemovec-item span{ 
background:url(bop.png) no-repeat center;display:block;width:372px; height:372px;
	background-size:cover;
	 transform:scale(1.8);
	 -webkit-animation: sh-ripple 2s ease infinite;
	-moz-animation: sh-ripple 2s ease infinite;
	-o-animation: sh-ripple 2s ease infinite;
	animation: sh-ripple 2s ease infinite
} */
	

@-webkit-keyframes sh-ripple {
	0% {-webkit-transform:scale(0);opacity:0;filter:alpha(opacity=0);	-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);transform:scale(2);opacity:0;filter:alpha(opacity=0);}
}
@-moz-keyframes sh-ripple {
	0% {-webkit-transform:scale(0);opacity:0;filter:alpha(opacity=0);	-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);transform:scale(2);opacity:0;filter:alpha(opacity=0);}
}
@keyframes sh-ripple {
	0% {-webkit-transform:scale(0);opacity:0;filter:alpha(opacity=0);	-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
	50% {opacity:1;filter:alpha(opacity=100)}
	100% {-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);transform:scale(2);opacity:0;filter:alpha(opacity=0);}
}

/*动画*/

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100
}


/*音乐图标旋转动画*/

@keyframes xuanzhuan {
    from {}
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes xuanzhuan {
    from {}
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes xuanzhuan {
    from {}
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes xuanzhuan {
    from {}
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*视频播放*/

.video-play {
    background-color: #000;
    display: table-cell;
    vertical-align: middle;
}

.video-play video {
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

.video-play .layui-layer-content {
    overflow: hidden;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 32px);
}

.nodata{
	width:100%;
	padding:30px 0;
	color:#999;
}
.nodata .iconfont{
	color:#999;
}

@-webkit-keyframes toright {
    00% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes toright {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(10px);
    }
}

@-ms-keyframes toright {
    0% {
        -ms-transform: translateX(0);
    }
    100% {
        -ms-transform: translateX(10px);
    }
}

@keyframes toright {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

.anim {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -moz-animation: anim .75s;
    -webkit-animation: anim .75s;
    animation: anim .75s;
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
    display: block;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-color: #e00;
}

@-webkit-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@-moz-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@-ms-keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@keyframes anim {
    0% {
        width: 0;
        padding-top: 0;
        background: rgba(0, 0, 0, .3);
    }
    100% {
        width: 100%;
        padding-top: 100%;
        background: transparent;
    }
}

@-webkit-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@-moz-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@-ms-keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@keyframes music {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

.hot{
	position:absolute;
	right:-15px;
	font-size:30px;
	top:-15px;
	color:#D81E06
}


.flex{
	display:flex;
}

.flex-col{
	flex-direction: column;
}
.flex-row{
	flex-direction: row;
}
.flex-between{
	justify-content:space-between
}
.flex-middle{
	align-items: center;
}
.flex-top{
	align-items: flex-start;
}
.flex-bottom{
	align-items: flex-end;
}
.flex-base{
	align-items: baseline;
}
.flex-center{
	place-content: center;
}
.flex-gap-10{
	gap:10px;
}
.flex-gap-20{
	gap:20px;
}
.flex-gap-30{
	gap:30px;
}
.flex-gap-40{
	gap:40px;
}

.flex-gap-50{
	gap:50px;
}
.flex-gap-94{
	gap:90px;
}

/*全站顶部*/
#top{
	padding:0 0 ;
	z-index:99999;
	top:0;
	left:0;
}

#top .more-navi-btn,#top .more-navi-btn-firstshow,.more-navi-btn-close{
	display:block;
	color:#23BECF;
	/* margin-right:-15px; */
}

#top .more-navi-btn-firstshow{
	/* right:-10px; */
	right:0;
}

.index-words-left{
	padding:0 0;
	width:calc(100% - 70.5%);
}
.index-words-left .index-words-put-right{
	margin-left:94px;
}
.index-words-left .index-words-put-right>*{
	display:block;
}
.index-words-left strong{
	font-family:'siyuancu'
}
.index-item-right{
	width:70.5%;
	margin:0;
	flex:2;
}
.ppt-right{
	width:70.5%;
	height:680px;
	background:#000;
	margin:0;
	flex:2;
}
.ppt-right video{
	width:100%;
	height:100%;
	background:#000;
}
.index-words-left>*{
	display:block;
}
.index-words-left strong{
	font-size:40px;
	color:#23BECF;
	font-family:'siyuancu'
}
.index-words-left span{
	font-size:18px;
	color:#404040;
}


.myswiper{
	height:660px;
}
.myswiper .item {
  position: relative;
}
.myswiper .img {
  position: relative;
  overflow: hidden;
}
.myswiper .imgw {
  transition: transform 3.5s;
  -webkit-transition: transform 3.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.myswiper .swiper-slide-active .imgw {
  visibility: visible !important;
  transform: scale(1);
  -webkit-transform: scale(1);
}
@-webkit-keyframes bannerline {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes bannerline {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}


body .myswiper .swiper-pagination {
	width: auto;
	right:20px;
	bottom:20px;
	text-align: right;
}
body .myswiper .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 	13px;
	color: #404040;
	opacity: 1;
	font-family:impact;
	margin:0 10px!important;	
	background: rgba(222, 222, 222, 0.6);
}

body .myswiper .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}



.myswiper .swiper-container {
	width: 100%;
	height: 100%;
	background-color: rgb(179, 189, 196);
	transition: 1s background-color 1.3s;
	border-radius:17px;
}
/*案例*/
.index-gap-300{
	margin-top:300px
}
.index-gap-400{
	margin-top:400px
}
.index-gap-450{
	margin-top:450px
}
.index-gap-500{
	margin-top:500px
}


/*影视顶部*/
.video-top-play{
	display:flex;
	height:500px;
	border-radius:17px;
	overflow:hidden;
}
.video-top-play .videodesc{
	width:500px; 
	background:#fff;
	padding:0 30px;
	color:#23BECF;
	place-content: center;
	height:100%;
	font-family:'siyuancu'
}
.video-top-play .videodesc strong{
	font-family:'siyuancu'
}
.video-top-play .videodesc .video-shortname{
	font-size:20px;
	color:#B29092;
	position:relative;
}

.video-top-play .videodesc .video-shortname:after{
	width:55px;
	height:2px ;
	background:#23BECF;
	content:' ' ;
	left:0;
	top:-5px;
	position:absolute;
}

.video-top-play .videodesc .video-name{
	font-size:44px;
	margin:20px 0;
}

.video-top-play .videodesc .hottags div{
	display:block;
	padding:5px 0;
	line-height:30px;;
}

.video-top-play .videodesc .hottags span{
	border-radius:40px;
	color:#B29092;
	padding:5px 15px;
	border:1px solid #B29092;
	margin-bottom:10px;
	font-family:auto;
}



.video-right{
	flex:1;
	height:100%;
	background:#000;
}
.video-right {
	flex:1;
	height:100%;
	background:#000;
}
.video-right>*{
	width:100%;
	height:100%;
}
.video-right video{
	width:100%;
	height:100%;
}

.video-list{
	display:grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 50px;
}

.video-list .video-item{
	width:100%;
	height:300px;
	border-radius:17px;
	overflow:hidden;
	transition:all 0.3s;
	cursor:pointer;
}
.video-list .video-item img{
	width:100%;
	height:100%;
}
.video-list .video-item:hover img{
	transform:scale(1.08)
}


.videospop{ 
	position: fixed;	
	left: 0;
	top: 0; 
	width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.65s;
	-o-transition: 0.65s;
	-moz-transition: 0.65s;
	transition: 0.65s;
}
.videospop.show{
	opacity: 1;
	visibility: visible;
}

.videoclose {
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	background: #23BECF;
	border-radius: 50%;
	position: absolute;
	right: 55px;
	top: 30px;
	z-index: 100000;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	-webkit-transition: 0.45s;
	-o-transition: 0.45s;
	-moz-transition: 0.45s;
	transition: 0.45s;
}

.videoclose:hover {
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.vides{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
	font-size: 0;
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
}


/*自定义播放器*/
/* 去掉全屏时显示的自带控制条 */
/* video::-webkit-media-controls{
    display:none !important;
} */
.wrap h3{
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.player{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;

}
.player video{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.player .control{
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}
.player .control div{
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}
.player .control .play_pause,.player .control .expand{
    color: rgb(255,255,0);
}
.player .control div:nth-child(2){
    width: 460px;
    height: 10px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    overflow: hidden;
}
.player .control .progress{
    display: block;
    width: 10%;
    height: 10px;
    background: #fff;
}
.player .control .timer{
    font-size: 12px;
}

/*案例*/
.case-list{
	display:grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 42px 31px;
}
.news-list{
	grid-gap: 90px 130px;
}
.index-case-list{
	width:70.5%;
	float:left;
	overflow:hidden;
	display:grid;
	grid-template-columns: repeat(2,auto);
	grid-gap:46px;
}
.case-grid-3{
	display:grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 40px;
}
.case-grid-2{
	display:grid;
	grid-template-columns: repeat(2,auto);
	grid-gap: 40px;
}
.case-list-item{
	overflow:hidden;
	transition:all 0.3s;
	transform:scale(1);
	background:#23BECF;
	width:100%;
	border-radius:21px;
}

.case-list-item img{
	width:100%;
	height:330px;
}

.case-list-item .title-bg{
	position:absolute;
	bottom:-40px;
	left:0;
	width:94%;
	background:rgba(0,0,0,0.42);
	padding:15px 3% 5px;
}

.case-list-item .title-bg .case-title{
	color:#fff;
	position:relative;
	width:100%;
	padding:0 0 ;
}
.case-list-item .title-bg .case-title .case-title-left{
	color:#fff;
	flex:1;
	float:left;
	width:calc( 100% -  95px);
}
.case-list-item .title-bg .case-title .case-pos{
	font-size:16px;
	width:95px;
	text-align:right;
}
.case-list-item .title-bg .case-title .name{
	font-size:22px;
}
.case-list-item .title-bg .case-title span{
	display:block;
	font-size:22px;	
}
.case-list-item .title-bg .case-title span.shortname{
	display:block;
	font-size:16px;	
	margin-bottom:10px;
	margin-top:10px;
}
.case-list-item .title-bg .case-more-btn{
	text-align:right;
	margin-top:10px;
	margin-bottom:0;
	margin-right:10px;
}
.case-list-item .title-bg .case-more-btn .iconfont{
	font-size:22px;
}
.case-list-item:hover .title-bg{
	background:#23BECF;
	bottom:0;
}

.case-list-item:hover  img{
	transform:scale(0.98) translateY(2.5px) ;
	border-radius:17px;
}


.ppt .case-list-item{
	padding:0;
	margin-bottom:30px;
}
.ppt .case-list-item:hover img{
	transform:scale(1.08) translateY(2px) ;
}

.ppt-detail img{
	max-width:100%;
}

.ppt-detail-list.case-list{
	display:block;
}

.ppt-detail-list .case-list-item{
	width:49%;
	background:#fff;
	float:left;
	margin-right:2%;
	box-shadow:0 0 15px rgba(26,117,128,.25);
	margin-bottom:35px;
}
.ppt-detail-list .case-list-item:nth-child(2n){
	float:right;
	margin-right:0
}
.ppt-detail-list img{
	width:100%;
	height:100%;
}


/*灰色背景*/
.list-graybg .case-list-item{
	background:#DEDEDE;
	overflow:hidden;
	color:#404040;
}
.list-graybg .case-list-item .case-title-left span{
	color:#404040;
	font-size:13px;	
}

.list-graybg .case-list-item .title-bg{
	background:#dededed6;
	width:94.5%;
	bottom:0;
}



.list-graybg .case-list-item .title-bg .case-more-btn .iconfont{
	color:#23BECF
}

.list-graybg  .case-list-item:hover .title-bg{
	background:#23becfde;
	bottom:0;
}
.list-graybg  .case-list-item:hover  .title-bg .case-more-btn{	
	margin-top: 20px;
}
.list-graybg .case-list-item:hover  img{
	transform:scale(1.1) ;
}
.list-graybg .case-list-item:hover  span{
	color:#fff;
}
.list-graybg .case-list-item:hover .title-bg .case-more-btn .iconfont{
	color:#fff;
}


.index-list-img{
	width:100%;
}

.ppt-top-img{
	width:100%;
	border-radius:17px;
	position:relative;
}

.index-title{
	color:#23BECF;
	font-family:'siyuancu'
}

.index-fw{
	gap:67px;
}
.index-fw .index-fw-item{
	flex:1;
	border-radius:17px;
	overflow:hidden;
	height:560px;
	position:relative;
	color:#fff;
	transition:all 0.3s;
	transform:scale(1);
}
.index-fw .index-fw-item.fw-1{
	background:url(fw1.jpg) no-repeat center;
	background-size:cover;
}
.index-fw .index-fw-item.fw-2{
	background:url(fw2.jpg) no-repeat center;
	background-size:cover;
}
.index-fw .index-fw-item.fw-3{
	background:url(fw3.jpg) no-repeat center;
	background-size:cover;
}
.index-fw .index-fw-item .index-fw-words{
	position:relative;
	z-index:2
}
.index-fw .index-fw-item:hover{
	cursor:pointer;
	transform:scale(1.05);
}
.index-fw .index-fw-item:after{
	background:rgba(0,0,0,.42);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	content:' ' ;
	z-index:1;
}

.index-fw .index-fw-item .index-fw-words{
	margin-top:40px;
}

.index-fw .index-fw-item .iconfont{
	font-size:80px;
	margin-top:40px;
}

.index-fw-item-gap-line{
	width:20px;
	height:3px;
	background:#23BECF;
	display:block;
	margin:30px auto;
}
.index-fw .index-fw-item  .index-fw-items a{
	color:#fff;
	display:block;
	font-size:18px;
	line-height:40px;
	position:relative;
}

.index-fw .index-fw-item  .index-fw-items a:not(.nohover):after{
	content:" ";
	position:absolute;
	height:2px;
	width:0;
	background:#23BECF;
	bottom:0;
	left:50%;
	transition:all 0.3s;	
}
.index-fw .index-fw-item  .index-fw-items a.nohover{
	cursor:auto;
}

.index-fw .index-fw-item  .index-fw-items a:not(.nohover):hover:after{
	width:40px;
	margin-left:-20px;
}

.index-feedback input{
	width:464px;
	margin-right:60px;
	margin-bottom:40px;
	border:1px solid #B29092;
	border-radius:17px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	transition:all 0.3s;
	transform:scale(1);
	text-indent:0.5em;
	font-size:18px;
	color:#B29092;
	background:none;
}

.index-feedback input::-webkit-input-placeholder { /* WebKit browsers */
  color: #B29092;
  font-size: 18px;
}

.index-feedback input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #B29092;
  font-size: 18px;
}

.index-feedback input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #B29092;
  font-size: 18px;
}

.index-feedback input:nth-child(2n){
	margin-right:0;
}

.feedback-btn{
	padding:22px 99px;
	background:#23BECF;
	color:#fff;
	border-radius:100px;
	border:None;
	font-size:16px;
}
.feedback-tips{
	color:#B29092;
}
.index-feedback-box-left{
width: 31%;
}

.index-feedback-box{
	width: 100%;
    padding: 65px 0 20px;
    border-radius: 17px;
    box-shadow: 0 15px 20px rgba(21,70,75,0.18);
    background: rgba(255,255,255,0.44);
	flex:1;
}


#top{
	transition:all 0.5s;
	position:fixed;
}
#top .normal-header{
	background:rgb(255 255 255 / 55%);
	padding:35px 0 0 ;
	backdrop-filter: unset;
}
#top .normal-header .normal-logo .logotopimg img{
	width:125px;
}
.normal-header .normal-logo .iconfont{
	font-size:70px;
	color:#23BECF;
	line-height:50px;
}
.normal-header .normal-logo .logodown{
	font-size:22px;
	color:#404040;
	bottom:-55px;
	left:0;
}


#top.headerfixed .normal-header{
	backdrop-filter: saturate(180%) blur(10px);
	padding:17px 0  ; 
}
#top.headerfixed .normal-header .normal-logo .logotopimg img{
	width:95px;
}
.normal-navi{
	/* margin-right:-15px; */
	opacity:0;
}
.normal-navi ul{
	/* float:left; */
}
.normal-navi li{
	float:left;
	margin-right:50px;
}
.normal-navi li a{
	font-size:16px;
	color:#404040;
	position:relative;
}

.normal-navi li a:hover{
	color:#23BECF;
}


.normal-navi li a.active:after, .normal-navi li a:after{
	content:" ";
	position:absolute;
	height:1px;
	width:0;
	background:#23BECF;
	bottom:-6px;
	left:50%;
	transition:all 0.3s;	
}

.normal-navi li a.active:after,.normal-navi li a:hover:after{
	width:100%;
	margin-left:-50%;
}


.normal-navi li a.active,.normal-navi li a:hover{
	color:#23BECF;
}

.hidenavi{
	background:#23BECF;
	width:100%;
	z-index:999999;
	top:-500px;
	transition:all 0.5s;
}

.hidenavi.hidenavishow .normal-navi{
	opacity:1;
}

.hidenavi.hidenavishow{
	top:0%;
	padding: 35px 0;
}

.hidenavi.hidenavishow .normal-navi li a:hover,.hidenavi.hidenavishow .normal-navi li a.active{
	color:#fff;
}
.hidenavi.hidenavishow .normal-navi li a.active:after,.hidenavi.hidenavishow .normal-navi li a:hover:after{
	background-color:#fff;
}


.hidenavi a,.hidenavi ul li a,.hidenavi *{
	color:#fff;
}

.hidenavi a:hover{
	color:#fff;
}

.hidenavi .icon-logos{
	font-size:123px;
}

.hidenavi .icon-a-zu517:hover{
	transform: rotate(180deg);
}


/*关于我们*/
.hdp{	
	width:100%;
	height:570px;
	background-size:container;
	border-radius:17px;
	overflow:hidden;
	display:flex;
	align-items: center;
	justify-content:column
}
.hdps{
}
.hdpm{
}
.hdpl{
}
.hdp .hdp-words{	
	padding-left:50px;
	font-family:'siyuancu';
	transition:all 0.5s;
}
.hdp .hdp-words.hide{	
	position:absolute;
	left:-200%;
	bottom:0;
}

.about-cell-1 {
	top:-119px;
	left:0;
	right:64px;
	float: right;
    margin-right: 80px;
}
.about-cell-1 .about-cell-num{
	width:833px;
	padding:30px 0 80px;
	background:rgba(255,255,255,0.8);
	border-radius:17px 17px 0 0 ;
	flex:1;
	justify-content: space-evenly;
}
.about-cell-1 .about-cell-num-item>*{
	display:block;	
	font-style:normal;
}
.about-cell-1 .about-cell-num-item .num{
	font-size:46px;
	color:#23BECF;
	font-style:normal;
    line-height: 38px;
	font-family:'siyuancu';
	position:relative;
}
.about-cell-1 .about-cell-num-item .num .mt-number-animate{
	font-family:'siyuancu';
	font-size:46px;
}
.about-cell-1 .about-cell-num-item .num .mt-number-animate .mt-number-animate-dom{
	width:30px;
}
.about-cell-1 .about-cell-num-item .num i{
	font-style:normal;
}

.about-cell-1 .about-cell-num-item em{
	font-size:15px;
	color:#404040;	
}
.about-cell-1-box{
	height:533px;
	background:#23BECF;
	width:100%;
	border-radius:0 0 17px 17px;
}
.about-cell-1-box .about-cell-1-desc{
	color:#fff;
	right:20px;
	bottom:20px;
	font-size:20px;
	line-height:45px;
}
.about-cell-1-box .about-cell-1-title{
	color:#fff;
	right:213px;
	top:60px;
}
.about-cell-1-box .about-cell-1-title .about-cell-1-title-bg{
	width:804px;
}
.about-cell-1-box .about-cell-1-title .about-cell-1-title-words{
	left:40px;
	top:15px;
}
.about-cell-1-box .about-cell-1-more{
	color:#fff;
	right:475px;
	bottom:0;
	width:822px;
}
.about-cell-1-box .about-cell-1-h2{
	right:100%;
}
.about-cell-1-h2 .about-desc-words{
	width:450px;
}
.about-cell-1-box .about-cell-1-h2{
	right:100%;
}

.about-cell-1-h2 {
	bottom:350px;
	width:500px;
}
.about-cell-1-h2 .index-words-left{
	width:100%;
	top:80px;
}

.about-cell-1-h2 .index-words-left strong{
	font-size:50px;
	font-family:'siyuancu'
}
.about-cell-1-h2 .index-words-left span{
	font-size:14px;
}

.about-yewu{
	height:650px;
}

.about-yewu-title{
	background:#23BECF;
	height: 301px;
	border-radius:17px;
}
.about-yewu-title .about-yewu-title-outer{
	margin:-65px 47px 80px;
	color:#fff;
}
.about-yewu-title .about-yewu-title-other{
	margin:40px 56px;
	color:#fff;
	font-family:'siyuancu'
}

.about-yewu .about-yewu-content{	
	top:130px;
	left:47px;
	width:1100px;
}

.about-yewu-left{
	width:560px;
}
.about-yewu-left .about-yewu-left-top{
	max-width:560px;
}
.about-yewu-left .about-yewu-left-top img{
	max-width:100%;
}
.about-yewu-left .about-yewu-left-icon{
	width:670px;
	color:#23BECF;
}
.about-yewu-left .about-yewu-left-icon .iconfont{
	font-size:40px;
}
.about-yewu-left .about-yewu-left-words{
	line-height:35px;
}
.about-yewu-right .about-yewu-right-words{
	width:500px;
	margin-top:180px;
	color:#23BECF;
}
.about-yewu-right .about-yewu-right-words .iconfont{
	line-height:60px;
}
.about-yewu-right .about-yewu-right-top{
	width:400px;
}
.about-yewu-bottom-btn{
	background:url(btnbg.jpg) no-repeat center #23BECF;
	background-size:cover;
	border-radius:17px;
	color:#fff;
	border:None;
	padding:0 110px;
	line-height:94px;
	height:94px;
}

.about-map{
	border-radius:17px;
	width:100%;
	height:790px;
	margin-top:550px;
	position:relative;
	background-image:-webkit-gradient(linear, center top, center bottom,from(#23BECF), to(#84BDC1));
}
.about-map:after{
	content:' ';
	width:100%;
	position:absolute;
	background:url(about-5.png) no-repeat right bottom ;
	height:790px;
}
.about-map-left-words{
	left:60px;
	bottom:60px;
	color:#fff;
}
.about-map-right-words{
	right:60px;
	top:80px;
	color:#fff;
}
.about-map-world{
	left:80px;
	top:30px;
	color:#fff;
}

.about-map-world img{
	max-width:1010px;
	position:relative;
}

.about-map-world .mappoints-box{
	width:1010px;
	height:728px;
	left:0;
	top:0;
}

.about-map-world .mappoints-box{
	display:block;
}
.about-map-world .mappoints-box .mappoints{
	font-family:'siyuancu'
}

.about-map-world .mappoints-box .mapnum{
	font-family:'siyuancu'
}

.about-map-world .mappoints-box .mapnum i{
	font-family:'siyuancu';
	font-style:normal;
}

.about-map-world .mappoints-box  .mappoints  .mappoint{
	position:absolute;
	left:400px;
	top:100px;
	display:flex;
	flex-direction:column;
	align-items:center;
	height:150px;	
	place-content: flex-end;
	font-style:normal;
}
/* .about-map-world .mappoints-box  .mappoints  .mappoint:hover{
	transform:scale(1.1);
	cursor:pointer;
} */
.about-map-world .mappoints-box  .mappoints  .mappoint .line{
	width:15px;
	height:80px;
	transition:all 2s;
	background-image:-webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#5EC3C9));
}
.about-map-world .mappoints-box  .mappoints  .mappoint .name{
	font-size:13px;
}
.about-map-world .mappoints-box  .mappoints  .mappoint .mapnum .mt-number-animate{
	font-size:13px!important;
	height:25px;
}

.about-map-world .mappoints-box  .mappoints  .mappoint .mapnum .mt-number-animate .mt-number-animate-dom{
	width:8px!important;
}

.about-map-world .mappoints-box  .mappoints  .mappoint .point{
	width:15px;
	height:15px;
	background:#fff;
	border-radius:15px;
}

.about-map-world .mappoints-box  .mappoints  .mappoint.chengdu{
	top: 322px;
    left: 428px;
}

.about-map-world .mappoints-box  .mappoints  .mappoint.chongqing{
	top: 343px;
    left: 474px;
}
.about-map-world .mappoints-box  .mappoints  .mappoint.guizhou{
	top: 376px;
    left: 515px;
}
.about-map-world .mappoints-box  .mappoints  .mappoint.yunnan{
	top: 414px;
    left: 400px
}
.about-map-world .mappoints-box  .mappoints  .mappoint.jilin{
	top:30px;
    left: 738px;
}


.about-map-new{
	border-radius:17px;
	width:100%;
	height:590px;
	margin-top:350px;
	position:relative;
	background-image:-webkit-gradient(linear, center top, center bottom,from(#23BECF), to(#84BDC1));
	color:#fff;
	overflow:hidden;
}

.about-map-new:after{
	content:' ';
	background:url(d25cff93542695.5e7142b4ed4f9.jpg) center no-repeat;
	width:100%;
	height:590px;
	position:absolute;
	background-size:cover;
	left:0;
	top:0;
	z-index:-1;
	/* animation: xuanzhuan 15s linear infinite */
}
.about-map-new:before{
	content:' '; 
	background:url(centerbg.png) center  no-repeat;
	width:115%;
	height:990px;
	display:block;
	position:absolute;
	background-size:50%;
	left:-7.5%;
	top:-200px;
	z-index:1;
	animation: xuanzhuan 205s linear infinite
}

.about-map-new .about-map-new-cover{
	border-radius:17px;
	width:100%;
	height:590px;
	position:absolute;
	background-image:-webkit-gradient(linear, center top, center bottom,from(#23BECF55), to(#84BDC155));
	color:#fff;
	top:0;
	left:0;
	overflow:hidden;
	padding-left:5%;
	z-index:2;
}
.about-map-new-citys{
	z-index:10;
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content: center;
}
.about-map-new-citys>div{
	min-width:120px;
	max-width:500px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-bottom:25px;
	border-radius:24px;
	background-image:-webkit-gradient(linear, left center, right center,from(#00B1BE00), to(#ffffff));
}
.about-map-new-citys>div .cityname{
	background:#fff;
	border-radius:24px;
	font-size:18px;
	color:#00B1BE;
	padding:5px 10px;
}

.about-map-new-citys>div .citynun{
	font-size:18px;
	color:#00B1BE;
	padding-right:15px;
}

.about-map-new .about-map-new-left-words{
	right:5%;
	top:60px;
}

.about-map-new .about-map-new-right-words{
	right:5%;
	top:30%;
}



.news-box{
	margin-top:-50px;
}

.news-left{
	width:30%;
	top:40%;
	left:-1000%;
	transition:all 0.5s
}
.news-left.news-left-show{
	width:30%;
	top:40%;
	left:0;
}
.news-left.news-left-show{
	width:30%;
	top:40%;
	left:0;
}
.news-left h1{
	font-size:44px;
	color:#23BECF;
	font-family:'siyuancu'
}
.news-left h3{
	color:#404040;
	margin-top:40px;
	font-size:16px;
}
.news-right-box{
	float:right;
	width:70.5%;
	margin-top: -40px;
}
.news-right .news-content-title{
	font-size:25px;

}
.news-right{
	box-shadow:0 0 10px rgba(21,70,75,0.19);
	padding:90px;
	border-radius:17px 0 17px 17px;
	background:#fff;

}
.newspage-header{
	border-bottom:1px solid #404040;
	color:#23BECF;
	margin-top:-162px;
    height: 160px;
}
.newspage-header span{
	font-size:18px;
	font-weight:Bold;
}
.newspage-header .icon-logo{
	font-size:125px;
}
.news-content-sharearea {

}
.news-content-sharearea span{
	font-size:15px;
	color:#404040;
}
.news-content-sharearea span.iconfont{
	font-size:27px;
	color:#23BECF;
}
.news-content-sharearea span.iconfont.other-share{
	font-size: 20px;
    margin-right: 10px;
	cursor:pointer;
}
.news-content{
	font-size:12px;
	color:rgba(64,64,64,0.5);
}
.news-content *{
	max-width:100%;
}
.news-content img{
	box-shadow:0 0 10px rgba(35,190,207,0.64);
	max-width:100%;
	height:auto!important;
}
.pagebtn {
	position:relative;
	max-width:45%;
	display:flex;
	align-items:Center;
}
.pagebtn span{
	width:calc(100% - 65px);
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagebtn i{
	color:#23BECF;
	border-radius:80px;
	background:#ffff;
	box-shadow:0 0 10px rgba(35,190,207,0.24);
	width:50px;
	height:50px;
	display:inline-block;
	text-align:center;
	line-height:50px;
	font-size:18px;
}
.pagebtn:hover i{
	background:#23BECF;
	border-radius:80px;
	color:#fff;
	box-shadow:0 0 10px rgba(35,190,207,0.24);
}

.pagebtn.disabled i{
	color:#23BECF;
	border-radius:80px;
	background:rgba(35,190,207,0.5);
	box-shadow:0 0 10px rgba(35,190,207,0.5);
	cursor:auto;
	color:#fff;
}

.ppt-content img{
	max-width:100%;
}
/* 通用标题 */
.normal-title{
	color: #303D4B;
	font-family: 'siyuancu';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 51px;
	text-align: center;
	position:relative;	
	margin:0 auto;
	/* width:220px; */
	display:inline-block;
}
.normal-title:before{
	content:' ';
	width:80px;
	height:3px;
	background:#EF4B67;
	position:absolute;
	top:25px;
	left:-100px;
}
.normal-title:after{
	content:' ';
	width:80px;
	height:3px;
	background:#EF4B67;
	position:absolute;
	top:25px;
	right:-100px;
}

.normal-title-left{
	color: #303D4B;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 51px;
	position:relative;
	/* width:220px; */
	display:table;
}
.about .normal-title-left{
	font-size: 34px;
}
.normal-title-left:after{
	content:' ';
	width:100%;
	height:4px;
	background:#EF4B67;
	position:absolute;
	border-radius:5px;
	bottom:0;
	left:0;
}


.classnavi{
	display:flex;
	gap:10px;
}
.classnavi a{
	color:#404040;
	padding:0px 10px;
	font-size:14px;
}
.classnavi a.active{
	background:#23BECF;
	color:#fff;
	border-radius:50px;
	padding:0px 10px;
}

.inpage-normal-title{
	background:#23BECF;
	border-radius:17px;
	color:#fff;
	overflow:hidden;
	position:relative;
}
.inpage-normal-title-box{
	padding:30px 20px;
	line-height:30px;
	position:relative;
	overflow:hidden;
	border-radius:17px;
}

.inpage-normal-title-box{
}


/* .inpage-normal-title-box::before{
    content: " ";
    width: 500px;
    height: 500px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    right: left;
    bottom: -750px;
    border-radius: 40%;
	z-index:-1;
    animation: wave 12s linear infinite;
}
.inpage-normal-title-box::after{
    content: " ";
    width: 500px;
    height: 500px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    left: -25%;
    bottom: -725px;
	transform: translate(0,-65%);
    border-radius: 40%;
	z-index:-1;
    animation: wave 12s linear infinite;
} 

@keyframes wave{
    0%{
        transform: translate(-150%,-65%) rotate(0deg);
    }
    100%{
        transform: translate(100%,-65%) rotate(360deg);
    }
}
 */
/* .wave{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 200%;
	height: 100px;
	background-repeat: repeat-x;
	background-position: left top;
	transform-origin: center bottom;
	background-size: 50% 140px;
	display:block!important;
	background-image:url(./wave.png);
	z-index: -1;
}
.wave1{opacity: .1;animation: swave 20s linear infinite;}
.wave2{opacity: .3;animation: swave 30s linear infinite;}
.wave3{opacity: .5;animation: swave 45s linear infinite;}
@keyframes swave{
	100%{transform:translateX(0)  scaleY(1)}
	50%{transform:translateX(-25%) scaleY(.55)}
	0%{transform:translateX(-50%) scaleY(1)}
} */

.waves {
  position:absolute;
  width: 100%;
  min-height:100px;
  max-height:150px;
  left:0;
  top:30px;
  z-index:-1;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.inpage-normal-title-box .inpage-normal-titles p{
	font-weight:600;
}

.inpage-normal-title-icons{
	line-height:30px;
}


.hezuo-box{
	background:#23BECF;
	display:flex;
	height:623px;
	border-radius:17px;
	overflow:hidden;
}
.hezuo-box .mapdesc{
	flex:1;
	margin:20px 30px;
	color:#fff;
	height:100%;
}
.hezuo-box .mapdesc .icon-logo{
	color:rgba(255,255,255,.24);
	font-size:83px;
}
.hezuo-box .mapbox{
	width:70.5%;
}
.hezuo-box .mapbox:after{
/* 	content:' ' ;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999;
	background-color: rgb(35, 190, 207,0.22); */
}
.hezuo-box .mapmore{
	line-height:40px;
}
.hezuo-box .mapmore i{
	margin-right:5px;
}

.hezuo-box .mapmore i.icon-youxiang{
	margin-right:0;
}

.hezuo-box .map-share{
	right:0px;
	bottom:30px;
	font-size:12px;
}
.hezuo-box .map-share .iconfont{
	font-size:16px;
	margin-left:5px;
}

.hezuo-box .mapdataline{
	width:150px;
	margin:30px 0;
	background:#fff;
	height:5px;
	margin-left:-30px;
}


.play-mask{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.24);
	display:flex;
	border-radius:17px;
}
.play-mask .iconfont{
	color:#ffffff;
	font-size:45px;
	flex:1;	
	cursor:pointer;
}

.video-list .video-item .video-data{
	width:96%;
	height:100%;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.24);
	height:50px;
	color:#fff;
	padding:10px 2%;
}

.video-list .video-item .video-data .video-title{
	flex:1;
	width:calc( 100% - 80px);
}

.video-list .video-item .video-data .video-pos{
	width:80px;
}



.works-list{
	margin-left:50px;
	margin-top:-157px;
}
.works-list-item{
	margin-bottom:57px;
}
.works-list-outer{
	width:67%;
}
.works-title-box{
	padding: 10px 0;
	background:rgba(255,255,255,0.85);
	border-radius:17px 17px 0 0;
	width:100%;
	height:137px;
}
.works-title-box span{
	margin-left:40px;
	color:#23BECF;
	line-height:40px;
	display:inline-block;
	font-family:'siyuancu'
}
.works-title-box span>*{
	font-style:normal;
	font-size:20px;
}
.works-title-box span em{
	margin-right:5px;
	font-size:30px;
}
.works-title-box span i{
	background:#23BECF;
	color:#fff;
	font-size:24px;
	border-radius:50px;
	height:38px;
	line-height:38px;
	width:38px;
	display:inline-block;
	text-align:center;
}
.works-title-box .iconfont{
	color:rgba(35,190,207,0.24);
	font-size:128px;
}

.works-content{
	background:#23BECF;
	padding:0 40px 40px;
	border-radius:0 0 17px 17px;
}
.works-content-title{
	padding-top:40px;
	
}
.works-line{
	background:#fff;
	width:100%;
	height:1px;
	margin:20px 0 ;
}
.works-contents{
	line-height:35px;
	font-size:14px;
}


.gotop{
	position:fixed;
	width:50px;
	height:50px;
	color:#23BECF;
	/* right:50%;
	margin-right:-850px; */
	right:1%;
	bottom:105px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	box-shadow:0 5px 5px #23BECF66;
	z-index:9999;
	background:#fff;
}
.gotop:hover{
	background:#23BECF;
	color:#fff;
}
/*全站底部*/
.bottom { 
    color: #23BECF;
	padding:20px 0 50px;
}

.bottom .bottom-right{ 
   /*  margin-right:110px; */
}

.bottom a {
    color: #23BECF;
}
.bottom  a:hover{
	text-decoration:underline;
	color:#ED4563
}

.bottom-link a{
	margin-right:50px;
	font-size:15px;
}



 @keyframes roll1{
	 0%{right: -100%; top: 0px;}
	 100%{right: 0px; top: 0px;}
 }
 @keyframes roll2{
	0%{right: 0px; top: 0px;}
	100%{right: 100%; top: 0px;}
 }


 
/* 客服 */


#service {
	width: 50px;
	position: fixed;
	left: 1%;
	top:0;
	z-index: 999;
	border-radius: 8px;
	/* margin-left:-935px; */
	 
}

#service li {
	margin-top: 1px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	position:relative;
	transition:all 0.3s;
	transform:scale(1);
	margin-bottom: 30px
}
#service li:hover {
	/* border-radius: 8px; */
	background:#fff;
	box-shadow:0 3px 6px rgba(26,117,128,0.27);
	border-radius:100px;
}


#service li:hover .slider-box {
	display:block;
}


#service li .iconfont {
	font-size:20px;
	color:#23BECF;
	transform:scale(1);
}



#service li:hover .iconfont {
	transform:scale(0.98);
}




#service li .slider-box {
	left:70px;
	top:0;
	border-radius:17px;
	font-size:30px;
	margin-top: -100%;
	background:#fff;
	box-shadow: 0px 3px 6px rgba(26, 117, 128, 0.30);
}

#service li .slider-box.slider-box-dianhua  span{
	display:block;
	width:auto;
	padding:7px 35px;
	word-break:keep-all;
	font-family: impact;
}
#service li .slider-box.slider-box-weixin {
	padding:20px;
	width:auto;
	text-indent:0;
}
#service li .slider-box.slider-box-weixin .slider-img {
	width:132px;
}
#service li .slider-box:after {
	content:' ';
	position:absolute;
	left:-30px;
	width: 0;
	height: 0;
	z-index:-1;
	top:33%;
	border-width: 20px;
	border-style: solid;
	border-color:transparent white  transparent transparent;
}

#service li .slider-box.slider-box-dianhua{
	margin-top:-12px;
}

#service li .slider-box.slider-box-dianhua:after{
	top:20%!important;
}



.mouse{position:fixed;right:30px;z-index:999;bottom:0; text-align: center; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.mouse span{ display: block; width: 24px; height: 24px; color:#23BECF; margin: auto; margin-bottom: 15px;}
.mouseline{ width: 4px; height: 100px; background: #fff; margin: auto; position: relative;}
.mouseline i{ display: block; width: 100%; height: 46px; background: #23BECF; position: absolute; left: 0; top: 0; -o-animation:moveDownSpot 2000ms infinite; animation:moveDownSpot 2000ms infinite; -webkit-animation:moveDownSpot 2000ms infinite; -moz-animation:moveDownSpot 2000ms infinite;}



@keyframes moveDownSpot {
	from{
		opacity: 1;
		top: 3px;
	}
	to{
		opacity: 0;
		top: 68px;
	}
}

@-webkit-keyframes moveDownSpot {
	from{
		opacity: 1;
		top: 0px;
	}
	to{
		opacity: 0;
		top: 68px;
	}
}


.sm-show{
	display:none;
}
/*1440宽*/

@media screen and (max-width: 1920px) {
	.center {
		max-width:1700px;
		width:90%;
    }
}
@media screen and (max-width: 1660px) {
	.center {
		max-width:1400px;
    }
	.bodybefore{
		margin-right:-700px;
	}
	.index-feedback input{
		width:390px;
	}
	.about-cell-1 .about-cell-num{
		width:620px;
	}
	.about-cell-1-h2 .index-words-left strong{
		font-size: 30px;
	}
	.about-cell-1-box .about-cell-1-title .about-cell-1-title-bg {
		width: 700px;
	}
	.about-cell-1-box .about-cell-1-more {
		color: #fff;
		right: 260px;
		bottom: 0;
		width: 700px;
	}
	.about-cell-1-box .about-cell-1-more img{
		width: 30%;
	}
	.about-cell-1-box {
		height: 600px;
	}
	.about-cell-1-h2 {
		bottom: 325px;
		width: 550px;
	}
	.about-cell-1-h2 .index-words-left p {
		font-size:16px;
	}
	.about-yewu-title{
		height: 180px;
	}
	.about-yewu-title .about-yewu-title-other.f-50{
		font-size:35px;
		margin: 0 54px 20px;
	}
	.about-yewu-title .about-yewu-title-outer{
		margin: 0 47px 30px;
	}	
	.about-yewu-left .about-yewu-left-top{
		max-width: 400px;
	}
	.about-yewu .about-yewu-content{
		width: 990px;
	}
	.about-yewu .about-yewu-content{
		line-height: 25px;
	}
	.about-map-right-words.f-50{
		font-size:35px!important;
		right: 30px;
		top: 90px;
	}
	.about-map-world img{
		width:1200px;
		height:auto;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .line{
		width:10px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .name {
		font-size: 10px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .point {
		width: 15px;
		height: 15px;
		background: #fff;
		border-radius: 15px;
	}
	.about-map-world .mappoints-box{
		height:800px
	}
	.about-map {
		height: 800px;
		margin-top:300px;
	}
	.about-map:after {
		height: 800px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.yunnan{
		left:420px;
		top: 354px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.chengdu{
		left:435px;
		top: 282px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.chongqing{
		left:454px;
		top: 302px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.guizhou{
		left:490px;
		top: 344px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.jilin{
		left:700px;
		top: 48px;
	}
}
/*1366宽*/

@media screen and (max-width: 1366px) {
    
	
	.center {
		width:100%;
		max-width:980px;
    }
	.myswiper{
		height:	350px;
	}
	.bodybefore{
		margin-right:-600px;
	}
	.index-item-right,.index-words-left  {
	}
	.normal-header .center ,.normal-navi>div{
		flex-direction:row;
	}
	.index-words-left .index-words-put-right{
		margin-left: 30px;
	}
	.index-words-left strong{
		font-size: 24px;
	}
	.case-list-item .title-bg .case-title .name {
		font-size: 16px;
	}
	.case-list-item .title-bg .case-title span.shortname {
		font-size: 12px;
	}
	.index-title.f-40{
		font-size:30px;
	}
	.index-words-left span {
		font-size: 14px;
	}
	.case-list-item img{
		height:195px;
	}
	.mtop350{
		margin-top:150px;
	}
	.mtop300{
		margin-top:100px;
	}
	.mtop270{
		margin-top:100px;
	}
	.index-case-list{
		width:100%;
	}
	.index-feedback input{
		width:90%;
		margin-right:0;
	}
	#service li{
	
	}
	.sm-hide{
		display:none;
	}
	.sm-show{
		display:block;
		text-align:center;
	}
	.showmorebtn{
		background:none;
		border:1px solid #23BECF;
		border-radius:50px;
		margin:20px auto 0;
		display: inline-block;
		padding:5px 10px;
		color:#23becfde;
		font-size:14px;
	}
	.bottom-left .f-12{
		font-size:10px!important;
	}
	.news-left h1{
		font-size:30px;
	}
	.news-content-sharearea span.iconfont{
		font-size: 20px;
	}
	.news-content-sharearea span{
		font-size: 12px;
	}
	.news-content-sharearea span.iconfont.other-share{
		margin:0;
	}
	.about-cell-1 {
		top: -90px;
	}
	.about-cell-1 .about-cell-num{
		width:510px;
		padding: 10px 0 70px;
	}
	.about-cell-1-h2 .index-words-left strong{
		font-size: 30px;
	}
	.about-cell-1-box .about-cell-1-title .about-cell-1-title-bg {
		width: 370px;
	}
	.about-cell-1-box .about-cell-1-more {
		color: #fff;
		right: 260px;
		bottom: 0;
		width: 500px;
	}
	.about-cell-1-box .about-cell-1-more img{
		width: 30%;
	}
	.about-cell-1-box {
		height: 440px;
	}
	.about-cell-1-h2 {
		bottom: 255px;
		width: 330px;
	}
	.about-cell-1 .about-cell-num-item .num{
		font-size: 26px;
	}
	#service {
		display:none;
	}
	.about-cell-1-h2 .index-words-left p {
		font-size:10px;
	}
	.about-yewu-title{
		height: 180px;
	}
	.about-yewu-title .about-yewu-title-other.f-50{
		font-size:22px;
		margin: 0 54px 20px;
	}
	.about-yewu-title .about-yewu-title-outer{
		margin: 0 47px 30px;
	}	
	.about-yewu-left .about-yewu-left-top{
		max-width: 400px;
	}
	.about-yewu .about-yewu-content{
		width: 760px;
	}
	.about-yewu .about-yewu-content{
		line-height: 25px;
	}
	.about-map-right-words.f-50{
		font-size:18px!important;
		right: 30px;
		top: 90px;
	}
	.about-map-world img{
		width:800px;
		height:auto;
	}
	.about-map-world .mappoints-box .mappoints .mappoint{
		height: 89px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .line{
		width:5px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .name {
		font-size: 10px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint .point {
		width: 7px;
		height: 7px;
		background: #fff;
		border-radius: 7px;
	}
	.about-map-world .mappoints-box{
		height:650px
	}
	.about-map {
		height: 650px;
		margin-top:300px;
	}
	.about-map:after {
		height: 650px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.yunnan{
		left:320px;
		top: 324px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.chengdu{
		left:335px;
		top: 292px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.chongqing{
		left:354px;
		top: 302px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.guizhou{
		left:360px;
		top: 314px;
	}
	.about-map-world .mappoints-box .mappoints .mappoint.jilin{
		left:600px;
		top: 48px;
	}
	#top.headerfixed .normal-header{
		padding: 9px 0;
	}
}
