.hlogo{margin-top: 13px;width: 145px;}
.L-navBar{ z-index:100; position:fixed; }
.L-navBar{padding: 0px 0px;width:100%;top:0px;left:0px;height: 80px;background:#fff;box-shadow: 0px 0px 17px 1px #ccc;}
.L-navBar .fr ul{ overflow:hidden; }
.L-navBar .fr ul li{float:left;overflow:hidden;padding: 28px 0;}
.L-navBar .fr ul li a{color:#333;font-size:16px;padding:0px 30px;height:50px;}
.L-navBar .fr ul li a:hover{ color:#24b7ec}
.L-navBar .fr ul li.curr .text{ color:#24b7ec}

.L-navBar ul li .hover{position:absolute;background:url('../images/menu/menudownbg.jpg') no-repeat;background-position: center;background-color:#0D0133;width:100%;height:0;left: 0px;top: 80px;transition: all .3s ease-in-out;overflow: hidden;text-align: center;}
.L-navBar ul li:hover .hover{height: 325px;}
.L-navBar ul li:hover .arrow_top{ display:block}

.L-navBar ul li .hover .s1{position: relative;top:0; display:inline-block;margin-top:50px;width:150px;margin-right: 50px;height:215px; padding:0px;opacity: 0;overflow: hidden;transform: skewX(-20deg);border-radius: 6px;transition:top .3s,box-shadow .2s;}
.L-navBar ul li .hover .s1:last-child{margin-right: 0;}
.L-navBar ul li .hover .s1:hover{top: -10px;box-shadow: 0px 0px 25px 1px #fff; }
.L-navBar ul li .hover .s1 dl{ overflow:hidden;  text-align:center;  height:215px; }
.L-navBar ul li .hover .s1 .con{position: absolute;left: 50%;top: 8px;margin-left:-106px;transform: skewX(16deg);}
.L-navBar ul li .hover .s1 .border{position: absolute;left: 0;top: 0;}

.L-navBar ul li .hover .s1 dl dt{ height:70px;margin-top:30px; line-height:70px; width:70px; text-align:center; border:1px solid #fff; border-radius:50%; display:inline-block}
.L-navBar ul li .hover .s1 dl dt i{ font-size:44px}
.L-navBar ul li .hover .s1 dl dd p{ font-size:14px; font-weight:bold; margin:15px 0px}
.L-navBar ul li .hover .s1 dl dd span{ font-size:13px; font-family:"氓庐鈥姑ぢ解€�";    font-size: 13px;font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";padding: 0px 21px;overflow: hidden;display: block;}
.L-navBar ul li .arrow_top{position: absolute;border-bottom: 17px solid rgb(13, 1, 51);margin-top: 17px;display:none;border-left: 17px solid transparent;border-right: 17px solid transparent;margin-left: 53px;}

.L-navBar ul li .hover .s2{ color:#fff;float:left;width:25%;padding:0px;opacity: 0;}
.L-navBar ul li .hover .s2 dl{overflow:hidden;padding:60px 40px 0;text-align:  center;}

.L-navBar ul li .hover .s2 dt{margin: 0 auto;position: relative;width: 121px;height:121px;line-height: 121px;}
.L-navBar ul li .hover .s2 .circle{ position: absolute;left: 0;top: 0;transition: all 1s ease-in-out;}
.L-navBar ul li .hover .s2 img{vertical-align: middle;}
.L-navBar ul li .hover .s2 dd p{ font-size:18px; font-weight:bold; margin:15px 0 12px;}
.L-navBar ul li .hover .s2 dd span{ font-size:14px;line-height:18px}
.L-navBar ul li .hover .s2:hover .circle{transform: rotate(360deg);}

.L-navBar li .s2:nth-child(1):hover{color:#00F7FF;}
.L-navBar li .s2:nth-child(2):hover{color:#FEA802;}
.L-navBar li .s2:nth-child(3):hover{color:#9704EB;}
.L-navBar li .s2:nth-child(4):hover{color:#F20064;}
.L-navBar ul li:hover .hover .s1{
    -webkit-animation: 1s  ease  header-s1 forwards;
    animation: 1s  header-s1 forwards;
}
.L-navBar ul li:hover .hover .s2{
    -webkit-animation: 1s  ease  header-s2 forwards;
    animation: 1s  ease header-s2 forwards;
}
:root .L-navBar ul li:hover .hover .s1,
:root .L-navBar ul li:hover .hover .s2{ opacity: 1\9;}

.L-navBar ul li:hover .hover a:nth-child(1) { -webkit-animation-delay: .20769s!important; animation-delay: .20769s!important }
.L-navBar ul li:hover .hover a:nth-child(2) { -webkit-animation-delay: .28462s!important; animation-delay: .28462s!important }
.L-navBar ul li:hover .hover a:nth-child(3) { -webkit-animation-delay: .36154s!important; animation-delay: .36154s!important }
.L-navBar ul li:hover .hover a:nth-child(4) { -webkit-animation-delay: .43846s!important; animation-delay: .43846s!important }
.L-navBar ul li:hover .hover a:nth-child(5) { -webkit-animation-delay: .51538s!important; animation-delay: .51538s!important }
.L-navBar ul li:hover .hover a:nth-child(6) { -webkit-animation-delay: .59231s!important; animation-delay: .59231s!important }
.L-navBar ul li:hover .hover a:nth-child(7) { -webkit-animation-delay: .66923s!important; animation-delay: .66923s!important }
.L-navBar ul li:hover .hover a:nth-child(8) { -webkit-animation-delay: .74615s!important; animation-delay: .74615s!important }
.L-navBar ul li:hover .hover a:nth-child(9) { -webkit-animation-delay: .82308s!important; animation-delay: .82308s!important }
.L-navBar ul li:hover .hover a:nth-child(10) { -webkit-animation-delay: .9s!important; animation-delay: .9s!important }

@-webkit-keyframes header-s1 { 0% { opacity: 0; -webkit-transform: translate(80px) skew(-20deg); transform: translate(80px) skew(-20deg); } 100% { opacity: 1; -webkit-transform: translate(0) skew(-20deg); transform: translate(0) skew(-20deg); } }
@keyframes header-s1 { 0% { opacity: 0; -webkit-transform: translate(80px) skew(-20deg); transform: translate(80px) skew(-20deg); } 100% { opacity: 1; -webkit-transform: translate(0) skew(-20deg); transform: translate(0) skew(-20deg); } }
@-webkit-keyframes header-s2 { 0% { opacity: 0; -webkit-transform: translate(80px); transform: translate(80px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } }
@keyframes header-s2 { 0% { opacity: 0; -webkit-transform: translate(80px); transform: translate(80px); } 100% { opacity: 1; -webkit-transform: translate(0); transform: translate(0); } }


.L-navActive{ background-color: #fff; box-shadow:0px 0px 17px 1px #999;}
.L-navBar-3{background-color: #fff;}
.L-navActive .fr ul li a,.L-navBar-3 .fr ul li a{ color: #333;}
.pdt60.L-wraper{padding-top: 80px;}
/**************banner*********/
/*.L-banner{ position: relative; width: 100%;  height: 793px;  z-index: 1; }*/
/*.L-banner .banner_item{ width: 100%;  height: 793px;  position: absolute;  overflow: hidden;}*/
/*.L-banner .banner_item .hover-image{ !*position: absolute; max-width: 1200px; height: 100%;*! }*/
/*.L-banner .banner_item .hover-image:first-child img{transform: translateZ(150px);}*/
/*.L-banner .banner_item .hover-image:last-child img{transform: translateZ(50px);}*/
/*.banner-row{position: relative; height: 100%; zoom: 1; overflow: hidden;}*/
/*.banner-row img{ width: 800px;  position: absolute;  right: 0;}*/
/*.left-header{ width: 500px; position: absolute; top: 50%; margin-top: -150px; left: 50%; margin-left: -595px;}*/
/*.left-header .tit{ font-size: 35px; color: #333; font-weight: 500; margin-bottom: 10px;}*/
/*.left-header .txt{ font-size: 22px; color: #555;}*/
/*.left-header .bannerList{ margin-top: 30px;}*/
/*.left-header .bannerList .List-Item{ color: #555; font-size: 18px; border-right: 1px dashed #333; padding: 5px 25px; text-align: center; display: inline-block;}*/
/*.left-header .bannerList .List-Item:first-child{ padding: 5px 25px 5px 0px;}*/
/*.left-header .bannerList .List-Item:last-child{ border: 0;}*/
.L-banner{ position: relative;  height: 793px;margin-top:20px;  z-index: 1; overflow: hidden; }
.banner_item_cont{ position: relative}
.L-banner .banner_item{ position: absolute;left:0; width:100%; opacity: 0;display:none\9;   height: 793px;overflow: hidden;}
.L-banner .banner_item .awrap{ position: absolute; z-index: 5; display: block; width: 100%; height: 100%;}
.L-banner .banner_item .hover-image{ position: absolute; height: 100%; width: 100%; bottom: -10px; right: 0;}
.L-banner .banner-one .hover-image .dot{transform: translateZ(150px);width: 580px;bottom:-20px; right: 480px;}
/* .L-banner .banner_item .hover-image:last-child img{transform: translateZ(50px);} */
.L-banner .banner_item .land-bom{position: absolute;  width: 800px;  right: -12px;  bottom: -9px; overflow: hidden;}
.banner-row{position: relative; height: 100%; zoom: 1; overflow: hidden;}
.banner-row img{position: absolute;bottom: -5px;}
.banner-one .banner-row img{width: 800px;position: absolute;right: 0;bottom: -5px;}
.left-header{ width: 500px; position: absolute; top: 50%; margin-top: -120px; left: 50%; margin-left: -595px;}
.left-header .tit{ font-size: 32px; color: #333; font-weight: 500; margin-bottom: 10px;}
.left-header .txt{ font-size: 18px; color: #666;}
.left-header .understand{margin-top:20px;}
.left-header .bannerList{margin-top: 30px;margin-left: -25px;overflow:  hidden;}
.left-header .bannerList .List-Item{float:  left;width: 120px;padding: 5px 0;border-right: 1px dashed #333;text-align: center;color: #555;font-size: 18px;height:110px;
    display: flex; flex-direction: column;justify-content: center;align-items: center;}
.left-header .bannerList .List-Item:last-child{border: 0;}
.L-banner .banner_item.animation-top{opacity: 1;display:block\9;z-index: 10;}
.left-header .linkbtn{display: block;margin-top:30px;width:150px;height:40px;text-align: center;line-height: 40px;border-radius: 5px;color: #fff;background: #108CEE;font-size: 16px}
.animation-top .hover-image{
    -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.animation-top .land-bom{
    -webkit-animation: re-banner-slide-60 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: re-banner-slide-60 .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.L-banner .banner_item.animation-top .left-header{
    -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1;
}
.L-banner .banner_item .activity-link{position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;}
.L-banner .banner_item .activity-link img{position: absolute;bottom:0;left: 50%;margin-left: -960px;}
.banner_item.liuhe{background:#011d75;}
.banner_item.gcs{background:#3d1fe1;}
.banner_bg{position: absolute;top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 2;}
.num1{ position: absolute; bottom:87px; left: 0; right: 0; z-index: 10; text-align: center;width: 100%;}
.num1 span{ display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #999; box-sizing: border-box; margin-right: 15px;cursor: pointer;}
.num1 .active{ background-color: #24b7ec; border:2px solid #24b7ec;}
.banner_bg img{position: absolute;}
.animation-top .banner_bg img.btop{right: -245px; top: -500px;animation:re-banner-btop .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-btop .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.animation-top .banner_bg img.bleft{left: -118px; top: 50px;animation:re-banner-bleft 1s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-bleft 1s cubic-bezier(.4,0,.2,1) 0s 1;}
.animation-top .banner_bg img.bcenter{right: 400px;top: 180px;animation:re-banner-bcenter .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-bcenter .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.animation-top .banner_bg img.bright{right: -300px; top: 130px;animation:re-banner-bright 1s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-bright 1s cubic-bezier(.4,0,.2,1) 0s 1;}
.animation-top.banner-two .banner_bg img.btop{right: 0px; top: 0;animation:re-banner2-top .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner2-top .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.L-banner .banner-two .hover-image img{width:auto;right:100px;}
.banner-three .hover-image img,
.banner-four .hover-image img,
.banner-five .hover-image img{width:100% !important;height:100%;right:auto !important;left:auto !important;top:auto !important;bottom:auto !important;}
.banner-five .hover-image img.normal{width: auto !important;height: auto !important;top:0;right:0 !important ;}
.banner_item.banner-six .hover-image img{width: 700px; bottom: -80px; right: 260px;}
.fixed_right{position:fixed;top: 50%;right:3%;z-index:88888;}
.fixed_right li{position: relative;border-radius:3px;height: 45px;text-align:center;line-height: 45px;width: 45px;display:block;margin: 10px 0;background:#CFD0D2;}

.fixed_right li a{display: inline-block;height: 35px;background: url('../images/newimg/rnav.png') no-repeat;width: 35px;vertical-align:  middle;transition: all .3s;}
.fixed_right a.qq{background-position: -185px 0px;}
.fixed_right a.ewm{background-position: -186px -50px;}
.fixed_right a.wb{background-position: -186px -96px;}
.fixed_right a.totop{background-position: -185px -144px;}
.fixed_right a.wx{background-position: -185px -185px;}
.fixed_right li:hover a.qq{background-position: -144px 0px;}
.fixed_right li:hover a.ewm{background-position: -145px -50px;}
.fixed_right li:hover a.wb{background-position: -145px -96px;}
.fixed_right li:hover a.totop{background-position: -144px -145px;}
.fixed_right li:hover a.wx{background-position: -144px -185px;}

.fixed_right li .code{visibility:hidden;width: 113px;height: 152px;position: absolute;background: url('../images/newimg/rnav.png') no-repeat;top: -55px;left: -150px;padding-right: 12px;border-radius: 1px;transition:left .3s;}
.fixed_right li .code img{ width: 98px;}
.fixed_right li .code p{font-size: 12px;line-height: 15px;color: #fff;margin: 10px 0 6px;}
.fixed_right li:hover .code{ visibility:visible;left: -125px;}
.fixed_right li.ji{display: none;}
.fixed_right li.da{display: none}
@keyframes re-banner-btop {
    0% {  opacity: 0;right: -300px; top: -900px;}
    to {  opacity: 1; right: -245px; top: -500px;}
}
@keyframes re-banner-bleft {
    0% {  opacity: 0;left: -900px;top: -800px;}
    to {  opacity: 1;left: -118px; top: 50px;}
}
@keyframes re-banner-bcenter {
    0% {  opacity: 0;transform: scale(.8);}
    to {  opacity: 1;transform: scale(1);}
}
@keyframes re-banner-bright {
    0% {  opacity: 0;right: -900px; top: 800px;}
    to {  opacity: 1;right: -300px; top: 130px;}
}
@keyframes re-banner2-top {
    0% {  opacity: 0;right: -300px; top: -300px;}
    to {  opacity: 1; right: 0px; top: 0px;}
}


/*********浜嬩笟閮�********/
.L-pro-crumbs{ max-width: 9999px; height: 165px; white-space: nowrap;  overflow: hidden; display: none}
.L-pro-crumbs .L-crumbs-itemBox{ display: -webkit-box; cursor: all-scroll; }
.L-pro-crumbs .L-pro-crumbsItem{ position: relative;width: 448px; height: 165px; float: left; padding-right:2px; overflow: hidden;}
.L-pro-crumbsItem .L-HomeProBg{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;  -webkit-animation: re-banner-slide-left .8s cubic-bezier(.4,0,.2,1) 0s 1;  animation: re-banner-slide-left .8s cubic-bezier(.4,0,.2,1) 0s 1  }
.L-pro-crumbsItem .L-Home_wrap{ padding: 53px 30px; position: relative; z-index:2; animation:re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; overflow: hidden;}
.L-pro-crumbsItem a>img{transition:opacity .3s;}
.L-pro-crumbsItem:hover a>img{opacity: .7;}
.L-pro-crumbsItem .L-Home_wrap .L-homePro-cont{ margin-left:20px; max-width: 200px; font-size: 14px; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.L-pro-crumbsItem .L-Home_wrap .L-homePro-cont h4{ margin-bottom:10px; font-size: 20px; font-weight: 500;}
.L-pro-crumbsItem .L-pro-crumbs .L-pro-crumbsItem:last-child{ margin: 0;}

/**************鍔ㄧ敾css3*************/
@-webkit-keyframes re-banner-slide-20 {
    0% {  opacity: 0;  -webkit-transform: translate3d(0,60px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0)  }
}
@keyframes re-banner-slide-20 {
    0% {  opacity: 0;  -webkit-transform: translate3d(0,60px,0);  transform: translate3d(0,60px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0);  transform: translateZ(0)  }
}
@-webkit-keyframes re-banner-slide-left {
    0% { opacity: 0;  -webkit-transform: translate3d(448px,0px,0)  }

    to { opacity: 1;  -webkit-transform: translateZ(0)  }
}
@keyframes re-banner-slide-left {
    0% {  opacity: 0;  -webkit-transform: translate3d(448px,0px,0);  transform: translate3d(448px,0px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0);  transform: translateZ(0)  }
}
@-webkit-keyframes re-banner-slide-top{
    0% {  opacity: 0;  -webkit-transform: translate3d(0,-165px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0)  }
}
@keyframes re-banner-slide-top{
    0% {  opacity: 0;  -webkit-transform: translate3d(0,-165px,0);  transform: translate3d(0,-165px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0);  transform: translateZ(0)  }
}
@-webkit-keyframes re-banner-slide-60 {
    0% {  opacity: 0;  -webkit-transform: translate3d(0,60px,0)  }

    to {  opacity: 1;  -webkit-transform: translateZ(0)  }
}
@keyframes re-banner-slide-60 {
    0% {  opacity: 0;  -webkit-transform: translate3d(0,60px,0);  transform: translate3d(0,60px,0)  }
    to {  opacity: 1;  -webkit-transform: translateZ(0);  transform: translateZ(0)  }
}
/****************************/
/*.L-banner{*/
    /*width: 100%;*/
    /*max-width: 1920px;*/
    /*margin: auto;*/
    /*height: 550px;*/
/*}*/
/*.L-banner .num1{*/
    /*position: absolute;*/
    /*bottom: 87px;*/
    /*z-index: 10;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
/*}*/
/*.L-banner .num1 span{*/
    /*display: inline-block;*/
    /*width: 40px;*/
    /*height: 2px;*/
    /*margin-right: 6px;*/
    /*background: #EDEFF6;*/
/*}*/
/*.L-banner .num1 span:nth-last-child(1) {*/
    /*margin-right: 0;*/
/*}*/
/*.num1 .active{*/
    /*background: #3A72FF !important;*/
/*}*/
/****************************/
.L-core-products div,.L-core-products p,.L-core-products li,.L-core-products ul,.L-core-products span,.L-core-products a,.L-core-products img{box-sizing: border-box}
.L-core-products{
    padding-top: 70px;
}
.L-core-products .L-core-title h3{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #26273D;
}
.L-core-products .L-core-title p {
    padding: 30px 0 63px;
    font-size: 14px;
    text-align: center;
    color: #484A6D;
}
.products-box{
    width: 1400px;
    margin: auto;
    display: flex;
    padding: 0 89px 0 100px;
    box-sizing: border-box;
}
.products-box .products-list{
    width: 575px;
    display: flex;
    flex-wrap: wrap;
}
.products-box .products-item{
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 15px rgba(206,216,255,.4);
    margin: 0 18px 18px 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.products-box .products-item:nth-of-type(n+3){
    margin-bottom: 0;
}
.products-box .products-item .display-layer{
    padding: 40px 42px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.display-layer img{
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
}
.display-layer span {
    font-size: 16px;
    font-weight: 500;
    color: #26273D;
    text-align: center;
}
.products-item .hidden-layer{
    background: #3860F4;
    padding: 80px 42px 0;
    width: 170px;
    height: 170px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
}
.products-content{
    flex: 1;
}
.products-content .title {
    font-weight: 500;
    font-size: 20px;
    color: #26273D;
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
}
.products-content .title::before{
    content: '';
    width: 100%;
    height: 2px;
    border-right: 1px;
    background: #3389FF;
    box-shadow: 0 3px 6px rgba(10, 95, 241, 0.26);
    position: absolute;
    bottom: -15px;
}
.products-content .tips{
    padding-top:24px;
    display: flex;
}
.products-content .tips  p{
    font-size: 14px;
    color: #777AA4;
    width: 70px;
}
.products-content .tips  #tips-text1,.products-content .tips  #tips-text2{
    font-size: 14px;
    color: #484A6D;
    width: 560px;
}
#tips-text2{
    height: 110px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /*将对象作为弹性伸缩盒子模型显示。*/
    -webkit-line-clamp: 5; /*设置需要显示的行数*/
    -webkit-box-orient: vertical;
}
.products-content .case-list{
    margin: 11px 0 17px 70px;
    display: flex;
    height: 70px;
}
.products-content  .case-item{
    height: 70px;
    margin-right: 20px;
    padding: 18px 7px 16px;
}
.case-item a,.case-item img{
    display: inline-block;
    width: auto;
    height: 36px;
}
.products-content .details{
    margin-left: 70px;
    width: 149px;
    height: 40px;
    border-radius: 3px;
    background: #3860F4;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.details a{
    color: #fff;
}
/****************************/
.L-products-nav div,.L-products-nav h3,.L-products-nav p,.L-products-nav span{
    box-sizing: border-box;
}
.L-products-nav{
    width: 1400px;
    margin: -39px auto 0;
    height: 120px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(206,216,255,.4);
    border-radius: 3px;
    position: relative;
    z-index: 3;
}
.products-nav-list{
    padding: 24px;
    display: flex;
    align-items: center;
}
.products-nav-list  .products-nav-item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid #eee;
    height: 80px;
    padding-left: 5px;
    cursor: pointer;
}
.products-nav-item:nth-last-child(1){
    border-right: none;
}
.products-nav-item .nav-item-left{
    width: 42px;
    height: 42px;
    margin-right: 24px;
}
.products-nav-item .nav-item-right h3{
    font-size: 16px;
    color: #000;
    padding-bottom: 12px;
    font-weight: 400;
}
.products-nav-item .nav-item-right p {
    font-size: 12px;
    color: #707070;
}
.animated {
    animation: container 1s;
    transform-origin: center bottom;
    cursor: pointer;
}
@keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0, 0, 0); /*设置只在Z轴上移动*/
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
/****************************/
.L-deve-history,.L-deve-history div,.L-deve-history h3,.L-deve-history p,.L-deve-history span{
    box-sizing: border-box;
}
.L-deve-history{
    margin: 50px auto 0;
    max-width: 1920px;
    height: 637px;
    position: relative;
    padding-top: 50px;
}
.historybg{
    width: 100%;
    height: 637px;
    position: absolute;
    top: 0;
    left: 0;
}
.L-deve-history .title{
    width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.L-deve-history .title h3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
.L-deve-history .title p {
    width: 700px;
    margin: auto;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    opacity: .8;
}
.L-deve-history .history-box{
    position: relative;
    z-index: 2;
    margin: auto;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    padding-top: 70px;
    width: 1400px;
    max-height: 354px;
}
.L-deve-history .history-box .history-top{
    width: 1400px;
    margin: auto;
    padding: 69px 88px 103px 99px;
    display: flex;
    justify-content: space-between;
}
.swiper-button-prev{
    position: absolute;
    z-index: 11;
    width: 50px;
    height: 50px;
    left: 0;
    top: 365px;
}
.swiper-button-next{
    position: absolute;
    z-index: 11;
    width: 50px;
    height: 50px;
    right: 0;
    top: 365px;
}
.L-deve-history .mask-box{
    width: 1500px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
}
.L-deve-history .history-box::-webkit-scrollbar {height: 0!important; width: 0 !important;}
.L-deve-history .history-box .history-item{
    width: 364px !important;
    min-width: 364px;
    height: 90px !important;
    background: #000D50;
    border: 1px solid #5e3cbf;
    display: flex;
    padding: 16px 0;
    position: relative;
    transition: all 0.6s;
    margin-right: 59px;
}
.swiper-slide{
    width: 423px;
}
.swiper-slide:nth-of-type(1){
    margin-left: 50px;
}
.L-deve-history .history-box .history-item:nth-of-type(2) {
    margin-left: 50px;
}
.L-deve-history .history-box .history-item:nth-of-type(1) {
    /*margin-left: 100px;*/
}
.L-deve-history .history-box .history-item:nth-of-type(2n) {
    margin-top: 103px;
}
.L-deve-history .history-box .history-item:nth-last-child(1) {
    margin-right: 0;
}
.L-deve-history .history-box .history-item:hover {
    opacity: .5;
}
.history-item .history-item-left{
    padding: 0 16px 0 18px;
    border-right: 1px solid #5e3cbf;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-button-prev{
    opacity: .4;
}
.swiper-button-next{
    opacity: .4;
}
.history-item-left .month{
    font-weight: 500;
    font-size: 39px;
    line-height: 39px;
    letter-spacing: 0.03em;
    margin-top: -4px;
    color: #fdfdff;
}
.history-item-left .year {
    padding-top: 2px;
    font-size: 20px;
    line-height: 20px;
    color: #fdfdff;
}
.history-item-right{
    padding-left: 13px;
    max-width: 258px;
    min-width: 245px;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    display: flex;
    align-items: center;
    white-space: normal;
}
.L-deve-history .masktop{
    position: absolute;
    right: 0;
    top: 70px;
    width: 185px;
    height: 92px;
    z-index: 9;
}
.L-deve-history .maskbottom{
    position: absolute;
    right: 0;
    top: 262px;
    width: 300px;
    height: 94px;
    z-index: 9;
}
/*.L-deve-history .line{*/
    /*width: 1400px;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*height: 100%;*/
/*}*/
.L-deve-history .split-line{
    /*margin: 56px 0 46px ;*/
    position: absolute;
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    top: 369px;
    height: 1px;
    background: #ad91ff;
    z-index: 2;
}
.L-deve-history .img{
    width: 21px;
    height: 16px;
    position: absolute;
    top: -8px;
}
.L-deve-history .line-img1{
    left: 100px;
}
.L-deve-history .line-img2{
    left: 522px;
}
.L-deve-history .line-img3{
    left: 945px;
}
.history-box .history-bottom{
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 150px;
}
/****************************/
.case-data{
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
}
.case-data-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case-data-item .data-text{
    font-weight: bold;
    font-size: 24px;
    color: #3860F4;
}
.case-data-item .data-tips {
    margin-top: 15px;
    font-size: 14px;
    color: #484A6D;
}
/***************************/
.L-Core-Content{ position: relative; overflow: hidden;display: none}
.L-Core-Content .L-freely{ position: absolute; top:50%; height: 407px; margin-top: -200px; left: 0; right: 0; z-index: 1; width: 100%;}
.L-freely .wave{position: absolute;width: 100%;left: 0;}
.L-freely .wave1{height:251px;background:url('../images/newimg/wave1.png') repeat-x;top: 50px;animation: wave 28s linear alternate infinite;}
.L-freely .wave2{height: 242px;background: url('../images/newimg/wave2.png') repeat-x;top: 109px;animation: wave 24s 1s linear alternate-reverse infinite;}
.L-freely .wave3{height:209px;background:url('../images/newimg/wave3.png') repeat-x;top: 80px;animation: wave 32s linear alternate-reverse infinite;}

@keyframes wave {
    0% {  background-position-x:0px  }
    to {  background-position-x:5000px }
}

.L-Core{ position: relative; z-index: 5; overflow: hidden;}
.L-homeTitle{ font-size:14px;color: #666;}
.L-homeTitle .tit{ font-size: 30px; font-weight: 500; color: #333; margin-bottom: 15px;}


.L-corePro,.L-corePro .L-corePage{ overflow: hidden;}
.L-corePro .L-corePage li{ width: 20%;  float: left; padding: 25px 0px 25px 0px; background-image:url("../images/L-coreItem.jpg"); background-repeat: no-repeat; color: #fff; background-size: 100% 100%;font-size: 18px; cursor: pointer; transition:1s; overflow: hidden;}
.L-corePro .L-corePage li .L-coreImgCont{ transition: .5s; overflow: hidden;}
.L-corePro .L-corePage li:last-child{ background: #1a1a1a;}
.L-corePro .L-corePage li .L-coreImg{ max-width: 45px; height:40px; }
.L-corePro .L-corePage li:hover,.L-corePro .L-corePage li.L-active{ background-image: url("../images/L-coreCurr.png"); background-repeat: no-repeat; background-size: 100% 100%;}
.L-corePro .L-corePage li:hover .L-coreImg,.L-corePro .L-corePage li.L-active .L-coreImg{display: none;}
.L-corePro .L-corePage li:hover .hide.L-coreImg,.L-corePro .L-corePage li.L-active .hide.L-coreImg{display: inline;}
.L-corePro .L-corePage .L-active .L-coreImgCont{transform: translateY(-8px);}
.L-coreBOX{ overflow: hidden;}
.L-coreItem{ display: none;min-height: 400px; padding: 40px 45px; border: 1px solid #ddd; background-color: #fff; overflow: hidden;}
.L-coreList{ transform: translateX(165px); overflow: hidden;}
.L-coreTit{ padding-left: 10px; font-size: 16px; color: #333; line-height:20px; border-left:3px solid #108cee;}
.L-coreRefe dl{ margin-top: 25px;overflow: hidden;font-size: 13px;}
.L-coreRefe dl dt{ float: left; color: #999; overflow: hidden;}
.L-coreRefe dl dd{ color: #666; line-height: 20px; overflow: hidden;}
.L-core-supre{ overflow: hidden;}
.L-core-supre li{ width: 280px; min-width: 220px; margin-right: 10px; float: left; padding: 20px 15px; border: 1px solid #f1f1f1; box-sizing: border-box; overflow: hidden;}
.L-core-supre li .L-imgBg{ width: 50px; height: 50px; line-height: 50px;text-align: center; border-radius: 50%; overflow: hidden;}

.L-core-supre li .L-supreCont{ max-width: 180px; margin-left: 10px; color: #999; font-size: 12px; overflow: hidden;}
.L-core-supre li .L-supreCont h4{ margin:5px 0 5px 0; font-size: 14px; color: #333; overflow: hidden;}
.L-core-supre li:last-child{ margin-right: 0;}
.L-recom{ overflow: hidden;}
.L-recom .L-recomItem{ position: relative; line-height: 18px; width: 246px; max-width: 260px; font-size: 14px; margin-right: 10px; padding:10px 28px 10px 44px; box-sizing: border-box; border: 1px solid #f1f1f1; float:left; ;overflow: hidden;}
.L-recom .L-recomItem:hover{ background: #f6f6f6;}
.L-recomItem a{ display: block; color: #999; overflow: hidden;}
.L-recomItem .L-recoImg{ position: absolute; left:15px; max-width: 18px; height: 18px; vertical-align: middle;}
.L-recomItem em{ display: block; width: 100%; overflow: hidden}
.L-recom .L-recomItem .icon_boult{ content: "\e611";  display: block;  position: absolute;  right: 10px; top: 50%;  margin-top: -7px; color: #ccc; font-size: 12px;}
.L-recom .L-recomItem:after{ margin: 0;}
/******** 瑙ｅ喅鏂规 ********/
.L-solution{ padding: 60px 0px; margin-top: 100px; overflow: hidden;}
.L-schemeList{ display: inline-block; width: 440px; overflow: hidden; }
.L-schemeTop{ position: relative; overflow: hidden; }
.L-schenTxt{ position: relative; margin:73px 0 0 0px; padding-right: 15px; max-width: 225px; font-size: 14px; color: #666; box-sizing: border-box; overflow: hidden;max-width: 205px\0;}
.L-schemTit{ position: relative; padding: 15px 0px; margin-bottom: 15px; color: #333; }
.L-schemTit .en{ font-family: "Arial"; font-weight: bold; margin-bottom: 10px; font-size: 22px;}
.L-schemTit .Zh{ font-size: 30px;}
.L-schemTit:after{ content: "";  position: absolute; bottom: 0; left: 0; width: 60px; height: 6px; background-color: #ddd;}
.L-schenTxt .txtCont{max-height: 110px; line-height: 25px; overflow: hidden;}
.L-demo{ position: relative; width: 213px; background-color: #0b0439; padding: 20px 0; overflow: hidden; }
.L-demoTit{ position: relative; z-index: 5; padding: 0 10px; opacity: 0; transform:translateY(-85px); color: #fff;overflow: hidden;}
.L-demoTit h3{ font-size: 16px; margin-bottom: 5px; }
.L-demoTit p{line-height:24px;}
.L-demoImg{ margin: 15px 0 15px 0; width: 214px; height: 204px; line-height: 204px; text-align: center; background-color: rgba(255, 255, 255, 0.77); transition: .8s; }
.L-demoImg img{ max-width: 214px; max-height: 204px; vertical-align: middle;}
.L-schemBom{ position: relative; background-color:#0d0233}
.L-schemInfo{ height: 207px; padding: 0 15px; overflow: hidden;}
/*.L-schemeList:hover .Imgbg{ background-color:red;}*/
.L-schemeList .L-schemeTop:hover .L-demo .L-demoImg,.L-schemeList .L-demo:hover .L-demoImg,
.L-schemeList .L-schemBom:hover .Imgbg{ background-color:rgba(255, 255, 255, .1);}

.L-schemInfo dt{ float: left; width: 215px; height: 207px; line-height: 207px; overflow: hidden;}
.L-schemInfo dt .Imgbg{ display: block; transition: .8s; background-color: rgba(255, 255, 255, 0.77);}
.L-schemInfo dt img{ max-width:100%; max-height:100%; vertical-align: middle;}
.L-schemInfo dd{ overflow: hidden; }
.bgImg{ position: absolute; left: 0; right: 0;  top:0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
.L-pos7{ position: relative; z-index: 7;}
.L-schemeList .L-schemBom{ margin-top:20px;}
.L-schemeListR{ margin-top: 35px;}
.L-schemeListR .L-schemInfo dt{ float: right;}
.L-schemeListR .L-schemBom{ margin-top: 0;}
.L-schemeListR .L-schemeTop{ margin-top:20px;}
.L-schemeListR .L-demo{ width: 209px; padding: 20px 0px 40px 0px;}
/* .L-schemeListR .L-demoImg{ width: 245px;} */
.L-schemeListR .L-schenTxt{ width: 215px; margin: 0; padding: 0;}
.L-schemeListR .L-schenTxt .L-schRimg{ margin: 15px 0;}
.L-schemeListR .L-schenTxt .txtCont{ height: 185px; padding:10px 20px;}
.L-schemeListC{ width: 215px; margin:105px 12px 0 12px;}
/********鎴愬姛妗堜緥******/
.L-suceCase{ position: relative; margin-top: 80px; padding-bottom: 30px; overflow: hidden;}
.L-suceCaseBg{ position: absolute; bottom: 0; top:355px; left: 0; width: 100%; height: 100%; z-index: 3; background: url("../images/suceCaseBg.jpg") repeat; background-size: cover; min-height: 800px;}
.L-suceCase .w1200{ min-height: 451px;}
.L-suceBand{ position: absolute;  bottom: 42px;  left: 50%;  margin-left: -778px;  z-index: 5;  overflow: hidden; /* margin-top: -25px; */}
.L-suceCase .L-suceList{ overflow: hidden;margin-right: -20px;}
.L-suceCase .L-suceList .L-suce-item{background-color: #fff;width: 265px; float: left; margin-right:19px; margin-bottom: 25px; border: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.L-suce-item .itemImg{ display: block;  height:170px; overflow: hidden;}
.L-suce-item .itemImg img{ width: 100%; height: 100%; transition:1s;}
.L-itemInfo{ padding: 15px 10px 20px 15px; overflow: hidden;}
.L-itemInfo .tit{ font-size: 16px; font-weight: 400;}
.L-itemInfo .tit a{ color: #333;}
.L-newFrist dt a{ display: block; width: 100%; height: 100%; overflow: hidden;}
.L-newFrist dd .L-itemInfo .tit{ margin-bottom: 5px;}
.L-newFrist dd .L-itemInfo{padding:0 10px 0 15px;}
.L-itemDatil{  height: 66px; line-height: 22px;margin-top: 3px; color: #999; overflow: hidden;}
.L-suce-item:hover .itemImg img{ transform:scale3d(1.2,1.2,1.2); -moz-transform:scale3d(1.2,1.2,1.2); -ms-transform:scale3d(1.2,1.2,1.2); -webkit-transform:scale3d(1.2,1.2,1.2); -o-transform:scale3d(1.2,1.2,1.2);}

.L-newItem{ width:540px; opacity:0;-webkit-transform:translate3d(0,180px,0); overflow: hidden;}
.L-newItem .L-newFrist{ margin-bottom: 25px; overflow: hidden;}
.L-newItem .L-newFrist dt{ float: left; height: 96px; width: 170px; overflow: hidden}
.L-newItem .L-newFrist dt img{ width: 100%; height: 100%;; transition: .5s;}
.L-newItem .L-newFrist dd{ margin-left: 20px; overflow: hidden;}
.L-newItem .L-newFrist dd .L-itemDatil p{ height: 44px; color: #666; overflow: hidden;}
.L-newItem .L-newFrist:hover dt img{ transform: scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2);}
.L-newList{ border-bottom: 1px solid #ddd; padding-bottom: 10px; overflow: hidden;}
.L-newList li{ overflow: hidden;}
.L-newList li span{ display: inline-block; max-width: 380px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.L-newList li em{ display: inline-block; max-width: 115px;}
.L-newList a{ position: relative; display: block; padding: 0 15px; line-height: 30px; color: #666; overflow: hidden;}
.L-newList li:hover a{ color: #5b9df8;}
.L-newList a:before{ content: ""; position: absolute; top:50%; margin-top: -3px; left: 0; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #5b9df8; }
.L-Homemore{ overflow: hidden;}
.L-Homemore em{ padding: 3px 0; cursor: pointer;}
.L-Homemore .btn{ display: inline-block; padding: 3px 8px;  border:2px solid #ddd; border-radius: 3px; color: #ddd; font-size: 14px; box-sizing: border-box; cursor: pointer;}
/*********鏈嶅姟***********/
.L-Homeserve{color: #fff; background-color: #112866; overflow: hidden;}
.L-serveImg{ width:487px; height:184px;position: relative;overflow: hidden;}
.L-serveImg img{position: absolute; bottom: 0; left: 50%; margin-left: -95px;}
.L-serveImg .point{position: absolute;width: 100%;height:487px;top:0;left:0;}
.L-serveImg .point-10:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; border: 2px solid #00cdec; opacity: 0; -webkit-animation: ripple 4500ms ease-out 225ms infinite; -moz-animation: ripple 4500ms ease-out 225ms infinite; -o-animation: ripple 4500ms ease-out 225ms infinite; animation: ripple 4500ms ease-out 225ms infinite; }
.L-serveImg .point-60:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; border: 2px solid #00cdec; opacity: 0; -webkit-animation: ripple 4500ms ease-out 1350ms infinite; -moz-animation: ripple 4500ms ease-out 1350ms infinite; -o-animation: ripple 4500ms ease-out 1350ms infinite; animation: ripple 4500ms ease-out 1350ms infinite; }
.L-serveImg .point-100:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; border: 2px solid #00cdec; opacity: 0; -webkit-animation: ripple 4500ms ease-out 2250ms infinite; -moz-animation: ripple 4500ms ease-out 2250ms infinite; -o-animation: ripple 4500ms ease-out 2250ms infinite; animation: ripple 4500ms ease-out 2250ms infinite; }
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
.L-Homeserve .L-made{ margin:45px 0 20px 0; text-align: right; }
.L-Homeserve .L-made h3{font-size: 20px; font-weight: 500;}
.L-Homeserve .L-made p{ line-height: 20px; margin-top: 10px; font-size: 14px;}
.L-Homeserve .L-made .L-link{ display: inline-block; margin-top: 20px; background: url("../images/btnM.png") repeat; background-size: cover; font-size: 16px; color: #fff; padding:5px 25px; border-radius: 3px;}
/***********搴曢儴**********/
.L-relation{ padding: 45px 0px; text-align: center; overflow: hidden;}
.L-relation .L-fotLogo{ max-width: 327px; max-height: 55px; overflow: hidden;}
.L-relation .L-fotLogo img{ max-height: 100%; max-width: 100%; vertical-align: middle;}
.L-relation .bo_tt{ display: inline-block; text-align: left; overflow: hidden;}
.L-relation .bo_tt .link_us{ display:	block; overflow:hidden}
.L-relation .bo_tt .link_us a{ background: #3092f4;  line-height: 33px;  padding: 0px 15px;  border-radius: 5px;  color: #fff;  display: inline-block;  margin-top: 20px;  font-size: 14px; font-family:"氓庐鈥姑ぢ解€�"}
.L-relation .bo_tt .link_us a .iconfont{ margin-right: 5px;}
.L-relation .bo_tt .link_us a:nth-of-type(2){ display: none}
.L-relation .about_us{ overflow:hidden;}
.L-relation .bo_tt .tt{ text-align: left; font-size: 14px; margin: 12px 0 20px 0;}
.L-relation .bo_tt dl{ display:block; overflow:hidden; padding:5px 0px;}
.L-relation .bo_tt dl dt{ background:#0b7ff6; float:left; border-radius:3px; color:#fff; font-size:20px; height:30px; width:30px; border-radius: 50%; text-align:center; margin-right:10px;	}
.L-relation .bo_tt dl dd{ float:left; color:#333; line-height:30px; width:320px}
.L-relation .bo_tt dl dd i{ color:#ed2820; font-size:16px; font-family:"氓庐鈥姑ぢ解€�"}
.L-know{ text-align: left; font-size: 14px; color: #333; overflow: hidden;}
.L-knowTit{ margin-bottom: 15px;}
.L-knowIMG{ width: 124px; height: 124px;}

.bottom_code{ position: absolute;padding: 3px;background: #e5e2e2; display:none;border: 1px solid #ddd;margin-top: -160px;margin-left: -9px;}
.bottom_code img{ height: 105px;width: 105px; display:block}
.bottom_code em{ position: absolute;margin-left: 45px;margin-top: 3px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #e5e2e2;}
.code:hover .bottom_code{ display:block}


.bottom{background:#120d36; line-height:60px; color:#acacac}
.bottom img{height: 15px;}
.bottom .icon img{ height:23px; vertical-align: middle; }
/***********妗堜緥灞曠ず********/
.L-caseScroll{ height: 385px;}

.L-fallsCont{ overflow: hidden;}
.L-falls-tit{ position: relative; font-size: 14px; background-color: #fff; box-sizing: border-box; overflow: hidden;}
.L-falls-tit:after{ content: ""; position: absolute; bottom: 0; display: block; width: 100%; height: 1px; background-color:#e9e9e9; }
.L-tit-box{ height: 60px; line-height: 60px; overflow: hidden;}
.L-falls-tit .L-falls-item{ position: relative; display:inline-block; /*border-bottom: 3px solid transparent;*/ transition: .5s; margin-right: 50px; overflow: hidden; }
.L-falls-tit .L-falls-item:after{ content: "";  position: absolute;  bottom: 0;  display: block;  width: 0;  height: 3px;  background-color: #24b7ec; transition: .3s; }
.L-falls-tit a{ display: block; padding:0 5px; color: #666;}
.L-falls-tit .L-falls-item:hover:after,.L-falls-tit .active:after{ width: 100%;}
.L-falls-tit .L-falls-item:hover a,.L-falls-tit .active a{ color: #24b7ec;}

.L-fall-cont{position: relative;}
.L-fallsCont .L-fall-cont ul.caselist{margin-right: -30px;}
.L-fall-column{float: left;width: 285px;margin-right: 20px;overflow: hidden;}
.L-fall-column .L-column-item{border: 1px solid #ddd; margin-bottom: 24px; overflow: hidden;}
.L-fall-column .L-column-item .L-column-img{ width: 100%; height: auto;}
.L-fall-column .L-column-txt{ padding: 20px 25px; border-bottom: 1px solid #ddd; color: #999; overflow: hidden;}
.L-fall-column .L-column-txt h3{ margin-bottom: 10px; font-size: 14px; color: #333;}
.L-share-List{ padding: 15px; overflow: hidden;}
.L-share-List .L-share-item{ display: inline-block; width: 24px; height: 24px; line-height: 20px; margin-right: 5px; text-align: center; border-radius: 50%; border: 1px solid #cacaca; box-sizing: border-box; overflow: hidden;}
.L-share-List .L-share-item .L-share-img{ width: 13px; height: 13px; vertical-align: middle;}
.L-fall-column:nth-last-child(1){ margin-right: 0;}
.sub-nav-wrap{position: absolute;left: -110px;}
.sub-nav-wrap .sub-nav{display:none;position:fixed;top: 100px;overflow:  hidden;border-radius: 5px;box-shadow: 0px 0px 25px 0px #bbb;background:  #fff;width: 60px;}
.sub-nav .item a{display:block;padding: 10px 12px;font-size: 14px;line-height: 20px;text-align:  center;border-bottom:1px solid #f3f3f3;transition:all .3s;}
.sub-nav .item:hover a,
.sub-nav .item.curr a{background:#24b7ec;color:#fff;}
/****************/
/*.L-caseScroll{overflow: hidden;}*/
/*.L-scroll{ position: relative; width: 1560px; margin:80px auto; overflow: hidden;}*/
/*.L-scroll ul{ width: 9999px;}*/
/*.L-scroll li{ height: 208px; float: left; margin-right: 15px; overflow: hidden;}*/
/*.L-scroll li img{ width: auto; height: 208px;}*/
/*.scroll-btn{ position: absolute; top:0; left: 0; bottom: 0; z-index: 10;}*/
/*.scroll-btn.nextBtn{ left: auto; right: 0;}*/
.L-caseScroll{overflow: hidden;}
.L-scroll{ position: relative; width: 1560px; margin:35px auto;overflow: hidden;}
.L-scroll .L-secron{ width: 100%; overflow: hidden;}

.L-scroll li,.L-case-cont li{ height:305px;float: left;padding-right: 8px;padding-left: 8px;overflow: hidden;box-sizing: border-box;}
.L-scroll li a,.L-case-cont li a{position: relative; display: block; width: 100%; overflow: hidden;}
.L-scroll li a .newtit{position: absolute;bottom:0;left:0;padding: 0 15px;width: 100%;height:42px;line-height:42px;background:url('../images/newimg/opacitybg.png');color: #fff;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: all .3s;}

.L-scroll li img,.L-case-cont li img{ width: auto; height: 208px;}
.L-scroll li:last-child{ margin-right: 0;}
.scroll-btn{ position: absolute; top:0; left: 0; bottom: 0; z-index: 10;}
.scroll-btn.nextBtn{ left: auto; right: 0;}

.L-case-cont{    position: relative;  width: 1560px;height: 209px;margin: 88px auto; overflow: hidden;}
.L-case-cont li{ width: auto; height: 210px;}
.case-container ul{width:9999px;}

/*******鏂伴椈******/
.L-newsList{overflow: hidden;position: relative;}
.L-newSceoll{ overflow: hidden;width:100000px;}
.L-scroll .L-newSceoll li img{width: 100%; height: 303px;}
.L-news-Item{ margin-bottom: 10px; float: left; margin-right:15px; font-size: 16px; width: 265px; overflow: hidden;background: #fff;}
.L-news-Item dt{ height: 154px; width: 100%; overflow: hidden;}
.L-news-Item dt img{ width: 100%; height: 100%; transition: .5s;}
.L-news-Item .new-info{ padding:15px 10px; overflow: hidden;}
.L-news-Item .new-info a{ color: #999;}
.L-news-Item .new-info .New-txt{height: 40px;margin-bottom: 5px;line-height: 20px;color: #333;overflow: hidden;font-size: 14px;}
.L-news-Item .new-time{ display: block; overflow: hidden;}
.L-news-Item .new-time img{ width:15px; height:15px; margin-right: 5px; vertical-align: middle;}
.L-news-Item .new-time i{color: #888; vertical-align: middle;}
.L-news-Item:nth-of-type(4n){ margin-right: 0px;}
.L-news-Item:hover dt img{ transform: scale(1.2);}
.L-news-Item:hover .new-info .New-txt{color:#24b7ec;}
/***********鍒嗛〉*******/
.L-page li{ display: inline-block;}
.L-page a{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;display: inline-block;color: #666;border: 1px solid #24b7ec;min-width: 30px;height: 30px;line-height: 32px;margin-left: 4px;font-size: 14px;vertical-align: middle;transition: all .2s;}
.L-page span{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;display: inline-block;color: #666;border: 1px solid #24b7ec;min-width: 30px;height: 30px;line-height: 32px;margin-left: 4px;font-size: 14px;vertical-align: middle;transition: all .2s;}
.active span{background: #24b7ec;  color: #fff;}
.L-page a:hover {text-decoration: none;-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1);background: #24b7ec;color: #fff;}
.L-page .am-active a{background: #24b7ec;color:  #fff;}
/*.L-page .am-active:hover {  -webkit-box-shadow: 0 0 0 transparent;  -moz-box-shadow: 0 0 0 transparent;  box-shadow: 0 0 0 transparent;  }*/
/*********鏂伴椈璇︽儏**********/
.L-newDatil-Cont{position: relative; padding: 0 20px 40px 20px; border: 1px solid #e5e5e5; background-color: #fff; overflow: hidden;}
.news_top{ overflow:hidden; padding:30px 0px 20px 0px; text-align:center; border-bottom: 1px dashed #ddd;}
.news_top p{    line-height: 40px;font-size:30px; margin-bottom: 10px;}
.news_top span{ color:#999999; line-height:30px}
.news_top span a{ color:#e00707}
.news_top span i{ padding:0px 10px;}
.content_article{ font-size:14px; color: #666; line-height:30px; text-indent:25px;}
.content_article img{ max-width:100%; display: block; margin:25px auto; border: 1px solid #ddd; }
.content_article p{ padding:10px 0px;}
.L-newDatil-Cont .c_fr{ width:730px; overflow:hidden; background:#fff}
.L-newDatil-Cont .c_fr .new_list{ overflow:hidden; min-height:530px;}
.L-newDatil-Cont .c_fr .new_list li{ overflow:hidden; padding:30px 0px; border-bottom:1px dotted #ddd; color:#666;font-size: 14px;}
.L-newDatil-Cont .c_fr .new_list li:hover .light{    left: 128%;-moz-transition: 0.5s;-webkit-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;}
.L-newDatil-Cont .c_fr .new_list li .img_show{ float:left; overflow:hidden; display:inline-block; height:180px; width:270px; position:relative}
.L-newDatil-Cont .c_fr .new_list li .img_show img{ height:180px; width:270px;}
.L-newDatil-Cont .c_fr .new_list li .news_cont{ overflow:hidden; float:right; width:625px; margin-right:20px;}
.L-newDatil-Cont .c_fr .new_list li .news_cont a.tt{    font-size: 24px;color: #222;display: block;margin-bottom: 5px;font-weight: normal;}
.L-newDatil-Cont .c_fr .new_list li .news_cont a.tt:hover{ color:#24b7ec}
.L-newDatil-Cont .c_fr .new_list li .news_cont p{ display:block; margin-bottom:10px; line-height:28px;}
.L-newDatil-Cont .c_fr .new_list li .news_cont span{ height:75px; display:block; overflow:hidden; line-height:25px;}
.L-newDatil-Cont .c_fr .new_list li .news_cont span a{ color:#3aba55}
.next_page{ overflow: hidden; }
.next_page p{ line-height:30px; font-size:14px;}
.next_page p a{ color:#666}
.next_page p a:hover{ text-decoration:underline; color:#24b7ec}

.L-news-Hot{ width: 330px; overflow: hidden;}
.L-news-Hot .L-newCrubs{ height: 210px; overflow: hidden; }
.L-news-Hot .L-newCrubs img{ width: 330px; height: 210px;}
.L-news-list{ position: relative; font-size: 14px; overflow: hidden; line-height: 25px;}
.L-news-list li{position: relative; padding: 10px 10px 10px 15px; border-bottom: 1px solid #ddd; }
.L-news-list h3{ font-size: 15px; line-height: 25px; margin-bottom: 10px;}
.L-news-list li a{ color: #333; display: block;}
.L-news-list li a:hover{color:#24b7ec;}
.L-news-list li:after{ content: ""; position: absolute; top: 20px; left: 2px; display: block; width: 5px; height: 5px; background-color: #4285f4; border-radius: 50%;}
.L-news-list li:last-child{  border:0;}

.L-news-Hot.fixed{position: absolute;right: 30px;}
.L-news-Hot.fixed .rightfixedwrap{ position: fixed; top: 90px; width: 330px; padding: 10px; box-shadow: 0 0 5px 0 #999; background: #fff;}


/********鍏充簬鎴戜滑*******/
.L-about-crubs{height:486px;background:url('../images/company_abount.jpg') center center no-repeat;background-color: #080034; box-sizing: border-box; overflow: hidden;}
.L-about-crubs img{ width: 100%; height: 100%;}
.L-about-type{ padding: 24px 0; box-sizing: border-box; border-bottom: 1px solid #f1f1f1; overflow: hidden;}
.L-abType-item{ display: inline-block; width: 380px; padding: 0 40px; box-sizing: border-box; border-right: 1px solid #f1f1f1;}
.L-abType-item:last-child{border:0;}
.L-abType-item .L-ab-icon{ position: relative; display: inline-block; width: 95px; height: 95px; text-align: center; line-height: 95px; background: url(../images/abCrubsbg.png) center center;transition: all .4s;}
.L-abType-item:hover .L-ab-icon{background-position: 100px 100px;}
.L-abType-item .L-ab-icon img{ vertical-align: middle; max-width: 67px; max-height: 53px;}
.L-abType-item  .L-ab-Txt{ float: left; display: block;width: 160px; padding:20px 0; margin-left: 18px; color: #999; text-align: left; overflow: hidden;}
.L-abType-item  .L-ab-Txt h3{ font-size: 14px; color:#333; margin-bottom: 5px;}
.L-abType-item  .L-ab-Txt p{    line-height: 20px;  height: 43px;  overflow: hidden;}
.L-abType-item:hover .L-ab-icon img{animation:bounce .8s;}
/**********鍏充簬鎴戜滑********/
.L-abList{ position: relative; padding: 80px 0; }
.L-abList img.L-pos7{ width: 100%; max-width: 100%;}
.L-abList:after{ content: ""; display: block; width: 100%; overflow: hidden;}
.L-ab-step{ margin-bottom:80px;overflow: hidden;}
.L-ab-step .L-step-box{ position: relative; z-index: 8; display: inline-block; padding: 10px; text-align: left; overflow: hidden;}
.L-step-box .L-txt-box{ display: block; overflow: hidden;}
.L-step-box .L-step-num{ font-size:55px; color: #009aee; font-family: "Arial";}
.L-step-box .L-step-txt{ margin-left: 15px;margin-top:5px; font-size:15px; color: #999;}
.L-step-box .L-step-txt h3{ font-size: 26px; color: #333;}
.L-ab-step .L-step-box:after{content: ""; position: absolute; bottom: 0; height: 10px; left: 25px; right: 25px; border: 3px solid #333; border-top: 0; z-index: 1; }
.L-ab-step .L-step-box:before{content: ""; position: absolute; top: 0; height: 10px; left: 25px; right: 25px; border: 3px solid #333; border-bottom: 0; z-index: 1; }

.L-ab-conter{ position: relative; }
.L-ab-conter:after{ content:""; display: block; width: 100%; height: 1px; overflow: hidden;}
.L-ab-conter .L-reason .L-reason-item{ float: left; width: 25%; height: 475px; color: #fff; overflow: hidden;}
.L-ab-conter .L-reason .L-reason-item .enroll_item{ position: relative; width: 94%; height: 100%; margin: 0 auto; overflow: hidden;}
.L-reason-item .enroll_item .enroll_type{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1;}
.L-reason-item .enroll_item .cover{ position: absolute;  left: 100%;  top: 0; width: 100%;  height: 100%; background-color:rgba(51, 51, 51, 0.56);  z-index:6; transition: .5s;}
.cover_cont{ font-size: 14px;line-height: 23px; padding: 85px 20px 15px 20px;}
.cover_cont .L-whyImg{ display: block; width: 80px; height: 80px; line-height: 80px; margin: 0 auto; overflow: hidden;}
.cover_cont .L-whyImg img{ vertical-align: middle; max-width: 63px; max-height: 63px;}
.cover_cont h3{ font-size: 20px; overflow: hidden; margin-bottom: 30px;}
.cover_cont p{text-align: justify;text-justify: inter-ideograph;}
.L-ab-conter .L-reason .L-reason-item:hover .cover_cont{ animation: upDown .8s cubic-bezier(.4,0,.2,1) 0s 1;}
.L-ab-conter .L-reason .L-reason-item:hover .cover{ left: 0;}
@keyframes upDown {
    0% {  -webkit-transform: translate3d(0,60px,0);  transform: translate3d(0,60px,0);}
    to {  -webkit-transform: translateZ(0);  transform: translateZ(0); }
}

.L-abList2{position: relative;}
.BOMbg{ width: 100%; max-width: 100%;}
.L-abList2 .L-ab-step{ position: relative; z-index: 8; margin-bottom: 40px;}
.L-abList2 .L-txt-box,.L-abList4 .L-txt-box{color: #fff;}
.L-abList2 .L-step-box .L-step-txt,.L-abList4 .L-step-box .L-step-txt{ color: #fff;}
.L-abList2 .L-step-box .L-step-txt h3,.L-abList4 .L-step-box .L-step-txt h3{ color: #fff;}
.L-abList2 .L-ab-step .L-step-box:after,.L-abList4 .L-ab-step .L-step-box:after{ border: 3px solid #fff;border-top:0;}
.L-abList2 .L-ab-step .L-step-box:before,.L-abList4 .L-ab-step .L-step-box:before{ border: 3px solid #fff;border-bottom:0;}
.L-abList2 .L-abList-BG,.L-abList4 .L-abList-BG{ margin: -10px 0 -8px 0; background:url(../images/bg.jpg) repeat; overflow: hidden;}
.L-abList2 .L-abList-BG{ min-height: 640px;}
/*.L-abList2 .L-ab-conter{ padding-top: 40px;}*/
.L-about2-img{ position: relative; width: 500px; text-align: center;}
.L-about2-img img{ width: 339px; height: 490px; position: relative; z-index: 7;}
.L-about2-img .ab-2018{ width: 139px;  height: 82px;  position: absolute;  bottom:35px;  right: 50%;  margin-right: -260px; transform-style: preserve-3d;
    transform-style: preserve-3d;  perspective: 400px; animation:cr 4s infinite; }
.L-abBg{position: absolute;top: 50%;left: 50%;margin-left: -818px;margin-top: -614px;z-index: 1;}
.L-about2-img img{max-width: 100%;}
.L-about2-txt{ padding:70px 0 0 20px; font-size: 16px; color: #fff; text-indent: 2rem; width: 600px; line-height: 28px; overflow: hidden;}
.L-about2-txt p{margin-bottom:15px;}
.L-five{   position: absolute;  top: 0;  left: 50%;  margin-left: -220px;  margin-top: -114px;  z-index: 8;}
.L-abList3{padding-bottom: 200px;}
/*.L-abList3,.L-abList5{ margin-top: -110px;}*/
/*.L-abList5{ margin-top: -110px;}*/
.L-Stren-item{ float: left;width: 25%; line-height: 25px;font-size: 13px; color: #666;}
.L-Stren-item dt{ height: 130px; line-height: 130px;}
.L-Stren-item dt img{ max-width: 110px;  vertical-align: middle;}
.L-Stren-item dd h3{ font-size: 18px; color: #333; font-weight: 400; margin-bottom: 10px;}
.L-ab-conter .L-Stren-item dd p{padding:24px;text-align: justify;text-justify: inter-ideograph;}
.L-Stren-item:last-child{ margin-right: 0;}
.L-Stren-item:hover dt img{animation:bounce .8s;}

.L-referral-conter{ width: 885px; margin: 0 auto;}
.L-referral-Txt{ font-size: 16px; color: #fff; line-height: 28px; text-indent: 2rem; overflow: hidden;}
.L-referral-Txt p{ margin-bottom:20px;}

.L-referral-conter{ padding-bottom: 10px;}
.L-refer-time{position: relative; width: 800px; margin: 0 auto; padding-top: 55px; overflow: hidden;}
.L-refer-left:after{ overflow: hidden;}
.L-refer-item{ position: relative; width: 370px;min-height: 80px; margin-bottom: 47px; background-color: #008ef2; padding: 14px 10px 14px 70px; box-sizing: border-box; color: #fff; clear: both;}
.L-refer-left .L-refer-item:after{ content: ""; position: absolute; right:-25px; top: 50%; display: block; width:25px; height: 2px; background-color: #008ef2;}

.L-refer-item .time-data{ position: absolute; top: 0; bottom: 0; left: 0; z-index: 3; width: 60px; display: block; text-align: center; background-color: #00afe6; color: #fff; overflow:hidden;}
.L-refecen{position: absolute; left: 0; width: 100%; text-align: center; top: 50%; margin-top: -26px;}

.L-refer-time:before{  content: "";  position: absolute;  top: 3px;  left: 50%;  width: 15px;  height: 15px;  border: 1px solid #0a80e3;  background-color: #fff;  margin-left: -7px;  z-index: 4;  transform: rotate(45deg);  }
.L-refer-time .L-cent-bar{position: absolute; top: 0; bottom: 0; left: 50%; z-index: 2; width: 2px; background-color: #0a80e3;}
.L-refer-time .time-data .time-year{ line-height: initial; font-size: 14px; font-family: "Adobe 榛戜綋 Std R";}
.L-refer-time .time-data .time-month{ line-height: initial; font-size: 25px; font-family: "Adobe 榛戜綋 Std R";}
.L-refer-time .refer-indent{ line-height: 20px;font-size: 14px;}
.square{ position: absolute; right: -37px; top:50%; z-index: 5; margin-top: -5px; display: inline-block; width: 10px; height: 10px; border: 1px solid #008ef2; background-color: #fff; }
.L-refer-right{ margin-top: 50px;}
.L-refer-right .square{right: auto; left: -35px;}
.L-refer-right .L-refer-item:after{ content: ""; position: absolute; right:0; left: -25px; top: 50%; z-index: 3; display: block; width:25px; height: 2px; background-color: #008ef2;}
.more-his{position: relative;display: block;margin:0 auto;height:40px;line-height:40px;width: 150px;color:#008EF2;border:2px solid #008EF2;text-align: center;font-size: 18px;}
.more-his span{position: absolute;left:0;top:0;width: 100%;height: 100%;z-index: 1;}
.more-his:before{content:'';position: absolute;right:0;background:#008EF2;width:0;height:100%;transition: all .3s;}
.more-his:hover:before{left:0;right:auto;width:100%;}
.more-his:hover{color:#fff;}
.L-ab-conter .L-way,
.L-ab-conter .form-box{width:550px;margin-right:50px;}
.L-way-item{ line-height: 25px; font-size: 14px; margin-bottom: 10px; color: #999; overflow: hidden;}
.L-way-item dt{ float: left; text-align: right; width: 100px; margin-right: 10px; color: #333; overflow: hidden;}
.L-way-item dt img{ float: left; max-width: 27px; max-height: 24px; vertical-align: middle;}
.L-way-item dt i{ float: right; vertical-align: middle;}
.L-way-item dd{ overflow: hidden;}
.L-way-qr{ margin-top:20px; overflow: hidden;}
.L-way-qr img{ width: 120px; height: 120px;}
.form-box{ overflow: hidden;}
.form-box .text_inp{ width: 290px; color: #999; padding: 5px; border: 0; border-bottom: 1px solid #dedcdc; outline: none; box-sizing: border-box;background:none; }
.form-box .text_inp.msg{width:500px;}
.L-ab-conter .form-box .L-way-item{margin-bottom:20px;line-height: 36px;}
.L-ab-conter .form-box .text_inp{ padding: 10px;}

.form-box .text_inp::-webkit-input-placeholder { color: #999;}    /* 浣跨敤webkit鍐呮牳鐨勬祻瑙堝櫒 */
.form-box .text_inp:-moz-placeholder{ color: #999;}                  /* Firefox鐗堟湰4-18 */
.form-box .text_inp::-moz-placeholder{ color: #999;}                  /* Firefox鐗堟湰19+ */
.form-box .text_inp:-ms-input-placeholder{ color: #999;}           /* IE娴忚鍣� */
.form-box .L-way-item dt{ width: auto; color: #666;}
.form-box .sub_btn{ width: 130px; height: 38px; line-height: 38px; font-size: 14px; margin-top: 15px; text-align: center; overflow: hidden; border: 0px; outline: none; cursor: pointer; color: #fff;background: url(../images/subBG.jpg) no-repeat;border-radius: 3px;
    background-position: center;}
/***********妗堜緥璇︽儏*/
.blocking-div {  background-color: #000;  height: 100%;  left: 0;  opacity: .75;  position: fixed !important;  top: 0;  width: 100%;  z-index:100;  }
.popup { text-align:center; left: -9999em;  position: absolute;  top: -9999em;  }
.popup.project-view {position: fixed;  right: 0;  top:0; z-index: 250;  border: 0 none;  bottom: 0;  left: 0;  margin: 0; padding-top: 40px;  overflow-y: scroll;    }
#primary-project-content { padding: 0 50px;  background: #fafafa;  border-radius: 3px;  box-shadow: 0 1px 3px rgba(0,0,0,0.2);  display: inline-block;max-width: 100%;  position: relative;  text-align: left; padding-bottom: 50px;box-sizing: border-box;  max-width: 1400px;  }
#primary-project-content .close1{position: fixed; width: 50px; margin-left: 1300px; transition: all .5s; cursor: pointer;}
#primary-project-content .close1:hover{transform: rotate(360deg)}
/* .project-Cont,.project-Cont img{ width: 100%; cursor: zoom-in;} */
.project .tit{ padding: 60px 0 20px 0; width: 90%; margin: 0 auto; line-height:25px; overflow: hidden; color: #555;}
.project .tit h3{ font-size: 36px; color: #333; font-weight: 500; margin-bottom: 55px;}
.project .L-share-List{ margin-bottom: 60px;}
.project-view .project-Cont p img{display: block;margin:0 auto;}
/**********棰勮澶у浘********/
#lightbox-blocking{ background-color: rgb(0, 0, 0);  opacity:0; align-items: center;  bottom: 0;  display: flex;  justify-content: center;  left: 0;  position: fixed;  right: 0;  top: 0;  z-index:0;  }
#lightbox-blocking.lightbox-active{ opacity:1; z-index:1002; }
.lightbox-content{ align-items: center;  display: flex;  height: 100vh;  justify-content: center;  opacity: 1;  position: absolute;  top: 0;  transition: opacity .4s;  width: 100vw;  overflow: auto;  }
.lightbox-content img{ cursor: zoom-in; max-height: 100vh;  max-width: 100vw;}
.lightbox-content .zoomable-y img{ cursor: zoom-out; max-width: inherit;  max-height: inherit;}
#lightbox-blocking .close {
    position: fixed;
    height: 40px;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
    z-index: 1003;
}
#lightbox-blocking svg .lightbox-icon-bg {
    fill: #696969;
    opacity: .2;
}
#lightbox-blocking .close .lightbox-icon-bg {
    fill: #fff;
}
/*鑱旂郴鎴戜滑*/
.x_about_us{background: url(../images/about_usImg.png) repeat-x center;height: 340px;animation:bgloop 30s linear infinite ;}
.x_about_us .x_about_img{ height: 340px;  text-align: right;margin-right: 142px;position: relative;}
.x_about_us .x_about_img i{  z-index: 999;display: inline-block;position: absolute;right: 0;    top: 58px;}
.x_about_us .x_about_img .Circular_movement{transform-style: preserve-3d;  }
.x_about_us .x_about_img>img{position: absolute; z-index: 99; top: -20px; right: -10px;}
.w_1182{width: 1182px;margin: 0 auto;}
.x_about_top{position: relative;top: -90px; z-index: 9;}
.musicgif {position: absolute;   top: 70px; right: 380px; z-index: 99; width: 114px; height: 86px; background-image: url("../images/newimg/musicgif.png"); background-repeat: no-repeat; animation-name: musicgif; animation-duration: 1.9s; animation-delay: 0s; animation-iteration-count: infinite; animation-fill-mode: forwards; animation-timing-function: steps(1); }
@-webkit-keyframes musicgif { 0% { width: 114px; height: 86px; background-image: url("../images/newimg/musicgif.png"); background-position: -114px 0; } 5.26% { background-position: -1026px 0; } 10.53% { background-position: -228px 0; } 15.79% { background-position: -342px 0; } 21.05% { background-position: -456px 0; } 26.32% { background-position: -570px 0; } 31.58% { background-position: -684px 0; } 36.84% { background-position: -798px 0; } 42.11% { background-position: -912px 0; } 47.37% { background-position: 0 0; } 52.63% { background-position: -1140px 0; } 57.89% { background-position: -1254px 0; } 63.16% { background-position: -1368px 0; } 68.42% { background-position: -1482px 0; } 73.68% { background-position: -1596px 0; } 78.95% { background-position: -1710px 0; } 84.21% { background-position: -1824px 0; } 89.47% { background-position: -1938px 0; } 94.74% { background-position: -2052px 0; } 100% { background-position: -2052px 0; } }


@keyframes bgloop{
    0% { background-position-x:0;  }
    to {background-position-x:1000px;   }
}

.x_about{padding: 50px 80px;background:#fff;box-shadow: 0 0 15px #dbdcde;}
.x_about h2{font-size: 24px;color:#01274e ;}
.x_about form dl{ line-height:35px;overflow: hidden;width: 40%;float: left; margin-bottom:20px; box-sizing: border-box; }
.x_about form dl dt{font-size: 14px;color: #666666;float: left; line-height:35px; overflow: hidden;}
.x_about form dl dt i{vertical-align: bottom;}
.x_about form dl dd{float: left;margin-left: 17px; overflow: hidden;}
.x_about form dl dd .x_input{ font-size: 14px; color: #bbb; height: 35px;line-height: 35px;width: 300px;border: 0;border-bottom: 1px solid #ddd;float:left;box-sizing: border-box;outline: none;}
.x_about form dl dd label input{  margin-right: 10px;  vertical-align: middle;}
.x_about form dl dd label { float: left; margin-right: 30px;}
.x_about form .w_100{width: 100%;}
.x_about form .w_100 dd textarea{border-bottom: 1px solid #DDDDDD!important;border: 0;width: 740px  ;  margin-top: 21px;resize: none;}
.x_about form {overflow: hidden;}
.x_about form .about_btn{background: url(../images/about_bgm.png) no-repeat center;width: 130px;height: 38px;border: 0;border-radius: 3px;float: left;color: #fafcfe;font-size: 16px;}

.about_head{padding: 70px 0;    overflow: hidden;}
.about_head dl{width: 50%;float: left;}
.about_head dl dt{float: left;}
.about_head dl dt img{max-width: 89px;max-height: 139px;}
.about_head dl dd{float: left;    padding-top: 13px;padding-left: 52px;}
.about_head dl dd h2{    padding-bottom: 19px;font-size: 16px;color: #333333;}
.about_head dl dd p{font-size: 14px;color: #999999;line-height: 26px;}

.map{    margin-top: -104px;}

.focus_us{padding-top: 86px;margin-right:-20px;overflow: hidden;}
.focus_us dl {    margin-right: 25px;text-align: center; width: 275px;float: left;}
.focus_us dl:last-child{margin-right: 0;}
.focus_us dl:hover dt img{animation:bounce .8s;}

.focus_us dl dd h2{padding:23px 0 19px 0; font-size: 16px;color: #333333;}
.focus_us dl dd p{text-align: left; font-size: 14px;color: #888888;}
.textc{text-align: center!important;}
.payment-wrap{display:none;position: fixed;top:0;left:0;width: 100%;height:100%;z-index: 100;}
.payment-wrap:before{content:'';position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.3;}
.payment-wrap .pm-con{position: absolute;width: 556px;height: 349px;left: 50%;top:50%;margin-left: -278px;margin-top:-175px;}
.payment-wrap .pm-con .card-close{position: absolute;right:5px;top: 5px;cursor: pointer;transition: all .3s;}
.payment-wrap .pm-con .card-close:hover{transform: rotate(90deg)}
/*鑱旂郴鎴戜滑*/
/************瑙ｅ喅鏂规**********/
.L-scheme-list{ position: relative; z-index: 9; margin-top: -55px; overflow: hidden;}
.L-scheme-bg{ position: relative; z-index: 7; overflow: hidden;}
.L-scheme-list:after{ content: ""; position: absolute; display: block; width: 100%; height: 100%; top: 55px; z-index: 1;background: url("../images/system-itemBg1.jpg") center center /cover repeat;}
.L-scheme-list.no-bg:after{display: none;}
.L-scheme-listwrap{ border-radius:3px; margin: 10px auto; padding: 40px; text-align: center; background-color: #fff; box-sizing: border-box; box-shadow:0px 0px 13px -2px #999; animation:re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; overflow: hidden;}
.L-scheme-listwrap .L-Stren-item{ width: 310px;height: 250px; margin: 0 15px 40px; margin-bottom: 40px;}
.L-scheme-listwrap .L-Stren-item:nth-of-type(3n){ margin-right: 0;}
.L-system-item{ padding-bottom: 45px;  padding-top: 100px; overflow: hidden;}
.L-stystem-cont{ width: 550px; overflow: hidden;}
.L-stytem-info{ font-size: 14px; line-height: 25px; overflow: hidden;}
.L-stytem-info h3{ font-size: 26px; color: #333; font-weight: 400; margin-bottom: 35px;}
.L-stystem-sup{ margin: 20px 0; overflow: hidden;}
.Lock-MORE{ display: inline-block; padding: 8px 25px; font-size: 14px; color: #fff; border-radius: 3px; background: url("../images/lock-more.jpg") center center no-repeat; overflow: hidden;}

.L-stystem-sup{line-height: 75px; box-sizing: border-box; background: url("../images/L-stystem-sup.png") no-repeat; overflow: hidden;}
.L-stystem-sup span{ float: left; display: inline-block; padding: 0 15px; margin-right: 15px; font-size: 14px; overflow:hidden; }
.L-stystem-sup span img{ max-width: 30px; max-height: 30px; margin-right: 10px;}
.L-stystem-sup span img,.L-stystem-sup span i{ vertical-align: middle;}
.L-stystem-IMG{ max-width: 460px; animation:re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; -webkit-animation: re-banner-slide-20 .8s cubic-bezier(.4,0,.2,1) 0s 1; transition: .5s ease;}
.L-stystem-IMG img{ max-width: 100%;}
.L-stystem-IMG:hover{ transform: translateY(-41px);}
.L-scheme-block{ padding: 55px 0;}
.L-scheme-block .L-block-info{ margin-left: -30px;}
.L-scheme-block .L-block-info:after{ content: ""; display: block; width: 100%; overflow: hidden;}
.L-scheme-block .L-block-info dt{ width: 540px; float: left; margin-right: 45px; overflow: hidden; transition: .5s ease;}
.L-scheme-block .L-block-info dt img{ max-width: 100%;}
.L-scheme-block .L-block-info:hover dt{ transform:translateY(-40px);}
.L-scheme-block .L-block-info dd{ padding-top: 35px; overflow: hidden;}
.Lock_datil{ display:inline-block;  margin-left:10px;}
.L-block-item{ padding-top: 35px; overflow: hidden;}
.L-block-sup{ display: inline-block; font-size: 14px; color: #333; transition: .5s; cursor: pointer; margin-right:40px; overflow: hidden;text-align: center;;}
.L-block-sup .block-iconBG{ display: block; width: 60px; height: 52px; margin-bottom: 15px; background: url("../images/block-itemBg.png") center center /cover no-repeat; text-align: center; line-height: 52px; overflow: hidden;}
.L-block-sup .block-iconBG img{ vertical-align: middle; max-width: 30px; max-height: 30px;}
.L-block-sup:hover{ transform: translateY(-11px);}

.L-superiority{ background: url("../images/superioBG.jpg") top center no-repeat; background-color:#000;padding: 60px 0; overflow: hidden;}
.L-superiority .L-homeTitle{ color: #fff;}
.L-superiority .L-homeTitle .tit{ color: #fff;}
.L-superio-list .L-Stren-item{ text-align: center; color: #fff; overflow: hidden;}
.L-superio-list .L-Stren-item h3{ color: #fff;}

.L-cooperate{ padding: 70px 0; overflow: hidden;}
.L-superio-list{ margin-top: 70px;margin-right: -40px; overflow: hidden;}
.L-superio-list .super-item{ float: left; width: 170px; height: 75px; margin: 0 20px 23px 0; display: inline-block; border: 1px solid #d2dde5; box-sizing: border-box; overflow: hidden;}
.L-superio-list .super-item img{ transition: .5s; width: 100%; height: 100%;}
.L-superio-list .super-item:hover img{ transform:scale(1.2); -webkit-transform:scale(1.3); -o-transform:scale(1.3); -ms-transform:scale(1.3); -moz-transform:scale(1.3);}

.flex-images .item{  float: left;margin: 4px;box-sizing: border-box;overflow: hidden;position: relative;  }

/** 妗堜緥 鏂伴椈**/
.slider_arrow { position: absolute; top: 0; z-index: 9; width: 10%; height:100%; cursor: pointer; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;transition: all .5s;}
.slider_pre { left:-10%;background:url('../images/prevbg.png'); }
.slider_next {  right:-10%;   background:url('../images/nextbg.png'); }
.case_pre { left: -10%;background:url('../images/prevbg1.png');}
.case_next{ right: -10%;background:url('../images/nextbg1.png');}
.swiper-container:hover .slider_pre{left: 0;}
.swiper-container:hover .case_pre{left: 0;}
.swiper-container:hover .slider_next{right: 0;}
.swiper-container:hover .case_next{right: 0;}

.icon_arrow{ position: absolute; top: 50%;left:50%;margin-left:-18px;  margin-top: -20px; z-index: 10; color: #fff; font-size: 35px; overflow: hidden;}
/***********瑙ｅ喅鏂规**********/
.L-crumbs-schem{ color: #fff; background: url("../images/curbs_schem.jpg") center;background-color:#0C0D1F; padding: 60px 0; overflow: hidden;}
.L-View-cont{ position: relative; width: 1180px;height: 380px; margin: 0 auto; overflow: hidden;}
.scrollTop{ position: absolute; z-index:17; display: inline-block; width: 500px; height: 310px; margin-left: 70px; box-sizing: border-box;  overflow: hidden;}
.scrollTop .arr-item{ display: block; font-size: 14px; color: #c0c2d3; margin-right: 40px; line-height: 25px; width: 500px; height: 310px; padding: 40px 35px; box-sizing: border-box; overflow: hidden;}
.scrollTop .arr-item .tt{ display: block;font-size: 30px; margin-bottom: 30px;}
.scrollTop .arr-item p{ height: 75px; overflow: hidden;}
.scrollTopCont{position: relative;}
.scrollTop .arr-item .drak_btn{ display: inline-block; font-size: 16px; color: #fff; padding: 8px 35px; margin-top: 50px; border-radius: 3px; overflow: hidden;}
.scrollLeft{ position: relative; z-index: 7; display: inline-block; width: 550px;text-align: right; box-sizing: border-box; height: 310px; margin-right:65px; overflow: hidden;}
.scrolleft-cont{ position: relative; white-space: nowrap; height: 312px;}
.scrollLeft .arr-item{ position: relative; display: inline-block; width: 500px; height: 310px; margin-left:43px;}
.scrollLeft  .arr-item img{ width: 500px; height:310px;}
.scrollBg{ position: absolute; top: 0; left: 0; right: 0; bottom:0; white-space: nowrap; overflow: hidden;}
.scrollBg .arr-item{ position: relative; float: left; display: inline-block; margin-left: 42px; width: 500px; box-sizing: border-box; height: 310px; border:1px solid #3d4061; border-radius: 3px;}
.scrollBg .arr-item:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background-color: rgba(12, 13, 31, 0.2);}
.scrollBg .arr-item img{ width: 100%; height: 100%;}
/*.scrollBg .arr-item:nth-of-type(3n){border:0;}*/
.scroll-left{left: -518px; position: relative; z-index: 2; width: 9999px;}
.L-View-cont .ccirc{position:  absolute;width:  100%;text-align: center;bottom: 15px;}
.L-View-cont .ccirc span{display: inline-block;margin: 0 4px;width: 36px;height: 4px;background: #fff;cursor:  pointer;}
.L-View-cont .ccirc span.curr{background:#00afe6;}
.no-data-text{text-align: center; padding: 20px; margin: 15px auto; background: #f8f8f8; width: 1200px; font-size: 16px; color: #666;    clear: both;}
.simpleshare{position: relative;overflow: visible;}
.simpleshare span{cursor: pointer;}
.simpleshare .ewm{ position: absolute;right: -1px; top: -84px; padding: 10px; border: 1px solid #ddd; width: 120px; height: 120px; background: #fff; z-index: 1; }
/* 鍏憡 */
.right-tipsmsg{display:none;position: fixed;width:380px;bottom:0;right:0;background: #fff;border-radius: 5px;z-index: 99999; animation: bounceInUp .8s;}
.tpm-head img{display: block;}
.right-tipsmsg .closemsg{position:absolute;right:10px;top:10px;color:#fff;transition:all .6s;cursor: pointer;}
.right-tipsmsg .closemsg:hover{transform:rotate(360deg);}
.right-tipsmsg .content{height: 410px;background: url('../images/newimg/tipsmsg_06.jpg') no-repeat center bottom;}
.right-tipsmsg .content .con{height: 276px;padding: 0 46px;font-size: 12px;line-height: 25px;overflow: hidden;}
.right-tipsmsg .content .con .title{text-indent:0;text-align: center;margin:15px 0 10px;font-size: 14px;}
.right-tipsmsg .content .con p{text-indent: 2em;}
.right-tipsmsg .continfo{display:block;margin:15px auto 0;width:100px;height:34px;line-height:36px;border:1px solid #de251d;border-radius:5px;text-align:center;font-size:12px;color:#de251d;transition:all .3s;}
.right-tipsmsg .continfo:hover{background:#de251d;color:#fff;}

@keyframes ani-top{
    0% {  opacity: 0;  -webkit-transform: translateY(100px);  transform: translateY(100px)  }
    to {  opacity: 1;  -webkit-transform: translateY(0);  transform: translateY(0)  }
}
.ani-top{
    -webkit-animation: ani-top .8s cubic-bezier(.4,0,.2,1) 0s 1;
    animation: ani-top .8s cubic-bezier(.4,0,.2,1) 0s 1;
}
@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }
    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }
    90% {
        transform: translate3d(0,-4px,0)
    }
}
@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

/* 鎷涜仒 */
.job-topimg{height:467px;background:url('../images/zp_02.jpg') center center no-repeat;background-color: #101010;}
.job-topimg img{display: block;height:100%;width:100%;}

.jobtab-head{height:76px;background:url('../images/zph.jpg') repeat;color: #fff;font-size: 14px;}
.jobtab-head ul{width: 1200px;margin: 0 auto;}
.jobtab-head li{float:left;margin-right: 50px;line-height: 76px;cursor: pointer;}
.jobtab-head li:hover,
.jobtab-head li.curr{color:#24b7ec;}
.jobtab-cont{background:#FAFCFE;}
.job-cont-item{display: none;overflow: hidden;}
.job-cont-item.curr{display: block;}
.jobtab-cont ul{width: 1200px;margin: 20px auto 0;font-size: 14px;padding-bottom: 80px;}
.jobtab-cont .subtab-head span{display:inline-block;padding:0 20px;margin-right:20px;height:34px;line-height:36px;border:1px solid #D4D4D4;border-radius: 3px;cursor: pointer;}
.jobtab-cont .subtab-head span:hover,
.jobtab-cont .subtab-head span.curr{border-color:#24b7ec;color:#24b7ec;}
.jobtab-cont .subtab-cont .deman{margin-bottom: 50px;width:600px;line-height: 28px;}
.subtab-cont .deman dt{font-weight: bold;}
.subtab-cont .deman dd{margin-left: 5px;}

.stitem  .email{display:inline-block;overflow:hidden;margin-left:10px;margin-top:30px;padding:5px 10px;border-radius:3px;background:#fff;box-shadow: 0 0 5px 0px #24b7ec;border: 1px solid #24b7ec;}
.stitem  .email i.iconfont{float:left;margin-right:10px;color:#22a8ce;font-size:40px;}
.stitem  .email span{float:left;}
.stitem  .email span p{color:#22a8ce;font-size:16px;}
.stitem  .email span i{color:#555;font-size:20px;}


.subtab-cont{width: 99999px;overflow: hidden;}
.subtab-cont .stitem{width: 1200px;float: left;padding-top: 50px;}
.subtab-cont .stitem p{line-height: 26px;}

.job-env{height: 925px;background:url('../images/zpb_11.jpg') no-repeat ;background-size: auto 100%;background-position: center;background-color: #120d36;}
.env-wrap{width: 1200px;margin:0 auto;overflow: hidden;}
.job-env .env-hd{text-align: center;padding-top:85px;color: #fff;}
.job-env .env-hd span{display: inline-block;padding-bottom:20px;margin-bottom: 20px;border-bottom:2px solid #fff; font-size: 26px;}
.job-env .env-hd p{font-size: 20px}
.job-env .evn-pic-wrap{width: 99999px;overflow:hidden;}
.job-env .evn-pic{float:left;width:1200px;margin-top:50px;overflow: hidden;}
.job-env .evn-pic li{float: left;margin-bottom:30px;height: 250px;width: 33.3%;text-align: center;}
.job-env .evn-pic li img{width:340px;height:204px;transition: all .3s;}
.job-env .evn-pic li:hover img{transform: scale(1.1)}
.job-env .evn-pic li p{margin:10px 30px;color: #fff;font-size: 18px;}
.job-env .evn-pic .img-w{display: inline-block;width:340px;height:204px;overflow: hidden;}
.evn-pic-dot{text-align: center;}
.evn-pic-dot i{display: inline-block;margin: 0 3px;width: 10px;height: 10px;background: #fff;border-radius: 10px;transition: all .3s;cursor: pointer;}
.evn-pic-dot i.curr{width: 30px;background:#22a8ce;}
/* 鎷涜仒 */


/* 澶т簨璁� */

.developing{position:relative;padding:50px 0;min-height:720px;background:#3a3c48;width:100%;margin:0 auto;margin-bottom: -55px;}
.developing hr{height:0;border-left:none;border-right:0;border-top:1px dashed #2d2f34;border-bottom:1px dashed #474954;}
.developing .wrapper{position:relative;background:url("../images/devbg.png") no-repeat right 100px;width:1100px;margin:0 auto;}
.developing .light{position:absolute;left:55px;top:-50px;width:152px;height:191px;background:url("../images/light-top.png") no-repeat top center;}
.developing .light i{position:absolute;width:100%;height:100%;top:0;background:url("../images//light.png") no-repeat top center;}
.developing .line-left{position:absolute;left:0;top:15px;width:70px;}
.developing .line-right{position:absolute;right:0;top:15px;width:460px;}
.developing .main{background:url("../images/line-bg.png") repeat-y 249px 0;}
.developing .main .title{position:absolute;line-height:40px;padding-left:67px;left:230px;top:0;color:#58a6fb;font-size:24px;background:url("../images/clock.png") no-repeat left top;}
.developing .main .year{position:relative;z-index:5;}
.developing .main .year h2{height:40px;width:170px;padding-right:30px;font-size:24px;line-height:40px;text-align:right;}
.developing .main .year h2 a{color:#58a6fb;}
.developing .main .year h2 i{display:block;position:relative;height:0;width:0;left:190px;top:-20px;border-width:6px;border-style:solid;border-color:#59a7fb transparent transparent transparent;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-transform-origin:6px 3px;-moz-transform-origin:6px 3px;-ms-transform-origin:6px 3px;-o-transform-origin:6px 3px;transform-origin:6px 3px}
.developing .main .year .list{margin:10px 0;position:relative;overflow:hidden;-webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s}
.developing .main .year .list ul{bottom:0;}
.developing .main .year .list ul li{background:url("../images/circle.png") no-repeat 235px 31px;padding:30px 0;color:#a1a4b8;}
.developing .main .year .list ul li.highlight{background-image:url(http://p4.qhimg.com/d/inn/05a63fc5/circle-h.png);}
.cls{zoom:1;}
.cls:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.developing .main .year .list ul li.highlight .date, .developing .main .year .list ul li.highlight .intro{color:#ec6a13;}
.developing .main .year .list ul li .date,.developing .main .year .list ul li .version{float:left;display:block;clear:left;width:200px;line-height:24px;text-align:right}
.developing .main .year .list ul li .date{font-size:18px;line-height:32px;color:#bec1d5}
.developing .main .year .list ul li .intro, .developing .main .year .list ul li .more{float:left;display:block;width:400px;margin-left:100px;line-height:24px;}
.developing .main .year .list ul li .intro{font-size:18px;line-height:32px;color:#63d029;}
.developing .wrapper:first-child .main .year.close h2 i{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg)}
.developing .wrapper:first-child .main .year.close .list{opacity:0;height:0!important;}
.developing .devimg-wrap{width:518px;margin: 10px 0;overflow: hidden;}
.developing .devimg-wrap img{float:left;width:160px;height:106px;margin-right:10px;margin-bottom:10px;}
/* 澶т簨璁� */



/* 鑽ｈ獕璧勮川 */
.ryzz-topimg{height:720px;background:url('../images/ryban_02.jpg') no-repeat center center;background-color: #000;}
.ryzz-topimg img{position: absolute;}
.ryzz-timeline{position: relative;padding: 90px 0 200px;background:#000;margin-bottom: -55px;}
.ryzz-timeline .tc-img{display:block;margin:0 auto;}
.ryzz-timeline:before{content: '';position: absolute;left: 50%;top:255px;bottom:100px;margin-left:-1px;border-left:2px dashed #F07F00;}
.event-list{padding-top:100px;background: url('../images/rxzsbg_02.png') repeat-y;padding-bottom: 100px;}
.event-list li{position: relative;width: 1200px;padding-top:90px;padding-bottom:10px;margin: 0 auto;color: #fff;overflow: hidden;}
.event-list li:before{content: '';position: absolute;width: 242px;height: 72px;margin-left: -121px;left:50%;top:0;background: url('../images/ryzs_07.png') no-repeat;}
.event-list li:first-child{padding-top:0;}
.event-list li:first-child:before{display: none;}
.event-list li .desc,
.event-list li .dips{float: left;width: 50%;padding:40px;box-sizing: border-box;}
.event-list li .desc{text-align: right;font-size: 14px;line-height: 26px;}
.event-list .year{font-size: 26px;margin-bottom: 10px}
.event-list .dips .imgwrap{float: left;width: 157px;height: 215px; text-align: center;margin-right: 10px; margin-bottom: 16px;background: #fff;}
.event-list .dips img{width: 157px;height: 215px;}
.event-list .dips .imgwrap.big{width:314px;}
.event-list .dips .imgwrap.big img{width:314px;}
.event-list li .dips .even img{width: 135px;height: 102px;}
.event-list li .dips .even a:first-child img{margin-bottom:10px;}
.event-list li.reverse .desc{float: right;text-align: left;}
.detail{display:none;position:fixed;height:100%;width:100%;top:0;background: rgba(0,0,0,.3);z-index:101;}
.detail-wrap{padding:20px;position: absolute;top: 50%;left:50%;margin-left:-520px;margin-top:-310px;width:1040px;height:620px;background:#fff;border-radius: 5px;text-align: center;box-sizing: border-box;}
.detail-wrap .tit strong{font-size: 24px;color:#333;}
.detail-wrap .tit p{margin:15px 0;color:#666;}
.detail-wrap .footinfo{font-size:14px;color:#999;line-height: 26px;}
.detail-wrap .footinfo i{color:#2b6ee8;}

#carousel {position:relative;width: 880px;height:440px;margin:0 auto;}
.carousel-image {border:0; display:inline-block;width:540px;height:380px;overflow: visible !important;}
.carousel-image img{max-width: 100%;height: 100%;box-shadow: 0 0px 20px 0px #999;}
.carousel-feature { position:absolute; top:-1000px; left:-1000px; cursor:pointer;text-align: center; }

.detail-wrap .left,
.detail-wrap .right{position: absolute;height: 80px;line-height:80px;top:50%;margin-top:-40px;width:30px;cursor: pointer;font-size: 44px;color:#999;}
.detail-wrap .left{left: 20px;}
.detail-wrap .right{right: 30px;}
.detail-wrap .left:hover,
.detail-wrap .right:hover{color:#666;}

.bdshare-button-style2-16 a.bds_renren{margin: 0;}
.no-data{display: none;margin:50px;text-align: center;font-size: 18px;color:#999;}
.lb-outerContainer{box-shadow: 0px 0px 20px 0px #ccc;}
.lb-cancel{width: 100px !important;height:100px !important;}
.lightbox .lb-image{border:0 none !important;}
.lb-container .lb-close{position: absolute;right:-40px;top:0px;width: 30px; height: 30px; background: url('../images/close.png') top right no-repeat;}

.success .succ_case{position: relative;}
.L-team-crubs{text-align: center;}
.L-team-crubs img{max-width: 1903px;}
/* 节日导航 */
.holiday-r-nav{position:fixed;top: 35%;right:3%;z-index:88888;}
.holiday-r-nav li{position: relative;border-radius:3px;width: 90px;height: 90px;text-align:center;display:block;margin-top: -16px;background: url('../images/2019/rightnav.png') no-repeat;background-position: -40px -29px;}
.holiday-r-nav li a{display: inline-block;margin-top: 35px;margin-left: -16px;height: 28px;background: url('../images/2019/rightnav.png') no-repeat;width: 28px;vertical-align:  middle;}
.holiday-r-nav a.qq{background-position: -185px 0px;}
.holiday-r-nav a.ewm{background-position: -173px -2px;}
.holiday-r-nav a.wb{background-position: -173px -38px;}
.holiday-r-nav a.totop{background-position: -173px -110px;}
.holiday-r-nav a.wx{background-position: -173px -74px;}

.holiday-r-nav li:hover a.ewm{background-position: -208px  -2px;}
.holiday-r-nav li:hover a.wb{background-position: -208px  -38px;}
.holiday-r-nav li:hover a.totop{background-position: -208px  -110px;}
.holiday-r-nav li:hover a.wx{background-position: -208px  -74px;}


.holiday-r-nav li .code{visibility: hidden;width: 248px;height: 290px;position: absolute;top: 30px;left: -260px;border-radius: 1px;transition:left .3s;}
.holiday-r-nav li .code .bu{display:none;width:180px;height:198px;margin:0  auto -12px;padding:1px 0;background: url('../images/2019/rightnav.png') no-repeat;background-position: -7px -219px;}
.holiday-r-nav li .code .ewm{margin: 23px auto 0;width:116px;height:116px;background: url('../images/2019/rightnav.png') no-repeat;}
.holiday-r-nav li .code .ewm.lg{background-position: -268px -300px;}
.holiday-r-nav li .code .ewm.gzh{background-position: -268px -173px;}
.holiday-r-nav li .code .gan{margin-bottom:-12px;width:248px;height:45px;background: url('../images/2019/rightnav.png') no-repeat;background-position:-4px -166px;}

.holiday-r-nav li .code p{font-size: 12px;line-height: 15px;color: #5F1C16;margin: 5px 0 6px;}
.holiday-r-nav li:hover .code{ visibility:visible;}
.holiday-r-nav li .boom{position: absolute;left: -35px;top: -44px;width: 160px;height:160px;pointer-events: none;}
.holiday-r-nav li .fire{position: absolute;left: 200px;top: -2px;width:80px;height: 100px;background: url('../images/2019/rightnav.png') no-repeat;background-position: -259px -2px;pointer-events: none;}
.holiday-r-nav li.curr .boomani{display: block;animation-name: boom;}
.holiday-r-nav li.curr{background:none;z-index: 1;}

.holiday-r-nav li .boomani {
    display: none;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 800% 100%;
    background-image: url("../images/2019/boomsprites.png");
    background-repeat: no-repeat;
    
    animation-duration: 0.8s;
    animation-delay: 0s;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-timing-function: steps(1);
}

@-webkit-keyframes boom {
    0% {
        background-image: url("../images/2019/boomsprites.png");
        background-position: 0% 0%;
        background-size: 800% 100%;
    }
    12.50% {
        background-position: 14.285714285714285% 0%;
    }
    25.00% {
        background-position: 28.57142857142857% 0%;
    }
    37.50% {
        background-position: 42.857142857142854% 0%;
    }
    50.00% {
        background-position: 57.14285714285714% 0%;
    }
    62.50% {
        background-position: 71.42857142857143% 0%;
    }
    75.00% {
        background-position: 85.71428571428571% 0%;
    }
    87.50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

.cj2019bottom{display:none;position:fixed;bottom: 0;width:100%;height:274px;background:url("../images/2019/cjbottom.png") repeat center  ;  z-index: 2000;}
.cj2019bottom .close{ position: absolute; right: 10px; top: -40px; width: 30px; transition:all .3s;cursor: pointer;}
.cj2019bottom .close:hover{transform: rotate(180deg);}
/* 节日导航 */
/* 绔崍 */
.dwban .banner_bg{background:url('../images/banner3/dwban3.png') no-repeat center center;background-color: #FEE8C9;}
.dwwave{position: absolute;left:-5%;bottom:-5px;width: 110%;height: 420px;background: url('../images/banner3/dwban1.png') repeat;}
.dwban .could{left: 50%; margin-left: -1638px;}
.dwban .font{left: 50%;top: 20%;margin-left: -475px;}
.dwban .dragon{left: 50%;top: 21%;margin-left: -170px;}
/* 澶ц禌ban */
.dsban .banner_bg{background:url('../images/banner3/ds4.jpg') no-repeat center center;background-color: #fff;}
.dsban .ds1{left: 50%;top: 28%;margin-left: -20px;}
.dsban .ds2{left: 50%;top: 25%;margin-left: 55px;}
.dsban .ds3{left: 50%;top: 11%;margin-left: -700px;}
.dsban .ds5{left: 50%; margin-left: -586px; bottom: 70px;}
.dsban .crtime{color:#C50F0F;}
.dsban .banbtn{display:block;margin-top:30px;width:164px;height:44px;border:2px solid #C50F0F;font-size: 16px;color: #C50F0F;text-align: center;line-height: 44px;border-radius: 4px;transition:all .3s;}
.dsban .banbtn:hover{background:#C50F0F;color:#fff;}
.dsban .left-header{margin-top: -100px;margin-left: -555px;}
/** 宸︿晶鍒嗙被鏁堟灉 **/
.left_news_cont {  position:absolute;  }
.left_news_cont .Nleft_cate_cont{ z-index: 1; position:relative;}
.left_news_cont .Nleft_cate_cont .cate_list_cont{ width:228px; height:auto;  margin-top:15px; float:left; position: relative; }
.cate_list_cont .nav_label{ position: absolute; top: 0; left: -7px; z-index: -1; width: 235px; height: 41px;  background-color: #f8f8f8; }
.cate_list_cont .nav_label span{ float:left; width:7px; background:#0c0337; height:41px; line-height:41px; }
.cate_list_cont .cate_list_ul{ z-index:0; margin-left: 32px; overflow-x: hidden; width:196px; }
.cate_list_cont .cate_list_ul li{ width:100%; height:auto; line-height:40px; overflow:hidden; }
.cate_list_cont .cate_list_ul li .Cate_name{ width:156px; text-align:left; font-size: 14px; border-bottom:1px solid #f8f8f8; text-indent:7px; float:left; height:40px; line-height:40px; overflow:hidden; }
.cate_list_cont .cate_list_ul li .Cate_small_cont { display:none; font-size:12px; width:100%; height:auto; overflow:hidden; }
.cate_list_ul li .Cate_small_cont dl dd{  width:156px; border-bottom:1px solid #f8f8f8; text-indent:39px; overflow:hidden; height:40px; line-height:40px; }
.cate_list_ul li .Cate_small_cont dl dd a{ display:block; }
.cate_list_ul li.curr .Cate_small_cont{ display:block; }
.cate_list_ul li.curr .Cate_name{ color:#24b7eb; }
.cate_list_ul li .Cate_small_cont dl dd.curr a{ color:#24b7eb;  }
/** 宸︿晶鍒嗙被鏁堟灉 **/

/* 元旦 */
.yuandanban .banner_bg{background:url('../images/banner3/yuandanban1.jpg') no-repeat center bottom #22afe7;}
.yuandanban .lang1{left: 50%;margin-left: -1000px;bottom: -20px;}
.yuandanban .lang2{left: 50%;margin-left: -960px;margin-bottom: -20px;opacity: 0.8;}
.yuandanban .guang{left: 50%;margin-left: -610px;bottom: auto;top: -40px;}
.yuandanban .shan{ left: 50%; margin-left: -960px; }
.yuandanban .font{ bottom: auto; top: 160px; left: 50%; margin-left: -550px; }

/* 19春节 */
.cj2019ban .banner_bg{background:url('../images/2019/cjban01.jpg') no-repeat center bottom #F3B55E;}
.cj2019ban .banner-row img{bottom:2px;}
.cj2019ban .cjban02,
.cj2019ban .cjban03a,
.cj2019ban .cjban04,
.cj2019ban .cjban12{left: 50%;margin-left: -960px;}
.cj2019ban .cjban03{position: absolute;width:675px;height:351px;left: 50%; top: 200px; margin-left: -330px;background:url('../images/2019/cjban03.png') repeat-x center;animation: bgloop 30s linear infinite;}

.cj2019ban .cjban05l{left: 50%; top: 50px; margin-left: -470px;animation: 1s init, 1s dla 1s, 3.2s dlb 2s infinite;}
.cj2019ban .cjban05r{left: 50%; top: 50px; margin-left: 210px;animation: 1s init, 0.8s dla 1s, 3s dlb 1.8s infinite;}
.cj2019ban .cjban06{left: 50%; top: 30px; margin-left: -229px;}
.cj2019ban .cjban07l{left: 50%; top: 130px; margin-left: -910px;animation: cjban07l 8s linear  alternate infinite;}
.cj2019ban .cjban07r{left: 50%; top: 95px; margin-left: 550px;animation: cjban07r 8s linear  alternate infinite;}
.cj2019ban .cjban08{left: 50%; top: 190px; margin-left: -300px;}
.cj2019ban .cjban09l{left: 50%; top: 220px; margin-left: -750px;z-index: 1;}
.cj2019ban .cjban09r{left: 50%; top: 290px; margin-left: 210px;z-index: 1;}
.cj2019ban .cjban10{left: 50%; top: 580px; margin-left: -262px;}
.cj2019ban .cjban11{left: 50%; top: 540px; margin-left: -322px;animation: cjban11 4s linear  alternate infinite; }
/* 19 51ban */
.banner-video{background:#df4e37;}
.banner-video video{position: absolute;top: 55px;left: 50%;margin-left: -960px;height: 740px;}
/* 19 中秋 */
.zq2019ban .banner_bg{background:url('../images/2019/zq201901.jpg') no-repeat center bottom #04101e;}
.zq2019ban .hover-image img{position: absolute;bottom: 0;left: 50%;margin-left: -960px;}
.zq2019ban .hover-image img.dt{animation:  zq2019 2.25s linear alternate infinite;}
.zq2019ban .hover-image img.dt2{animation: 2.28s  zq2019  linear alternate infinite;}
.zq2019ban .hover-image img.dt3{animation: 2.22s  zq2019  linear alternate infinite;}
.zq2019ban .hover-image img.dt4{animation: 2.24s  zq2019  linear alternate infinite;}

@keyframes zq2019 {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(6px);
  }
}

@keyframes dla {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1) rotatez(7deg) translate(-17px, 1px);
  }
}

@keyframes dlb {
  0% {
    transform: rotatez(7deg) translate(-17px, 1px);
  }
  50% {
    transform: rotatez(-7deg) translate(17px, 1px);
  }
  100% {
    transform: rotatez(7deg) translate(-17px, 1px);
  }
}
@keyframes cjban07l {
  0% {
    transform: translateX(-40px);
  }
  100% {
    
    transform: translateX(50px);
  }
}
@keyframes cjban07r {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@keyframes cjban11 {
  0% {
    transform: translateX(10px);
    
  }
  100% {
    transform: translateX(-10px);
  }
}
/* 19元宵节 */
.yxj2019ban .banner_bg{background:url('../images/2019/yxjban01.jpg') no-repeat center bottom ;}
.yxj2019ban .banner-row img{bottom:2px;}
.yxj2019ban .ban03,
.yxj2019ban .ban05{left: 50%;margin-left: -960px;}
.yxj2019ban .ban02{position: absolute;width:100%;height:596px;top: 60px; background:url('../images/2019/yxjban02.png') repeat-x center;animation: bgloop 30s linear infinite;}
.yxj2019ban .ban03{margin-left: -924px;}
.yxj2019ban .banner-row  .ban04{left: 50%;margin-left: -1016px;bottom: -50px;}


.yxj2019ban .dl{position: absolute;left:50%;}

.yxj2019ban .ban06 img,
.yxj2019ban .ban08 img{animation: 1s init, 1s dla1 1s, 3s dlb1 2s infinite;}
.yxj2019ban .ban07 img,
.yxj2019ban .ban09 img{animation: 1s init, 1.1s dla 1.1s, 3.1s dlb 2.1s infinite;}

.yxj2019ban .ban06{top:470px;margin-left: -305px;}
.yxj2019ban .ban07{top: 505px;margin-left: -120px;}
.yxj2019ban .ban08{top: 510px;margin-left: 30px;}
.yxj2019ban .ban09{top: 465px;margin-left: 165px;}
.yxj2019ban .ban10{top: 424px;left:50%;margin-left: -528px;}
.yxj2019ban .ban11{top: 510px;left:50%;margin-left: -45px;}
.yxj2019ban .dl:hover{z-index: 10;}
.yxj2019ban .dl:hover .dmi{visibility: visible;}

.yxj2019ban .dmi{visibility: hidden;width: 248px;height: 290px;position: absolute;top: -250px;left: -60px;border-radius: 1px;transition:left .3s;}
.yxj2019ban .dmi .bu{display:none;width:180px;height:198px;margin:0  auto -12px;padding:1px 0;background: url('../images/2019/rightnav.png') no-repeat;background-position: -7px -219px;}
.yxj2019ban .dmi .gan{margin-bottom:-12px;width:248px;height:45px;background: url('../images/2019/rightnav.png') no-repeat;background-position:-4px -166px;}
.yxj2019ban .dmi p{text-align: center;}
.yxj2019ban .dmi .title{padding:40px 45px 10px;font-size: 20px;font-weight: bold;line-height: 40px;}
.yxj2019ban .dmi .tip{font-size: 18px;color:#333;}

@keyframes dla {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1) rotatez(7deg) translate(-17px, 1px);
  }
}

@keyframes dlb {
  0% {
    transform: rotatez(7deg) translate(-17px, 1px);
  }
  50% {
    transform: rotatez(-7deg) translate(17px, 1px);
  }
  100% {
    transform: rotatez(7deg) translate(-17px, 1px);
  }
}
@keyframes dla1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1) rotatez(6deg) translate(-17px, 1px);
  }
}

@keyframes dlb1 {
  0% {
    transform: rotatez(6deg) translate(-17px, 1px);
  }
  50% {
    transform: rotatez(-6deg) translate(17px, 1px);
  }
  100% {
    transform: rotatez(6deg) translate(-17px, 1px);
  }
}
@keyframes cjban07l {
  0% {
    transform: translateX(-40px);
  }
  100% {
    
    transform: translateX(50px);
  }
}
@keyframes cjban07r {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@keyframes cjban11 {
  0% {
    transform: translateX(10px);
    
  }
  100% {
    transform: translateX(-10px);
  }
}
/* 19 妇女节 */

.fnjban .banner_bg{background:url('../images/2019/fnjban01.jpg') no-repeat center bottom #20bbec;}
.fnjban .banner-row img{left: 50%;margin-left: -960px;}
.fnjban02a{animation: fnjcloud 10s linear alternate infinite;}
@keyframes fnjcloud {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(100px);
  }
}

/* 19国庆 */
.gq19ban .banner_bg{background:url('../images/2019/gq19ban01.jpg') no-repeat center #F39F3F;}
.gq19ban .center{left: 50%;margin-left: -960px;}
.gq19ban .airplan{right: -600px;bottom: 150px;animation: gqairplan 20s linear infinite;}
.gq19ban .fire1{width: 300px;left: 50px;bottom: 400px;animation: fireAni 1.8s  infinite;}
.gq19ban .fire2{width: 410px; right: 100px; bottom: 410px;animation: fireAni 2s  infinite;}
@keyframes gqairplan {
  0% {
    right: -600px;
    bottom: 200px;
    transform: scale(1);
  }
  100% {
    right: 2000px;
    bottom: 500px;
    transform: scale(.8);
  }
}
@keyframes fireAni {
  0% {
    transform: scale(0);
  }
  35%{
    opacity: 1;
  }
  80% {
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}

/* 20 元旦 */
.yd20ban .banner-row img{left: 50%;margin-left: -970px;}

/* 20 春节 */
.cj20ban .banner_bg{background:url('../images/2020/cj20ban01.png') no-repeat center center;background-color: #422847;}
.cj20ban .banner-row img{left: 50%;margin-left: -965px;}
.cj20ban .banner-row .cj07{top: -300px; left: 50%; margin-left: -910px;opacity:0;animation: fireAni 3.8s 2.3s infinite forwards;}

.cj20ban .banner-row .cj08{top: -20px; left: 50%; margin-left: 270px;  width: 240px;opacity:0;animation: fireAni 3.8s 3.2s infinite forwards;}
.cj20ban .banner-row .cj09{top: 50px; left: 50%; margin-left: 530px;  width: 190px;opacity:0;animation: fireAni 4s 3s infinite forwards;}
.cj20ban .banner-row .cj10{top: -60px; left: 50%; margin-left: 390px;  width: 270px;opacity:0;animation: fireAni 3.8s 3s infinite forwards;}
.cj20ban #bannerSnow{position: relative;left: 50%; transform: translateX(-50%);}

.fixed_cj20nav{position: fixed; top: 48%; right: 20px; z-index: 88888;}
.fixed_cj20nav li{margin-top: 20px;position: relative;text-align: center;}
.fixed_cj20nav li .code{visibility:hidden;width: 113px;height: 152px;position: absolute;background: #de331d;top: -45px;left: -150px;border-radius: 1px;transition:left .3s;}
.fixed_cj20nav li .code img{ width: 98px;}
.fixed_cj20nav li .code p{font-size: 12px;line-height: 15px;color: #fff;margin: 10px 0 6px;}
.fixed_cj20nav li:hover .code{ visibility:visible;left: -125px;}



.cj20nav .shan{position: relative;width: 114px;height: 64px;}
.cj20nav .shan i{position: absolute;left: 43%;width:16px;height:64px;background:url('../images/2020/san.png') no-repeat center center;transform-origin:8px 60px;}
.cj20nav .shan  i:nth-child(1) {transform: rotate(-63deg);}
.cj20nav .shan  i:nth-child(2) {transform: rotate(-48deg);}
.cj20nav .shan  i:nth-child(3) {transform: rotate(-32deg);}
.cj20nav .shan  i:nth-child(4) {transform: rotate(-16deg);}
.cj20nav .shan  i:nth-child(5) {transform: rotate(0deg);}
.cj20nav .shan  i:nth-child(6) {transform: rotate(16deg);}
.cj20nav .shan  i:nth-child(7) {transform: rotate(32deg);}
.cj20nav .shan  i:nth-child(8) {transform: rotate(48deg);}
.cj20nav .shan  i:nth-child(9) {transform: rotate(64deg);}

.cj20nav .shan.start  i:nth-child(1) {animation-name: sanRotate1;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(2) {animation-name: sanRotate2;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(3) {animation-name: sanRotate3;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(4) {animation-name: sanRotate4;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(6) {animation-name: sanRotate6;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(7) {animation-name: sanRotate7;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(8) {animation-name: sanRotate8;animation-duration: 1s;}
.cj20nav .shan.start  i:nth-child(9) {animation-name: sanRotate9;animation-duration: 1s;}

@keyframes sanRotate1{
  0% {transform: rotate(-63deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-63deg);}
}
@keyframes sanRotate2{
  0% {transform: rotate(-48deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-48deg);}
}
@keyframes sanRotate3{
  0% {transform: rotate(-32deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-32deg);}
}
@keyframes sanRotate4{
  0% {transform: rotate(-16deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-16deg);}
}

@keyframes sanRotate6{
  0% {transform: rotate(16deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(16deg);}
}
@keyframes sanRotate7{
  0% {transform: rotate(32deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(32deg);}
}
@keyframes sanRotate8{
  0% {transform: rotate(48deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(48deg);}
}
@keyframes sanRotate9{
  0% {transform: rotate(63deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(63deg);}
}


.cj20nav .shan .icon{position: absolute;;left:50%;top:50%;margin-left:-20px;margin-top:-24px;width: 40px;height: 40px;}
.cj20nav .shan.start .icon{animation-name: sanImgs;animation-duration: 1s;}

@keyframes sanImgs{
  0% {transform: scale(1);opacity: 1;}
  50% {transform: scale(0);opacity: 0;}
  100% {transform: scale(1);opacity: 1;}
}

/* 20 五一 banner */
.wy20ban .banner_bg{background:url('../images/2020/wyban01.jpg') no-repeat center;background-size: cover;background-color: #f4a086;}
.wy20ban .banner-row img{bottom: 6px;left: 50%;margin-left: -960px;}
.wy20ban.animation-top .hover-image{animation: none;}

.animation-top .wy20ban01{animation: BanImgInScale .3s;}
.animation-top .wy20ban02{animation: BanImgInScale .5s;}
@keyframes BanImgInScale{
  0% {transform: scale(.2);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: scale(1);opacity: 1;}
}

.animation-top .wy20ban03{animation: BanImgInDown .6s;}

@keyframes BanImgInDown{
  0% {transform: translateY(-500px);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: translateY(0);opacity: 1;}
}

.animation-top .wy20ban04{animation: BanImgInUp .6s}
.animation-top .wy20ban05{animation: BanImgInUp .8s;}
.animation-top .wy20ban06{animation: BanImgInUp 1s;}

@keyframes BanImgInUp{
  0% {transform: translateY(1000px);opacity: 0;}
  50% {opacity: 1;}
  100% {transform: translateY(0);opacity: 1;}
}
/*20 中秋国庆*/
.zq20ban .banner_bg{background:#1dc7f8;}
.zq20ban .banner-row img{bottom: 6px;left: 50%;margin-left: -960px;}

/* 21 春节 */
.cj21ban .banner_bg{background:#fff;}
.cj21ban .banner-row img{bottom: 6px;left: 50%;margin-left: -960px;}
.cj21ban .banner-row .cj21ban02{bottom: -20px;}
.cj21ban .banner-row .cj21ban03{margin-left: -650px;}
.cj21ban .banner-row .cj21ban04{margin-left: 220px;}
.cj21ban .banner-row .cj21ban05{bottom: 300px;margin-left: -317px;}
.cj21ban .banner-row .cj21dl01{bottom: auto;margin-left: -1016px;top: 46px;}
.cj21ban .banner-row .cj21dl02{bottom: auto;margin-left: -866px;top: 10px;}
.cj21ban .banner-row .cj21dl03{bottom: auto;margin-left: 442px;top: 20px;}
.cj21ban .banner-row .cj21dl04{bottom: auto;margin-left: 598px;top: 37px;}
.cj21ban .banner-row .cj21dl05{bottom: auto;margin-left: 708px;top: -24px;}
.cj21ban .banner-row .cj21dl06{bottom: auto;margin-left: 840px;top: 45px;}
.cj21ban .banner-row .cj21dl01{animation: 1s init, 1.1s dla 1.1s, 3.1s dlb 2.1s infinite;}
.cj21ban .banner-row .cj21dl02{animation: 1.2s init, 1.2s dla 1.1s, 3.1s dlb 2.3s infinite;}
.cj21ban .banner-row .cj21dl03{animation: 1s init, 1s dla1 1s, 3s dlb1 2s infinite;}
.cj21ban .banner-row .cj21dl04{animation: 1.25s init, 1.2s dla 1.1s, 3.1s dlb 2.25s infinite;}
.cj21ban .banner-row .cj21dl05{animation: 1s init, 1s dla1 1s, 3s dlb1 2s infinite;}
.cj21ban .banner-row .cj21dl06{animation: 1.1s init, 1.1s dla 1.1s, 3.1s dlb 2.1s infinite;}

/* 21 春节右侧导航 */
.fixed_cj21nav{position: fixed;top: 40%;right: 20px;z-index: 88888;}
.fixed_cj21nav li{position: relative;border-radius:3px;height: 100px;text-align:center;width: 100px;display:block;margin: 5px 0;background-repeat:no-repeat;}
.fixed_cj21nav li .code{visibility:hidden;width: 208px;height: 184px;position: absolute;top: -45px;left: -260px;border-radius: 1px;transition:left .3s;}
.fixed_cj21nav li .code img{width: 100%;}
.fixed_cj21nav li .code p{font-size: 12px;line-height: 15px;color: #fff;margin: 10px 0 6px;}
.fixed_cj21nav li:hover .code{visibility:visible;left: -215px;}
.fixed_cj21nav li a{display:block;height:100%;}
.cj21nav .navwx{background-image:url('../images/2021/cj21_rnav_wx.png');}
.cj21nav .navgzh{background-image:url('../images/2021/cj21_rnav_ewm.png');}
.cj21nav .navwb{background-image:url('../images/2021/cj21_rnav_wb.png');}
.cj21nav .navtop{background-image:url('../images/2021/cj21_rnav_top.png');transform:scale(0);transition:transform .3s;}
.cj21nav .navwx:hover{background-image:url('../images/2021/cj21_rnav_wx1.png');}
.cj21nav .navgzh:hover{background-image:url('../images/2021/cj21_rnav_ewm1.png');}
.cj21nav .navwb:hover{background-image:url('../images/2021/cj21_rnav_wb1.png');}
.cj21nav .navtop:hover{background-image:url('../images/2021/cj21_rnav_top1.png');}
.cj21nav .navtop.show{transform:scale(1);}

/* 21元宵 */
.yxj21ban .banner_bg{background:#233177;}
.yxj21ban .banner-row img{left: 50%;margin-left: -960px;}
/* 21妇女节 */
.fnj21ban .banner_bg{background:#ffdbef;}
.fnj21ban .banner-row img{left: 50%;margin-left: -960px;}
/* 瀵瑰叕璐︽埛 */
.left_news_cont .Nleft_cate_cont{ width:228px; border:1px solid #eee; height:auto; background:#fff;  }
.left_news_cont .Nleft_cate_cont .Category_name{  width:100%; height:50px; overflow:hidden; line-height:50px;background:url('../images/newimg/leftnavbg.jpg');background-position: 0px -22px; color:#fff; }
.left_news_cont .Nleft_cate_cont .Category_name h2{ font-size:16px; font-weight:normal; text-indent:20px; }

.left_news_cont .Nleft_cate_cont .Category_list{ width:228px; height:auto; background:#fff;  border-top:0px; overflow:hidden; }
.left_news_cont .Nleft_cate_cont .Category_list>li{ width:100%;  border-bottom:1px solid #eee; display:block; padding:0px; margin:0px; height:auto; overflow:hidden;}
.Nleft_cate_cont .Category_list>li .Cate_list_name{ font-size:16px; height:40px; line-height:40px; display:block; text-align:left;  }
.Nleft_cate_cont .Category_list>li .Cate_list_name .icofont.fl{ float:left; height:40px; font-size:24px; text-align:center; line-height:40px; width:50px; padding-left:10px; border-left:6px solid #fff; }
.Nleft_cate_cont .Category_list>li .Cate_list_name .icofont.fr{ float:right; height:40px; font-size:12px;  line-height:40px; width:auto; padding-right:15px;}
.Nleft_cate_cont .Category_list>li.curr .Cate_list_name{ background:#55ccf7; color:#fff; }
.Nleft_cate_cont .Category_list>li.curr .Cate_list_name .icofont.fl{ border-left:6px solid #0879a2; }
.Nleft_cate_cont .Category_list>li.curr .Cate_list_name .icofont.fr:before{ content: "\e6a6"; }

.Nleft_cate_cont .Category_list>li .Cate_small_list{ width:100%; height:auto; padding:0px; float:left; overflow:hidden; }

.Nleft_cate_cont .Category_list>li .Cate_small_list{ display:none; }
.Nleft_cate_cont .Category_list>li.curr .Cate_small_list{ display:block; }

.Nleft_cate_cont .Category_list>li:hover .Cate_list_name{ background:#55ccf7; color:#fff; }
.Nleft_cate_cont .Category_list>li:hover .Cate_list_name .icofont.fl{ border-left:6px solid #0879a2; }
.Nleft_cate_cont .Category_list>li:hover .Cate_list_name .icofont.fr:before{ content: "\e6a6"; }

.Nleft_cate_cont .Cate_small_list dl{ width:100%; padding:0px 0px; clear:both; height:auto; overflow:hidden; }
.Nleft_cate_cont .Cate_small_list dl dd:first-child{ border:0px; }
.Nleft_cate_cont .Cate_small_list dl dd{ width:100%; height:40px; float:left; clear:both; line-height:40px; font-size:14px; border-top:1px solid #eee; overflow:hidden; }
.Nleft_cate_cont .Cate_small_list dl dd:hover{ background:#f3f3f3; }
.Nleft_cate_cont .Cate_small_list dl dd:hover a{ color:#333; }
.Nleft_cate_cont .Cate_small_list dl dd a{ display:block; text-indent:68px; text-align:left; overflow:hidden;  }


.left_news_cont .Nleft_Contact{ width:208px; padding:20px 10px; border:1px solid #eee; height:auto; background:#fff; overflow:hidden; }
.Nleft_Contact .contact_infos{ width:100%; height:auto; overflow:hidden; float:left; }
.Nleft_Contact .contact_infos .AllW{ width:100%; height:auto; line-height:20px; padding:5px 0px; overflow:hidden; }
.Nleft_Contact .contact_infos .AllW .icofont{ width:35px; color:#24b7ec !important; text-align:center; height:20px; overflow:hidden; }
.Nleft_Contact .contact_infos .AllW span.fl{ width:173px; float:left; height:auto; overflow:hidden; line-height:20px; font-size:12px; }
.Nleft_Contact .contact_infos .AllW span.fl em{ color:#888; font-size:12px; padding-right:2px; }
.Nleft_Contact .gz_us{ width:150px; text-align:center; margin:0px auto; padding:5px 0px 0 0; height:auto; overflow:hidden; }
.Nleft_Contact .gz_us p{ height:30px; text-align:center; width:150px; display:block; line-height:30px; text-align:center; font-size:12px; }
.index_demand dl{ padding-left:45px;}
.index_demand dt{ float:left; margin-right:15px;}
.index_demand dd{ float:left}
.index_demand dd span{ font-size:16px;}
.index_demand dd p{ font-size:12px;}
.index_demand{ display:block; overflow:hidden; margin-top:15px; background:url('../images/newimg/leftnavbg.jpg'); color:#fff;padding:30px 0px;}

.conter_center{ overflow:hidden; padding:50px 0px;}
.conter_center .c_fr{ width:945px; overflow:hidden; background:#fff}
.card_bank{ overflow:hidden; border:1px solid #ddd; min-height:800px; padding:0px 50px}
.card_bank li { overflow:hidden; display:block; margin-top:20px}
.card_bank li dl dd{ display:inline-block; margin-left:40px}
.card_bank li dl dd span{ display:block; overflow:hidden; padding:15px 20px;}
.card_bank li dl dd span i{ width:60%; display:inline-block}
.card_bank li dl dd span a{ background:#24b7ec; padding:3px 10px; color:#fff; float:right; border-radius:3px;}
.card_bank li dl dd p{ line-height:45px; height:45px; padding:0px 20px; overflow:hidden; border-top:1px solid #ddd}
.card_bank li dl{ overflow:hidden}
.card_bank li dl dt{ font-size:16px; border-bottom:1px dashed #ddd; padding:20px 0px; line-height:30px; margin-bottom:30px}
.card_bank li dl dt img{ margin-right:10px; float:left}
/* 瀵瑰叕璐︽埛 */

/* 鍒嗕韩 */
.bdshare-button-style0-16{ display:inline-block}
.bds_qzone,.bds_tsina,.bds_more,.bds_weixin,.bds_tqq{     margin:0px 2px -12px 2px !important;}
.bdshare-button-style0-16 .bds_qzone{ background:url(../images/case_16.jpg) no-repeat !important; height:37px !important; width:37px !important; padding-left:0px !important; float:inherit !important; display:inline-block !important}
.bdshare-button-style0-16 .bds_tsina{ background:url(../images/case_18.jpg) no-repeat !important; height:37px !important; width:37px !important; padding-left:0px !important; float:inherit !important; display:inline-block !important}
.bdshare-button-style0-16 .bds_more{ background:url(../images/case_20.jpg) no-repeat !important; height:37px !important; width:37px !important; padding-left:0px !important; float:inherit !important; display:inline-block !important}
.bdshare-button-style0-16 .bds_weixin{ background:url(../images/case_22.jpg) no-repeat !important; height:37px !important; width:37px !important; padding-left:0px !important; float:inherit !important; display:inline-block !important}
.bdshare-button-style0-16 .bds_tqq{ background:url(../images/case_24.jpg) no-repeat !important; height:37px !important; width:37px !important; padding-left:0px !important; float:inherit !important; display:none !important}

/* 鎴愬姛妗堜緥璇︾粏 */
.case_box{ overflow:hidden}
.case_box .case_tt{ display:block; overflow:hidden; text-align:center}
.case_box .case_tt h3{ font-size:36px;}
.case_box .case_tt p{ color:#999999; padding-top:22px}
.case_select{ overflow:hidden; text-align:center; padding:40px 0px;}
.case_select a{ color:#666666; font-size:14px; font-size:14px; padding:5px 15px; border:2px solid rgba(255, 255, 255, 0.02); border-radius:15px; margin:0px 10px; font-weight:bold}
.case_select a.curr{ border:2px solid #24b7ec; color:#24b7ec}
.case_select a:hover{ border:2px solid #24b7ec; color:#24b7ec}
.success{margin-bottom: -55px; background:#f3f3f3; overflow:hidden; padding:40px 0px}
.success .cont{ background:#fff; padding:50px 80px; overflow:hidden; text-align:center}
.success h3{ font-size:34px; display:block; overflow:hidden; font-weight:500; padding-bottom:15px;}
.success .cont span{ line-height:25px;}
.succ_case .banner{width:100%; height:auto !important; overflow:hidden;}
.succ_case .banner > a{font-size:60px; display:inline-block; vertical-align:top; color:#fff;}
.succ_case .banner .vedio{width:100%; height:auto; overflow:hidden; display:inline-block;}
.succ_case .banner .vedio ul{width:10000px; overflow:hidden; display:inline-block; text-align:left;}
.succ_case .banner .vedio ul li{width:1040px; height:auto; float:left; overflow:hidden;}
.succ_case .banner .vedio ul li img{ width:100%}
.succ_case .banner .vedio p > img { display:inherit;margin:0px auto; }