html, body {
    position: relative;
    height: 100%;
}

a,a:hover{list-style: none; text-decoration: none;}
*{ transition: all .3s ease 0s}
ul{list-style: none;}
ul, menu, dir{ padding: 0; margin: 0; border: 0;}
/*在浏览器拖动鼠标颜色*/
::selection { color: #fff; background-color: #000;}
::-moz-selection { color: #fff; background-color: #000;}
/*更改浏览器滚动条颜色兼容*/
html,body{
    /*更改ie内核滚动条颜色*/
    scrollbar-face-color:#000;
    scrollbar-highlight-color:#000;
    scrollbar-shadow-color:#000;
    scrollbar-3dlight-color:#000;
    scrollbar-arrow-color:#222;
    scrollbar-track-color:#222;
    scrollbar-darkshadow-color:#000;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar { width:8px;  height: 8px; background-color: #fcfcfc;}
::-webkit-scrollbar-track  { border-radius: 10px; background-color: #fcfcfc;}
::-webkit-scrollbar-thumb  {  border-radius: 10px; background-color: #211F1F; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}

/*nav*/


.top-tel{ padding: 20px 10px; display: inline-block;  padding-top: 20px;}
.top-tel a{ color: #fdc101; font-size: 24px; font-weight: bold;}
.top-tel a .iconfont{ font-size:30px; font-weight: bold;  color: #fdc101; }

nav.navbar.bootsnav{
    background: none;
    font-family: 'Sarabun', sans-serif;

    border: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{ margin-left: 20px; padding: 8px; display: inline-block; height: auto}
nav.navbar.bootsnav ul.nav > li{ margin-right: 20px; position: static; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 12px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}
/*nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 30px 30px 10px 15px; }*/
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #fff;
    background: transparent !important;
    border-color: transparent;
}
nav.navbar.bootsnav ul.nav > li > a > span:before,
nav.navbar.bootsnav ul.nav > li > a > span:after{
    content: "";
    background-color: rgba(255,255,255,0.5);
    width: 50%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li > a > span:after{
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    transition: all 0.3s ease 0.1s;
}
nav.navbar.bootsnav ul.nav > li:hover > a > span:before,
nav.navbar.bootsnav ul.nav > li.active > a > span:before{
    left: 100%;
}
nav.navbar.bootsnav ul.nav > li:hover > a > span:after,
nav.navbar.bootsnav ul.nav > li.active > a > span:after{
    left:0;
}
.dropdown-menu{ text-align: center; padding: 10px;}
.dropdown-menu li{ display: inline-block;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a{ color: #fff !important; display: inline-block; padding: 10px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    background: #fff !important;
    color: #201455 !important;
    box-shadow: 0 0 8px #fff inset;
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul{ padding: 10px;
    top: 100%; left: 0; right: 0;
    transition: all 0s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{ top: 100%; }
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul li{ padding: 10px 5px;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #555; background-color: rgba(0,0,0,.4);
    border: none;
}
.menu-col{ text-align: left;}
.menu-col{ line-height: 30px;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{ padding-left: 10px; }
nav.navbar.bootsnav li.dropdown ul .title{ text-align: left; padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold; position: relative; line-height: 40px; padding-left: 40px;
}
nav.navbar.bootsnav li.dropdown ul .title > span.iconfont{ font-size: 30px; position: absolute; left: 0; top: 15px;}
nav.navbar.bootsnav li.dropdown ul a{ color: #fff;}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        color: #fff;
        background: transparent !important;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background-color: #201455; }
    nav.navbar.bootsnav ul.nav>li{ margin: 5px auto 15px; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        border: none;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 17px; }
    nav.navbar.bootsnav ul.nav>li.active>a,
    nav.navbar.bootsnav ul.nav>li>a:hover,
    nav.navbar.bootsnav ul.nav>li.on>a{
        color: #fff;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        padding-left: 10px;
        border-bottom-color: none;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>ul{ top: 100%; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding-left: 10px;
    }
}
nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .content,nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content{display: block!important;}
nav.navbar.bootsnav ul.nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a:hover, nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li.on > a{
    border-bottom: 2px solid #fdc101;
}
nav.navbar.bootsnav.navbar-fixed{ border-color: #eee; border-color: rgba(254,254,254,.5); z-index: 101;  width: 100%;  background-color: transparent; background: url("../images/navbj.png") ;
}
nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark{border-color: #eee;
    border-color: rgba(254,254,254,.5);  background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{ margin-left: 0px; margin-right: 0px;}
.navbar-fixed{ position: fixed;}
.attr-nav{ padding-right:40px; display: inline-block; float: right;}

.navbar .nav > li .dropdown-menu {
    margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
    display: block;
}
/*banner        */
.swiper-container {
    width: 100%; z-index: 100;
    height: 100vh;
    background: #000;
}
.swiper-slide {
    font-size: 18px;
    color:#fff; overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 40px 60px;*/
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .title { text-align: center;
    font-size: 5rem;
    font-weight: bold; margin-top: 18%;
}
.swiper-slide .subtitle {
    font-size: 3rem; text-align: center;
}
.swiper-slide .text { text-align: center;
    font-size: 2rem;
    width: 80%; margin-left: 10%;
    line-height: 1.3;
}
.bannerimg2{    animation: animate-cloud 12s infinite}
@-webkit-keyframes animate-cloud {
    0% {
        background-position: 100% 0px;
    }
    50% {
        background-position: 100% -500px;
    }
    100% {
        background-position: 100% 0px;
    }
}
.bannerimg3{   animation: animate-show 16s infinite}
@-webkit-keyframes animate-show {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.swiper-banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 0;
    display:inline-block; padding: 20px; height: 80px; width: 30%; background-color: #201455; line-height: 30px;
}
.pagenotice{ display: inline-block; width: 70%; height: 80px; padding: 20px; line-height: 30px; border-top: 1px solid #201455; float: right; color: #fff; position: absolute; bottom: 0; right: 0; z-index: 2}
.pagenotice a{ color: #fff;}
.noticename{width: 200px; float: left; text-align: center; font-size: 16px ; font-weight: bold; border-right: 2px solid #fff;}
.noticeli { height: 30px; width: 100%; overflow: hidden;}
.noticeli ul{transition: all 0s ease 0s;}
.noticeli .iconfont{ font-size: 24px; font-weight: bold; margin: 0 16px; }
.noticeli{ width: calc(100% - 210px); float: right}
.swiper-banner  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{ content: "";}

.swiper-pagination-bullet{ background: #f5f5f5}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}
.swiper-banner  .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before{    content: 'prev';font-family: swiper-icons;
    font-size: 2rem; display: inline-block;
    text-transform: none!important; top:16%; position: absolute;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }
.swiper-banner   .swiper-button-next:after, .swiper-button-prev:after{font-size: 2rem; top: 50%;}
.swiper-banner   .swiper-button-next{ top: auto; bottom: 20px; text-align: left;  justify-content:left;  width: 80px;}
.swiper-banner   .swiper-button-prev{text-align: right; display: inline-block; width: 80px; top: auto; justify-content:right; bottom: 20px; }
.swiper-banner    .swiper-button-next{  right: auto; left: 18%;}
.swiper-banner    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left: 7%;}
.swiper-banner   .swiper-button-prev{text-align: right;}
.swiper-banner  .xianb{ width: 20px; height: 2px; display: inline-block; background-color: #fff;}
.swiper-banner .xiana{ width: 20px; height: 2px; display: inline-block; background-color: #fff; }
.swiper-banner .swiper-button-next:hover .xianb{ width: 40px; }
.swiper-banner  .swiper-button-prev:hover .xiana{ width: 40px; }
.swiper-banner   .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{ margin-left: -10px; display: inline-block;}


.ser-page{ width: 100%; background: #dddddd; padding-bottom: 16px;}
.ser-page > div.col-md-4 .server-div{ width: 100%;  text-align: center; padding:20px 15px; display: inline-block; background: #f5f5f5; z-index: 97; margin-top: 16px; padding-top: 10px; position: relative;}
.ser-page > div.col-md-4 .server-div:before{ transition: all 0s ease 0s; content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: top center 0;transition: 0.54s;transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);background: -webkit-linear-gradient(130deg, #fdc101, #9a14ca);background: -o-linear-gradient(130deg, #fdc101, #9a14ca);
    background: -moz-linear-gradient(130deg, #fdc101, #9a14ca);background: linear-gradient(130deg, #fdc101, #9a14ca); background: url("../images/userbjb.jpg") center; background-size: cover; }
.ser-page > div.col-md-4 .server-div:hover:before{ opacity: 1; visibility: visible; transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); color:#fff;}
.ser-page > div.col-md-4:nth-child(1) .server-div{ height:540px; background: #fff;}
.ser-page > div.col-md-4:nth-child(2) .server-div{ height: 265px;}
.ser-page > div.col-md-4:nth-child(3) .server-div{ height: 175px; background: #fff;}
.ser-page > div.col-md-4:nth-child(3) .server-div:nth-child(2){ background: #f5f5f5;}
.server-div .ser-icon{font-size: 5rem; color: #201455;}
.server-div .ser-tit{ font-size: 3rem; font-weight: bold; color: #201455; line-height: 3rem;}
.server-div .ser-note{ font-size: 1.4rem; line-height: 1.6rem; color: #666; width: 100%; margin-top: 10px;}
.ser-page > div.col-md-4 .server-div:hover{   color: #fff;   z-index: 99; box-shadow: 3px 3px 10px #ccc;}
.ser-page > div.col-md-4 .server-div:hover .ser-note,.ser-page > div.col-md-4 .server-div:hover .ser-tit{color: #fff;}
.ser-page > div.col-md-4 .server-div  .iconfont{ font-size: 30px;}
.ser-page > div.col-md-4:nth-child(3) .server-div  .iconfont{ font-size: 46px;}
.ser-page > div.col-md-4 .server-div:hover .ser-tit,.ser-page > div.col-md-4 .server-div:hover .ser-icon .iconfont{color: #fff;}
div.col-md-4 .server-div:hover .ser-icon .iconfont{  transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);}
.server-div .ser-body{ width: 100%; float: left; text-align: left; padding-left: 20px;}
.ser-img{ display: inline-block; text-align: center; width: 100%;}
.ser-page >div.col-md-4:nth-child(2) .server-div .ser-img{position: absolute; width: 36%; right: 10px; top: 0px;}
.ser-page >div.col-md-4:nth-child(2) .server-div .ser-body{ width: 58%; float: left; text-align: left; padding-left: 20px; padding-top: 40px;}
    /*case*/
.case-page{ width: 100%; padding: 40px 0; background: url("../images/ywpage.jpg") right; background-size: cover; position: relative;}
video#v1{
    position: absolute;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: 600px;
    width: auto; z-index: 1; object-fit: cover;
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
    z-index:-11
}
.zhezao{ display: inline-block; width: 100%; height: 100%; position: absolute; background: rgba(0,0,0,.5); left: 0; top: 0; z-index: 2;}
.case-a{ display: inline-block; width: 100%; height: 360px; overflow: hidden;  background-size: contain;}
.sy-case .li:nth-child(1){animation: about-img 24s infinite; }
/*.case-a img{ width: 100%; }*/
@-webkit-keyframes about-img {
    0% {
        background-position: 100% 0px ;
    }
    50% {
        background-position:  100% -400px;
    }
    100% {
        background-position:  100%  0px;
    }
}
.page-tit{ display: inline-block;  width: 100%;}
.page-tit,.case-con{ display: inline-block; width: 100%; z-index: 10; position: relative; padding: 20px 10%;}

.page-tit .page-t-en{ font-size: 6rem; font-weight: bold; color: #fdc101; display: inline-block;}
.page-tit .page-t-cn{ font-size:4rem; font-weight: bold; color: #fff; display: inline-block;}

.case-body{  display: inline-block; width: 100%; height: 100%; position: absolute;}

.case-body::before{ transition: all .3s ease 0s; width: 0%; height: 0%; display: flex;  margin-top: 50%;  margin-left: 50%;

     opacity: 0;

    border: 0px solid #fff;
    content: '';}
.case-tit{ width: 100%; text-align: center; font-size: 30px; letter-spacing: 2px; font-weight: bold; color: #fff; position: absolute; display: none; left: 0; top: 50%; margin-top: -30px;}
.case-note{transition: all .8s ease 0s; font-size: 16px; width: 100%; text-align: center; letter-spacing: 2px; line-height: 25px; height: 25px; color: #fff; position: absolute; left: 0; top: 50%; margin-top: 20px; display: none; }
.case-a:hover .case-tit{display: inline-block;}
.case-a:hover .case-body::before{ opacity: 1; background: rgba(32,20,85,.9); width: 100%; height: 100%; margin-top: 0%; margin-left: 0%; }
.case-a:hover .case-note{  margin-top: -10px; top: 60%;  display: inline-block;}
.case-note::before,.case-note::after{content: ''; position: absolute; width:40px; height: 1px; top: 50%; background: #fff;}
.case-note::before{ left: 50%; margin-left: -160px;}
.case-note::after{right: 50%; margin-right: -160px;}
.hover-border{display: inline-block;position: absolute;z-index: 100}

.left-right-border{height: 0;}

.left-border{ left: 0px;}
.right-border{ right: 0px;bottom: 0px;}
.left-right-top-bottom-border{width: 0;}
.left-top-border{right: 50%;top: 0px;}
.left-bottom-border{left: 0px;bottom: 0px;}
.right-top-border{right: 0px;top: 0px;}
.right-bottom-border{left: 50%;bottom: 0px;}
.sy-case .p0{ padding: 8px}
.case-tel i{ font-size: 20px;}
.case-tel{ display: inline-block; font-weight: bold; float: right; font-size: 36px; color: #fff; }

    /**/


.about-l,.about-r{ width: 100%; height: 600px;}
.about-l{ background: #f5f5f5;}
.about-r{ background: url("../images/aboutimg2.jpg") center top no-repeat #000000; background-size: cover;
    /*animation: about-img 24s infinite;*/
}
@-webkit-keyframes about-img {
    0% {
        background-position: 0px 100% ;
    }
    50% {
        background-position: -500px 100% ;
    }
    100% {
        background-position:  0px 100%;
    }
}


.about-s{ display: inline-block; width: 100%; padding: 50px 10%;}

.about-s .about-t-en{ font-size: 6rem; font-weight: bold; color: #fdc101;}
.about-s .about-t-cn{ font-size:4rem; font-weight: bold; color: #201455;}
.about-s .about-con{ line-height: 2.4rem; color: #777; font-size: 1.4rem;}
.about-s .about-ula{ width: 150%; display: inline-block; background: #fff;  box-shadow: 5px 5px 15px #ccc; margin-top: 20px; z-index: 6; position: relative;}
.about-ula li{display: inline-block; padding: 20px 10px;}
.about-ula li  .a-ul-a{   display: inline-block; padding: 2px;
    width: 100%;
    vertical-align: top;
    text-align: center;
    opacity: 1;
    transition: all .8s ease 0s;
    transform: translateX(-20px);}

.about-ula li  .a-ul-a:hover .mbox2Img img{animation:swing 1s infinite linear}
.mbox2BotH3{ font-size: 1.4rem; color: #777; margin-top: 6px;}
.about-more{ display: inline-block; width: 100%; }
.about-more a{display: inline-block; padding: 16px 30px; width: 160px; text-align: center; background: #201455;  color: #fff; margin-top: -5px; position: relative; z-index: 9;}

.news-s-tit{ display: inline-block; border: 10px solid #fff; padding: 10px 20px; border-right: 0; }
.news-s-titb{ display: inline-block; border: 0px solid #201455; padding: 10px 20px; width: 100%; text-align: center; border-left: 0; }
.sy-news-a{ display: inline-block; width: 100%; padding: 40px 20px; height: 80vh; background: url("../images/newsbj.jpg") center #201455;  animation: news-img 30s infinite ;}
@-webkit-keyframes news-img {
    0% {
        background-position: 0px 100% ; background-size: 100% 100%;
    }
    50% {
        background-position: -500px 100% ; background-size: 150% 150%;
    }
    100% {
        background-position:  0px 100%; background-size: 100% 100%;
    }
}

.sy-news-b{ display: inline-block; width: 100%; padding: 40px 20px;   background: #f5f5f5;}
.news-r-en{ font-size: 5rem; margin-top: 10px; font-weight: bold; color: #fdc101; width: 100%; text-align: center;}
.news-r-cn{ font-size: 3rem; font-weight: bold; color: #201455; width: 100%; text-align: center;}
.news-r-note{ margin-top: 10px; font-size:12px; font-weight: 300; color: #333; width: 100%; text-align: center;}


.news-gs{ display: inline-block; width: 100%; padding: 20px 0; overflow: hidden;}
.newsb-ul{ margin-top: 20px;}


.pic-news {  width: 100%;  height: 360px;  background: #fff;  display: block;  text-align: left;  }

.pic-news .pic {  width: 100%;  height: 20vh;  overflow: hidden;  }
.pic-news .pic > img{  width: 100%; height: 100%;  }
.pic-news .txt {  padding: 10px 20px 0;  }
.txt-tit {  font-size: 18px;  color: #1a1a1a; margin-top: 6px;  line-height: 30px;  height: 30px;  overflow: hidden;  }
.txt-date {  font-size: 12px;  color: #999;  line-height: 18px;  }
.txt-word {  font-size: 14px;  color: #666;  line-height: 22px;  height: 70px;  overflow: hidden;  text-overflow: ellipsis;
    display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  padding-top: 8px;  }
.pic-news:hover {
    -webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.pic-news:hover {  background: #201455;  }
.pic-news:hover .txt-tit {  color: #fff;  }
.pic-news:hover .txt-date {  color: #fff;  }
.pic-news:hover .txt-word {  color: #fff;  }

.news-gs.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ text-align: center; padding-right: 20px;}

.news-gs-btn{ position: absolute; z-index:99; left: 50%; margin-left: 0px; bottom: 5%; }
.news-gs-btn .news-gs-prev{ background: #fff; z-index: 999; width: 50px; height: 40px; margin-left: -50px;
    color: #201455; display: inline-block; text-align: center; line-height: 40px; font-family: '宋体';}
.news-gs-btn .news-gs-next{ background: #201455; margin-left: -5px; width: 50px; height: 40px; color: #fff; display: inline-block; text-align: center; line-height: 40px; font-family: '宋体';}


    /**/
.hzhb-page{width: 100%; padding:  0px;}
.top_en{ color: #fff; font-size: 30px;}
.top_cn span{ color:#fff; font-size:36px; padding-bottom:12px; border-bottom:1px solid #ccc;}
.top_cn span b{ background:url(../images/top_enline.jpg) no-repeat bottom; padding-bottom:14px;}
.client{font-size: 12px; display: inline-block; margin-top: 20px; line-height: 25px; color: #ccc;}
.hzhb-l{background: #201455; height: 440px;position: relative;}
.hzhb-r{background: #fff;  height: 440px; position: relative;}
.hzhb-t{ width: 100%; padding: 40px 10%; text-align: left; padding-bottom: 0;}
.logos{ display: inline-block; width: 100px; height: 100px; position: absolute; left: -53px; top: 50%; margin-top: -50px}
.logos img{width: 100%; height: 100%; border-radius: 100px; box-shadow: 5px 5px 15px #ccc;}
.hzhb-ul{ display: inline-block; width: 100%; text-align: center; padding: 20px; padding-top: 40px; padding-bottom: 40px;}
.hzhb-ul li{ width: 24.5%;  text-align: center;   margin-bottom: 15px;  display: inline-block; transition: all .8s ease 0s}
.hzhb-ul li img{ width: 80%; cursor: pointer;}
.hzhb-ul li:hover img{animation:swing 1s infinite linear  }





.foota{ width: 100%; padding:  0; height: 600px; overflow: hidden;  position: relative;}


.foot-nav{ display: inline-block;  position: absolute; top: 10%; height: 80%; width: 90%; padding: 5em; margin-left: 5%; z-index: 3; background: rgba(254,254,254,.4);}
.foot-tit{ display: inline-block; width: 100%;}
.foot-tit .tit1{ display: inline-block; width: 100%; padding-left: 16px; font-size: 46px; font-weight: bold; color: #fff;}
.foot-tit .tit2{ display: inline-block; width: 100%; padding-left: 16px; font-size: 30px; font-weight: 500; color: #fff;}
 .note1{display: inline-block; text-align: right; width: 100%; padding-right: 16px; font-size: 16px; color: #fff; margin-top: 20px;}
 .note1 span{ font-size: 30px; font-weight: bold;}
.zxzx{ display: inline-block; width: 100%; text-align: center;}
.ewm{ width: 120px;display: inline-block; margin: 20px; margin-top: 40px; float: right; }
.ewm span.iconfont{ width: 100%; padding: 6px; text-align: center; display: inline-block; margin-bottom: 10px; color: #2c2c2c; font-weight: bold; background: #fff; border-radius: 100px;}
.ewm img{ width: 100%;}
.footqq{ display: inline-block; width: 180px; margin-top: 0px; padding: 20px; float: right;}
.footqq span.iconfont{ width: 100%; padding: 6px; text-align: center; margin-top: 20px; display: inline-block; margin-bottom: 10px; color: #2c2c2c; font-weight: bold; background: #fff; border-radius: 100px;}

.myform{ display: inline-block; width: 100%; padding-top: 30px;}
.myinput{ line-height: 50px; height: 50px; padding: 0 8px; color: #999; font-size: 16px; webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0); border: 0; border-radius: 0px; margin-top: 10px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.mybtn{ width: 100%; height: 50px; line-height: 50px; margin-top: 10px; color: #fff;font-size: 16px; color: #fff; background: #0086f1; padding: 0; font-weight: bold; letter-spacing: 4px; border-radius: 0;}



.footb{ display: inline-block; width: 100%; padding-bottom: 20px; padding-top: 20px; background: #2c2c2c;}
.fotter{ width:90%;height:auto; overflow:hidden; margin:0 auto;}
.fotter_t{ height:auto; overflow:hidden; margin-bottom:40px;}
.fotter_tl{ float:left; width:100%; height:auto; overflow:hidden;}
.fotter_c{ height:auto; overflow:hidden; min-height:62px; margin-bottom:20px; border-bottom:1px solid #666666;}
.fotter_c p{ line-height:26px; margin-bottom: 6px; color:#999999; font-size:13px;}
.fotter_c p a{ color:#999; font-size:13px; display:inline-block; margin-right:28px;}
.fotter_c p a.qcbj{ margin-right:0px;}

.gonce{ float:right; width:100% ; display: inline-block; text-align: right; height:auto; overflow:hidden;}
.gonce span{ float:left; color:#666666; line-height:24px;font-size:12px;}
.gonce span img{ vertical-align:middle; margin-right:5px; margin-top:-3px;}
.gonce font{ float:right; color:#666666; line-height:24px;}
.gonce font a{display:inline-block;color:#666666; line-height:24px;}
.foottel{ display: inline-block; color: #fff; text-align: left; width: 100%; margin-top: 0px; }
.foottel li{ margin: 4px 20px; display: inline-block;}
.foottel li a{ color: #fff;}
.logo1{ display: inline-block; float: left; width: 30%;}
.logo1 img{ max-height: 50px; }
.foot-k{ padding-right: 10px;}
.footbq{color: #999; line-height: 180%;}
.swiper-pagination-bullet{background: #999}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #201455}
.phone-foot{ display: none}


    /*内页*/

.banner_ab{ display: inline-block; width: 100%; position: relative;}
.banner_ab:before{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.35); content: '';}
.banner_text{ text-align: center; display: inline-block; width: 100%; padding: 40px 0; margin-top: -80px; position: absolute; top: 50%;}
.banner_text .en{ color: #fff; font-size: 32px; font-weight: bold;}
.banner_text .cn{ color: #fff; font-size: 24px; font-weight: bold;}

.ny-page{ width: 100%; padding: 40px 0;}
.aboutpage{ background: url("../images/aboutbj.jpg");}
.ny-page img{ max-width:100%; height:auto}
.abouttit{ display: inline-block; width: 100%; padding: 10px 0; margin-top: 40px;}
.abouttit .en{ font-size: 44px; color: #eee; font-weight: bold;}
.abouttit .cn{ font-size: 24px; color: #333; font-weight: bold; margin-top: -30px;}

.about-x{ display: inline-block; width: 50px; height: 2px; background: #201455;}

.aboutcon{ display: inline-block; width: 100%; line-height: 30px; margin-top: 40px; color: #666}

.mores{ display: inline-block; width: 100%; margin-top: 40px;}
.mores a{ display: inline-block; padding: 10px 30px; background: #201455; color: #fff}

.aboutny-ul{ display: inline-block; width: 100%; padding: 40px 20px;}
.about-lid{ display: inline-block; width: 100%; margin-top: 16px; border: 1px solid #ddd; padding: 60px 20px; }

.about-li-t{ display: inline-block;width: 100%; font-size: 32px; text-align: center; font-weight: bold;}
.about-li-t small{ font-size: 18px;}
.about-li-c{ display: inline-block; width: 100%; font-size: 18px; text-align: center;}

.aboutny-ul li:nth-child(3) .about-lid,.aboutny-ul li:nth-child(2) .about-lid{background: rgba(32,20,85,1); color: #fff;}

.ab-b-img,.ab-b{display: inline-block; width: 100%; margin-top: -6px; text-align: center; height: 360px;}
.ab-b-img{ display: inline-block;   width: 100%; overflow: hidden;}
.ab-b-img img{ width: 100%;}
.ab-b{ padding: 40px; background: #f5f5f5}
.ab-b .num{ font-size: 32px; font-weight: bold; margin-top: 20px; line-height: 50px;}
.ab-b .tit{ font-size: 24px; font-weight: bold; line-height: 40px;}
.ab-b .note{ font-size: 16px; }
.ab-b-b{ background: #201455; color: #fff;}
.abnybja{ background: url("../images/logobja.png") bottom right no-repeat #fff; border: 1px solid #f5f5f5}
.hzhb-ul-ny{padding-top: 20px; padding-bottom: 20px;}
.hzhb-ul-ny li{ width: 32%; margin-bottom: 0px;}
.abcase{ display: inline-block; position: relative; width: 100%;}
.abcasetext{ display: inline-block; position: absolute; font-size: 32px; font-weight: bold; top: 50%; margin-top: -40px; text-align: center; color: #fff; width: 100%;}
.abcasetext:hover{color: #fff;}
.iconfont.f24{font-size: 24px;}

    /*ser*/
.ser-pages-ny{ display: inline-block; width: 100%;}
.ser-body-ny {
    position: absolute;
    left: 50%;
    top: 20%;
    min-width: 500px;
    z-index: 100; width: 35%;}
.ser-pag-ny{display: inline-block; width: 100%; height: 680px; position: relative;}
.ser-en{position: relative; padding-left: 60px; margin-top: 50px; display: inline-block; font-size: 32px; font-weight: bold; color: #0053D3;}
.ser-en:before{position: absolute; content: ''; width: 50px; height: 4px; border-radius: 10px; background: #0053D3; left: 0; top: 50%; margin-top: -2px;}
.ser-tit{font-size: 32px; display: inline-block; width: 100%; font-weight: bold;}
.ser-note{display: inline-block; width: 100%;
    margin-top: 20px; font-size: 16px;line-height: 30px;}
.ser-img{ display: inline-block; float: right;}

.ser-body-ny.left{ left: 10%; right: auto}
.ser-body-ny.right{ right: 10%; left: auto}

.page-ny-nav{ width: 100%; padding: 0; margin-top: -6px; display: inline-block; background: #fafafa; border-bottom: 1px solid #ececec; }

.ny-nav-ul{ margin-top: 0px; width: 100%; display: inline-block; text-align: center;}
.ny-nav-ul li{ margin: 0 5px; display: inline-flex;}

.ny-nav-ul li a{  overflow: hidden; z-index: 2; padding: 6px; display: inline-block; position: relative;  line-height: 22px; color: #555; font-weight: bold;   margin-top:0px;}
.ny-nav-ul li a:before{content: ""; position: absolute; bottom: 0; display: inline-block; height: 2px; width: 100%; background: transparent; z-index: 0; left: 0;}
.ny-nav-ul li a small{ width: 100%; z-index: 2; display: inline-block; line-height: 20px; color: #ccc; font-size: 12px; font-weight: 300;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active,.ny-nav-ul li a:hover small,.ny-nav-ul li a.active small{ color: #fff;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active{   background: #201455;}
.ny-nav-ul li a:hover:before,.ny-nav-ul li a.active:before{background: #201455;}

/*产品展示*/
.gb_nav > a{ margin-top: 35px; float: left; display: block; padding: 0 35px; border: solid 1px #999999; border-radius: 20px; margin-left: 20px; color: #333; line-height: 37px;}
.gb_nav > a > span{ color: #ccc; transition:all 0.5s ease 0s; }
.bg_bottom_nav{ padding: 10px 40px; display: inline-block; width: 100%}
.gb_nav > a:hover{ border: 1px solid #201455; color: #201455; box-shadow:2px 2px 3px #999;}
.gb_nav > a:hover span{ color: #201455; margin-left:20px;}
.gb_nav > .tj{border: 1px solid #201455; color: #201455;}
.gb_nav > .tj > span{ color: #201455;}
.bg_bottom_nav > span{ margin-top: 25px; margin-left: 10px;}
/*小导航结束*/


/*产品*/
.boxx{ padding-bottom: 35px;}
.boxx .col-md-3{ padding: 0;}
.bg_conten_box{ background: #fff;}
.bg_con{ display: block; width: 100%; height: 300px; border: solid 15px transparent; border-bottom: none; margin-top:10px; overflow: hidden; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.bg_text{ background: white; padding-bottom: 7px;}
.bg_conten .h3{  padding-left: 40px; font-weight: 100; font-size: 18px; color: #333;}
.bg_con:hover{ border: solid 15px white; box-shadow: #666 0px 0px 10px; border-bottom: none; }
.bg_con:hover .bg_text > a{ color: #201455; font-weight: bold;}
.bg_con  img{ width: 100%; }
.bg_text > a{ text-align:left; display: block; font-size: 18px; color: #333; padding-left: 10px; padding-top: 10px;}
.bg_text_bottom{ background: url(../images/gb_conten_bg.png) no-repeat; height: 19px; margin-top: 12px; margin-left: 0;  }
.bg_text_bottom > a ,.bg_text_bottom > span{ color: #ccc; font-size: 12px; display: block; float: left; height: 20px; overflow: hidden; margin-top: 2px;}
.baise{ background: white; height: 115px;}
.tim > h2{ border-bottom: 2px solid #CCCCCC; padding-left: 20px; padding-right: 20px; padding-bottom: 10px; font-size: 24px; color: #333; font-weight: 100; }
.tim > span{ font-size: 24px; color: #cccccc; margin-top: 17px; margin-left: -3px;}
.bg-con-p{ display: inline-block; width: 100%; height: 200px; overflow: hidden;}
.bg-con-p img{ height: 100%;}
.bg_con:hover {
    -webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
/*产品结束*/


.news-li{display: inline-block; width: 100%; padding: 10px 0; margin-bottom: 10px;}
.news_h .col-md-12:nth-child(2n) .news-li{ background: #f5f5f5}

.w_qbu{width: 1200px; margin: 0 auto;}
.topbu{ margin-top: 50px; display: inline-block; text-align: center; width: 100%; margin-bottom: 80px;}
.topbu > a{  font-size: 18px; height: 50px; border-radius: 25px; background: #f0f0f0; text-align: center;
  display: inline-block; padding: 0 30px; margin: 0 10px; line-height: 50px; color: #333;}
.topbu > a:hover{ background:#ff7e00; color:#FFF; box-shadow:0px 0px 16px rgba(0,0,0,.2);}
.topbu > a:first-child{ margin-left: 0;}
.topbu .bg0{ margin: 0;}
.topbu .bgbg{ background: #ff7e00; color:#FFF;}
.newsleft-ul{display: flex; flex-direction: column;
    width: 100%;}
.newsleft-ul li{display: flex; line-height: 30px; height: 30px; overflow: hidden; border-bottom: 1px double #f5f5f5}
.news_h > h2{ font-size: 24px; color: #333; font-weight: 100; padding-left: 20px; padding-bottom: 10px; border-bottom: 1px solid #cccccc;}
.news_h > h2 span{  margin-top: 20px;}
.shijiano{  margin-top: 10px;}
.texr{ margin-left: 15px;}
.shijiano > span ,.shijiano > h5 ,.shijiano > h6{ margin-left: 30px; height: 16px; margin-top: -2px; float: left; color: #999; font-weight: 100; font-size: 12px; overflow: hidden;}
.shijiano > h6{ margin-left: 37px; width: 85px; margin-bottom: 0}
.shijiano > h5{ width: 40px; margin-bottom: 0;}
.shijiano > span{ width: 48px; margin-left: 0;}
.wenziz{ margin-top: 5px; line-height: 180%; width:100%; height: 80px; color: #666; font-size: 14px; overflow: hidden;}
.lianjie > span ,.lianjie > a{ display: inline-block; font-size: 16px; color: #201455;}
.lianjie > span{width: 100px;}
.lianjie > a{ padding: 0 15px; border-left: solid 1px #201455; line-height: 21px;  height: 20px; width: calc(100% - 210px); overflow: hidden;}
.lianjie{ margin-top: 10px; font-size: 14px;}
.ti{ font-size: 24px; color: #333;}
.news_le{ display: block; padding: 30px 0px; border-bottom: 1px #ccc dashed; position: relative;}
.news_le > img{ width: 360px; height: 230px;}
.anniu_s{position: absolute; right: 27px; bottom: 27px; transition:all 0.5s ease 0s; width: 116px; height: 36px;
    border-radius: 4px; text-align: center; line-height: 36px; background: #201455; color: white;}
.anniu_s:hover{ right:30px; bottom:30px; background:#33a3e2; box-shadow:1px 1px 4px #333;}
.wod{ padding-bottom: 50px;}
.tim > h2{ border-bottom: 2px solid #CCCCCC; padding-left: 20px; padding-right: 20px; padding-bottom: 10px; font-size: 24px; color: #333; font-weight: 100; }
.tim > span{ font-size: 24px; color: #cccccc; margin-top: 17px; margin-left: -3px;}
.texr > a:hover{ color: #33a3e2;}
.navbar-brand > img{ max-width: 260px;}

@media (max-width:1440px) {
    .bg-con-p{height: 180px}
    .bg_con {    height: 270px;}

}
@media (max-width:1360px) {
    nav.navbar.bootsnav ul.nav > li{ margin-right: 10px;}
    .bg-con-p{height: 160px}
    .bg_con {   height: 248px;}

}


.fenyeys{ float:left; width:90%; text-align:center; margin:12px 0px; font-size: 14px; font-family: "微软雅黑";}
.fenyeys span{ display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; margin:2px 6px; border-radius:50%; background:#201455; color:#fff; }
.fenyeys a{ margin:2px 6px; border-radius:25px; padding:0px 5px; background:#666; color:#fff; }
.fenyeys a:hover{ background:#201455;}
    /*public*/
.p0{ padding-left: 0px;  padding-right: 0px;}
.p8{ padding-left:8px;  padding-right: 8px;}
.bg-f5f5f5{ background: #f5f5f5}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.f32{font-size: 32px;}
.strong{font-weight: bold;}
.w10{ width: 10%;}
.w20{ width: 20%;}
.w30{ width: 30%;}
.w40{ width: 40%;}
.w50{ width: 50%;}
.w60{ width: 60%;}
.w70{ width: 70%;}
.w80{ width: 80%;}
.w90{ width: 90%;}
.w100{width: 100%;}
