table{border-collapse:collapse;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@font-face {
    font-family: 'raavi';
    src: url('../fonts/raavi.ttf');
}
.news_main .section1{position: relative;overflow: hidden;background: #fff;z-index: 3;}
.news_main .section1 .items{margin:10px 5px 0 -5px;}
.news_main .section1 .items .item{width: 25%;margin-bottom: 10px;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;display: table;display: inline-block;vertical-align: top;float:left}
.news_main .section1 .items .item .box{position: relative;width: 100%;height: 100%;}
.news_main .section1 .items .item .inner{margin:0 5px;background: #f2f2f2;padding:14% 9%; position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .pic{display: block; margin-bottom: 15px; width: 100%;overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;overflow: hidden;}
.news_main .section1 .items .item .inner:hover .pic img{transform: scale(1.05);-webkit-transform:scale(1.05);}
.news_main .section1 .items .item .inner .txt h1 a{font-size: 18px;color: #333;line-height: 26px;display: block;height:52px;overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .txt .time{margin-top: 10px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .txt .time span{font-size: 14px;color: #999;font-family: "Arial";padding-left: 20px;display: inline-block;line-height: 20px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .txt .time span:nth-of-type(1){background: url(../images/news/news_ico1.png) no-repeat left center;}
.news_main .section1 .items .item .inner .txt .time span:nth-of-type(2){background: url(../images/news/news_ico2.png) no-repeat left center;margin-left: 40px;padding-left: 28px;}
.news_main .section1 .items .item .inner .txt .more{font-size: 14px;color: #999;font-family: "Arial";display: inline-block;line-height: 30px;background: url(../images/news/news_more1.png) no-repeat 78px center;padding:0 48px 0 35px;border-radius: 20px;border:1px solid #d9d9d9;margin-top: 20px; transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item .inner .bot{transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .section1 .items .item:nth-of-type(1),
.news_main .section1 .items .item:nth-of-type(2){width: 50%;}
.news_main .section1 .items .item:nth-of-type(1):hover .inner,
.news_main .section1 .items .item:nth-of-type(2):hover .inner{transform: scale(1.0);-webkit-transform: scale(1.0);position: relative;height: auto;}
.news_main .section1 .items .item:nth-of-type(1) .inner .pic, .news_main .section1 .items .item:nth-of-type(2)  .inner .pic{height: auto;}
.news_main .section1 .items .item:nth-of-type(1) .inner,
.news_main .section1 .items .item:nth-of-type(2) .inner{padding: 8% 12%;height:  auto;}
.news_main .section1 .items .item:nth-of-type(1):hover .inner,
.news_main .section1 .items .item:nth-of-type(2):hover .inner{background:#f2f2f2;padding: 8% 12%; }
.news_main .section1 .items .item:nth-of-type(1) .inner .time,
.news_main .section1 .items .item:nth-of-type(2) .inner .time{margin-top: 1%;}
.news_main .section1 .items .item:nth-of-type(1):hover .inner .time,
.news_main .section1 .items .item:nth-of-type(2):hover .inner .time{margin-top: 1%;}
.news_main .section1 .items .item:nth-of-type(1) .inner .txt h1,
.news_main .section1 .items .item:nth-of-type(2) .inner .txt h1{margin-top: 4%;}
.news_main .section1 .items .item:nth-of-type(1):hover .inner .txt h1,
.news_main .section1 .items .item:nth-of-type(2):hover .inner .txt h1{margin-top: 4%;}
.news_main .section1 .items .item:nth-of-type(1) .inner .bot,
.news_main .section1 .items .item:nth-of-type(2) .inner .bot{position: static;}
.news_main .section1 .items .item:nth-of-type(1) .inner .txt h1 a,
.news_main .section1 .items .item:nth-of-type(2) .inner .txt h1 a{font-size: 24px;}
.news_main .section1 .items .item:hover .inner{background: #fff; box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);}
.news_main .section1 .items .item:hover .pic{height: auto;}
.news_main .section1 .items .item:hover .inner .txt .more{background: #e50012 url(../images/news/news_more2.png) no-repeat 78px center;color: #fff;transform:translateY(-5px);-webkit-transform:translateY(-5px);border:1px solid #e50012;}
.news_main .section1 .items .item:hover .inner .bot{position: static;}
.news_main .section1 a.mor{display: block;margin: 60px auto;width: 240px;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;background: #e50012;}
.news_main .section1 a.mor:hover{background: #b30211;}

.news_main .news_top{background: #fff;width:100%;overflow: hidden;position: relative;z-index: 3;}
.news_main .news_top.fixedtop .inner{position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 160px);
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    margin: 0 auto;}

.news_main .news_top .inner{overflow: hidden;padding:40px 7%;background: #fff;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.news_main .common_crumb{position: static;background: none;text-align: left;width: auto;color: #5c5c5c;float: left;font-size: 14px;padding-left: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_main .common_crumb i{background: url(../images/news/common_icon1.png) center no-repeat; }
.news_main .common_crumb a{color: #5c5c5c;}
.share{float: right;}
.share span{float: left;margin-right: 0;line-height: 36px;background:none;padding-left: 0;color: #e50012;font-size: 16px;}
.share .icon{float: left;width: 36px;height: 36px;border-radius: 50%;background-repeat: no-repeat;background-position: center;margin: 0 8px 0 0;}
.share .icon1{background-color: #da3c3c;background-image: url(../images/news/share_ico1.png);}
.share .icon2{background-color: #21ba41;background-image: url(../images/news/share_ico2.png);}
.share .icon3{background-color: #3e91ee;background-image: url(../images/news/share_ico3.png);}
.share .icon4{background-color: #0066a1;background-image: url(../images/news/share_ico4.png);}
.share .icon5{background-color: #f8d12c;background-image: url(../images/news/share_ico5.png);}
.share .icon6{background-image: url(../images/news/share_ico6.png);}


.news_detail{background: #f2f2f2;padding:6% 0;}
.news_detail>div{width:800px;margin-left:auto;margin-right:auto}
.news_detail>div img{width:800px !important;}
.news_detail .detail_tit {border-bottom: 1px solid #d9d9d9;padding-bottom: 30px;margin-bottom: 30px;}
.news_detail .detail_tit h1{font-size: 24px;color: #333;line-height: 28px;margin-bottom: 25px;}
.news_detail .detail_tit span{font-size: 14px;color: #999;font-family: "Arial";padding-left: 20px;display: inline-block;line-height: 20px;}
.news_detail .detail_tit span:nth-of-type(1){background: url(../images/news/news_ico1.png) no-repeat left center;}
.news_detail .detail_tit span:nth-of-type(2){background: url(../images/news/news_ico2.png) no-repeat left center;margin-left: 40px;padding-left: 28px;}
.news_detail .detail_con p,.news_detail .detail_con div{font-size: 16px;color: #808080;line-height: 36px;}
.news_detail .detail_con .ul1{text-align: center;margin:30px auto;}
.news_detail .detail_con .ul1 li{display: inline-block;vertical-align: top;text-align: center;margin: 0 15px 20px 15px;width: 28%;}
.news_detail .detail_con .ul1 li img{display: inline-block;max-width: 100%;}
.news_detail .detail_con .ul1 li span{font-size: 16px;color: #808080;line-height: 30px;text-align: center;display: block;margin-top: 10px;}
.detail_page{overflow: hidden;display: block;padding:25px 30px;box-shadow: 0 0px 20px 1px rgba(0,0,0,0.1);position: relative;margin-top: 60px;background: #fff;}
.detail_page a{color: #808080;font-size: 14px;line-height: 30px;display: block;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.detail_page a:hover{color: #e50012;}
.detail_page a.return{font-size: 14px;color: #e50012;line-height: 20px;padding:8px 26px 8px 58px;background: url(../images/news/retun_ico.png) no-repeat 24px center;border-radius: 20px;border:1px solid #e50012;display: inline-block;width: auto;position: absolute;right: 35px;top:36px;transition:all 500ms ease;-webkit-transition:all 500ms ease;}
.detail_page a.return:hover{background: #e50012 url(../images/news/return_ico2.png) no-repeat 24px center;color: #fff; }



.cust_main .nav_bar{background: #f2f2f2;}
.cust_main .nav_bar .nav_fixed{
  position: relative;
  background: #333333;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
  z-index: 5;
}
.cust_main .nav_bar .nav_fixed.navFix {
  position: fixed;
  top: 0;
  width: 100%;
  transition:all 800ms ease;
  -webkit-transition:all 800ms ease;
}
.cust_main .nav_bar .nav_fixed.navFix ul li{padding: 35px 0;}
.cust_main .nav_bar ul{padding: 0 7%;}
.cust_main .nav_bar ul li{float: left;padding: 65px 0;transition:all 500ms ease;-webkit-transition:all 500ms ease;position: relative;z-index: 2;}
.cust_main .nav_bar ul li a{font-size: 20px;color: #fff;line-height: 24px;/*border-right: 1px solid rgba(255,255,255,0.5);*/padding: 3px 60px;position: relative;}
.cust_main .nav_bar ul li a:after{content: "";display: block;height: 24px;width: 1px;background: rgba(255,255,255,0.5);position: absolute;right: -1px;top:5px;z-index: 1;}
.cust_main .nav_bar ul li:last-child a:after{display: none;}
.cust_main .nav_bar ul li:hover,.cust_main .nav_bar ul li.hover{background: #e50012;box-shadow: 0 7px 17px 2px rgba(255, 0, 18, 0.4);}
.cust_main .nav_bar ul li:hover a:after{background: #e50012;display: none;}
.cust_main .com_tit{margin-bottom: 40px;}
.cust_main .com_tit h1{font-size: 30px;line-height: 36px;color: #333;}
.cust_main .com_tit span{font-size: 14px;color: #808080;line-height: 30px;font-family: "Arial";text-transform: uppercase;}
.cust_main .section1{background: #f2f2f2;z-index: 4;position: relative;}
.cust_main .section1 .items{overflow: hidden;margin: 0 -8px;}
.cust_main .section1 .items .item{display:inline-block;width: 33%;}
.cust_main .section1 .items .item .inner{margin: 8px;background: #fff;}
.cust_main .section1 .items .item .inner .pic{display: block;width: 100%;overflow: hidden;}
.cust_main .section1 .items .item .inner .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.cust_main .section1 .items .item .inner .txt{padding: 35px;}
.cust_main .section1 .items .item .inner .txt h1 a{font-size: 16px;display: block;color: #333;line-height: 30px;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cust_main .section1 .items .item .inner .txt p{font-size: 14px;color: #808080;line-height: 24px;height: 96px;overflow: hidden;margin-bottom: 70px;}
.cust_main .section1 .items .item .inner .txt .mor{display: block;width: 68px;height: 11px;background: url(../images/news/cust_more1.png) no-repeat;transition:all 500ms ease;-webkit-transition:all 500ms ease;}
.cust_main .section1 .items .item:hover .inner .txt .mor{background: url(../images/news/cust_more2.png) no-repeat;transform: translateX(10px);-webkit-transform:translateX(10px);}
.cust_main .section1 .items .item:hover .inner .txt h1 a{color: #e50012;}
.cust_main .section1 .items .item:hover .inner .pic img{transform: scale(1.05);-webkit-transform:scale(1.05);}
.cust_main .section1 .more{display: block;margin: 60px auto 0 auto;width: 240px;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;background: #e50012;}
.cust_main .section1 .more:hover{background: #b30211;}

.cust_main .cust_detail{position: relative;z-index: 4;background: #f8f8f8;}

.cust_main .cust_detail .detail_tit{overflow: hidden;padding-bottom: 30px;border-bottom: 1px solid #dbdbdb;padding-top: 60px;margin-bottom: 60px;background: #f8f8f8;transition: all 500ms ease;-webkit-transition:all 500ms ease;padding-left: 0;padding-right: 0;padding-left: 7%;padding-right: 7%;}
.cust_main .detail_box .detail_tit.detaFix {position: fixed;top: 0;right:0;width: calc(100% - 160px);transition:all 800ms ease;-webkit-transition:all 800ms ease;margin: 0 auto;background:#fff !important;z-index:9999;
}
.cust_main .cust_detail .detail_tit h1{display: block;font-size: 28px;color: #333;line-height: 30px;float: left;}
.cust_main .cust_detail .detail_con{padding: 0 7% 40px 7%;}
.cust_main .cust_detail .detail_con span{font-size: 20px;color: #333;line-height: 30px;}
.cust_main .cust_detail .detail_con p{font-size:16px;color: #808080;line-height: 26px;margin:12px 0;}
.cust_main .cust_detail .detail_con img{max-width: 100%;}
.cust_main .cust_detail .detail_con table{width: 80%;border:1px solid #e8e8e8;border-right: 0;margin-top: 30px;margin-bottom: 80px;}
.cust_main .cust_detail .detail_con table td{font-size: 16px;line-height: 24px;color: #808080;padding: 20px 15px;text-align:center;border-right:1px solid #e8e8e8;width: 50%;}
.cust_main .cust_detail .detail_con table tr:nth-child(odd){background: #f8f8f8;}
.cust_main .cust_detail .detail_con table tr:nth-child(even){background: #dfdfdf;}



.about_main .common_section1 .txt_block p{background: none;padding: 0;font-size: 20px;color: #fff;line-height: 34px;display: block;}
.about_main .common_section1 .txt_block a{display: inline-block;width: 190px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background: #e50012;margin-top: 40px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.about_main .common_section1 .txt_block a:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);box-shadow: 0px 8px 37px 2px rgba(255, 0, 18, 0.5);}
.about_main .section1{background:#f2f2f2;z-index: 4;position: relative; }
.about_main .section1 .items{padding: 10% 0 0 0;overflow: hidden;}
.about_main .section1 .items .item{margin-bottom: 10%;position: relative;}
.about_main .section1 .items .item:after{background: #fff;content: "";display: block;position: absolute;top:0;right: 0;width:78%;height: 100%;z-index: -1;}
.about_main .section1 .items .item:nth-child(even):after{right: inherit;left:0;}
.about_main .section1 .items .item .left{position: absolute;top: -60px;bottom: 0;width: 60%;height: 100%;padding-left: 7%;}
.about_main .section1 .items .item .left .inner1{overflow: hidden;width: 50%;height: 100%;display: inline-block;vertical-align: bottom;}
.about_main .section1 .items .item .left .inner2{width: 24%;height: 50%;display: inline-block;vertical-align: bottom;overflow: hidden;position: absolute;left: 61%;bottom: 0;}
.about_main .section1 .items .item .left .pic{background-repeat: no-repeat;background-position: center;background-size: cover;overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;width: 100%;height: 100%;}
.about_main .section1 .items .item .left .inner1:hover .pic{transform: scale(1.05);-webkit-transform:scale(1.05);}
.about_main .section1 .items .item .left .inner2:hover .pic{transform: scale(1.05);-webkit-transform:scale(1.05);}
.about_main .section1 .items .item .left .pic2:hover{transform: scale(1.05);-webkit-transform:scale(1.05);}
.about_main .section1 .items .item:nth-child(even) .left{right: 0;padding-right: 7%;padding-left: 0;text-align: right;}
.about_main .section1 .items .item:nth-child(even) .left .inner2{position: absolute;right: 61%;bottom: 0;left: inherit;}
.about_main .section1 .items .item:nth-child(even) .right{padding: 9% 0 14% 7%;text-align: left;}
.about_main .section1 .items .item:nth-child(even) .left .inner1{margin-right: 0;}
.about_main .section1 .items .item .right{width: 40%;padding: 9% 7% 14% 0;text-align: right;}

.about_main .section1 .items .item:nth-child(odd) .right{margin-left: 60%;}
.about_main .section1 .items .item .right span{font-size: 30px;font-family: "Raavi";line-height: 30px;color: #bfbfbf;display: inline-block;margin-bottom: 10px;}
.about_main .section1 .items .item .right h1{font-size: 24px;color: #333333;line-height: 30px;margin-bottom: 50px;}
.about_main .section1 .items .item .right p{font-size: 16px;color: #808080;line-height: 26px;}


.jj_main .common_section1 .txt_block p{background: none;padding: 0;font-size: 20px;color: #fff;line-height: 34px;display: block;}
.jj_main .common_section1 .txt_block a{display: inline-block;width: 190px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background: #e50012;margin-top: 40px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .common_section1 .txt_block a:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);box-shadow: 0px 8px 37px 2px rgba(255, 0, 18, 0.5);}
.jj_main .section1{position: relative;z-index: 4;background: #f2f2f2 url(../images/news/about_bg1.png) no-repeat;background-position: right top;background-position: 90% -36px;background-size: 32%;}
.jj_main .section1 .block_txt{margin-bottom: 7%;}
.jj_main .section1 .block_txt h1{font-size: 40px;color: #333;line-height: 40px;margin-bottom: 15px;}
.jj_main .section1 .block_txt h2{color: #e50012;font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.jj_main .section1 .block_txt p{font-size: 16px;color: #808080;line-height: 30px;}
.jj_main .section1 .video_box{position: relative;}
.jj_main .section1 .video_box img{display: block;width: 100%;}
.jj_main .section1 .video_box a.btn{display: block;width: 36px;height: 36px;background: url(../images/news/play.png) no-repeat;position: absolute;top:50%;left:50%;margin-top: -18px;margin-left: -18px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section1 .video_box a.btn:hover{transform: rotate(360deg);-webkit-transform:rotate(360deg);}
.video_layer {position: fixed;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, .8);z-index: 100;display: none;}
.video_layer .video_cont {position: absolute;width: 85%;max-width: 900px;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);z-index: 9;}
.video_layer .video_cont video {display: block;width: 100%;}
.video_layer .video_con {position: relative;}
.video_layer .close {width: 20px;height: 20px;background: url(../images/news/close1.png) no-repeat;display: block;position: absolute;right: -30px;top: -30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.video_layer .close:hover{transform: rotate(360deg);-webkit-transform:rotate(360deg);}
.jj_main .section2{position: relative;z-index: 4;background: #f2f2f2;}
.jj_main .section2 .top{overflow: hidden;padding:2% 7% 0 7%;}
.jj_main .section2 .top h1{font-size: 40px;color:  #333;line-height: 40px;float: left;}
.jj_main .section2 .top .block_txt{width: 57%;float: right;}
.jj_main .section2 .top .block_txt p{font-size: 16px;color: #808080;line-height: 32px;}
.jj_main .section2 .bot{padding:5% 12px 5% 7%;overflow: hidden;}
.jj_main .section2 .zl_slick{font-size: 0;}
.jj_main .section2 .zl_slick  .slick-list{padding-top: 20px;}
.jj_main .section2 .zl_slick .item{margin:0 10px; width: calc(25% - 20px); display: inline-block; vertical-align: top;}
.jj_main .section2 .zl_slick .item .inner{padding:35px 40px;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section2 .zl_slick .item .inner:before{width: 100%;height: 60%;background: #fff;content: "";display: block;position: absolute;top: 0;left: 0;z-index: -1;}
.jj_main .section2 .zl_slick .item .inner:after{width: 100%;height: 60%;background: #e50012;content: "";display: block;position: absolute;top: 12px;left: 12px;z-index: -2;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section2 .zl_slick .item .inner h1{font-size: 18px;color: #333;line-height: 30px;margin-bottom: 25px;}
.jj_main .section2 .zl_slick .item .inner .pic{width: 100%;overflow: hidden;}
.jj_main .section2 .zl_slick .item .inner .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section2 .zl_slick .item .inner:hover .pic img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.jj_main .section2 .zl_slick .item:hover .inner:after{opacity: 1;visibility: visible;}
.jj_main .section2 .zl_slick .item:hover .inner{transform: translateY(-12px);-webkit-transform: translateY(-12px);}
.jj_main .section2 .zl_slick .slick-arrow{position: absolute;bottom: 70px;font-size: 0;outline: none;border:0;width: 12px;height: 20px;z-index: 2;background-color: transparent;cursor: pointer;opacity: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section2 .zl_slick .slick-prev{background: url(../images/news/about_prev.png) no-repeat;left: 0;}
.jj_main .section2 .zl_slick .slick-next{background: url(../images/news/about_next.png) no-repeat;right: 0;}
.jj_main .section2 .zl_slick .slick-list {margin:0 -30px;}
.jj_main .section2 .zl_slick:hover .slick-arrow{opacity: 1;}
.jj_main .section3{position: relative;z-index: 4;background: #fff;padding: 7% 7% 3% 7%;}
.jj_main .section3 .slick-list{margin: 0 -2%;padding-top: 20px;}
.jj_main .section3 .item .box{float: left;width: 25%;margin-bottom: 4%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section3 .item .box .inner{margin:0 8%;border:1px solid #f2f2f2;height: 330px;position: relative;background: #fff;cursor: pointer;}
.jj_main .section3 .item .box .inner:after{width: 100%;height: 100%;background: #e50012;content: "";display: block;position: absolute;top: 12px;left: 12px;z-index: -3;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section3 .item .box .inner span{font-size: 30px;color: #808080;font-family: "Raavi";padding: 50px 30px 0 30px;display: inline-block;}
.jj_main .section3 .item .box .inner .block_txt{width: 100%;position: absolute;bottom: 0;left:0;padding: 0 30px 35px 30px;}
.jj_main .section3 .item .box .inner .block_txt .txt{margin-top: 10px;}
.jj_main .section3 .item .box .inner .block_txt .txt h1{font-size: 16px;color: #333;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jj_main .section3 .item .box .inner .block_txt .txt p{font-size: 14px;color: #808080;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jj_main .section3 .item .box:hover{transform: translateY(-12px);-webkit-transform: translateY(-12px);}
.jj_main .section3 .item .box:hover .inner:after{opacity: 1;visibility: visible;}
.jj_main .section3 .item .box:hover .inner span{color: #e50012;}
.jj_main .section3 .item .box:nth-child(5){margin-left: 25%;}

.jj_main .section3 .item .box:nth-child(6) .inner{background:#fff url(../images/news/about_bg3.png) no-repeat;background-position: right 68%;}
.jj_main .section3 .tit{position: absolute;bottom: 36%;left: 7%;}
.jj_main .section3 .tit h1{font-size: 40px;color: #333;line-height: 40px;position: relative;}
.jj_main .section3 .items:after{content: "";display: block;width: 2px;height: 20px;position: absolute;bottom: 24%;left: 30px;background: #c1c1c1;z-index: 2;visibility: visible;}
.jj_main .section3 .items .slick-arrow{position: absolute;bottom: 24%;font-size: 0;outline: none;border:0;width: 12px;height: 20px;z-index: 2;background-color: transparent;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jj_main .section3 .items .slick-prev{background: url(../images/news/about_prev2.png) no-repeat;left: 0;}
.jj_main .section3 .items .slick-next{background: url(../images/news/about_next2.png) no-repeat;left: 50px;}
.jj_main .section3 .items .slick-prev:hover{background: url(../images/news/about_prev.png) no-repeat;left: 0;}
.jj_main .section3 .items .slick-next:hover{background: url(../images/news/about_next.png) no-repeat;left: 50px;}

.honor_layer {position: fixed;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, .8);z-index: 100;display: none;}
.honor_layer .active{right: 0;display: block;}

.honor_layer .honor_con {
    position: absolute;
    width: 74%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}
.honor_layer .honor_con .honor_main{/*visibility: visible;*/}
.honor_layer .honor_con .honor_for{background: #fff;}
.honor_layer .honor_con .honor_for .item{overflow: hidden;position: relative;background: transparent;}
.honor_layer .honor_con .honor_for .item .pic{width: 74%;}
.honor_layer .honor_con .honor_for .item .pic img{display: block;width: 100%;}
.honor_layer .honor_con .honor_for .item .right{width: 26%;position: absolute;right: 0;top: 35%;}
.honor_layer .honor_con .honor_for .item .right .txt{padding: 0 20px;}
.honor_layer .honor_con .honor_for .item .right .txt span{font-size: 40px;color: #e50012;line-height: 40px;margin-bottom: 15px;font-family: "Arial";display:block;text-align:center;}
.honor_layer .honor_con .honor_for .item .right .txt h1{font-size: 24px;color: #333;line-height: 24px;text-align: center;margin-bottom: 10px;}
.honor_layer .honor_con .honor_for .item .right .txt h2{font-size: 16px;color: #333;line-height: 24px;text-align: center;margin-bottom: 40px;}
.honor_layer .honor_con .honor_for .item .right .txt p{font-size: 14px;color: #808080;line-height: 24px;text-align: center;}
.honor_layer .honor_con .honor_nav{text-align: center;background: #fff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);}
.honor_layer .honor_con .honor_nav .item{display: inline-block !important;margin: 0 15px;border:2px solid #fff;}
.honor_layer .honor_con .honor_nav .item.slick-current{border:2px solid #e50012;}
.honor_layer .honor_con .honor_nav .item img{display: block;width: 100%;}
.honor_layer .honor_con .honor_nav .slick-arrow{position: absolute;bottom: 43%;font-size: 0;outline: none;border:0;width: 12px;height: 20px;z-index: 2;background-color: transparent;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;margin-top: -10px;}
.honor_layer .honor_con .honor_nav .slick-prev{background: url(../images/news/about_prev2.png) no-repeat;left: 30px;}
.honor_layer .honor_con .honor_nav .slick-next{background: url(../images/news/about_next2.png) no-repeat;right: 30px;}
.honor_layer .honor_con .honor_nav .slick-prev:hover{background: url(../images/news/about_prev.png) no-repeat;left: 30px;}
.honor_layer .honor_con .honor_nav .slick-next:hover{background: url(../images/news/about_next.png) no-repeat;right: 30px;}
.honor_layer .honor_con .honor_nav .slick-list{width: 50%;margin: 0 auto;padding: 30px 0;}
.honor_layer .honor_con .close{position: absolute;right: 30px;top: 30px;width: 36px;height: 36px;background: url(../images/news/close2.png) no-repeat;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.honor_layer .honor_con .close:hover{transform: rotate(360deg);-webkit-transform: rotate(360deg);}




/*about_river*/
.bRiver_main .container{width: 88%;}
.bRiver_main{background: #f2f2f2;position: relative;z-index: 4;padding-top: 7%;}
.bRiver_main .tit h1{font-size: 40px;color: #333;line-height: 40px;padding-left: 7%;}
.bRiver_main .mobile{display: none;}
.bRiver_main .inner_html{max-width: 1200px; width:70%;margin: 0 auto; position: fixed; top: 45px; left: 180px; right: 0; padding-left: 20px; z-index: 5; display: none;}
.bRiver_main .inner_html .date{width: 290px; height: 246px; float: left; background: url(../images/news/about_img22.png) center no-repeat; background-size: 100% auto; text-align: center; font-size: 30px; color: #fff; font-family: 'Reznor'; padding: 27px 27px 0; line-height: 174px;}
.bRiver_main .inner_html .date span.year{font-size:80px;}
.bRiver_main .inner_html .txt{margin-left: 300px;margin-right: 44px; margin-top: 27px; background: #fff url(../images/news/about_img24.png) right top no-repeat; box-shadow: -10px 10px 15px rgba(0,0,0,.2);}
.bRiver_main .inner_html .box{padding: 30px 50px;min-height: 180px;position: relative;}
.bRiver_main .inner_html .box p{font-size: 22px; color: #333; line-height: 32px; margin-bottom: 20px;}
.bRiver_main .inner_html .pics{overflow: hidden;}
.bRiver_main .inner_html .pics img{width: 300px; float: left; margin-right: 1px;}
.bRiver_main .inner_html .box a{width:20px; height: 20px;background: url(../images/news/r_more.png) no-repeat;font-size: 0;display: inline-block;position: absolute;right: 50px;bottom:30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bRiver_main .inner_html .box a:hover{background: url(../images/news/r_more_hover.png) no-repeat;}
.bRiver_main .inner_html .prev{width: 29px; height: 55px; background: url(../images/news/left_icon7.png); position: absolute; left: -20px; top: 94px; cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bRiver_main .inner_html .prev:hover{background: url(../images/news/left_icon7_hover.png);}
.bRiver_main .inner_html .next{width: 29px; height: 55px; background: url(../images/news/right_icon7.png); position: absolute; right:-20px; top: 94px; cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bRiver_main .inner_html .next:hover{background: url(../images/news/right_icon7_hover.png);}
.bRiver_main .main{margin-top: 5%;}
.bRiver_main .scroll-body{width: 100%; height: 100%; z-index: 2; position: relative;}
.bRiver_main .s_body{position: relative; max-width: 1154px; height: 2067px; background:url(../images/news/about_img20.png) no-repeat 0 0; transition: all 1s; margin-left: auto; margin-right: auto;background-size: contain;}
.bRiver_main .mask{width: 100%; height: 0; position: absolute; overflow: hidden; left: 0; top: 0; right: 0;}
.bRiver_main img.river_img{width: 100%; height: auto;}
.bRiver_main ul.text_ul{position: absolute; width: 100%; z-index: 1;}
.bRiver_main .text_ul li{position: absolute; display: inline-block; color: #808080; font-weight: 600; cursor: pointer;}
.bRiver_main .r{padding-left: 30px;}
.bRiver_main .l{padding-right: 30px;}
.bRiver_main .r:after,.bRiver_main .l:after{content: ''; position: absolute; width: 19px; height: 19px; display: inline-block; border-radius: 50%; background: #ffffff; top: 50%; margin-top: -10px;}
.bRiver_main .r:after{left: 0;}
.bRiver_main .l:after{right: 0;}
.bRiver_main .text_ul li:nth-of-type(1){left: 490px;}
.bRiver_main .text_ul li:nth-of-type(2){left: 343px;}
.bRiver_main .text_ul li:nth-of-type(3){left: 17px;}
.bRiver_main .text_ul li:nth-of-type(4){left: 330px;}
.bRiver_main .text_ul li:nth-of-type(5){left: 538px;}
.bRiver_main .text_ul li:nth-of-type(6){left: 822px;}
.bRiver_main .text_ul li:nth-of-type(7){left: 550px;}
.bRiver_main .text_ul li:nth-of-type(8){left: 542px;}
.bRiver_main .text_ul li:nth-of-type(9){left: 658px;}
.bRiver_main .text_ul li:nth-of-type(10){left: 910px;}
.bRiver_main .text_ul li:nth-of-type(11){left: 834px;}
.bRiver_main .text_ul li:nth-of-type(12){left: 644px;}
.bRiver_main .text_ul li:nth-of-type(13){left: 738px;}
.bRiver_main .text_ul li:nth-of-type(14){left: 870px;}
.bRiver_main .text_ul li:nth-of-type(15){left: 1045px;}
.bRiver_main .text_ul li:nth-of-type(16){left: 1038px;}
.bRiver_main .text_ul li:nth-of-type(17){left: 916px;}
.bRiver_main .text_ul li:nth-of-type(18){left: 724px;}
.bRiver_main .text_ul li:nth-of-type(19){left: 530px;}
.bRiver_main .text_ul li:nth-of-type(20){left: 250px;}



/*濠电偞娼欓崲鏌ニ囨繝姘珘鐎广儱鎳庨～锟�*/
.sec_fix{position: relative;z-index: 4;background: #fff;}
.hw_tit h1{color: #333;font-size: 30px;line-height: 30px;}
.hw_tit span{color: #999;font-size: 14px;line-height: 30px;font-family: "Arial";text-transform: uppercase;}
.hw_main .section1{overflow: hidden;background: #fff;}
.hw_main .section1 .left{float: left;width: 54%;}
.hw_main .section1 .hw_tit span{display:inline-block;margin-bottom: 10px;}
.hw_main .section1 .left p{color: #333;font-size: 16px;line-height: 26px;margin-top: 30px;}
.hw_main .section1 .right{float: right;width: 37%;overflow: hidden;}
.hw_main .section1 .right img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.hw_main .section1 .right:hover img{transform: scale(1.05);-webkit-transform:scale(1.05);}
.hw_main .section2{overflow: hidden;background: #f7f7f7;}
.hw_main .section2 .top{overflow: hidden;padding: 6% 7% 5% 7%;}
.hw_main .section2 .top .hw_tit{float: left;}
.hw_main .section2 .top .right{float: right;width: 74%;}
.hw_main .section2 .top .right p{color: #333;font-size: 16px;line-height: 26px;margin-bottom: 30px;}
.hw_main .section2 .top .right p:last-child{margin-bottom: 0;}
.hw_main .section2 .items{overflow: hidden;}
.hw_main .section2 .items .item{width: 25%;float: left;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.hw_main .section2 .items .item img{display: block;width: 100%;}
.hw_main .section2 .items .item .inner{text-align: center;position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.hw_main .section2 .items .item .inner .txt{position: absolute;top: 50%;left: 0;right: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.hw_main .section2 .items .item .inner i{display: inline-block;width: 30px;height: 2px;background: #fff;margin-bottom: 35px;}
.hw_main .section2 .items .item .inner h1{font-size: 24px;color: #fff;line-height: 24px;text-align: center;margin-bottom: 25px;}
.hw_main .section2 .items .item .inner p{font-size: 22px;color: #fff;line-height: 24px;text-align: center;font-family: "Arial";display: block;padding: 0 15px;}
.hw_main .section2 .items .item:hover .inner{background: rgba(299,0,18,0.6);}

.hw_main  .section3{background: #fff url(../images/fuwu/hw_bg1.png) no-repeat left 20%;background-size: cover;}
.hw_main  .section3 .items{font-size: 0;text-align: center;padding: 6% 0 3% 0;margin: 0 -20px;}
.hw_main  .section3 .items .item{display: inline-block;vertical-align: top;width: 20%;padding: 0 20px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.hw_main  .section3 .items .item i{display: inline-block;width: 85px;height: 85px;background-repeat: no-repeat;background-position: center;margin-bottom: 40px;}
.hw_main  .section3 .items .item:nth-of-type(1) i{background-image: url(../images/fuwu/hw_ico1.png);}
.hw_main  .section3 .items .item:nth-of-type(2) i{background-image: url(../images/fuwu/hw_ico2.png);}
.hw_main  .section3 .items .item:nth-of-type(3) i{background-image: url(../images/fuwu/hw_ico3.png);}
.hw_main  .section3 .items .item:nth-of-type(4) i{background-image: url(../images/fuwu/hw_ico4.png);}
.hw_main  .section3 .items .item:nth-of-type(5) i{background-image: url(../images/fuwu/hw_ico5.png);}
.hw_main  .section3 .items .item h1{font-size: 16px;color: #222;line-height: 24px;text-align: center;margin-bottom: 5px;}
.hw_main  .section3 .items .item p{font-size: 14px;color: #222;line-height: 24px;text-align: center;font-family: "Arial";}
.hw_main  .section3 .items .item:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.hw_main  .common_section3{background: #f7f7f7;}
.hw_main  .common_section3 .tit{padding: 25px 0 0 0;font-size: 16px;color: #666666;line-height: 24px;border-top:1px solid #e6e6e6;margin-top: 30px;}
.hw_main  .common_section3 .item .logo{background: #fff;}
.hw_main  .common_section3 .item{border-color: #e6e6e6;}


/*闁哄鏅滅粙鎴﹀吹椤撱垹鐭楅柨婵嗘缁犳盯鏌涢弮鎾村*/
.jk_main .section1 {background: #f7f7f7;overflow: hidden;}
.jk_main .section1 .top{overflow: hidden;padding: 8% 7% 0 7%;}
.jk_main .section1 .left{width: 50%;padding-bottom:7%;position: relative;z-index: 2;}
.jk_main .section1 .left p{color: #666;font-size: 16px;line-height: 28px;margin-top: 40px;}
.jk_main .section1 .top img{position: absolute;right: -7%;top: 4%;max-height: 100%;z-index: 1;}
.jk_main .section1 .items{overflow: hidden;position: relative;z-index: 2;}
.jk_main .section1 .items .item{width: 33.33%;float: left;position: relative;}
.jk_main .section1 .items .item img{display: block;width: 100%;}
.jk_main .section1 .items .item .txt_block{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;background: rgba(0,0,0,0.5);}
.jk_main .section1 .items .item .txt_block .block{text-align:center;padding:0 10%;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: absolute;width: 100%;top: 30%;}
.jk_main .section1 .items .item .txt_block .block i{height: 50px;display: block;background-position: center;background-repeat: no-repeat;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section1 .items .item:nth-of-type(1) .txt_block .block i{background-image: url(../images/fuwu/jk_ico1.png);}
.jk_main .section1 .items .item:nth-of-type(2) .txt_block .block i{background-image: url(../images/fuwu/jk_ico2.png);}
.jk_main .section1 .items .item:nth-of-type(3) .txt_block .block i{background-image: url(../images/fuwu/jk_ico3.png);}
.jk_main .section1 .items .item:hover .txt_block{background: rgba(228,2,19,0.8);}
.jk_main .section1 .items .item .txt_block .block span{display: inline-block;width: 30px;height: 2px;background: #fff;margin: 25px 0;}
.jk_main .section1 .items .item .txt_block .block h1{font-size: 24px;color: #fff;line-height: 24px;text-align: center;margin-bottom: 25px;}
.jk_main .section1 .items .item .txt_block .block p{font-size: 16px;color: #fff;line-height: 24px;text-align: center;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section1 .items .item:hover .txt_block .block{top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.jk_main .section1 .items .item:hover .txt_block .block p{opacity: 1;visibility: visible;}
.jk_main .section1 .items .item:hover .txt_block .block i{-webkit-transform: rotateY(360deg); transform: rotateY(360deg);}

.jk_main .section2 {background: #f7f7f7;}
.jk_main .section2 .items{overflow: hidden;margin: 30px -18px 0 -18px;padding: 10px 0;}
.jk_main .section2 .items .item{width: 50%;float: left;margin-bottom: 36px;height: 300px;}
.jk_main .section2 .items .item .inner{margin: 0 18px;background: #fff;padding: 50px 50px 30px 50px;transition: all 500ms ease;-webkit-transition:all 500ms ease;height: 100%;}
.jk_main .section2 .items .item .inner .pic{width:103px;height: 103px; float: left;}
.jk_main .section2 .items .item .inner .pic i{display: block;margin: 0 auto;background-repeat: no-repeat;background-position: center;width: 100%;height: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section2 .items .item:nth-child(1) .inner .pic i{background-image: url(../images/fuwu/jk_ico4.png);}
.jk_main .section2 .items .item:nth-child(2) .inner .pic i{background-image: url(../images/fuwu/jk_ico5.png);}
.jk_main .section2 .items .item:nth-child(3) .inner .pic i{background-image: url(../images/fuwu/jk_ico6.png);}
.jk_main .section2 .items .item:nth-child(4) .inner .pic i{background-image: url(../images/fuwu/jk_ico7.png);}
.jk_main .section2 .items .item:nth-child(5) .inner .pic i{background-image: url(../images/fuwu/jk_ico8.png);}
.jk_main .section2 .items .item:nth-child(6) .inner .pic i{background-image: url(../images/fuwu/jk_ico9.png);}
.jk_main .section2 .items .item:nth-child(7) .inner .pic i{background-image: url(../images/fuwu/jk_ico10.png);}
.jk_main .section2 .items .item:nth-child(8) .inner .pic i{background-image: url(../images/fuwu/jk_ico11.png);}
.jk_main .section2 .items .item .inner .txt_block{margin-left: 150px;}
.jk_main .section2 .items .item .inner .txt_block h1{font-size: 20px;color: #333;line-height: 30px;font-weight: bold;margin-bottom: 20px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section2 .items .item .inner .txt_block h1:after{content: "";display: block;width: 30px;height: 3px;background: #e50012;margin-top: 15px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section2 .items .item .inner .txt_block p{font-size: 16px;color: #333;line-height: 30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.jk_main .section2 .items .item:hover .inner{background: #d61418;box-shadow: 0 0 20px 3px rgba(299,0,18,0.3);}
.jk_main .section2 .items .item:nth-child(1):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico4_hover.png);}
.jk_main .section2 .items .item:nth-child(2):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico5_hover.png);}
.jk_main .section2 .items .item:nth-child(3):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico6_hover.png);}
.jk_main .section2 .items .item:nth-child(4):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico7_hover.png);}
.jk_main .section2 .items .item:nth-child(5):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico8_hover.png);}
.jk_main .section2 .items .item:nth-child(6):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico9_hover.png);}
.jk_main .section2 .items .item:nth-child(7):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico10_hover.png);}
.jk_main .section2 .items .item:nth-child(8):hover .inner .pic i{background-image: url(../images/fuwu/jk_ico11_hover.png);}
.jk_main .section2 .items .item:hover .inner .txt_block h1{color: #fff;}
.jk_main .section2 .items .item:hover .inner .txt_block h1:after{background: rgba(255,255,255,0.5);}
.jk_main .section2 .items .item:hover .inner .txt_block p{color: #fff;}


/*闁哄鍎愰崹顖氣枎閵忋倕瀚夌€广儱鎳庨～锟�*/
.rj_main .common_section1 .txt_block p{}
.rj_main .common_section1 .txt_block a{display: inline-block;width: 190px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background: #e50012;margin-top: 40px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.rj_main .common_section1 .txt_block a:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);box-shadow: 0px 8px 37px 2px rgba(255, 0, 18, 0.5);}
.rj_main .common_section1 .slick{height: 100vh;}
.rj_main .common_section1 .slick .item{background-position: center;background-repeat: no-repeat;background-size: cover;height: 100vh;}
.rj_main .common_section1 .slick .slick-dots{position: absolute;bottom: 8%;left: 7%;}
.rj_main .common_section1 .slick .slick-dots li{width: 60px;height: 80px;display: inline-block;position: relative;cursor: pointer;background: transparent;margin-right: 10px;}
.rj_main .common_section1 .slick .slick-dots li button{position: absolute;width: 60px;height: 2px;background: rgba(255,255,255,0.2);left: 0;top: 50%;transform: translateY(-50%);}
.rj_main .common_section1 .slick .slick-dots li button:after{content: "";display: block;position: absolute;left: 0;top: 0;background: rgba(255,255,255,0.1);width: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;z-index: 2;height: 100%;}
.rj_main .common_section1 .slick .slick-dots li.slick-active button:after{content: "";display: block;position: absolute;left: 0;top: 0;background: rgba(255,255,255,1);width: 100%;height: 100%;}
.rj_main .section1{background: #fff;}
.rj_main .section1 .img img{display: block;max-width: 100%;margin: 0 auto;}
.rj_main .section2{background: url(../images/fuwu/rj_bg1.jpg) no-repeat center;background-size: cover;padding:0 0 7% 0;}
.rj_main .section2 .hw_tit{padding: 6% 0 0 7%;}
.rj_main .section2 .hw_tit h1{color: #fff;}
.rj_main .section2 .txt_block{position: relative;}
.rj_main .section2 .txt_block .img{position: absolute;left: 44%;top: 29%;}
.rj_main .section2 .txt_block .img img{display: inline-block;max-width: 100%;}
.rj_main .section2 .txt_block .bg img{display: block;max-width: 84%;margin-left: 4%;}
.rj_main .section2 .txt_block .items{width: 100%;height: 100%;position: absolute;left: 0;right: 0;top:0;margin: 0 auto;}
.rj_main .section2 .txt_block .items .item{position: absolute;cursor: pointer;background: transparent;}
.rj_main .section2 .txt_block .items .item .show {color: #f75a53;font-size: 16px;line-height: 24px;position: relative;display: inline-block;opacity: 1;visibility: visible;z-index: 1; -webkit-animation: topdown 2s linear infinite; animation: topdown 2s linear infinite;text-align: center;}
.rj_main .section2 .txt_block .items .item .show i{content: "";display: block;background: url(../images/fuwu/ry_bg3.png) no-repeat center;width: 13px;height: 100px;margin: 10px auto 0 auto;}
.rj_main .section2 .txt_block .items .item .hide{opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: absolute;z-index: 3;top: 0;left: 0;right: 0;margin: 0 auto;}
.rj_main .section2 .txt_block .item:nth-child(1){left: 11%;top: 38%;}
.rj_main .section2 .txt_block .item:nth-child(2){left: 17%;top: 50%;}
.rj_main .section2 .txt_block .item:nth-child(3){left: 24%;top: 28%;}
.rj_main .section2 .txt_block .item:nth-child(4){left: 32%;top: 56%;}
.rj_main .section2 .txt_block .item:nth-child(5){left: 62%;top: 62%;}
.rj_main .section2 .txt_block .item:nth-child(6){left: 68%;top:28%;}
.rj_main .section2 .txt_block .item:nth-child(7){left: 74%;top:48%;}
.rj_main .section2 .txt_block .item:nth-child(8){left: 80%;top:34%;}
.rj_main .section2 .txt_block .items .item:nth-child(2) .show {-webkit-animation: topdown 3s linear infinite; animation: topdown 3s linear infinite;}
.rj_main .section2 .txt_block .items .item:nth-child(3) .show {-webkit-animation: topdown 4s linear infinite; animation: topdown 4s linear infinite;}
.rj_main .section2 .txt_block .items .item:nth-child(4) .show {-webkit-animation: topdown 5s linear infinite; animation: topdown 5s linear infinite;}
.rj_main .section2 .txt_block .items .item:nth-child(5) .show {-webkit-animation: topdown 6s linear infinite; animation: topdown 6s linear infinite;}
.rj_main .section2 .txt_block .items .item:nth-child(6) .show {-webkit-animation: topdown 7s linear infinite; animation: topdown 7s linear infinite;}
.rj_main .section2 .txt_block .items .item:nth-child(7) .show {-webkit-animation: topdown 8s linear infinite; animation: topdown 8s linear infinite;}
.rj_main .section2 .txt_block .item .hide i{display: block;width: 54px;height: 54px;background-repeat: no-repeat;background-position: center;background-color: #ffa800;box-shadow: 0 0 30px 4px rgba(255,168,0,0.6);border-radius: 50%;margin: 0 auto;}
.rj_main .section2 .txt_block .item:nth-child(1) .hide i{background-image: url(../images/fuwu/ry_ico1.png);}
.rj_main .section2 .txt_block .item:nth-child(2) .hide i{background-image: url(../images/fuwu/ry_ico2.png);}
.rj_main .section2 .txt_block .item:nth-child(3) .hide i{background-image: url(../images/fuwu/ry_ico3.png);}
.rj_main .section2 .txt_block .item:nth-child(4) .hide i{background-image: url(../images/fuwu/ry_ico4.png);}
.rj_main .section2 .txt_block .item:nth-child(5) .hide i{background-image: url(../images/fuwu/ry_ico5.png);}
.rj_main .section2 .txt_block .item:nth-child(6) .hide i{background-image: url(../images/fuwu/ry_ico6.png);}
.rj_main .section2 .txt_block .item:nth-child(7) .hide i{background-image: url(../images/fuwu/ry_ico7.png);}
.rj_main .section2 .txt_block .item:nth-child(8) .hide i{background-image: url(../images/fuwu/ry_ico8.png);}
.rj_main .section2 .txt_block .item .hide .txt{width: 415px;background: #fff;padding: 30px 35px;border-radius: 15px;position: absolute;left: 50%;transform:translateX(-50%);top:75px;z-index: 5;}
.rj_main .section2 .txt_block .item .hide .txt h2{font-size: 20px;color: #333;line-height: 24px;text-align: center;margin-bottom: 20px;}
.rj_main .section2 .txt_block .item .hide .txt p{font-size:14px;color: #808080;line-height: 24px;text-align: center;margin-bottom: 15px;}
.rj_main .section2 .txt_block .item .hide .txt  a{color: #ffa800;font-size: 14px;line-height: 24px;text-align: center;display: none;}
.rj_main .section2 .txt_block .item .hide .txt:before{content: "";display: block;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fff;position: absolute;top: -10px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.rj_main .section2 .txt_block .item:hover .hide{opacity: 1;visibility: visible;}
.rj_main .section2 .txt_block .item:hover .show{opacity: 0;visibility: hidden;}
/*.rj_main .section2 .txt_block .item:nth-child(1) .hide {left: 118px;}
.rj_main .section2 .txt_block .item:nth-child(1) .hide .txt{left:28px;}*/
@keyframes topdown{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes topdown{
  0%{-webkit-transform: translateY(0); transform: translateY(0);}
  50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
  100%{-webkit-transform: translateY(0); transform: translateY(0);}
}



.rj_main .section3{background: #f2f2f2;}
.rj_main .section3 .items{margin-top: 30px;overflow: hidden;}
.rj_main .section3 .items .item{float: left;width: 50%; position: relative;}
.rj_main .section3 .items .item a{display: block;}
.rj_main .section3 .items .item img{display: block;width: 100%;}
.rj_main .section3 .items .item .txt_block{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(51,51,51,0.9);}
.rj_main .section3 .items .item .txt_block .box{position: absolute; width: 100%;top: 30%;left: 0;padding: 0 10%;-webkit-transition: all 500ms ease;transition: all 500ms ease;text-align: center;}
.rj_main .section3 .items .item .txt_block .box i{height: 50px;display: block;background-position: center;background-repeat: no-repeat;-webkit-transition: all 1s ease;transition: all 1s ease;margin-bottom: 20px;}
.rj_main .section3 .items .item:nth-of-type(1) .txt_block .box i{background-image: url(../images/fuwu/ry_ico9.png);}
.rj_main .section3 .items .item:nth-of-type(2) .txt_block .box i{background-image: url(../images/fuwu/ry_ico10.png);}
.rj_main .section3 .items .item:nth-of-type(3) .txt_block .box i{background-image: url(../images/fuwu/ry_ico11.png);}
.rj_main .section3 .items .item:nth-of-type(4) .txt_block .box i{background-image: url(../images/fuwu/ry_ico12.png);}
.rj_main .section3 .items .item:hover .txt_block{background: rgba(229,0,18,0.85);}
.rj_main .section3 .items .item .txt_block .box span{display: inline-block;font-size: 14px;color: #fff;margin: 0 auto;padding: 10px 20px;text-align: center;border:1px solid #fff;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.rj_main .section3 .items .item .txt_block .box h1{font-size: 24px;color: #fff;line-height: 24px;text-align: center;margin-bottom: 15px;}
.rj_main .section3 .items .item .txt_block .box p{font-size: 16px;color: #fff;line-height: 24px;text-align: center;margin-bottom: 20px;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;/*height: 48px;*/overflow: hidden;}
.rj_main .section3 .items .item:hover .txt_block .box{top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.rj_main .section3 .items .item:hover .txt_block .box p{opacity: 1;visibility: visible;}
.rj_main .section3 .items .item:hover .txt_block .box i{-webkit-transform: rotateY(360deg); transform: rotateY(360deg);}
.rj_main .section3 .items .item:hover .txt_block .box span{opacity: 1;visibility: visible;}


/*闁荤姳闄嶉崹鐟扮暦閻旇櫣涓嶉柨娑樺閸婏拷*/

.oms_main .section1{background: #fff;}
.hw_tit2 {padding-bottom:30px;border-bottom: 1px solid #f2f2f2;margin-bottom: 30px;}
.oms_main .section1 .img h1{font-size: 16px;line-height: 24px;color: #808080;padding-bottom: 30px;border-bottom: 1px dashed #d8d8d8;margin-bottom: 40px;}
.oms_main .section1 .img img{display: block;max-width: 100%;margin: 0 auto;}
.oms_main .section2{background: #f2f2f2;}
.oms_main .section2 .img img{display: block;max-width: 100%;margin: 30px auto 0 auto;}
.comm_section3 {background: #fff;}
.comm_section3 .items{overflow: hidden;margin: 20px -15px 0 -15px;padding: 20px 0 0 0;}
.comm_section3 .items .item{width: 25%;float: left;margin-bottom: 30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.comm_section3 .items .item .inner{margin: 0 15px;background: #fff;box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);padding: 30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.comm_section3 .items .item .inner .top i{display: inline-block;width: 50px;height: 50px;background: #e50012;border-radius: 50%;background-position: center;background-repeat: no-repeat;vertical-align: middle;transition: all 500ms ease;-webkit-transition:all 500ms ease;float: left;}
.comm_section3 .items .item .inner .top{padding-bottom: 20px;margin-bottom: 20px;border-bottom:1px solid #dbdbdb;}

.comm_section3 .items .item .inner .top .top_txt{margin-left: 65px;}
.comm_section3 .items .item .inner .top i{display: inline-block;width: 50px;height: 50px;background: #e50012;border-radius: 50%;background-position: center;background-repeat: no-repeat;vertical-align: middle;}
.comm_section3 .items .item .inner .top .top_txt h1{font-size: 20px;color: #333;line-height: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.comm_section3 .items .item .inner .top i{display: inline-block;width: 50px;height: 50px;background: #e50012;border-radius: 50%;background-position: center;background-repeat: no-repeat;vertical-align: middle;}
.comm_section3 .items .item .inner .top .top_txt span{font-size: 12px;color: #bfbfbf;line-height: 24px;font-family: "Arial";text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.comm_section3 .items .item .inner .top i{display: inline-block;width: 50px;height: 50px;background: #e50012;border-radius: 50%;background-position: center;background-repeat: no-repeat;vertical-align: middle;}
.comm_section3 .items .item .inner .bot p{font-size: 14px;color: #a6a6a6;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 78px;}
.comm_section3 .items .item .inner .top i{display: inline-block;width: 50px;height: 50px;background: #e50012;border-radius: 50%;background-position: center;background-repeat: no-repeat;vertical-align: middle;}
.comm_section3 .items .item .inner .bot span{color: #e50012;font-size: 14px;display: inline-block;margin-top: 30px;}
.comm_section3 .items .item:hover .inner{box-shadow: 0 5px 20px 3px rgba(299,0,18,0.4);background: #e50012;transform: translateY(-5px);-webkit-transform: translateY(-5px); }
.comm_section3 .items .item:hover .inner .top{border-color: rgba(255,255,255,0.3);}
.comm_section3 .items .item:hover .inner .top .top_txt h1{color: #fff;}
.comm_section3 .items .item:hover .inner .top .top_txt span{color: rgba(255,255,255,0.3);}
.comm_section3 .items .item:hover .inner p{color: #fff;}
.comm_section3 .items .item:hover .inner .top i{background-color: #fff;}
.comm_section3 .items .item:hover .inner .bot span{color: #fff;}


/*婵炲濮甸幐鎼佸磻瀹ュ洨涓嶉柨娑樺閸婏拷*/
.comm_section1{padding: 5% 7% 2% 7%;}
.comm_section1 .hw_tit{}
.comm_section1 .img h1{color: #e50012;font-size: 18px;line-height: 36px;margin-bottom: 10px;}
.comm_section1 .img p{color: #808080;font-size: 16px;line-height: 36px;}
.comm_section1 .img img{display: block;width: 100%;margin: 30px auto 0 auto;}
.wms_main .comm_section3{background: #f2f2f2;}


/*闁哄鏅滈崝娆撳储閵堝洨涓嶉柨娑樺閸婏拷*/
.tms_main .comm_section1 .img .img_box{position: relative;padding: 10% 0 3% 0;}
.tms_main .comm_section1 .img .img_box img{display: block;margin:0;width: 100%;}
.tms_main .comm_section1 .img .img_box .l{float: left;width: 39%;}
.tms_main .comm_section1 .img .img_box .c{float: left;width: 28%;position: absolute;top:17%;left: 0;right: 0;margin: 0 auto;}
.tms_main .comm_section1 .img .img_box .r{float: right;width:39%;}
.tms_main .comm_section3{background: #f2f2f2;}



/*闂佸搫绉撮幗婊堟偩閼姐倗涓嶉柨娑樺閸婏拷*/
.bms_main .comm_section1 {padding: 5% 7%;}
.bms_main .comm_section3{background: #f2f2f2;}



/*闁荤喐鐟辩徊浠嬪窗閸涙潙妫橀悷娆忓閺€锟�*/
.so_main .so_top{background: #fff;width:100%;overflow: hidden;z-index: 3;}
.so_main .so_top.fixedtop .inner{position: fixed;top: 0;right: 0;width: calc(100% - 160px);transition: all 800ms ease;-webkit-transition: all 800ms ease;margin: 0 auto;z-index: 5;}
.so_main .common_crumb{position: static;background: none;text-align: left;width: auto;color: #5c5c5c;float: left;font-size: 14px;padding-left: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.so_main .common_crumb i{background: url(../images/news/common_icon1.png) center no-repeat; }
.so_main .common_crumb a{color: #5c5c5c;}
.so_main .so_top .inner{overflow: hidden;padding:40px 7%;background: #fff;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.so_main .hw_tit{padding-bottom: 30px;margin-bottom: 30px;border-bottom:1px solid #dbdbdb;}
.so_main .so_detail{position: relative;z-index: 3;background: #f8f8f8;padding: 4% 7%;}
.so_main .detail_con h1{font-size: 20px;color: #333;line-height: 36px;margin-bottom: 10px;}
.so_main .detail_con p{font-size: 16px;color: #808080;line-height: 36px;}
.so_main .detail_con img{max-width: 100%;}
.so_main .detail_con .line{width: 100%;height: 1px;border:1px dashed #d3d3d3;margin: 40px 0;}


body.bg{background: #fff;overflow-x: hidden;}
.com_bg{background: #fff;width: 100%;height: 100%;}
.layer_box{width: 100%;height: 100%;position: fixed;top: 0;left:0;background: rgba(0,0,0,0.5);z-index: 999;transition: all 500ms ease;-webkit-transition:all 500ms ease;display: none;}
/*.layer_box.on{opacity: 1;visibility: visible;right:0;}*/
.layer_box .layer_cont.active{right: 5%;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.layer_box .layer_cont{max-width: 1240px;width:84%;height: 100%;position: absolute;right: -100%;top: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease; z-index: 9999;}
.layer_box .layer_cont iframe{width: 100%;height: 100%;}
.layer_box .layer_cont .btn{width: 72px;height: 72px;display: block;background: url(../images/fuwu/close.png) no-repeat center;position: absolute;top: 0;left:-10%;top: 20px;z-index: 9999;}
.com_crumb{overflow: hidden;height: 70px;}
.com_crumb ul{position: fixed;top:0;left: 0;width: 100%;background: #e50012;z-index: 9;}
.com_crumb ul li{background: url(../images/fuwu/next.png) no-repeat 20px center;float: left;color: rgba(255,255,255,1);font-size: 16px;padding:0 36px 0 60px;height: 100px;line-height: 100px;position: relative;}
.com_crumb ul li:before{content: "";display: block;position:absolute;top: 0;right: 0;width: 11px;height: 100%; background: url(../images/oms/li_bg1.png) no-repeat left center;}
.com_crumb ul li:nth-child(1){background: none;width: 250px;padding: 0;line-height: 100%;display: inline-block;text-align: center;}
.com_crumb ul li:nth-child(1):after{content: "";display: inline-block;vertical-align: middle;height: 100%;}
.com_crumb ul li:nth-child(1) img{display:inline-block;vertical-align: middle;}
.com_cont{width: 100%;height: 100%;padding-top: 70px;}
.com_pad{padding: 7% 8%;}
.comm_tit{margin-bottom: 45px;}
.comm_tit h1{font-size: 30px;color: #333;line-height: 30px;margin-bottom: 20px;}
.comm_tit p{font-size: 16px;color: #808080;line-height: 36px;}
.comm_tit .p2{font-size: 16px;color: #808080;line-height: 36px;text-indent: 32px;}
.con_main h1{color: #333;font-size: 20px;line-height: 30px;margin: 20px 0;}
.con_main img{display: block;max-width: 100%;}
.con_main h2{font-size: 30px;color: #333;line-height: 30px;margin-bottom: 20px;margin-top: 70px;}
.con_main h3{font-size: 30px;color: #333;line-height: 30px;margin-bottom: 20px;}
.con_main p{font-size: 16px;color: #808080;line-height: 36px;}
.con_main .pad1{margin: 45px 0;height: 1px;width: 100%;}
.con_main .img_tit{font-size: 20px;color: #333;line-height: 20px;text-align: center;margin-bottom: 10px;display: block;}
.con_main .img_tit2{font-size: 22px;color: #e50012;line-height: 22px;text-align: center;margin-top: 30px;display: block;}
.center{margin: 0 auto;text-align: center;}
.con_main .img{display: block;margin-top: 50px;margin-bottom: 50px;}
.wms3_main .con_main ul.ul1{overflow: hidden;margin: 60px -20px 0 -20px;}
.wms3_main .con_main ul.ul1 li{float: left;width: 25%;}
.wms3_main .con_main ul.ul1 li .inner{margin: 0 20px;border:1px solid #eeeeee;border-radius: 5px;overflow: hidden;}
.wms3_main .con_main ul.ul1 li .inner img{display: block;width: 100%;}
.wms3_main .con_main ul.ul1 li span{font-size: 14px;color: #444;line-height: 40px;text-align: center;display: block;background: #f7f7f7;}
.wms3_main .con_main ul.ul2{overflow: hidden;margin: 90px -20px 0 -20px;font-size: 0;}
.wms3_main .con_main ul.ul2 li{width: 33.33%;display: inline-block;padding: 0 20px;}
.wms3_main .con_main ul.ul2 li img{display: block;width: 100%;}
.wms3_main .con_main strong{font-size: 22px;color: #222;line-height: 30px;display: block;text-align: center;font-weight:bold;margin-bottom:100px;}
.wms3_main .con_main p{margin: 60px 0;}
.wms3_main .con_main .video{padding-top: 60px;border-top:1px dashed #e5e5e5;margin-top: 70px;}
.wms3_main .con_main .video h3{font-size: 30px;color: #333;line-height: 30px;margin-bottom: 50px;}
.wms3_main .con_main .video ul{margin: 0 -20px;overflow: hidden;}
.wms3_main .con_main .video ul li{float: left;width: 50%;}
.wms3_main .con_main .video ul li .inner{margin: 0 20px;border:1px solid #eeeeee;border-radius: 5px;overflow: hidden;display: block;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.wms3_main .con_main .video ul li .inner .pic{position: relative;}
.wms3_main .con_main .video ul li .inner .pic img{display: block;width: 100%;}
.wms3_main .con_main .video ul li .inner .pic i{display: block;width: 100%;height:100%;background: url(../images/wms/play.png) no-repeat center;position: absolute;top:0;left:0;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.wms3_main .con_main .video ul li:hover .inner .pic i{background: url(../images/wms/play_hover.png) no-repeat center;}
.wms3_main .con_main .video ul li .txt span{display: block;line-height: 60px;font-size: 16px;color: #444;text-align: center;}
.wms3_main .con_main .video ul li:hover .inner{transform: translateY(-5px);-webkit-transform: translateY(-5px);}

.tms1_main .con_main .img_box{margin:0 -30px;}
.tms2_main .con_main .img_box{margin: -40px -25px 0 -25px;}
.tms3_main .con_main h1{font-size: 30px;color: #333;line-height: 30px;margin-bottom: 20px;}
.tms3_main .con_main img{display: block;margin: 30px auto;}
.tms3_main .con_main .box{position: relative;margin-top: 12%;overflow: hidden;}
.tms3_main .con_main .box .left{width: 45%;padding-top: 6%;float: left;}
.tms3_main .con_main .box img{display: block;float: right;}
.tms4_main .con_main img{display: block;margin: 40px auto 10px auto;}
.tms4_main .con_main span{font-size: 16px;color: #333;line-height: 30px;display: block;text-align: center;}
.tms6_main .con_main img{display: block;margin: 20px auto;}
.con_main .p_box p{font-size: 16px;color: #808080;line-height: 30px;padding-left: 30px;background: url(../images/tms/ico1.png) no-repeat left center;margin: 10px 0;} 
.tms7_main .con_main .box{margin: 0 -22px;}
.red{color: #e50012 !important;}
.tms8_main .con_main .box{margin: 20px -25px 0 -25px;}
.tms9_main .con_main img{margin:80px auto 0 auto;}

.bms3_main .con_main .box{margin-left: -30px;}
.bms4_main .con_main .t_box{display: block;}
.bms4_main .con_main .tab_box{box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);border-radius: 15px;overflow: hidden;padding: 0 10px;}
.bms4_main .con_main .tab_box ul{overflow: hidden;}
.bms4_main .con_main .tab_box ul li{float: left;padding:15px 15px 20px 15px;font-size: 14px;color: #808080;line-height: 20px;text-align: center;background: #fff;border-right: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;width: 13%;cursor: pointer;}
.bms4_main .con_main .tab_box ul li:last-child{border-right:0;width: 22%;}
.bms4_main .con_main .tab_box ul li.active{background: #e50012;color: #fff;}
.bms4_main .con_main .tab_box .tab_con{padding: 50px 25px;display: none;min-height: 600px;}
.bms4_main .con_main .tab_box .tab_con p{font-size: 30px;text-align: center;color: #333;padding-top: 10%;}
.bms4_main .con_main .tab_box .tab_con img{display: block;margin: 0 auto;}
.bms4_main .con_main .s_box{display: none;}
.bms4_main .con_main .s_box .boxs{margin-bottom: 7%;}
.bms4_main .con_main .s_box .boxs span{font-size: 16px;color: #333;text-align: center;line-height: 24px;display: block;margin-bottom: 20px;}
.bms4_main .con_main .s_box .boxs p{font-size: 14px;color: #808080;text-align: center;line-height: 24px;display: block;padding: 10% 0;}


.bms1_main .con_main{position: relative;padding-top: 11%;}
.bms1_main .con_main .left{width: 100px;position: absolute;top: 50%;left: 0;}
.bms1_main .con_main .left img{width: 60px;height: auto;display: block;margin: 0 auto;}
.bms1_main .con_main .left span{font-size: 20px;color: #808080;line-height: 24px;display: block;text-align: center;margin-top: 20px;}
.bms1_main .con_main .right{width: 100px;position: absolute;top: 50%;right: 0;}
.bms1_main .con_main .right img{width: 60px;height: auto;display: block;margin: 0 auto;}
.bms1_main .con_main .right span{font-size: 20px;color: #808080;line-height: 24px;display: block;text-align: center;margin-top: 20px;}
.bms1_main .con_main .cent{position: relative;width: 65%;margin: 0 auto;}
.bms1_main .con_main .cent img{display: block;width: 100%;}
.bms1_main .con_main .cent .rotate_img{position: absolute;left: 33.5%;top: 26%;width: 34%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;}
.bms1_main .con_main .cent .pic{position: absolute;left: 38%;top: 32%;width: 25%;}
.bms1_main .con_main .cent .pic span{color: #fff;font-size: 22px;line-height: 100%;text-align: center;position: absolute;left:0;top: 45%;display: block;width: 100%;height: 100%;}
.bms1_main .con_main .cent .i_img{display: block;width: 40px;height: 40px;background: url(../images/bms/bms_ico7.png) no-repeat center;position: absolute;left: -20px;top: 50%;margin-top: -20px;}
.bms1_main .con_main .cent .i_img2{display: block;width: 40px;height: 40px;background: url(../images/bms/bms_ico7.png) no-repeat center;position: absolute;right: -20px;top: 50%;margin-top: -20px;}

.bms1_main .con_main .cent .tab_box .item{position: absolute;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bms1_main .con_main .cent .tab_box .item .show{font-size: 16px;color: #808080;line-height: 24px;text-align: center;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(1){top: 24%;left: 20%;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(2){top: 47%;left: 15%;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(3){bottom: 25%;left:19%;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(4){top: 24%;right: 18%;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(5){top: 47%;right: 13%;}
.bms1_main .con_main .cent .tab_box .item:nth-of-type(6){bottom: 25%;right:17%;}
.bms1_main .con_main .cent .tab_box .item .hide{background: #fff;padding: 30px 40px;border-radius: 12px;box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);position: absolute;bottom:202%;left: 50%;transform: translateX(-50%);min-width: 270px;opacity: 0;visibility: hidden;z-index: 2;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bms1_main .con_main .cent .tab_box .item.active .hide{opacity: 1;visibility: visible;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
.bms1_main .con_main .cent .tab_box .item .hide p{font-size: 14px;color: #808080;line-height: 30px;background: url(../images/bms/ico1.png) no-repeat left center;padding-left: 28px;}
.bms1_main .con_main .cent .tab_box .item .hide:after{content: "";display: block;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;position: absolute;bottom: -10px;left: 50%;margin-left: -10px;}
.bms1_main .con_main .cent .tab_box .item.active .show{color: #e50012;transition: all 500ms ease;-webkit-transition:all 500ms ease;}
@-webkit-keyframes rotate{
  0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate_1{
  0%{-webkit-transform: rotate(0deg); transform: rotate(0deg);}
  100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
.bms1_main .con_main .box_img{display: block;}
.bms1_main .con_main .sbox_img{display: none;}
.bms1_main .con_main .sbox_img img{display: block;margin:0 auto;}


.rotate {position: relative;}
.rotate img{display: block;width: 100%;z-index: 1;margin: 0 !important;}
.oms1_main .con_main .rotate_img{position: absolute;left: 2%;top: 25%;width: 20%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;}
.oms3_main .con_main .rotate {position: relative;margin-top: 5%;}
.oms3_main .con_main .rotate_img{position: absolute;left: 47%;top: -6%;width:6%;-webkit-animation: rotate 3s linear infinite;animation: rotate 3s linear infinite;}
.oms2_main .con_main .rotate_img{position: absolute;left: -0.2%;top: 21%;width:17%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;}
.oms5_main .con_main .rotate img{position: relative;z-index: 1;}
.oms5_main .con_main .rotate_img{z-index: 0;-webkit-animation: rings 1500ms linear infinite; animation: rings 1500ms linear infinite; -webkit-transform: scale(0); transform: scale(0); opacity: 0;}
.oms5_main .con_main .rotate_img:nth-of-type(1){position: absolute;left: 31%;top: -5%;width: 66%;/*-webkit-animation: rotate 10s linear infinite;animation: rotate 5s linear infinite;*/-webkit-animation-delay: 200ms; animation-delay: 200ms;}
.oms5_main .con_main .rotate_img:nth-of-type(2){position: absolute;left: 36%;top: 4%;width:55%;/*-webkit-animation: rotate 8s linear infinite;animation: rotate 5s linear infinite;*/-webkit-animation-delay: 400ms; animation-delay: 400ms;}
.oms5_main .con_main .rotate_img:nth-of-type(3){position: absolute;left: 43%;top: 16%;width:40%;/*-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;*/-webkit-animation-delay: 600ms; animation-delay: 600ms;}
.oms5_main .con_main .rotate_img:nth-of-type(4){position: absolute;left: 51%;top: 29%;width: 24%;/*-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;*/-webkit-animation-delay: 800ms; animation-delay: 800ms;}
@-webkit-keyframes rings{
  0%{transform: scale(.4); opacity: 0;}
  50%{opacity: 1;}
  100%{transform: scale(1.4); opacity: 0}
}
@keyframes rings{
  0%{transform: scale(.4); opacity: 0;}
  50%{opacity: 1;}
  100%{transform: scale(1.4); opacity: 0}
}
.oms6_main .con_main .rotate img{position: relative;z-index: 1;}
.oms6_main .con_main .rotate_img{position: absolute;left: 27%;top: 31%;width:46%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;z-index: 0;}
.oms7_main .con_main .rotate_img{position: absolute;left: 40.5%;top: 33%;width:19%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;z-index: 0;}
.oms8_main .con_main .rotate_img{position: absolute;left: 40.5%;top: 2%;width:19%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;z-index: 0;}
.tms4_main .con_main .rotate{display: table;margin:0 auto;}
.tms4_main .con_main .rotate_img{position: absolute;left: -8%;top: 2%;width:29%;z-index: 1;}
.tms4_main .con_main .rotate_img .inner{position: absolute;left: 15%;top:15%;width: 70%;-webkit-animation: rotate 6s linear infinite;animation: rotate 6s linear infinite;}
.tms4_main .con_main .rotate_img .inner img{display: block;width: 100%;margin:0 auto;}
.tms4_main .con_main .rotate_img:nth-of-type(2){left: initial;right: -7%;top: 40%;width: 25%;}
.tms4_main .con_main .rotate_img:nth-of-type(2) .inner{position: absolute;left: 15%;top:15%;width: 70%;-webkit-animation: rotate 7s linear infinite;animation: rotate 7s linear infinite;}
.tms6_main .con_main .rotate{display: table;margin:0 auto;}
.tms6_main .con_main .rotate_img{position: absolute;left:initial;right:-11%;top:59%;width: 40%;z-index: 1;}
.tms6_main .con_main .rotate_img .inner{position: absolute;left: 15%;top:15%;width: 70%;-webkit-animation: rotate 8s linear infinite;animation: rotate 8s linear infinite;}
.tms6_main .con_main .rotate_img .inner img{display: block;width: 100%;margin:0 auto;}

.wms4_main .con_main .rotate{display:table;margin:0 auto;}
.wms4_main .con_main .rotate_img{position: absolute;left: 40%;top:26.5%;width:20%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;z-index: 0;}

.wms_main .comm_section1 .rotate{margin:0 auto;display: table;}
.wms_main .comm_section1 .rotate img{width: auto;max-width: 100%;}
.wms_main .comm_section1 .rotate_img{position: absolute;left: 39.5%;top: 33.5%;width:20%;-webkit-animation: rotate 5s linear infinite;animation: rotate 5s linear infinite;z-index: 0;}
.ajax-no{background: none !important;color: #666  !important;font-size: 16px !important;}

.pg{margin-top: 3%;margin-bottom: 3%; text-align: center; font-size: 0;}
.pg li{min-width: 40px; height: 40px; display: inline-block; line-height: 40px; text-align: center;}
.pg li a{display: block; padding: 0 15px; font-size: 14px; color: #808080; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pg li.active a,
.pg li:hover a{color: #fff; background: #e50012}




/*大数据*/
.data_main .section1 h2 {font-size: 16px;line-height: 24px;color: #808080;padding-bottom: 30px;margin-bottom: 40px;}
.data_main .section1 .items {display: table;width: 100%;}
.data_main .section1 .items .item{width:20%;display:table-cell;background: #f7f7f7;padding: 3% 2%;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;z-index: 0;}
.data_main .section1 .items .item i{display: block;background: #e50012;width: 80px;height: 80px;border-radius: 50%;background-repeat: no-repeat;background-position: center;margin:  0 auto;}
.data_main .section1 .items .item:nth-child(1) i{background-image: url(../images/data/ico1.png);}
.data_main .section1 .items .item:nth-child(2) i{background-image: url(../images/data/ico2.png);}
.data_main .section1 .items .item:nth-child(3) i{background-image: url(../images/data/ico3.png);}
.data_main .section1 .items .item:nth-child(4) i{background-image: url(../images/data/ico4.png);}
.data_main .section1 .items .item:nth-child(5) i{background-image: url(../images/data/ico5.png);}
.data_main .section1 .items .item h1{font-size: 20px;color: #222;font-weight: bold;text-align: center;margin: 20px 0 15px 0;}
.data_main .section1 .items .item p{font-size: 16px;color: #666;text-align: center;line-height: 28px;}
.data_main .section1 .items .item p span{display: block;}
.data_main .section1 .items .item:nth-child(even){background: #f0f0f0;}
.data_main .section1 .items .item:hover{border:1px solid #e50012;transform: scale(1.05);-webkit-transform:scale(1.05);z-index: 2;background: #fff;box-shadow: 0 0 20px rgba(299,0,18,0.2);}

.data_main .comm_section3{background: #f2f2f2;}

/*捷云快签 add by zhangmenge 2020-02-21*/
.sign_main .section1 .img h1{color: #e50012;font-size: 18px;line-height: 36px;margin-bottom: 10px;}
.sign_main .section1 h2 {font-size: 16px;line-height: 24px;color: #808080;padding-bottom: 30px;margin-bottom: 40px;}
.sign_main .section1 .items {display: table;width: 100%;}
.sign_main .section1 .items .item{width:20%;display:table-cell;background: #f7f7f7;padding: 3% 2%;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;z-index: 0;}
.sign_main .section1 .items .item i{display: block;background: #e50012;width: 80px;height: 80px;border-radius: 50%;background-repeat: no-repeat;background-position: center;margin:  0 auto;}
.sign_main .section1 .items .item:nth-child(1) i{background-image: url(../images/ess/ico91.png);}
.sign_main .section1 .items .item:nth-child(2) i{background-image: url(../images/ess/ico92.png);}
.sign_main .section1 .items .item:nth-child(3) i{background-image: url(../images/ess/ico93.png);}
.sign_main .section1 .items .item:nth-child(4) i{background-image: url(../images/ess/ico94.png);}
.sign_main .section1 .items .item:nth-child(5) i{background-image: url(../images/ess/ico95.png);}
.sign_main .section1 .items .item h1{font-size: 20px;color: #222;font-weight: bold;text-align: center;margin: 20px 0 15px 0;}
.sign_main .section1 .items .item p{font-size: 16px;color: #666;text-align: center;line-height: 28px;}
.sign_main .section1 .items .item p span{display: block;}
.sign_main .section1 .items .item:nth-child(even){background: #f0f0f0;}
.sign_main .section1 .items .item:hover{border:1px solid #e50012;transform: scale(1.05);-webkit-transform:scale(1.05);z-index: 2;background: #fff;box-shadow: 0 0 20px rgba(299,0,18,0.2);}
.sign_main .comm_section3{background: #f2f2f2;}
.sign_main .section1 .img img{display: block;max-width: 100%;margin:0px 0px 45px 0px;}
