@charset "UTF-8";
.container,.head_main,.wrap,.inx-main{padding-right: 15px;padding-left: 15px;margin:0 auto;}
@media (min-width: 768px) {
	.wrap,.container{ width: 750px;}
}
@media (min-width: 992px) {
    .wrap,.container,.head_main,.inx-main{width: 970px;}
}
@media (min-width: 1260px) {
 	.wrap,.container,.head_main,.inx-main{ width: 1230px;}
}
@media (min-width: 1460px) {
  .wrap,.container,.head_main,.inx-main{ width: 1430px;}
}
@media (min-width: 1680px) {
  .head_main,.inx-main{ width: 1430px;}
}
@media (min-width: 1920px) {
  .head_main{ width: 1750px;}
  .inx-main{width: 1702px;}
}
.header {z-index: 1000;position: fixed;top: 0;height: 100px;width: 100%;background: #fff;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);}
.index .header{background: transparent;}
.index .header::before{position: absolute;content: "";width: 100%;height: 1px;background: rgba(255,255,255,.15);left: 0;bottom: 0;}
.index .header.on::before{display: none;}

/*===============下拉==============*/
@keyframes move_wave {
    0% {
        transform: translateY(0) rotateX(0) scaleY(1)
    }
    50% {
        transform: translateY(-25%) rotateX(180deg) scaleY(.55)
    }
    100% {
        transform: translateY(-50%) rotateX(0) scaleY(1)
    }
}

.header .logo{display: inline-block; margin-top: 27px; float: left;transition: all .5s;}
.header .logo img{display: block;width: 100%;}
.logo-wave{width: 120px;height: 46px;position:relative;overflow:hidden;}
.logo-wavea{}
.logo-wavea>div{    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;}

.wave1{background-size: 50% 30px;animation: move-wave 3s; -webkit-animation: move-wave 3s; -webkit-animation-delay: 1s;animation-delay: 1s;}
.wave2{background-size: 50% 30px;animation: move_wave 10s linear infinite;}
.wave3{background-size: 50% 30px;animation: move_wave 15s linear infinite;}
.logo h3{width: 64px;}
.logo h3{font-family: "造字工房悦黑演示版常规体";font-size: 15px;line-height: 30px;color: #222;}
.index .header .logo h3{color: #fff;}
.index .header.on .logo h3{color: #222;}
.index .header .logo .logo-wave{width: 120px;height: auto;}
/* .index .header.on .logo.on .logo-wave{width: 110px;height: 28px;} */
.index .header .logo.on,.index .header.on .logo{display: none;}
.index .header.on .logo.on{display: block;}
.foot-top .logo-wave{width: 110px;height: auto;}

.header.on{background: #fff;}
.navbar{float: left;margin-left: 24px;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;padding: 0 17px;}
.category-item-single{position: relative;}
.category-a{padding: 0 9px; display: block;font-size: 16px;line-height: 100px;color: #333;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;}
.index .header .category-a{color: #fff;}
.index .header.on .category-a{color: #333;}

.category-a::after{content: '';width:0;height: 3px;background: #0e68c3;background-size: cover; position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#0e68c3; }
.index .header .category-item.active .category-a,.index .header .category-item:hover .category-a{color:#fff;}
.index .header.on .category-item.active .category-a,.index .header.on .category-item:hover .category-a{color:#0e68c3;}
.category-item.active .category-a{font-weight: bold;}
.index .header .category-a::after{background-color: #fff;}
.index .header.on .category-a::after{background: #0e68c3;}
.header.on{height: 80px;}
.header.on .category-a{line-height: 80px;}
.header.on .logo{margin-top: 17px;}
.header.on .head-tel{padding: 30px 0 30px 26px;color: #333;}
.header-language{float: right;padding: 39px 0;margin-left: 28px;/* margin-top: 11px; */transition: ease .5s;}
.header.on .header-language{padding: 29px 0;}
.header-language a{background: transparent; display: inline-block;font-size: 14px;line-height: 22px;font-family: "Arial";color: #333;transition: ease .5s;border-radius: 30px;padding: 0 10px;}
.header-language a:hover{color: #0e68c3;}
.index .header .header-language a{color: #fff;}
.index .header.on .header-language a{color: #333;}
.index .header .header-language a:hover{color: #fff;}
.index .header.on .header-language a:hover{color: #0e68c3;}
.index .header .header-language a.on{color: #0e68c3;background: #fff;}
.header-language a.on,.index .header.on .header-language a.on{color: #fff;background: #0e68c3;margin-right: -3px;}


.dropdown-menu.full-screen { position: absolute; top: 100%; z-index: 1100;background-color: rgba(255,255,255,0.9);border-top: 1px solid #dae1e6;-webkit-transition: none;-o-transition: none;transition: none;height: auto;display: none;overflow: hidden;width: 100%;min-width: 1200px;left: 0;margin-top: 0;-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);}
.dropdown-container{box-sizing: border-box;padding: 30px 0 60px;}
.p-drop-le{height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
.p-drop-Lwrap{box-sizing: border-box;overflow-y: auto;max-height: 450px;}
.column-item{float: left;margin-right: 109px;margin-bottom: 90px;padding-right:30px;}
.column-item:nth-child(7n){margin-right: 0;}
.column-item a{display: block;font-size: 14px;color: #666;line-height: 30px;}
.column-item a:hover{color: #0e68c3;}
.column-item .nav-title{font-size: 16px;color: #333;margin-bottom: 9px;position: relative;padding-left: 12px;}
.column-item .nav-title:before{content: '';width: 2px;height: 25px;background: #0e48a7;position: absolute;left: 0;top: 50%;margin-top: -12.5px;}
.category-item:hover .dropdown-menu.full-screen{display: block;visibility: visible;}
.dropdown-menu.single {position: absolute;top: 100%;left: 50%; -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);transform: translate(-50%,0);z-index: 1100;background: rgba(255,255,255,1); margin-top: 0; max-height: 0;opacity: 0;overflow: hidden;-webkit-transition: max-height .5s;-o-transition: max-height .5s;transition: max-height .5s; border: none; color: #303233; box-shadow: 0 0 10px rgba(0,0,0,0.15);height: auto;padding: 0; display: block;}
.dropdown-menu.single ul{padding: 0px 0;}
.dropdown-menu.single li{ display: block;font-size: 16px; width: 100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;}
.dropdown-menu.single li:last-child{border-bottom: 0;}
.dropdown-menu.single li>a {padding: 22px 50px;padding-left: 50px;white-space: nowrap;display: inline-block; width: 100%; color: #333;line-height: 1; height: auto; background: 0 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.dropdown-menu.single li>i{display: block;font-size: 16px;color: #4d4d4d;position: absolute;right: 25px;top:50%;margin-top: -8px;}
.dropdown-menu.single li:hover a{color:#fff;background: #69c133;}
.dropdown-menu.single li:hover i{color:#0e48a7; }
.category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;}
.head-tel{float: right;font-size: 16px;color: #333;background: url(../images/head-tel1.png) no-repeat left center;padding: 40px 0 40px 26px;font-family: 'DIN-REGULAR';}
.index .header .head-tel{color: #fff;}
.index .header.on .head-tel{color: #333;}
.language{float: right;position: relative;margin-top: 32px;margin-left: 24px;}
.header.on .language{margin-top: 22px;}
.index .header .head-tel{background-image: url(../images/head-tel.png);}
.index .header.on .head-tel{background-image: url(../images/head-tel1.png);}
.language-text{display: block;color: #666;line-height:36px;padding:0 4px;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.language-text .icon-down{ display:block;float: right; vertical-align: middle;font-size: 12px; margin-left: 5px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;}
.language-list{position: absolute;top:100%;right: 0;z-index: 10;background: #fff;padding:0px 0;-webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);opacity: 0;visibility: hidden;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.language-list a{display: block;padding:10px 20px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.language-list a:hover{color: #1e753d}
.language:hover .language-text{color: #1e753d;}
.language:hover .language-text .icon-down{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.language:hover .language-list{opacity: 1;visibility: visible;}

.header-search{float: right;margin: 35px 0;margin-left: 18px;}
.bt-search{ position: relative;  border: none; background: none;  float: left; width: 30px; height:30px;text-align: right; line-height: 30px;padding: 5px 0; cursor: pointer;  transition: .5s;z-index: 10;}

.bt-search .sub-bot {  display: inline-block;  width: 18px; height: 20px; line-height: 34px;  background: transparent; border: none;  z-index: 3; cursor: pointer; background: url(../images/icon-search.png) no-repeat center transparent; padding-right: 0px;}
.searchop .search-all{  z-index: 10; opacity: 1; visibility: visible;}
.search-all{ position: absolute; right: 50px; top: 50%; width: 300px; height: auto;z-index: -1; opacity: 0;visibility: hidden; transition: all .2s;}
.search-all .search-box{  position: relative; height: 36px; margin-top: 38px;background: #fff;}
.searchop .search-all .search-box{ animation: searchform-fade 400ms both;}
.searchop .search-all form{ animation: searchform-slide 1s both; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.search-all .search-box .search-txt{ color: #333; line-height: 34px;  width: 44px;  text-align: center;cursor: pointer; transition: all .3s ease-out;}
.search-all .search-box .search-txt i{font-size: 20px!important;}
.search-all .search-box .search-txt.left{ float: left;}
.search-all .search-box .search-inp{  margin-left: 44px;transition: all .3s ease-out 0s;margin-right: 44px;}
.search-all .search-box .search-inp input{  font-size: 16px; line-height: 36px; color: #333; width: 100%; border-radius: 5px;}
.searchop .search-close{  opacity: 1;  transition: all .2s ease-out 0s;}
.search-all .search-box .search-close{  width: 44px; height: 36px; font-size: 16px; color: #333;line-height: 36px; text-align: center; cursor: pointer; position: absolute;  top: 0;   right: 0;  opacity: 1;}
.searchop .search-close:hover{}
.searchshow .top2-bu a{-webkit-animation: item-searchshow .4s both;   animation: item-searchshow .4s both;}

/*app-头部*/
.header-app{background: white; display: none;position: fixed;top: 0;left: 0;width: 100%;height: 60px;z-index: 500; -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);-o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);}
.header-app.open-menu{height: 100%; background: #fff;-webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);-o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);}
.navbar-app{ position: relative;  -webkit-box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);box-shadow: 3px 0 7px 0 rgba(0,0,0,.1); height: 60px;text-align: center; }
.header-app .logo{float: left;height: 60px;vertical-align: middle;padding: 10px 15px;}
.header-app .logo img{ height:100%;}
.navbar-togger {float: right; background: transparent;border: none;padding: 22px 15px; display: inline-block;visibility: visible;transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);}
.navbar-togger .icon_bar {width: 24px;height: 2px;background-color: #0e68c3;opacity: 1;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.navbar-togger .icon_bar:nth-of-type(2) { margin:5px 0;}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) { opacity: 0;}
.open-menu .navbar-togger .icon_bar:first-child { -webkit-transform: translate(0,7px) rotate(45deg);-ms-transform: translate(0,7px) rotate(45deg); transform: translate(0,7px) rotate(45deg);}
.open-menu .navbar-togger .icon_bar:last-child {-webkit-transform: translate(0,-7px) rotate(-45deg);-ms-transform: translate(0,-7px) rotate(-45deg);transform: translate(0,-7px) rotate(-45deg);}
.nav-menu{position: absolute;top: 60px;left: 0;bottom: 0;right: 0; width: 100%;z-index: 620;padding:20px 15px; overflow-x: hidden;overflow-y: auto;visibility: hidden;-webkit-transition: visibility 0s linear 1s;-o-transition: visibility 0s linear 1s;transition: visibility 0s linear 1s;}
.header-app.open-menu .nav-menu{visibility: visible;-webkit-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}
.nav-list li{border-bottom: 1px solid #cfcfcf;opacity: 0; pointer-events: none;}
.nav-list li.open{border-bottom: none;}
.header-app.open-menu .nav-list li{ opacity: 1;pointer-events: auto;-webkit-transform: none;-ms-transform: none;transform: none;}
.nav-list li:nth-child(1){-webkit-transform: translateY(-44px);-ms-transform: translateY(-44px);transform: translateY(-44px);transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s,-webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;}
.header-app.open-menu .nav-list li:nth-child(1){transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s,-webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;}
.nav-list li:nth-child(2){-webkit-transform: translateY(-40px);-ms-transform: translateY(-40px);transform: translateY(-40px);transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;}
.header-app.open-menu .nav-list li:nth-child(2){transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s,-webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;}
.nav-list li:nth-child(3){-webkit-transform: translateY(-36px);-ms-transform: translateY(-36px);transform: translateY(-36px);transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;}
.header-app.open-menu .nav-list li:nth-child(3){transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s,-webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;}
.nav-list li:nth-child(4){-webkit-transform: translateY(-32px);-ms-transform: translateY(-32px);transform: translateY(-32px);transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;}
.header-app.open-menu .nav-list li:nth-child(4){transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s,-webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;}
.nav-list li:nth-child(5){ -webkit-transform: translateY(-28px);-ms-transform: translateY(-28px);transform: translateY(-28px);transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;}
.header-app.open-menu .nav-list li:nth-child(5){transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;}
.nav-list li:nth-child(6){-webkit-transform: translateY(-24px);-ms-transform: translateY(-24px);transform: translateY(-24px);transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;}
.header-app.open-menu .nav-list li:nth-child(6){transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s,-webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;}
.nav-list li:nth-child(7){-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px);transform: translateY(-20px);transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,-webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;}
.header-app.open-menu .nav-list li:nth-child(7){transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s,transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s,-webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;}
.nav-list li:nth-child(8){-webkit-transform: translateY(-16px); -ms-transform: translateY(-16px);transform: translateY(-16px);transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s,transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s,-webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;}
.header-app.open-menu .nav-list li:nth-child(8){ transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s,transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;}
.cate-item{position: relative;}
.cate-item a{font-size: 16px;line-height: 48px; margin-right: 60px; display: block; color: #444;}
.nav-list li.active .cate-item a,.nav-list li.open .cate-item a{color: #0e68c3;}
.category-cont a:last-child{border:none;}
.category-cont a.active{color:#0e68c3;}
.category-tig{font-size: 14px; color: #888;text-align: right;line-height: 48px;width: 50px; height: 48px; position: absolute; right: 0;top: 0;z-index: 2;}
.category-tig::before,.category-tig::after{ content: '';background: #888; position: absolute; top:50%; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.category-tig::before{ width:16px; height: 2px; right:0; margin-top:-1px;}
.category-tig::after{ width:2px;height: 16px;margin-top: -8px;right:7px;}
.nav-list li.open .category-tig::after{ opacity: 0;}
.nav-list li.open .category-tig::before{background: #0e68c3;}
.category-cont{display: none;}
.nav-list li.open .category-cont{display: block;border-top:solid 1px #cfcfcf;border-bottom:solid 1px #cfcfcf;}
.category-pad{ padding: 0 15px;}
.category-cont a {line-height:40px;border-bottom: 1px solid #cfcfcf; display: block; color: #666;}
.category-pad a.active{color: #0e68c3;}
.app-lanu {text-align: center; padding: 20px 0;}
.app-lanu a { display: inline-block; padding: 0 10px;line-height: 24px; color: #666;}
.app-lanu a.on {  color: white; background: #0e68c3; border-radius: 30px;}



.banner{margin-top: 0px;}
.banner img.bannerappimg{display: none;}

.banner-slide{position: relative;width: 100%;display: block;}
.banner-bfslide::before{opacity: 0; position: absolute;content: "";width: 100%;height: 100%;background: url(../images/banner-bf.png)no-repeat center;background-size: 100% 100%;left: 0;top: 0;transition: ease .5s;}

.banner-cont{position: absolute;z-index: 3; width: 100%;left: 0;top: 50%;transform: translateY(-50%);margin-top: 0;}
.banner-font{
    width: auto;
    padding-top: 0;text-align: center;
}
.banner-font h3{font-size: 80px;line-height: 80px;color: #fff;transition: ease 1.2s;}
.banner-font h3 span{display: inline;vertical-align: bottom;}
.banner-font h3 em{display: inline-block;font-size: 0;width: 76px;vertical-align: bottom;}
.banner-font h3 em img{max-width: 100%;display: inline-block;}
.banner img{display: block;width: 100%;}

.banner .swiper-pagination{bottom: 30px !important;height: 6px;font-size: 0;}
.banner .swiper-pagination-bullet{width: 20px;height: 6px;background: white;opacity: 1;border-radius: 30px; margin: 0 5px !important;}
.banner .swiper-pagination-bullet-active{width: 40px;}
.banner-mo{margin-top: 41px;}
em.fontaw{font-style: normal; font-family: 'fontaw';font-size: 20px;position: relative;z-index: 3;}
#canvas {
				position: absolute;
				z-index: 10;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				cursor: none;
			}
.banner:hover .banner-bfslide::before{opacity: 0;}

.more a.cc{color:#fff;}
.more{position: relative;z-index: 22;padding: 0 18px;margin: 0 auto; width: 200px;font-size: 14px;color: #0e68c3;background: transparent;line-height: 44px; height: 46px;overflow: hidden; display: block;text-align: center;transition: all .5s;border: 1px solid #bbcfe5;}
.more a{color: #0e68c3;display: block;}
.more span{display: inline-block; position: relative;height: 100%;z-index: 5;}
.more::before{
	position: absolute;
	content: '';
	top: 0;
	right: -30%;
	bottom: 0;
	left: -30%;
	z-index: -1;
	/* background: linear-gradient(to right, #0e68c3, #0e68c3); */
	transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s;
	transition: transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s, opacity 0.4s linear;
	opacity: 0;
	transition-delay: 0s,0s;
	transform: translate(0, 0) skew(-60deg, 0deg);
}
.more:hover::before{opacity: 1;}
.more:hover,.more:hover a{color: #fff;}

.more2{position: relative;z-index: 22; font-size: 18px; display: block;text-align: left;color: #666;line-height:30px;transition: all .5s;font-family: "AkzidenzGrotesk-Light";}
.more2 a{color: #666;}
.more2 span{display: inline-block;position: relative;padding-right: 50px;}
.more2 span::before{position: absolute;content: "";width: 40px;height: 8px;background: url(../images/more2.png)no-repeat center;background-size: 100% 100%;right: 0;top: 50%;transform: translateY(-50%);transition: ease .5s;}

.more2:hover span::before{
	background-image: url(../images/more2a.png);transform: translateY(-50%) translateX(20px);
}
.more2:hover a{color: #0e68c3;}

.size{background-size: 100% 100%;}


/*  */


.banner-font .banner-brand{opacity: 0;transform: translateX(-80px);transition: all .7s 1s;}
.banner-font h3{opacity: 0;transform: translateY(-70px);transition: all .7s 1.2s;}
.banner-font h4{opacity: 0;transform: translateX(-60px);transition: all .7s 1.4s;}
.banner-mo{opacity: 0;transform:  translateX(-50px);transition: all .7s 1.6s;}

.banner .swiper-slide-active .banner-font h3{opacity: 1;transform: translateY(0);}
.banner .swiper-slide-active .banner-font .banner-brand,
.banner .swiper-slide-active .banner-font h4,
.banner .swiper-slide-active .banner-mo{opacity: 1;transform: translateX(0);}

.banner-mo span{transition: none;}
.banner .swiper-slide-active .banner-mo{transition: all.5s;}

.banner-img{display: block;width: 100%;position: absolute;left: 0;top: 0;}
.banner-img2{opacity: 0;transform: translateY(-70px);transition: all 1.4s 1.8s;}
.banner-img1{opacity: 0;transform: translateY(70px);transition: all 1.4s 2s;}
.banner .swiper-slide-active .banner-img2,
.banner .swiper-slide-active .banner-img1{transform: translateY(0);opacity: 1;}
#holder{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;z-index: 2;
}
#holder canvas{width: 100%;height: 100% !important;}
#diqiu{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;z-index: 1;}
  #diqius,#diqiu2 {
                  position: absolute;
  				width: 100% !important;
                  height: 100% !important;
                  top: 0%;
                  z-index: 3;left: 0;
              }
  .diqiu2{}
  #diqiu2{top: -13%;height: auto !important;}
  .banner-img.banner-img2{display: none;}
 @media (max-width:1860px) {
 	#diqiu2{top: -26%;}
	.banner-font h3{font-size: 70px;}
 }
 @media (max-width:1580px) {
	 #diqiu2{top: -30%;}
	 .banner-font h3{font-size: 60px;}
	 .banner-font h3 em{width: 65px;}
	 #diqius,#diqiu2{display: none;}
	 .banner-img.banner-img2{display: block;}
 }
 @media (max-width:1550px) {
 	
	
 }
 @media (max-width:1510px) {
	
 }
 @media (max-width:640px) {
	 #holder{display: none;}
	 .banner-img.banner-img2{display: none;}
 }
/**/
.foot{border-top: 1px solid #e5e5e5; background-repeat: no-repeat;background-position: center; background-size: cover;}
.foot-wx{
    width: 160px;
    height: 170px;

    display: inline-block;
    padding: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    border-radius: 7px;
    /* box-shadow: 0 0 1px 0; */
}
.index .foot,.index .foot-app{border: none;}
.foot-top{padding: 69px 0 51px;}
.foot-left{float: left;width: 300px;padding-top: 25px;}
.foot-tel{margin-bottom: 0;padding-left: 0;/* background: url(../images/foot-tel.png) no-repeat left center; */font-size: 34px;line-height: 36px;color: #ededed;}
.foot-tel h3{font-family: 'itc'; font-size: 26px;color: #fff;}
.foot-tel h4{font-size: 14px;color: #ababaf;}
.foot-add{padding-left: 0;font-size: 16px;line-height: 30px;color: #333;margin-top: 46px;}
.foot-add p{font-size: 14px;color: #ababaf;line-height: 22px;}
.foot-share{margin-top: 27px;}
.foot-share a{margin: 0 !important;padding: 0 !important; width: 38px;height: 38px !important;line-height: 37px !important;
text-align: center;font-size: 22px !important;transition: ease .5s;
color: #999 !important;background: none !important; display: block;float: left !important;
margin-right: 25px !important;opacity: 1 !important;border-radius: 50%;border: 1px solid #999;}
.foot-share a:hover{opacity: 1 !important;color: #0e68c3 !important;border-color: #0e68c3;}
.foot-nav{float: right;margin-left: 30px;}
.foot-nav dl{float: left;padding-left: 130px;}
.foot-nav dt a{display: block;font-size: 20px;color: rgba(255,255,255,0.8);line-height: 60px;}
.foot-nav dd a{display: block;font-size: 14px;color: rgba(255,255,255,0.6);line-height: 30px;}
.foot-nav dt a:hover,.foot-nav dd a:hover{color: white;}
.foot-bot{/* background: #1f2023; */position: relative;}
.foot-bot p{ padding: 25px 0;float: left;font-size: 16px;color: rgba(255,255,255,0.6);}
.foot-bot p a{font-size: 16px;color: rgba(255,255,255,0.6);padding-right: 35px;}
.foot-map{float: right;padding: 25px 15px;}
.foot-map  a{font-size: 16px;color: rgba(255,255,255,0.6);}
.foot-link{float: right;padding: 25px 0;cursor: pointer;margin-left: 24px;}
.foot-friend {position: absolute;bottom: 100%;left: 0;width: 100%;background:#f7f7f7;padding: 15px 0; z-index: 20;line-height: 1.5;display: none;}
.foot-link span{padding: 0 15px;border-right: solid 1px #9d9d9e; font-size: 16px;color: rgba(255,255,255,0.6);display:block;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.foot-link:hover span{color: #fff;}
.foot-friend a {margin: 0 8px;color: #666;display: inline-block;vertical-align: top;}
.foot-link:hover .foot-friend {display: block;}
.foot-bot a:hover{color: #0e68c3;}
.foot-friend a:hover{color: #0e68c3;}

.foot-top{}
.foottop-link{font-size: 0;margin-top: 9px;}
.foottop-link span{display: inline-block;position: relative;padding: 0 10px;}
.foottop-link span a{display: block;font-size: 14px;line-height: 24px;color: #666;transition: ease .5s;}
.foottop-link span a:hover{color: #0e68c3;}
.foottop-link span::before{position: absolute;content: "";width: 1px;height: 15px;background: #666;right: 0;top: 50%;transform: translateY(-50%);}
.foottop-link span:last-child{padding-right: 0;}
.foottop-link span:first-child{padding-left: 0;}
.foottop-link span:last-child::before{display: none;}
.foot-friendlink{font-size: 0;border-bottom: 1px solid rgba(255,255,255,.1);padding-bottom: 23px;}
.foot-friendlink span{display: inline-block;color: rgba(255,255,255,.3);font-size: 16px;line-height: 30px;}
.foot-friendlink a{display: inline-block;color: rgba(255,255,255,.3);font-size: 16px;line-height: 30px;margin-right: 35px;transition: ease .5s;}
.foot-friendlink span:last-child{padding-right: 0;}
.foot-friendlink a:hover{color: #fff;}

.foot-bot{padding: 0;}
.foot-right{float: right;max-width: 40%;}
.foot-ewm{float: right;max-width: 26.8%;}
.foot-ewm img{}
.foot-rifont{float: right;text-align: right;padding-right: 29px;max-width: 73.2%;}
.foot-tel{font-family: "AkzidenzGrotesk-Light";margin-top: 16px;}
.foot-left{float: left;width: auto;padding-top: 0;max-width: 60%;}
.foot-logo{width: 160px;}
.foot-nav{float: none;margin: 22px 0 0;}
.foot-nav a{display: inline-block;padding-left: 0;margin-right: 30px;position: relative;font-size: 18px;line-height: 30px;color: #333;margin-top: 10px;}
.foot-nav a::before{position: absolute;content: "";width: 4px;height: 4px;border-radius: 50%;background: #a0a0a0;left: 0;top: 50%;transform: translateY(-50%);display: none;}
.foot-spanli{font-size: 0;margin: 22px 0 0;}
.foot-nav a:last-child{margin-right: 0;}
.foot-spanli span{display: inline-block;position: relative; font-size: 16px;line-height: 30px;color: rgba(255,255,255,.3);margin-right: 30px;}
.foot-spanli span.foot-bean{padding-left: 30px;}
.foot-spanli span.foot-bean::before{position: absolute;content: "";width: 22px;height: 24px;background: url(../images/footer-icon1.png)no-repeat center;background-size: 100% 100%;left: 0;top: 50%;transform: translateY(-50%);}
.foot-spanli span a{display: block;font-size: 16px;line-height: 30px;color: rgba(255,255,255,.3);transition: ease .5s;}
.foot-spanli span:last-child{margin-right: 0;}
.bottom-ulfont{float: left;position: relative;padding-right: 0px;}
.bottom-ul{margin: 0 -35px;}
.bottom-ul ul{float: left;margin: 0 35px;position: relative;}
.bottom-ul ul.bottom-secul::before{display: none;}
.bottom-ul ul.bottom-secul{margin-left: 30px;margin-right: 0;}
/* .bottom-ul ul:last-child{margin-left: 80px;} */
.bottom-ul ul.botul-k{margin: 0 55px 0 5px;}
.bottom-ul ul li{padding: 0px 0;}
.bottom-ul ul li:first-child{margin-bottom: 0;}
.bottom-ul ul li span{display: inline !important;}
.bottom-ul ul li em{display: inline;font-size: 20px;line-height: 30px;color: rgba(255,255,255,.8);font-family: "Arial";}
.bottom-ul ul li em.botem-sma{font-size: 16px;}
.bottom-ul ul li a,
.bottom1-contact li,
.bottom-ul ul li span{display: block;font-size: 16px;line-height: 40px;color: #666;transition: ease .5s;}
.bottom-ul ul li:first-child a{font-size: 18px;color: #222;position: relative;margin-bottom: 6px;}
.bottom-secul li:first-child a{opacity: 0;cursor: auto;}

.bottom-ul ul li a:hover{color: #0e68c3;}

.foottop-le{float: left;padding-top: 5px;}
.foottop-ri{float: right;}
.foot-bot{}
.footbot-con{padding: 29px 0 29px; font-size: 0;text-align: center;border-top: 1px solid #e5e5e5;}
.footbot-con>div{display: inline-block;margin: 0 20px; position: relative; font-size: 14px;line-height: 24px;color: #666;}
.footbot-con em{ font-family: 'DIN-REGULAR';font-size: 15px;}
.foot-beian{padding-left: 32px;}
.foot-beian::before{position: absolute;content: "";width: 22px;height: 24px;background: url(../images/footer-icon1.png)no-repeat center;background-size: 100% 100%;left: 0;top: 50%;transform: translateY(-50%);}
.foot-call{padding-left: 34px;}
.foot-call::before{position: absolute;content: "";width: 24px;height: 24px;background: url(../images/footer-icon2.png)no-repeat center;background-size: 100% 100%;left: 0;top: 50%;transform: translateY(-50%);}
.foot .logo h3{width: 52px;}

/*app-底部*/
.foot-app{width:100%;background-size: cover;background-repeat: no-repeat;background-position: center;border-top: 1px solid #e5e5e5; display: none;}
.foot-pad{padding: 0 15px;}
.footer-tit{position: relative;border-bottom:1px solid  rgba(255,255,255,0.2);}
.open .footer-tit a{color: #fff;}
.footer-tit a{ font-size:16px;color: rgba(255,255,255,0.8);line-height:48px;margin-right: 48px;display: block;}
.footer-tig {font-size: 14px; color: #888; text-align: right; line-height: 48px; width: 20px;height: 48px;position: absolute;right: 0px;top: 0;z-index: 2;}
.footer-tig::before,.footer-tig::after {content: '';background:  rgba(255,255,255,0.6);position: absolute;top:50%;transition: all .3s;left: 50%;}
.footer-tig::before {width: 18px;height: 2px;margin-left: -8px;}
.footer-tig::after {width: 2px;height: 18px;margin-top: -8px;}
.footer-item.open .footer-tig::after{opacity:0;}
.footer-item.open .footer-tig::before{background: #fff;}
.footer-cont{display: none;border-bottom: solid 1px  rgba(255,255,255,0.2);padding: 0 15px;}
.footer-cont a{text-transform: uppercase; line-height: 40px;color:  rgba(255,255,255,0.6);display: block; font-size: 14px;border-bottom: solid 1px  rgba(255,255,255,0.2);}
.footer-cont a:last-child{border:none;}
.footer-item.open .footer-cont a.active{color: #fff;}
.footer-left{float: left;padding-top: 25px;width: 70%;}
.footer-tel{margin-bottom: 20px; padding-left: 35px;background: url(../images/foot-tel.png) no-repeat left center;background-size: 25px;}
.footer-tel h3{font-family: 'itc'; font-size: 20px;color: #fff;}
.footer-tel h4{font-size: 13px;color: #ababaf;}
.footer-add{padding-left: 35px;background: url(../images/foot-add.png) no-repeat left center;background-size: 25px;}
.footer-add p{font-size: 13px;color: #ababaf;line-height: 18px;}
.footer-share{float: right;padding-top: 45px;}
.footer-share a{margin: 0 !important; width: 25px;height: 25px !important;display: block;float: left;margin-left: 5px !important;opacity: 0.5;}
.footer-share a.bds_sqq{background: url(../images/foot-qq.png) no-repeat center;background-size: 17px;}
.footer-share a.bds_tsina{background: url(../images/foot-wb.png) no-repeat center;background-size: 17px;}
.footer-share a.bds_weixin{background: background-size: 17px;}
.footer-share a:hover{opacity: 1 !important;}
.footer-bot{padding: 20px 15px 30px;background: #1f2023;margin-top: 25px;}
.footer-bot p,.footer-bot p a{font-size: 13px;line-height: 24px;color: rgba(255,255,255,0.6);}
.footer-link,.footer-link a{ line-height:22px;font-size: 13px;color: rgba(255,255,255,0.6);}
.footer-link{padding-bottom: 10px; overflow: hidden;}
.footer-link a{display: block;float: left;margin-right: 15px;}
.footer-link span{float: left;}
.footer-link a:hover{color: #fff;}
.footapp-hide{display: none;position: absolute;left: 0;bottom: 100%; background: #333;opacity: 1; z-index: 4; padding: 20px;}
.footapp-hide a{display: block;}
.foot-app .foot-friendlink{cursor: pointer;position: relative;padding-bottom: 10px;}
.foot-app .foot-friendlink:hover .footapp-hide{display: block;}
.foot-app .foot-top{padding: 30px 0 0;}
.foot-app .foot-bot{padding: 0px 0 60px;}
.foot-app .foot-left,.foot-app .foot-right{float: none;width: 100%;max-width: none;}
.foot-app .foot-left{margin-top: 20px;}
.foot-app .foottop-le{float: none;padding-top: 0;}
.foot-app .foot-add{margin-top: 0px;}
.foot-app .foot-share{margin-top: 15px;}
.foot-app .footbot-con{padding: 20px 0 0;}
.foot-app .footbot-con>div{mask-image: 0 12px;}
.foot-app 

.foot-app .foot-rifont{float: left;padding-right: 0; text-align: left; padding-left: 29px;}
.foot-app .foot-ewm{float: left;}
.foot-app .foot-share a{float: left !important;}
@media  (max-width: 991px) {
	.header,.foot{display: none !important;}
	.header-app,.foot-app{display: block;}
	.banner{margin-top: 60px;}
}
@media  (max-width: 320px) {
.footer-left{width: 68%;}
}

/* =========== index ============= */
.index-tit{font-size: 48px;line-height: 50px;color: #333;text-align: center;}
.index-dec{margin-top: 14px;font-size: 18px;line-height: 20px;color: #666;text-align: center;}
.index-dec em{display: block;}
/*========================== 核心技术 ============================ */
.index-one{position: relative;padding: 75px 0 80px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.inone-con{text-align: center;font-size: 0;margin-top: 55px;}
.inone-con>a{display: block;}
.inone-con img.indone-pcimg{display: inline-block;}
.inone-con img.indone-appimg{display: none;}
.p-brain-anim, .p-brain-anim svg{position: relative;}
.p-brain-anim{width: 859px;height: 586px;margin: 0 auto;}
.p-brain-anim .p-brain-anim-bg{width: 100%; height: 100%; left: 0; top: 0; position: absolute;}
.indone-mo{margin-top: 30px;}

/* ======================= 产品中心 =================== */
.index-two{position: relative;padding: 76px 0 80px;background-size: cover;background-repeat: no-repeat;background-position: center;display: none;}
.indtw-nav{margin-top: 38px; font-size: 0;text-align: center;}
.indtw-nav a{display: inline-block;position: relative; margin: 0 20px; font-size: 18px;line-height: 30px;color: #333;transition: ease .5s;}
.indtw-nav a.on{color: #0e68c3;}
.indtw-nav a::before{position: absolute;content: "";width: 1px;height: 20px;background: #dcdcdc;right: 0;top: 50%;transform: translateY(-50%);}
.indtw-nav a:last-child::before{display: none;}
.indtw-con{margin-top: 45px;}
.indtw-box{display: none;}
.indtw-box.on{display: block;}
.indtw-box ul{margin: -18px -10px 0;}
.indtw-box li{float: left;width: 50%;padding: 0 10px;margin-top: 18px;}
.indtw-div{width: 100%;background: #fff;position: relative;}
.indtw-div>div{position: relative;padding: 34px 110px 34px 80px;}
.indtw-a{display: block;}
.indtw-pic{float: right;width: 128px;}
.indtw-pic img{max-width: 100%;}
.indtw-txt{margin-right: 128px;padding-right: 30px;}
.indtw-txt>div{padding: 54px 0 50px;}
.indtw-txt h3{font-size: 20px;line-height: 30px;color: #333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.indtw-txt p{margin-top: 2px; font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.indtw-mo{margin-top: 36px;}
.indtw-box li:hover .indtw-mo a{color: #0e68c3;}
.indtw-box li:hover .indtw-mo span::before{background-image: url(../images/more2a.png); transform: translateY(-50%) translateX(20px);}
.indtw-div::before{position: absolute;content: "";width: 0;height: 1px;background: #0e68c3;left: 0;top: 0;transition: ease .7s;}
.indtw-div::after{position: absolute;content: "";width: 1px;height: 0;background: #0e68c3;left: 0;top: 0;transition: ease .7s;}
.indtw-div>div::before{position: absolute;content: "";width: 0;height: 1px;background: #0e68c3;right: 0;bottom: 0;transition: ease .7s;}
.indtw-div>div::after{position: absolute;content: "";width: 1px;height: 0;background: #0e68c3;right: 0;bottom: 0;transition: ease .7s;}
.indtw-box li:hover .indtw-div::before,.indtw-box li:hover .indtw-div>div::before{width: 100%;}
.indtw-box li:hover .indtw-div::after,.indtw-box li:hover .indtw-div>div::after{height: 100%;}
.indtw-mo2{margin-top: 50px;}

/* ========================== 应用场景 ====================== */
.index-three{padding: 76px 0 80px;background-image: url(/PC/images/indtw-ba.jpg);}
.indthree-con{margin: 45px -160px 0;}
.indthree-ul{margin: -20px -10px 0;}
.indthree-ul li{float: left;width: 25%;padding: 0 10px;margin-top: 20px;}
.indthree-a{display: block;position: relative;}
.ind3-pic{overflow: hidden;transition: ease .8s;}
.ind3-pic img{transition: ease .8s;}
.ind3-txt{position: relative;border-bottom: 1px solid #eee;padding: 26px 0 24px;}
.ind3-txt>div{text-align: center;}
.ind3-txt h3{font-size: 20px;line-height: 30px;color: #333;transition: ease .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ind3-txt p{margin-top: 10px; font-size: 16px;line-height: 30px;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ind3-txt::before{position: absolute;content: "";width: 0;height: 1px;background: #0e68c3;left: 50%;bottom: 0;transform: translateX(-50%); transition: ease .5s;}
.indthree-a:hover .ind3-txt::before{width: 100%;}
.indthree-a:hover .ind3-pic img{transform: scale(1.1);}
.indthr-mo{margin-top: 50px;}
.indthree-a:hover .ind3-pic{box-shadow: 0 0 13px rgba(0,0,0,.3);}
/* ======================== 关于我们 =================== */
.index-four{padding: 105px 0 80px; position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}
.ind4-bf{position: absolute;width: 100%;left: 0;bottom:0;transform: translateY(50%);z-index: 1;}
.ind4-bf img{width: 100%;}
.index-four .index-tit{color: #fff;}
.index-four .index-dec{color: rgba(255,255,255,.8);line-height: 34px;margin-top: 33px;}
.indfour-con{margin-top: 33px;}
.ind4-video{display: block;}
.ind4-vicon{font-size: 0;text-align: center;}
.ind4-vicon img{display: inline-block;}
.ind4-img{display: none;}
.ind4-img img{display: inline-block;}
.ind4-ul{margin-top: 72px;}
.ind4-ul ul{}
.ind4-ul li{float: left;width: 20%;text-align: center;}
.ind4-icon{width: 60px;margin: 0 auto;font-size: 0;text-align: center;}
.ind4-icon img{display: inline-block;}
.ind4-ul li h3{margin-top: 23px;font-size: 0;}
.ind4-ul li h3 span{display: inline; font-size: 60px;line-height: 60px;color: #fff;  font-family: 'DINNEUZEITGROTESKSTD-LIGHT';}
.ind4-ul li h3 em{display: inline;font-size: 24px;line-height: 32px;color: #fff;}
.ind4-ul li h3 d{display: inline;font-size: 40px;line-height: 32px;color: #fff;  font-family: 'DINNEUZEITGROTESKSTD-LIGHT';}
.ind4-ul li p{margin-top: 4px; font-size: 18px;line-height: 32px;color: rgba(255,255,255,.5);}
.indfour-mo{margin-top: 73px;color: #fff;}

/* .indfour-mo a{color: #fff;} */


/* =========================== 新闻资讯 ======================== */
.index-five{position: relative;padding: 140px 0 80px;display: none;}

.indfiv-con{margin-top: 25px;}
.indfiv-ul{margin: -20px -10px 0;}
.indfiv-ul li{float: left;width: 33.333%;padding: 0 10px;margin-top: 20px;}
.ind5-a{display: block;position: relative;background: #fff;}
.ind5-pic{overflow: hidden;height: 300px;transition: all .6s;}
.ind5-pic img{transition: ease .8s;width: 100%;}
.ind5-txt{position: relative;padding: 24px 32px;}
.ind5-txt>div{transition: all .5s;height: 73px;}
.ind5-txt h3{font-size: 20px;line-height: 36px;height: 36px; color: #333;transition: ease .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ind5-txt h5{margin-top: 7px; font-size: 16px;line-height: 30px;color: #666;font-family: "AkzidenzGrotesk-Light";}
.ind5-txt p{margin-top: 13px; font-size: 18px;line-height: 30px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.indfiv-mo{margin-top: 37px;}
.ind5-a:hover .ind5-pic img{transform: scale(1.1);}
.ind5-a:hover .ind5-txt h3{color: #0e68c3;}
.ind5-tags{font-size: 0;margin-bottom: -8px;margin-top: 10px;display: flex;
    flex-wrap: wrap;
    opacity: 0;
    height: 27px;
    overflow: hidden;
    transition: all 1s cubic-bezier(.18,.24,0,1.25) 0s;}
.ind5-tag{display: inline-block; padding: 5px 12px;height: 27px; margin-right: 8px; margin-bottom: 8px; font-size: 12px;color: #666; line-height: 17px; text-shadow: 0 0 20px rgba(153,153,153,.27); background: #f8f8f8;}

.ind5-a:hover .ind5-tags{
	display: flex;
    opacity: 1;
    flex-wrap: wrap;
    height: 27px;
    overflow: hidden;
}
.ind5-a:hover .ind5-txt>div{height: 113px;}
.ind5-a:hover .ind5-pic{height: 260px;}
@keyframes anim4 {
	
    from {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(180deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}
@keyframes myfirst {0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);}}
@-webkit-keyframes myfirst {0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);}}

@media  (max-width: 1919px) {
/* .category-item{padding: 0 12px;} */
.navbar{margin-left: 50px;}
.inx-swiper .swiper-pagination{display: block;}
.inx-swiper .swiper-button-prev,.inx-swiper .swiper-button-next{display: none;}
.indthree-con{margin: 45px 0 0;}
}

@media  (max-width: 1459px) {
	.navbar{margin-left: 25px;}
	.ino-left{width: 500px;padding-top: 30px;}
	.ino-right{width: 565px;}
	.ino-left p{margin-bottom: 36px;}
	.ins-right{width: 557px;padding-top: 0;}
	.ins-left{width: 574px;height: auto;}
	.foot-nav{margin-left: 0;}
	.foot-nav dl{padding-left: 72px;}
	.injion-ul li{padding: 100px 26px;}
	.inpro-img{padding: 45px 20px;}
	.inproli-ba .inpro-img{height: 290px;}
	.banner-font h3{font-size: 48px;line-height: 50px;}
	.banner-font h3 em{width: 50px;}
	.banner-font h4{font-size: 17px;}

	.header .logo{margin-top: 27px;}
	.header.on .logo{margin-top: 17px;}
	.inx-pic{height: 256px;}
	.inx-pica{height: 239px;}
	.banner-brand span{width: 80px;}
	.banner-brand em{font-size: 30px;line-height: 30px;}
	.banner-brand d{font-size: 24px;line-height: 28px;}
	.index-tit,.index-titen{font-size: 40px;line-height: 50px;}
	.inpro-txt h3{font-size: 24px;line-height: 30px;}
	.inpro-txt p{font-size: 16px;}
	.inpro-ul li a{padding: 0;}
	.inpro-img{padding: 45px 40px;height: 332px;}
	.indabt-dec{font-size: 16px;}
	/* .more{font-size: 17px;width: 160px;height: 50px;line-height: 48px;} */
	.indabt-ul h3 span{font-size: 40px;}
	.indabt-ul h3 em{font-size: 22px;}
	.indabt-ul{margin-top: 60px;}
	.index-pro,.index-honor{padding-bottom: 60px;}
	.inx-nav{margin-top: 25px;}
	.inx-txt h3{font-size: 18px;}
	.inx-txt p{margin-top: 2px;}
	.index-about{padding: 60px 0 80px;}
	.indnew{padding: 60px 0;}
	.indnew-nav{margin-top: 32px;}
	.indnew-time h4{font-size: 30px;line-height: 34px;}
	.indnew-right{padding-top: 0;padding-left: 40px;}
	.indnew-txt h3{font-size: 18px;}
	.indnew-txt p{margin-top: 2px;}
	.indnew-a{padding: 20px 40px 22px;}
	.foot-nav{margin: 10px 0 0;}
	.foot-spanli{margin: 10px 0 0;}
	.foot-tel{font-size: 32px;}
	.pri6-slide p{font-size: 16px;}
	.index-two,.index-three,.index-four,.index-one{padding: 60px 0;}
	.index-five{padding: 100px 0 60px;}
	.ind3-txt h3{font-size: 20px;}
	.ind3-txt p{font-size: 16px;margin-top: 5px;}
	.indtw-div>div{padding: 34px 60px;}
	.ind4-ul li h3 span{font-size: 42px;}
	.ind4-ul li h3 d{font-size: 30px;}
	.ind4-ul li h3{height: 50px;margin-top: 15px;}
	.ind5-txt p{font-size: 16px;margin-top: 5px;}
	.indfiv-mo{margin-top: 25px;}
	.ind4-ul{margin-top: 60px;}
	.indthr-mo{margin-top: 40px;}
	.ind5-pic{height: 258px;}
	.ind5-a:hover .ind5-pic{height: 218px;}
        .bottom-ul ul{margin:0 30px;}
}
@media  (max-width: 1259px) {
	.ino-left{width: 400px;margin-left: 40px;}
	.ino-right{width: 450px;margin-top: 40px;}
	.ine-top{padding: 25px;}
	.inf ul{width: 620px;}
	.inf-li{padding-top: 25px;}
	.inf-icon{width: 60px;height: 60px;}
	.inf-right{margin-left: 75px;}
	.inf-pic{top: -15px;}
	.inx-logo{width: 140px;height: 53px;margin-top: -30px;}
	.inx-swiper .swiper-slide:hover .inx-logo{margin-top: -40px;}
	.ins-left{width: 450px;height: auto;}
	.ins-right{width: 450px;}
	.ins-right h3{line-height: 50px;font-size: 32px;}
	.ins-line{margin: 10px 0;}
	.ing-left,.ing-right{padding: 35px;}
	.inh-pic{width: 100px;height: auto;}
	.inh-font{margin-left: 120px;}
	.inh-font p{-webkit-line-clamp:1;height: 22px;}
	.foot-nav dl{padding-left: 29px;}
	.inabt-p{max-height: 146px;}
	.inpro-img{padding: 30px 45px;}
	.inproli-ba .inpro-img{height: 230px;}
.inpro-txt{padding-right: 30px;}
.innewri-ul p{-webkit-line-clamp: 1;}
.banner-font h3{font-size: 42px;}
	.banner-font h4{/* font-size: 28px; */}
	.banner-cont{/* margin-top: -60px; */}
	.index-tit{font-size: 32px;}
	.inpro-txt h3{font-size: 23px;}
	.inx-nav{/* margin: 22px 0 60px; */}

	.inx-pic{height: 198px;}
	.inx-pica{height: 185px;}
	.header-app{display: block !important;}
	
	.header,.anchor{display: none !important;}
	.banner{margin-top: 0px;}
	.banner-brand em{font-size: 26px;}
	.banner-brand d{font-size: 20px;line-height: 20px;}
	.banner-font h4{margin: 15px 0 0;}
	.banner-font h3{font-size: 40px;}
	.index-tit, .index-titen{font-size: 34px;line-height: 40px;}
	.inpro-ul li a{}
	.inpro-txt{padding: 38px 0;padding-left: 40px;}
	.inpro-img{padding: 39px 40px;height: 258px;}
	.indpro-mo{margin-top: 30px;}
	.banner-font h3{font-size: 34px;line-height: 40px;}
	.banner-font h4{font-size: 16px;line-height: 30px;margin: 10px  0 0;}
	.banner-brand em{font-size: 22px;}
	.banner-brand d{font-size: 18px;}
	.banner-brand span{width: 70px;}
	.inpro-txt h3{font-size: 22px;}
	.indabt-dec{width: 92%;}
	.indabt-icon{width: 45px;height: 50px;line-height: 50px;}
	.indabt-con{margin-top: 25px;}
	.indabt-ul h3 span{font-size: 32px;}
	.indabt-ul h3 em{font-size: 20px;}
	.indabt-ul p{font-size: 16px;}
	.indnew-left{padding-right: 25px;padding-top: 0;}
	.indnew-a{padding: 15px 30px 16px;}
	.indnew-right{padding-left: 30px;}
	.indnew-time h4{font-size: 24px;line-height: 30px;}
	.indnew-time span{font-size: 16px;}
	.indnew-nav a{height: 50px;padding: 10px;font-size: 16px;margin-top: 15px;}
	.more2{width: 160px;height: 46px;line-height: 46px;font-size: 16px;}
	.index-dec{font-size: 16px;margin-top: 8px;}
	.indthree-con{margin: 35px 0 0;}
	.index-dec em{display: inline;}
	.indtw-div>div{padding: 30px 42px;}
	.indtw-pic{width: 110px;}
	.indtw-txt{margin-right: 110px;}
	.indtw-txt>div{padding: 32px 0;}
	.indtw-mo{margin-top: 25px;}
	.indfiv-mo{margin-top: 15px;}
	.bottom-ul ul li a, .bottom1-contact li, 
	.bottom-ul ul li span{font-size: 15px;line-height: 40px;}
	.bottom-ul ul{margin: 0 10px;}
	.bottom-ul{margin: 0 -15px;}
	.foot-share a{margin-right: 18px !important;}
	.ind4-icon{width: 50px;}
	.ind4-ul li h3 span{font-size: 38px;line-height: 40px;}
	.ind4-ul li h3 d{font-size: 28px;line-height: 40px;}
	.ind4-ul li h3{height: 40px;}
	.ind4-ul{margin-top: 42px;}
	.indfour-mo{margin-top: 50px;}
	.index-four .index-dec{margin-top: 15px;}
	.indtw-nav,.indtw-con{margin-top: 30px;}
	.banner-font h3 em{width: 34px;}
	.more2 span::before{width: 30px;height: 6px;}
	.more2 span{padding-right: 40px;}
	.ind4-ul li h3 em{font-size: 20px;}
	.ind5-pic{height: 200px;}
	.ind5-a:hover .ind5-pic{height: 120px;}
	.ind5-txt{padding: 20px;}
	.ind5-a:hover .ind5-tags,.ind5-tags{height: 70px;}
	.ind5-a:hover .ind5-txt>div{height: 153px;}
}
@media  (max-width: 991px) {
	.foot-app{display: block;}
	.foot{display: none;}
	.ino-left{width: 100%;padding: 30px 40px;margin-left: 0;}
	.ino-right{width: 100%;margin-top: 20px;}
	.inf-pic{display: none;}
	.inf ul{width: 100%;margin: 0;}
	
	.ins-left,.ins-right{width: 100%;float: none;}
	.ins-right{margin-top: 50px;}
	.ing-left, .ing-right{padding: 35px 20px;}
	.inpro-ul li{float: none;width: 100%;}
	.inpro-img{padding: 30px 50px;}
	.inproli-ba .inpro-img{height: auto;}
	.inabt-p{max-height: none;height: auto;}
	.int li{width: 25%;margin: 15px 0;}
	.int ul{margin: -15px 0;}
	.int li:nth-child(4){border-right: none;}
	.int li:last-child{transform: translateX(150%);}
	.injion-con{padding: 40px;}
	.injion-ul li{width: 50%;padding: 50px 20px;}
	.injion-ul li:last-child{transform: translateX(50%);padding-top: 0;}
	.innew-txt{padding: 10px 16px;}
	.innew-tit span{max-width: 42%;}
	.innew-tit h3{max-width: 54%;}
	.innewri-ul p{display: none;}
	.banner-font h3{font-size: 38px;line-height: 40px;}
	.banner-font h4{font-size: 26px;}
	.banner-cont{margin-top: -50px;}

	.inx-pic{height: 313px;}
	.inx-pica{height: 219px;}
	.inpro-img{height: 300px;padding: 30px 11%;}
	.inpro-txt p{height: 60px;}
	.inpro-txt{padding: 60px 0;padding-left: 30px;}
	.index-tit, .index-titen{font-size: 28px;line-height: 30px;}
	.inx-nav a{font-size: 16px;}
	.inx-swiper li{width: 50%;}
	.inx-pic{height: 232px;}
	.pri6-swiper .swiper-button-next, 
	.pri6-swiper .swiper-button-prev{width: 48px;height: 48px;line-height: 48px;}
	.pri6-swiper{padding:  0 60px;}
	.inhonor-con{margin-top: 30px;}
	.indabt-ul h3 span{font-size: 28px;}
	.indnew-le{float: none;width: 100%;}
	.indnew-right{float: none;width: 100%;padding: 0;margin-top: 30px;}
	.indabt-ul h3 em{font-size: 18px;}
	.banner-font h3{font-size: 28px;line-height: 30px;}
	.banner-font h4{line-height: 26px;}
	.banner-mo{margin-top: 25px;}
	.banner-cont{margin: 0;}
	.banner-brand em{font-size: 20px;}
	.banner-brand d{font-size: 16px;}
	.inpro-txt h3{font-size: 20px;}
	.banner .swiper-pagination{bottom: 20px !important;}
	.banner-font h3 em{width: 30px;}
	.indthree-ul li{width: 50%;}
	.indthree-con{margin: 30px 0 0;}
	.indtw-pic{width: 90px;}
	.indtw-txt{margin-right: 90px;padding-right: 20px;}
	.indtw-mo{margin-top: 14px;}
	.indtw-txt>div{padding: 20px 0;}
	.indtw-div>div{padding: 30px;}
	.indtw-nav{margin-top: 20px;}
	.ind4-ul li h3 span{font-size: 34px;}
	.ind4-ul li h3 em{font-size: 18px;}
	.ind4-ul li p{font-size: 16px;}
	.ind5-txt h3,.ind3-txt h3,.indtw-txt h3{font-size: 18px;line-height: 30px;}
	.ind5-txt h3{height: 30px;}
	.p-brain-anim svg,.inone-con img.indone-pcimg{display: none;}
	.inone-con img.indone-appimg{display: inline-block;position: relative;}
	.p-brain-anim{width: 100%;height: auto;}
	.inone-con{margin-top: 35px;}
	.ind5-pic{height: 151px;}
	.ind5-a:hover .ind5-pic{height: 81px;}
	.ind5-txt h5{font-size: 14px;line-height: 24px;margin-top: 2px;}
	.ind5-txt>div{height: 56px;}
	.ind5-a:hover .ind5-txt>div{height: 126px;}
}
@media  (max-width: 767px) {
	.ino-left{padding: 30px 5px 30px 25px;}
	.ino-left h3{font-size: 22px;line-height: 30px;}
	.ino-left h4{font-size: 16px;line-height: 24px;}
	.ino-left h4{margin: 5px 0 15px;}
	.ino-left p{margin-bottom: 30px;}
	.inpro-mo,.index-btn{width: 120px;height: 36px;line-height: 36px;font-size: 13px;}
	.inpro-mo span{font-size: 13px;padding: 4px 0;padding-right: 35px;background-size: 25px;}
	.index-btn > span{padding-right: 35px;background-size: 25px;}
	.ino-right{margin-top: 10px;}
	.int li{width: 50%;margin:15px 0;}
	.int li:nth-child(2n){border-right: none;}
	.int{padding: 20px 0;}
	.int li i,.int li p{font-size: 13px;margin-top: 0;}
	.int li span{font-size: 40px;}
	.int-num{font-size: 40px;}
	.index-tit{font-size: 22px;line-height: 30px;}
	.index-dec{font-size: 16px;line-height: 28px;margin-top: 4px;}
	.ine{padding: 40px 0 30px;}
	.ine ul{margin: 25px 0 0;}
	.ine li{width: 100%;padding: 0;margin-bottom: 20px;}
	.ine-top h3{font-size: 18px;}
	.index-four{padding: 40px 0 30px;}
	.ine-top p{margin-bottom: 20px;}
	.inf-line{margin: 12px auto 35px;}
	.inf li{padding: 0;width: 100%;height: auto;}
	.inf-li{padding: 25px 15px;}
	.inf-icon{width: 50px;height: 50px;}
	.inf-right{margin-left: 65px;}
	.inf-right h3{font-size: 17px;line-height: 26px;}
	.inf-right p{font-size: 14px;line-height: 22px;}
	.index-five{padding: 60px 0 40px;}
	.indfiv-con{margin-top: 20px;}
	.inv-dec{font-size: 18px;line-height: 26px;}
	.inv-more{width: 120px;height: 36px;line-height: 36px;font-size: 14px;border-radius: 5px;}
	.index-six{padding: 40px 0px;}
	.inx-nav{margin: 20px 0 20px;}
	.inx-nav a{/* border-radius: 5px; */width: auto;height: auto;line-height: 30px;font-size: 14px;padding: 8px 20px;}
	.inx-logo{width: 120px;height: auto;margin-top: -25px;}
	.inx-swiper .swiper-slide{padding-bottom: 35px;}
	.index-seven{padding: 40px 0;}
	.ins-left::after{left: -15px;bottom: -15px;width: 100px;height: 100px;}
	.ins-right{margin-top: 30px;}
	.ins-right h3{font-size: 22px;line-height: 30px;}
	.ins-right p{font-size: 14px;line-height: 22px;}
	.index-eight{padding: 40px 0;}
	.index-eight ul{margin-top: 30px;}
	.ing-left, .ing-right{padding: 20px 15px;}
	.ing-tit{font-size: 19px;margin-bottom: 20px;}
	.ing-p{margin: 15px 0;font-size: 14px;}
	.ing-num{margin-right: 10px;}
	.ing-left{margin-bottom: 15px;}
	.index-eight li{width: 100%;height: auto;}
	.ing-input p{width: 100%;}
	.ing-input .text{height: 40px; line-height: 38px;font-size: 14px;padding: 0 10px;margin-bottom: 15px;}
	.ing-sub .submit{font-size: 14px;line-height: 40px;width: 140px;}
	.ing-right{padding-bottom: 30px;}
	.index-nine{padding: 40px 0;}
	.index-nine ul{margin-top: 30px;}
	.index-nine li{width: 100%;height: auto;margin-bottom: 15px;}
	.inn-li{padding: 20px 0;}
	.inn-icon{width: 60px;height: 60px;}
	.inn-li p{font-size: 16px;margin-top: 10px;}
	.index-ten{padding: 40px 0;}
	.index-ten ul{margin-top: 30px;}
	.index-ten li{width: 100%;margin-bottom: 10px;}
	.inh-font p{font-size: 14px;}
	.inh-font span{font-size: 12px;}
	.inpro-txt h3{font-size: 18px;line-height: 30px;margin-bottom: 5px;}
	.inpro-txt p{font-size: 15px;}
	.inpro-con,.injion-con ,.innew-con{margin-top: 25px;}
	.inabt-p{margin-bottom: 15px;}
	.int li:last-child {  transform: translateX(50%);}
	.injion-icon {  width: 86px; height: 76px;margin: 0 auto 15px;}
	.injion-ul li h3{margin-bottom: 5px;font-size: 18px;}
	.injion-ul li p{font-size: 15px;line-height: 28px;}
	.injion-ul li{padding: 30px 25px;}
	.injion-ul li:last-child{transform: none;padding-top: 30px;}
	.index-eight ul.injion-ul{margin-top: 30px;}
	.index-six{padding: 0;}
	.ins-right p span{font-size: 24px;}
	.innew-left,.innew-left ul{float: none;width: 100%;padding: 0;margin: 0;}
	.innew-tit h3{font-size: 19px;}
	.innew-txt h4{font-size: 16px;}
	.innew-txt span{font-size: 14px;line-height: 26px;}
	.innew-span{font-size: 15px;}
	.innew-left li.innew-imgli{margin: 15px 0 10px;}
	.innew-left ul:nth-child(2){margin-top: 20px;}
	.innew-right{float: none;width: 100%;margin-top: 20px;}
	.innewri-ul h3{font-size: 17px;margin-bottom: 5px;}
	.innewri-ul p{display: block;-webkit-line-clamp: 2;}
	.innewri-ul{margin-top: 0;}
	.innewri-ul li{padding: 10px 0 8px;}
	.innewri-ul span{font-size: 14px;line-height: 22px;margin-top: 8px;}
	.innew{padding: 0 0 40px;}
	.inpro-ul li{padding: 8px 0;}
	.inpro-ul{margin: -8px 0;}
	.inpro-mo{margin-top: 15px;}
	.banner-font h3{font-size: 30px;margin-bottom: 0px;}
	.banner-font h4{font-size: 21px;line-height: 30px;}
	.inx-pic{height: auto;}
	.inx-pica{height: auto;}
	.inx-txt{/* padding: 20px 15px 30px; */}
	.inx-txt h3{font-size: 18px;}
	.inx-txt p{font-size: 15px;}
	.more span::before{width: 18px;height: 11px;}
	.more{width: 186px;height: 42px;line-height: 40px;font-size: 14px;padding: 0 10px;}
	
	.index-pro,.index-six,.index-about,.indnew{padding: 40px 0;}
	.inpro-txt h3{font-size: 18px;}
	.index-dec{margin-top: 5px;}
	.index-tit, .index-titen{font-size: 24px;}
	.inx-nav{margin-top: 20px;}
	.inx-txt>div{padding: 18px 15px;}
	.inx-swiper li{margin-top: 20px;}
	.inx-swiper ul{margin-top: -20px;}
	.index-honor{padding: 20px 0 40px;}
	.indabt-dec{line-height: 30px;width: 100%;text-align: justify;}
	.indabt-con{margin-top: 12px;}
	.indabt-mo{margin-top: 25px;}
	.indabt-ul{margin-top: 30px;}
	.indabt-ul li{width: 33.333%;margin-top: 20px;}
	.indabt-ul ul{margin-top: -20px;}
	.indabt-ul li:nth-child(4),.indabt-ul li:nth-child(5){transform: translateX(50%);}
	.indabt-ul h3 span{font-size: 22px;}
	.indabt-ul h3 em{font-size: 16px;}
	.indnew-txt h3{font-size: 16px;}
	.indnew-txt p{font-size: 14px;}
	.indnew-a{padding: 15px 20px 16px;}
	.indnew-time h4{font-size: 20px;line-height: 24px;}
	.indnew-time span{font-size: 14px;}
	.indnew-time{width: 60px;}
	.indnew-txt{margin-left: 60px;}
	.banner-mo{margin-top: 10px;}
	.indpro-mo{margin-top: 20px;color: #fff;}
	.indpro-mo::before{width: 100%;}
	.indpro-mo span::before{background-image: url(../images/more.png);}
	.banner-font h3{font-size: 26px;}
	.banner .swiper-pagination-bullet{height: 4px;}
	.banner .swiper-pagination-bullet-active{width: 30px;}
	.banner-font h4{display: none;}
	.banner-mo{margin: 20px 0 0;}
	.banner .swiper-pagination{bottom: 20px !important;height: 4px;}
	.indfiv-ul li{width: 50%;}
	.ind5-txt h5{font-size: 14px;line-height: 24px;margin-top: 2px;}
	.ind5-txt p{margin-top: 2px;font-size: 14px;line-height: 24px;}
	.ind5-txt h3{font-size: 16px;}
	.more2{height: 34px;line-height: 34px;}
	.indfiv-mo{margin-top: 10px;}
	.ind4-icon{width: 40px;}
	.ind4-ul li h3 span{font-size: 28px;line-height: 30px;}
	.ind4-ul li h3 d{font-size: 22px;line-height: 30px;}
	.ind4-ul li h3{height: 30px;margin-top: 10px;}
	.index-four .index-dec{margin-top: 10px;line-height: 30px;}
	.ind4-vicon{width: 40px;margin: 0 auto;}
	.indthr-mo,.indfour-mo,.indtw-mo2{margin-top: 30px;}
	.ind4-ul li{width: 33.333%;margin: 20px 0 0;}
	.ind4-ul ul{margin-top: -40px;}	
	.ind4-ul li:nth-child(4){margin-left: 16.666%;}
	.index-two, .index-three, .index-four, .index-one{padding: 40px 0;}
	.indtw-nav a{font-size: 16px;margin: 0 12px;}
	.indtw-txt h3,.ind3-txt h3{font-size: 16px;}
	.indtw-txt p,.ind3-txt p{font-size: 14px;line-height: 24px;}
	.indtw-mo{margin-top: 10px;}
	.indtw-txt>div{padding: 30px 0;}
	.ind3-txt p{margin-top: 2px;}
	.ind3-txt{padding: 12px 0;}
	.indfour-con{margin-top: 20px;}
	.ind4-ul li p{font-size: 14px;line-height: 24px;}
	.ind4-ul li h3 em{font-size: 16px;}
	.inone-con{margin-top: 25px;}
	.ind5-txt>div,.ind5-a:hover .ind5-txt>div{height: 136px;}
	.ind5-a:hover .ind5-tags, .ind5-tags{opacity: 1;}
	.ind5-pic,.ind5-a:hover .ind5-pic{height: 194px;}
}
@media  (max-width: 640px) {
	.inpro-img{padding: 50px 40px;}
	.injion-con{padding: 20px 0;}
	.index-eight ul.injion-ul{margin-top: 20px;}
	.injion-ul li{padding: 20px 25px;}
	.banner img.bannerappimg{display: block;}
	.banner img.bannerpcimg{display: none;}
	.banner-cont{text-align: center;margin-top: 0px;}
	.banner-font h3{border: none;font-size: 26px;line-height: 30px;}
	.banner-font h3 em{width: 24px;}
	.banner-font h4{font-size: 20px;padding-left: 0;}
	.banner-img{display: none;}
.inx-swiper li{width: 100%;}
.inx-a:hover .inx-txt>div{transform: none;}
.pri6-swiper .swiper-button-next, 
.pri6-swiper .swiper-button-prev { width: 40px; height: 40px; line-height: 40px;}
.pri6-swiper{padding: 0 50px;}
.inpro-img{float: none;width: 100%;height: auto; padding: 15px 30%;}
.inpro-txt{float: none;width: 100%; padding: 0px 20px 0;}
.inpro-ul li a{padding: 30px 0;}
.inpro-txt p{height: auto;}
.inx-nav a{font-size: 15px;padding: 6px 20px;}
.indabt-ul p{font-size: 15px;}
.indnew-nav{margin-top: 20px;}
.foot-app .foot-ewm{float: none;max-width: 100%;width: 100px;margin: 0 auto;}
.foot-app .foot-rifont{float: none;text-align: center; margin: 20px 0 0; padding: 0;max-width: 100%;}
.foot-app .foot-share a{float: none !important;display: inline-block;}
.foot-spanli span,.foot-spanli span a{font-size: 14px;display: block;margin-right: 0;}
.foot-nav a{font-size: 16px;margin-right: 18px;}
.foot-add{font-size: 15px;line-height: 30px;margin-top: 25px;}
.foot-tel{font-size: 24px;line-height: 30px;margin-top: 10px;}
.indnew-a{padding-right: 0;padding-left: 0;}
.banner-font{width: 100%;}
.banner-font h3{font-size: 24px;}
.banner-mo{margin: 20px auto 0;}
.banner-brand span{width: 55px;}
.banner-brand em{font-size: 16px;line-height: 20px;}
.banner-brand d{font-size: 14px;line-height: 14px;}
.indtw-box li,.indthree-ul li,.indfiv-ul li{width: 100%;}
.indtw-div>div{padding: 30px 22px;}
.indthree-con{margin: 25px 0 0;}
.ind4-ul li{width: 50%;}
.ind4-ul li:nth-child(4){margin-left: 0;}
.ind4-ul li:nth-child(5){margin-left: 25%;}
.indtw-nav{margin-top: 12px;}
.indtw-con{margin-top: 20px;}
.ind5-pic,.ind5-a:hover .ind5-pic{height: auto;}
.ind5-a:hover .ind5-tags, .ind5-tags,
.ind5-txt>div, .ind5-a:hover .ind5-txt>div{height: auto;}
.ind5-txt{padding: 20px 20px 30px;}
}
@media (max-width:500px) {
.header-app .logo{padding: 12px 15px;}
}
@media (max-width:359px) {
	.indnew-left{float: none;width: 100%;}
	.indnew-img{float: none;width: 100%;margin-top: 20px;}
	.indnew-nav a{width: 155px;margin: 15px auto 0; height: 42px;line-height: 42px;padding: 0 15px;}
	.indnew-nav a:first-child{margin-top: 0;}
	.indnew-tit .index-titen, .indnew-tit .index-tit{text-align: center;}
	.foot-nav a{margin-right: 15px;}
}
@media  (max-width: 320px) {
	.inpro-txt p{-webkit-line-clamp: 1;}
}








/* =============================== 内页 =========================== */
.ny-padd{padding: 80px 0;}
.ny-banner{background-size: cover;background-repeat: no-repeat;background-position: center;height: 400px;margin-top: 100px;}
.nybannerapp{display: none;width: 100%;}
.ny-menu{border-bottom: 1px solid #e5e5e5;}
.nymenu-con{position: relative;}
.bread{width: 240px;position: absolute;bottom: 0;left: 15px;background: url(../images/bread-ba.png)no-repeat center;background-size: 100% 100%; margin-bottom: -1px;padding: 30px 20px 15px;}
.bread-tit{border-left: 3px solid rgba(255,255,255,.6);padding-left: 15px;}
.bread-tit h3{font-size: 36px;line-height: 40px;color: #fff;font-family: '方正正中黑简体';}
.bread-tit h4{font-size: 20px;line-height: 20px;color: #fff;margin-top: 5px;letter-spacing: 1.1px; font-family: 'DIN-REGULAR';text-transform: uppercase;}
.bread-icon{height: 56px;margin: 30px 0 19px 15px;}
.bread-icon img{height: 100%;display: inline-block;max-width: 100%;}
.bread-a{font-size: 14px;line-height: 24px;color: #fff;}
.bread-a a{display: inline-block;color: #fff;} 
.bread-a a:first-child{background: url(../images/bread-home.png)no-repeat left top 4px;padding-left: 20px;}
.nymenu-a{margin-left: 240px;font-size: 0;overflow-x: auto;white-space: nowrap;padding: 0 13px;}
.nymenu-a::-webkit-scrollbar {
  height: 5px;
  background-color: #dcdbdb;
}
.nymenu-a::-webkit-scrollbar-thumb {
  background-color: #14ac80;
  border-radius: 10px;
}
.nymenu-a a{display: inline-block;font-size: 16px;line-height: 30px;color: #666;transition: ease .5s;padding: 15px 60px;border-right: 1px solid #e5e5e5;}
.nymenu-a a:last-child{border: none;}
.nymenu-a a.on,.nymenu-a a:hover{color: #28863d;}
.pagee{position: relative;width: 100%;text-align: center;padding: 0 38px;}
.pagee a{display: inline-block;font-size: 18px;line-height: 24px;color: #3a3e3f;font-family: "Arial";border-radius: 50%;transition: ease .5s;padding: 7px 14px;}
.pagee a.pagee-left{border: 1px solid #dbe0e2;padding: 6px 10px;position: absolute;left: 0;width: 38px;height: 38px;}
.pagee a.pagee-right{border: 1px solid #dbe0e2;padding: 6px 11px;position: absolute;right: 0;width: 38px;height: 38px;}
.pagee a i{display: block;font-weight: bold;color: #a3a7a9;transition: ease .5s;}
.pagee a.on,.pagee a:hover{background: url(../images/pagee-ba.png)no-repeat center;background-size: 100%;color: #fff;}
.pagee a.pagee-right:hover i,.pagee a.pagee-left:hover i{color: #fff;}
.pagee a.pagee-right:hover,.pagee a.pagee-left:hover{border-color: transparent;}

.info-pagee{position: relative;text-align: center;padding-top: 45px;margin-top: 50px;border-top: 1px solid #d6d6d6;}
.info-pagee a{display: inline-block;font-size: 14px;line-height: 38px;color: #333;transition: ease .5s;}
.info-pagee a img{display: inline-block;max-width: 100%;}
.info-pagee a i{display: inline-block; width: 38px;height: 38px;border-radius: 50%;text-align: center;line-height: 38px;font-weight: bold;font-size: 18px;color: #858e90;transition: ease .5s;border: 1px solid #e5eaeb;background: transparent;}
.info-pagee a:hover i{background: url(../images/pagee-ba.png)no-repeat center;background-size: cover;color: #fff;border-color: transparent;}
.info-pagee a.infopage-le{position: absolute;left: 0;top: 45px;padding-left: 43px; max-width: 33%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.info-pagee a.infopage-ri{position: absolute;right: 0;top: 45px;max-width: 33%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-right: 43px;}
.info-pagee a.infopage-ri i{position: absolute;right: 0;top: 0px;}

.info-pagee a.infopage-le i{position: absolute;left: 0;top: 0px;}

/* 分页 */

.lpage{font-size: 0;width: 100%;text-align: center; position: relative;}
.lpage a{display: inline-block;vertical-align: top; font-family: 'DIN-REGULAR'; font-size: 16px;border: 1px solid #BFBFBF; line-height: 30px;color: #666;margin: 0 5px;background: #fff;padding: 5px;width: 40px;text-align: center; transition: ease .5s;}
.lpage a.lpage-right,.lpage a.lpage-left{border-color: transparent;}
.lpage a.lpage-right:hover,
.lpage a.lpage-left:hover{background: transparent;color: #0e68c3;border-color:transparent ;}
.lpage a.on,.lpage a:hover{background: #0e68c3;border-color: #0e68c3; color: #fff;}
.lpage a em{font-size: 20px;font-weight:600;}
/* ==============anchor============= */
.anchor { position: fixed;  top: 0;  left: 0;  width: 100%;   z-index: 490;  background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);  text-align: center;  display: none;}
.anchor li {  display: inline-block;  vertical-align: middle;  margin: 0 5px; padding: 15px 0;}
.anchor li a {  display: block;  padding: 0 26px; font-size: 14px;  line-height: 34px;  text-align: center; color: #333;  border-right: 1px solid #dfdfdf;   transition: all .3s;}
.anchor li:last-child a{border-right: none;}
.anchor li.on a, .anchor li a:hover{color: #fff;;border-color: transparent;background: #0e68c3;}

/* ===============nav-second=========== */
.appsecond-nav {position: relative;display: none;z-index: 200;}
.bot { position: absolute; top: 48px; background: #fff; z-index: 10;}
.se-bot { width: 100%; display: none;}
.se-top { height: 48px; line-height: 48px; border-bottom: solid 1px #d8d8d8; position: relative;}
.se-top1 { background: #fff; }
.se-top .se-a { color: #444; font-size: 16px; display: block; padding: 0px 20px;}
.se-tig.P_tig { font-size: 16px; color: #333; text-align: center; transition: all .5s; line-height: 48px; width: 48px; height: 48px; position: absolute; right: 0; top: 0; z-index: 2;}
.se-btop { height: 48px; line-height: 48px;}
.se-a1 { color: #444; font-size: 16px; padding: 0px 20px; display: block;}
.se-a1.hover { color: #fff; background: #0e68c3; border-bottom: solid 1px #fff;}
.se-tig.P_tig.open { transform: rotateZ(90deg); opacity: 1;}
.se-bottom{display: none;background:white;}
.se-bottom a{display: block;font-size: 14px;color: #888;border-bottom: 1px solid #eee;padding: 10px 30px;}
/* .se-bottom a:last-child{border-bottom: none;} */
.se-bottom a.on{font-weight: bold;}
.se-btop.active .se-tig.P_tig{color: #fff;}
.se-btop.active .se-a1{background: #0e68c3;color: #fff;border-bottom: 1px solid #fff;}



@media  (max-width: 1259px) {
	.ny-banner{margin-top: 60px;height: 350px;}
}

@media  (max-width: 767px) {
	.appsecond-nav{display: block;}
.ny-padd{padding: 30px 0 40px;}
.nymenu-a,.bread-a,.bread-icon{display: none;}
.bread-tit h3{font-size: 28px;}
.bread-tit h4{font-size: 18px;}
.ny-banner{height: 300px;}
.info-pagee a.infopage-le,.info-pagee a.infopage-ri{top: 25px;}
.info-pagee{padding-top: 25px;margin-top: 30px;}
.lpage a{font-size: 14px;line-height: 24px;}
.anchor{display: none !important;}
.header-app{display: block !important;}
}
@media  (max-width: 640px) {
.anchor{display: none !important;}
.header-app{display: block !important;}
.pagee a{font-size: 17px;}
.nybannerapp{display: block;}
.ny-banner{height: auto;background: none;}
.bread{width: 172px;padding: 20px 15px 15px;}
.bread-tit{padding-left: 10px;}
.bread-tit h3{font-size: 24px;line-height: 30px;}
.bread-tit h4{font-size: 16px;letter-spacing: 0;}
.info-pagee a.infopage-le,.info-pagee a.infopage-ri{position: relative;top: 0;max-width: 100%;padding: 0 43px;}
.info-pagee a{display: block;}
.info-pagee a i{font-size: 16px;line-height: 34px;width: 34px;height: 34px;}
.lpage a{width: 39px;}
/* .lpage a em{font-size: 17px;} */
}
@media  (max-width: 360px) { 
	.lpage a{padding: 3px;margin: 0 2px;width: 35px;}
	.lpage a em{font-size: 17px;}
}



/* =================== appinfo =================== */
.appinfo{padding: 79px 0 80px;}
.appinfo-con{}
.appinfo-one{}
.appinfo1-con{background: #fff;box-shadow: 0 0 13px rgba(0,0,0,.1);}
.appinfo1-img{float: left;width: 660px;height: 440px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.appinfo1-img img{}
.appinfo1-font{margin-left: 660px; padding: 73px 80px;}
.appinfo1-txt{}
.appinfo1-txt h3{font-size: 30px;line-height: 40px;color: #005657;}
.appinfo1-txt p{font-size: 16px;line-height: 32px;color: #666;}
.appinfo1-p{margin-top: 17px;max-height: 128px;}
.appinfo1-mo{margin-top: 42px;}

.appinfo-two{margin-top: 50px;}
.appinfo2-ul{margin: -15px -12.5px 0;}
.appinfo2-ul li{float: left;width: 33.333%;padding: 0 12.5px;margin-top: 15px;}
.appinfo2-img{overflow: hidden;}
.appinfo2-img img{width: 100%;transition: ease .8s;}
.appinfo2-ul li:hover .appinfo2-img img{transform: scale(1.1);}


.appinfo-three{padding: 43px 0 0px;}
.appinfo3-font{}
.appinfo3-font h3{font-size: 30px;line-height: 40px;color: #333;}
.appinfo3-font p{font-size: 16px;line-height: 32px;color: #666;}
.appinfo3-p{margin-top: 17px;}
.appinfo3-p span{display: block;position: relative;padding-left: 15px;}
.appinfo3-p span::before{position: absolute;content: "";width: 6px;height: 6px;border-radius: 50%;background: #005657;left: 0;top: 13px;}
.appinfo3-mo{margin: 72px 0 0;padding: 50px 0 0; text-align: center;border-top: 1px solid #eee;}
.appinfo3-mo a{margin: 0 auto;}


@media (max-width: 1459px) {
.appinfo1-img{width: 600px;height: 400px;}
.appinfo1-font{margin-left: 600px;padding: 50px;}
.appinfo1-txt h3,.appinfo3-font h3{font-size: 24px;}

}
@media (max-width: 1259px) {
.appinfo1-img{width: 500px;height: 333px;}
.appinfo1-font{margin-left: 500px;padding: 35px 40px;}
.appinfo3-mo{margin: 40px 0 0;padding: 40px 0 0;}
.appinfo1-txt h3,.appinfo3-font h3{font-size: 22px;line-height: 30px;}
}
@media  (max-width: 991px) {
.appinfo1-img{width: 360px;height: 260px;}
.appinfo1-font{margin-left: 360px;padding: 30px;}
.appinfo1-txt h3,.appinfo3-font h3{font-size: 20px;}
.appinfo1-txt p,.appinfo3-font p{line-height: 30px;}
.appinfo1-mo{margin-top: 18px;}
.appinfo1-p{max-height: 90px;}
.appinfo2-ul li{width: 50%;}
}
@media  (max-width: 767px) {
.appinfo1-img{width: 100%;float: none;height: 400px;}
.appinfo1-font{margin-left: 0;padding: 30px;}
.appinfo1-p{margin-top: 10px; max-height: none;height: auto;}
.appinfo1-txt p,.appinfo3-font p{font-size: 15px;line-height: 28px;}
.appinfo3-p span::before{width: 5px;height: 5px;}
.appinfo{padding: 40px 0;}
.appinfo3-mo{margin: 20px 0 0;padding: 20px 0 0;}
.appinfo-two{margin-top: 35px;}

}
@media  (max-width: 640px) {
.appinfo2-ul li{width: 100%;}
}
@media  (max-width: 414px) {
.appinfo1-img{height: 260px;}
}
/* ====================== product ================== */
.product{}
.product .nybanner .ny-title{padding-top: 25px;}
.product .nybanner .ny-title p{margin: 19px auto 0;}
.jqzoom{background: white; position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:100%;height:100%;overflow:hidden;}
.jqzoom img{width:100%; height:100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:368px;height:368px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px; border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width: 100%;}

.pro-content{padding: 80px 0;}
.pro-ul{margin: -50px -12.5px 0;}
.pro-ul li{float: left;width: 33.33%;padding: 0 12.5px;margin-top: 50px;}
.pro-a{display: block;background: #fff;}
.pro-pic{overflow: hidden;}
.pro-pic img{width: 100%;transition: ease .5s;}
.pro-ul li:hover .pro-pic img{transform: scale(1.06);}
.pro-txt{position: relative;border-top: 1px solid #e5e5e5;padding: 42px 30px 40px;text-align: center;}
.pro-txt h3{font-size: 20px;line-height: 30px;color: #333;position: relative; transition: ease .5s;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.pro-txt p{margin-top: 8px;height: 30px; font-size: 16px;line-height: 30px;color: #666;position: relative; transition: ease .5s;display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 1;   overflow: hidden;}
.pro-txt::before{position: absolute;content: "";width: 0;height: 1px;background: #0e68c3;background-size: cover; top: -1px;left: 50%;transform: translateX(-50%); transition: ease .5s;}
.pro-ul li:hover .pro-txt::before{width: 100%;}
.pro-ul li:hover .pro-txt h3{color: #0e68c3;}
.pro-page{margin-top: 77px;}
.pro-page a{background-color: transparent;}

@media  (max-width: 1459px) {
	.pro-txt h3{font-size: 20px;}
	.pro-txt p{margin-top: 4px;}
	.pro-txt{padding: 30px;}
	.pro-page{margin-top: 60px;}
	.pro-content{padding: 60px 0;}
	.pro-ul{margin-top: -30px;}
	.pro-ul li{margin-top: 30px;}
	.product .nybanner .ny-title p{margin: 10px auto 0;}
}
@media  (max-width: 1259px) {
	
}
@media  (max-width: 991px) {
	.pro1-right{padding: 0px 0;padding-left: 40px;}
	.pro1-mo{margin-top: 22px;}
	.pro1-p{height: 90px;}
	.jqZoomPup,.zoomdiv{display: none !important;}
	.pro-ul li{padding: 0 10px;width: 50%;}
	.pro-ul{margin: -30px -10px 0px;}
}
@media  (max-width: 767px) {
	.pro1-left{float: none;width: 100%;}
	.pro1-right{float: none;width: 100%; padding: 0;margin-top: 30px;}
	.pro1-p{height: auto;font-size: 15px;}
	.pro1-txt h3{font-size: 18px;}
	.pro1-txt h4{font-size: 15px;}
	.pro-ul li{width: 50%;margin-top: 20px;}
	.pro-ul{margin: -20px -10px 0;}
	.pro-txt h3{font-size: 17px;}
	.pro-txt{padding: 25px;}
	.pro-content{padding: 40px 0;}
	.pro-page{margin-top: 30px;}
}

@media  (max-width: 640px) {
	.pro-ul li{width: 100%;}
	.pro-txt{padding: 18px 15px;}
	.pro-txt h3{font-size: 16px;}
	.pro-txt p{font-size: 14px;line-height: 24px;height: 24px;}
	.product .nybanner .ny-title p{margin: 3px auto 0;}
	.product .nybanner .ny-title{padding-top: 0;}
}
@media  (max-width: 320px) {
	.pro-page{margin-top: 20px;}
}

/* ==================== proinfo ============== */
.proinfo{}
.pri-tit{font-size: 30px;line-height: 40px;color: #333;}
.pri-one{padding: 80px 0;}
.pri1-con{}
.pri1-left{float: left;width: 53.5%;}
.pri1-left>div{position: relative;padding-right: 0;}
.jqzoom{background: white; position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:100%;height:100%;overflow:hidden;}
.jqzoom img{width:100%; height:100%;}
/* .jqzoom::before{position: absolute;content: "";width: 19px;height: 20px;background: url(../images/pri1-bf.png)no-repeat center;background-size: 100% 100%;right: 20px;bottom: 20px;} */
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:368px;height:368px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px; border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{width: auto;margin-right: 149px;}
.spec-scroll{width: 134px;position: relative;margin-top: 0px;margin-right: 0;padding: 0;float: right;}
.spec-scroll .prev{left: 0;text-align: left;}
.spec-scroll .next{right: 0;text-align: right;}
.spec-scroll .prev,
.spec-scroll .next{opacity: 0; z-index: 3;font-weight: bold; position: absolute;top: 0; width:38px;height:97px;cursor:pointer;line-height: 97px;font-size: 30px;color: #dcdcdc;}
.proi-left:hover .spec-scroll .prev,
.proi-left:hover .spec-scroll .next{opacity: 0;}
.spec-scroll .prev:hover,.spec-scroll .next:hover{color: #0e68c3;}

.spec-scroll .items{width:100%;height: auto;overflow: hidden;position: relative;}
.spec-scroll .items ul{overflow: hidden;margin: 0 auto;position:relative;margin-right: -20px;}
.spec-scroll .items ul li{width:134px;height: 99px;margin-top: 18px;padding: 5px;background: #fff;border: 1px solid transparent;}
.spec-scroll .items ul li:first-child{margin-top: 0;}
.spec-scroll .items ul li.hover{border-color: #0e68c3;}
.spec-scroll .items ul li img{width:100%;/* height:100%; */background: white;}
.spec-scroll .items ul li p{color: #333;font-size: 16px;text-align: center;margin-bottom: 0px;}
.pir-swiper{display: none;position: relative;background: white;padding: 0 70px 30px;}
.pir-pic{text-align: center;font-size: 0;}
.pir-pic img{display: inline-block;max-width: 100%;}

.pir-swiper .swiper-pagination{bottom: 20px;width: 100%;margin-left: -70px;}
.pir-swiper .swiper-pagination-bullet{width: 8px;height: 8px;background:#cecece;opacity: 1;margin: 0 5px !important;}
.pir-swiper .swiper-pagination-bullet-active{background:#0e68c3;}
.pir-swiper .swiper-button-next,
.pir-swiper .swiper-button-prev{background: none;opacity: 1;transition: ease .5s; font-size: 20px;text-align: center;line-height: 50px; color: #0e68c3;;width: 50px;height: 50px;border-radius: 50%;background: transparent;border: 1px solid #0e68c3;}
.pir-swiper .swiper-button-next{right: 20px;}
.pir-swiper .swiper-button-prev{left: 20px;}
.pir-swiper .swiper-button-next:hover,
.pir-swiper .swiper-button-prev:hover{color: #fff;background:#0e68c3;}
.pri1-right{float: right;width: 46.5%;padding-left: 100px;}
.pri1-font{padding: 91px 0 0;}
.pri1-p{margin-top: 18px;max-height: 120px; font-size: 16px;line-height: 30px;color: #666;}
.pri1-mo{margin-top: 43px;position: relative; overflow: hidden; display: block;width: 170px;height: 46px;text-align: center;line-height: 46px;background: #0e68c3;border: 1px solid #0e68c3; font-size: 16px;color: #fff;}
.pri1-mo::before{position: absolute;content: "";width: 0;height: 100%;background: #0e68c3;transition: ease .6s;top: 0;left: 0;}
.pri1-mo:hover::before{width: 100%;}

.pri1-mo span{display: block;position: relative;z-index: 2;}
.pri1-mo:hover{color: #fff;background: transparent;}



.pri-two{padding: 40px 0 40px;}
.pri2-con{margin-top: 10px;padding-bottom: 66px; border-bottom: 1px solid #eeeeee;}
.pri2-right{float: right;width: 50%;padding-top: 33px;}

.pri2-img{width: 100%;}
.pri2-img img{}
.pri2-left{float: left;width: 50%;padding-right: 30px;}
.pri2-ul2{}
.pri2-ul2 li{padding-left: 30px;}
.pri2-ul2 li h5{position: relative; font-size: 16px;line-height: 40px;color: #666;}
.pri2-ul2 li h5::before{position: absolute;content: "";width: 17px;height: 17px;border-radius: 50%;border: 1px solid #c4c4c4;left: -30px;top: 11px;}
.pri2-ul2 li h5::after{position: absolute;content: "";width: 9px;height: 1px;background: #c4c4c4; left: -26px;top: 19px;}


.pri-three{padding: 0px 0 80px;}
.proinfo-three .proinfo-tit{color: #fff;}
.proinfo-three .proinfo-hr{background-color: #fff;}
.pri3-con{margin-top: 33px;}
.pri3-left{float: left;width: 50%;}
.pri3-table{margin-top: 26px;}
.pri3-table table{width: 100%;}
.pri3-table tbody{}
.pri3-table tr{}
.pri3-table td{padding: 4px 68px; border: 1px solid #e5e5e5;font-size: 16px;line-height: 32px;color: #666;}
.pri3-right{float: right;width: 50%;padding-left: 0px;}
.pri3-video{margin-top: 26px;}
.pri3-pic{display: block;text-align: left;}
.pri3-img{position: relative;display: inline-block;}
.pri3-img::before{position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,.6) url(../images/play-button.png)no-repeat center;background-size: 42px 42px;}
.pri3-img img{}

.pri-four{padding: 40px 0 80px;}
.pri4-con{margin-top: 26px;}
.pri-five{padding: 0 0 80px;}
.pri5-con{}
.pri5-page{display: block;margin: 0 auto; width: 170px;height: 46px;text-align: center;transition: ease .8s; line-height: 46px;background: #eee;border: 1px solid #eee; font-size: 16px;color: #333;}
.pri5-page span{display: block;position: relative;}
.pri5-page:hover{color: #fff;background: #0e68c3;}

@media  (max-width: 1459px) {
	.spec-scroll{width: 110px;}
	.spec-scroll .items ul li{width: 110px;height: 88px;margin-top: 12px;}
	.pri1-font{padding: 55px 0 0;}
	.spec-preview{margin-right: 125px;}
	.pri-tit{font-size: 24px;line-height: 30px;}
	.pri-four,.pri-one{padding: 60px 0;}
	.pri-five,.pri-three{padding: 0 0 60px;}
	.pri-two{padding: 60px 0 30px;}
	.pri2-con{padding-bottom: 40px;}
	.pri1-right{padding-left: 65px;}
}
@media  (max-width: 1259px) {
	.pri3-table td{padding: 4px 32px;}
	.pri1-left{float: none;width: 100%;padding: 0 15%;}
	.pri1-right{margin-top: 40px; float: none;width: 100%;padding: 0 15%;}
	.pri-tit{font-size: 22px;}
	.pri1-font{padding: 0;}
	.pri1-mo{margin-top: 30px;}
	.pri3-right{padding-left: 50px;}
	.pri1-p{max-height: none;height: auto;}
	
}
@media  (max-width: 991px) {
	.pri1-left{padding: 0 8%;}
	.pri1-right{padding: 0;}
	.spec-preview,.spec-scroll{display: none;}
	.pir-swiper{display: block;}
	.pri-tit{font-size: 20px;}
	.pri3-left,.pri3-right,.pri2-right,.pri2-left{float: none;width: 100%;padding: 0;}
	.pri-two{padding-bottom: 0;}
	.pri3-right{margin-top: 30px;}
	.pri2-left{margin-top: 30px;}
	.pri2-right{text-align: center;}
	.pri2-con{margin-top: 30px;}
}
@media  (max-width: 767px) {
	.pri-four,.pri-one{padding: 30px 0 40px;}
	.pri-five,.pri-three{padding: 0 0 40px;}
	.pri-two{padding: 30px 0 20px;}
	.pri2-con{padding-bottom: 20px;}
	.pri-tit{font-size: 18px;}
	.pir-swiper .swiper-button-next, .pir-swiper .swiper-button-prev{display: none;}
	.pir-swiper .swiper-pagination{margin: 0;}
	.pir-swiper{padding: 0 0 30px;}
	.pri1-p{margin-top: 8px; font-size: 14px;line-height: 24px;}
	.pri1-right{margin-top: 30px;}
	.pri2-ul2 li h5{font-size: 14px;line-height: 30px;}
	.pri2-ul2 li{padding-left: 20px;}
	.pri2-ul2 li h5::before{width: 14px;height: 14px;left: -20px;top: 9px;}
	.pri2-ul2 li h5::after{width: 6px;top: 16px;left: -16px;}
	.pri3-con{margin-top: 10px;}
	.pri3-table,.pri3-video,.pri4-con{margin-top: 16px;}
	.pri3-table td{font-size: 14px;line-height: 24px;}
	
}
@media  (max-width: 640px) {
	
}


/*视频弹窗*/
 .msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 10001;background: rgba(0,0,0,0.5);}
 .msg-box {width: 860px;height: 524px;padding: 50px;background-color: #F3F3F3;position: absolute;left: 50%;margin-left: -430px;top: 0;margin-top: -262px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
 .msg-box .close-box {width: 38px;height: 38px;font-size: 30px;color: #666; cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
 .msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
 /*视频弹窗  -end*/

@media  (max-width:1259px) {
		.msg-box{width:800px;height:465px;padding:30px;}
.msg-box .close-box{width:24px;height:24px;font-size:24px;top:5px;right:5px}
}
@media  (max-width:991px) {

	.msg-box{width: 600px;height: 365px;left: 50%;margin-left: -300px;}
}
@media  (max-width:767px) {
	.msg-box{width: 500px;margin-left: -250px;}

}
@media  (max-width:640px) {
	.msg-box{width: 320px;margin-left: -160px;height: 300px;}

}
@media (max-width: 400px) {
	.msg-box{width: 280px;margin-left: -140px;}

}

/* ======================== contact ================ */
.contact{}
.contact-one{}
.lcontact-tit{font-size: 30px;line-height: 40px;color: #333;}
.lcontact-dec{margin-top: 18px; font-size: 16px;line-height: 30px;color: #666;}
.lcontact-one{padding: 73px 0 50px;}
.lcontact1-con{}
.lcontact1-left{float: left;width: 50%;padding-right: 50px;}
.lcontact1-ul{margin-top: 36px;}
.lcontact1-ul ul{font-size: 0;margin: -15px -15px 0;}
.lcontact1-ul li{display: inline-block;margin-top: 15px; width: 33.333%;padding: 0 15px;vertical-align: top;}
.lcontact1-ul li:last-child{width: 100%;}
.lcontact1-ul li h3{font-size: 20px;line-height: 30px;color: #333;}
.lcontact1-ul li em{font-style: normal; margin-top: 6px; display: block;font-size: 18px;line-height: 30px;color: #666; font-family: 'OPENSANS';}
.lcontact1-ul li span{margin-top: 7px;display: block;font-size: 16px;line-height: 30px;color: #666;}
.contact-input{margin-top: 40px;}
.contact-input1{margin: -20px -10px 0;}
.contact-input1>div{float: left;width: 50%;padding: 0 10px;height: 50px;margin-top: 20px;}
.contact-input input{font-size: 16px;color: #666;background: #f5f5f5;padding: 13px 20px 14px;width: 100%;margin-bottom: 0px;}
.contact-input textarea{font-size: 16px;color: #bbb;background: #f5f5f5;padding: 13px 20px 14px;width: 100%;min-height: 117px;}
.contact-submit{position: relative;width: 165px;height: auto;transition: ease .5s;margin: 0 auto;margin-top: 25px;transition: ease .5s;}
.message-submit{position: relative;background: #eee; font-size: 16px;color: #333;width: 160px;height: 46px;line-height: 46px; margin: 0 auto;display: block;padding: 0px 15px;cursor: pointer;transition: ease .5s;}
.message-submit span{position: relative;display: block;}
.message-submit:hover{background-color: #0e68c3;color: #fff;}

.lcontact1-right{float: right;width: 50%;padding-left: 20px;}
.contact-input{margin: 26px 0 0;}
.contact-input input,.contact-input textarea{padding: 14px 12px 13px;}
.contact-input textarea{min-height: 120px;margin-top: 20px;}
.contact-submit{margin: 17px 0 0;}
.contact-input input { font-size: 16px; color: #bbb; background: #f5f5f5;padding: 13px 20px 14px; width: 100%;  margin-bottom: 0px;}
.contact-input input,.contact-input textarea{border-radius: 0;background: none;border: 1px solid #e5e5e5;}


.lcontact-two{}
.lcontact2-map{text-align: center;font-size: 0;}

.lcontact-three{padding: 50px 0 80px;}
.lcontact3-con{}
.lcontact3-con .lcontact1-ul{margin-top: 20px;}
.lcontact3-ul{font-size: 0;text-align: left;margin: -30px -12.5px 0;}
.lcontact3-ul li{float: left; width: 33.333%;padding: 0 12.5px;margin-top: 30px; vertical-align: top;}
.lcontact3-ul li>div{border: 1px solid #e5e5e5;padding: 33px 30px;}

.lcontact3-ul li p{}
.lcontact3-ul li h3{color: #0e68c3;}
.lcontact3-ul li h3 span{display: inline; font-size: 20px;line-height: 30px;}
.lcontact3-ul li h3 em{display: inline; font-size: 20px;line-height: 30px;font-family: 'DIN-REGULAR';}
.lcontact3-p{margin-top: 7px;min-height: 195px;}
.lcontact3-ul li p{color: #666;}
.lcontact3-ul li p span{font-size: 16px;line-height: 30px;}
.lcontact3-ul li p em{font-size: 16px;line-height: 30px; font-family: 'OPENSANS';}


@media(max-width:1459px) {
	.lcontact-tit{font-size: 26px;}
	.lcontact1-ul li{width: 50%;}
	.lcontact1-ul li h3{font-size: 18px;}
	.lcontact1-ul li em{font-size: 16px;line-height: 26px;}
	.lcontact1-ul{margin-top: 20px;}
	.lcontact-dec{margin-top: 10px;}
	.lcontact1-ul li:last-child{width: 100%;}
	.lcontact3-ul li p{font-size: 16px;}
	.lcontact3-ul li{padding: 0 15px;}
}
@media(max-width:1259px) {
	.lcontact-tit{font-size: 24px;line-height: 30px;}
	.lcontact-one,.lcontact-three{padding: 60px 0;}
	
}
@media(max-width:991px) {
	.lcontact-tit{font-size: 22px;}
	.lcontact1-left{float: none;width: 100%;padding-right: 0;}
	.lcontact1-right{margin-top: 30px; float: none;padding: 0;width: 100%;}
	.message-submit{width: 150px;height: 45px;line-height: 45px;}
	.lcontact3-ul li{width: 50%;}
	.lcontact3-ul li h3{height: 60px;}
}
@media(max-width:767px) {
	.contact-input1{margin-top: -12px;}
	.contact-input1>div{float: none;width: 100%;height: auto;margin-top: 12px;}
		.contact-input input{padding: 12px 15px;font-size: 15px;}
		.contact-input{margin-top: 20px;}
		.contact-input textarea{font-size: 15px;padding: 12px 15px;}
		.contact1-p h4{font-size: 16px;}
		.contact1-p p{font-size: 14px;line-height: 28px;}
	.lcontact-one,.lcontact-three{padding: 40px 0;}
	
	.lcontact-tit{font-size: 20px;}
	.lcontact-dec{font-size: 15px;line-height: 28px;margin-top: 3px;}
	.lcontact1-ul li h3{font-size: 16px;}
	.lcontact1-ul li em,.lcontact1-ul li span{font-size: 14px;line-height: 24px;}
	.lcontact1-ul li{margin-top: 10px;}
	.lcontact1-ul li em,.lcontact1-ul li span{margin-top: 2px;}
	.lcontact1-ul ul{margin-top: -10px;}
	.lcontact1-ul{margin-top: 10px;}
	.contact-input{margin: 16px 0 0;}
	.contact-input input, .contact-input textarea{ padding: 12px;}
	.lcontact3-ul li p{font-size: 14px;line-height: 22px;}
	.lcontact3-ul li{padding: 0 12px;margin-top: 20px;}
	.lcontact3-ul{margin: -20px -12px 0;}
	.lcontact3-ul li>div{padding: 20px;}
	.lcontact3-ul li h3 span,.lcontact3-ul li h3 em{font-size: 16px;}
	.lcontact3-ul li p span,.lcontact3-ul li p em{font-size: 14px;line-height: 24px;}
	.lcontact3-p{min-height: 150px;}
}
@media(max-width:640px) {
	.lcontact3-ul li{width: 100%;}
	.lcontact1-right{margin-top: 25px;}
	.lcontact3-p{min-height: 0;height: auto;}
	.lcontact3-ul li h3{height: auto;}
	.lcontact3-ul li>div{padding: 20px 20px 30px;}
}

/* ====================== honor 资质报告 ================== */
.honor{padding: 80px 0;}
.honor-con{}
.honor-list{}
.honor-ul{margin: -43px -10px 0;}
.honor-ul li{float: left;width: 25%;padding: 0 10px;margin-top: 43px;}
.honor-ul li p{height: 32px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.honor-page{margin-top: 73px;}
@media(max-width:1459px) {
	.honor-page{margin-top: 60px;}
}
@media(max-width:1259px) {
.honor{padding: 60px 0;}
.honor-page{margin-top: 50px;}
}
@media(max-width:991px) {
	.honor-ul li{width: 33.333%;margin-top: 30px;}
	.honor-ul{margin-top: -30px;}
	.honor-page{margin-top: 40px;}
}
@media(max-width:767px) {
	.honor{padding: 40px 0;}
	.pri6-img{margin-bottom: 8px;}
	.honor-page{margin-top: 30px;}
}
@media(max-width:640px) {
	.honor-ul li{width: 50%;margin-top: 20px;}
	.honor-ul{margin-top: -20px;}
	.pri6-slide p{font-size: 15px;}
	
}
@media(max-width:359px) {
	.honor-ul li{width: 100%;}
}

/* ======================== job ================= */
.job{}
.job-one{padding: 80px 0;}
.job-con{}
.join-s{margin-top: 0px;}
.job-item{margin-top: 20px;box-shadow: 0 0 13px rgba(0,0,0,.1);}
.job-hea{border: none;padding: 25px 50px;box-shadow: 0 0 13px rgba(0,0,0,.1);cursor: pointer;transition: ease .5s;position: relative;/* box-shadow: 0 0 13px rgba(0,0,0,.1); */}
.job-le{float: none;width: 100%;text-align: left;}
.job-le h3{font-size: 20px;line-height: 30px;color: #333;margin-bottom: 0px;}
.job-le p{font-size: 16px;line-height: 30px;color: #666;}
.job-le p span{display: inline-block;position: relative;margin: 0 10px;}
.job-le p span:first-child{margin-left: 0;}
.job-le p span::before{position: absolute;content: "";width: 1px;height: 17px;right: -10px;top: 7px;background: #dcdcdc;}
.job-le p span:last-child::before{display: none;}
.job-ri{float: right;margin-top: 0;position: absolute;right: 50px;top: 50%;transform: translateY(-50%);}
.job-ri i{display: block;width: 24px;height: 24px;border-radius: 50%;border: 1px solid #bfbfbf;transition: ease .5s;position: relative;}
.job-ri i::before,.job-ri i::after{position: absolute;content: "";top: 50%;left: 50%;background: #bfbfbf;}
.job-ri i::before{width: 13px;height: 1px;margin-left: -6.5px;}
.job-ri i::after{width: 1px;height: 13px;margin-top: -6.5px;}

.job-item.open .job-ri i{border-color: #0e68c3;}
.job-item.open .job-ri i::before,.job-item.open .job-ri i::after{background-color: #0e68c3;}
.job-item.open .job-ri i::after{opacity: 0;}
.job-item.open .job-hea{border: none;background: transparent;background-size: 100% 100%;background-position: center;}
.job-item.open .job-le h3,.job-item.open .job-le p{color: #0e68c3;}
.job-item.open .job-le p span::before{background: #fff;}
.job-cont{border: none;border-top: none;display: none;/* box-shadow: 0 0 13px rgba(0,0,0,.1); */}
.job-item.open .job-cont{display: block;}
.job-pad{padding: 33px 80px 49px;}
.job-pad h4,.job-pad h5{font-size: 20px;line-height: 32px;color: #666;margin-bottom: 2px;}
.job-pad h4{}
.job-pad p{font-size: 16px;line-height: 32px;color: #666;}
/* .job-p{margin-bottom: 50px;} */
.job-sub{margin-top: 55px;background: transparent;width: 160px;height: 52px;line-height: 52px;}
.job-sub span{border-color: transparent;}

.job-font{border-bottom: 1px solid #eee;padding-bottom: 32px;margin-bottom: 33px;}
.job-font ul{margin: -4px -15px 0;}
.job-font li{float: left;width: 25%;padding: 0 15px;margin: 4px 0 0;}
.job-font li span{display: block;font-size: 16px;line-height: 30px;color: #666;}
.job-ema{font-size: 0;margin: 32px 0 0;}
.job-ema em{display: inline;font-style: normal;font-size: 16px;line-height: 32px;color: #0e68c3;;}
.job-ema a{display: inline;font-size: 16px;line-height: 32px;color: #0e68c3;}
.job-p{margin-top: 30px;}
.job-item:first-child{margin-top: 0;}
@media  (max-width:1459px) {
	.job-pad{padding: 33px 50px 60px;}
	.job-font{padding-bottom: 26px;margin-bottom: 26px;}
	.job-p{margin-top: 20px;}
	
}
@media  (max-width:1259px) {
	
	.job-one{padding: 60px 0;}
	.job-pad h4, .job-pad h5{font-size: 18px;}
	.job-pad p,.job-font li span{font-size: 15px;}
	.job-ema{margin-top: 20px;}
}

@media  (max-width:991px) {
	.job-le h3{font-size: 18px;}
	.job-hea{padding: 15px 54px;}
	.job-ri{right: 30px;}
	.job-ul li{width: 50%;margin: 10px 0;}
	.job-ul{margin: -10px;}
	.job-ul li h3{font-size: 21px;margin-top: 12px;}
	.job-ul li span{margin: 17px 0 10px;}
	.job-ul li p{font-size: 16px;}
	.job-ul li>div{padding: 50px 20px;}
	.job-sub{margin-top: 30px;}
	.job-font li{width: 33.333%;}
}
@media  (max-width:767px) {
.job-le h3{font-size: 17px;margin-bottom: 0;}
.job-le p{font-size: 15px;}
.job-pad p{font-size: 15px;line-height: 32px;}
.job-pad{padding: 30px 30px;}
.job-hea{ padding: 10px 49px;}
.job-ri{right: 25px;}
.job-ul li h3{font-size: 18px;}
.job-ul li span{margin: 12px 0 4px;}
.job-ul li>div{padding: 30px 15px;}
.job-sub{margin-top: 20px;width: 150px;height: 45px;line-height: 43px;}
.job-one{padding: 40px 0;}
.job-page{margin-top: 30px;}
.job-pad p, .job-font li span{font-size: 14px;line-height: 24px;}
.job-font{margin-bottom: 15px;padding-bottom: 15px;}
.job-p{margin-top: 12px;}
.job-pad h4, .job-pad h5{font-size: 17px;}
.job-ema{margin-top: 12px;}
.job-ema em,.job-ema a{font-size: 14px;}

}
@media  (max-width:640px) {
.job-pad{padding: 20px 16px 20px;}
.job-hea{ padding: 10px 16px;}
.job-item{margin-top: 15px;}
.job-ul li{width: 100%;}
.job-ul li p{height: auto;line-height: 30px;}
.job-icon{width: 48px;height: 48px;line-height: 48px;}
	.job-font li{width: 50%;}
}
@media  (max-width:450px) {
	.job-font li{width: 100%;}
	.job-le h3{font-size: 16px;}
}
/* =================== news 新闻动态 ===================== */
.news{}
.ny-nav{}
.nav-ul{font-size: 0;text-align: center;}
.nav-ul li{display: inline-block;}
.nav-ul li.on{}
.nav-ul li a{display: block;padding: 23px 41px; font-size: 18px;line-height: 30px;color: #444;transition: ease .5s;position: relative;}
.nav-ul li a::before{position: absolute;content: "";width: 0;height: 3px;background: #005657;left: 50%;bottom: 0;transform: translateX(-50%);transition: ease .5s;}
.nav-ul li.on a::before{width: 100%;}
.nav-ul li.on a{color: #0e68c3;}

.news-content{padding: 80px 0;}
.news-con{}
.news-ul{}
.news-ul ul{}
.news-ul li:first-child{margin-top: 0;}
.news-ul li{margin-top: 50px;}
.news-a{display: block;position: relative;}
.news-pic{float: left; width: 450px;overflow: hidden;}
.news-pic img{width: 100%;transition: ease .8s;}
.news-txt{margin-left: 450px;padding: 44px 0 0;padding-left: 80px;}
.news-txt>div{}
.news-txt h3{font-size: 20px;line-height: 36px;color: #333;transition: ease .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-txt em{margin: 7px 0 0; font-style: normal;display: block;font-size: 16px;line-height: 30px;color: #666; font-family: "AkzidenzGrotesk-Light";}
.news-txt p{margin: 12px 0 0; font-size: 16px;line-height: 30px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-mo{margin: 36px 0 0;border: none;width: auto;display: inline-block;padding: 0;}
/* .news-mo span::before{background-image: url(../images/more3.png);} */
/* .news-a:hover .news-mo span::before,
.news-mo:hover span::before{background-image: url(../images/more1.png);} */
.news-a:hover .news-mo,.news-mo:hover,.news-a:hover .news-txt h3{color: #0e68c3;}
.news-mo::before{display: none;}
.news-a:hover .news-mo{margin-left: 15px;}
.news-a:hover .news-mo span::before,
.news-mo:hover span::before{transform: translateY(-50%) translateX(20px);background-image: url(../images/more2a.png);}
.news-a:hover .news-pic img{transform: scale(1.1);}
.news-page{margin-top: 80px;}
.news-a::before{position: absolute;content: "";width: 0;height: 1px;background: #0e68c3;left: 0;bottom: 0;transition: ease 1s;}
.news-a:hover::before{width: 100%;}
@media  (max-width:1459px) {
	.news-pic{width: 400px;}
	.news-txt{margin-left: 400px;padding: 10px 0 0; padding-left: 40px;}
	.news-page{margin-top: 60px;}
	.news-content{padding: 60px 0;}
}
@media  (max-width:1259px) {
	.news-pic{width: 350px;}
	.news-txt{margin-left: 350px;padding: 0px 0 0; padding-left: 40px;}
	.news-txt p{margin: 8px 0 0;}
	.news-mo{margin: 15px 0 0;}
	.nav-ul li a{font-size: 16px;padding: 15px 30px;}
	.news-txt em{font-size: 16px;}
}
@media  (max-width:991px) {
.news-pic{width: 300px;}
	.news-txt{margin-left: 300px;padding-left: 30px;}
	.news-txt h3{font-size: 20px;}
	.news-txt p{-webkit-line-clamp:1;}
	.news-page{margin-top: 40px;}
	.news-ul li{margin-top: 30px;}
}
@media  (max-width:767px) {
	.news-content{padding: 40px 0;}
	.news-pic{width: 260px;}
	.news-txt{margin-left: 260px;padding-left: 25px;}
	.news-mo{margin: 3px 0 0;}
	.news-txt h3{font-size: 16px;}
	.news-txt em,.news-txt p{font-size: 14px;line-height: 24px;}
	.nav-ul li a{padding: 10px 20px;}
	.news-page{margin-top: 30px;}
	.news-ul li{margin-top: 25px;}
}
@media  (max-width:640px) {
	.news-pic{width: 100%;float: none;}
	.news-a::before{width: 100%;}
	.news-txt{margin-left: 0;padding: 20px 0 10px;}
	.news-txt em{margin: 5px 0 0;}
	.news-txt p { -webkit-line-clamp: 2;}
	.nav-ul li a{font-size: 14px;line-height: 24px;padding: 10px 15px;}
	
}
@media  (max-width:450px) {
	.new-ul li{width: 100%;}
	.newtop-txt { padding: 25px 20px 20px;}
}
/* =================== newsinfo ================= */
.newsinfo{}
.newsinfo-content{}
.newsinfo-content{padding: 73px 0 73px;}
.newsinfo-con{margin-top: 0;}
.newxq-con{}
.newxq-left{float: left;width: 71%;}
.newxq-leftcon{background: #fff;width: 100%;padding: 0;}
.newxq-right{float: right;width: 29%;padding-top: 6px;padding-left: 75px;}
.newxq-tit{font-size: 30px;line-height: 40px; color: #333;}
.newxq-des{font-size: 16px;color: #666;line-height: 28px;}
.newxq-time{display: block;font-size: 0;color: #666;margin-top: 13px;}
.newxq-time span{margin-left: 29px; display: inline-block;font-size: 16px;line-height: 24px;}
.newxq-time em{display: inline-block;font-style: normal; font-size: 16px;line-height: 24px; font-family: "AkzidenzGrotesk-Light";}
.newxq-artic{margin-top: 36px;padding: 30px 0 0;text-align: justify; border-top: 1px solid #eee; font-size: 16px;line-height: 32px;color: #888;}
.newxq-artic img,.newxq-artic section{max-width: 100%;display: inline-block;}
.newxq-page{background: #fff;margin-bottom: 20px;padding: 25px 28px 26px;border: 1px solid #eee;}
.newxq-page a{display: block;width: 100%;}
.newxq-page h3{font-size: 16px;line-height: 24px; color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.newxq-page h5{margin-top: 15px;font-size: 16px;line-height: 24px;height: 24px; color: #666;transition: ease .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newxq-page span{display: block;font-size: 16px;line-height: 24px;color: #999;margin-top: 10px; font-family: "AkzidenzGrotesk-Light";}
.newxq-page:hover h5{color: #0e68c3;}
.newxq-tuijian1{background: #f7f7f7;padding: 30px 20px;margin-bottom: 20px;}
.newxq-tuijian-tit{font-size: 20px;color: #111;font-weight: bold;border-left: 3px solid #fabd00;line-height: 20px;padding-left: 7px;}
.newxq-tuijian-button{margin-top: 10px;}
.newxq-tuijian-button a{display: inline-block;font-size: 14px;color: #9b9b9b;border: 1px solid #9b9b9b;border-radius: 2px;padding: 5px 13px;margin-right: 10px;margin-top: 10px;background: #fff;}
.newxq-tuijian-button a:hover{color: #fff;background: #fda50b;border-color: #fda50b;}
.newxq-tuijian2{background: #f7f7f7;padding: 30px 20px 0;margin-bottom: 20px;}
.newxq-tuijian2 ul{}
.newxq-tuijian2 li{padding: 15px 0;border-bottom: 1px dashed #d8d8d8;}
.newxq-tuijian2 li:last-child{border: none;}
.newxq-tuijian2 li a{display: block;}
.newxq-tj-img{float: right;width: 38%;}
.newxq-tj-img img{width: 100%;}
.newxq-tj-txt{float: left;width: 56%;}
.newxq-tj-txt h3{font-size: 14px;line-height: 22px;color: #4a4a4a;font-weight: bold;display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden;}
.newxq-tj-txt span{display: block;font-size: 14px;color: #888;margin-top: 12px; background: url(../images/newxq-time.png)no-repeat center left;padding-left: 24px;}

.newxq-share{background: #f7f7f7;padding: 45px 30px 40px;}
.newxq-share span{display: block;font-size: 22px;line-height: 26px; color: #333;font-weight: bold;}

.newxq-share a{ display: inline-block !important;  background: none !important;   font-size: 24px !important; width: 42px !important;height: 42px !important; line-height: 41px !important;  text-align: center; border-radius: 50% !important;  border: 1px solid #a7a7a7 !important; color: #a5a5a5 !important; transition: ease .5s !important; padding-left: 0 !important;text-decoration: none !important; margin-right: 15px !important;margin-bottom: 10px !important;}
.newxq-share a:last-child{margin-right: 0 !important;}

.newxq-share .bshare-custom{margin-top: 18px;}

.newxq-tuijian{margin: 44px 0 0;}
.newxqtj-tit{position: relative;padding-right: 40px;}
.newxqtj-tit h3{font-size: 20px;line-height: 30px;color: #333;}
.newxqtj-tit a{display: block;font-size: 16px;line-height: 24px;color: #0e68c3;position: absolute;right: 0;width: 32px;top: 50%;transform: translateY(-50%);z-index: 3;}
.newxqtj-img{margin: 26px 0 0;}
.newxqtj-img img{}
.newxqtj-font{}
.newxqtj-font ul{}
.newxqtj-font li{}
.newxqtj-font li a{display: block;border-bottom: 1px solid #e5e5e5;padding: 15px 0 16px;}
.newxqtj-font li span{display: block;font-size: 16px;line-height: 24px;color: #999;font-family: "AkzidenzGrotesk-Light";}
.newxqtj-font li h5{margin: 4px 0 0; font-size: 16px;line-height: 24px;height: 24px; color: #666;transition: ease .5s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newxqtj-font li:hover h5{color: #0e68c3;}

.newsinfo-page{position: relative; margin-top: 40px;border-top: 1px solid #eee;padding-top: 20px;}
.newsinfo-page a{display: block;font-size: 16px;line-height: 32px;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newsinfo-page a:hover{color: #0e68c3;}
.newspage-left{padding-right: 200px;}
.newspage-right{width: 180px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);padding-top: 20px;}
.newspage-right a{display: block;color: #0e68c3;transition: ease .5s; width: 100%;height: 50px;line-height: 50px;border: 1px solid transparent;text-align: center;background: #e6eef6;}

.newspage-right a:hover{color: #fff;background-color: #0e68c3;}
@media(max-width:1459px){
	.newxq-tit{font-size: 26px;}
	.newsinfo-content{padding: 60px 0;}
}
@media(max-width:1259px){
	.newxq-page,.newxq-share{padding: 25px 18px;}
	.newxq-artic{margin-top: 25px;padding-top: 25px;}
	.newxq-tit{font-size: 24px;line-height: 30px;}
	.newxq-right{padding-left: 35px;}
	.newsinfo-page{margin-top: 30px; padding-top: 10px;}
	.newspage-right{padding-top: 10px;width: 150px;}
	.newspage-right a{height: 42px;line-height: 42px;}
	.newspage-left{padding-right: 170px;}
}
@media(max-width:991px){
	.newxq-tj-txt{float: none;width: 100%;margin-top: 10px;}
	.newxq-tj-img{float: none;width: 100%;}
	.newxq-share{padding: 20px 15px;}
	.newxq-left{float: none;width: 100%;padding: 0;}
	.newxq-right{float: none;width: 100%;padding: 0; margin-top: 40px;}
	.nesinfo-back{font-size: 20px;width: 200px;line-height: 52px;}
	.newxq-tit{font-size: 24px;}
	.newxq-page h3{font-size: 18px;}
	.nesinfo-back{display: none;}
	.nesinfo-back.newsinfo-bot{display: block;}
	.newxq-page h5{margin-top: 5px;}
	.newxq-page span{font-size: 14px;margin-top: 5px;}
	.newxq-tuijian{margin-top: 35px;}
	.newxq-artic{margin-top: 20px;padding-top: 20px;}
	.newxqtj-tit h3{font-size: 18px;}
	.newsinfo-page{margin-top: 25px;}
	.newspage-right{position: relative;top: 0;transform: none;}
	.newspage-left{padding: 0;}
}
@media(max-width:767px){
.newsinfo-content{padding: 40px 0;}	
.newxq-tit{font-size: 18px;line-height: 30px;}
.newxq-des{font-size: 14px;line-height: 24px;}
.newxq-time{font-size: 14px;line-height: 24px;margin-top: 6px;}
.newxq-artic{font-size: 14px;line-height: 24px;margin-top: 15px;}
.newxq-artic p img{margin: 15px 0;}
.newxq-page h3{font-size: 16px;}
.newxq-page h5{font-size: 14px;line-height: 22px;}
.newxq-page span{font-size: 14px;line-height: 22px;margin-top: 5px;}
.newxq-page{padding: 15px;margin-top: 20px;}
.newxq-tuijian1{margin: 20px 0;padding: 15px;}
.newxq-tuijian-tit{font-size: 18px;}
.newxq-tuijian-button a{padding: 5px 8px;}
.newxq-tuijian-button{margin-top: 5px;}
.newxq-tuijian2 ul{margin-top: 10px;}
.newxq-share span{font-size: 18px;}
.newxq-share{padding: 15px;}
.newxq-share .bshare-custom{margin-top: 10px;}
.nesinfo-back{margin-top: 20px; font-size: 16px;width: 142px;line-height: 42px;}
.newxq-right{margin-top: 30px;}
.newsinfo-con{margin: 0;}
.newxq-time span,.newxq-time em{font-size: 14px;}
.newxqtj-font li span,.newxqtj-font li h5{font-size: 14px;}
.newxqtj-font li h5{margin-top: 2px;}
.newxqtj-font li a{padding: 10px 0;}
.newxqtj-img{margin-top: 15px;}
.newxqtj-tit h3{font-size: 16px;}
.newxqtj-tit a{font-size: 14px;}
.newxq-tuijian{margin-top: 30px;}
.newsinfo-page{margin-top: 20px;}
.newsinfo-page a{font-size: 14px;line-height: 24px;}
.newspage-right a{height: 42px;line-height: 42px;}
}



/* =================== 专题页==招商加盟================ */
.jion-banner{height: 650px;margin-top: 100px; background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.jionbanner-cont{position: absolute;width: 100%;top: 50%;left: 0;transform: translateY(-50%);}
.jionbanner-font{text-align: center;padding-bottom: 100px;}
.jionbanner-font h3{font-size: 50px;line-height: 66px;color: #fff;font-family: '方正正中黑简体';}
.jionbanner-font h3 span{display: block;}
.jionbanner-font h4{font-size: 36px;line-height: 40px;color: #fff;font-family: '方正正中黑简体';margin-top: 11px;}

.jion-bread{position: absolute;width:100%;right: 0;bottom: 30px;text-align: right; font-size: 14px;line-height: 24px;color: #fff;}
.jion-bread a{display: inline-block;font-size: 14px;line-height: 24px;color: #fff;}
.jion-banner .index-btn{margin: 65px auto 0;}

.jion{}

.jion-tit{font-size: 36px;line-height: 40px;color: #333;text-align: center;}
.jion-dec{font-size: 18px;line-height: 30px;color: #666;text-align: center;margin-top: 12px;}
.jion-dec i{font-style: normal;display: inline;color: #075782;}
.jion-dec span{display: block;}
.jion-one{padding: 76px 0 90px;}
.jionon-con{margin-top: 79px;}
.jion1-ul{margin: 0 -7px;}
.jion1-ul li{float: left;width: 33.33333%;padding: 0 7px;}
.jion1-ul li>div{}
.jion1-img{width: 100%;overflow: hidden;}
.jion1-img img{width: 100%;transition: ease .5s;}
.jion1-txt{padding: 35px 48px 57px;border-bottom: 1px solid #0d497e;position: relative;}
.jion1-txt::before,.jion1-txt::after{position: absolute;content: "";width: 1px;height: 100%;background: linear-gradient(to bottom,#2898a4,#0d497e);top: 0;}
.jion1-txt::before{left: 0;}
.jion1-txt::after{right: 0;}
.jion1-ul li:hover .jion1-img img{transform: scale(1.04);}

.jion1-icon{width: 46px;height: 50px;overflow: hidden;margin-bottom: 16px;transition: ease .5s;}
.jion1-icon img{width: 100%;transition: ease .5s;}
.jion1-txt p{font-size: 20px;line-height: 30px;color: #444;}
.jion1-txt p span{display: block;}
.jion1-ul li:hover .jion1-icon{transform: translateY(-10px) rotateY(180deg);}


.jion-two{padding: 78px 0 92px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.jion-two .jion-dec{margin-top: 18px;}
.jiontw-con{margin-top: 55px;}
.jion2-ul{margin: -20px -10px 0;}
.jion2-ul li{float: left;width: 50%;padding: 0 10px;margin-top: 20px;}
.jion2-ul li>div{background: #fff;padding: 43px 45px 37px;}
.jion2-icon{width: 75px;height: 70px;overflow: hidden;float: left;}
.jion2-icon img{width: 100%;transition: ease .5s;}
.jion2-txt{margin-left: 90px;}
.jion2-txt h3{font-size: 24px;line-height: 30px;color: #444;transition: ease .5s;margin-bottom: 12px;}
.jion2-txt p{font-size: 16px;line-height: 26px;color: #666;height: 78px;}

.jion-three{padding: 81px 0 88px;}
.jionthr-con{margin-top: 51px;}
.jion-three .ine{padding: 0;}
.jion-three .ine ul{margin-top: 0;}
.jion-three .ine-top{padding-bottom: 35px;}
.jion-three .ine-top p{font-size: 16px;}
.jion-three .ine-tit{ text-overflow: ellipsis; white-space: nowrap;  overflow: hidden;}

.jion-four{padding: 81px 0 104px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.jion-four .jion-tit{color: #fff;}
.jion-four .jion-dec{color: rgba(255,255,255,.8);margin-top: 15px;}
.jionfou-con{margin-top: 62px;}
.jion4-ul{margin: 0 -8px;}
.jion4-ul li{float: left;width: 33.333%;padding: 0 8px;}
.jion4-ul li>div{}
.jion4-img{width: 100%;overflow: hidden;}
.jion4-img img{width: 100%;transition: ease .5s;}
.jion4-txt{background: #fff;padding: 35px 50px 49px;}
.jion4-txt h3{font-size: 30px;line-height: 40px;color: #333;margin-bottom: 19px;}
.jion4-txt h3 span{display: inline-block;width: 43px;height: 45px;float: left;margin-right: 10px;}
.jion4-txt h3 span img{display: block;width: 100%;}
.jion4-txt p{font-size: 18px;line-height: 26px;color: rgba(51,51,51,.8);height: 52px;}
.jion4-ul li:hover .jion4-img img{transform: scale(1.04);}

.jion-five{padding: 75px 0 58px;}
.jionfv-con{margin-top: 70px;}
.jion5-ul{margin: -25px 0;}
.jion5-ul li{float: left;width: 33.333%;padding: 0 30px;margin: 25px 0;}
.jion5-icon{width: 118px;height: 131px;overflow: hidden;background: url(../images/jion5-icba_03.png)no-repeat center;background-size: 100% 100%;margin: 0 auto 30px;}
.jion5-icon img{width: 100%;}
.jion5-txt{text-align: center;}
.jion5-txt h3{font-size: 22px;line-height: 28px;color: #333;margin-bottom: 13px;text-align: justify;text-align-last: center;}
.jion5-txt p{font-size: 16px;line-height: 28px;color: #666;height: 112px;}


.jion-six{padding: 81px 0 82px; background-size: cover;background-repeat: no-repeat;background-position: center;}
.jion-six .jion-tit{color: #fff;}
.jionsx-con{margin-top: 75px;}
.jion6-ul{}
.jion6-ul li{float: left;position: relative;margin-right: 15.8%;text-align: center;}
.jion6-ul li:last-child{margin-right: 0;float: right;}
.jion6-ul li::before{position: absolute;content: "";width: 268%;height: 1px;background: rgba(255,255,255,.6);left: 50%;margin-left: 20px; bottom: 20px;}
.jion6-ul li::after{position: absolute;content: "";width: 8px;height: 13px;background: url(../images/jion6-right.png)no-repeat center;background-size: 100% 100%;left: 50%;margin-left: -40px; bottom: 20px;margin-bottom: -6px;}
.jion6-ul li>div{}
.jion6-icon{width: 68px;height: 68px;overflow: hidden;margin: 0 auto; margin-bottom: 8px;}
.jion6-icon img{width: 100%;}
.jion6-txt{}
.jion6-txt h3{font-size: 20px;line-height: 36px;color: #fff;}
.jion6-txt span{display: block;font-size: 20px;line-height: 24px;color: #fff;font-family: 'DIN-REGULAR';width: 40px;height: 40px;border-radius: 50%;padding: 13px 0;border: 1px solid rgba(255,255,255,.6);text-align: center;padding: 8px 0;padding-left: 4px; margin: 0 auto;margin-top: 30px;}
.jion6-ul li:first-child::after{display: none;}
.jion6-ul li:last-child::before{display: none;}
.jion6-ul li:nth-child(4)::before{width: 295%;}

.jion-seven{padding-bottom: 75px;}
.jion-seven .jion-dec{margin-top: 20px;}
.jionseven-con{position: relative;margin-top: 44px;}
.jion7-swiper{display: block;opacity: 1;}
.jion7-swiper .swiper-slide a{display: block;}
.jion7-txt{padding: 0 30px;margin-top: -60px;}
.jion7-txt>div{text-align: center;background: #fff;height: 178px; position: relative;padding: 30px 46px 22px;box-shadow: 0 0 13px rgba(0,0,0,.1);}
.jion7-txt h3{font-size: 22px;line-height: 38px;color: #333;margin-bottom: 10px;text-overflow: ellipsis; white-space: nowrap;  overflow: hidden;}
.jion7-txt p{font-size: 16px;line-height: 26px;color: #666;display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3; overflow: hidden;}


.jion-eight{padding: 65px 0 73px;}
.jion-eight .index-tit{font-size: 40px;}
.jion-eight h4{font-size: 22px;line-height: 30px;color: rgba(255,255,255,.8);font-weight: lighter;text-align: center;margin-bottom: 35px;}
.jion-eight .inv-dec{font-size: 24px;color: rgba(255,255,255,.9);background: url(../images/jion8-ba_02.png)no-repeat center;background-size: 100% 100%;margin: 19px 0 11px;padding: 1px 0 3px;}

@media  (max-width:1459px) {
	.jionbanner-font h3{font-size: 48px;}
}
@media  (max-width:1259px) {
	.jion-banner{height: 550px;}
	.jionbanner-font h3{font-size: 42px;}
	.jionbanner-font h4{font-size: 34px;}
	.jion1-txt {  padding: 35px 30px 57px;}
	.jion2-txt p{height: 104px;}
	.jion2-txt h3{height: 60px;}
	.jion4-txt{padding: 35px 30px 49px;}
	.jion5-txt p{height: 140px;}
	.jion6-ul li{margin-right: 12.8%;}
	.jion6-ul li::before{width: 183%;}
	.jion6-ul li:nth-child(4)::before { width: 230%;}
	.jion-tit{font-size: 30px;}
	.jion7-txt>div{padding: 30px 30px 22px;}
	.jion-eight .index-tit{font-size: 32px;line-height: 40px;}
}
@media  (max-width:991px) {
	.jion-banner{margin-top: 60px;}
}
@media  (max-width:991px) {
	.jion-banner{height: 450px;}
	.jion-tit{font-size: 28px;}
	.jionbanner-font h3{font-size: 37px;line-height: 56px;}
	.jionbanner-font h4{font-size: 32px;line-height: 40px;}
	.jion-banner .index-btn{margin-top: 35px;}
	.jionon-con{margin-top: 40px;}
	.jion1-ul li{width: 50%;margin: 15px 0;}
	.jion1-ul li:last-child{transform: translateX(50%);}
	.jion2-ul li{width: 100%;}
	.jion2-txt h3{height: auto;}
	.jion2-txt p{height: auto;}
	.jion4-txt h3{font-size: 24px;}
	.jion5-ul li{width: 50%;}
	.jion6-ul li{margin-right: 33.33%;margin-bottom: 20px;}
	.jion6-ul li:last-child{float: left;}
	.jion6-ul li:nth-child(3)::before{display: none;}
	.jion6-ul li:nth-child(3){margin-right: 0;float: right;}
	.jion6-ul li::before{width: 332%;}
	.jion6-ul li:nth-child(4)::before { width: 430%;}
	.jion6-ul li:nth-child(4),.jion6-ul li:nth-child(5){transform: translateX(150%);}
	.jion7-txt>div{padding: 20px;height: auto;}
	.jion7-txt p{-webkit-line-clamp: 1;}
	.jion7-txt{padding: 0 25px;}
	.jion7-txt h3{margin-bottom: 5px;font-size: 20px;}
	.jion5-icon { width: 100px;  height: 111px;}
	.jion6-txt span{margin-top: 15px;}
}
@media  (max-width:767px) {
	.jion-banner{height: 400px;}
	.jion-tit{font-size: 22px;line-height: 30px;}
	.jion-dec,.jion-seven .jion-dec,.jion-two .jion-dec{font-size: 17px;margin-top: 6px;}
	.jionbanner-font h4 { font-size: 23px; line-height: 30px;}
	.jionbanner-font h3 { font-size: 30px; line-height: 46px;}
	.jionbanner-font{padding-bottom: 40px;}
	.jion-one,.jion-two,.jion-three,.jion-four,.jion-five,.jion-six{padding: 30px 0 40px;}
	.jionon-con{margin-top: 20px;}
	.jion1-txt p{font-size: 17px;}
	.jion1-icon{width: 40px;height: 43px;}
	.jion1-txt{padding: 30px;}
	.jiontw-con{margin-top: 30px;}
	.jion2-icon { width: 60px;  height: 56px;}
	.jion2-txt h3{font-size: 18px;margin-bottom: 5px;}
	.jion2-txt{margin-left: 80px;}
	.jion2-ul li>div{padding: 30px;}
	.jionthr-con,.jionfou-con{margin-top: 30px;}
	.jion4-ul li{width: 100%;margin-bottom: 20px;}
	.jion4-ul {margin: 0 -8px -20px;}
	.jion4-txt{padding: 30px;}
	.jion4-txt h3{font-size: 18px;margin-bottom: 8px;}
	.jion4-txt p{font-size: 16px;height: auto;}
	.jion4-txt h3 span { width: 38px; height: 40px;}
	.jion5-icon {width: 80px; height: 89px;margin: 0 auto 12px;}
	.jion5-txt h3{font-size: 18px;}
	.jion5-txt p{font-size: 15px;height: 112px;}
	.jion5-ul li{padding: 0 15px;}
	.jionfv-con{margin-top: 30px;}
	.jion6-icon { width: 56px; height: 56px;margin-bottom: 5px;}
	.jion6-txt h3 { font-size: 17px; line-height: 30px;}
	.jion6-txt span{font-size: 18px;width: 35px;height: 35px;padding: 5px 0 5px 4px;}
	.jion6-ul li::before,.jion6-ul li::after{ display: none;}
	.jion6-ul li{margin-right: 0;width: 33.33%;}
	.jion6-ul li:nth-child(4), .jion6-ul li:nth-child(5){transform: translateX(50%);}
	.jionsx-con{margin-top: 30px;}
	.jion7-txt h3{font-size: 17px;line-height: 30px;}
	.jion7-txt{padding: 0 15px;}
	.jion-seven{padding-bottom: 40px;}
	.jion-eight .index-tit{font-size: 22px;line-height: 30px;}
	.jion-eight .inv-dec{font-size: 18px;}
	.jion-eight h4{font-size: 17px;margin-bottom: 25px;}
	.jion-eight{padding: 40px 0;}
	.jionseven-con{margin-top: 30px;}
	.jion-three .ine-top p{height: auto;margin-bottom: 0;}
}
@media  (max-width:640px) {
	.jion-banner{height: auto;background: none;}
	.jionbanner-font{padding-bottom: 0;}
	.jionbanner-font h3{font-size: 24px;line-height: 30px;}
	.jionbanner-font h4{font-size: 18px;margin-top: 5px;display: none;}
	.jion-banner .index-btn{margin-top: 10px;}
	.jion5-ul li{width: 100%;margin: 15px 0;}
	.jion5-ul{margin: -15px 0;}
	.jion5-txt p{height: auto;}
	.jion-eight .inv-dec{padding: 5px 0;}
	.jion6-ul li{width: 50%;}
	.jion6-ul li:nth-child(4){transform: none;}
	.jion1-ul li{width: 100%;}
	.jion1-ul li:last-child{transform: none;}
	.jion-dec span{display: inline;}
	.jion2-icon{float: none;}
	.jion2-txt{margin: 15px 0 0;}
	.jion2-ul li>div{padding: 30px 25px;}
	.jion-dec, .jion-seven .jion-dec, .jion-two .jion-dec{font-size: 16px;}
}



/* ===================== 下拉 ================ */
.dropdown-menu{ position: absolute; top: 100%; z-index: 1100;background: #fff;border-top: 1px solid #eeeeee; -webkit-transition: none;-o-transition: none;transition: none;height: auto;display: none;overflow: hidden;width: 100%;left: 0;margin-top: 0;-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);}
.category-item-single{position: static;}
.category-item{}

.dropdown-menu.single{width: 300px;left: 50%;transform: translateX(-50%);}
.category-item:hover .dropdown-menu{opacity: 1;display: block;visibility: visible;}

/* .category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;} */
.dropdown-menu ul{padding: 54px 0 85px;}
.dropdown-menu li{float: left;padding: 0 0 0 45px;width: 21.14%;}
.dropdown-menu li.dropdown-img{width: 21.42%;padding: 0 0px 0 0;}
.dropdown-img1{width: 100%;}
.dropdown-img1 img{width: 100%;}
.dropdown-menu li:first-child{padding-left: 0;}
/* .dropdown-menu li:last-child{padding-right: 0;border-right: none;} */
.dropdown-tit{display: block; margin-bottom: 6px; font-size: 24px;color: #242e38;line-height: 40px;font-family: 'semi';}


.dropdown-dec{display: block; font-size:18px;color: #444;line-height: 28px;padding:16px 12px 15px 0px; border-bottom: 1px solid #e5e5e5;position: relative;}
.dropdown-dec::before{content: "";position: absolute;width: 0;height: 1px;background:#28863d;bottom: -1px;left: 50%;transform: translateX(-50%);transition: ease .5s;}
.dropdown-dec:hover::before{width: 100%;}
.dropdown-dec:hover i{color: #28863d;}
.dropdown-dec i{font-size: 18px;color: #666;font-weight: 550; float: right;}
.dropdown-menu li a:last-child{margin-bottom: 0;}


.dropdown-menu li a:hover{color: #28863d;}
.dropdown-menu li.dropdown-title{width: 26%;padding-right: 30px;}
.dropdowntit-font{}
.dropdowntit-font h3{font-size: 30px;line-height: 40px;color: #333;}
.dropdowntit-font h5{font-size: 16px;line-height: 30px;color: #555;margin: 9px 0  43px;}

@media  (max-width:1460px) {
	.dropdown-dec{font-size: 17px;padding: 16px 12px 15px 0px !important;}
	.dropdown-menu li{}
}
@media  (max-width:1259px) {
	.dropdown-menu li{padding: 0 0 0 30px;}
	.dropdown-dec{font-size: 16px;padding: 12px 12px 11px 0px !important;}
	.dropdown-menu li.dropdown-img{width: 25%;}
	.dropdown-menu li.dropdown-title{width: 31%;}
	.dropdowntit-font h5{margin-bottom: 30px;}
}
@media  (max-width:1170px) {
	.dropdown-menu li{}
	
}

/* pc客服挂件 */
.kf {transition: .8s;z-index: 999999;background-color: transparent; position: fixed;bottom: 100px;right: 20px;width: 62px;border-radius: 5px;}
.kf span {z-index: 1000001;transition: .5s;cursor: pointer;position: relative;display: block;width: 64px;height: 64px;border-radius: 5px;margin-bottom: 10px;background:#b5b5b5;}
.kf .zx a{background-position: 0 0;background: #b5b5b5 url(../images/kefu-zx.png)no-repeat center top 12px;}
.kf .back_top a{ border: none; background: #b5b5b5 url(../images/kefu-top.png)no-repeat center top 18px;}
.kf span a { transition: .5s; display: block;height: 100%; color: #fff;line-height: 24px; font-size: 13px;  text-align: center;padding-top: 36px;border-radius: 5px;}
.kfimgr{ position: absolute; bottom:23px;  right: -9px;}
.kf span div i {display: block; position: absolute;width: 15px;height: 200px;right: -15px;top: 0;}
.kf .freetel a{background:#b5b5b5 url(../images/kefu-qq.png)no-repeat center top 12px;}
.kf .inlinebj a{background:#b5b5b5 url(../images/kefu-bj.png)no-repeat center top 12px;}
.kf .zxlya a{background: #b5b5b5 url(../images/kefu-ewm.png)no-repeat center;}
.kf span:nth-child(4) div {white-space: nowrap;}
.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}
.nav_center div, .index_nav_center div, .shou, .zhan { -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.kf .zxlya .erweima{display: none;width: 140px; right: 64px;position: absolute;top: -45px; background: #fff; padding: 15px; text-align: center;box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);border-radius: 5px;}
.kf .zxzx{display: none; right: 86px;position: absolute;top: 6px; background: #fff; padding: 20px; text-align: center;box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);border-radius: 5px;width: 150px;font-size: 14px;color: #333;}
.kfimgr { position: absolute;  bottom: 23px; right: -9px;}
/* .shou{    z-index: 1000000;cursor: pointer;   width: 70px;   height: 70px; top: 104%;  margin-top: -15px; border-radius: 5px 0 0 5px;  right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou{z-index: 1000000;cursor: pointer;width: 30px;height: 40px;top: 47%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px; background:transparent url(../images/zk1.png)no-repeat center left;position: absolute;box-shadow: none;}

.kffixed{position: fixed;display: none; bottom: 0; z-index: 20;width: 100%;height: 49px; overflow: hidden;}
.kufuul {text-align: center;padding: 2px 0;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0;display: inline-block;}
.kefu{padding: 0;}
.kefu li {float: left;height: 45px;text-align: center;color:#fff;line-height:45px;color: #fff;transition:all .4s;}
.kfzx-tigg{width: 49.5%;height: 45px;display: block;float: left;line-height:45px;opacity: 1;transition:1s opacity;}
.kfzx-enter{opacity: 0}
.kf-zx{display: block; width: 100%;height: 100%; color: #fff;line-height:45px;text-align: center;background: #b5b5b5;}
.kf-zx img{display: inline-block; vertical-align: middle;margin-right:10px;}
.teldb{width: 49.5%; background: rgba(0,0,0,0.6); background-size: contain; margin: 0 1px;position: relative;}
.teldb img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.teldb a{ color: white; }
.kf span:hover{background: #0e68c3;background-size: cover;}
.kf span:hover a{background-color: transparent;}

/* app-kf */
.kffixed{
    position: fixed;
    bottom: 0;
    /* left: 16%; */
    z-index: 2000;
    width: 100%;
    height: 49px;
	overflow: hidden;
	display:none;
}
.kufuul {text-align: center;padding: 2px 0;width: 100%;height: 49px;position: absolute;bottom: 0;left: 0;display: inline-block;}

.kefu{padding: 0;}
.kefu li {float: left;height: 45px;text-align: center;color:#fff;line-height:45px;color: #fff;transition:all .4s;}
.kfzx-tigg{width: 49.5%;height: 45px;display: block;float: left;line-height:45px;opacity: 1;transition:1s opacity;}
.kfzx-enter{opacity: 0}
.kf-zx{display: block;width: 100%;height: 100%;color: #fff;line-height:45px;text-align: center;background: rgba(2,13,219,.9);}
.kf-zx img{display: inline-block; vertical-align: middle;margin-right:10px;}
.teldb{
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    /*background: url(/mobile/mobilectm/images/teldb.png) no-repeat center rgba(0,0,0,0.6);*/
    background-size: contain;
    margin: 0 1px;
    position: relative;
     /*background-size: 28px;*/
}
.teldb img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.teldb a{      color: white; }
@media (max-width:991px) {
	.kf{display: none;}
	.kffixed{display: block;}
}

/* ============ 2020.7.3 =========== */



/* ================ 曾诗欣 ================== */


/* ===================================专题页================ */

.nybanner {position: relative; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center;}
/* .nybanner img.ny-pc {display: block; width: 100%;} */
.nybanner img.ny-app {display: none;}
.nybanner .ny-font {width: 100%;position: absolute;top: 50%;transform:translateY(-50%);z-index: 11;}
.nybanner .ny-img {width: 100%;position: absolute;top: 0;left: 0;height: 100%;}
.nybanner .ny-img img{width: auto;float: right;margin-top: 40px;}
.nybanner .ny-title {width: 100%;text-align: center;padding-top: 17px;}
.nybanner .ny-title .ny-tit {font-size: 48px;color: #fff;text-align: center;margin-bottom: 0;}
.nybanner .ny-title p {font-size: 16px;line-height: 32px;color: #fff;margin: 19px auto 0px;width: 52%;}
.nybanner .ny-title span{font-size: 24px;font-weight: 200;color: #222;display: inline-block;}
.nybanner .ny-title h6{margin: 11px 0 0; font-size: 22px;line-height: 32px;color: #fff;font-weight: lighter;}

.ny-mbx {height: 80px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);line-height: 80px;}
.com-mbx{padding-left: 28px;background: url(../images/map.png)no-repeat left;font-size: 16px;color: #333;    float: right;}
.com-mbx a.on{color: #0e68c3;font-weight: bold;}
.ban-nav.left{float: left;}
.ban-nav .com-ul{margin: 0;}
.ban-nav .com-ul li a{color: #333;transition: all 0.5s;    display: block;padding: 0 39px;font-size: 16px;}
.ban-nav .com-ul li{width: auto;height: 80px;line-height: 80px;position: relative;padding: 0;}
.ban-nav .com-ul li::after{
  transition: all 0.5s;
  content: "";display: block;background-color: #0e68c3;
  position: absolute;top:50%;left: 50%;width: 0%;height: 0%;transform: translate(-50%,-50%);
}

/* 公共按钮的hover */
.com-hover {display: inline-block;position: relative;background: transparent;z-index: 1;}
.com-hover::before{
  content:""; width:100%; height:100%; background-color:#0e68c3; position:absolute; left:0; bottom:0; transform-origin:100%; 
  -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1); transition:transform .4s cubic-bezier(.4,0,.2,1); 
  transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9; z-index: -1;
}


.com-hover:hover a{color: #0e68c3!important;}
.com-hover.on a{color: #fff!important;}

.case .ny-wrap li:hover .com-hover::before,
.com-hover:hover::before{transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.com-hover.on::before{transform:scaleX(1); -webkit-transform:scaleX(1);transform-origin:0%; 
  -webkit-transform-origin:0%; }
  /* 滚动条 */
.scrollbar {
  overflow-y: auto;    padding-right: 10px;
}


.scrollbar::-webkit-scrollbar {
  width: 3px;   
  background-color: #dcdbdb;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #005657;
  border-radius: 10px;   
}

.scrollbarX {
  overflow-X: auto;    padding-right: 10px;
}


.scrollbarX::-webkit-scrollbar {
  height: 3px;   
  background-color: #dcdbdb;
}
.scrollbarX::-webkit-scrollbar-thumb {
  background-color: #005657;
  border-radius: 10px;   
}


.ny-tit{font-size: 40px;color: #333;text-align: center;}
.ny-dec{font-size: 18px;color: #777;text-align: center;margin-top: 0px;line-height: 30px;margin-top: 13px;}
.p-style{display: block;}

.com-ul {margin: 0 -12px;font-size: 0;}
.com-ul li { float: none; width: 33.33%; padding: 0 12px; display: inline-block; vertical-align: top;}
.com-ul li:hover .swxt-img img{transform: scale(1.05);}
.com-swxt {display: block;position: relative;transition: all 0.5s;}
.swxt-img {overflow: hidden;}
.swxt-img img { width: 100%; transition: all 1s;}
.swxt-font {text-align: center;}



@media  (max-width:1919px) {
  .nybanner .ny-title .ny-tit {font-size: 52px;}
  .nybanner .ny-title p {/* font-size: 34px; */}
}
@media  (max-width:1679px) {
    .nybanner .ny-title .ny-tit {font-size: 48px;}
  .nybanner .ny-title p {/* font-size: 32px; */}
  .nybanner .ny-title span{font-size: 22px;}
  .ny-tit,
  .ino-left h3{font-size: 38px;}
}
@media  (max-width:1459px) {
  .nybanner{height: 350px;}
      .nybanner .ny-title .ny-tit {font-size: 42px;}
  .nybanner .ny-title p {/* font-size: 28px; *//* margin: 10px 0 0px; */}
  .nybanner .ny-title span{font-size: 20px;}
  .nybanner .ny-img img{width: 340px;}
  .ban-nav .com-ul li{height: 60px;line-height: 60px;}
  .ban-nav .com-ul li a{font-size: 18px;}
  .ny-mbx{height: 60px;line-height: 60px;}
  .com-mbx{font-size: 16px;}
  .ino-right::after{height: calc(100% + 120px);}
  .hot .ny-padd, .voice .ny-padd {padding: 60px 0;}
  .ny-tit,
  .ino-left h3{font-size: 30px;}
  .abt1-con{padding-left: 60px;}
  .ino-right{margin-top: 0;}
  .more3{width: 180px;height: 52px;line-height: 52px;font-size: 18px;}
  .ino-left {padding-top: 30px;}
  .voice-two .ny-right {
    margin-left: -22px;
    padding: 5px 0;
    width: 50%;
}
.voice-two{padding-top: 60px;}
.voice-two .ny-wrap {
    padding: 22px 0 28px;
}
.voice-two .ny-right li {
    margin-bottom: 18px;
}
.ny-dec{margin-top: 8px;}

.voice-two.hot-two .ny-left {padding: 36px;}
.voice-two.hot-two .ny-txt em{    font-size: 106px;}
.voice-two.hot-two .ny-txt span{    font-size: 40px;}
.voice-two.hot-two .ny-txt{transform: translate(-53%,-50%);}

.voice-two.hot-two .ny-right{padding: 58px 0;}
.voice-two.hot-two .ny-wrap{padding: 40px 0 42px;}
.voice-three{padding: 60px 0 ;}
.voice-three .ny-wrap{margin-top: 35px;}
.voice-three.hot-three .swxt-font p{line-height: 26px;}
.voice-three.hot-three .swxt-font h4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.hot-four .ny-wrap img{margin-top: 35px;}
.hot-four .abt3-icon{width: 90px;height: 101px;background-size: 100%;margin: 0 auto 16px;}
.hot-four .abt3-ul li p{font-size: 18px;}
.hot-four{padding: 60px 0 ;}
.hot-four .abt3-con {
    margin-top: 35px;
}
.voice-four .ny-wrap{margin-top: 35px;}
.voice-four tr td:first-child,
.voice-four th {
    font-size: 18px;
}
.voice-five .pri6-swiper{margin-top: 35px;}
.voice-five {padding: 60px 0 ;}
.index-six.voice-six{padding: 60px 0 ;}
.nybanner .ny-title h6{font-size: 18px;}
.hot .ino-left, .voice .ino-left{margin: 0;padding-top: 18px;
    padding-right: 20px;}
}
@media  (max-width:1259px) {
	body{padding-top: 60px;}
  .index-six.voice-six{padding: 50px 0 ;}
  .voice-five{padding: 50px 0 ;}
  .voice-four{padding: 50px 0 ;}
  .nybanner{height: 350px;}
  .nybanner .ny-title .ny-tit {font-size: 38px;}
  .nybanner .ny-title p {/* font-size: 24px; *//* margin: 4px 0 6px; */width: 60%;}
  .nybanner .ny-title span{font-size: 18px;}
  .nybanner .ny-img img{width: 300px;}
  .ban-nav .com-ul li a{font-size: 16px;padding: 0 30px;}
  .com-mbx{font-size: 14px;    background-size: 12px;padding-left: 18px;}
  .ban-nav .com-ul li{height: 50px;line-height: 50px;}
  .ny-mbx{height: 50px;line-height: 50px;}
  .ino-right::after{height: calc(100% + 100px);}
  .hot .ny-padd, .voice .ny-padd {padding: 50px 0;}
  .abt1-con{padding-left: 30px;}
  .ny-tit{font-size: 26px;}
  .ino-left h3{font-size: 26px;line-height: 46px;}
  .ino-left {padding-top: 18px;}
  .ino-left h4{margin: 0px 0 8px;}
  .ino-left p{    line-height: 26px;height: 110px;}
  .more3{width: 150px;height: 45px;line-height: 45px;font-size: 16px;}
  .abt1-img::before{background-size: 45px;}
  .voice-two{padding-top: 50px;}
  .voice-two .ny-left{margin-left: 100px;
    width: 36.9%;}
    .voice-two .ny-right li{margin-bottom: 11px;}
    .ny-dec {margin-top: 4px;}
	.voice-two.hot-two .ny-right2{padding-left: 45px;}
	.voice-two.hot-two .ny-right {
	    padding: 5px 0;
	}
	.voice-two.hot-two .ny-left{width: 34%;padding: 36px;}
	.voice-two.hot-two .ny-right2{margin-left: 46px;}
}
@media (max-width: 991px){.ino-left{padding: 0;}}
.voice-two.hot-two .ny-wrap{width: 100%;}
/* .voice-two .ny-left{width: 34%;} */
/* .voice-two.hot-two .ny-right2 {
    margin-left: 46px;} */
    .voice-three .swxt-font h4{font-size: 18px;}
    .voice-three.hot-three .swxt-font {
    padding: 27px 30px;
    }
    .voice-three.hot-three .swxt-font h4 {
    font-size: 18px;}
    .ny-dec .p-style{display: inline;}
    .hot-four{padding: 50px 0 ;}
    .hot-four .abt3-icon{width: 80px;height: 89px;margin: 0 auto 10px;}
    .voice-four a{padding: 30px 40px 0;}
    .index-six.voice-six .ny-header {
    margin-bottom: 35px;
}
}
@media  (max-width:1024px) {
.ino-left{width: 50%;padding-right: 20px;}
}
@media  (max-width:991px) {
  .nybanner{height: 300px;}
  .nybanner .ny-title .ny-tit {font-size: 32px;}
  .nybanner .ny-title p {/* font-size: 20px; *//* margin: 0px 0 6px; */width: 78%;}
  .nybanner .ny-title span{font-size: 16px;}
  .nybanner .ny-img img{width: 240px;}
  .ban-nav .com-ul li a{padding: 0 20px;}
  .ny-tit{font-size: 22px;}
  .ino-left h3{font-size: 22px;line-height: 38px;}
  .ino-left p {
    font-size: 14px;
    line-height: 22px;
    height: 63px;
    margin-bottom: 20px;
}
.voice-two .ny-left {
    margin-left: 0;
    width: 41.9%;    padding: 25px;
}
.voice-two .ny-right{width: 61%;}
.voice-two .ny-right li {
    margin-bottom: 6px;
}
.voice-two.hot-two  .ny-left{width: 48%;margin-right: 30px;}
.ny-wenzi{display: block;}
.ny-wenzi p{color: #005657;
    font-size: 16px;margin-bottom: 10px;}
.voice-two.hot-two .ny-right {display: none;}
.voice-two.hot-two .ny-wrap{    padding: 30px 0 50px;}
.hot-four .abt3-ul li p .p-style{display: inline;}
.hot-four .abt3-ul li p,
.ny-dec{font-size: 16px;}
.voice-four th,
.voice-four td{white-space: nowrap;}
     .index-six.voice-six .inx-swiper li{width: 33.33%;}
     .index-six.voice-six .inx-swiper .inx-txt{padding: 0;}
     .index-six.voice-six .inx-pic {height: 212px;}
	 .nybanner .ny-title h6{font-size: 16px;line-height: 30px;}
}
@media  (max-width:767px) {
	.index-six.voice-six .inx-swiper li{width: 100%;}
	.index-six.voice-six .inx-pic{height: auto;}
	.index-six.voice-six .inx-swiper .inx-txt{padding: 0 25px;}
    .index-six.voice-six{padding: 45px 0 ;}
  .voice-five{padding: 45px 0 ;}
  .hot-four{padding: 45px 0 ;}
  .ino-right::after{height: calc(100% + 90px);}
  .hot .ny-padd, .voice .ny-padd {padding: 45px 0;}
  .ino-left{width: 100%;padding: 0;}
  .ino-right{width: 100%;padding: 0;margin-bottom: 30px;}
  .abt1-con{padding-left: 0;}
  .ino-left::after,
  .index-one::before,
  .ino-right::after,
  .abt1-con::before{display: none;}
  .ino-left p{height: auto;padding: 0;    text-align: justify;}
  .voice-two{padding-top: 45px;}
  .voice-two .ny-left{width: 100%;padding: 78px;margin: -60px 0 -40px;}
  .voice-two .ny-right{width: 100%;margin: 0;}
  .voice-two .ny-right li{margin-left: 0!important;margin-bottom: 14px;}
  .voice-two.hot-two .ny-right{width: 100%;}
  .voice-two.hot-two .ny-left{width: 100%;margin-right: 0;padding: 75px;margin: -70px 0 -40px;}
  .voice-two .vite-img2{width: 70%;}
  .voice-two.hot-two .ny-txt{width: 50%;}
  .voice-two.hot-two .ny-txt em {
    font-size: 85px;
}
.voice-two.hot-two .ny-txt p {
    font-size: 14px;}
    .voice-two.hot-two .ny-txt span {
    font-size: 28px;
}
  .ny-dec {
    font-size: 16px;    margin-top: 10px;    line-height: 22px;}
.voice-three.hot-three li{margin-bottom: 20px;}
    .voice-three li{width: 100%;margin-bottom: 30px;}
.voice-three.hot-three li:last-child,
    .voice-three li:last-child{margin-bottom: 0;}
.voice-three{padding: 45px 0 ;}
.ny-mbx{display: none;}
.hot-four .abt3-ul li{width: 100%;margin-bottom: 0;}
.hot-four .abt3-ul li:last-child{width: 100%;margin-bottom: -20px;}
    .hot-four .abt3-icon{width: 70px;height: 78px;}
    .hot-four .abt3-ul li p{line-height: 24px;}
     .voice-four{padding: 45px 0 ;}
.nybanner .ny-title h6{font-size: 14px;line-height: 28px;margin: 3px 0 0;}
.hot .ino-left, .voice .ino-left{width: 100%;    padding: 0;}
.nybanner .ny-title p{width:100%;}
  }
@media  (max-width:640px) {
  .nybanner{height: auto;}
  .nybanner img.ny-app{display: block;}
  .nybanner .ny-img{display: none;}
  .nybanner .ny-title .ny-tit {font-size: 22px;line-height: 34px;}
  .nybanner .ny-title p {font-size: 15px;line-height: 24px;margin: 3px 0 0;width: 100%;}
  .nybanner .ny-title span{font-size: 16px;}
  .ny-mbx{display: none;} 
  .nybanner .ny-title{width: 100%;}
}
@media  (max-width:400px) {
  .voice-two.hot-two .ny-left,
.voice-two .ny-left{    padding: 70px;}
}
@media  (max-width:380px){
  .voice-two.hot-two .ny-txt em {
    font-size: 70px;
}
.voice-two.hot-two .ny-txt p{margin-top: 28px;}
.voice-two.hot-two .ny-txt span{font-size: 20px;    margin-left: 22px;}
}
@media  (max-width:350px){
.voice-two.hot-two .ny-txt p {
    font-size: 12px;
}
.voice-two.hot-two .ny-left{
    padding: 56px;
}
}


/* ====================== 2020.12.17 about 关于我们 ========================= */
.about{}
.about-font{}
.nybanner .about-font .ny-title{width: 100%;padding-top: 52px;}

.nybanner .about-font .ny-title p{ font-size: 18px; line-height: 32px; color: #fff; margin: 7px 0 0;}
.nybanner .about-font .ny-title h3 span{font-size: 60px;color: #fff;}
.nybanner .about-font .ny-title h6 em{font-style: normal;display: block;}
.nybanner .about-font{text-align: center;}
.nybanner .about-font .ny-title .ny-tit{text-align: center;}
.nybanner .about-font .indabt-ul h3{margin-top: 0;}
.nybanner .about-font .indabt-ul{margin-top: 30px;}


.abt-tit{font-size: 40px;line-height: 50px;color: #333;text-align: center;}
.abt-dec{margin: 10px 0 0; font-size: 18px;line-height: 30px;color: #777;text-align: center;}
.about-con{}
.about-one{/* padding: 80px 0; */}
.about-one .abt-tit{text-align: left;font-weight: lighter;}
.abt1-top{}
.abt1-font{margin: 30px 0 0;}
.abt1-left{margin-right: 450px;padding: 50px 76px 0 0;}
.abt1-left p{margin: 47px 0 0;}
.abt1-left h4{margin: 13px 0 0; font-size: 30px;line-height: 32px;color: #005657;}
.about-one p{font-size: 16px;line-height: 32px;color: #666;}

.abt1-ba{width: 450px;float: right;min-height: 280px;background-size: cover;background-repeat: no-repeat;background-position: right center;}
.abt1-motto{padding: 55px 45px;}
.abt1-motto h3{font-size: 30px;line-height: 32px;color: #fff;font-weight: lighter;}
.abt1-motto2{margin: 23px 0 0;}
.abt1-motto2 p{font-size: 0;line-height: 0;}
.abt1-motto2 p em{display: inline-block;font-style: normal;font-size: 20px;line-height: 32px;color: #fff;font-weight: lighter;}

.abt1-bot{margin: 42px 0 0;}
.abt1-ul{}
.abt1-ul li{float: left;width: 25%;height: 300px;line-height: 300px;}
.abt1-ul li>div{position: relative;width: 100%;height: 100%;}

.abt1-txt{padding-bottom: 7px; text-align: center;display: inline-block;width: 100%;vertical-align: middle;}
.abt1-txt h3{font-size: 40px;line-height: 50px;color: #fff;}
.abt1-txt p{margin: 22px 0 0; font-size: 20px;line-height: 30px;color: #fff;}
.abt1-btimg{width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.abt1-btimg img{display: none;}
.abt1-ul li:nth-child(1) .abt1-bk{background: #005657;}
.abt1-ul li:nth-child(3) .abt1-bk{background: #235382;}
.abt1-ul li:nth-child(2) .abt1-hd{background: #005657;}
.abt1-ul li:nth-child(4) .abt1-hd{background: #235382;}

.abt1-bk{position: relative;width: 100%;height: 100%;}
.abt1-hd{position: absolute;width: 100%;height: 100%;}



.about-two{padding: 80px 0 74px;background: #f9f9f9;}
.abt2-con{margin: 44px 0 0;}
.abt2-con .pri6-img{background: #fff;}

.about-three{padding: 80px 0;}
.abt3-con{margin: 44px 0 0;}
.abt3-top{}
.abt3-top ul{margin: -20px -12.5px 0;}
.abt3-topli{float: left;padding: 0 12.5px;margin-top: 20px;}
.abt3-topli:nth-child(odd){width: 38.75%;}
.abt3-topli:nth-child(even){width: 61.25%;}
.abt3-topli>div{position: relative;}
.abt3-img{overflow: hidden;}
.abt3-img img{transition: ease .8s;}
.abt3-txt{padding: 24px;position: absolute;width: 100%;left: 0;bottom: 0; font-size: 20px;line-height: 32px;color: #fff;background: rgba(0,0,0,.5);text-align: center;}
.abt3-con li:hover .abt3-img img{transform: scale(1.1);}
.abt3-bot{margin-top: 20px;}
.abt3-bot ul{margin: -20px -12.5px 0;}
.abt3-botli{float: left;width: 33.333%;padding: 0 12.5px;margin-top: 20px;}
.abt3-botli>div{position: relative;}

.lb-data .lb-number{display: none !important;}


@media (max-width:1679px) {
	.abt-tit{font-size: 38px;}
}
@media (max-width:1459px) {
	.abt-tit{font-size: 30px;line-height: 40px;}
	.abt1-left h4{font-size: 24px;}
	.abt1-motto2 p em{font-size: 18px;}
	.abt1-motto h3{font-size: 26px;}
	.abt1-left p{margin: 34px 0 0;}
	.abt1-ba{width: 400px;min-height: 240px;}
	.abt1-left{margin-right: 400px;padding: 40px 60px 0 0;}
	.abt1-txt h3{font-size: 30px;line-height: 40px;}
	.abt1-txt p{font-size: 18px;margin: 16px 0 0;}
	.abt3-txt{font-size: 18px;padding: 20px;}
	.nybanner .about-font .ny-title h3 span{font-size: 40px;}
	.nybanner .about-font .indabt-ul{margin-top: 20px;}
}
@media (max-width:1259px) {
	.abt-tit{font-size: 26px;line-height: 30px;}
	.about-one,.about-two,.about-three{padding: 60px 0;}
	.nybanner .about-font .ny-title p{font-size: 16px;margin: 2px 0 0;}
	.abt1-left{padding: 10px 32px 0 0;}
	.abt1-left h4{font-size: 22px;}
	.abt1-left p{margin: 16px 0 0;}
	.abt1-font{margin: 20px 0 0;}
	.abt1-ul li{height: 240px;line-height: 240px;}
	.abt1-txt h3{font-size: 22px;line-height: 30px;}
	.abt1-txt p{font-size: 16px;margin: 10px 0 0;}
	.abt3-txt{font-size: 16px;padding: 12px;}
	.abt1-motto h3{font-size: 22px;}
	.abt1-motto2 p em{font-size: 16px;}
	.nybanner .about-font .ny-title h3 span{font-size: 32px;}
}
@media (max-width:991px) {
	.abt-tit{font-size: 22px;}
	.abt-dec{font-size: 16px;line-height: 28px;}
	.abt3-topli,.abt3-botli{padding: 0 8px;}
	.abt3-top ul,.abt3-bot ul{margin: -20px -8px 0;}
	.abt3-con,.abt2-con{margin: 30px 0 0;}
	.abt1-bot{margin: 30px 0 0;}
	.abt1-ul li{width: 50%;}
	.abt1-ba{float: none;}
	.abt1-left{margin: 30px 0 0;padding: 0;}
	.abt1-left h4,.abt1-motto h3{font-size: 20px;}
	.abt1-motto{padding: 40px 30px;}
	.abt1-ba{min-height: 0;height: auto;}
	.nybanner .about-font .ny-title h3 span{font-size: 28px;}
	.abt1-txt h3{font-size: 20px;}
	
}
@media (max-width:767px) {
	.nybanner .about-font .indabt-ul{display: none;}
	.nybanner .about-font .ny-title{padding-top: 0;}
	.about-one,.about-two,.about-three{padding: 40px 0;}
	.abt-dec{margin: 5px 0 0;}
	.abt3-con, .abt2-con{margin: 20px 0 0;}
	.about-one p{font-size: 14px;line-height: 24px;}
	.abt1-left h4, .abt1-motto h3{font-size: 16px;}
	.abt1-left p,.abt1-left h4{margin: 10px 0 0;}
	.abt3-txt{padding: 8px 12px;}
	.abt1-ba{width: 100%;}
	.about-one .abt-tit{font-weight: normal;}
	
}
@media (max-width:640px) {
.abt3-topli:nth-child(odd),.abt3-topli:nth-child(even){width: 100%;}
.abt3-botli{width: 50%;}
.nybanner .about-font .ny-title h6 em{display: inline;}

}
@media (max-width:450px) {
	.abt3-botli{width: 100%;}
	.abt1-ul li{width: 100%;}
}


.voice-four table .hide{display: none;}
.voice-four table .hide.show{display: revert;}

   
@media  (max-width:639px) {
  .voice-four tr td:first-child, .voice-four th,
  .voice-three .swxt-font h4{font-size: 16px;}
  .voice-three.hot-three .swxt-font p,
  .ny-wenzi p,
  .voice-four tr td,
.voice-two .ny-right p{font-size: 14px;}
.voice-four tr td:first-child,
.voice-four th{padding: 14px 20px;}
}

.newxq-right.sctop{position: fixed;right: 7.5%;padding-left: 75px; top: 60px;z-index:20}
.newxq-right.scbot{top:0;left:0;position:absolute;}
.newxq-right.scbot2{bottom:0;left:0px;position:absolute;}

@media  (max-width:1459px) {
	.newxq-right{padding-left: 60px;}
}
@media  (max-width:1259px) {
	.newxq-right.sctop,.newxq-right{padding-left: 35px;}
}
@media  (max-width:991px) {
	.newxq-right.sctop,.newxq-right{padding: 0;}
}
/* ================== technology ================= */
.technology{}
.technology .nybanner .ny-title,
.technology .nybanner .ny-title .ny-tit{text-align: left;}
.technology .nybanner .ny-title{padding-top: 26px;}
.techno-content{padding: 80px 0;}
.techno-con{}
.techno-ul{}
.techno-ul li:first-child{margin-top: 0;}
.techno-ul li{padding: 0 40px;margin-top: 50px;padding-bottom: 44px;border-bottom: 1px dashed #eee;}
.techno-ul li:nth-child(odd){}
.techno-pic{float: left;}
/*.techno-ul li:nth-child(even) .techno-pic{float: right;}*/
.techno-txt{margin-left: 610px;padding-left: 90px;}
/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 610px;}*/
.techno-a{display: block;position: relative;}
.techno-pic{position: relative;width: 610px;}
.techno-pic img{position: absolute;left: 0;top: 0;}
.techno-pic img:first-child{position: relative;z-index: 1;}


.techno-txt{position: absolute;top: 50%;transform: translateY(-50%);}
.techno-txt>div{
    width: 100%;
}
.techno-txt h3{font-size: 30px;line-height: 40px;color: #333;}
.techno-txt p{font-size: 16px;line-height: 30px;color: #666;}
.techno-line{margin-top: 37px; width: 50px;height: 2px;background: #0e68c3;}
.techno-p{margin-top: 20px;max-height: 150px;}

@media  (max-width: 1459px) {
.techno-pic{width: 560px;}
.techno-txt{margin-left: 560px;padding-left: 50px;width: calc(100% - 610px);}
/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 560px;padding-right: 20px;}*/
.techno-txt h3{font-size: 24px;}
.techno-ul li{padding: 0;margin-top: 80px;}
.techno-line,.techno-p{margin-top: 20px;}

}
@media  (max-width: 1259px) {
	.techno-ul li{margin-top: 60px;}
	.techno-pic{width: 420px;}
	.techno-txt{margin-left: 420px;padding-left: 40px;width: calc(100% - 460px);}
	/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 420px;padding-right: 20px;}*/
	.techno-txt h3{font-size: 22px;line-height: 30px;}
	.techno-line, .techno-p{margin-top: 15px;}
	
}
@media  (max-width: 991px) {
	.techno-ul li{margin-top: 40px;}
	.techno-pic{width: 350px;}
	.techno-txt{margin-left: 350px;padding-left: 40px;}
	/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 350px;padding-right: 20px;}*/	
	.techno-txt p{font-size: 15px;line-height: 30px;}
	.techno-p{max-height: 90px;}
	
}
@media  (max-width: 767px) {
	.techno-ul li:nth-child(odd) .techno-pic,
	.techno-ul li:nth-child(even) .techno-pic{width: 100%;float: none;text-align: center;}
	.techno-pic img{left: 50%;margin-left: -50%;}
	.techno-pic img:first-child{margin-left: 0;left: 0;}
	.techno-ul li:nth-child(odd) .techno-txt{margin-left: 0;padding-left: 0px;}
	.techno-ul li:nth-child(even) .techno-txt{margin-right: 0;padding-right: 0px;}	
	.techno-txt{position: relative;top: 0;transform: none;margin-top: 30px;}
	.techno-txt h3{font-size: 18px;text-align: center;}
	.techno-content{padding: 40px 0;}
	.techno-p{max-height: none;height: auto;text-align: center;}
	.techno-line, .techno-p{margin: 15px auto;margin-top: 10px;}
}
@media  (max-width: 640px) {
	.techno-txt h3{font-size: 16px;}
	.techno-txt p{font-size: 14px;line-height: 24px;text-align: left;}
	.techno-txt{margin-top: 20px !important;}
	.techno-ul li{margin-top: 30px;}
	
}
/* ================ appli ============ */
.appli{}
.appli-content{padding: 80px 0;}
.appli-con{}
.appli-ul{margin-top: -50px;}
.appli-ul li{width: 33.333%;margin-top: 50px;}
.appli-ul li:hover .ind3-txt h3{color: #0e68c3;}

@media  (max-width: 1459px) {
.appli-content{padding: 60px 0;}
}

@media  (max-width: 767px) {
.appli-content{padding: 40px 0;}
	.appli-ul li{width: 50%;margin-top: 20px;}
	.appli-ul{margin-top: -20px;}
}
@media  (max-width: 640px) {
	.appli-ul li{width: 100%;}
	.technology .nybanner .ny-title, .technology .nybanner .ny-title .ny-tit{text-align: center;padding: 0;}
	.lpage a em{font-size: 16px;}
}
@media  (max-width: 320px) {
	.appli-ul li{width: 100%;}
}


/* =========about=========== */
.about{}
.about .nybanner .ny-title{padding-top: 0;}
.about .nybanner .ny-title p{width: 100%;line-height: 30px;}
.about .nybanner .ny-title p em{display: block;}
.about-one{padding-bottom: 0;position: relative;}
.about-one .bg{
	
width: 100%;
}

.about-one .bg2{
	display:none;
}
.kb-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.about-two .ny-tit,
.about-one .ny-tit{font-size: 40px;color:#333;text-align: left;}
.about-one .ny-tit{
	color: white;
	font-size: 46px;
}
.about-one .ny-dec{font-size: 28px;color: rgb(255 255 255 / 82%);margin: 20px 0 30px;display: inline-block;}
.about-one  p{font-size: 18px;color: rgb(255 255 255 / 82%);line-height: 30px;}
.about-one .ny-right{float: right;position: relative;width: 49.3%;}
.about-one .ny-left{width: 42.857%;float: left;padding-top: 130px;}

.about-one .ny-right ul{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.about-one .ny-right  h3 span{display: inline; font-size: 60px;line-height: 60px;color: #333;  font-family: 'DINNEUZEITGROTESKSTD-LIGHT';vertical-align: middle;transition: all 0.5s;}
.about-one .ny-right  h3 em{display: inline;font-size: 24px;line-height: 32px;color: #333;vertical-align: middle;}
.about-one .ny-right  h3 d{display: inline;font-size: 40px;line-height: 32px;color: #333;  font-family: 'DINNEUZEITGROTESKSTD-LIGHT';}
.about-one .ny-right  p{margin-top: -2px; font-size: 16px;line-height: 30px;color: #666;}
.about-one .ny-right li{position: absolute;transform-origin: top center;transition: all 0.5s;}
.about-one .ny-right li:hover {transform: translateY(-8px);}
.about-one .ny-right li:hover h3 d,
.about-one .ny-right li:hover h3 em,
.about-one .ny-right li:hover h3 span{color: #0e68c3;}
.about-one .ny-right li:nth-child(1){    top: 18.5%;
    left: 29%;}
.about-one .ny-right li:nth-child(2){top: 39.3%;
    right: 18%;}
.about-one .ny-right li:nth-child(3){bottom: 28.2%;
    left: 34%;}
.about-one .ny-right li:nth-child(4){    top: 40.5%;
    left: 15%;}
.about-one .ny-right img{animation: a 2000s;}
/* animation: b 2000s; */


	@keyframes a{
		form{transform: rotate(0deg)}
		to{transform: rotate(36000deg)}
	}
	@keyframes b{
		form{transform: rotate(0deg)}
		to{transform: rotate(-36000deg)}
	}


.about-three{padding: 0;}
.about-three ul{margin:  0 -10px;}
.about-three li{padding: 0 10px;width: 50%;float: left;margin-top: -143px;}
.about-three li:hover .abtw-div{background: #0e68c3;}
.abtw-div{  position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;background: #030c17;}

.abtw-div img{
    position: relative;
    display: block;
  width: 100%;
    opacity: .9;
        transition: opacity .35s;
}
.abtw-div:hover img {
    opacity: .4
}
.abtw-font{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.abtw-div:hover .abtw-font {
    background-color: transparent;
}
.abtw-div:hover .abtw-font::before,.abtw-div:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.abtw-font::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1)
}
.abtw-font h4{font-size: 22px;line-height: 36px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;color: #fff;}


.about-two{background: none;padding: 76px 0 80px;}
.about-two img{transition: all 0.5s;}
.about-two .ny-tit{text-align: center;}
.about-two .ny-wrap{margin-top: 49px;}
.about-two .ny-bot{}
.about-two .ny-bot .ny-left{    width: 28.6%;}
.about-two .ny-left,
.about-two .ny-center,
.about-two .ny-right{float: left;position: relative;overflow: hidden;perspective: 400px;}
.about-two p{font-size: 20px;color: #fff;}
.abtw-txt{position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;background-color: rgba(0,0,0,0.4);padding: 28px 0;transform-style: preserve-3d;}
.about-two .ny-bot .ny-center{width: 35.714%;float: left;background-color: #f5f5f5;margin-left: 20px;}
.about-two .ny-bot .ny-center h3{font-size: 30px;font-weight: 300;color: #333;margin-bottom: 23px;}
.about-two .ny-bot .ny-center p{font-size: 20px;font-weight: 300;color: #333;}
.about-two .ny-right{width: 34.25%;float: right;}
.abtw-txt2{position: absolute;top: 50%;left: 70px;transform: translateY(-46%);width: 80%;}
.about-two .ny-top .ny-left{width: 64.285%;}
.about-two .ny-top{margin-top: 20px;}
.about-two .ny-right:hover img,
.about-two .ny-left:hover img{transform: scale(1.05);}
.about-two .ny-right .abtw-txt::after,
.about-two .ny-left .abtw-txt::after{content: "";position: absolute;top: 0;left: 0;background-color: rgba(2, 13, 219, 0.6);width: 100%;height: 100%;transform: rotateX(130deg);transition: all 0.5s;transform-origin: bottom;}
.about-two .ny-right:hover .abtw-txt::after,
.about-two .ny-left:hover .abtw-txt::after{transform: rotateX(0deg);}
.about-two .ny-right:hover p,
.about-two .ny-left:hover p{position: relative;z-index: 11;}
.about-two .ny-right:hover .abtw-txt,
.about-two .ny-left:hover .abtw-txt{background-color: transparent;}
@media (max-width:1679px) {}
@media (max-width:1459px) {
  .about-two .ny-tit, .about-one .ny-tit {font-size: 34px;}
  .about-one .ny-right h3 span{font-size: 50px;line-height: 50px;}
   .about-one .ny-tit{
	   font-size: 42px;
	  }
	.about-two .ny-bot .ny-center {width: 35.6%;}
  .about-two .ny-bot .ny-right {width: 34.1%;}
  .about-two,
  .about-one{    padding: 60px 0;}
  .about-one{
	  padding:0;
  }
	.abtw-font h4,
  .about-one .ny-dec{font-size: 20px;}
  
	.about-one .ny-dec{
	font-size: 24px;
	}
	.about-two .ny-bot .ny-center h3 {font-size: 28px;}
  .abtw-txt{padding: 22px 0;}
  .abtw-txt2{    left: 30px;}
  .about-one p{line-height: 26px;}
  .about-two .ny-wrap{margin-top: 35px;}
}
@media (max-width:1259px) {
  .about-two .ny-tit, .about-one .ny-tit {font-size: 30px;}
  .about-one .ny-right h3 span{font-size: 40px;line-height: 40px;}
  .about-one .ny-left{    padding-top: 48px;}
  .abtw-font h4,
  .about-one .ny-dec{font-size: 18px;line-height: 28px;}
  .about-one .ny-right li:nth-child(1){top: 15.5%;left: 34%;}
  .about-one .ny-right h3 d{    font-size: 30px;line-height: 0;}
  .about-one .ny-right li:nth-child(2) ,
  .about-one .ny-right li:nth-child(4) {top: 36%;}
  .about-two .ny-bot .ny-center h3 {font-size: 24px;}
  .about-two .ny-bot .ny-center p,
  .about-two p {font-size: 18px;}
  .about-two .ny-bot .ny-center{    margin-left: 15px;}
  .about-two .ny-top{margin-top: 15px;}
  .abtw-font::before{top: 20px;right: 20px;bottom: 20px;left: 20px;    box-shadow: 0 0 0 20px rgba(255,255,255,.2);}
}
@media (max-width:991px) {
  .about-two .ny-tit, .about-one .ny-tit {font-size: 24px;}
  .about-one .ny-dec{margin: 10px 0 20px;}      
  .about-one .ny-left {width: 45.857%;}
  .abtw-font h4,
  .about-one .ny-dec{font-size: 16px;line-height: 24px;}
  
	.about-one .ny-dec{
		font-size: 18px;
	}
	.about-three li{margin-top: -80px;}
  .about-one .ny-right h3 span{font-size: 32px;line-height: 32px;}
  .about-one .ny-right p{font-size: 14px;}
  .about-one .ny-right li:nth-child(3) {bottom: 22.2%;}
  .about-one .ny-right li:nth-child(2) ,
  .about-one .ny-right li:nth-child(4) {top: 39%;}
  .about-two .ny-bot .ny-center p,
  .about-two p {font-size: 16px;}
  .abtw-txt{padding: 16px 0;}
  .about-two .ny-bot .ny-left {width: 28.4%;}
  .about-two .ny-bot .ny-center {width: 35.5%;}
  .about-two .ny-bot .ny-right {width: 34%;}
  .about-two .ny-top .ny-left{width: 64.1%;}
  .about-two .ny-bot .ny-center h3 {font-size: 20px;margin-bottom: 10px;}
}
@media (max-width:767px) {
  .about-two img{width: 100%;}
  .about-one .ny-left{width: 100%;padding-top: 0;padding-bottom: 20px;float: none;}
  .about-one .ny-right{width: 80%;float: none;margin: auto;}
  .about-two .ny-tit, .about-one .ny-tit {font-size: 22px;}
 .about-one .ny-tit{
	 font-size: 24px;
	}
	
	.about-two,
  .about-one{padding: 40px 0;}
  .about-one .ny-right h3 span{font-size: 24px;line-height: 24px;}
  .about-one .ny-right h3 d,
  .about-one .ny-right h3 em{font-size: 16px;}
    .about-one .ny-right li:nth-child(3) {bottom: 16.2%;}
  .about-one .ny-right li:nth-child(2) {top: 42%;    right: 8%;}
  .about-one .ny-right li:nth-child(4) {top: 42%;left: 12%;}
  .about-three li{width: 100%;margin-top: 20px;}
  .about-three li:first-child{margin-top: -20px;}
  .about-two .ny-bot .ny-left{width: 100%;}
  .about-two .ny-bot .ny-center{width: 100%;margin: 15px 0 ;height: 150px;}
  .about-two .ny-bot .ny-right{width: 100%;}
  .about-two .ny-top .ny-left{width: 100%;margin-bottom: 15px;}
  .about-two .ny-top .ny-right{width: 100%;}
  .about-one .ny-right li{text-align: center;}
}

@media (max-width:640px) {
.about .nybanner .ny-title p em{display: inline;}
}
@media (max-width:400px) {
.about-one .ny-right{width: 100%;}
}


.xiala{position: absolute;min-width: 550px;border-top: 1px solid #eee; text-align: left; left: -22%;top: 100%;display: none;background: #fff;}
.category-item:hover .xiala{display: block;}

.category-item.navitemx{position: relative;}
.xiala-con{position: relative;padding: 30px 0 40px; font-size: 0;text-align: center;display: inline-block; width: auto;}
.xiala-ul{}
.xiala-li{vertical-align: top; display: inline-block;border-left: 1px solid #eee;}
.xiala-li:first-child{border: none;}

.xiala-li ul{}
.xiala-li li{text-align: left;}
.xiala-li li>a{display: block;font-size: 16px;line-height: 48px;color: #666;padding: 0 40px;}
.xiala-li li>a:hover{color: #0e68c3;}
.xiala-li li.on>a{color: #0e68c3;}
.xiala-li.xiala-right ul{display: none;}
.xiala-li.xiala-right ul.on{display: inline-block;}


.techno-a:hover .techno-txt h3{color: #0e68c3;}
.more::before{position: absolute;content: "";width: 100%;height: 100%;transform: none;transition: ease .7s;left: 0;top: 0;}
.more::before{width: 100%;opacity: 1;}
.more:hover,.more:hover a{color: #0e68c3;}
.more:hover::before{background:#e6eef6;}
.banner-img{padding: 0 10%;top: 50%;transform: translateY(-50%) !important;}
.more em{display: inline-block;vertical-align: top;transition: ease .8s;margin-left: 5px;}
.more:hover em{transform: translateX(10px);}
@media (max-width:767px) {
	.techno-txt h3{color: #0e68c3;}
}
/* .more::before{transition: ease .8s;} */
/* .more:hover::before{transform: translate(400px, 0) skew(-60deg, 0deg);} */
/* .more:hover,.more:hover a{color: #0e68c3;} */



/* 2021.1.14 */

/* 常规下拉 */
.category-item-single .dropdown-menu{padding-bottom: 0;margin-top: 0px;display: none;position: absolute;width: 192px;top: 100%;left: 50%;transform: translateX(-50%);}
.category-item.category-item-single{position: relative;}
.category-item:hover .dropdown-menu{display: block;}
.category-item.category-item-single .dropdown-pad{text-align: center;background: #fff;padding: 8px 20px;}
.category-item.category-item-single .dropdown-menu a{display: block;font-size: 16px;line-height: 30px;padding: 15px 0; color: #333;transition: ease .5s;border-top: 1px dashed #e5e5e5;}
.category-item.category-item-single .dropdown-menu a:hover{color: #0e68c3;}
.category-item.category-item-single .dropdown-menu a:first-child{border-top: none;}

.dropdown-menu li a:hover{color: #0e68c3;}


/*  */

.indtw-box li:hover .indtw-txt h3,
.indthree-a:hover .ind3-txt h3{color: #0e68c3;}
/* 产品详情 */
.pri-menu{padding: 30px 0 0;}
.prime-con{font-size: 0; border-bottom: 2px solid #0e68c3;white-space: nowrap;overflow-x: auto;overflow-y: hidden;}
.prime-con a{padding: 10px 20px;border: 1px solid #eee;border-bottom: none; background: #f7f7f7; display: inline-block;font-size: 18px;line-height: 30px;color: #333;transition: ease .5s;}
.prime-con a.on{color: #fff;background: #0e68c3;}

.pri-alcon{}
.pri-a1{display: none;}
.pri-a1.on{display: block;}


.pri3-con{margin: 0;}
.pri-five{padding: 50px 0 80px;}
.pri3-left,.pri3-right{width: 100%;float: none;margin: 0;}
.pri-video,.pri-three,.pri-chicun{padding: 40px 0 80px;}
/* .pri-four{padding-bottom: 0;} */
.pri-two{padding-bottom: 80px;}

.prichicun-con{margin-top: 26px;}
.prichicun-pic{font-size: 0;text-align: left;}
.prichicun-pic img{max-width: 100%;display: inline-block;}

.pri3-table table{/* width: 80%; */margin: 0 auto;}
/* .pri3-left{width: 80%;margin: 0 auto;} */
.ind3-pic img{display: inline-block;}
.ind3-pic{text-align: center;}
.index-dec{font-size: 16px;}
@media (max-width:1459px) {
	.pri-video,.pri-three,.pri-chicun,.pri-five{padding: 60px 0;}
	.pri-two{padding-bottom: 60px;}
	
}
@media (max-width:1259px) {
	.prime-con a{font-size: 16px;}
	
}
@media (max-width:991px) {
	.pri3-table table{width: 100%;}
}
@media (max-width:767px) {
	.pri-video,.pri-three,.pri-chicun,.pri-five{padding: 30px 0 40px;}
	.pri-two{padding-bottom: 40px;}
	.prime-con a{font-size: 14px;padding: 8px 15px;}
}


/* 关于我们诗欣 */

.about-one .ny-left {width: 46.857%;width: 100%;}
.about-one .ny-left ul{margin-top: 16px;}
.about-one .ny-left li:hover h3 span{color: #020ddb;}
.about-one .ny-left li:hover h3 d{color: #020ddb;}
.about-one .ny-left  li:nth-child(1){width: 17%;}
.about-one .ny-left  li:last-child{width: 21%;}
.about-one .ny-left  li{float: left;    width: 20%;}
.about-one .ny-left  li h3 span{display: inline;font-size: 48px;line-height: 48px;color: #333;font-family: 'DINNEUZEITGROTESKSTD-LIGHT';vertical-align: middle;transition: all 0.5s;}
.about-one .ny-left  li h3 em{display: inline;font-size: 30px;color: #333;vertical-align: middle;}
.about-one .ny-left  li h3 d{display: inline-block;font-size: 30px;margin-top: -8px;line-height: -3px;color: #333;font-family: 'DINNEUZEITGROTESKSTD-LIGHT';vertical-align: middle;}
.about-one .ny-left  li p{font-size: 16px;line-height: 30px;color: #666;margin-top: 1px;}
.about-one .ny-right1{width: 48.571%;float: right;overflow: hidden;display: none;}
.about-one .ny-right1 img{width: 100%;transition: all 1s;}
.about-one .ny-right1:hover img{transform: scale(1.02);}
.about-one .ny-left>p{}


.about-three li{margin-top: 0;width: 33.33%;}
.abtw-font::before{display: none;}
.abtw-div{background-color: none;}
.abtw-div:hover img{opacity: 1;transform: scale(1.05);}
.abtw-div img{opacity: 1;transition: all 1s;}

.about-three{margin-top: 80px;}
.about-three li:first-child .abtw-div::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(14,104,195,0.7);}
.about-three li:last-child .abtw-div::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);}
.about-three li:hover .abtw-div{background: none;}
.abtw-font{z-index: 1;}
.about-one .ny-left{padding-top: 30px;padding-top: 12%;}

.about-four{padding: 76px 0 80px;}
.abt4-pic{}
.about-four img{width: 100%;}
.about-four .ny-wrap{margin-top: 49px;}
.abt4-swip{position: relative;}
.abt4-swip .swiper-pagination{display: none; bottom: 0px;width: 100%;}
.abt4-swip .swiper-pagination-bullet{width: 8px;height: 8px;background:#cecece;opacity: 1;margin: 0 5px !important;}
.abt4-swip .swiper-pagination-bullet-active{background:#0e68c3;}
.abt4-swip .swiper-button-next,
.abt4-swip .swiper-button-prev{background: none;opacity: 1;transition: ease .5s; font-size: 20px;text-align: center;line-height: 50px; color: #0e68c3;;width: 50px;height: 50px;border-radius: 50%;background: transparent;border: 1px solid #0e68c3;}
.abt4-swip .swiper-button-next{right: -70px;}
.abt4-swip .swiper-button-prev{left: -70px;}
.abt4-swip .swiper-button-next:hover,
.abt4-swip .swiper-button-prev:hover{color: #fff;background:#0e68c3;}
@media (max-width:1919px) {
	.abt4-swip .swiper-button-next{right: 0px;}
	.abt4-swip .swiper-button-prev{left: 0px;}
	.abt4-swip{padding: 0 70px;}
	
}
@media (max-width:1459px) {
  .about-one .ny-left li h3 span{font-size: 40px;}
  .about-three{margin-top: 0;}
  .about-one .ny-left>p{height: auto;}
  .about-four{padding: 60px 0 ;}
  .about-four .ny-wrap{margin-top: 35px;}
}
@media (max-width:1259px) {
   .about-one .ny-left li h3 span{font-size: 30px;}
   .about-one .ny-left{/* padding-top: 0; */padding-top: 18%;}
   .about-one .ny-dec{margin: 10px 0 18px;}
   .about-one .ny-left>p{height: 80px;}
   .about-two, .about-one{padding: 50px 0 ;}
   .about-four{padding: 50px 0 ;}
}
@media (max-width:991px) {
  
	.about-one .bg{
    display: none;
}
	.about-one .bg2{
    display: block;
}
	.about-one .ny-left li p{margin-top: -12px;}
  .about-two .ny-tit, .about-one .ny-tit{text-align: center;}
  .about-one .ny-right1{width: 100%;margin-bottom: 30px;text-align: center;}
  .about-one .ny-left{width: 100%;text-align: center;padding-top: 25%;}
  .abtw-font h4{padding:  0 10px;}
  .about-one .ny-left>p{height: auto;}
  .abt4-swip .swiper-button-next,
  .abt4-swip .swiper-button-prev{width: 48px;height: 48px;line-height: 48px;}
  .abt4-swip{padding:  0 60px;}
}
@media (max-width:767px) {
  .about-two, .about-one{padding: 45px 0 ;}
  
	.about-one{
		padding:0;
	}
	.about-one .ny-left li{width: 33.33%!important;margin-bottom: 10px;}
  .about-one .ny-left li:nth-child(5),
.about-one .ny-left li:nth-child(4){width: 50%!important;margin-bottom: 0;}
.about-four{padding: 45px 0 ;}
.about-three li{width: 100%;margin-bottom: 20px;}
.about-three li:last-child{margin-bottom: 0px;}
.abt4-swip .swiper-button-next, 
.abt4-swip .swiper-button-prev{display: none;}
.abt4-swip .swiper-pagination{display: block; margin: 0;}
.abt4-swip{padding: 0 0 30px;}
}
@media (max-width:400px) {}
@media (max-width:321px) {}
 
 /* 2021.1.20三级 */
 .bannav-secend{background: transparent; padding-bottom: 20px;margin-top: -20px;}
 .bannavsec-ul{font-size: 0;text-align: center;}
 .bannavsec-ul li{display: inline-block;vertical-align: top;}
 .bannavsec-ul li a{display: block; padding: 15px 20px;transition: ease .5s; font-size: 16px;line-height: 26px;color: #666;}
 .bannavsec-ul li.on a{color: #0e68c3;font-weight: bold;}
 .bannavsec-ul li:hover a{color: #0e68c3;}
 .ny-mbx{box-shadow: none;border-bottom: 1px solid #f2f2f2;}
 @media (max-width:1459px) {
	  .bannavsec-ul li a{padding: 10px 16px;}
	   .bannav-secend{margin-top: -10px;}
 }
 @media (max-width:991px) {
 	  .bannavsec-ul li a{padding: 8px 12px;}
 }
 @media (max-width:767px) {
	 .bannavsec-ul li a{padding: 6px 10px;font-size: 14px;}
	 .bannav-secend{margin-top: 0px;}
 }
.technology .nybanner .ny-title p{margin: 15px 0 0;}


/* 2021.3.24首页新版块调整 */
 @keyframes backimg{
 	0%{background-image: url(../images/indspec-topba.png);}
 	50%{background-image: url(../images/indspec-topba1.png);}
 	100%{background-image: url(../images/indspec-topba.png);}
 }
 @-@-ms-keyframes backimg{
 	0%{background-image: url(../images/indspec-topba.png);}
 	50%{background-image: url(../images/indspec-topba1.png);}
 	100%{background-image: url(../images/indspec-topba.png);}
 }
 @-webkit-keyframes backimg{
 	0%{background-image: url(../images/indspec-topba.png);}
 	50%{background-image: url(../images/indspec-topba1.png);}
 	100%{background-image: url(../images/indspec-topba.png);}
 }
 .index-spectrum{padding: 72px 0 80px;}
 .indspec-con{overflow: hidden;}
 .indspec-right{}
 .indspec-botri{margin-left: 0;padding-left: 20px;}
 .indspec-top{padding-left: 0;}
 .indspec-top>div{position: relative;padding: 0 20px;}
 .indspec-tit{font-size: 30px;line-height: 40px;font-weight: bold; color: #333;text-align: center;}
 .indspec-pic{margin-top: 12px;position: relative;}
 .indspec-pic>div{margin: 0 auto;width: 20%;}
 .indspec-pic>div::before{margin-top: -20px; position: absolute;content: "";width: 96%;height: 180px;background: url(../images/indspec-topba.png)no-repeat center;top: 100%;left: 50%;transform: translateX(-50%); background-size: 100%;}
.indspec-pic>div::before{-webkit-animation: backimg 2s ease infinite; animation: backimg 2s ease infinite;}
 .indspec-pic img{width: 100%;animation: bounce1 2.5s infinite;}
 .indspec-bot{margin-top: 160px;}
 .indspec-ul1{margin: 0;overflow: hidden; border-radius: 30px;background: url(../images/indspec-ul1_03.png)no-repeat center;background-size: 100% 100%;}
 .indspec-ul1 li{float: left;width: 12.5%;}
 /* .indspec-ul1 li:nth-child(1){width: 16%;} */
 .indspec-icon1{margin: 0 auto;width: 96px;height: auto;position: relative;}
 .indspec-icon1 img{width: 100%;}
 .indspec-ul2{margin: 60px 0 0;}
 .indspec-ul2 li{float: left;width: 12.5%;text-align: center;}
 /* .indspec-ul2 li:nth-child(1){width: 18.75%;} */
 .indspec-icon2{margin: 0 auto;width: 60px;height: 68px;line-height: 68px;position: relative;background: #fff;}
 .indspec-icon2::before{position: absolute;content: "";width: 0;height: 40px;border: 1px dashed #050001;top: -50px;left: 50%;margin-left: -1px;}
 .indspec-icon2 img{display: inline-block;max-width: 100%;vertical-align: middle;transition: ease .5s;}
 .indspec-icon2::after{position: absolute;content: "";width: 200%;height: 40px;background: url(../images/1.gif)repeat-x center;background-size: 100% 80%;top: 50%;left: 96%;margin-top: -20px;background-size: 150px;}
 .indspec-ul2 li:last-child .indspec-icon2::after{display: none;}
 .indspec-ul2 li h4{margin-top: 15px; font-size: 22px;line-height: 30px;color: #333;}
 .indspec-fonts{overflow: hidden;width: 134%;margin: 20px auto 0;margin-left: -16%;padding-top: 20px;position: relative;}
 .indspec-fonts::before{position: absolute;content: "";width: 2px;height: 20px;background: #666;top: 0;left: 50%;margin-left: -1px;}
 .indspec-fonts::after{position: absolute;content: "";width: 66.8%;height: 2px;background: #666;top: 18px;left: 50%;transform: translateX(-50%);}
 .indspec-fonts1{}
 .indspec-fonts2{}
 .indspec-fonts2::after{width: 50.6%;}
 .indspec-fonts2  .indspec-font{width: 50%;}
 .indspec-font{position: relative;padding-top: 25px;float: left;width: 33.333%;}
 .indspec-font::before{position: absolute;content: "";width: 2px;height: 20px;background: #666;top: 0;left: 50%;margin-left: -1px;}
 .indspec-font h6{font-size: 14px;line-height: 22px;color: #666;}
 .indspec-font h6 em{display: block;}
 .indspec-icon2.indspec-voice{position: relative;margin-top: 5px;height: 63px;}
 .indspec-voice span{display: inline-block; width: 2px; height: 100%; border-radius: 5px;  -webkit-animation: load 1.3s ease infinite; animation: load 1.3s ease infinite;}
 .indspec-voice span:nth-child(1){background: #0087f9;-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
 .indspec-voice span:nth-child(2){background: #1c61e4;-webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
 .indspec-voice span:nth-child(3){background: #3a35c9;-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
 .indspec-voice span:nth-child(4){background: #4421bb;-webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
 .indspec-voice span:nth-child(5){background: #2630bb;}
 .indspec-voice span:nth-child(6){background: #0446bb;-webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
 .indspec-voice span:nth-child(7){background: #0041a8;-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
 .indspec-voice span:nth-child(8){background: #003287;-webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
 .indspec-voice span:nth-child(9){background: #002874;-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
 
 @-webkit-keyframes load{
 		0%,100%{
 			height: 12px;
 			/* background: lightgreen; */
 		}
 		50%{
 			height: 30px;
 			margin: -5px 0;
 			/* background: lightblue; */
 		}
 	}
@keyframes bounce1{
	0%{transform: translateY(0) scale(1);}
	50%{transform: translateY(-3px) scale(1.03);}
	100%{transform: translateY(0) scale(1);}
}
@-@-ms-keyframes bounce1{
	0%{transform: translateY(0) scale(1);}
	50%{transform: translateY(-3px) scale(1.03);}
	100%{transform: translateY(0) scale(1);}
}
@-webkit-keyframes bounce1{
	0%{transform: translateY(0) scale(1);}
	50%{transform: translateY(-3px) scale(1.03);}
	100%{transform: translateY(0) scale(1);}
}
@keyframes opacity{
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}
@-@-ms-keyframes opacity{
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}
@-webkit-keyframes opacity{
	0%{opacity: 1;}
	50%{opacity: 0;}
	100%{opacity: 1;}
}
/* .indspec-opacity img:nth-child(1){-webkit-animation: opacity 2s ease infinite; animation: opacity 2s ease infinite;} */

.indspec-ul2 li:nth-child(8) .indspec-icon2 img{transition: ease .8s;}
/* .indspec-ul2 li:hover .indspec-icon2 img{transform: translateY(-8px);}
.indspec-ul2 li:nth-child(6):hover .indspec-icon2 img,
.indspec-ul2 li:nth-child(2):hover .indspec-icon2 img{transform: rotateY(180deg);}
.indspec-ul2 li:nth-child(8):hover .indspec-icon2 img{transform: rotate(360deg);} */
.indspec-ul2 li.on .indspec-opacity img:nth-child(1){-webkit-animation: opacity 1s ease infinite; animation: opacity 1s ease infinite;}
.indspec-ul2 li:hover .indspec-opacity img{transform: none;}


.indspec-opacity img:nth-child(2){position: absolute;width: 100%;top: 50%;left: 0;margin-top: -50%;}
 .indspec-left{float: left;width: 15.49%;margin-top: -10px;display: none;}
 .indspec-leftul{}
 .indspec-leftul li:first-child{margin-top: 0;}
 .indspec-leftul li{position: relative;padding-right: 90px;margin-top: 60px;}
 .indspec-leftul li::before{position: absolute;content: "";width: 90px;height: 34px;background: url(../images/indspec-right.png)no-repeat center;background-size: 100% 100%;right: 0;top: 50%;transform: translateY(-50%);}
 .indspec-scrcle{text-align: center; font-size: 22px;line-height: 120px;color: #fff;width: 120px;height: 120px;border-radius: 50%;background: url(../images/indspec-scrcle.png)no-repeat center;background-size: 100% 100%;}
 .indspec-ty{padding: 6px 12px; display: inline-block;border: 2px solid #000ef3; font-size: 22px;line-height: 30px;color: #333;text-align: center;border-radius: 15px;}
 .indspec-ty em{display: block;}
 
 .indspec-img{display: none;}
 .indspec-img img{width: 100%;}

 @media (max-width:1459px) {
 	 .indspec-icon1{width: 82px;}
	 .indspec-tit{font-size: 24px;}
	 .indspec-pic>div{width: 25%;}
	 .indspec-icon2{width: 52px;height: 59px;line-height: 59px;}
	 .indspec-ul2 li h4,.indspec-ty,.indspec-scrcle{font-size: 20px;}
	 .indspec-leftul li::before{width: 60px;height: 27px;}
	 .indspec-leftul li{padding-right: 70px;}
	 .index-spectrum{padding: 60px 0;}
 }
 @media (max-width:1259px) {
  .indspec-img{display: block;}
  .indspec-con{display: none;}
 }
 @media (max-width:767px) {
 .index-spectrum{padding: 40px 0;}
 
 }
 /* 2021.3.25核心技术修改 */
 .techno-cont{}
 .techno-right{float: right;width: 18%;padding-left: 5px;}
 .techno-a{float: left;width: 75%;}
 .techno-right h5{font-size: 20px;line-height: 30px;color: #333;}
 .techno-progl{margin-top: 10px;}
 .techno-proul{margin: 0 -20px;}
 .techno-proul li{float: left;width: 33.333%;text-align: center;padding: 0 20px;margin: 0;}
 .techno-proimg{overflow: hidden;display: block;}
 .techno-proimg img{display: inline-block;transition: ease .8s;height: 90px;}
 .techno-proimg:hover img{transform: scale(1.1);}
 .techno-right .pri2-right{float: none;width: 100%;padding: 10px 0 0;}
 .techno-pic{width: 470px;}
 .techno-txt{margin-left: 518px;padding-left: 20px;width: calc(100% - 530px);}
 /*.techno-ul li:nth-child(even) .techno-txt{margin-right: 510px;}*/
 .techno-ul{margin: 0 -40px;}
 @media  (max-width: 1459px) {
 .techno-pic{width: 470px;}
 .techno-txt{margin-left: 470px;padding-left: 50px;width: calc(100% - 520px);}
 /*.techno-ul li:nth-child(even) .techno-txt{margin-right: 470px;padding-right: 20px;}*/
 .techno-ul{margin: 0;}
 .techno-proul li{padding: 0 12px;}
 .techno-proul{margin: 0 -12px;}
}
 @media  (max-width: 1259px) {
 	.techno-pic{width: 420px;}
 	.techno-txt{margin-left: 420px;padding-left: 40px;width: calc(100% - 460px);}
 	/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 420px;padding-right: 20px;}*/
	 .techno-right{float: none;width: 65%;margin: 0 auto; padding: 30px 0 0;}
	 .techno-a{float: none;width: 100%;}
	 .techno-right h5{text-align: center;}
 }
 @media  (max-width: 991px) {
 	.techno-pic{width: 350px;}
 	.techno-txt{margin-left: 350px;padding-left: 40px;}
 	/*.techno-ul li:nth-child(even) .techno-txt{margin-right: 350px;padding-right: 20px;}*/	
 	.techno-right{width: 100%;}
	.techno-proul li{padding: 0 20px;}
	.techno-proul{margin: 0 -20px;}
 }
 @media  (max-width: 767px) {
 	.footbot-con>div{margin: 0 20px 0 0;}
 	.footbot-con{
    text-align: left;
}
 	.techno-ul li:nth-child(odd) .techno-pic,
 	.techno-ul li:nth-child(even) .techno-pic{width: 100%;float: none;text-align: center;}
	.techno-ul li:nth-child(odd) .techno-txt{margin-left: 0;padding-left: 0px;width: 100%;}
 	.techno-ul li:nth-child(even) .techno-txt{margin: 0;padding-right: 0px;padding-left: 0px;width: 100%;}	
 	.techno-right h5{font-size: 16px;}
	.techno-progl{margin-top: 14px;}
	.techno-right .pri2-right{padding: 20px 0 0;}
	.techno-right{padding: 20px 0 0;}
 }
 @media  (max-width: 320px) {
 	.techno-proul li{padding: 0 12px;}
 	.techno-proul{margin: 0 -12px;}
 }
a.none{display:none;}
.techno-txt hr{margin-top: 15px;display: block;width: 100%;}