/* .header{position: fixed;z-index:999; background: rgba(0,0,0,0.5);width: 100%;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)}
.header .inner{height:100px;position: relative;width:98%;margin:0 auto;text-align: center;}
.header .logo img{margin-top: 10px;height: 72px;}
.header .nav{width:50%;display: inline-block;}
.header .nav ul li{float: left;width:14.28571428571429%;height:100px;line-height:100px;text-align: center;}
.header .nav ul li a{color:#fff;position: relative;z-index:1;font-size:16px;    width: 100%;
    display: block;}
.header .nav ul li i{position: absolute;width:100%;height:0;background: #1048A0;left:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}

.header .nav ul li a:hover i, .header .nav ul li a.active i{height:100px;}
.header .nav ul li a:hover span, .header .nav ul li a.active span{color:#fff;}
.header .nav ul li a:hover em, .header .nav ul li a.active em{opacity:1;}
.header .product_son{display: none;position: absolute;left:0;top:100px;text-align: center;width:100%;padding:20px 0;height:auto;background-color:rgba(0,0,0,0.75);z-index:999;}
.header .product_son .item{display: inline-block;width:15%;margin:0.5%;}
.header .product_son .item p{font-size:16px;color:#fff;height:40px;line-height:40px;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.header .call{margin-top:20px;height:70px;background:url(../images/call.png) 0 center no-repeat;padding-left:83px;}
.header .call h3{font-size:32px;color:#fff;font-family: impact;}
.header .call em{color: #fff;}
.header.bg .inner{height: 70px;}
.header.bg .logo img{height: 50px;}
.header.bg .nav ul li{height: 70px; line-height: 70px;}
.header.bg .call{margin-top: 5px;} */
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.header{position: fixed;z-index:999;width:100%;height:95px;}
.header .logo{position: absolute;left:0;top:5px;}
.header .nav{width:880px;margin:0 auto;}
.header .nav ul{text-align: center;font-size:0;}



/*.header .nav ul li{display: inline-block;width:110px;height:95px;line-height:95px;text-align: center;}*/
.header .nav ul li{display: inline-block;width:110px;}
.header .nav ul li .oh{position: relative;width:110px;height:95px;line-height:95px;text-align: center;overflow: hidden;}
.header .nav ul li .circle {border-radius: 1000px;position: absolute;left: 0;top: 0;width: 0;height: 0;margin-left: 0;margin-top: 0;pointer-events: none;}
.header .nav ul li .text{position: relative;z-index: 10000;display: block;color:#fff;font-size:20px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav ul li:hover .text{color:#fff;}
.header .nav ul li a.active{background-color:#24258E;}
.header .nav ul li a.active .text{color:#fff;}
.circle_in{animation: circle_in 0.8s forwards}
.circle_out{animation: circle_out 0.8s forwards}
.header .logo img{
    width:250px;
    padding-left: 24px;
}

.main{ padding:60px 0; margin: 0 auto; max-width: 1000px;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 25%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; color:#42B983;}
.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}


@keyframes circle_in {
	0% {width:0;height:0;margin-left:0;margin-top:0;background-color:#24258E;}
	100% {width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:#24258E;}
}
@keyframes circle_out {
	0%{width:400px;height:400px;margin-left:-200px;margin-top:-200px;background-color:#24258E;}
	100%{width:0;height:0;margin-left:0;margin-top:0;background-color:#24258E;}
}


.header .call{position: absolute;right:0;top:10px;height:78px;background:url(../images/calls.png) right center no-repeat;padding-right:100px;}
.header .call h3{font-size:32px;color:#fff;font-family: impact;line-height:39px;}


.indexc{background-image:url(../images/icbg.jpg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;margin-top:40px;}
.indexc .box{margin-top:34px}
.indexc .bigtitle{text-align:center;color:#fff;font-size:36px;}
.indexc .list{width:25%;position:relative}
.indexc .list:after{content:"";width:1px;height:72px;background-color:rgba(255,255,255,0.3);position:absolute;top:14px;right:0}
.indexc .list:nth-of-type(4):after{display:none}
.indexc .list .numUp{color:white;font-size:60px;text-align:center;;line-height:1.2;font-weight:800;}
.indexc .list .text{padding:0 10px;text-align:center;color:#fff;;line-height:1.2}


#sybj9 .auto{width:1400px;margin:0 auto;position: relative;}
#sybj9 .left{width:554px;text-align: center;height:619px;background:url(../images/g12.jpg);position: absolute;top:0;left:0;z-index:8;overflow: hidden;}
#sybj9 .left h2{font-size:20px;color:#000;margin-top:120px;}
#sybj9 .left .text{font-size:17px;color:#666666;line-height:30px;text-align:left;margin-left:152px;}
#sybj9 .left .text strong{font-size:32px;color:#da0121;font-family: impact;display: block;margin:50px 0 10px;}
#sybj9 .right{width:874px;position: relative;height:619px;}
#sybj9 .right .img1{position: absolute;left:39%;bottom:90px;z-index:2;animation:bounce 5s infinite;;}
#sybj9 .right .img1 p{color:#fff;text-align: center;width:128px;margin:0 auto;position: absolute;left:92px;top:260px;}
#sybj9 .right .img1 p strong{display: block;margin-bottom:10px;}
#sybj9 .right .img2{position: absolute;left:0;bottom:0;z-index:1;}
#sybj9
#bgs{
  
}

.header .call{position: absolute;right:0;top:10px;height:78px;background:url(../images/calls.png) right center no-repeat;padding-right:100px;}
.header .call h3{    font-size: 29px;
    color: #fff;
    font-family: impact;
    line-height: 36px;}
.pub_button{position: relative;z-index:1;}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(255,0,0,0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}


.picMarquee-left{ width:1500px;   position:relative;   margin: 0 auto;  }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }

.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;margin-bottom:41px;margin-top:14px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 23%; }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:99%;  display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;background:rgba(255,255,255,0.8);padding-top:10px;padding-bottom:10px;margin-top:-3px;  }
.picMarquee-left .bd ul li .title a{
    color: black;
}

.next{
    display: block;
    position: relative;
    bottom: 252px;
    left:-70px
}

.next i{
    color: white;
}


.prev{
    display: block;
    position: relative;
    bottom: 301px;
    /* left:-70px; */
    right: -43px;
    float: right;
}

.prev i{
    color: white;
}





.ind_youshi ul{margin-bottom: 10px;}
.ind_youshi ul li{width: 277px;margin: 10px;}
.ind_youshi ul li:nth-of-type(2n-1) .ind_about_content{background: #fefefe;}
.ind_youshi ul li:nth-of-type(2n) .ind_about_content{background: #f9fafe;}
.ind_youshi ul li .ind_about_content{width: 100%; height: 132px; display: flex; justify-content:center; flex-direction:column; align-items:center;}
.ind_youshi ul li .ind_about_content h5{font-size: 16px; color: #2f3f62; font-weight: bold;}
.ind_youshi ul li .ind_about_content h5 span{height: 46px; line-height: 46px; vertical-align: bottom; display: inline-block; font-size: 52px; color: #1048A0; margin: 0 10px;}
.ind_youshi ul li .ind_about_content p{font-size: 14px; color: #2f3f62; margin-top: 15px;}
.ind_youshi ul li .ind_about_img{width: 100%; height: 193px; overflow: hidden; position: relative;}
.ind_youshi ul li:nth-of-type(2n-1) .ind_about_img:after{width: 30px; height: 30px; content: ""; position: absolute; top: -15px; left: 50%; margin-left: -15px; background: #fff; transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg);}
.ind_youshi ul li:nth-of-type(2n) .ind_about_img:after{width: 30px; height: 30px; content: ""; position: absolute; top: -15px; left: 50%; margin-left: -15px; background: #f9fafe; transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg);}
.ind_youshi ul li .ind_about_img img{transition: 0.6s; width: 100%; height: 100%; object-fit: cover;}
.ind_youshi ul li:hover .ind_about_content h5 span{transition: 0.6s; transform: scale(1.1) rotateY(360deg);}
.ind_youshi ul li:hover .ind_about_img img{transform: scale(1.1);}




.dede_pages{clear:both!important;padding:10px 0;margin:10px auto;text-align:center}
.dede_pages ul{list-style:none;text-align:center;padding:0;margin:0}
.dede_pages ul li{list-style:none;display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0 2px;text-align:center;overflow:hidden;white-space:nowrap;border:#999 1px solid;border-radius:3px}
.dede_pages ul li:hover{background:#1048A0;color:#fff;border-radius:3px}
.dede_pages ul li a{display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0;color:#555;overflow:hidden}
.dede_pages ul li a:hover{color:#fff;overflow:hidden;text-decoration:none}
.dede_pages ul li.thisclass{padding:0 12px;background:#1048A0;border:#1048A0 1px solid;color:#fff;font-weight:700}
.dede_pages ul li.thisclass a{padding:0;color:#fff}


.showpics {
    width: 94%;
    border: #DBDBDB solid 1px;
    border-radius: 5px;
    background: #FFF;
    float: left;
    margin: 0px;
}

.showpics img {
    border-radius: 5px;
}

.showpics li {
    height: 395px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}

.showpics li img {
    max-height: 385px;
    max-width: 95%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.showpics ol {
    border-top: #dbdbdb solid 1px;
    background: #fbfbfb;
}

.showpics dt {
    height: 90px;
    overflow: hidden
}

.showpics dt img {
    height: 90%;
    margin: 1%;
}

.showpics dt img:hover {
    box-shadow: -5px -5px 8px #aaa;
}

div.showleft {
    background: #fdfdfd;
    width: 50%;
    float: left;
    margin: 3% 0px;
}

div.showleft .qrout {
    margin: 0px 20px 0px 0px;
}

ul.fs2 {
    margin: 0px;
    padding-top: 1px;
}

ul.fs2 li dl {
    width: 20%;
}

ul.fs2 li dt {
    width: 76%;
}

#_nub {
    width: 50px;
}

.nubjia,
.nubjian {
    border: #A0A0A0 1px solid;
    line-height: 27px;
    height: 27px;
    width: 15px;
    display: inline-block;
    margin-left: 3px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

div.min_box_content {
    color: #666;
    min-height: 110px;
    height: 110px;
    padding-bottom: 22px;
}

div.min_box_content div.c {
    min-height: 110px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

div.min_box_content:hover {
    color: #000;
    background: url(../images/hotbg.gif);
}


 /*新闻列表*/
 .news {
    width: 100%;
}

.news * {
    font-size: 1.1em;
    color: #666;
}

.news div {
    float: left;
    border-left: 1px solid #eee;
}

.news li {
    background: #fdfdfd;
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: relative;
}

.news li:hover {
    background: #f7f7f7 url(../images/bg5.gif);
}

.news li a {
    display: block;
    width: 70%;
    position: relative;
    left: 10px;
    top: 0;
}

.news li span {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.news li ol {
    clear: both;
    float: none;
    display: none;
    padding: 10px;
    height: 80px;
    overflow: hidden;
    color: #888;
    font-size: 1em;
}

.news li ol img {
    height: 90%;
    border-radius: 5px;
}

.news li ol:hover {
    overflow: auto;
}

.news li:hover ol {
    display: block;
    color: #000;
}

.news li:hover a {
    color: red;
}

#news_data1 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

#news_data1 a {
    width: 49.9%;
    float: left;
    padding: 20px;
    background: #fff;
    margin: 1px 0px 0px 1px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#news_data1 a img {
    width: 30%;
    margin-right: 3%;
    float: left;
    display: block
}

#news_data1 a h3 {
    width: 67%;
    float: left;
    height: 100%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#news_data1 a h3 b {
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal
}

#news_data1 a h3 p {
    width: 100%;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news_data1 a h3 em {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    display: block;
}

#news_data1 a:hover {
    background: #caccce;
    margin: 1px 0px 0px 1px;
}

#news_data1 a:hover h3 b {
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #1048a0;
}

#news_data1 a:hover h3 p {
    color: #666;
}

#news_data1 a h3 i {
    width: 105px;
    height: 23px;
    background: url(../images/morebg.png) left no-repeat;
    color: #000;
    padding: 0px 0px 0px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    display: block;
    margin-bottom: 10px
}

#news_data1 a:hover h3 i {
    width: 105px;
    height: 23px;
    background: url(../images/morebg.png) left no-repeat;
    color: #1048a0;}

    .header .nav ul li ul{
        position: relative;
        width: 100%;
        z-index: 1;
        display: none;
    }

    .header .nav ul li ul li{
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: rgba(16,72,160, .7);
    }
    .header .nav ul li ul li:hover{
        background: #1048A0;
    }

    .go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#1048A0;border-radius:50%;position: fixed;right:36px;bottom:100px;z-index:99999999999;}




    .yul{display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;width: 100%;}
.yul li{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;position: relative;}
.yul li .bj1{position: absolute;width: 100%;height: 100%;top:0;left: 0;text-align: center;display:flex;justify-content:center;align-items: center;}
.yul li .img{opacity: 0;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.yul li .img .bj{height: 100vh;}
.bj1 h3{color: #ffffff;font-size: 26px;}
.bj1 span{display: block;color: #ffffff;opacity: 0.5;font-size: 14px;text-transform: uppercase;margin-top: 10px;}
.bj1 a{display: none;}
.yul li:hover .bj1{background: rgba(17,52,142,.6);}
.yul li:hover .bj1 a{display: block;margin-top: 117px;}
.yul li:hover .img{opacity: 1;}
.yul li .bj11{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.yul li:hover .bj11{margin-top: -30px;}
.yul li .img img{display: block;width: 100%;}


.tdbj{height:606px;overflow: hidden; background:url(../images/cpysbg.jpg) no-repeat center top;background-size: cover; padding:4px 0 0; box-sizing: border-box; font-family: "Microsoft YaHei";max-width: 1920px;margin:0 auto; }
.tdbj h2{margin-bottom: 70px;}
.td{ width:1400px;margin:0 auto;position: relative;}
.td li{ font-size: 16px;color: #666666;text-align: left; line-height: 28px;position: absolute;}
.td li:after{content:'';position:absolute;height:22px;width:22px;background:#aeaeae;border-radius: 100%;}
.td li h4{font-size: 21px;color: #242424;line-height:32px; position: relative; font-weight: normal;margin-bottom:13px;}
.td li p b{color: #000000; font-weight: normal;}
.td li p{margin-bottom:14px;}
.td li .td_btn{width:118px;height:36px;line-height: 36px;text-align: center;color: #fff;font-size: 16px;background:#cf0c0c;display: block;opacity: 0;-webkit-transition: .35s;-moz-transition: .35s;transition: .35s;}

.td li:nth-child(1){   width: 359px;
    padding-right: 37px;
    left: 0px;
    top: 64px;}
.td li:nth-child(1):before{content:'';position:absolute;width:86px; height:150px;background:url(../images/td_line1.png) no-repeat;right: -74px;top: 30px;}
.td li:nth-child(1):after{right:0;top:20px;}
.td li:nth-child(2){    width: 379px;
    padding-left: 43px;
    right:18px;
    top: 56px;}
.td li:nth-child(2):before{content: '';
    position: absolute;
    width: 98px;
    height: 140px;
    background: url(../images/td_line2.png) no-repeat;
    left: -44px;
    top: 45px;}
.td li:nth-child(2):after{left:0;top:20px;}
.td li:nth-child(3){   width: 384px;
    padding-right: 33px;
    left: 0px;
    top: 340px;}
.td li:nth-child(3):before{content:'';position:absolute;width:105px; height:127px;background:url(../images/td_line3.png) no-repeat;right: -94px;top: 11px;}
.td li:nth-child(3):after{right:0;top:110px;}
.td li:nth-child(4){width: 383px;
    padding-left: 47px;
    right: 38px;
    top:330px;}
.td li:nth-child(4):before{content:'';position:absolute;width:55px; height:97px;background:url(../images/td_line4.png) no-repeat;left: -44px;top: 10px;}
.td li:nth-child(4):after{left:0;top:110px;}

.td li:nth-child(5){width: 333px;
    padding-left: 50px;
    right: 569px;
    top: 489px;}
.td li:nth-child(5):before{content: '';
    position: absolute;
    width: 55px;
    height: 175px;
    background: url(../images/td_line4.png) no-repeat;
    left: -44px;
    top: -39px;}
.td li:nth-child(5):after{left:0;top:110px;}


.td li:nth-child(3) p,.td li:nth-child(4) p{margin-bottom:13px;}
.td li:nth-child(3) h4,.td li:nth-child(4) h4{margin-bottom: 15px;}

.td li:hover h4{color: #cf0c0c;}
.td li:hover::after{background:#cf0c0c;}
.td li:hover p b{font-weight: bold;}
.td li:hover .td_btn{opacity: 1;}
@media screen and (max-width:1401px) {
  .tdbj{background:url(../images/cpysbg.jpg) no-repeat center top;background-size: cover;}
  .td{width: 1200px;}
  .td li:nth-child(1){left:38px;}
  .td li:nth-child(2):after{top:98px;}
  .td li:nth-child(3){left:108px;}
  .td li:nth-child(4){right:35px;top:312px;}
  .td li:nth-child(1):before,.td li:nth-child(2):before,.td li:nth-child(3):before,.td li:nth-child(4):before{width:0;}
  .td li.cur h4{color: #cf0c0c;}
.td li.cur::after{background:#cf0c0c;}
.td li.cur p b{font-weight: bold;}
.td li.cur .td_btn{opacity: 1;}
}

.overflow1 h2{height:91px;text-align: center;font-size: 44px;font-weight: bold;color: #000000;}
.overflow1  h2 b{color: #cf0c0c}
.overflow1 h2 i{display: inline-block;font-size: 30px;font-style: normal;position: relative;padding: 0 6px;top:-6px;}
.overflow1 h2 em{display: block;font-size: 18px;color: #545657;font-weight: normal;position: relative;margin-top: 12px;width:1236px;margin: auto; padding-top:11px;font-style: inherit;}
/*.overflow h2 em:before{content: "";position: absolute;width: 50px;height: 2px;background: #cf0c0c;left:390px;top:22px;}*/
/*.overflow h2 em:after{content: "";position: absolute;width: 50px;height: 2px;background: #cf0c0c;right:390px;top:24px;}*/
.td li.cur  h4{color: #cf0c0c;}
.td li.cur::after{background:#cf0c0c;}
.td li.cur p b{font-weight: bold;}
.td li.cur .td_btn{opacity: 1;}
.nav-scroll{background:rgba(0,0,0,0.4)}