@charset "utf-8";
.cm {color: #107cc9;}
.cm2 {color: #2e3f52;}
.jianbian {background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));background-image: linear-gradient(to right, #29c3ab, #16a8b5);}
@font-face {font-family: 'amerigobt';src: url('../font/AmerigoBT.TTF');}
.inbanner {width: 100%;height: 600px;position: relative;z-index: 2;overflow: hidden;-webkit-perspective: 1500px;        perspective: 1500px;}
.inbanner .ibwrap {position: relative;width: 100%;height: 100%;z-index: 0;overflow: hidden;}
.inbanner .ibwrap > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;z-index: 0;}
.inbanner2 {width: 100%;height: 360px;position: relative;z-index: 2;overflow: hidden;}
.inbanner2 .ibwrap {position: relative;width: 100%;height: 100%;z-index: 0;overflow: hidden;}
.inbanner2 .ibwrap > img {position: relative;width: 100%;z-index: 0;}
.inbanner3 {width: 100%;height: 850px;position: relative;z-index: 2;overflow: hidden;-webkit-perspective: 1500px;        perspective: 1500px;}
.inbanner3 .ibwrap {position: relative;width: 100%;height: 100%;z-index: 0;overflow: hidden;}
.inbanner3 .ibwrap > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;z-index: 0;}


@media screen and (max-width: 1400px) {
  .inbanner {height: 400px;}
}
@media screen and (max-width: 1023px) {
.inbanner {  height: 700px;}
.inbanner3 {height: 300px;}
}
@media screen and (max-width: 750px) {
.inbanner {  height: 190px;}
.inbanner2 .ibwrap > img {  height: 100%;  -o-object-fit: cover;      object-fit: cover;}
}
/*匠心住宿2关于 设计施工流程标题*/
.cate100 {text-align: center;position: relative;padding-bottom: 36px;}
.cate100:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 50px;height: 1px;margin-left: -25px;background-color: #fff;}
.cate100 .en {font-size: 24px;color: #e6462e;line-height: 24px;font-family: arial;text-transform: uppercase;font-weight: bold;letter-spacing: 3px;}
.cate100 .cn {font-size: 18px;color: #fff;line-height: 30px;margin-top: 8px;width: 100%;position: relative;overflow: hidden;height: 30px;}
.cate100 .cn:before {content: '';position: absolute;left: 0;top: 50%;z-index: 0;width: 50%;height: 1px;background-color: rgba(255, 255, 255, 0.1);margin-left: -74px;}
.cate100 .cn:after {content: '';position: absolute;right: 0;top: 50%;z-index: 0;width: 50%;height: 1px;background-color: rgba(255, 255, 255, 0.1);margin-right: -74px;}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {position: absolute;width: 100%;left: 0;bottom: 50%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-bottom: 5.4%;}
.ibcatein2 .cn {font-size: 24px;line-height: 40px;height: 40px;margin-top: 30px;background: url('../images/line2.png') center no-repeat;}
.ibcatein2 .cn span {padding-left: 8px;letter-spacing: 8px;}
.ibcatein2 .en {font-size: 0;}
.ibcatein2 img {max-width: 90%;}
.ibbg {-webkit-animation: pagebgfd 6s linear infinite alternate;        animation: pagebgfd 6s linear infinite alternate;}
@-webkit-keyframes pagebgfd {
0% {  opacity: 1;  -webkit-transform: scale(1, 1);transform: scale(1, 1);}
100% {opacity: 1;-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
}
@keyframes pagebgfd {
0% {opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
100% {opacity: 1;-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
}
/*远见2关于我们 合作单位*/
.borderwan {position: relative;}
.borderwan i.ii1,.borderwan i.ii2,.borderwan i.ii3,.borderwan i.ii4 {position: absolute;z-index: 5;background-color: #cfd1f8;-webkit-transition: 0.5s;transition: 0.5s;}
.borderwan i.ii1 {left: 0;top: 0;width: 0;height: 1px;}
.borderwan i.ii2 {right: 0;top: 0;width: 1px;height: 0;}
.borderwan i.ii3 {right: 0;bottom: 0;width: 0;height: 1px;}
.borderwan i.ii4 {left: 0;bottom: 0;width: 1px;height: 0;}
.borderwan:hover i.ii1,.borderwan:hover i.ii3 {width: 100%;}
.borderwan:hover i.ii2,.borderwan:hover i.ii4 {height: 100%;}
.btt1 img,.btt2 img,.btt3 img {-webkit-animation: move ease-in-out 2s infinite;        animation: move ease-in-out 2s infinite;}
@-webkit-keyframes move {
0% {-webkit-transform: translateY(0);transform: translateY(0);}
50% {-webkit-transform: translateY(5px);transform: translateY(5px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@keyframes move {
0% {-webkit-transform: translateY(0);transform: translateY(0);}
50% {-webkit-transform: translateY(5px);transform: translateY(5px);}
100% {-webkit-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes move2 {
0% {-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);}
50% {-webkit-transform: translateX(10px) rotate(360deg);transform: translateX(10px) rotate(360deg);}
100% {-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);}
}
@keyframes move2 {
0% {-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);}
50% {-webkit-transform: translateX(10px) rotate(360deg);transform: translateX(10px) rotate(360deg);}
100% {-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);}
}
.greybg {background-color: #bdbbbc;}
.greybg2 {background-color: #918f8f;}
.js-qiecon2 {display: none;}
.js-qiecon2.on {display: block;}
.js-qiecon {position: absolute;left: 200%;top: 0;z-index: -20;opacity: 0;width: 100%;}
.js-qiecon.on {position: static;left: 0;top: 0;z-index: 1;opacity: 1;}
.pianyi {padding-top: 80px;margin-top: -80px;}
.js-qiecon-wrap1,.js-qiecon-wrap2,.js-qiecon-wrap3 {position: relative;width: 100%;overflow: hidden;}
.lefthalf {float: left;width: 50%;height: 100%;position: relative;overflow: hidden;}
.righthalf {float: right;width: 50%;height: 100%;position: relative;overflow: hidden;}
.txtEff label {display: inline-block;}
@media screen and (max-width: 640px) {
.pianyi {  padding-top: 60px;  margin-top: -60px;}
}
/*面包屑*/
.baninfo {height: 80px;position: relative;z-index: 2;border-bottom: 2px solid #00aa4b;background-color: #f8f8f8;}
.baninfo .cer8 {height: 100%;}
.erji {float: left;font-size: 0;white-space: nowrap;text-align: center;max-width: 100%;line-height: 80px;height: 100%;}
.erji a {display: inline-block;width: 136px;height: 100%;position: relative;background-color: #fff;color: #333;font-size: 16px;line-height: 80px;vertical-align: top;}
.erji a:after {content: '';position: absolute;left: 100%;bottom: 0;z-index: 0;width: 0;height: 1px;background-color: #00aa4b;-webkit-transition: 0.3s;transition: 0.3s;display: none;}
.erji a:hover {color: #00aa4b;}
.erji a.on {color: #fff;background-color: #00aa4b;}
.erji a:hover:after {left: 0;width: 100%;-webkit-transition: width 0.3s;transition: width 0.3s;}
.tree {float: right;height: 100%;font-size: 16px;line-height: 80px;color: #333;}
.tree a {color: #333;vertical-align: middle;padding: 5px 0;}
.tree a:hover,.tree a.leaf {color: #00aa4b;}
.tree i {display: inline-block;width: 20px;vertical-align: middle;text-align: center;font-style: normal;}
@media screen and (max-width: 1024px) {
.tree {  display: none;}
.erji {  float: none; height: 40px; line-height: 40px;}
.erji a{line-height: 40px; width: auto;}
}
@media screen and (max-width: 750px) {
.baninfo {  height: auto;}
.erji {  overflow: auto;  height: auto; display: none;}
}
/*8产品详情 */
.bneck {width: 100%;position: absolute;left: 0;bottom: 66px;z-index: 3;}
.berji {font-size: 0;width: 100%;text-align: center;}
.berji a {display: inline-block;width: 164px;height: 100%;font-size: 16px;color: #fff;line-height: 54px;position: relative;overflow: hidden;background-color: #66807f;margin: 10px 17px;border-radius: 8px;}
.berji a:before {content: '';position: absolute;right: 0;top: 20px;z-index: 0;width: 1px;height: 30px;display: none;}
.berji a:after {content: '';position: absolute;left: 50%;bottom: 0px;z-index: 0;margin-left: 0;width: 0;height: 4px;background-color: #0076cd;display: none;-webkit-transition: 0.3s;transition: 0.3s;}
.berji a.on:after,.berji a:hover:after {width: 80px;margin-left: -40px;}
.berji a.on,.berji a:hover {background-color: #1fb5b0;}
/*海创1首页按钮*/
a.seemore {display: block;width: 164px;height: 50px;margin: 0 auto;overflow: hidden;position: relative;font-size: 0;color: #fff;line-height: 50px;text-align: center;border-radius: 25px;}
a.seemore:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;border: 2px solid #ffd04f;border-radius: 25px;}
a.seemore span {position: relative;z-index: 2;display: inline-block;padding-right: 40px;font-size: 16px;background: url('../images/jtr1.png') right no-repeat;letter-spacing: 2px;}
a.seemore:after {content: '';position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));background-image: linear-gradient(to right, #005ffb, #0292fd);
-webkit-transition: 0.3s;transition: 0.3s;}
a.seemore:hover:after {height: 0;}
a.seemore:hover {background-color: #fff;color: #005ffb;}
a.seemore:hover span {background-image: url('../images/jtr1h.png');}
a.seemore2 {display: block;width: 172px;height: 42px;margin: 0 auto;overflow: hidden;position: relative;font-size: 16px;color: #1e64c6;line-height: 42px;text-align: center;border: 2px solid #fff;border-radius: 23px;
background-color: #fff;}
a.seemore2 span {position: relative;z-index: 2;display: inline-block;padding-right: 40px;background: url('../images/jtr1h.png') right no-repeat;}
.jello-h:hover {-webkit-animation: jello 1s 0s infinite;        animation: jello 1s 0s infinite;}
.rubberBand-h:hover {-webkit-animation: rubberBand 1s 0s 1;        animation: rubberBand 1s 0s 1;}
/*美达康1首页按钮*/
a.seemore3 {display: block;width: 160px;
height: 50px;
overflow: hidden;
position: relative;
font-size: 0;
color: #116bb4;
line-height: 50px;
text-align: center;
background-color: #fff;
margin: 0 auto;
border-radius: 25px;
}
a.seemore3:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
border: 1px solid #116bb4;
border-radius: 25px;
}
a.seemore3 span {
position: relative;
z-index: 2;
display: inline-block;
font-size: 16px;
letter-spacing: 2px;
}
a.seemore3:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
width: 100%;
height: 0;
background-color: #116bb4;
-webkit-transition: 0.3s;
transition: 0.3s;
}
a.seemore3:hover:after {
height: 100%;
}
a.seemore3:hover {
background-color: #116bb4;
color: #fff;
}
.bubbly-button {
position: relative;
}
.bubbly-button:before,
.bubbly-button:after {
position: absolute;
content: '';
display: block;
width: 140%;
height: 100%;
left: -20%;
z-index: 0;
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
background-repeat: no-repeat;
}
.bubbly-button:before {
display: none;
top: -75%;
background-image: radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, transparent 20%, #107cc9 20%, transparent 30%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #107cc9 15%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%);
background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.bubbly-button:after {
display: none;
bottom: -75%;
background-image: radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, transparent 10%, #107cc9 15%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%), radial-gradient(circle, #107cc9 20%, transparent 20%);
background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.bubbly-button:active {
-webkit-transform: scale(0.9);
        transform: scale(0.9);
}
.bubbly-button:hover:before {
display: block;
-webkit-animation: topBubbles ease-in-out 0.75s infinite forwards;
        animation: topBubbles ease-in-out 0.75s infinite forwards;
}
.bubbly-button:hover:after {
display: block;
-webkit-animation: bottomBubbles ease-in-out 0.75s infinite forwards;
        animation: bottomBubbles ease-in-out 0.75s infinite forwards;
}
@-webkit-keyframes topBubbles {
0% {
  background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
}
50% {
  background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
}
100% {
  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
  background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
}
}
@keyframes topBubbles {
0% {
  background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
}
50% {
  background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
}
100% {
  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
  background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
}
}
@-webkit-keyframes bottomBubbles {
0% {
  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
50% {
  background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
}
100% {
  background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
  background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
}
}
@keyframes bottomBubbles {
0% {
  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
50% {
  background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
}
100% {
  background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
  background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
}
}
/*远见8产品详情 */
.outnavbg {
width: 100%;
height: 60px;
background-color: #f8f8f8;
overflow: hidden;
position: relative;
z-index: 5;
}
.outnav7 {
height: 60px;
padding: 0;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
width: 40px;
height: 100%;
cursor: pointer;
position: absolute;
top: 0;
z-index: 2;
background-position: center;
background-repeat: no-repeat;
display: none;
-webkit-transition: 0.3s;
transition: 0.3s;
background-color: #e7e7e7;
}
.outnav7 .nav-left {
left: 0;
background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
right: 0;
background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
background-image: url('../images/lt3h.png');
background-color: #eb0104;
}
.outnav7 .nav-right:hover {
background-image: url('../images/gt3h.png');
background-color: #eb0104;
}
.outnav7 #wrapper77 {
width: 100%;
height: 100%;
position: relative;
}
.outnav7.on {
padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
display: block;
}
.nav7 {
width: 100%;
height: 100%;
font-size: 0;
white-space: nowrap;
}
.nav7 li {
width: 170px;
display: inline-block;
height: 100%;
overflow: hidden;
}
.nav7.fen2 li {
width: 50%;
}
.nav7.fen3 li {
width: 33.3%;
}
.nav7.fen4 li {
width: 25%;
}
.nav7.fen5 li {
width: 20%;
}
.nav7 li a {
display: block;
position: relative;
color: #666;
line-height: 60px;
font-size: 16px;
}
.nav7 li a:before {
content: '';
position: absolute;
left: 0;
top: 50%;
z-index: 0;
display: none;
width: 1px;
height: 14px;
background-color: #ccc;
margin-top: -7px;
}
.nav7 li a:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
z-index: 1;
width: 0;
height: 2px;
margin-left: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
background-color: #014ab1;
}
.nav7 li:hover a {
color: #eb0104;
}
.nav7 li:hover a:after {
width: 108px;
margin-left: -54px;
}
.nav7 li.on a {
color: #eb0104;
}
.nav7 li.on a:after {
width: 108px;
margin-left: -54px;
}
/*格林泰科26留言*/
.ibcate100 {
position: absolute;
width: 100%;
left: 0;
bottom: 50%;
z-index: 1;
color: #fff;
text-align: center;
overflow: hidden;
margin-bottom: -90px;
}
.ibcate100 .cn {
font-size: 36px;
line-height: 56px;
font-weight: bold;
letter-spacing: 2px;
text-indent: 2px;
font-family: 'Source Han Serif CN';
}
.ibcate100 .en {
font-size: 54px;
line-height: 70px;
font-weight: bold;
position: relative;
font-family: 'helvetica';
text-transform: uppercase;
word-break: normal;
}
.ibcate100 .hx {
width: 40px;
height: 3px;
background-color: #fff;
margin: 10px auto;
}
.ibcate100 .en:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
z-index: 0;
width: 66px;
height: 2px;
background-color: #fff;
margin-left: -33px;
display: none;
}
@media screen and (max-width: 750px) {
.ibcate100 .en {  font-size: 40px;  line-height: 60px;}
}
.ibcate {position: absolute;left:0;right: 0; top: 40%;z-index: 3;color: #fff;}
.ibcate .cn {font-size: 56px;line-height: 78px;font-weight: bold; text-align: center;}
.ibcate .en {font-size: 48px;line-height: 54px;font-family: "amerigobt";text-transform: capitalize;word-break: normal; text-align: center;}
@media screen and (max-width: 1024px) {
.ibcate {  left: 5%;  width: 90%;  text-align: center;}
.ibcate .cn {  font-size: 44px;  line-height: 64px;}
.ibcate .en {  font-size: 36px;  line-height: 44px;}
}
@media screen and (max-width: 750px) {
.ibcate .cn {  font-size: 32px;  line-height: 50px;}
.ibcate .en {  font-size: 24px;  line-height: 34px;}
}
.shutwindowup {-webkit-transform: translateZ(-500px) rotateX(-80deg);        transform: translateZ(-500px) rotateX(-80deg);opacity: 0;-webkit-transform-origin: 0% 0%; transform-origin: 0% 0%;}
.ani.shutwindowup {-webkit-transform: translateZ(0px) rotateX(0deg);transform: translateZ(0px) rotateX(0deg);opacity: 1;}
.slowscale11 {-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.ani.slowscale11 {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.hasani.slowscale11 {transition-duration: 8s;-moz-transition-duration: 8s;-webkit-transition-duration: 8s;-o-transition-duration: 8s;}

.mouse2 {width: 60px;height: 26px;padding-bottom: 42px;position: absolute;z-index: 10;cursor: pointer;background: url('../images/mouse2.png') bottom no-repeat;bottom: 4.5%;left: 50%;margin-left: -30px;font-size: 14px;
color: #fff;line-height: 26px;text-align: center;}
.mouse2::after {content: '';width: 2px;height: 7px;background-color: #fff;position: absolute;left: 50%;top: 42px;z-index: 1;margin-left: -1px;-webkit-animation: fnext 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
        animation: fnext 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);}
@-webkit-keyframes fnext {
  0% {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0;
}
30%,
70% {
  opacity: 1;
}
100% {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 0;
}
}
@keyframes fnext {
0% {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0;
}
30%,
70% {
  opacity: 1;
}
100% {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 0;
}
}

.fu {
position: fixed;
width: 100%;
height: 100%;
z-index: 150;
top: 0;
left: 0;
display: none;
}
.fubg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0.2);
}
.fuin {
position: absolute;
width: 1440px;
height: 900px;
left: 50%;
top: 50%;
z-index: 3;
max-width: 100%;
max-height: 100%;
}
.fuin {
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
opacity: 0;
}
.fu.on .fuin {
-webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.fuin a.close {
position: absolute;
width: 58px;
height: 64px;
right: 6.66%;
top: 60px;
z-index: 10;
font-size: 16px;
line-height: 64px;
text-align: right;
color: #107cc9;
background: url('../images/cha2.png') 0 no-repeat;
background-size: 14px;
}
.zppage {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
position: relative;
}
.zppage {
width: 100%;
height: 100%;
}
.zppage .inner {
padding: 60px 6.66% 80px;
height: 100%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.zppage .inner .inner2 {
position: relative;
width: 100%;
height: 100%;
}
.zppage .hx {
width: 100%;
height: 1px;
background-color: #eee;
margin: 36px 0 64px;
}
.scrollarea2 .scrollbar {
width: 3px;
height: 100%;
position: absolute;
top: 0;
right: 0;
z-index: 2;
-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.scrollarea2 .track {
width: 3px;
height: 100%;
background-color: #ecebeb;
position: relative;
}
.scrollarea2 .thumb {
width: 3px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
cursor: pointer;
border-radius: 1px;
background-color: #107cc9;
}
.scrollarea2-out {
position: absolute;
left: 0;
top: 148px;
bottom: 0;
z-index: 1;
width: 100%;
}
.scrollarea2 {
position: relative;
padding-right: 50px;
height: 100%;
}
.scrollarea2 .viewport {
position: relative;
width: 100%;
overflow: hidden;
height: 100%;
}
.scrollarea2 .overview {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
}
.scrollarea2 .overview img {
max-width: 100%;
}
.zppage h2 {
font-size: 36px;
color: #107cc9;
line-height: 64px;
height: 64px;
overflow: hidden;
}
.zpcon {
font-size: 14px;
line-height: 36px;
color: #666;
text-align: justify;
}
.zpcon .email {
color: #107cc9;
}
@media screen and (max-width: 1024px) {
.zppage .inner {
  padding: 40px 5% 50px;
}
.zppage .hx {
  margin: 30px 0 30px;
}
.fuin {
  height: 700px;
}
.fuin a.close {
  right: 5%;
  top: 40px;
  height: 50px;
  line-height: 50px;
}
.zppage h2 {
  font-size: 30px;
  line-height: 50px;
  height: 50px;
}
.scrollarea2-out {
  top: 112px;
}
.zpcon {
  line-height: 28px;
}
}
@media screen and (max-width: 750px) {
.scrollarea2 {
  padding-right: 20px;
}
.zppage h2 {
  font-size: 24px;
}
.fuin a.close {
  width: 64px;
  height: 64px;
  right: 0;
  top: 0;
  font-size: 0;
  background-position: center;
  background-size: 24px;
}
}
.liuyan3 {
color: #333;
font-size: 0;
padding-top: 34px;
}
.liuyan3 .hang {
height: 50px;
margin-bottom: 20px;
}
.liuyan3 .hang.fat {
height: auto;
}
.liuyan3 input[type=text] {
width: 100%;
height: 50px;
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
line-height: 48px;
font-size: 14px;
text-indent: 20px;
}
.liuyan3 textarea {
width: 100%;
padding: 9px 20px;
height: 140px;
border: 1px solid #ddd;
font-size: 14px;
line-height: 40px;
resize: none;
vertical-align: top;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
-webkit-transition: 0.3s;
transition: 0.3s;
}
.liuyan3 i.v {display: block;width: 100%;height: 100%;vertical-align: top;}
.liuyan3 .hang2 {padding-right: 80px;position: relative;}
.liuyan3 .hang2 input[type=text] {width: 100%;}
.liuyan3 .verifyImg {width: 78px;height: 48px;border: 1px solid #ddd;cursor: pointer;position: absolute;top: 0;right: 0;z-index: 1;}
.liuyan3 .yzmchange {display: inline-block;vertical-align: top;width: 50px;margin-left: 20px;}
.liuyan3 input#tj2 {display: block;width: 100%;height: 50px;font-size: 18px;line-height: 50px;color: #fff;font-weight: bold;margin: 0 auto;border-radius: 4px;background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
background-image: linear-gradient(to right, #255ba9, #1fb4b8);}
.liuyan3 input#tj2:hover {opacity: 0.8;}
.liuyan3 .Validform_checktip {height: 20px;line-height: 20px;}

/*首页banner*/
.sw00out {position: relative;width: 100%;height: 100vh;z-index: 2;overflow: hidden;}
#sw00 {width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
#sw00 .swiper-slide {overflow: hidden;}
#sw00 .slideinner {position: relative;display: block;width: 100%;height: 100%;}
#sw00 .slideinner img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
.sw00out .swiper-pagination {font-size: 24px;color: #fff;line-height: 52px;text-align: center;width: 180px;height: 52px;margin-right: 52px;left: auto;right: 66px;bottom: 50px;}
.sw00out .swiper-pagination-current {font-size: 36px;margin-right: 10px;}
.sw00out .swiper-pagination-total {font-size: 24px;}
.sw00out .sw-next,.sw00out .sw-prev {position: absolute;right: 66px;bottom: 50px;width: 50px;height: 50px;z-index: 11;font-size: 0;border-radius: 50%;text-align: center;cursor: pointer;border: 1px solid rgba(255, 255, 255, 0.3);}
.sw00out .sw-prev {background: url('../images/lt1.png') center no-repeat;margin-right: 232px;}
.sw00out .sw-next {background: url('../images/gt1.png') center no-repeat;}
.sw00out .sw-prev:hover,.sw00out .sw-next:hover {background-color: rgba(0, 170, 47, 0.9);}
.sw00out .sw-fenge {position: absolute;right: 6.25%;bottom: 6%;width: 28px;height: 42px;z-index: 11;font-size: 0;background: url('../images/sx1.png') center no-repeat;margin-right: 28px;display: none;}
.sw00out .swiper-scrollbar {position: absolute;left: 6.25%;bottom: 6%;width: 80px;height: 1px;background-color: rgba(255, 255, 255, 0.5);z-index: 1;margin-left: 52px;margin-bottom: 20px;}
.sw00out .swiper-scrollbar-drag {width: 0;background-color: #fff;}
.sw00out .swiper-scrollbar-drag.active {-webkit-animation: widthgrow 8s linear 1;    animation: widthgrow 8s linear 1;}
@-webkit-keyframes widthgrow {
0% {width: 0;}
100% {width: 100%;}
}
@keyframes widthgrow {
0% {width: 0;}
100% {width: 100%;}
}
@media screen and (max-width: 1300px) {
  .sw00out {height: 87vh;}
}
@media screen and (max-width: 1400px) {
  .sw00out {height: 85vh;}
  #sw00 .evwz img{width: 80%;}
}
@media screen and (max-width: 1024px) {
.sw00out .sw-next {right: 4%;bottom: 50%;width: 30px; height: 30px;}
.sw00out .sw-prev {left: 4%;right: auto;bottom: 50%;width: 30px; height: 30px;}
.sw00out .swiper-pagination {right: 4%;bottom: 3%;}
.sw00out .swiper-pagination-current {font-size: 24px;}
}
@media screen and (max-width: 600px) {
.section.sec11 {height: auto!important;}
.sw00out {height: auto;padding-bottom: 41%;}
.sw00out .swiper-pagination {display: none;}
.mouse {bottom: 3%;}
}
.evwz {position: absolute;top: 40%;left: 5%;z-index: 2;margin-top: -126px;-webkit-transition: 1s;transition: 1s;}
.evwz2 {position: absolute;top: 40%;left: 5%;z-index: 2;margin-top: -126px;-webkit-transition: 1s;transition: 1s;}
.evwz3 {position: absolute;top: 20%;left: 0;right: 0; z-index: 2;-webkit-transition: 1s;transition: 1s;}
.evwz3 img{width: 50%!important;display: block; margin: 0 auto;}
@media screen and (max-width: 1400px) {
.evwz {margin-top: -110px;}
}

@media screen and (max-width: 1200px) {
  .evwz img{width: 80%!important;}
  .evwz2{right: 0;}
  .evwz2 img{width: 80%!important;}
}
@media screen and (max-width: 1024px) {
.evwz {margin-top: -90px;}
}
@media screen and (max-width: 750px) {
.evwz,.evwz2  img{width: 62%;}
.evwz2{top: 75%;}
.evwz2 img{width: 60%!important;margin: 0;}
.evwz3 img{width: 75%!important;}
}
@media screen and (max-width: 600px) {
.evwz {margin-top: 0;top: 13%;}
}
/*首页产品展示*/
.pro{width: 100%;margin: 0 auto;background: url(../images/bg.jpg) repeat; padding: 4% 0 0 0 ;}
.show-tit{text-align: center;width: 85%; margin: 0 auto;}
.show-tit:before{content: "";display: inline-block;width: 96px;height: 51px;background: url(../images/tit-fl01.png) no-repeat;vertical-align: middle;}
.show-tit:after{content: "";display: inline-block;width: 96px;height: 51px;background: url(../images/tit-fr01.png) no-repeat;vertical-align: middle;}
.show-tit h2{display: inline-block;color: #2D203B;font-size: 34px;padding: 0 12px;vertical-align: middle; font-weight: bold;}
.show-tit h2 span{display: block;text-transform:uppercase;font-size: 20px;font-weight: normal;}
.show-tit h2 a{display: block;color: #2D203B;line-height: 1.1;text-transform: uppercase;}
.show-tit h2 a:hover{color: #00aa4b;}

.pro ul{width: 85%; margin: 3% auto 0 auto;display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content: center;flex-wrap: wrap;}
.pro li{font-size: 18px; line-height: 55px;border:1px dashed transparent; border-color:#1a8537;border-radius:40px;width: 190px; margin: 0 1% 1% 1%; text-align: center;transition: .5s; }
.pro li a{ color: #333;font-weight: bold;}
.pro li:hover{background:  #1a8537;;}
.pro li:hover a{ color: #fff;}



.product{width: 100%;margin: 0 auto;background: url(../images/bg.jpg) repeat; padding: 4% 0;}
.product .case_cont{overflow: hidden;width:85%; margin: 0 auto; }
.product ul {width:85%; margin: 0 auto;background: #fff; }
.product ul li{position: relative; float: left;width:400px;margin:10px;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product ul li .img{ overflow: hidden;}
.product ul li .img img{ width: 100%;  transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.product ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.product ul li .proText{ padding: 6% 0; transition: .4s;-webkit-transition: .4s; text-align: center;}
.product ul li strong{display: block;font-weight: 700; color: #333333; font-size: 18px; text-align: center;}
.product ul li:hover{background-color:#93c530;}
.product ul li:hover strong{ color: #fff;}

.telproduct{display: none;}

#top_scroll {overflow: hidden;width:85%; margin: 0 auto; padding: 2% 0;background: #fff; }
#top_scroll ul li{position: relative; float: left;width:32.3%;margin:0 .5% 1%;overflow: hidden; border: #f3f3f3 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:nth-child(3n){margin-right: 0;}
#top_scroll ul li .img{width: 100%;object-fit: cover; object-position: center; background: #fff; }
#top_scroll ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;background: #fff;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 12px 0;  transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block;font-weight: bold; color: #333333; font-size:21px;  text-align: center;}
#top_scroll ul li:hover{background-color:#00aa4b;}
#top_scroll ul li:hover strong,#top_scroll ul li:hover .proText i{ color: #fff;}

@media screen and (max-width: 1200px) {
  .pro{width: 100%;}
  .product{width: 95%;}
}

@media (max-width:770px){
  .show-tit:before{width: 50px; height: 27px;background-size: 100%;}
  .show-tit:after{width: 50px; height: 27px;background-size: 100%;}
  .show-tit h2{font-size: 22px;}
  .show-tit h2 span{font-size: 14px;}
  .pro ul{flex-wrap: wrap; width: 95%;}
  .pro li{font-size: 16px; line-height: 25px;border-radius:40px;width: 47%; margin: 1% 1% 1% 1%; }

  .product{display: none;}
  .telproduct{display: block;width: 98%; margin: 0 auto;}
  .telproduct ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
  .telproduct  li{width: 47%; margin: 1%;border: #f3f3f3 1px solid;background-color:#f8f8f8;}
  .telproduct ul li:nth-child(2n){margin-right: 0;}
  .telproduct ul li .img{width: 100%;object-fit: cover; object-position: center; background: #fff;  }
  .telproduct ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
  .telproduct ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
  .telproduct ul li .proText{ padding: 8px 0;  transition: .4s;-webkit-transition: .4s;}
  .telproduct ul li strong{display: block;font-weight: bold; color: #333333; font-size:18px;  text-align: center;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

}



/*首页公司简介*/
.telabout,.telshuzi{display: none;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: #000;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;height: auto;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}

.leitai-index-aboutus {position: relative;}
.leitai-index-aboutus .leitai-content{position: absolute;width:100%;left:0;z-index: 10;bottom: 0;overflow: hidden;}
.leitai-aboutus-top {overflow: hidden;width: 75%;margin: auto;}
.leitai-index-aboutus .leitai-title {float: left;width: 40%;}
.leitai-title{position: relative;overflow: hidden;}
.leitai-title h5{margin: 0;padding:0 ;font-weight: normal;}
.leitai-title h3{margin: 0;padding:0 ;font-weight: normal; font-weight: bold;color: #fff; font-size: 60px;text-transform: uppercase;}
.leitai-title h4{margin: 0;padding:0 ;font-weight: normal; font-weight: bold;color: #fff; font-size: 46px; line-height: 31px;}
.leitai-title .line-1{width: 40px;height:4px;margin: 20px 0;}
.leitai-text{line-height: 31px;opacity: .8; color: #FFF; font-size: 18px;}
.footer_link2 {z-index: 1;position: relative;font-size: 16px;color: #fff;width: 170px; line-height: 58px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);border-bottom: 3px solid #16ad55;display: flex;justify-content: center;flex-direction: column;align-items: center; display: block; margin-top: 30px; text-align:center}
.footer_link2::before {transition: 0.6s;z-index: 1;position: absolute;right: 0;bottom: -3px;content: "";width: 0;height: 3px;background: #fff;}
.footer_link2::after {transition: 0.6s;z-index: -1;position: absolute;left: 0;bottom: 0;content: "";width: 0;height: 100%;background: #16ad55;}
.footer_link2:hover::before,.footer_link2:hover::after{width: 100%;}


.leitai-aboutus-items {float: right;width: 40%;overflow: hidden;}
.leitai-aboutus-item {overflow: hidden;margin-top:30px;position: relative;padding-bottom: 30px;}
.leitai-aboutus-item::after {content: '';width: 100%;height: 1px;opacity: .2;position: absolute;left: 0;bottom: 0;background: #fff;}
.leitai-aboutus-item-title {position: relative;cursor: pointer;font-weight: bold; color: #fff; font-size:21px;}
.leitai-aboutus-item-title i {display: block;width:20px;height: 2px;position: absolute;right: 0;top:50%;margin-top: -1px;background: #0d6e3b}
.leitai-aboutus-item-title i::before {content: '';width: 2px;height: 20px;position: absolute;left: 50%;top:-9px;margin-left: -1px;background: #0d6e3b}
.leitai-aboutus-item-content {display: none;padding-top: 10px;overflow: hidden;line-height: 24px;opacity: .8;color: #fff;font-size: 16px;}
.leitai-aboutus-item.cur .leitai-aboutus-item-title {opacity: 1;}
.leitai-aboutus-item.cur .leitai-aboutus-item-title i::before {display: none;}
.leitai-aboutus-item.cur .leitai-aboutus-item-content {display: block;}
	
.leitai-aboutus-bottom {overflow: hidden;margin-top:10%;position: relative;text-align: center;background: #fff;}
.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width:85%; margin: 0 auto;}
.flexwp {flex-wrap: wrap;-webkit-flex-wrap: wrap;border-top:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.flexbt {-webkit-box-pack: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-justify-content: space-between;}
.brandNum .fbs{width: 22%; margin: 3% 0 3% 0;color: #333; border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);text-align: left;}
.brandNum .fbs:nth-child(1){background:url("../images/a_a.png") no-repeat right 20px center; }
.brandNum .fbs:nth-child(2){background:url("../images/a_b.png") no-repeat right 20px center; }
.brandNum .fbs:nth-child(3){background:url("../images/a_c.png") no-repeat right 20px center; }
.brandNum .fbs:nth-child(4){background:url("../images/a_d.png") no-repeat right 20px center; border-right:none}
.brandNum .fbs .f_16{width: 70%; line-height: 21px;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #16ad55;}
.line1{text-align: left;line-height: 1;}

@media screen and (max-width: 1500px) {
  .leitai-aboutus-top {width: 85%;}
  .flex{width: 95%;}
  .leitai-aboutus-bottom{margin-top: 2%;}
}

@media screen and (max-width: 1200px) {
  .leitai-aboutus-bottom {margin-top: 0%;}
  .leitai-aboutus-top {width: 95%;}
}

@media screen and (max-width: 790px) {
  .leitai-index-aboutus {display: none;}
  .telabout{display: block; width: #00aa4b;}
  .about_box{background-color:#00aa4b;padding:30px 15px;border-top:10px solid #f3f3f3;overflow: hidden;}
.about_box .pub_title h3, .about_box .pub_title p{color:#fff;opacity:1;}
.about_box .infomation{padding:15px 0;}
.about_box .infomation, .about_box .infomation p{font-size:14px;line-height:24px;color:#fff;}
.about_box .pub_more a{color:#fff;border-color:#fff;margin:0;background:url(../images/more_fff.png) 140px center/11% no-repeat;}

.telshuzi{display: block;width: 100%; }

.brandNum .fbs{width: 49%; background: none!important; text-align: center;}
.brandNum .fbs:nth-child(2n){border-right:none}
.brandNum .fbs .f_16{width: 100%;}
.line1{text-align: center;}

}

/*fuwu */
.adv{width: 85%; margin: 4% auto;}
.adv .adv_tit{font-size: 33px;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.adv_tit h2{font-size: 43px; color: #333; font-weight: bold;}
.adv_tit h2 em{display: block;font-size: 18px; font-weight: 200; }
.adv_tit h2 em:before{ content: ""; width: 80px; height: 5px; background: #00aa4b; display: block; margin: 10px 0;}
.adv_tit .PubLink{margin-top:4%;}
.PubLink {display: inline-block;color:#fff;width: 100px;line-height: 45px;height: 45px;text-align: center;font-family:  Times New Roman;font-size: 15px; background: #00aa4b; padding: 0px 30px; border-radius: 50px}
.PubLink:hover {background: #000;color: #fff;}

.adv ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;width: 100%; margin-top: 5%; position: relative;}
.adv li{width: 25%;background:#f5f5f5; position: relative; margin: 0 5px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.adv .adv_img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;overflow: hidden; transition: .5s; }
.adv .adv_img img{width: 100%;}
.adv .adv_cont{background: #00aa4b; color: #fff; padding: 4%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;height: 140px;}
.adv .adv_cont p{ font-size: 16px; line-height: 31px; padding: 10px 20px;} 
.adv .adv_cont p strong{font-size: 25px; display: block ; margin-bottom: 10px;}

@media screen and (max-width:1200px){
  .adv{width: 95%;}
  .adv_tit .PubLink{margin-top: 6%;}
}

@media screen and (max-width: 790px) {
  .adv{display: none;}
  .adv_tit h2{font-size: 27px;}
  .adv_tit h2 em{font-size: 15px; line-height: 27px;}
  .adv_tit h2 em:before{width: 50px; height: 5px;margin: 5px 0;}
  .adv_tit .PubLink{display: none;}

  .adv ul{flex-wrap: wrap;}
  .adv li{width: 46%;}
  .adv .adv_cont{padding: 1%; height: 175px;}
  .adv .adv_cont p{font-size: 14px; line-height: 21px; padding:15px 0 0 0;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;}
  .adv .adv_cont p strong{font-size: 18px;display: block;text-align: center;}
  
}

/*销售网络*/
.homemap{width: 100%; background: #f2f2f2; padding: 3% 0;}
.homemap .s_width{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;;}
.homemap .homemap_l{width:40%;padding-top: 4%;}
.homemap .homemap_l h2{font-weight: bold;font-size:52px; color: #333;}
.homemap .homemap_l h2 em{color: #00aa4b;}
.homemap .homemap_l h3{font-weight: bold;font-size:40px; color: #333;line-height: 40px;}
.homemap .homemap_l p{margin-top: 4%; font-size: 18px; line-height: 31px;;}
.homemap .homemap_r{width:57%;}
.homemap .homemap_r img{width: 100%;}

@media screen and (max-width:1300px){
  .homemap .s_width{width: 95%;}
  .homemap .homemap_l h2 {font-size: 46px;}
}

@media screen and (max-width: 790px) {
  .homemap .s_width{width: 98%; display: block;}
  .homemap .homemap_l{width:100%;}
  .homemap .homemap_l h2 {font-size: 30px;}
  .homemap .homemap_l h3 {font-size: 34px;}
  .homemap .homemap_r{width:100%;}
}

/*首页视频*/
.homevideo{width: 100%; padding: 4% 0 0 0; margin: 0 auto; }
.sw11out {position: relative;width: 100%;margin-top: 56px;}
#sw11 {height: 654px;overflow: hidden;}
#sw11 .swiper-slide {width: /* 1120px */;overflow: hidden; width: 100%;}
.sw11out .swiper-pagination {left: 0;bottom: 85px;width: 100%;font-size: 0;}
.sw11out .swiper-pagination-bullet {width: 12px;height: 12px;margin: 0 14px;background-color: #bfbfbf;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw11out .swiper-pagination-bullet-active {background-color: #14ae67;}
.sw11out .sw-next,.sw11out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;background-color: #bfbfbf;}
.sw11out .sw-prev {left: 10%;background: url('../images/lt1.png') center no-repeat;}
.sw11out .sw-next {right: 10%;background: url('../images/gt1.png') center no-repeat;}
.sw11out .sw-prev:hover,.sw11out .sw-next:hover {background-color: #14ae67;}
#sw11 .swiper-slide a {display: block;position: relative;width: 100%;height: 100%;}
#sw11 .swiper-slide .pic {width: 100%;height: 660px;font-size: 0;line-height: 600px;background-color: #000;overflow: hidden;}
#sw11 .swiper-slide .video {width: 100%;height: 100%;opacity: 0.9;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
#sw11 .swiper-slide .video video{width: 100%; height: 100%;}
#sw11 .swiper-slide-active img {opacity: 1;}
#sw11 .wz {width: 100%;margin-top: 24px;}
#sw11 h3 {font-size: 20px;color: #333;line-height: 30px;font-weight: 500; text-align: center;opacity: 0;width: 100%;height: 30px;overflow: hidden;-webkit-transition: 0.5s;transition: 0.5s;padding: 0 10px;-webkit-box-sizing: border-box;
box-sizing: border-box;}
#sw11 .swiper-slide-active h3 {opacity: 1;}
@media screen and (max-width: 960px) {
#sw11 .swiper-slide {width: 100%;}
}

@media screen and (max-width: 790px) {
  
#sw11 {height: 250px;}
#sw11 .swiper-slide .pic {height: 500px;line-height: 500px;}
.sw11out .sw-prev {left: 5%;}
.sw11out .sw-next {right: 5%;}
.sw11out .swiper-pagination {bottom: 0;}
}

/*首页*/
.telbanner,.tel_nav,.telbanner video{display: none;}
.flex{width: 85%; margin: 0 auto;display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;}
#sw000 {width: 100%;height: 90vh; margin: 4% auto 0 auto;}
#homeBanner{width:100%;height:100%;overflow:hidden;z-index:2;background: url('../images/videoBg.jpg') center no-repeat; position: relative;}
#homeBanner .homeBanner_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; opacity: 1; background: url('../images/videoBg.jpg') center no-repeat; }
#homeBanner .homeBanner_bg>img{width:100%;height:100%;object-fit:cover;}

#homeBanner .homeBanner_cnt{position:absolute;top:0;align-items:center;justify-content:center;z-index:2;height:100%; text-align: center; color: #fff;}
#homeBanner .homeBanner_h{font-size:2.5vw;line-height:2.5vw;font-weight:bold;letter-spacing:.6vw;text-shadow:rgba(0,0,0,.4) 8px 10px 12px;-webkit-text-shadow:rgba(0,0,0,.5) 8px 10px 12px;}
#homeBanner .homeBanner_p{font-size:18px;text-transform:uppercase;margin-top:1.4vw;margin-bottom:1vw;letter-spacing:.2vw;}

#homeBanner .mouse-of{position:absolute;left:50%;bottom:4vw;width:24px;height:40px;border-radius:40px;-webkit-border-radius:40px;
border:2px solid rgba(255,255,255,.8);margin-left:-20px;z-index:50;overflow:hidden;}
#homeBanner .mouse-of>i{position:absolute;width:3px;height:9px;left:50%;margin-left:-1.5px;top:2px;
-webkit-animation: mouseof 1.5s ease-out infinite;animation: mouseof 1.5s ease-out infinite;}
@keyframes mouseof{
0%{top:-9px;opacity:1;-webkit-opacity:1;}
100%{top:100%;opacity:0;-webkit-opacity:0;}
}
@-webkit-keyframes mouseof{
0%{top:-9px;opacity:1;-webkit-opacity:1;}
100%{top:100%;opacity:0;-webkit-opacity:0;}
}
#homeBanner .banner_bubble{width:6vw;height:6vw;position:absolute;left:50%;bottom:3vw;margin-left:-3vw;z-index:15;}
#homeBanner .swiper-slide{overflow:hidden;}
#homeBanner #video_open{width:100%;height:100%;}
#homeBanner .homeBanner_switch{background:rgba(0,0,0,.7);width:90px;height:90px;line-height:90px;}
#homeBanner .homeBanner_switch i{font-size:24px;margin:20px;}
#homeBanner .homeBanner_switch.swiper-button-prev{left:-30px;}
#homeBanner .homeBanner_switch.swiper-button-next{right:-30px;}


.pcvideo{ width:100%;  height:750px;overflow:hidden; margin: 0 auto; position: relative; background: #000;}
.pcvideo div{ width:100%; height:100%; background:rgba(0,0,0,0.2); position:absolute; left:0; top:0; z-index:1;transition: all 0.3s;}
.pcvideo img{ width:100%; position: absolute; left: 0; right: 0; }
.pcvideo  i{ font-size:50px; position:absolute; display:block; left:48%; top:42%; width:86px; margin:0 0 0 -30px; height:86px; z-index:5;  color:rgba(255, 255, 255, 1); font-style:normal;}
.video-box {position: relative;padding-top: 39%;overflow: hidden;}
.video-box video {position: absolute;left: 50%;margin-left:-40%;top: 0;width: 80%;height: 80%;-o-object-fit: cover;object-fit: cover;}
.icon-play {}
.index-video {position: fixed; z-index:999999999999999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);display: none;}
.index-video .x-btn {top: 5%;right: 5%;}
.index-video-wrap {z-index: 30;}
.search-close { width:60px; height:60px; cursor: pointer; transition:.4s all; display:block; position:absolute; right:0; top:0;}
.search-close:hover {  color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); }
.x-btn {position: absolute;width: 75px;height: 75px;line-height: 75px;text-align: center;color: #fff;background-color: ;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: 0.3s;-o-transition: 0.3s;
transition: 0.3s;font-size: 24px;z-index: 50;transition:.4s all;}
.x-btn:hover {transform: rotate(360deg); -webkit-transform: rotate(360deg);color: #fff;}



@media screen and (max-width:750px){
  #homeBanner{display: none;}
  .section.sec11{height: 240px;}
  .telbanner{display: block;width: 100%; height: 95%;background: url('../images/telvideo.jpg') no-repeat center top;background-size: 100%;}
  .telbanner video{height: 100%;width: 100%;}
  .flex {flex-wrap: wrap;width: 95%;}
  .pcvideo{height: 250px;}
  .video-box video {width: 100%; height: auto;top: 30%; left: 0; margin-left: 0;}
}


/*合作单位*/
.home_liuyan{ width:100%;padding:4% 0 0 0; clear:both; position:relative;background: url(../images/homefivebg.jpg) repeat; height: 400px;  }
.home_liuyan:after{content:'';position:absolute;left:0px;right:0px;top:33px;bottom:0px;background:url(../images/homefivebg02.png) no-repeat center center;background-size:100%;}
.home_liuyan .s_width{ width:80%; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; position: absolute;left: 50%; margin-left: -40%; z-index: 10; }
.home_liuyan .container{position:relative; z-index:2; }
.home_liuyan .liuyan_l{ width:67%; padding-top:35px; }
.home_liuyan .liuyan_l h2{ font-size:52px; color: #000; font-weight: bold;}
.home_liuyan .liuyan_l a{clear:both;width: 380px;display:block;margin:25px 0px;text-align:center;color:#fff;height:58px;line-height:58px;border-radius:50px;background-color:#00a84c;background-image:linear-gradient(90deg, #00a84c 30%, #04853e 50%, #00a84c);background-position:left center;background-size:200% 100%;background-repeat:no-repeat;transition:background-position .6s ease;cursor:pointer;margin-top: 50px; font-size:16px;}
.home_liuyan .liuyan_l a:hover{background-position:right center;}
.home_liuyan .liuyan_r{ position:relative; width:24%; padding:20px; background:#fff; box-shadow:-4px 4px 8px rgba(0, 0, 0, 0.1); }
.home_liuyan .liuyan_r h4{ font-size:20px;text-align: center;clear: both;line-height: 1;color: #1c1c1c;font-weight: bold;}
.home_liuyan .liuyan_r .liuyan_r_cont{ margin-top:18px;}
.layui-form-item{padding: 0 3px;float: left; width:100%;overflow: hidden;margin: 0 23px 0 0;border:none;font-size: 16px;color: #666;line-height: 50px;}
.layui-input{background: url(../images/dh.png) no-repeat 5px 7px; margin-bottom:15px;border: 1px solid #ececec; line-height: 35px; width: 85%; padding-left: 35px;}
.layui-textarea{width: 85%; display:block; background: url(../images/ben.png) no-repeat 5px 13px; border: 1px solid #ececec; line-height: 35px; padding-left: 35px;font-family: -webkit-body;}
.layui-btn{ display:block; background: #000; color:#fff;width: 85%;  text-transform: uppercase;  line-height: 35px; border:0!important; margin:15px auto 0 auto;}
.layui-btn-primary,.box_title{display: none;}
.layui-form-label{display: none;}

@media (max-width:770px){
	.hezuo{height: 13rem;}
	.hezuo_tit h2{line-height: 0.8rem;padding-top: 0.8rem; color: #fff; font-size:0.7rem;}
	.hezuo_tit p{margin-top: 0.2rem;}
	.hezuo li{ width: 4.1rem; margin:0.1rem 0.2rem;}
	.home_liuyan{height: 8rem; margin-bottom: 2rem;}
	.home_liuyan .s_width{display: block; width: 95%; margin: 0 auto; position: relative;left: 0;}
	.home_liuyan .liuyan_l,.home_liuyan .liuyan_r h4{display: none;}
	.home_liuyan .liuyan_r{width: 100%; background: none;box-shadow:none; padding: 0;}
}



/*内页合作案例*/
.huoout {padding: 200px 0 96px;}
.huoout:before {content: "";position: fixed;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: url('../images/huobg.jpg') bottom / cover no-repeat;}
.huoout .cer9{width: 90%; margin: 0 auto;}
.huoout h2.btitle {font-size: 42px;color: #fff;line-height: 66px;text-align: center;height: 66px;overflow: hidden;}
.huocon {margin: 30px auto 62px;font-size: 16px;color: #c8c8c8;line-height: 36px;max-width: 900px;text-align: center;}
.huocon img {max-width: 100%;}
.huobtn {display: block;width: 62px;height: 32px;padding-left: 48px;margin: 0 auto;font-size: 14px;color: #a9a9a9;line-height: 32px;position: relative;}
.huobtn i {position: absolute;left: 0;top: 0;z-index: 1;width: 32px;height: 32px;}
.huobtn:hover i {-webkit-animation: rotate360 2s linear infinite;animation: rotate360 2s linear infinite;}
.huobtn.finish {padding-left: 0;}
.huobtn.finish i {width: 0;opacity: 0;}
.kehulist {padding: 2px 0 60px;overflow: hidden;margin: 0 auto;width: 80%;}
.kehulist li {float: left;width: 19.66%;margin: 10px 0;}
.kehulist li .lin {padding: 0 12px;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;}
.kehulist .pic {width: 100%;height: 120px;overflow: hidden;font-size: 0;line-height: 120px;}
.kehulist img {max-width: 75%;max-height: 90%; }
.kehulist li:hover a {
-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);
}
@media screen and (max-width: 1400px) {
.kehulist li {width: 20%;}
}
@media screen and (max-width: 1200px) {
.kehulist li {width: 25%;}
}
@media screen and (max-width: 900px) {
.kehulist li {width: 33.33%;}
.huoout h2.btitle {font-size: 36px;}
.huocon {line-height: 30px;}
}
@media screen and (max-width: 750px) {
.huoout .cer9{width: 95%; }
.huoout h2.btitle {font-size: 22px;}
.huocon {margin: 10px auto 15px;line-height: 31px;max-width: 90%;text-align: center;}
.kehulist .pic {height: 78px;line-height: 78px;}
.huoout {padding:0.7rem 0;}
.kehulist li {width: 50%;}
}



.fhuoban {width: 100%;}
.zuopinone {position: relative;width: 100%;margin: 36px auto 0;padding: 0 0;}
.sw22 {overflow: hidden;}
.sw22 .swiper-slide {width: 210px;padding: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.sw22 .swiper-slide .pic {width: 100%;height: 90px;overflow: hidden;margin-top: 22px;position: relative;font-size: 0;text-align: center;line-height: 90px;border-radius: 10px;background-color: transparent;-webkit-transition: 0.4s;
transition: 0.4s;}
.sw22 .swiper-slide .pic:first-child {margin-top: 0;}
.sw22 .swiper-slide img {max-width: 90%;max-height: 90%;-webkit-transition: 0.4s;transition: 0.4s;-webkit-filter: grayscale(100%);  filter: grayscale(100%);}
.sw22 .swiper-slide .pic:hover {background-color: #fff;-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.sw22 .swiper-slide .pic:hover img {-webkit-transform: scale(1.1);  transform: scale(1.1);-webkit-filter: grayscale(0%);  filter: grayscale(0%);}
.sw22 .pic:before {content: "";position: absolute;left: 0px;top: 0px;right: 10px;bottom: 10px;z-index: 2;border: 4px solid transparent;display: none;}

.zuopinone .swiper-button-prev,.zuopinone .swiper-button-next {width: 30px;height: 60px;border-radius: 5px;margin-top: -30px;background-color: #ddd;color: #2f66d8;-webkit-transition: 0.4s;
transition: 0.4s;}
.zuopinone .swiper-button-prev {left: 0;}
.zuopinone .swiper-button-next {right: 0;}
.zuopinone .swiper-button-prev:hover {background-color: #2f66d8;color: #fff;}
.zuopinone .swiper-button-next:hover {background-color: #2f66d8;color: #fff;}
.zuopinone .swiper-button-prev:after,.zuopinone .swiper-button-next:after {font-size: 30px;}
.sw22 .swiper-pagination {bottom: 0;}
.sw22 .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 10px;background-color: #ececec;outline: 0 none;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;border-radius: 50%;}
.sw22 .swiper-pagination-bullet-active {background-color: #203b6e;}
@media screen and (max-width: 750px) {
.zuopinone .swiper-button-prev,.zuopinone .swiper-button-next {width: 20px;height: 40px;margin-top: -20px;}
.zuopinone .swiper-button-prev:after,.zuopinone .swiper-button-next:after {font-size: 16px;}
}

.fcate1 {position: relative;padding-top: 14px;text-align: center;}
.fcate1 .cn {font-size: 48px;color: #333;line-height: 60px;position: relative;z-index: 1;}
.fcate1 .enp {font-size: 0;position: absolute;left: 0;top: 0;z-index: 0;width: 100%;}
.fcate1 .enp img {vertical-align: top;}
@media screen and (max-width: 1023px) {
.fcate1 .cn {font-size: 32px;line-height: 50px;}
}
.fbtl {
position: relative;
}
.fcate2 {
float: left;
position: relative;
padding-top: 14px;
}
.fcate2 .cn {
font-size: 48px;
color: #8ec31f;
line-height: 60px;
position: relative;
z-index: 1;
}
.fcate2 .enp {
font-size: 0;
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.fcate2 .enp img {
vertical-align: top;
}
.ferji {
float: right;
margin-top: 30px;
font-size: 0;
white-space: nowrap;
}
.ferji a {
display: inline-block;
position: relative;
margin-left: 120px;
overflow: hidden;
height: 40px;
font-size: 20px;
color: #111;
line-height: 40px;
text-align: center;
}
.ferji a:before {content: '';position: absolute;left: 100%;bottom: 7px;z-index: 0;width: 0;height: 1px;background-color: #8ec31f;-webkit-transition: .3s;transition: .3s;}
.ferji a:first-child {margin-left: 0;}
.ferji a:hover {color: #8ec31f;}
.ferji a:hover:before {width: 100%;left: 0;-webkit-transition: width 0.3s;transition: width 0.3s;}
.ferji a.on {color: #8ec31f;}
.ferji a.on:before {width: 100%;left: 0;}
@media screen and (max-width: 1023px) {
.fcate2 .cn {  font-size: 32px;  line-height: 50px;}
}
@media screen and (max-width: 750px) {
.fcate2 {  width: 100%;  text-align: center;}
.fcate2 .enp {  width: 100%;}
.ferji {  width: 100%;  text-align: center;}
.ferji a {  font-size: 18px;  margin-left: 60px;}
}
.fnews {width: 100%;background:url(../images/news.jpg) no-repeat center top; padding:3% 0 5% 0; margin: 0 auto 0 auto;}
.fnewslist {overflow: hidden;text-align: center;font-size: 0;margin-top: 62px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;
justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.fnewslist li {width: 432px;max-width: 31%;}
.fnewslist li .inner {text-align: left;}
.hot {position: relative;border-bottom: 3px solid #f8f8f8;-webkit-transition: 0.5s;transition: 0.5s;}
.hot .pic {width: 100%;height: 262px;overflow: hidden;position: relative;}
.hot .pic img {width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;}
.hot .wz {padding: 36px 30px 30px;background-color: #f8f8f8;}
.hot h3 {font-size: 20px;color: #111;line-height: 32px;height: 32px;overflow: hidden;-webkit-transition: 0.5s;transition: 0.5s;}
.hot p {font-size: 16px;color: #666;line-height: 32px;overflow: hidden;height: 64px;margin-top: 5px;}
.hot .date {font-size: 16px;color: #999;line-height: 28px;overflow: hidden;height: 28px;margin-top: 25px;}
.fnewslist li:hover .hot h3 {color: #8ec31f;}
.fnewslist li:hover .hot {border-bottom-color: #8ec31f;}
.hot .pic:after {content: '';position: absolute;width: 100%;height: 100%;left: 0;right: 0;z-index: 5;}
.fnewslist li:hover .hot .pic:after {-webkit-animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;    animation: gradient-rectangle 1s cubic-bezier(0, 0, 0.18, 0.96) 1;}
@-webkit-keyframes gradient-rectangle {
0% {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
100% {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 0;
}
}
@keyframes gradient-rectangle {
0% {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
100% {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 0;
}
}
@media screen and (max-width: 1023px) {
.fnewslist {
  margin-top: 30px;
}
.fnewslist li {
  max-width: 48%;
  margin-top: 30px;
}
.fnewslist li:last-child {
  display: list-item;
}
}
@media screen and (max-width: 700px) {
.fnewslist li {
  width: 100%;
  max-width: 100%;
}
}
.fhangye {
width: 100%;
height: 100%;
}
.fhangye .cer8 {
height: 100%;
position: relative;
}
.fcate4 {
position: absolute;
left: 8%;
top: 50%;
margin-top: -260px;
z-index: 20;
padding-top: 10px;
pointer-events: none;
}
.fcate4 .cn {
font-size: 48px;
color: #fff;
line-height: 60px;
position: relative;
z-index: 1;
}
.fcate4 .enp {font-size: 0;position: absolute;left: 0;top: 0;z-index: 0;}
.fcate4 .enp img {vertical-align: top;}
@media screen and (max-width: 1023px) {
.fhangye {  padding-top: 80px;  -webkit-box-sizing: border-box;          box-sizing: border-box;}
.fcate4 {  width: 100%;  text-align: center;  position: relative;  left: 0;  top: 0;  margin-top: 0;}
.fcate4 .cn {  font-size: 32px;  line-height: 50px;}
.fcate4 .enp {  width: 100%;}
}
.peijianlist {font-size: 0;text-align: center;position: absolute;left: 8%;right: 8%;bottom: 0;z-index: 2;}
.peijianlist li {
display: inline-block;
width: 12.5%;
vertical-align: top;
}
.peijianlist li a {
display: block;
position: relative;
width: 100%;
padding-top: 42px;
padding-bottom: 42px;
background-color: rgba(37, 42, 45, 0.3);
}
.peijianlist li a:before {
content: '';
position: absolute;
left: 0;
top: 0;
z-index: 0;
width: 1px;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
}
.peijianlist li:first-child a:before {
display: none;
}
.peijianlist .pic {
width: 100%;
overflow: hidden;
font-size: 0;
line-height: 58px;
height: 58px;
}
.peijianlist img {
max-width: 100%;
max-height: 100%;
}
.peijianlist li h3 {
font-size: 20px;
color: #fff;
line-height: 36px;
width: 100%;
height: 36px;
overflow: hidden;
-webkit-transition: .3s;
transition: .3s;
}
.peijianlist li:hover a {
background-color: rgba(16, 124, 201, 0.2);
}
.peijianlist li.on a {
background-color: #107cc9;
}
.peijianlist2 {
font-size: 0;
position: absolute;
left: 8%;
top: 50%;
z-index: 2;
width: 720px;
max-width: 80%;
margin-top: -90px;
pointer-events: none;
}
.peijianlist2 li {
position: absolute;
z-index: 0;
width: 100%;
opacity: 0;
-webkit-transform: translateX(60px);
        transform: translateX(60px);
}
.peijianlist2 li h3 {
font-size: 36px;
color: #fff;
line-height: 48px;
height: 48px;
overflow: hidden;
}
.peijianlist2 li .hx {
width: 100%;
height: 1px;
position: relative;
margin: 21px 0 31px;
background-color: rgba(255, 255, 255, 0.2);
}
.peijianlist2 li .hx:before {
content: '';
position: absolute;
left: 0;
top: -1px;
z-index: 0;
width: 30px;
height: 3px;
background-color: #fff;
}
.peijianlist2 li .txt {
font-size: 18px;
color: #fff;
line-height: 32px;
max-height: 96px;
overflow: hidden;
margin-bottom: 38px;
}
.peijianlist2 li .hymore {
display: block;
width: 150px;
height: 48px;
background-color: #107cc9;
position: relative;
font-size: 16px;
color: #fff;
line-height: 48px;
text-align: center;
overflow: hidden;
pointer-events: auto;
}
.peijianlist2 li.on {
z-index: 2;
opacity: 1;
-webkit-transform: translateX(0px);
        transform: translateX(0px);
-webkit-transition: .5s;
transition: .5s;
}
@media screen and (max-width: 1023px) {
.peijianlist {
  left: 0;
  right: 0;
}
.peijianlist li {
  width: 25%;
}
.peijianlist li a {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.peijianlist li h3 {
  font-size: 16px;
}
.peijianlist2 {
  width: 90%;
  max-width: 90%;
}
.peijianlist2 {
  position: relative;
  left: 5%;
  top: 0;
  margin-top: 80px;
}
}
@media screen and (max-width: 750px) {
.peijianlist2 li h3 {
  font-size: 28px;
  line-height: 40px;
  height: 40px;
}
.peijianlist2 li .txt {
  font-size: 16px;
}
}
.cvbanner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
}
.sw02out {
position: relative;
width: 100%;
height: 100%;
}
.sw02 {
height: 100%;
}
.sw02 .swiper-slide {
overflow: hidden;
}
.sw02 .swiper-slide .swiper-inner {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.sw02 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
    object-fit: cover;
-o-object-position: 75% 50%;
    object-position: 75% 50%;
}
.fhangye .swiper-pagination02 {
font-size: 24px;
color: #fff;
line-height: 52px;
text-align: center;
width: 140px;
height: 52px;
margin-right: 52px;
margin-top: 36px;
pointer-events: none;
position: absolute;
left: auto;
bottom: auto;
right: 8%;
top: 50%;
z-index: 10;
}
.swiper-pagination02 .swiper-pagination-current {
font-size: 36px;
margin-right: 10px;
}
.swiper-pagination02 .swiper-pagination-total {
font-size: 24px;
}
.sw-next02,
.sw-prev02 {
position: absolute;
right: 8%;
top: 50%;
z-index: 11;
width: 50px;
height: 50px;
margin-top: 36px;
font-size: 0;
border-radius: 50%;
text-align: center;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.sw-prev02 {
background: url('../images/lt1.png') center no-repeat;
margin-right: 192px;
}
.sw-next02 {
background: url('../images/gt1.png') center no-repeat;
}
.sw-prev02:hover,
.sw-next02:hover {
background-color: rgba(16, 124, 201, 0.9);
}
@media screen and (max-width: 1023px) {
.fhangye .swiper-pagination02,
.sw-next02 {
  right: 5%;
  top: auto;
  bottom: 220px;
  margin-top: 0;
}
.sw-prev02 {
  left: 5%;
  right: auto;
  top: auto;
  bottom: 220px;
  margin-top: 0;
  margin-right: 0;
}
.fhangye .swiper-pagination02 {
  right: 50%;
  margin-right: -70px;
}
.swiper-pagination02 .swiper-pagination-current {
  font-size: 24px;
}
}
.cvbanner .pagination {
position: absolute;
left: 6.25%;
top: 50%;
margin-top: 100px;
z-index: 20;
height: 2px;
font-size: 0;
}
.cvbanner .pagination .btn {
display: inline-block;
position: relative;
cursor: pointer;
width: 30px;
height: 2px;
margin-right: 10px;
background-color: rgba(255, 255, 255, 0.4);
}
.cvbanner .pagination .btn:before {
content: " ";
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 0;
height: 2px;
background-color: #fff;
}
.cvbanner .pagination .btn.on:before {
-webkit-transition: linear 4s;
transition: linear 4s;
width: 100%;
}
.ctrbox {
position: absolute;
right: 6.25%;
bottom: 148px;
z-index: 20;
margin-left: 380px;
font-size: 0;
}
.ctrbox .ctr {
display: block;
width: 42px;
height: 42px;
z-index: 11;
font-size: 0;
border-radius: 5px;
text-align: center;
cursor: pointer;
}
.ctrbox .ctr.prev {
background: url('../images/lt2.png') center no-repeat;
}
.ctrbox .ctr.next {
background: url('../images/gt2.png') center no-repeat;
margin-top: 24px;
}
.ctrbox .ctr.prev:hover,
.ctrbox .ctr.next:hover {
background-color: rgba(241, 131, 0, 0.6);
-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 750px) {
.ctrbox {
  right: 4%;
  bottom: 84px;
}
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: auto!important;
left: 50px;
}
.swiper-pagination000 .swiper-pagination-bullet {
position: relative;
width: 17px;
height: 17px;
opacity: 1;
margin: 11px 0!important;
border: 1px solid transparent;
outline: 0 none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: transparent;
}
.swiper-pagination000 .swiper-pagination-bullet:before {
content: '';
position: absolute;
left: 7px;
top: 7px;
z-index: 0;
width: 3px;
height: 3px;
background-color: #999;
border-radius: 2px;
}
.swiper-pagination000 .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #999;
}
.swiper-pagination000.white .swiper-pagination-bullet:before {
background-color: #fff;
}
.swiper-pagination000.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
border-color: #fff;
}
.swiper-num000 {
position: absolute;
height: 24px;
left: 50px;
top: 50%;
z-index: 10;
color: #999;
line-height: 24px;
font-size: 14px;
margin-top: -190px;
pointer-events: none;
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
-webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
}
.swiper-num000 span {
display: inline-block;
}
.swiper-num000.white {
color: #fff;
}
.swiper-num000 .active {
font-size: 20px;
margin-right: 6px;
}
.swiper-num000 .total {
font-size: 14px;
margin-left: 4px;
}

.section {overflow: hidden;background-color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;}
.seccontent {margin: auto 0;position: relative;z-index: 2;width: 100%;}
.sec-auto-height.swiper-slide {height: auto !important;}
.sec13 {background-color: #2f66d8;}
.secbg {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;}
.secbg12 {background: url('../images/aboutbg.jpg') right no-repeat;background-attachment: fixed; background-size: cover;}
.secbg15 {background: #ffffff url('../images/fhuobg.jpg') bottom no-repeat;}
/*height: ~"-moz-calc(100% - 60px)";
  height: ~"-webkit-calc(100% - 60px)";
  height: ~"calc(100% - 60px)";*/
/*.secbg12{animation: pagebgfd1 6s ease infinite alternate;}*/
@-webkit-keyframes pagebgfd1 {
0% {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
100% {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
}
@keyframes pagebgfd1 {
0% {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
100% {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
}
@media screen and (max-width: 1440px) {
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 24px;
}
.swiper-num000 {
  left: 24px;
}
}
@media screen and (max-width: 1023px) {
#sw000 {
  height: auto;
}
#sw000 > .swiper-wrapper {
  display: block;
}
.section {  height: auto;  padding:  0;}
.section.sec13 {  height: 90vh;  padding: 0;}
.section.sec17 {  padding: 0;}
.seccontent {
  top: 0;
}
.sec15 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.swiper-num000 {
  display: none;
}
}

.abmore {display: block;width: 150px;height: 48px;background-color: #90d229;position: relative;font-size: 16px;color: #fff;line-height: 48px;text-align: center;overflow: hidden;margin-top: 96px;}

@media screen and (max-width: 1023px) {
.fcate5 {  text-align: center;}
.abmore {  margin: 50px auto 0;}


.fcate5 .cn {  font-size: 32px;  line-height: 50px;}
.fcate5 .cn2 {  font-size: 18px;  line-height: 34px;}
}

@-webkit-keyframes lightflash {
0% {  left: -100%;}
40%,100% {  left: 100%;}
}
@keyframes lightflash {
0% {  left: -100%;}
40%,100% {  left: 100%;}
}
.fcate3 {position: relative;padding-top: 16px;pointer-events: none;}
.fcate3 .cn {font-size: 48px;color: #00aa4b;line-height: 60px;position: relative;z-index: 1;}
.fcate3 .enp {font-size: 0;position: absolute;left: 0;top: 0;z-index: 0;}
.fcate3 .enp img {vertical-align: top;}
.fyanout {width: 100%;padding: 4% 0;}
.fyanout .cer80 {position: relative;z-index: 5;height: 100%;}
.fyan {width: 100%;height: 100%; position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;-webkit-box-pack: justify;    -ms-flex-pack: justify;
        justify-content: space-between;-webkit-box-align: center;    -ms-flex-align: center;        align-items: center;}
.fyanpicbg {width: 41%;height: 780px;position: relative;font-size: 0;text-align: center;-ms-flex-item-align: end;align-self: flex-end;}
.fyanpicbg > img {max-width: 100%;-o-object-fit: cover;object-fit: cover;}
.fyanother {width: 40%;padding-top: 60px;}
.fyanother {width: 40%;padding-top: 60px;}
.fyanother .intro {font-size: 16px;color: #666;line-height: 28px;text-align: justify;margin-top: 56px;}
.fyanother .intro dd {  padding-left: 36px;  background: url('../images/dot1.png') 0 4px no-repeat;  margin-top: 30px;}
.fyfmore {display: block;width: 150px;height: 48px;background-color: #00aa4b;position: relative;font-size: 16px;color: #fff;line-height: 48px;text-align: center;overflow: hidden;margin-top: 96px;}
.guolist3 {overflow: hidden;text-align: center;width: 108%;background: url('../images/yf_b.jpg') center / cover no-repeat;position: absolute;right: 19%;bottom: 0;z-index: 1;}
.guolist3 li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding: 65px 0 75px;}
.guolist3 li a {display: block;}
.guolist3 h3 {font-size: 0;line-height: 68px;height: 68px;}
.guolist3 h3 span {display: inline-block;font-size: 62px;color: #fff;font-weight: bold;height: 100%;margin-right: 8px;}
.guolist3 h3 s {font-size: 16px;color: #107cc9;font-weight: bold;text-decoration: none;display: inline-block;vertical-align: text-bottom;width: 32px;height: 32px;border-radius: 50%;background-color: #fff;
text-align: center;line-height: 32px;}
.guolist3 .txt {font-size: 16px;color: #fff;line-height: 20px;}
@media screen and (max-width: 1440px) {
.fyanother {  width: 50%;  padding-top: 0;}
.fyfmore {  margin-top: 56px;}
.fyanpicbg {  height: auto;  -ms-flex-item-align: center;      align-self: center;}
.fyanpicbg > img {  display: none;}
.guolist3 {  position: relative;  right: 0;  width: 100%;}
.guolist3 h3 span {  font-size: 50px;}
}
@media screen and (max-width: 1023px) {
.fyanpicbg {  width: 100%;}
.fyanother {  width: 100%;  margin-bottom: 50px;  padding-top: 0;}
.fcate3 {  width: 100%;  text-align: center;}
.fcate3 .cn {  font-size: 32px;  line-height: 50px;}
.fcate3 .enp {  width: 100%;}
.fyfmore {  margin: 50px auto 0;}
.fyanother .intro {margin-top: 10px;}
.guolist3 li {  padding: 40px 0;}
}
@media screen and (max-width: 750px) {
.guolist3 h3 span {  font-size: 36px;}
}
/*内页*/
.prolist-out {padding: 100px 0;}
@media screen and (max-width: 1440px) {
.prolist-out {  padding: 120px 0;}
}
@media screen and (max-width: 1023px) {
.prolist-out {  padding: 100px 0;}
}
@media screen and (max-width: 750px) {
.prolist-out {  padding: 80px 0;}
}
.prolist {padding: 0px 0 4px;margin: 0 -12px;overflow: hidden;}
.prolist li {float: left;width: 31%;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);margin: 0 10px 31px 10px;}
.prolist li .lin {padding: 0 12px;}
.prolist li a {display: block;position: relative;}
.prolist li a:after {left: 100%;position: absolute;bottom: 0;content: " ";width: 0;z-index: 2;border-bottom: 2px solid #00aa4b;-webkit-transition: .5s;transition: .5s; background: #00aa4b;}
.prolist li:hover a:after {width: 100%;left: 0;-webkit-transition: width 0.5s;transition: width 0.5s;}
.prolist .pic {width: 100%;height: 0;padding-bottom:75%;position: relative;}
.prolist img {position: absolute;z-index: 1;left: 0;top: 0;-o-object-fit: cover;    object-fit: cover;}
.prolist li .wz {padding: 20px 24px;border-bottom: 1px solid #ddd;position: relative; background: ;}
.prolist li .wz2 {padding: 20px 24px;position: relative; background:#f2f2f2 ;}
.prolist li h3 {font-size: 20px;color: #333;line-height: 40px;height: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-align: center;text-transform:capitalize}
.prolist li:hover h3 {color: #00aa4b;}
.prolist h3,.prolist .more {-webkit-transition: .5s;transition: .5s;}
@media screen and (max-width: 1100px) {
.prolist {  margin: 0 0;}
.prolist li .lin {  padding: 0 10px;}
}
@media screen and (max-width: 1023px) {
.prolist li {  width: 50%;}
.prolist li {  margin-bottom: 60px;}
}
@media screen and (max-width: 640px) {
.prolist li {  width:90%;}
.prolist li h3{height: 30px; line-height: 30px;}
.prolist li .lin {  padding: 0 0;}
}


/*内页资质荣誉*/
.rylist {overflow: hidden;padding: 0 0 50px;max-width: 1500px;margin: 0 auto 0;}
.rylist li {float: left;width: 33.33%;margin-bottom: 50px;}
.rylist li .lin {padding: 0 30px;}
.rylist li a {display: block;position: relative;border: 1px solid #e7e7e7;}
.rylist li .pic {width: 100%;overflow: hidden;position: relative;font-size: 0;text-align: center;}
.rylist li img {max-width: 100%;}
.rylist li h3 {padding: 0 30px;position: relative;overflow: hidden;}
.rylist li h3 span {position: relative;text-align: center;z-index: 3;display: block;height: 40px;overflow: hidden;font-size: 16px;color: #333;line-height: 40px;white-space: nowrap;padding: 15px 30px 15px 0;
background: url('../images/glass2.png') right no-repeat;border-top: 1px solid #ebebeb;}
.rylist li h3 em {position: relative;text-align: center;z-index: 3;display: block;height: 40px;overflow: hidden;font-size: 16px;color: #333;line-height: 25px;padding: 15px 0 15px 0;
border-top: 1px solid #ebebeb;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.rylist li h3:before {content: '';position: absolute;left: 100%;bottom: 0;z-index: 0;width: 0;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(#00aa4b), to(#74a904));background-image: linear-gradient(to right, #00aa4b), to(#74a904);
}
.rylist li h3 span,.rylist li h3 em,.rylist li h3:before {  -webkit-transition: .5s;  transition: .5s;}
.rylist li:hover h3 span {  color: #fff; text-align: center;  background-image: url('../images/glass2h.png');  border-top-color: transparent;}
.rylist li:hover h3 em {  color: #fff; text-align: center;  }
.rylist li:hover h3:before {  width: 100%;  left: 0;  -webkit-transition: width .5s;  transition: width .5s;}
@media screen and (max-width: 1440px) {
.rylist {padding: 0 0 40px;}
.rylist li .lin {padding: 0 20px;}
}
@media screen and (max-width: 1100px) {
.rylist {padding: 0 0 30px;}
.rylist li .lin {padding: 0 15px;}
.rylist li {width: 50%;}
.rylist li h3 {padding: 0 20px;}
}
@media screen and (max-width: 640px) {
.rongyumain {padding: 80px 0 80px;}
.rylist li {width: 100%;}
}

.newslist-out {padding: 60px 0 60px;}
@media screen and (max-width: 1440px) {
.newslist-out {  padding: 50px 0;}
}
@media screen and (max-width: 1023px) {
.newslist-out {  padding: 100px 0;}
}
@media screen and (max-width: 750px) {
.newslist-out {  padding: 20px 0;}
}
.newslist {padding: 44px 0;overflow: hidden;}
.newslist li {width: 100%;border-bottom: 1px solid #e8ecf0;padding: 86px 0;}
.newslist li:last-child {border-bottom: 0 none;}
.newslist li a {display: block;position: relative;overflow: hidden;padding-left: 650px;height: 356px;}
.newslist li .pic {position: absolute;left: 0;top: 0;z-index: 1;width: 586px;height: 100%;overflow: hidden;}
.newslist li .pic img {-o-object-fit: cover;    object-fit: cover;}
.newslist li .pic:hover img {transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);;}
.newslist li h3 {font-size: 24px;color: #333;line-height: 42px;height: 42px;overflow: hidden;}
.newslist li .txt {font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 20px 0 58px;}
.newslist li .date {font-size: 24px;color: #00aa4b;line-height: 36px;font-family: "amerigobt";height: 36px;padding-top: 48px;overflow: hidden;}
.newslist li label {display: block;width: 32px;height: 32px;font-size: 0;cursor: pointer;background: #c3c3c3 url('../images/jtr-n.png') center no-repeat;border-radius: 50%;}
.newslist li,.newslist h3,.newslist label {-webkit-transition: .5s;transition: .5s;}
.newslist li:hover {border-bottom-color: #00aa4b;}
.newslist li:hover h3 {color: #00aa4b;}
.newslist li:hover label {background-color: #00aa4b;}
@media screen and (max-width: 1440px) {
.newslist li .txt {  line-height: 30px;  height: 90px;  margin-bottom: 32px;}
}
@media screen and (max-width: 1200px) {
.newslist li a {  padding-left: 540px;}
.newslist li .pic {  width: 480px;}
}
@media screen and (max-width: 1023px) {
.newslist li {  padding: 60px 0;}
.newslist li a {  padding-left: 450px;}
.newslist li .pic {  width: 400px;}
}
@media screen and (max-width: 840px) {
.newslist li a {  padding-left: 360px;  height: 240px;}
.newslist li .pic {  width: 320px;}
.newslist li .date {  padding-top: 20px;}
.newslist li label {  display: none;}
}
@media screen and (max-width: 750px) {
.newslist li {  padding: 20px 0;}
.newslist li a {  padding-left: 300px;  height: 180px;}
.newslist li .pic {  width: 260px;}
.newslist li .txt {  display: none;}
.newslist li h3 {  font-size: 20px;  line-height: 32px;  height: 96px;}
}
@media screen and (max-width: 600px) {
.newslist li a {  padding-left: 0; height: 80px;}
.newslist li .pic { display: none;}
.newslist li h3 {  font-size: 18px;  line-height: 30px;  height: 120px;}
.newslist li .date {  padding-top: 10px;  font-size: 18px;}
}

.cate1 {position: relative;text-align: center;}
.cate1 .cn {font-size: 42px;color: #00aa4b;line-height: 60px;font-weight: bold;}
.cate1 .en {font-size: 24px;color: #999;line-height: 36px;text-transform: uppercase;font-family: "amerigobt";}
@media screen and (max-width: 1024px) {
.cate1 .cn {  font-size: 34px;  line-height: 50px;}
.cate1 .en {  font-size: 20px;  line-height: 30px;}
}
@media screen and (max-width: 750px) {
.cate1 .cn {  font-size: 26px;  line-height: 40px;}
.cate1 .en {  font-size: 16px;  line-height: 24px;}
}
.lianxi-out {padding: 100px 0 100px;background: url('../images/lxbg.jpg') bottom no-repeat;}
@media screen and (max-width: 1440px) {
.lianxi-out {  padding: 120px 0 240px;}
}
@media screen and (max-width: 1023px) {
.lianxi-out {  padding: 100px 0 180px;}
}
@media screen and (max-width: 750px) {
.lianxi-out {  padding: 0px 0 120px;}
}
.lianxi {width: 100%;height: 500px;margin-top: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;}
.lxleft {width: 100%; }
.lxright {width: 100%;}
#map {width: 100%;height: 100%;}
.lxlist {width: 100%;}


.table{width: 85%;}
 .name{border-bottom: 4px solid #000;padding-bottom:20px;}
 .name h4{font-size: 20px;color: #24c38f;margin: 0;text-transform: uppercase;}
.name h2{font-size: 40px;color: #1a1a1a;margin: 0;text-transform: uppercase;}
 .content-way{}
 .content-way .item {border-bottom: 1px solid #dcdcde;overflow: hidden;padding:30px 0;}
 .content-way .item.item2 li{float: left;width: 45%;margin-right: 5%;}
 .content-way .item.item2 li::after{content: '';display: block;width: 1px;height: 100%;background:#dedfe4;position: absolute;right:10%;top: 0;}
 .content-way .item.item2 li:last-child::after {display: none;}
 .content-way .item.item2 li:last-child {width: 45%;margin-right:0;}
 .content-way .item.item2 li:first-child {width: 50%;}
 .content-way li{list-style: none;position: relative;}
 .content-way li i{width: 38px;height: 38px;border: 2px solid #1a1a1a;border-radius: 100%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right: 10px;}
 .content-way li i.c1 {background: url("../images/c4.png") center no-repeat;}
 .content-way li i.c2 {background: url("../images/c1.png") center no-repeat;}
 .content-way li i.c3 {background: url("../images/c2.png") center no-repeat;}
 .content-way li i.c4 {background: url("../images/c3.png") center no-repeat;}
 .content-way li span{display: inline-block;vertical-align: middle;}
 .content-way li h6{font-size: 16px;color: #999999;font-weight: normal;margin: 0;}
 .content-way li h5{font-size:16px;color: #1a1a1a;margin: 5px 0 0 0;}

 .message{  padding:70px}
 .message .tit{ margin-bottom:50px; text-align:center;color: #111;}
.message .tit h3{font-weight:600; font-size:48px; margin-bottom:30px;}
.message .tit p{ font-size:18px}
.message form{ width:80%; margin:0 auto;overflow:hidden}

.message .layui-form-item {margin-bottom: 5px; overflow: hidden; width:48%; float:left}
.message .layui-form-item:nth-child(6){width: 96%!important;}
.message .layui-form-item:nth-child(7){width: 100%!important;}
.message ul li.wenb {position: relative;width:100%; }
.message ul li.wenb .fl{ width:95%;}
.btnclick{ width:30%; margin-top:20px;}
.message .layui-form-label {width: 100%; display:block; overflow:hidden;text-align:left; font-size: 18px; line-height:50px; color:#333e46}
.message .layui-input { width:93%; border:0; color:#666; font-size:15px;height: 42px;line-height: 42px;  border:#e0e0e0 1px solid;text-indent: 35px;*text-indent:0px;}
.message .layui-input:nth-child(1){ background:rgba(255,255,255,1)url(../images/icon-text-user.png) no-repeat 10px center;}
.message .layui-input:nth-child(2){ background:rgba(255,255,255,1)url(../images/icon-text-tel.png) no-repeat 12px center; }
.message .layui-textarea {background:rgba(255,255,255,1)url(../images/icon-text-tel.png) no-repeat 10px 17px;;  border:0; width:93%;  border:#e0e0e0 1px solid;  height: 150px; line-height: 20px; font-size:15px;margin: 6px 0 30px; padding:3%; color: #666; resize: none;}
.message  .layui-btn{ padding:13px 70px;margin:30px auto;display: block;cursor:pointer;font-size:20px; color:#fff; border-radius:50px;text-align:center;border: 0px;background-color:#00aa4b;}
.message  .layui-btn:hover{background:#00aa4b;}


@media screen and (max-width: 1400px) {
.lxleft {  width: 50%;}
.lxright {width: 50%;}
.lianxi {height: 600px;}
.lxlist li {  padding: 0 30px;}
.lxlist .lin {  padding-left: 54px;}
.lxlist li .num {  font-size: 30px;}
}
@media screen and (max-width: 1024px) {
.lianxi {  -ms-flex-wrap: wrap;      flex-wrap: wrap;  height: auto;}
.lxleft {  width: 100%;}
.lxright {  width: 100%;  height: 400px;}
.lxlist {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;}
.lxlist li {  height: 120px;  -webkit-box-flex: 1;      -ms-flex: auto;          flex: auto; width: 100%;}
.lxlist li .num {  font-size: 16px;  line-height: 28px;}
.name h4{font-size: 17px; line-height: 21px;}
.name h2{font-size: 21px; line-height: 25px;}
.table{width: 95%; margin: 0 auto;}
.content-way .item.item2 li:first-child{width: 100%;}
.content-way .item.item2 li::after{display: none;}
.content-way li i.c1 {background: url("../images/c4.png") center no-repeat;display: block;}
.content-way li i.c2 {background: url("../images/c1.png") center no-repeat;display: block;}
.content-way li i.c3 {background: url("../images/c2.png") center no-repeat;display: block;}
.content-way li i.c4 {background: url("../images/c3.png") center no-repeat;display: block;}
}


/*8新闻详情*/
.newspage-out2 {
padding: 100px 0 180px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7effb));
background-image: linear-gradient(to bottom, #ffffff, #e7effb);
}
@media screen and (max-width: 1440px) {
.newspage-out2 {
  padding: 90px 0 140px;
}
}
@media screen and (max-width: 1023px) {
.newspage-out2 {
  padding: 80px 0 110px;
}
}
@media screen and (max-width: 750px) {
.newspage-out2 {
  padding: 20px 0 20px;
}
}
.main2 {position: relative;padding-right: 500px;}
.mainleft2 {width: 95%;min-height: 1400px; background: #fff;padding: 3%;box-shadow: 0px 0px 10px #f2f2f2;;}
.mainright2 {width: 330px;position: absolute;top: 0;right: 0;z-index: 1; background: #fff;padding: 3%;box-shadow: 0px 0px 10px #f2f2f2;}
.sdbox2 .title {position: relative;height: 50px;line-height: 50px;}
.sdbox2 .title:before {content: '';position: absolute;left: 0;top: 50%;z-index: 0;width: 5px;height: 30px;background-color: #00aa4b;margin-top: -15px;}
.sdbox2 .title h5 {font-size: 24px;color: #333;font-weight: bold;text-indent: 28px;}
.btc-h {margin-bottom: 56px;}
.btc-h h1 {font-size: 36px;color: #333;line-height: 1.5em;margin-bottom: 24px; text-align: center;}
.btc-date {font-size: 18px;color: #999;line-height: 30px;height: 30px;font-family: "amerigobt";text-align: center;}
.btc-date span {display: inline-block;margin-left: 22px;}
.btc-date span:first-child {margin-left: 0;}
.btc-con {font-size: 16px;line-height: 40px;color: #666;text-align: justify;}
.btc-con img {max-width: 100%;display: block;margin: 0 auto;}
.btc-con a {color: #00aa4b;}
@media screen and (max-width: 1600px) {
.main2 {  padding-right: 400px;}
.mainright2 {  width: 340px;}
}
@media screen and (max-width: 1440px) {
.btc-h h1 {  font-size: 30px;}
}
@media screen and (max-width: 1200px) {
.main2 {  padding-right: 0;}
.mainleft2 {  min-height: 0;}
.mainright2 {  display: none;}
}
@media screen and (max-width: 750px) {
.btc-h h1 {  font-size: 24px;}
.btc-con {  line-height: 2em;}
}
.atc-pn {position: relative;padding-right: 120px;margin-top: 70px;}
.atc-pn a {display: block;font-size: 16px;color: #333;line-height: 32px;font-weight: bold;}
.atc-prev {margin-bottom: 14px;}
.atc-prev:hover,.atc-next:hover {color: #00aa4b;}
.atc-pn a.atc-ret {position: absolute;right: 0;top: -4px;z-index: 1;width: 86px;height: 86px;color: #fff;border-radius: 50%;background: #00aa4b url('../images/jtr2.png') center 54px no-repeat;display: block;}
.atc-pn a.atc-ret span {font-size: 14px;color: #fff;line-height: 34px;font-weight: bold;text-align: center;position: absolute;left: 0;top: 17px;z-index: 0;width: 100%;height: 34px;-webkit-transition: ease 0.5s;
transition: ease 0.5s;}
@media screen and (max-width: 1023px) {
.atc-pn {  padding-right: 0; margin-top: 20px;}
.atc-pn a.atc-ret {  position: relative;  top: auto;  right: auto;  margin: 40px auto 50px auto;}
}
a.atc-ret::before {content: "";display: block;width: 100%;height: 100%;opacity: 0;position: absolute;left: 0;top: 0;z-index: -1;border-radius: 34px;-webkit-transition: ease 1s;transition: ease 1s;-webkit-transform: rotate(45deg);        transform: rotate(45deg);background: linear-gradient(116deg, #00aa4b, #6cc1f9);}
a.atc-ret:hover::before {-webkit-transform: rotate(-135deg);        transform: rotate(-135deg);opacity: 1;}
a.atc-ret:hover span {top: 26px;}
.sdnewslist2 {width: 100%;margin-top: 32px;}
.sdnewslist2 li {width: 100%;margin-bottom: 80px;}
.sdnewslist2 li:last-child {margin-bottom: 0;}
.sdnewslist2 li a {display: block;position: relative;}
.sdnewslist2 .pic {width: 100%;height: 248px;overflow: hidden;position: relative;}
.sdnewslist2 img {-o-object-fit: cover;    object-fit: cover;}
.sdnewslist2 li h3 {font-size: 18px;color: #333;line-height: 40px;font-weight: bold;height: 40px;margin-top: 8px;overflow: hidden;padding: 0 10px;-webkit-transition: .4s;transition: .4s;}
.sdnewslist2 li:hover h3 {color: #00aa4b;}
.sdnewslist2 .date {margin: 14px 0 8px;position: relative;padding: 0 10px;}
.sdnewslist2 .date span {display: block;color: #333;font-family: "amerigobt";}
.sdnewslist2 .date span.day {font-size: 36px;line-height: 44px;height: 44px;}
.sdnewslist2 .date span.year {font-size: 16px;line-height: 20px;height: 20px;}
.sdnewslist2 .date:before {content: '';position: absolute;left: 60px;right: 0;top: 38px;z-index: 0;height: 1px;background-color: #e2e5e8;}
/*3行业解决方案*/
.guangsec {overflow: hidden;width: 100%;position: relative;height: 630px;margin-top: 76px;}
.guangsec:first-child {margin-top: 0;}
.gsecbg {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}
.gsecbg .cover {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 34, 69, 0.5)), to(rgba(16, 124, 201, 0)));
background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));}
.gsecbg canvas {-o-object-fit: cover;    object-fit: cover;-o-object-position: center;    object-position: center;}
.gsecbg22 canvas,.gsecbg23 canvas {-o-object-position: 70%;    object-position: 70%;}
.gsecbg21 {background-image: url('../images/aa1.jpg');background-position: center;}
.gsecbg22 {background-image: url('../images/aa2.jpg');background-position: 70%;}
.gsecbg23 {background-image: url('../images/aa3.jpg');background-position: 70%;}
.gsecbg24 {background-image: url('../images/aa4.jpg');background-position: center;}
.gsecbg25 {background-image: url('../images/aa5.jpg');background-position: center;}
.gsecbg26 {background-image: url('../images/aa6.jpg');background-position: center;}
.gsecbg27 {background-image: url('../images/aa7.jpg');background-position: center;}
.gsecbg28 {background-image: url('../images/aa8.jpg');background-position: center;}
.secwz {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;    -ms-flex-align: center;        align-items: center;width: 530px;height: 100%;color: #fff;position: absolute;
left: 8.4%;top: 0;z-index: 2;pointer-events: none;}
.secwz .inner {width: 100%;}
.secwz h3 {font-size: 30px;line-height: 46px;}
.secwz .txt {font-size: 16px;line-height: 32px;max-height: 64px;overflow: hidden;margin: 20px 0 42px;}
.secwz .more {display: block;width: 150px;height: 48px;background-color: #8ec31f;pointer-events: auto;font-size: 16px;color: #fff;line-height: 48px;text-align: center;}
@media screen and (max-width: 1023px) {
.secwz {  left: 5%;}
}
@media screen and (max-width: 750px) {
.secwz {  width: 90%;}
.secwz .txt {  max-height: 96px;}
}
.prolist-out2 {padding: 100px 0 100px;}
@media screen and (max-width: 1440px) {
.prolist-out2 {  padding: 90px 0 70px;}
}
@media screen and (max-width: 1023px) {
.prolist-out2 {  padding: 80px 0 40px;}
}
.tuititle {text-align: center;font-size: 36px;color: #333;line-height: 56px;font-weight: bold;margin-bottom: 44px;}
@media screen and (max-width: 750px) {
.tuititle {  font-size: 26px;  line-height: 46px;}
}
.cpban {position: relative;height: 840px;}
.cpban .bg {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;overflow: hidden;}
.cpban .bg img {width: 100%;height: 100%;-o-object-fit: cover;    object-fit: cover;-o-object-position: 75%;    object-position: 75%;}
.cpban .bg .cover {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 34, 69, 0.5)), to(rgba(16, 124, 201, 0)));
background-image: linear-gradient(to right, rgba(5, 34, 69, 0.5), rgba(16, 124, 201, 0));}
.cpban .cer8 {height: 100%;}
.issues {position: relative;z-index: 2;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;    -ms-flex-align: center;        align-items: center;}
.issues .ttxt {width: 54%;}
.issues .ttxt dt {font-size: 48px;color: #fff;line-height: 68px;height: 68px;font-weight: bold;margin-bottom: 36px;overflow: hidden;}
.issues .ttxt .txt {font-size: 16px;line-height: 36px;color: #fff;text-align: justify;}
.scrollarea1 .scrollbar {width: 2px;height: 100%;position: absolute;top: 0;right: 1px;z-index: 2;}
.scrollarea1 .track {width: 2px;height: 100%;background-color: #fff;position: relative;border-radius: 2px;}
.scrollarea1 .thumb {width: 4px;background-color: #107cc9;position: absolute;left: -1px;top: 0;z-index: 1;cursor: pointer;border-radius: 2px;}
.scrollarea1 {position: relative;padding-right: 20px;}
.scrollarea1 .viewport {position: relative;width: 100%;overflow: hidden;max-height: 240px;}
.scrollarea1 .overview {position: relative;z-index: 1;left: 0;top: 0;width: 100%;font-size: 16px;line-height: 36px;color: #fff;text-align: justify;}
.scrollarea1 .overview img {max-width: 100%;}
.scrollbar.disable {display: none;}
@media screen and (max-width: 1024px) {
.issues .ttxt dt {font-size: 32px;text-align: center;}
.issues .ttxt {width: 100%;}
}
/*10招贤*/
.zp-out {padding: 150px 0 150px;}
.zplinian {text-align: center;margin-bottom: 200px;}
@media screen and (max-width: 1440px) {
.zp-out {padding: 120px 0;}
.zplinian {margin-bottom: 150px;}
}
@media screen and (max-width: 1023px) {
.zp-out {padding: 100px 0;}
.zplinian {margin-bottom: 100px;}
}
@media screen and (max-width: 750px) {
.zp-out {padding: 80px 0;}
.zplinian {margin-bottom: 70px;}
}
.zplinian h2.btitle {font-size: 42px;color: #333;line-height: 56px;height: 56px;}
.liniancon {margin: 26px auto 46px;width: 1040px;max-width: 100%;font-size: 16px;color: #666;line-height: 34px;}
.linianfig {position: relative;overflow: hidden;}
@media screen and (max-width: 1023px) {
.zplinian h2.btitle {font-size: 32px;line-height: 46px;height: 46px;}
.liniancon {line-height: 28px;}
}
@media screen and (max-width: 750px) {
.zplinian h2.btitle {  font-size: 28px;}
}
#sw53 {height: 440px;overflow: visible;}
#sw53 .swiper-slide {width: 400px;}
.fittuwen3 {display: block;padding-left: 40px;padding-right: 40px;height: 100%;background: url('../images/sx1-zp.png') 0 6px no-repeat;position: relative;}
.fittuwen3 i {position: absolute;left: -3px;top: 4px;z-index: 1;border-radius: 4px;width: 7px;height: 7px;background-color: #00aa4b;-webkit-transition: 1s;transition: 1s;-webkit-box-shadow: 0 0 0 4px rgba(142, 159, 31, 0.3);        box-shadow: 0 0 0 4px rgba(142, 159, 31, 0.3);}
.swiper-slide:hover .fittuwen3 i {-webkit-transform: scale(1.2) rotateY(360deg);        transform: scale(1.2) rotateY(360deg);}
.fittuwen3 dt {font-size: 24px;color: #00aa4b;line-height: 36px;height: 36px;overflow: hidden;}
.fittuwen3 .txt {font-size: 16px;color: #666;line-height: 32px;height: 160px;overflow: auto;margin: 38px 0;}
.fittuwen3 .more {display: block;font-size: 16px;color: #00aa4b;line-height: 26px;height: 26px;cursor: pointer;}
.fittuwen3:hover .more {text-decoration: underline;}
@media screen and (max-width: 1023px) {
#sw53 {  height: 320px;}
}
.pig {width: 34px;height: 34px;background-color: rgba(255, 255, 255, 0.2);border-radius: 50%;opacity: 0;position: absolute;left: 100%;top: 100%;z-index: 10;margin-left: -18px;margin-top: -18px;
border: 1px solid #00aa4b;pointer-events: none;-webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;        user-select: none;-webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;transition: opacity 0.4s linear, transform 0.5s ease-in-out;transition: opacity 0.4s linear, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;}
.pig.show {opacity: 1;}
.pig:active,.pig.active {-webkit-transform: scale(1.1);        transform: scale(1.1);}
.pig s {width: 7px;height: 13px;cursor: pointer;position: absolute;margin-top: -6px;top: 50%;z-index: 2;background-color: transparent;background-position: center;background-repeat: no-repeat;-webkit-transition: 0.3s;transition: 0.3s;}
.pig s.i1 {left: 6px;background-image: url('../images/lt-pig.png');}
.pig s.i2 {right: 6px;background-image: url('../images/gt-pig.png');}
.pig:active s.i1,.pig.active s.i1 {left: 0px;}
.pig:active s.i2,.pig.active s.i2 {right: 0px;}
#particles-js {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 0;pointer-events: none;}
/*6产品详情*/
.propage-out {width: 100%;position: relative;z-index: 2;margin-top: -676px;}
.propage-wrap {background-color: #fff;padding: 20px 20px 20px 20px;}
.profirst {overflow: hidden;min-height: 410px;  margin-top: 4%;}
.xijie {width: 49%;height: auto;float: left;z-index: 1;position: relative;}
.xijie .bigpic {width: 100%;height: 100%;position: relative;text-align: center;font-size: 0;}
.xijie .bigpic img {max-width: 100%;max-height: 100%;}
.proinfo {float: right;width: 45%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;    -ms-flex-align: center;        align-items: center;}
.proinfo .proname {font-size: 36px;line-height: 50px;color: #333;margin-bottom: 28px;}
.aside {margin-top: 0.1rem;line-height: 31px;}
.aside span{font-size:16px;}
.proinfo .xiangxi {font-size: 16px;line-height: 31px;color: #666;max-height: 160px;overflow: auto;margin-top: 24px;}
.proinfo .probtnarea {font-size: 0;margin-top: 50px;}
.proinfo .probtn {display: inline-block;width: 178px;height: 58px;border: 1px solid #ddd;border-radius: 5px;margin-left: 34px;color: #fff;font-size: 16px;line-height: 58px;text-align: center;position: relative;
overflow: hidden; background: #00aa4b;}
.proinfo .probtn:first-child {margin-left: 0;}
.proinfo .probtn:hover {color: #fff;border-color: #00aa4b;}
@media screen and (max-width: 1440px) {
.propage-wrap {  padding: 100px 80px 140px;}
}
@media screen and (max-width: 1200px) {
.propage-out {  margin-top: -546px;}
.propage-wrap {  padding: 80px 60px 120px;}
}
@media screen and (max-width: 1100px) {
.proinfo .probtn {  width: 111px;  margin-left: 24px;}
}
@media screen and (max-width: 1024px) {
  .aside{display: none;}
.propage-wrap {  padding: 60px 40px 100px;}
.profirst {  height: auto;}
.xijie {  float: none;  width: 100%;  margin-bottom: 50px;}
.proinfo {  float: none;  width: 100%;  height: auto;}
.proinfo .proname {  font-size: 30px;}
.proinfo .xiangxi {  max-height: none;}
}
@media screen and (max-width: 750px) {
.propage-out {  margin-top: -92px;}
.propage-wrap {  padding: 60px 0 90px;}
.proinfo .probtn {  height: 48px;  line-height: 48px;}
}


/*产品详情*/
.se_procont{width: 100%; background:url(../images/fcrobg.jpg) top center no-repeat;;padding: 7% 0 4% 0;background-attachment: fixed; background-size: cover;}
.se_procont .s_width{padding: 4%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.se_procont .se_procont_l{width: 45%;}
.sProduct-view-tab {width: 100%;margin-left: auto;margin-right: auto; display: flex; display:-webkit-flex;  -webkit-justify-content: space-between;   justify-content: space-between;}
.sProduct-view-tab .pic {position: absolute;left: 0;top: 0;width: 100%;height:96%;background-color: transparent;/* img{object-fit:contain;} */ border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.sProduct-view-tab .pic img {position: absolute;left: 0;top: 0;z-index: 1;border-radius: inherit;width: 100%;height: 100%;}

.sProduct-view-tab .Tt {position: relative;width: 80%;height: 0;padding-bottom: 75%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.sProduct-view-tab .Tt:after {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;pointer-events: none;}
.sProduct-view-tab .Tt .box {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.sProduct-view-tab .Tt .playBtn {position: absolute;z-index: 10;left: 15px;bottom: 15px;width: 36px;height: 36px;background-image: url(../images/btns-play.png);background-size: contain;background-position: 50% 50%;
background-repeat: no-repeat;border-radius: 50%;}
.sProduct-view-tab .Tt .playBtn:after {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;border: #333 solid 2px;border-radius: inherit;}


.pc .viewport {overflow: hidden;}
.wap .oScroll {overflow: auto;}
.hScroll {width: 100%;white-space: nowrap;}
.hScroll .scrollBox,.hScroll .overview {display: inline-block;vertical-align: top;}
.wap .hScroll {overflow-x: auto;overflow-y: hidden;}
.vScroll {height: 100%;}
.wap .vScroll {overflow-y: auto;overflow-x: hidden;}
.invisible {visibility: hidden;position: absolute !important;z-index: -1;}

@media screen and (min-width: 1025px) {
.sProduct-view-tab .Tt .playBtn {-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;}
.sProduct-view-tab .Tt .playBtn:hover {-webkit-transform: scale(1.1);transform: scale(1.1);}
}
@media screen and (max-width: 1024px) {
.sProduct-view-tab .Tt .playBtn:active {-webkit-transform: scale(1.1);transform: scale(1.1);}
}

.sProduct-view-tab .Tg{width: 20%;}
.sProduct-view-tab .Tg {position: relative;}
.sProduct-view-tab .Tg .btn {position: relative;display: block;vertical-align: top;width: 90px;height: 66px;}
.sProduct-view-tab .Tg .btn:nth-child(1n+2) {margin-left: 0; margin-top: 10px;}
.sProduct-view-tab .Tg .btn:before {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background-color: #000;-webkit-transition: all 250ms ease-out 0ms;transition: all 250ms ease-out 0ms;
opacity: 0;visibility: hidden;}
.sProduct-view-tab .Tg .btn:hover:before {-webkit-transition: all 250ms ease-out 0ms;transition: all 250ms ease-out 0ms;opacity: 0.05;visibility: visible;}
.sProduct-view-tab .Tg .btn.on:after {border-color:none;}
.se_procont_r{width: 50%;}
.se_procont .se_procont_r h1 {color: #333333;line-height: 1.25; font-size: 40px; font-weight: 800;}
.se_procont .se_procont_r .aside {margin-top:20px;line-height: 1.25; }
.se_procont .se_procont_r .aside span{font-size: 16px;}
.se_procont .se_procont_r .imax {margin:16px 0 20px 0;padding-top: 16px;border-top: #eeeeee solid 1px;color: #666666;font-size: 16px;}
.se_procont .se_procont_r .imax p{ line-height: 31px;}
.se_procont .se_procont_r .btns { margin-top: 12%;}
.se_procont .se_procont_r .btns .btn {z-index: 2;display: inline-block;vertical-align: top;position: relative;overflow: hidden;min-width: 120px;line-height: 50px;padding: 0.1rem 0.6rem;border-radius: 6px;text-align: center;font-size: 16px;border: #e0e0e0 solid 1px;-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;}
.se_procont .se_procont_r .btns .btn:after {background-color: #e31124;opacity: 1;z-index: -1;content: " ";position: absolute;border-radius: 50%;left: 50%;top: 50%;background-color: #fff;width: 108%;
padding-bottom: 108%;-webkit-transform: translate(-50%, -50%) scale(0);transform: translate(-50%, -50%) scale(0);pointer-events: none;}

.se_procont .se_procont_r .btns .btn:nth-child(1n+2) {margin-left: 0.6rem;}
.se_procont .se_procont_r .btns .btn2 {color: #e31124;border-color: #e31124;}
@media screen and (min-width: 1025px) {
.se_procont .se_procont_r .btn1:hover {color: #171c32;}
.se_procont .se_procont_r .btn2 {color: #e31124;border-color: #e31124;}
.se_procont .se_procont_r .btn2:hover {color: #171c32;}
}
@media screen and (max-width: 1024px) {
  .se_procont .se_procont_r {max-width: 100%;margin-top: 0.7rem;width: 514px;margin-left: auto;margin-right: auto;padding-bottom: 0.4rem;}
.se_procont .se_procont_r .btns {position: relative;margin-top: 0.6rem;bottom: 0;}
}

@media screen and (max-width: 790px) {
	.se_procont{padding: 17% 0 4% 0;}
	.se_procont .s_width{width: 98%; display: block;}
	.se_procont .se_procont_l{width: 100%;}
	.se_procont .se_procont_r{width: 100%;}
	.se_procont .se_procont_r h1{font-size: 28px;}
	.se_procont .se_procont_r .aside {margin-top: 10px;}
	.se_procont .se_procont_r .imax{font-size: 15px;}
	.se_procont .se_procont_r .imax p{line-height: 24px;}
	.se_procont .se_procont_r .btns .btn{min-width: 100px;line-height: 28px;}
	.right-fd{display: none!important;}
  .sProduct-view-tab {width: 100%;}
.sProduct-view-tab .Tg .btn {  width: 53px;  height: 52.8px;  }
.sProduct-view-tab .Tg .btn:nth-child(1n+2) {  margin-left: 0;  }
}

.pro_navigation{ margin:10px auto ; text-align: center; border-bottom:#d8d8d8 1px solid;position: relative; }
.pro_navigation .wrap,.s_width{width: 90%; margin: 0 auto;}  
.pro_navigation ul{ display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between; width: 85%; margin: 0 auto;}
.pro_navigation li{text-align:center; width: auto;  line-height:90px;}
.pro_navigation li a { display: block; font-size:24px; color:#333f47; font-weight:600; z-index: 9; zoom: 1; }
.pro_navigation li a.act { background:#fff ; color: #07284E; height:90px; border-bottom:#00aa4b 6px solid; }
.pro_model_1{ padding:4% 0; margin-bottom:20px; }
.pro_model_1 p,.pro_model_3 p{text-indent:40px; font-size:16px; color:#666; line-height:36px;}
.pro_model_1 h3{ font-size:30px ;position:relative; padding-bottom:15px; margin:0 0 70px; color:#05163f; line-height:42px }
.pro_model_1 h3:before{content:'';display:block;position:absolute;bottom:-20px;height:10px;background:url(../images/dote.png) no-repeat left bottom;}
.pro_model_1 h3:before {width:81px;left:0;}
.w60{ width:60%} .w35{ width:35%; }  .w25{ width:25%}  .w70{ width:70%}  .w40{ width:40%}  .w55{ width:55%;}  .w30{ width:30%}  .w65{ width:65%}  .w50{ width:50%} .w10{ width:10%} .w85{width:85%}
 .w55 img{float: right;}    .pro_model_1 .fr img,.pro_model_3 .fl img,.fr video{ text-align:right; width:100%; height:auto} 
.pro_model_1 video{ width:70%; height:auto; margin: 0 auto; display: block;}
.pro_model_2{ margin:0 auto 60px;width:100%; overflow:hidden; padding:70px 0 70px 0;background:/*rgb(230,238,244,.95)*/#f2f3f5}
.pro_model_2 h2,.pro_model_3 h2,.pro_model_4 h2 { font-size:40px; text-align:center; margin-bottom:0;padding-bottom:15px; padding-top:0;font-weight: 800;text-transform:capitalize}
.pro_model_2 h2{ margin-bottom:9px; text-transform:capitalize}
.pro_model_2 dl{width:47%; margin:0 1.5% 20px 1.5%; min-height:180px; float:left}
.pro_model_2 dl img{width: 100%;}
.pro_model_2 dt,.pro_model_2 li span{display: inline-block;width:70px;height:70px;color: #fff; float:left; background:#e31125;border-radius:10px;text-align:center;line-height:70px;font-size:36px;color:#fff; font-weight:600;z-index:2;}
.pro_model_2 dt{width: 250px; height: 177px;}
.pro_model_2 dt img{display: inline;width: 100%;}
.pro_model_2 dd h4{font-size:22px;margin:0 0 15px;overflow:hidden; color:#303030;text-transform:capitalize}
.pro_model_2 dd {width:50%; float:right;/*background:#fff;border-radius:10px;border:1px solid #e6e6e6; box-shadow: 0 0 20px #C2CADA;*/text-align:left; color:#666; }
.pro_model_2 dd p{font-size: 15px; line-height: 22px;}
.pro_model_2 ul{ width:100%; overflow:hidden; padding-bottom:80px;}
.pro_model_2 li{ width:30%; margin:0 1.5%; float:left}
.pro_model_2 li p {width:80%; float:right;text-align:left; color:#666; font-size:16px; margin-top:6px; line-height:30px;display: table-cell;vertical-align: middle;}
.press_bg{ background:#fff;box-shadow: 0px 10px 30px rgba(30, 137, 203, 0.4); border-radius:15px 15px 50px 50px; padding:70px;}
.pro_model_3{padding:40px 0 80px 0; width:100%;overflow:hidden; margin-top:20px; margin-bottom:20px;}
.pro_model_4{padding:20px 0; background:#394053 url(../images/data_bg.jpg) no-repeat left top;background-attachment: fixed; background-size: cover;}
.pro_model_4 .s_width{width: 75%;}
.pro_model_4 h2{color:#fff; margin-bottom:0;}
.pro_ser{ margin:60px auto 0 auto}
.pro_ser .tit{text-align: center; margin-bottom:70px;}
.pro_ser .tit h3 { font-size: 40px; padding-top: 10px;font-weight: 800; color: #333;}
.pro_ser .tit p{line-height: 32px; font-size: 18px;}
.pro_ser ul{display: flex; display:-webkit-flex; -webkit-justify-content:center;   justify-content: center;}
.pro_ser li{ width:17%; margin:0 1.5%; float:left; text-align:center;background-color: rgba(227, 230, 235, 0.32941176470588235); padding:35px; border-radius:20px}
.pro_ser li img{ width:40px; height:40px; margin-bottom:20px;}
.pro_ser li h4{ display:block; font-size:20px; margin-bottom:15px;}
.pro_ser li p{ color:#777; font-size: 15px;}
.con{ color: #333; text-align:center;}
.con table{width:100%; border-spacing:0px; border-collapse:collapse; background:#fff; border-bottom:1px solid #ddd; margin-bottom:15px;}
.con tr:first-child{  background:#00aa4b; height:60px; line-height:60px;color: #fff;}
.con tr:nth-child(2n+3){background:#f5f5f5;}
.con .bhead{background:#50586d;  color: #fff}
.con tr.odd{background: #f5f5f5; color: #333;}
.con tr.even{background: none;}
.con td.even{background: #fff;}
.con table td{line-height:26px;width: 25%;word-break: break-all;border-width: 1px;border-style: solid;border-color: rgb(221, 221, 221);}

.con tr{ border:1px solid #ddd;}
.con p{text-align:left; margin-left:20px; color:#666; font-size:16px;}
.con strong{width:100%; text-align:left; color:#fff; float:left; font-size:16px; margin:10px 0}

@media screen and (max-width: 1300px) {
  .pro_model_2 dd h4{margin-bottom: 3px;}
}

.baninfo2 {height: 26px;margin-bottom: 30px;}
.tree2 {float: left;font-size: 16px;line-height: 26px;color: #fff;}
.tree2 a {font-size: 16px;color: #fff;vertical-align: middle;padding: 5px 0;}
.tree2 i {display: inline-block;width: 20px;vertical-align: middle;font-size: 16px;text-align: center;font-style: normal;}
a.proretbtn {float: right;display: block;padding-left: 32px;height: 26px;font-size: 16px;color: #fff;line-height: 26px;text-align: right;background: url('../images/ret.png') 0 no-repeat;}
a.proretbtn:hover {background-position: 6px;text-decoration: underline;}
@media screen and (max-width: 750px) {
.baninfo2 {  height: auto;}
.tree2 {  width: 100%;  font-size: 0;}
a.proretbtn {  margin-top: 10px;}
}
.sw6out {position: relative;}
#sw6 {
height: 222px;
overflow: visible;
}
#sw6 .swiper-slide {
width: 404px;
}
#sw6 .swiper-slide a {
display: block;
}
#sw6 .swiper-slide .pic {
width: 100%;
height: 222px;
font-size: 0;
text-align: center;
line-height: 222px;
background-color: #000;
}
#sw6 .swiper-slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
    object-fit: cover;
opacity: 0.6;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#sw6 .swiper-slide h3 {
font-size: 24px;
color: #fff;
line-height: 40px;
text-align: center;
margin-top: -20px;
position: absolute;
left: 0;
top: 50%;
z-index: 3;
width: 100%;
height: 40px;
overflow: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
}
#sw6 .swiper-slide h3 span {
padding: 5px 0;
}
.sw6out .swiper-pagination {
bottom: 0;
font-size: 0;
width: 100%;
}
.sw6out .swiper-pagination-bullet {
width: 18px;
height: 2px;
margin: 0 3px;
opacity: 1;
background-color: #000;
outline: 0 none;
border-radius: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.sw6out .swiper-pagination-bullet-active {
background-color: #8ec31f;
}
.sw6out .swiper-scrollbar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.2);
}
.sw6out .swiper-scrollbar-drag {
background-color: #8ec31f;
}
.zhiliang.i1 {
margin: 130px 0;
}
.zhiliang.i2 {
margin: 80px 0;
}
.zhiliang .inner {
position: relative;
padding-left: 360px;
}
.zhiliangcon {font-size: 18px;color: #666;line-height: 34px;text-align: justify;padding-top: 26px;}
.zhiliangcon dd {margin-bottom: 20px;}
.zhiliangcon img {max-width: 100%;}
.biaoqianwrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;-webkit-box-pack: start;    -ms-flex-pack: start;        justify-content: flex-start;-webkit-box-align: start;    -ms-flex-align: start;        align-items: flex-start;}
.biaoqianwrap p {width: 176px;height: 50px;background-color: #ebf1f4;margin: 12px;font-size: 18px;color: #666;line-height: 50px;text-align: center;border-radius: 25px;-webkit-transition: 0.4s;transition: 0.4s;
}
.biaoqianwrap p:hover {-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);}

.biaoge{overflow-x: auto;}
.biaoge td{padding:5px 5px;white-space: nowrap;}


@media screen and (max-width: 790px) {
  .pro_navigation .wrap, .s_width{width: 95%;}
  .pro_navigation ul{flex-wrap: wrap;}
  .pro_navigation li{ width: 100%; line-height: 40px;}
  .pro_navigation li a.act{height: 40px;font-size: 20px;}
  .pro_navigation li a{font-size: 20px;}
  .con table td{line-height: 16px;}
  .pro_model_2 h2, .pro_model_3 h2, .pro_model_4 h2 {font-size: 17px; margin-bottom: 0; padding-top: 0;}
  .pro_model_4{padding: 20px 0;}
  .pro_model_2{padding: 20px 0;}
  .pro_model_2 dl{width: 100%;}
  .pro_model_2 dd{width: 100%; margin-top: 15px;}
  .pro_ser {display: none;}
  .message{padding: 0;}
  .message .layui-form-label{font-size: 16px; line-height: 30px;}
  .message .layui-input {height: 30px; line-height: 30px; font-size: 14px;}
  .layui-input{padding-left: 30px;}
}

.cate3 {position: absolute;left: 0;top: 0;z-index: 1;padding-left: 38px;padding-top: 26px;background: url('../images/moon.png') 0 0 no-repeat;}
.cate3 .cn {font-size: 30px;color: #8ec31f;line-height: 46px;font-weight: bold;height: 50px;}
.cate3 .en {font-size: 18px;color: #8ec31f;line-height: 30px;height: 30px;text-transform: uppercase;font-family: 'amerigobt';}
.zlfenge {width: 100%;height: 1px;background-color: #ddd;margin-top: 100px;}
.zlfenge2 {width: 100%;height: 0;border-bottom: 1px dashed #ddd;}
@media screen and (max-width: 1400px) {
.zhiliang.i1 {  margin: 110px 0;}
}
@media screen and (max-width: 1200px) {
.zhiliang.i1 {  margin: 90px 0;}
.zlfenge {  margin-top: 80px;}
.zhiliang .inner {  padding-left: 340px;}
}
@media screen and (max-width: 1024px) {
.zhiliang.i1 {  margin: 70px 0;}
.zhiliang.i2 {  margin: 70px 0;}
.zlfenge {  margin-top: 70px;}
.zhiliang .inner {  padding-left: 0;}
.cate3 {  position: relative;  margin-bottom: 20px;}
}
@media screen and (max-width: 750px) {
.zhiliang.i1 {  margin: 60px 0;}
.zhiliang.i2 {  margin: 60px 0;}
.zlfenge {  margin-top: 60px;}
}
/*2关于我们*/
.cate1h {position: relative;text-align: center;}
.cate1h .cn {font-size: 42px;color: #fff;line-height: 60px;font-weight: bold;}
.cate1h .en {font-size: 24px;color: #fff;line-height: 36px;text-transform: uppercase;font-family: "amerigobt";}
@media screen and (max-width: 1024px) {
.cate1h .cn {  font-size: 34px;  line-height: 50px;}
.cate1h .en {  font-size: 20px;  line-height: 30px;}
}
@media screen and (max-width: 750px) {
.cate1h .cn {  font-size: 26px;  line-height: 40px;}
.cate1h .en {  font-size: 16px;  line-height: 24px;}
}
.rongyuone {padding: 115px 0 140px;background: url('../images/rybg.jpg') center / cover no-repeat;position: relative;z-index: 2;}
.sw22out {position: relative;margin-top: 84px;padding: 0 40px;}
#sw22 {height: 436px;overflow: hidden;}
#sw22 .swiper-slide {width: 390px;}
#sw22 .swiper-slide a {display: block;width: 100%;}
#sw22 .swiper-slide .pic {width: 100%;height: 436px;font-size: 0;text-align: center;line-height: 436px;}
#sw22 .swiper-slide img {max-width: 100%;max-height: 100%;-webkit-transform: scale(0.8);        transform: scale(0.8);-webkit-transition: 0.4s;transition: 0.4s;}
#sw22 .swiper-slide-active img {-webkit-transform: scale(1);        transform: scale(1);}
@media screen and (max-width: 1023px) {
.rongyuone {  padding: 100px 0 120px;}
}
@media screen and (max-width: 750px) {
.rongyuone {  padding: 30px 0 100px;}
.sw22out {  padding: 0 30px;  margin-top: 26px;}
#sw22 .swiper-slide {  width: 340px;}
}
.wenhua {padding: 95px 0 95px;background: #ffffff url('../images/whbg.jpg') center / cover no-repeat;border-top-left-radius: 300px;position: relative;z-index: 2;}
.whlist {margin: 50px -12px 0;font-size: 0;text-align: center;}
.whlist li {display: inline-block;width: 25%;position: relative;}
.whlist li .lin {padding: 0 12px;}
.whlist li a {display: block;border: 1px solid #ddd;border-radius: 10px;position: relative;overflow: hidden;padding: 10px 0 30px;}
.whlist li:hover a {border-color: #8ec31f;}
.whlist i {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background-size: 20px 20px;opacity: 0;-webkit-transition: 0.6s;transition: 0.6s;}
.whlist i.bg1 {background-image: linear-gradient(45deg, #8ec31f 50%, transparent 0);-webkit-transform: translate(-20%, 0%);        transform: translate(-20%, 0%);}
.whlist i.bg2 {background-image: linear-gradient(45deg, transparent 50%, #8ec31f 0);-webkit-transform: translate(20%, 0%);        transform: translate(20%, 0%);}
.whlist li:hover i.bg1,.whlist li:hover i.bg2 {-webkit-transform: translate(0, 0);        transform: translate(0, 0);opacity: 1;}
.whlist .tupian {width: 100%;height: 222px;position: relative;background: url('../images/zuan1.png') bottom no-repeat;-webkit-transition: .5s;transition: .5s;}
.whlist li:hover .tupian {background-image: url('../images/zuan1h.png');}
.whlist .hex {position: absolute;left: 50%;top: 50%;z-index: 1;width: 114px;height: 113px;-webkit-transition: 2s;transition: 2s;background: url('../images/hex1.png') center no-repeat;margin-left: -57px;margin-top: -57px;}
.whlist li:hover .hex {background-image: url('../images/hex1h.png');-webkit-transform: rotate(330deg);        transform: rotate(330deg);}
.whlist .pic {position: absolute;left: 50%;top: 50%;z-index: 2;width: 80px;height: 80px;margin-left: -40px;margin-top: -40px;}
.whlist .pic .fig {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;}
.whlist .i1 .p1 .fig {background: url('../images/wh1.png') center no-repeat;}
.whlist .i1 .p2 .fig {background: url('../images/wh1h.png') center no-repeat;}
.whlist .i2 .p1 .fig {background: url('../images/wh2.png') center no-repeat;}
.whlist .i2 .p2 .fig {background: url('../images/wh2h.png') center no-repeat;}
.whlist .i3 .p1 .fig {background: url('../images/wh3.png') center no-repeat;}
.whlist .i3 .p2 .fig {background: url('../images/wh3h.png') center no-repeat;}
.whlist .i4 .p1 .fig {background: url('../images/wh4.png') center no-repeat;}
.whlist .i4 .p2 .fig {background: url('../images/wh4h.png') center no-repeat;}
.rollover {-webkit-transform-style: preserve-3d;        transform-style: preserve-3d;position: relative;overflow: visible!important;-webkit-transition: 1s;transition: 1s;}
.rollover .p1,.rollover .p2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-backface-visibility: hidden;        backface-visibility: hidden;}
.rollover .p2 {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
li:hover .rollover {-webkit-transform: rotateY(180deg);        transform: rotateY(180deg);}
.whlist li .wz {position: relative;z-index: 3;margin-top: 24px;}
.whlist li h3 {font-size: 24px;color: #8ec31f;line-height: 44px;height: 44px;overflow: hidden;-webkit-transition: .5s;transition: .5s;}
.whlist li .hx {width: 38px;height: 2px;background-color: #8ec31f;margin: 26px auto 20px;-webkit-transition: .5s;transition: .5s;}
.whlist li .txt {font-size: 18px;color: #666;line-height: 36px;height: 108px;max-width: 240px;overflow: hidden;margin: 0 auto;padding: 0 10px;-webkit-transition: .5s;transition: .5s;}
.whlist li .txt span {display: inline-block;}
.whlist li:hover h3 {color: #fff;}
.whlist li:hover .txt {color: #fff;}
.whlist li:hover .hx {background-color: #fff;}
@media screen and (max-width: 1440px) {
.wenhua {  border-top-left-radius: 200px;}
}
@media screen and (max-width: 1023px) {
.wenhua {  padding: 100px 0 140px;}
.whlist li {  width: 50%;  margin-top: 24px;}
.whlist .tupian {  height: 160px;}
.whlist li .wz {  margin-top: 0;}
.whlist li .hx {  margin-top: 14px;}
}
@media screen and (max-width: 750px) {
.wenhua {  padding: 80px 0 100px;  border-top-left-radius: 100px;}
}
@media screen and (max-width: 640px) {
.whlist li h3 {  font-size: 18px;  line-height: 32px;  height: 32px;}
.whlist li .txt {  font-size: 16px;  line-height: 30px;  height: 90px;}
}
.about {padding: 100px 0 100px;z-index: 0;background-image: -webkit-gradient(linear, left bottom, left top, from(#e7effb), to(#ffffff));background-image: linear-gradient(to top, #e7effb 0%, #ffffff 100%);
}
.about .bg {position: absolute;right: 0;top: 0;z-index: 1;width: 24%;height: 100%;}
.about .cer8 {position: relative;z-index: 5;}
.global2 {width: 100%;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;    flex-wrap: wrap;-webkit-box-pack: justify;    -ms-flex-pack: justify;        justify-content: space-between;-webkit-box-align: start;    -ms-flex-align: start;        align-items: flex-start;}
.globalpicbg2 {width: 47%;position: relative;font-size: 0;text-align: center;}
.globalpicbg2 img {max-width: 100%;-o-object-fit: cover;    object-fit: cover;}
.globalother2 {width: 47%;}

@media screen and (max-width: 1400px) {
.about {  padding: 130px 0 140px;}
.globalother2 {  width: 50%;}
}
@media screen and (max-width:1200px){
  .global2{display: block;}
  .globalother2 {width: 100%;}
  .globalpicbg2{display: block;}
}
@media screen and (max-width: 1100px) {
.about {  padding: 50px 0 50px;}
.about .bg {  width: 34%;}
.globalpicbg2 {  width: 100%;}
.globalother2 {  width: 100%;  margin-bottom: 0;}

}

.globalother2 .intro {font-size: 15px;color: #666;line-height: 36px;text-align: justify;}
.globalother2 .intro p{text-indent:1em; line-height: 27px;}
.cate2 {position: relative;padding-top: 60px;}
.cate2 .enp {position: absolute;left: 0;top: 0;z-index: 0;width: 100%;font-size: 0;}
.cate2 .enp img {max-width: 100%;vertical-align: top;}
.cate2 .cn {font-size: 42px;color: #8ec31f;line-height: 60px;font-weight: bold;position: relative;z-index: 1;}
.cate2 .cn2 {font-size: 22px;color: #333;line-height: 40px;}
@media screen and (max-width: 1300px) {
.cate2 .cn {  font-size: 32px;  line-height: 50px;}
.cate2 .cn2 {  font-size: 18px;  line-height: 34px;}
}
@media screen and (max-width: 1100px) {
.cate2 {  text-align: center;  padding-top: 40px;}
.cate2 .enp img {  width: 60%;}}

.splitlist { line-height: 1.2; white-space: pre-wrap; }
.splitlist.flag span { opacity: 1; }
.splitlist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; font-weight: inherit; text-transform: inherit; opacity: 0; display: inline-block; }
.splitlist span.letters { color: #00aa4b; }
.ptitle h6 { font-size: .2rem; font-family: 'proximab'; text-transform: uppercase; margin-top: .1rem; }
.ptitle h5 { font-size: .4rem; }
.time { display: -webkit-box; display: -ms-flexbox; display: flex; }
.time > img { display: none; }
.time .bg { width: 47.39%; overflow: hidden; }
.time .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background: #F9F9F9; padding: .95rem 0 .6rem .78rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.time .font ul { margin-top: .5rem; }
.time .font ul li { overflow: hidden; position: relative; border-top: 1px solid rgba(112, 112, 112, 0.2); -webkit-transition: border-color .4s; transition: border-color .4s; }
.time .font ul li:last-child { border-bottom: 1px solid rgba(112, 112, 112, 0.2); cursor: pointer; }
.time .font ul li:last-child:hover h6 { color: #00aa4b; }
.time .font ul li.active { border-top-color: transparent; }
.time .font ul li.active h5 { opacity: .05; }
.time .font ul li.active .title span { font-size: .3rem; color: #00aa4b; margin-right: .35rem; }
.time .font ul li.active .title h6 { font-size: .24rem; font-weight: 700; color: #00aa4b; }
.time .font ul li .title { padding: .2rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.time .font ul li .title span { font-size: .18rem; font-family: 'proximarb'; color: #999; line-height: 1; display: block; position: absolute; left: 0; -webkit-transition: .5s; transition: .5s; }
.time .font ul li .title h6 { margin-left: 1.05rem; font-size: .16rem; color: #999; -webkit-transition: .5s; transition: .5s; line-height: 1.2; }
.time .font ul li h5 { position: absolute; color: #999; font-size: 1.5rem; opacity: 0; font-family: 'proximarb'; right: 0; bottom: 0; line-height: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }
.time .font ul li .text { height: 0; overflow: hidden; -webkit-transition: height .55s; transition: height .55s; padding-right: 1.28rem; }
.time .font ul li .text .textpadding { padding: .1rem 0 .5rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.time .font ul li .text .textpadding p { color: #666; font-size: 16px; }



.culture { padding: 1.1rem 0; }
.culture .w1400 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 85%; margin: 0 auto;}
.culture .w1400 figure { width: 45.71%; }
.culture .w1400 .font { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 1.45rem; }
.culture .w1400 .font p { font-size: .18rem; line-height: 2; color: #999; margin: .6rem 0 1.05rem; }
.culture .w1400 .font p em{display: block;font-weight: bold;color: #00aa4b;}
.culture .w1400 .font .items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.culture .w1400 .font .items .item { width: 1.2rem; height: 1.2rem; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.culture .w1400 .font .items .item i { font-size: .4rem; line-height: 1; color: #00aa4b; -webkit-transition: color .4s; transition: color .4s; }
.culture .w1400 .font .items .item span { color: #666; font-size: .16rem; margin-top: .08rem; -webkit-transition: color .4s; transition: color .4s; }
.culture .w1400 .font .items .item:hover:after { border-color: #00aa4b; }
.culture .w1400 .font .items .item:hover i { color: #fff; }
.culture .w1400 .font .items .item:hover span { color: #fff; }
.culture .w1400 .font .items .item:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #DCDCDC; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .5s; transition: .5s; }
.roundAni { position: relative; z-index: 1; }
.roundAni:hover:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.roundAni:before { z-index: -1; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00aa4b; -webkit-transition: .5s; transition: .5s; -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 0; border-radius: 50%; }

@media screen and (max-width: 790px) {
  .culture .w1400{width: 95%;display:block}
  .profile .w1400 .text p { font-size: 16px; line-height: 31px;}
  .about .bg {  display: none;}
  .time .imgs{display: none;}
  .time .bg{display: none;}
  .time .font{padding:50px 20px 0 20px;}
  .time .font ul li.active .title h6,.time .font ul li .title,.time .font ul li .title h6{font-size: 16px;}
  .culture .w1400 .font p{font-size: 16px;;}
  .culture .w1400 .font{margin-right: 0;}
  .culture .w1400 figure{display: none;}
  .culture .w1400 .font .items{flex-wrap: wrap;}
  .culture .w1400 .font .items .item { width: 3.2rem; height:3.2rem; }
  .culture .w1400 .font .items .item i{font-size: 1rem;}
  .culture .w1400 .font .items .item span {font-size: .26rem; }
}

.honor { padding: .85rem 0 1.25rem; }
.yanfaout {padding: 85px 0 94px;position: relative;background-image: -webkit-gradient(linear, left bottom, left top, from(#e7effb), to(#ffffff));background-image: linear-gradient(to top, #e7effb 0%, #ffffff 100%);
}
.yanfaone {margin-top: 32px;width: 100%;position: relative;padding: 120px 0;}
.yanfaone .bg {position: absolute;left: 50px;right: 50px;top: 0;z-index: 2;height: 100%;background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e8effb));background-image: linear-gradient(to top, #ffffff 0%, #e8effb 100%);border-bottom-right-radius: 200px;}
.yanfa {width: 100%;position: relative;z-index: 3;overflow: hidden;}
.yanfapicbg {float: right;width: 41%;position: relative;font-size: 0;text-align: center;}
.yanfapicbg img {max-width: 100%;-o-object-fit: cover;    object-fit: cover;}
.yanfaother {float: left;width: 37.5%;padding-top: 20px;margin-left: 12.5%;}
.yanfaother .yftitle {font-size: 28px;color: #333;line-height: 40px;font-weight: bold;height: 40px;overflow: hidden;}
.yanfaother .intro {font-size: 16px;color: #666;line-height: 36px;text-align: justify;margin-top: 20px;}
.yflist {padding: 12px 0;margin: 0 -12px 50px;overflow: hidden;}
.yflist li {float: left;width: 50%;margin: 15px 0;}
.yflist li .lin {padding: 0 12px;}
.yflist li a {display: block;position: relative;padding: 0 35px;height: 116px;border: 1px dashed #dededf;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;    -ms-flex-align: center;
        align-items: center;background-color: transparent;}
.yflist li:hover a {background-color: #8ec31f;border-color: transparent;}
.yflist li a:before {content: " ";position: absolute;left: -1px;bottom: 0;z-index: 0;width: 4px;height: 100%;background-color: transparent;-webkit-transition: .3s;transition: .3s;}
.yflist li:hover a:before {background-color: #edc31c;}
.yflist li .wz {padding: 20px 24px;}
.yflist li h3 {font-size: 15px;color: #666;line-height: 28px;max-height: 112px;overflow: hidden;-webkit-transition: .5s;transition: .5s;}
.yflist li:hover h3 {color: #fff;}
.yflist2 {margin-top: 6px;}
.yflist2 li {position: relative;}
.yflist2 li a {display: block;position: relative;font-size: 16px;color: #666;line-height: 36px;height: 36px;border-bottom: 1px dashed #ddd;padding: 12px 0;}
.yflist2 li span.info {display: block;width: 100%;height: 100%;font-size: 16px;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: .3s;transition: .3s;}
.yflist2 li:hover a {border-bottom-color: #8ec31f;border-bottom-style: solid;}
.yflist2 li:hover span {color: #8ec31f;}
@media screen and (max-width: 1400px) {
.yanfaout {
  padding: 120px 0 80px;
}
/*.yanfa{ display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}*/
.yanfaone {  padding: 100px 0;}
.yanfaother {  width: 42%;  margin-left: 8%;}
.yanfapicbg {  width: 36%;  margin-right: 8%;}
.yflist li a {  padding: 0 24px;}
.yflist li h3 {  font-size: 14px;  line-height: 25px;}
}
@media screen and (max-width: 1100px) {
.yanfaout {  padding: 90px 0 80px;}
.yanfaone {  padding: 70px 0 80px;}
.yanfaone .bg {
  left: 30px;
  right: 30px;
}
.yanfa {
  width: auto;
  margin: 0 60px;
}
.yanfapicbg {
  width: 100%;
  margin-right: 0;
}
.yanfaother {
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  padding-top: 0;
}
}
@media screen and (max-width: 750px) {
.yanfaone .bg {
  left: 0;
  right: 0;
  border-bottom-right-radius: 100px;
}
.yanfa {
  margin: 0 5%;
}
}
@media screen and (max-width: 640px) {
.yflist {
  margin: 0 0 30px;
}
.yflist li {
  width: 100%;
}
.yflist li .lin {
  padding: 0 0;
}
.yflist li a {
  height: 90px;
}
}
/*展开导航*/
.head_menu {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 160;
display: none;
background: #90d229 url('../images/navbg.jpg') right / cover no-repeat;
}
.head_menu ul {
width: 100%;
height: 100%;
overflow: hidden;
text-align: center;
position: absolute;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.head_menu ul li {
width: 20%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.head_menu ul li:before {content: '';position: absolute;left: 0;top: 0;z-index: 0;width: 1px;height: 100%;background-color: rgba(255, 255, 255, 0.1);}
.head_menu ul .wrapper {padding: 100px 0 0;position: relative;text-align: left;height: 400px;}
.head_menu ul .cn {height: 50px;font-size: 30px;color: #8ec31f;line-height: 50px;margin: 0 0 46px;}
.head_menu ul .cn a {color: #8ec31f;position: relative;}
.head_menu ul .num {font-size: 34px;line-height: 40px;color: rgba(142, 195, 31, 0.8);font-family: 'amerigobt';-webkit-transition: .5s;transition: .5s;}
.head_menu ul .num:hover {color: rgba(142, 195, 31, 0.5);}
.head_menu ul dd {width: 100%;font-size: 16px;color: #d0d6db;line-height: 34px;}
.head_menu ul dd a {position: relative;color: #333;padding: 5px 0;}
.head_menu ul dd:hover a {color: #8ec31f;}
.head_menu ul dd:hover a {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ffffff' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
background-size: 20px auto;
-webkit-animation: waveMove 1s infinite linear;
        animation: waveMove 1s infinite linear;
}
.head_menu a.close {
position: absolute;
right: 42px;
top: 50px;
width: 50px;
height: 50px;
z-index: 10;
background: url('../images/cha.png') center no-repeat;
cursor: pointer;
border-radius: 50%;
border: 2px solid #fff;
-webkit-transition: .5s;
transition: .5s;
}
.head_menu a.close:hover {
-webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}
.head_menu .cn a:after {
left: 100%;
position: absolute;
bottom: -1px;
content: " ";
width: 0;
border-bottom: 1px solid #fff;
-webkit-transition: .3s;
transition: .3s;
}
.head_menu .cn:hover a:after {
width: 100%;
left: 0;
transition: width 0.3s;
-webkit-transition: width 0.3s;
}
@media screen and (max-width: 1440px) {
.head_menu ul .num {
  font-size: 24px;
}
.head_menu ul .cn {
  font-size: 24px;
}
}
/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}


#c_portalResPublic_codeContainer-16256194315887462{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:3%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; }
.service { padding: 50px 0; } 
.service .container { max-width: 1500px; margin: 0 auto; position: relative; padding-top: 0px; overflow: hidden; }
 .service .container .box { color: #fff; max-width: 650px; position: absolute; top: 2%; left: 0; z-index: 1; pointer-events: none; } 

.service .container .box .content { font-size: 14px; color: #003087; line-height: 30px; padding: 25px 0; pointer-events: none } 
.service .container .box .link { background: #fabe00; font-family: CANARO BOLD; border: 0px solid #003c81; color: #fff; padding: 10px; text-transform: uppercase; width: 180px; max-width: 100%; margin-top: 25px; margin-left: 0px; cursor: pointer; position: relative; overflow: hidden; -webkit-transition: .3s; transition: .3s; pointer-events: auto; border-radius: 5px; } 
.service .container .box .link .txt { position: relative } 
.service .container .box .link .txt .t1 { font-size: 16px; line-height: 1.8em; font-family: "DINEngschriftStd"; padding-left: 30px; color: #fff; } 
.service .container .box .link .txt .t2 { font-size: 16px; line-height: 1em } 
.service .container .box .link i { -webkit-transition: .3s; transition: .3s; position: relative } 
.service .container .box .link:before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: #003087; -webkit-transition: .3s; transition: .3s; border-radius: 0 0px 0px 0; border-right: 50px solid #fabe00; margin-left: -50px } 
.service .container .box .link:hover:before { left: 0; margin-left: 0 }
 .service .container .box .link:hover { color: #fff } 
 .service .container .telmap{display: none;}
.service .container .map { max-width: 1339px; margin: 0 auto; position: relative; overflow: hidden } 
.service .container .map>img { width: 100% } 
.service .container .map .hint { position: absolute; width: 60px; height: 60px; transition: opacity .5s ease, transform .5s cubic-bezier(.5, 0, 0, 1), -webkit-transform .5s cubic-bezier(.5, 0, 0, 1); -webkit-transition-delay: 1s; transition-delay: 1s } 
.service .container .map .hint:before { width: 10px; height: 10px; background-color: #00ab4d } 
.service .container .map .hint:after, .service .container .map .hint:before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50% } .service .container .map .hint:after { width: 2px; height: 2px; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; -webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite; animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25, .1, .2, 1) infinite }
 .service .container .map .hint:hover:after { opacity: 0 } @-webkit-keyframes home_hero_item_hints_glow-data-v-8d9497d2 { 0% { -webkit-box-shadow:0 0 30px 5px #fff; box-shadow:0 0 30px 5px #fff } 70% { -webkit-box-shadow:0 0 70px 50px rgba(72,170,72,0); box-shadow:0 0 70px 50px rgba(72,170,72,0) } to { -webkit-box-shadow:0 0 0 50px rgba(72,170,72,0); box-shadow:0 0 0 50px rgba(72,170,72,0) } } @keyframes home_hero_item_hints_glow-data-v-8d9497d2 { 0% { -webkit-box-shadow:0 0 30px 5px #fff; box-shadow:0 0 30px 5px #fff } 70% { -webkit-box-shadow:0 0 70px 50px rgba(72,170,72,0); box-shadow:0 0 70px 50px rgba(72,170,72,0) } to { -webkit-box-shadow:0 0 0 50px rgba(72,170,72,0); box-shadow:0 0 0 50px rgba(72,170,72,0) } }
  .service .container .map .hint .hint-radius { position: absolute; top: 50%; left: 50%; width: 250px; height: 250px; margin: -125px 0 0 -125px; border-radius: 50%; transition-property: background-color, opacity, visibility, transform, -webkit-transform; -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1); transition-timing-function: ease, ease, ease, cubic-bezier(.5, 0, 0, 1); -webkit-transition-duration: .5s; transition-duration: .5s; opacity: 0; visibility: hidden; -webkit-transform: scale(0); transform: scale(0) } 
  .service .container .map .hint:hover .hint-radius { background-color: #fff; opacity: .1; visibility: visible; -webkit-transform: scale(1); transform: scale(1) } 
  .service .container .map .hint .hint-dot { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 30px; height: 30px; border-radius: 50%; background:rgba(0,170,75,0.5); -webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 3s linear infinite; animation: home_hero_item_hints_border-data-v-8d9497d2 3s linear infinite }

@-webkit-keyframes home_hero_item_hints_border-data-v-8d9497d2 { 0%, to { border-color:hsla(147,99%,39%,1); -webkit-transform:translate(-50%, -50%) scale(.95); transform:translate(-50%, -50%) scale(.95) } 
  50% { border-color:hsla(147,99%,39%,1); -webkit-transform:translate(-50%, -50%) scale(1); transform:translate(-50%, -50%) scale(1) } } 

  @keyframes home_hero_item_hints_border-data-v-8d9497d2 { 0%, to { border-color:hsla(147,99%,39%,1); -webkit-transform:translate(-50%, -50%) scale(.95); transform:translate(-50%, -50%) scale(.95) }
   50% { border-color:hsla(147,100%,39%,1); -webkit-transform:translate(-50%, -50%) scale(1); transform:translate(-50%, -50%) scale(1) } }

   .service .container .map .hint .hint-content { position: absolute; width: 180px; color: #fff; z-index: 5; padding: 12px 0; font-size: 12px; color: #333; -webkit-transition: opacity .7s ease, visibility .7s ease; transition: opacity .7s ease, visibility .7s ease; opacity: 0; visibility: hidden } 
   .service .container .map .hint:hover .hint-content { opacity: 1; visibility: visible } 
   .service .container .map .hint .hint-content:after, .service .container .map .hint .hint-content:before { content: ""; position: absolute; height: 1px; background-color: #00ab4d; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; opacity: 0 } 
   .service .container .map .hint .hint-content:before { width: 180px } 
   .service .container .map .hint .hint-content:after { width: 80px }
    .service .container .map .hint:hover .hint-content:after, .service .container .map .hint:hover .hint-content:before { opacity: 1 } 
    .service .container .map .hint:hover .hint-content:before { -webkit-transition-delay: .15s; transition-delay: .15s } 
    .service .container .map .hint .hint-content p { opacity: 0; -webkit-transition-delay: .3s; transition-delay: .3s } 
    .service .container .map .hint:hover .hint-content p { opacity: 1 } 
    .service .container .map .hint.beimei { top: calc(34.64% - 30px); left: calc(64.29% - 30px) } 
    .service .container .map .hint.beimei .hint-content { top: 85px; right: 50%; -webkit-transform: translateX(100%); transform: translateX(100%); margin-right: -55px } 
    .service .container .map .hint.beimei .hint-content:before { top: 0; left: 0 } 
    .service .container .map .hint.beimei .hint-content:after { top: 0; left: 0; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transform-origin: 0 50%; transform-origin: 0 50% } 
    .service .container .map .hint.ouzhou { top: calc(54.5% - 30px); left: calc(74.47% - 30px) } 
    .service .container .map .hint.ouzhou .hint-content { top: 85px; left: 50%; -webkit-transform: translateX(-100%); transform: translateX(-100%); margin-left: -55px } 
    .service .container .map .hint.ouzhou .hint-content:before { top: 0; right: 0 } 
    .service .container .map .hint.ouzhou .hint-content:after { top: 0; right: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50% } 

    .service .container .map .hint.zhongdong { top: calc(47.5% - 30px); left: calc(66.47% - 30px) } 
    .service .container .map .hint.zhongdong .hint-content { top: 85px; left: 50%; -webkit-transform: translateX(-100%); transform: translateX(-100%); margin-left: -55px } 
    .service .container .map .hint.zhongdong .hint-content:before { top: 0; right: 0 } 
    .service .container .map .hint.zhongdong .hint-content:after { top: 0; right: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50% } 

    .service .container .map .hint.yatai { top: calc(20.5% - 30px); left: calc(75.52% - 30px) } 
    .service .container .map .hint.yatai .hint-content { bottom: 85px; right: 50%; -webkit-transform: translateX(100%); transform: translateX(100%); margin-right: -55px } 
    .service .container .map .hint.yatai .hint-content:before { bottom: 0; left: 0 } 
    .service .container .map .hint.yatai .hint-content:after { bottom: 0; left: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 0 50%; transform-origin: 0 50% } 
    .service .container .map .hint.nanmei { top: calc(75.06% - 30px); left: calc(30.24% - 30px) }
     .service .container .map .hint.nanmei .hint-content { bottom: 85px; right: 50%; -webkit-transform: translateX(100%); transform: translateX(100%); margin-right: -55px } 
     .service .container .map .hint.nanmei .hint-content:before { bottom: 0; left: 0 } 
    .service .container .map .hint.nanmei .hint-content:after { bottom: 0; left: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 0 50%; transform-origin: 0 50% } 

    .service .container .map .hint.feizhou { top: calc(60.06% - 30px); left: calc(53.24% - 30px) }
     .service .container .map .hint.feizhou .hint-content { bottom: 85px; right: 50%; -webkit-transform: translateX(100%); transform: translateX(100%); margin-right: -55px } 
     .service .container .map .hint.feizhou .hint-content:before { bottom: 0; left: 0 } 
    .service .container .map .hint.feizhou .hint-content:after { bottom: 0; left: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 0 50%; transform-origin: 0 50% } 


    .service .container .map .hint.dayang { top: calc(79.13% - 30px); left: calc(83.86% - 30px) }
     .service .container .map .hint.dayang .hint-content { bottom: 85px; right: 50%; -webkit-transform: translateX(100%); transform: translateX(100%); margin-right: -55px } 
    .service .container .map .hint.dayang .hint-content:before { bottom: 0; left: 0 } 
    .service .container .map .hint.dayang .hint-content:after { bottom: 0; left: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: 0 50%; transform-origin: 0 50% } 
    .service .container .map .ningbo { position: absolute; top: 42.02%; left: 77.49%; }
     .service .container .map .ningbo:before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 8px; height: 8px; background-color: #fabe00; border-radius: 50% } 
     .service .container .map .ningbo .tq1 { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background-color: hsla(50,200%,40%,.2); -webkit-animation: bianda-data-v-8d9497d2 2.5s linear infinite; animation: bianda-data-v-8d9497d2 2.5s linear infinite } 
    .service .container .map .ningbo .tq2 { -webkit-animation: bianda2-data-v-8d9497d2 2s linear infinite; animation: bianda2-data-v-8d9497d2 2s linear infinite }
     .service .container .map .ningbo .tq2, 
     .service .container .map .ningbo .tq3 { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background-color:hsla(50,200%,40%,.1); }
      .service .container .map .ningbo .tq3 { -webkit-animation: bianda3-data-v-8d9497d2 3s linear infinite; animation: bianda3-data-v-8d9497d2 3s linear infinite }
       .service .container .map .ningbo .content { position: absolute; left: 20px; bottom: -10px; font-size: 12px; color: #333; width: 200px; } 
       .service .container .map .ningbo .content img{width: 70%;}
    .service .container .map .ningbo .content img { margin-left: -30px } @-webkit-keyframes bianda-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(10); transform:scale(10) } } @keyframes bianda-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(10); transform:scale(10) } } @-webkit-keyframes bianda2-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(13); transform:scale(13) } } @keyframes bianda2-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(13); transform:scale(13) } } @-webkit-keyframes bianda3-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(17); transform:scale(17) } } @keyframes bianda3-data-v-8d9497d2 { 0% { -webkit-transform:scale(1); transform:scale(1) } to { -webkit-transform:scale(17); transform:scale(17) } } 
    @media (max-width:768px) { 
      .service{padding: 50px 0 0 0;}
      .service .container { padding-top: 0; }
     .service .container .map { display: block; } 
     .pcmap{display: none;}
     .service .container .telmap{display: block;width: 100%;}
    .service .container .box .title .en { font-size: 22px; line-height: 24px; }
    .service .container .box .title .cn { font-size: 28px; } 
    .service .container .map .hint, .service .container .map .ningbo { display: none; } 
    .service .container .box { position: static;  }
   } 