* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
 width: 100%;
  overflow-x: hidden; }

body{font-size: 14px;color: #333;line-height: 1.5;-webkit-text-size-adjust: none;}
a:hover{cursor: pointer;}
html {width: 100%;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;background: transparent;}
textarea {  -webkit-appearance: none;}   
.left{float: left;}
.right{float: right;}
.clear {clear: both;height: 0;display: block;_display: inherit; }

img {vertical-align: middle;max-width: 100%;border: 0; }
a{text-decoration: none;outline: none;cursor: pointer;}
div{outline: none}
ul,li{list-style-type: none}
i{font-style: normal;}
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.overflow{overflow: hidden;}
.flex_{display: flex;display: -webkit-flex;display: -ms-flex;}
.flex_space-between{display: flex;justify-content:space-between;}
.flex_end{display: flex;justify-content:flex-end;}
.flex_justify-content{display: flex;justify-content:center;}
.flex_justify-content-around{display: flex;justify-content:space-around;}
.flex_align-items{display: flex;align-items:center;}
.flex_wrap{ flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.text_center{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.acenter{text-align: center;}
.flex_align_end{display: flex;align-items:flex-end;}
.flex_column_between{display: flex;flex-direction: column;justify-content: space-between;}

.line1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.line2{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line3{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line4{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line5{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:5;-webkit-box-orient: vertical;}



.bg1{background:url('../images/bg/about_bg2.png') no-repeat right 84px top 60px, url('../images/bg/about_bg1.png') no-repeat left bottom -270px;}
.bg2{background:url('../images/bg/about_bg3.png') no-repeat right 40px top 45px, url('../images/bg/about_bg4.png') no-repeat left bottom -270px;}
.kpts{background:url('../images/bg/kpts.png') no-repeat left bottom -120px;}
.xqrw{background:url('../images/bg/xqrw.png') no-repeat left bottom -145px;}

.zjdjt{background:url('../images/bg/zjdjt.png') no-repeat left bottom;}
.se1{background:url('../images/bg/se1.png') no-repeat right 60px top 118px, url('../images/bg/se4.png') no-repeat left bottom 30px;}
.se2{background:url('../images/bg/se2.png') no-repeat right 95px top 140px, url('../images/bg/se3.png') no-repeat left bottom ;}
.se3{background:url('../images/bg/se5.png') no-repeat right 85px top 105px, url('../images/bg/se6.png') no-repeat left bottom 10px;}

.bg3{background:url('../images/bg/kphd1.png') no-repeat right 57px top 69px, url('../images/bg/kphd2.png') no-repeat left bottom 10px;}
.ns_bg{background:url('../images/bg/ns1.png') no-repeat right 100px top 69px, url('../images/bg/ns2.png') no-repeat left bottom 10px;}
.videos_bg{background:url('../images/bg/v1.png') no-repeat right 24px top 80px, url('../images/bg/v2.png') no-repeat left bottom 10px;}
.down_bg{background:url('../images/bg/d1.png') no-repeat right 24px top 80px, url('../images/bg/d2.png') no-repeat left bottom -30px;}
.xzdt_bg{background:url('../images/bg/x1.png') no-repeat right 75px top 60px, url('../images/bg/x2.png') no-repeat left bottom -190px;}
.zjk_bg{background:url('../images/bg/z1.png') no-repeat right 45px top 114px, url('../images/bg/z2.png') no-repeat left bottom;}
.zyinfo{background:url('../images/bg/zyxx1.png') no-repeat right 42px top 70px, url('../images/bg/zyxx2.png') no-repeat left bottom;}
/* rem设置 */
html {  
  font-size: 16px;
}
@media (max-width: 1200px) {
  html{ font-size: 14px; }
}

@media (max-width: 750px) {
  html { font-size: 14px; }
}


.main{width: 1200px;margin:0 auto;}
header{width: 100%;z-index: 1000;transition: all .4s ease;position: absolute;left: 0;top:0;}
.header .main{position: relative;height:85px;}

header .navlist{width: 800px;display: flex;justify-content:space-between;}
header .navlist>a{font-size: 18px;transition: all 0.5s;line-height: 1.6;display:inline-block;cursor: pointer;color: #fff;text-align:center;position: relative;}
header .navlist>a:after{content:"";border-bottom:2px solid #c7000b;margin-top: 5px;display:block;width:100%;transition:all 0.2s ease-out 0s;transform:scaleX(0);}
header .navlist>a:before{content:"";border-left:2px solid #c7000b;height: 25px;transition:all 0.2s ease-out 0s;transform:scaleY(0);position:absolute;left:50%;top:100%;transform-origin:center top;}
header .navlist>a.hover:before{transform:none;}
header .navlist>a.active:after,header .navlist>a.hover:after{transform:none;}

header .navlist > a.active,header .navlist > a:hover{color: #c7000b}


header .search{position: relative;height: 85px;}
header .search em{background: url('../images/search.png') no-repeat center left;width: 40px;height: 40px;background-size: 100%;cursor: pointer;display: block;}
.search_pop{position: absolute;top:calc(100% + 50px);right: -20px;background: rgba(255, 255, 255, 0.7);border-radius: 40px;padding: 8px;width: 360px;visibility: hidden;
    opacity: 0;transition: all 0.5s;z-index: 1000;}
.search_pop form{border: 1px solid #1c1d20;border-radius: 30px;position:relative;}
.search_pop form input{border: 0;background: transparent;}
.search_pop form .ss_bd{display:block;width: 280px;padding-left: 40px;height: 40px;line-height: 40px;}
.search_pop form .ss_btn{width: 68px;height: 42px;line-height: 40px;background: #1c1d20;position:absolute;right: 0;top:-1px;font-size: 18px;color: #fff;border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.search_pop i{width: 19px;height: 19px;background:url('../images/search2.png') no-repeat center;background-size: 100%;display:block;position:absolute;top: 10px;left: 12px;}
.search_pop form:before{width: 20px;height: 11px;content:'';display: block;background: url('../images/jt.png') no-repeat center;position:absolute;top: -20px;right: 20px;}

.search_pop.active{top:calc(100% + 15px);visibility: visible;opacity:1;}


header.is-sticky{
  position: fixed;
  background-color:rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.nav_child{position: absolute;top: 100%;width: 100%}
.nav_child .item{padding: 40px;display:-ms-flexbox;display:flex;border-top:2px solid #c7000b;position:absolute;top:100%;width: 900px;background:#fff url(../images/nav_bg.jpg) center bottom no-repeat;background-size:contain;opacity:0;visibility:hidden;}
.nav_child .item.s{visibility:visible;opacity:1;transition:opacity 0.2s ease-out 0s;}
.nav_child .item .l{display:-ms-flexbox;display:flex;width:45%;}
.nav_child .item .l .pic{width: 142px;}
.nav_child .item .l .txt{-ms-flex:1;flex:1;font-size:16px;color:#c7000b;padding-left: 30px;line-height:2.2;}
.nav_child .item .r{width:55%;font-size:0;}
.nav_child .item .r a{width:33.33%;font-size:18px;margin-top: 10px;display:inline-block;}
.nav_child .item .r a:hover{color:#c7000b;}

.banner{position: relative;}

.banner .swiper-pagination-bullet{background:transparent;opacity: 1;transition: all 0.5s;}

.banner .swiper-pagination{position: absolute;right:calc(50% - 525px);bottom: 45px;color: #fff;text-align: center;line-height: 25px;left: auto;width: auto;}
.banner .swiper-pagination .swiper-pagination-bullet{margin:0 5px;cursor: pointer;vertical-align: middle;display:inline-block;width: auto;height: auto;font-size: 20px;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{font-size: 25px;}
.banner .swiper-pagination-bullet:after{content:"";border-top:1px solid #fff;display: inline-block;vertical-align: middle;width:0px;margin-left: 10px;transition:all 0.5s ease-out 0s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{width: 60px;}
.banner .banner_info{position:absolute;left:calc(50% - 600px);bottom: 45px;line-height:1;color: #fff;font-size: 18.6px;width: 900px;}
.banner .swiper-button-next{right:calc(50% - 600px);top:auto;margin-bottom: 0;width: 34px;height: 25px;background:url('../images/right.png') no-repeat center;bottom: 45px;background-size: 100%}
.banner .swiper-button-next::after{content: ''}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{pointer-events: auto;}

footer{width: 100%;background:url('../images/footer.png') no-repeat center bottom;padding-top: 125px;min-height: 430px;margin-top: -125px;}
.foot1 a{color: #fff;font-size: 16px;position: relative;text-align:center;width: 11.1%}
.foot1 a:after{content: '';width: 2px;height: 14px;background:#fff;display: block;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.foot1 a:first-child:before{content: '';width: 2px;height: 14px;background:#fff;display: block;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.foot1{margin-bottom: 42px}
.foot2 .list{color: #fff}
.foot2 .list li{line-height: 41px;padding-left: 26px}

.foot2 .list li:nth-child(3){background:url('../images/email.png') no-repeat center left;}
.foot2 .list li:nth-child(2){background:url('../images/yb.png') no-repeat center left;}
.foot2 .list li:nth-child(1){background:url('../images/addr.png') no-repeat center left;}

.foot2 .code{width: 150px;text-align:center;}
.foot2 .code p{font-size: 14px;color: #c1caea;margin-top: 10px;}

.scale .pic{overflow: hidden;}
.scale img{transition: all 0.5s linear;}

.scale:hover img{transform:scale(1.05);}

.section1{padding: 65px 0 70px;}
.title{text-align:center;font-size: 36px;font-weight: bold;color: #333333;margin-bottom: 50px}

.sec1_left{width: 530px}
.sec1_right{width: 630px}

.sec1_type{padding-bottom: 20px;border-bottom:2px solid #b5b5b5;margin-bottom: 25px}
.sec1_type li a{font-size: 18px;color: #222222}
.sec1_type li a:after{content: '/';display:inline-block;margin:0 25px;}
.sec1_type li:last-child a:after{display: none}
.sec1_type li{position: relative;}
.sec1_type li.active a span{color: #c7000b;font-weight: bold;}
.sec1_type li.active a:before{content: '';display: block;width: 75px;height: 6px;background:#c7000b;border-radius: 3px;position: absolute;bottom: -21px;left: 0;}

.sec1_list li.first .sec1_pic{width: 192px}
.sec1_list li.first .sec1_pic .pic{display: block;position:relative;width:100%;height:0;padding-top:64%;border-radius: 5px;overflow: hidden;}
.sec1_list li.first .sec1_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec1_list li.first .sec1_pic .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec1_list li.first .sec1_txt{width:calc(100% - 205px) }

.sec1_list li.first .sec1_txt .tit{font-size: 17px;font-weight: bold;color: #000000}
.sec1_list li.first .sec1_txt .jian{font-size: 14px;color: #797979;line-height: 24px;margin: 10px 0 15px;}
.sec1_list li.first span{font-size: 16px;color: #c7000b}
.sec1_list li.first:hover span{font-weight: bold;}

.sec1_list li.first{margin-bottom: 5px}
.sec1_list li.else{line-height: 46px;padding-left: 15px;background:url('../images/jt2.png') no-repeat center left;}
.sec1_list li.else .tit{width: 400px;font-size: 16px;color: #000000}
.sec1_list li.else .time{font-size: 16px;color: #777777}

.sec1_list li.else:hover .tit{color: #c7000b;font-weight: bold;}
.sec1_list li.first:hover .tit{color: #c7000b;font-weight: bold;}

.sec1_more a{font-size: 16px;color: #646464;text-transform:uppercase;}
.sec1_more a:hover{color: #c7000b;font-weight: bold;}

.sec1_right{border-radius: 5px;overflow: hidden;}

.sec1_main{width: 1200px;margin:0 auto;padding-left: 0}

.sec1_right .swiper-slide{position: relative;border-radius:5px;overflow: hidden;}
.sec1_right .swiper-slide .tit{height: 65px;line-height: 65px;width:100%;padding:0 15px;font-size: 17px;font-weight: bold;color: #fff;position: absolute;bottom: 0;left: 0;background:rgba(0,0,0,0.5)}
.sec1_right .swiper-slide .tit p{width: 425px}
.sec1_right .swiper-slide .pic{display: block;position:relative;width:100%;height:0;padding-top:66%;border-radius: 5px;overflow: hidden;}
.sec1_right .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec1_right .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.sec1_right .swiper-pagination{width: 140px;text-align: right;position: absolute;right: 25px;bottom: 22px;left: auto;}
.sec1_right .swiper-pagination-bullet{background: #fff;opacity: 1}
.sec1_right .swiper-pagination-bullet-active{background: #c7000b}

.section2{padding: 50px 0 50px}
.section2 .title{margin-bottom: 40px}
.section2 ul li{width: 103px;transition: all 0.5s;overflow: hidden;float: left;height: 596px;position: relative;border-radius: 5px}
.section2 ul li.active{width: 557px}

.section2 ul li .pic{position:relative;width:100%;height:100%;}
.section2 ul li a:before{content:'';position: absolute;width:100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5);display: block;z-index: 1}
.section2 ul li a{display: block;position: absolute;width:100%;height: 100%;top: 0;left: 0;}
.section2 ul li .info{color: #fff;width:100%;bottom:-100px;left: 0;padding:0 65px;position: absolute;opacity:0;visibility: hidden;z-index: 2;transition: all 0.5s}


.section2 ul li .tit{width: 30px;font-size: 24px;color: #fff;writing-mode: vertical-rl;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;text-align:center;}
.section2 ul li.active .tit{opacity:0;}
.section2 ul li.active .info{opacity:1;visibility: visible;bottom: 195px}

.section2 ul li .info .bt{font-size: 24px;font-weight: bold;color: #fff}
.section2 ul li .info .des{font-size: 15.7px;line-height: 35px;margin: 20px 0 30px;width: 490px}

.section2 ul li .info span{display: block;width: 153px;height: 43px;background:#c7000b url('../images/right.png') no-repeat center right 20px;border-radius: 5px;line-height: 43px;padding-left: 20px;font-size: 16px;background-size: 38px}

.section3{width: 100%;background:url('../images/sec3.jpg') no-repeat center top;height: 800px;padding-top:55px;background-size: cover}

.section3 .main{position: relative;}

/*.infolist li{height: 0.56rem;line-height: 0.56rem;border-bottom: 1px dashed #e4e5e9;width: 100%;font-size: 0.16rem;}
.infolist li a{width: 100%;}
.infolist li .tit{width: calc(100% - 1.6rem);color: #1a1a1a}
.infolist li .time{color: #aaaaaa;font-size: 0.14rem;}
.infolist li:hover .tit{color: #c7000b}
.section4{background:url('../images/bg/home/index3-3.png') no-repeat bottom left;}
.sec67{background:url('../images/bg/home/index3-4.png') no-repeat bottom left;}

.title.white a{color: #fff}


.section3{width: 100%;background:url('../images/sec3.jpg') no-repeat center top;height: 8.48rem;padding-top: 0.4rem;}
.section3 .main{position: relative;}*/
/*.sec3_pic1{position: absolute;right: 0;top:0;}
.sec3_pic .pic{display: block;position:relative;width:100%;height:0;padding-top:53%;border-radius: 0.05rem;overflow: hidden;}
.sec3_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec3_pic .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec3_tit{font-size: 0.36rem;font-weight: bold;color: #fff;position: absolute;right: 0.82rem;top: 1.57rem;}
.sec3_pic{width: 7.19rem;}
.sec3_pic2{position: absolute;left: 0;bottom:0;}
.sec3_type{width: 7.65rem;height: 4.93rem;position: relative;}
.sec3_type a{width: 1.92rem;height: 1.92rem;background:#919191;color: #fff;border-radius: 0.08rem}
.sec3_type .icon{height: 0.65rem;margin-bottom: 0.12rem}
.sec3_type .icon img{vertical-align: middle;}
.sec3_type p{font-size: 0.21rem;}
.sec3_type a:nth-child(2n){background:#c7000b;}
*/
/*.sec3_type a:nth-child(2){position:absolute;left: 1.92rem;top:0;}
.sec3_type a:nth-child(3){position:absolute;left: 3.82rem;top: 1.09rem;}
.sec3_type a:nth-child(4){position:absolute;left: 3.82rem;top: 3rem;}
.sec3_type a:nth-child(5){position:absolute;right:0;top: 3rem;}
.sec3_nr{padding-top: 0.65rem;padding-left: 3.37rem;}
.sec3_type a:hover{font-weight: bold;}*/

.section4{padding: 60px 0 100px;}
.sec4_title .title{margin-bottom: 0;}
.sec4_title .sec4_m{font-size: 16px;color: #646464;text-transform: uppercase;}

.sec4_list{width: 794px}
.sec4_title .sec4_m:hover{color: #c7000b}
.sec4_title{margin-bottom: 40px;line-height: 1;}

.sec4_list li{width:390px;box-shadow: 0 0 10px rgba(0,0,0,0.2);margin-bottom: 18px}
.sec4_list li a{padding:17px 20px 25px 15px;border-bottom: 5px solid #c7000b;}
.sec4_list li.else a{display: block;}

.sec4_list li .tit{font-size: 18.22px;font-weight: bold;color: #000}
.sec4_list li .jian{font-size: 14.58px;color: #666666;line-height: 25px;margin:13px 0 17px;}
.sec4_list li .date{font-size: 14.58px;color: #222222;}

.sec4_list li:hover .tit{color: #c7000b}

.sec4_list li:hover{box-shadow: 0 0 15px rgba(0,0,0,0.3);}

.sec4_right{width: 387px}
.sec4_r_top{margin-top: 8px;}
.sec4_right a{display: block;position: relative;}
.sec4_r_top .pic{display: block;position:relative;width:100%;height:0;padding-top:79%;border-radius: 0.05rem;overflow: hidden;}
.sec4_r_top .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec4_r_top .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.sec4_right .info{position: absolute;width: 100%;height: 100%;top: 0;left: 0;color: #fff}
.sec4_r_top .info{padding: 75px 36px 0 40px;background:url('../images/j4.png') no-repeat left 40px bottom 50px;}

.sec4_right .info .tit{font-size: 36px;font-weight: bold;}
.sec4_right .info .des{font-size: 18px;margin-top: 7px;}

.sec4_r_bot{margin-top: 10px;}
.sec4_r_bot .info{padding: 25px 36px 0 40px;background:url('../images/j4.png') no-repeat center right 36px;}


.sec5_nr{width: 100%;}
.sec5_left li:nth-child(1){background:#fff url('../images/z1.jpg') no-repeat left bottom;width: 230px;height: 435px;border-radius: 5px;overflow:hidden;}
.sec5_left li:nth-child(1) a{display: block;padding:50px 23px 0;}
.section5 li a{font-size: 16px;color: #000000}
.section5 li .tit{margin-top: 10px;}
.sec5_left li:nth-child(1) .tit{height: 110px;margin-bottom: 150px}
.section5 li .gd{display: block;width: 137px;height: 40px;line-height: 40px;color: #c8030e;border:1px solid #c8030e;border-radius: 5px;padding-left: 17px;background:url('../images/gd.png') no-repeat center right 17px;background-size: 30px}
.section5 li:hover .gd{background:#c8030e url('../images/gd2.png') no-repeat center right 17px;color: #fff;background-size: 30px}

.sec5_left li:nth-child(2){width: 640px}
.section5{background:url('../images/sec5.jpg') no-repeat center top;padding: 50px 0 80px;background-size: cover;background-size: cover;}   
.sec5_left{width: 882px;}
.sec5_right{width: 305px;}

.sec5_left li:nth-child(2) .pic{display: block;position:relative;width:100%;height:0;padding-top:68%;border-radius: 5px;overflow: hidden;}
.sec5_left li:nth-child(2) .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec5_left li:nth-child(2) .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.sec5_left li:nth-child(2) .tit{line-height: 52px;padding:0 28px;font-size: 17px;font-weight: bold;color: #fff;position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,0.5);}
.sec5_left li:nth-child(2) a{position: relative;display: block;}

.sec5_right li{height: 212px;width: 100%;border-radius: 5px;overflow: hidden;}
.sec5_right li:nth-child(1){margin-bottom: 10px;background:#ffeaea;}
.sec5_right li a{display:block;position: relative;}
.sec5_right li .info{padding:30px 22px 0; }
.sec5_right li:nth-child(1) .tit{margin-bottom: 35px}

.sec5_right li:nth-child(2) .info{padding: 50px 22px 0;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:rgba(199,1,12,0.7);color: #fff}

.sec5_right li:nth-child(2) .pic{display: block;position:relative;width:100%;height:0;padding-top:70%;border-radius: 5px;overflow: hidden;}
.sec5_right li:nth-child(2) .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec5_right li:nth-child(2) .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}


.section6{padding:30px 0 0;}


.section7{padding:0px 0 50px;}
.sec7_left{width: 900px}
.sec7_right{width: 285px}



.sec7_list li .pic{display: block;position:relative;width:100%;height:0;padding-top:56%;}
.sec7_list li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec7_list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.sec7_list li a{display: block;position: relative;z-index:1;}
.sec7_list li .tit{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 68px;padding:0 35px;background:rgba(0,0,0,0.5);font-size: 17px;color: #fff;font-weight: bold;}

.sec7_right li{margin-bottom: 13px;}
.sec7_right li:last-child{margin-bottom: 0}
.sec7_right li .pic:after{content: '';width: 50px;height: 50px;background:url('../images/play.png') no-repeat center;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);background-size: 100%}

.section7 .title{margin-bottom: 40px}

.section8{padding:50px 0 45px;background:url('../images/sec8.jpg') no-repeat center top;background-size: cover;}


.sec8_list li .icon{width: 100%;height: 60px;text-align:center;margin-top:20px;margin-bottom: 3px}
.sec8_list li .icon img:nth-child(2){display: none}
.sec8_list li{width:172px;height: 156px;background:url('../images/bg1.png') no-repeat center top;padding: 6px 5px 12px 13px;background-size: cover;}
.sec8_list li .tit{width: 110px;margin:0 auto;font-size: 16px;color: #000000;text-align:center;line-height:1.5;}

.sec8_list .list1{width: 1000px;margin:0 auto;}
.sec8_list li:hover{background:url('../images/bg2.png') no-repeat center top;background-size: cover}
.sec8_list li:hover .icon img:nth-child(1){display: none}
.sec8_list li:hover .icon img:nth-child(2){display: block;margin:0 auto;}
.sec8_list li:hover .tit{color: #fff}

.sec8_list{margin-bottom: 40px}
.section8 .more,.section7 .more{display: block;width: 153px;line-height: 44px;color: #c8030e;border:1px solid #c8030e;border-radius: 5px;padding-left: 20px;background:url('../images/gd.png') no-repeat center right 20px;font-size: 16px;margin:0 auto;background-size: 38px}
.section8 .more:hover,.section7 .more:hover{background:#c8030e url('../images/gd2.png') no-repeat center right 20px;color: #fff;background-size: 38px}

.section9{padding-top: 30px;}

.sec9_list .swiper-slide .pic{display: block;position:relative;width:100%;height:0;padding-top:31%;background:#fff;border:1px solid #dddddd;}
.sec9_list .swiper-slide .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec9_list .swiper-slide .pic img{width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}
.sec9_list .swiper-slide a{display:block;}

.ys_con {
font-size: 14px;
line-height: 26px;
overflow: auto;
padding-left: 27px;
padding-right: 10px;
}
.p_content_txt {
height: 392px;
overflow:auto;
position:relative;
width: 320px;
}
#wide-wrapper {
display:none;
}

.section6 .title{margin-bottom: 0px}

.banner2{position: relative;}
.banner2 .lanmu{top:52%;position: absolute;left: 50%;transform: translate(-50%,-50%);font-size: 54px;color: #fff;font-weight: bold;text-shadow: 3px 3px 3px #1a376e}
.banner2 .lanmu:after{content: "";width: 70px;height: 8px;background:#ffffff;display: block;margin-left: 10px;margin-top: 10px;box-shadow: 0 3px 3px #1a376e;}

.container{padding-top: 45px;}
.type_list{width: 272px;background:#f5f5f5 url('../images/shan.png') no-repeat center bottom;border:1px solid #c7000b;border-radius: 5px;overflow: hidden;border-top:0;}
.container_nr{width: 900px;}
.type_list .lanmu{width: 100%;height: 100px;background:url('../images/lanmu.jpg') no-repeat center top;line-height: 100px;text-align:center;color: #fff;font-size: 30.79px;background-size: cover;}

.type_list ul li>a{height: 64px;display: flex;align-items:center;padding-left: 50px;font-size: 18px;color: #000000;position: relative;}
.type_list ul li>a:before{content: '';display: block;width: 13px;height: 13px;background:url('../images/dot.png') no-repeat center;background-size: 100%;position: absolute;left: 25px;top:50%;transform: translateY(-50%);}

.type_list > ul > li:hover > a, .type_list > ul > li.active > a{background:url('../images/one.jpg') no-repeat center;color: #fff;background-size: cover;}
.type_list > ul > li:hover > a:before, .type_list > ul > li.active > a:before{background:url('../images/dot2.png') no-repeat center;background-size: 100%}

.sub_nav{display: none}
.type_list li.active .sub_nav{display: block;} 
.sub_nav dl dd a{font-size: 16px;color: #787878;line-height: 68px;padding-left: 65px;display: block;}
.sub_nav dl dd:hover a,.sub_nav dl dd.active a{color: #c7000b}

.type_list2{width: 100%;background:url('../images/type2_bg.png') no-repeat center top;margin-top: 20px;}
.type_list2 ul li a{line-height: 55px;font-size: 18px;color: #000000;min-width: 177px;padding:0 20px 0 10px;display: block;text-align:center;}
.type_list2 ul li.active a,.type_list2 ul li:hover a{background:url('../images/type2.png') no-repeat center;color: #fff;background-size: cover}


.type_list2 ul{margin-bottom: 20px}
.nlist_41 li{padding: 20px 0;width: 100%;border-bottom: 1px solid #c6c6c6}
.nlist_41 li .n_pic{width: 302px;border-radius: 20px;overflow: hidden;}
.nlist_41 li .n_info{width: calc(100% - 342px)}


.nlist_41 li .n_info .tit{font-size: 18px;color: #3b3b3b;}
.nlist_41 li .n_info .date{font-size: 18px;color: #828282}
.nlist_41 li .n_info .jian{font-size: 14px;color: #828282;line-height: 25px;margin: 12px 0 15px}

.nlist_41 li .pic{display: block;position:relative;width:100%;height:0;padding-top:55%;}
.nlist_41 li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist_41 li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.nlist_41 li:hover .tit{color: #c7000b}
.nlist_41{padding-bottom: 10px;}

.about{line-height: 2;font-size: 16px;}

.nail{width: 100%;border-bottom: 1px solid #bababa;padding-bottom:10px;font-size: 16px;color: #858585;padding-top:5px;}
.nail p{background:url('../images/nail.png') no-repeat center left;line-height: 25px;padding-left: 40px}
.nail a{color: #858585}

.container{padding-bottom:125px;}
.about{padding: 20px 0;}


.search2 .search2_box{width: 285px;line-height: 45px;border:1px solid #dcdcdc;border-radius: 25px;overflow: hidden;position: relative;}
.search2{margin:15px 0 28px;}
.search2 input{border:0;line-height: 45px;padding-left: 55px;padding-right:15px;border-radius: 25px;font-size: 18px;color:#666}

.search2 a{width: 21px;height: 20px;display: block;background:url('../images/s2.png') no-repeat center;position: absolute;left: 16px;top:50%;transform: translateY(-50%);}
.empty{padding:100px 0;font-size: 20px;text-align:center;}



.nlist_44 li a{display: block;position: relative;}
.nlist_44 li{width: 210px;margin-right: 20px;margin-bottom: 20px}
.nlist_44 li:nth-child(4n){margin-right:0;}
.nlist_44 li .pic{display: block;position:relative;width:100%;height:0;padding-top:138%;}
.nlist_44 li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist_44 li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.nlist_44 li .info{height: 109px;width: 100%;background:url('../images/w_bg.png') no-repeat top left -6px;position: absolute;bottom: 0;left: 0;padding:60px 14px 0;color: #fff;font-size: 14px;}

.nlist_44 li .info .tit{font-size: 18px;font-weight: bold;}
.nlist_44 li .info .job{margin-left:10px;padding-left:14px;position: relative;}
.nlist_44 li .info .job:before{content: '';display: block;width: 1px;height: 13px;background:#fff;position: absolute;top:50%;transform: translateY(-50%);left: 0}

.page .pagination{padding-top:25px;}
.pagination{width: 100%;text-align: center;font-size: 0;}
.pagination li{display: inline-block;text-align: center;font-size: 14px;color: #4c4c4c;margin:0 5px 5px;line-height: 27px;border-radius: 4px;min-width: 20px;height: 27px}
.pagination li.active{background:#d54048;color: #fff;border:1px solid #d54048;}
.pagination li a{display: block;text-align: center;color: #4c4c4c;padding:0 9px;}
.pagination li span{padding:0 9px;display: block;}


.pagination li.disabled span{color: #d2d2d2;cursor: not-allowed !important;}
.pagination li:nth-child(1){background:url('../images/l.png') no-repeat center;}
.pagination li:last-child{background:url('../images/r.png') no-repeat center;}


.nlist_swiper1{width: 618px}
.nlist_swiper2{width: 273px}

.nlist_swiper2 a{display: block;}
.nlist_swiper2 .pic{display: block;position:relative;width:100%;height:0;padding-top:135%;}
.nlist_swiper2 .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist_swiper2 .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.nlist_swiper2{position: relative;padding-bottom:65px;}
.nlist_swiper2 .swiper-button-prev{position:absolute;bottom: 0;left:0;right: auto;top:auto;margin-top:0;width: 44px;height: 45px;background:url('../images/prev1.jpg') no-repeat center;}
.nlist_swiper2 .swiper-button-next{position:absolute;bottom: 0;left:52px;right: auto;top:auto;margin-top:0;width: 44px;height: 45px;background:url('../images/next1.jpg') no-repeat center;}

.nlist_swiper2 .swiper-button-prev:after{content: ''}
.nlist_swiper2 .swiper-button-next:after{content: ''}

.swiper_info{background:#f5f5f5 url('../images/swiper_info.jpg') no-repeat ;margin-bottom: 20px;padding: 40px 20px;height: 253px}
.swiper_info .tit{font-size: 18px;color: #3b3b3b}
.swiper_info .des{color: #828282;font-size: 14px;margin-top: 8px;}
.swiper_info .con{font-size: 14px;color: #828282;line-height: 25px;margin-top: 5px;}
.swiper_info:hover .tit{color: #c7000b}

.nlist_swiper1 a{display: block;}
.nlist_swiper1 .pic{display: block;position:relative;width:100%;height:0;padding-top:135%;}
.nlist_swiper1 .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist_swiper1 .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}




.nlist_14 ul{background:#fdefd2;padding:25px 15px 10px;border-radius: 33px}
.nlist_14 li{width: 210px;margin-right:10px;margin-bottom:15px}
.nlist_14 li:nth-child(4n){margin-right:0;}
.nlist_14 li a{display: block;background:#fff;border-radius: 20px;padding:18px 20px;}

.nlist_14 li .pic{display: block;position:relative;width:100%;height:0;padding-top:122%;border-radius: 13px;overflow: hidden;}
.nlist_14 li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist_14 li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.nlist_14 li .tit{font-size: 18px;color: #000;text-align:center;width: 100%;margin:0 auto;line-height: 25px;margin-top:20px;}

.nlist_14 li:hover .tit{color: #c7000b}
.nlist_14{padding-bottom:20px;}

.se2 .nlist_14 ul{background:#fbe5e5;}
.se3 .nlist_14 ul{background:#d8f6fe;}

.section9{padding-bottom:129px;}

.nlist .item{width:437px;margin-right: 25px;margin-bottom:25px;}
.nlist .item:nth-child(2n){margin-right:0;}

.nlist .item a{display: block;}
.nlist .item .pic{display: block;position:relative;width:100%;height:0;padding-top:64%;}
.nlist .item .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist .item .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.nlist .item .pic i{display: block;width: 54px;height: 54px;background:url('../images/play2.png') no-repeat center;position: absolute;left: 23px;bottom:25px;}

.nlist li a{background:#f4f6f8 url('../images/n_bg.png') no-repeat top 17px right -15px;padding:20px 20px 20px 25px;color: #828282}
.nlist li .n_pic{width: 337px}
.nlist li .n_info{width: calc(100% - 365px)}
.nlist li .pic{display: block;position:relative;width:100%;height:0;padding-top:62%;border-radius: 16px;overflow: hidden;}
.nlist li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.nlist li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.nlist li{margin-bottom:22px;width: 100%}
.nlist li .tit{font-size: 18px;color: #3b3b3b}
.nlist li .jian{font-size: 14px;line-height: 25px;margin:10px 0 40px;}
.nlist li .date{font-size: 14px;}
.nlist li .n_more{display: block;width: 156px;height: 40px;line-height: 40px;background:#fff;color: #c7000b;font-size: 15px;text-align:center;} 

.nlist li:hover a{background:#c7000b url('../images/n_bg2.png') no-repeat top 17px right -15px;color: #fff}
.nlist li:hover .tit{color: #fff}

.nlist.blue li:hover a{background:#9adaff url('../images/n_bg2.png') no-repeat top 0.17rem right -0.2rem;color: #fff}


.ns{padding-top: 5px;}
.ns .tit{text-align:center;font-size: 24px;color: #000000;}
.ns .info{text-align:center;font-size: 18px;color: #676767;margin-top: 5px;margin-bottom: 30px;}
.ns .video{margin-bottom: 30px;text-align:center;}

.ns .video video{max-width: 100%}
.ns .con{color: #676767;font-size: 18px;line-height: 1.5;padding-bottom: 70px}


.fenye li{font-size: 18px;color: #7f7f7f;margin-bottom:15px;}
.fenye li a{font-size: 18px;color: #7f7f7f}
.fenye li:hover a{color: #c7000b}

.sec7_list{margin-bottom: 40px;}
.container2{padding: 15px 0 125px;}

.typelist{margin-top:30px;}
.typelist a{margin:0 12px;line-height: 65px;background:#f5f5f5;font-size: 18px;color: #191919;min-width: 201px;text-align:center;}
.typelist a i{display: block;width: 13px;height: 13px;background:url('../images/dot.png') no-repeat center;margin-right:15px;}
.typelist a:hover,.typelist a.active{background:url('../images/fl2.png') no-repeat center;color: #fff;font-weight: bold;}
.typelist a:hover i,.typelist a.active i{background:url('../images/dot2.png') no-repeat center;}


.video_list{margin-top: 40px;}
.video_list li.first{width: 590px;margin-bottom:28px;}
.video_list li.first a{display: block;border-radius: 20px;border-top-left-radius: 0;padding:27px 18px;}
.video_list li.first{margin-right:20px;}
.video_list li.first:nth-child(2n){margin-right:0;}

.video_list li .pic{display: block;position:relative;width:100%;height:0;padding-top:55%;}
.video_list li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.video_list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.video_list li .pic i{display: block;width: 54px;height: 54px;background:url('../images/play2.png') no-repeat center;position: absolute;left:20px;bottom:20px;}

.video_list li .tit{color: #000000;}
.video_list li.first .tit{font-size: 18px;line-height: 37px;margin-top:10px;line-height: 40px;}

.video_list li a{background:#f4f6f8 url('../images/v1.png') no-repeat bottom 23px right 15px;}
.video_list li:hover .tit{color: #fff}
.video_list li:hover a{background:#c7000b url('../images/v2.png') no-repeat bottom 23px right 15px;}

.video_list li.else{width: 392px;margin-bottom:25px;margin-right:11px;}
.video_list li.else a{display: block;border-radius: 20px;border-top-left-radius: 0;padding:26px 15px;}
.video_list li.else:nth-child(3n-1){margin-right:0;}

.video_list li.else .tit{font-size: 18px;line-height: 2;margin-top:15px;margin-bottom:30px;}

.video_list li.else .date{font-size: 18.82px;color: #717171}
.video_list li.else:hover .date{color: #fff}

.video_list li.else .date:before{content: '';display: block;width: 25px;height: 3px;background:#cecfcf;margin-bottom:25px;}

.down_list{margin-top:33px;}
.down_list li{margin-bottom:15px;}
.down_list li .n_pic{width: 420px}
.down_list li .n_info {width: calc(100% - 570px);}

.down_list li .pic{display: block;position:relative;width:100%;height:0;padding-top:53%;border-radius: 25px}
.down_list li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.down_list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.down_list li a{padding:24px 30px;background:#f4f6f8 url('../images/d3.png') no-repeat left 548px bottom 46px;}

.down_list li{width: 100%}
.down_list li .date{width: 97px;height: 94px;border:1px solid #c5c5c5;margin-left:30px;margin-right:30px;margin-top:5px;}
.down_list li .date span{font-size: 38.42px;font-weight: bold;color: #828282;line-height: 1;}
.down_list li .date p{font-size: 16.15px;color: #828282;margin-top:5px;}

.down_list li .tit{font-size: 18px;font-weight: bold;color: #3b3b3b}
.down_list li .jian{font-size: 14px;color: #828282;line-height: 23px;margin-top:15px;}
.down_list li .more{width: 156px;height: 40px;line-height: 40px;background:#c7000b;color: #fff;font-size: 15px;text-align:center;}
.down_list li .n_info{padding-top:5px;}
.down_list li .n_info_box{height: 165px}
.down_list li:hover a{background:#c7000b url('../images/d4.png') no-repeat left 548px bottom 46px;}
.down_list li:hover .tit{color: #fff}
.down_list li:hover .jian{color: #fff}
.down_list li:hover .more{background:#fff;color:#c7000b}
.down_list li:hover .date{border:1px solid #fff;}
.down_list li:hover .date span,.down_list li:hover .date p{color: #fff}


.xzdt_list li .icon{width: 172px;height: 155px;background: url('../images/x1.png') no-repeat left top;padding:6px 6px 11px 11px;}
.xzdt_list li a{padding:30px 0 24px 36px;}
.xzdt_list li .n_info{width: calc(100% - 225px)}
.xzdt_list li .tit p{font-size: 18px;color: #3b3b3b;width: calc(100% - 200px)}
.xzdt_list li .tit .date{color: #828282;font-size: 18px;}
.xzdt_list li .jian{font-size: 14px;color: #828282;line-height: 1.8;margin-top:10px;}
.xzdt_list li{border-bottom:1px solid #bdbdbd;}
.xzdt_list li .icon img:nth-child(2){display: none}
.xzdt_list li:hover .icon{background: url('../images/x2.png') no-repeat left top;}
.xzdt_list li:hover .icon img:nth-child(1){display: none}
.xzdt_list li:hover .icon img:nth-child(2){display: block;}

.zjk_list{margin-top:40px;}
.zjk_list li{margin-right:18px;width:286px;margin-bottom: 20px}
.zjk_list li:nth-child(4n){margin-right:0;}
.zjk_list li a{background:#f4f6f8 url('../images/z.png') no-repeat center bottom 17px;padding:30px 27px;border-radius: 20px;display: block;background-size: 100%;}

.zjk_list li .pic{display: block;position:relative;width:100%;height:0;padding-top:133%;border-radius: 20px}
.zjk_list li .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.zjk_list li .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.zjk_list li .tit{font-size: 18px;font-weight: bold;color: #000000;margin-top: 20px}
.zjk_list li .job{font-size: 16px;color: #828282;margin-top: 15px}
.zjk_list li .info{text-align:center;padding-bottom:10px;}

.zjk_list li:hover .tit{color: #c7000b}

.nlist_15_swiper2 .info1{width: 302px;height: 210px;background:#f5f5f5;padding:50px 20px;background: url('../images/info1.jpg') no-repeat left bottom;}
.nlist_15_swiper2 .n15_pic{width: 271px;}
.nlist_15_swiper2 .info2{width: 302px;height: 210px;background:#f5f5f5;padding:45px 25px;background:url('../images/info2.jpg') no-repeat right bottom;}

.nlist_15_swiper2 .pic img{width: 271px;height: 366px;-o-object-fit: cover;object-fit: cover;}
.nlist_15_swiper1 .pic img{width: 171px;height: 231px;-o-object-fit: cover;object-fit: cover;}
.nlist_15_swiper1 .swiper-slide{width: 141px;height: 191px;}

.nlist_15_swiper1 .mySwiper .swiper-slide{
  margin-right: 18px !important;
  width: 141px!important;
}
 /*精确控制第2张后的间距 */
.nlist_15_swiper1 .mySwiper .swiper-slide.swiper-slide-next{
    margin-right: 302px !important;
    position: relative;
}

.nlist_15_swiper1{margin-top: -191px}
.nlist_15_swiper2{padding-bottom:55px;position: relative;}

.nlist_15_swiper2 .swiper-button-prev{position:absolute;bottom: 0;left:420px;right: auto;top:auto;margin-top:0;width: 36px;height: 37px;background:url('../images/prev1.jpg') no-repeat center;background-size: cover;}
.nlist_15_swiper2 .swiper-button-next{position:absolute;bottom: 0;left:465px;right: auto;top:auto;margin-top:0;width: 36px;height: 37px;background:url('../images/next1.jpg') no-repeat center;background-size: cover;}

.nlist_15_swiper2 .swiper-button-prev:after{content: ''}
.nlist_15_swiper2 .swiper-button-next:after{content: ''}

.nlist_15_swiper2 .info1 .tit{font-size: 18px;color: #3b3b3b}

.nlist_15_swiper2 .info1 .date{font-size: 14px;color: #828282;margin-top: 8px}

.nlist_15_swiper2 .info2{font-size: 14px;color: #828282;line-height: 1.8;}

.nlist_7 li{width: 290px;height: 315px;background:#f4f6f8 url('../images/zyxx1.png') no-repeat bottom 13px right;margin-right:14px;margin-bottom:20px;border-radius: 23px;border-top-left-radius: 0px;}
.nlist_7 li:nth-child(3n){margin-right:0;}
.nlist_7 li a{display: block;padding:35px 20px 0 28px;color: #3b3b3b;}


.nlist_7 li .tit{font-size: 18px;font-weight: bold;line-height: 35px;}
.nlist_7 li .tit p{height: 105px}
.nlist_7 li .tit:after{display: block;width: 30px;height: 6px;background:#8a8a8a;border-radius: 5px;content: '';margin-top:20px;}

.nlist_7 li .jian{margin-top:22px;font-size: 14px;color: #828282;line-height: 24px;}
.nlist_7 li .date{margin-top:25px;font-size: 17.64px;}
.nlist_7 li:hover{background:#c7000b url('../images/zyxx2.png') no-repeat bottom 13px right;}
.nlist_7 li:hover a{color: #fff}
.nlist_7 li:hover .jian{color: #fff}
.nlist_7 li:hover .tit:after{background:#fff;}

.nlist_7.blue li:hover{background:#9adaff url('../images/zyxx2.png') no-repeat bottom 13px right;}

.nlist_7{padding-top:10px;}
.nlist{padding-top:10px;}
.sec3_type a{width: 223px;height:275px;background:#adadad;display: block;border-radius: 5px;padding:55px 0 0 35px;margin-bottom:16px;}
.sec3_type a:nth-child(1){display: block;width: 967px;height: 275px;padding-left:35px;}
.sec3_type a:nth-child(4){background:#c7000b;}
.sec3_type a:nth-child(5){display: block;width: 738px;height: 275px;padding-left:35px;}
.sec3_type a .sec3_top p{font-size: 18px;color: #fff;}
.sec3_type a .sec3_top .icon{margin-right:15px;}
.sec3_type a .sec3_top{margin-bottom:90px;}
.sec3_type a .gd{display: block;width: 153px;height: 43px;line-height: 43px;color: #fff;border:1px solid #fff;border-radius: 5px;padding-left:19px;background:url('../images/gd2.png') no-repeat center right 19px;}
.sec3_type a:hover .gd{background:#fff url('../images/gd.png') no-repeat center right 19px;color: #c7000b;}

.title.white{color: #fff}
.section3 .title{margin-bottom:30px;}

.section4 li{background:#fff url('../images/xsjl.png') no-repeat bottom 0.08rem right;}
.section4 li.first{width: 100%;}
.section4 li.first .n_pic{width: 245px}
.section4 li.first .n_info{width: calc(100% - 265px)}
.section4 li.first a{padding:15px 15px 20px;}


.sec4_r_bot  .pic{display: block;position:relative;width:100%;height:0;padding-top:34%;border-radius: 5px;overflow: hidden;}
.sec4_r_bot  .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.sec4_r_bot  .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.infolist li{width: 685px;max-width: 48.5%}
.infolist li{height: 56px;line-height: 56px;border-bottom: 1px dashed #e4e5e9;width: 100%;font-size:16px;}
.infolist li a{width: 100%;}
.infolist li .tit{width: calc(100% - 160px);color: #1a1a1a}
.infolist li .time{color: #aaaaaa;font-size: 14px;}
.infolist li:hover .tit{color: #c7000b}

.infolist{padding: 30px 0;}

/*.section1{background:url('../images/bg/home/index3-1.png') no-repeat bottom left;background-size: 100%}
.section2{background:url('../images/bg/home/index3-2.png') no-repeat bottom left;background-size: 100%}
.section4{background:url('../images/bg/home/index3-3.png') no-repeat bottom left;background-size: 100%}
.sec67{background:url('../images/bg/home/index3-4.png') no-repeat bottom left;background-size: 100%}*/

.title.white a{color: #fff}

.section6 .main{width: 90%;margin:0 auto;}
.sec8_list li .icon img{max-height: 100%!important}

.sec3_type a{position: relative;overflow: hidden;}
.bg_img{position: absolute;left: 0;top:0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sec3_type a .sec3_nr{padding:50px 0 0 35px;position: absolute;left: 0;top:0;width: 100%;}



.sec3_type a .bg_img{transition: all 0.5s linear;}
.sec3_type a:hover .bg_img{transform:scale(1.05);}

.nlist_17,.nlist_15{padding-bottom:60px}


.down_list li.else{width: 49.5%;margin-right: 1%}
.down_list li.else:nth-child(2n+1){margin-right: 0}
.down_list li.else .n_pic{width:220px}
.down_list li.else .date{margin:0 20px;}

.down_list li.else .n_info_box{height: 100px}
.down_list li.else a{padding: 15px 20px}
.down_list li.else .jian{-webkit-line-clamp: 2;margin-top: 10px;}
.down_list li{margin-bottom:20px}
.down_list li.else .date{width:75px;height:75px}
.down_list li.else .date span{font-size:32px}
.down_list li.else .date p{font-size:14px}
.down_list li.else .more{width: 120px;height:35px;line-height: 35px;}


.down_list li.else .n_info{width: calc(100% - 335px)}


.down_list li.else a{background: #f4f6f8 url('../images/d3.png') no-repeat left 2.5rem bottom 0.15rem;background-size: 2.3rem}
.down_list li.else:hover a{background:#c7000b url('../images/d4.png') no-repeat left 2.5rem bottom 0.15rem;background-size: 2.3rem}

.xszx_list li{margin-bottom:20px}
.xszx_list li.else .pic{padding-top: 65%;}

.banner .banner_info a{display: block;color: #fff}



.nlist_15_box,.nlist_17_box{padding-bottom: 0.5rem}

.banner img{width: 100%}
.ads img{width: 100%}
#wide-wrapper{margin-top:-80px;}
.section6{padding:50px 0 20px;}


.nlist .video_pic video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}

.nlist .video_pic  img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.nlist .item .pic i{z-index: 2;cursor: pointer;}

.sec7_list .video_pic video{position:absolute;top:0;left:0;width:100%;height:100%;}
.sec7_list .video_pic  img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sec7_list li{position: relative;}
.sec7_list .video_pic i{z-index: 2;cursor: pointer;width: 85px;height: 85px;background:
url('../images/play.png') no-repeat center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sec7_list li .tit{z-index: 3;display: block;}



.section4 li.first .n_pic .pic{display: block;position:relative;width:100%;height:0;padding-top:61%;overflow: hidden;}
.section4 li.first .n_pic .pic p{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.section4 li.first .n_pic .pic img{width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}

.banner2 img{width: 100%}


.section1{background:url('../images/index/1.png') no-repeat right 109px top 75px, url('../images/index/2.png') no-repeat left bottom;}
.section2{background:url('../images/index/3.png') no-repeat left top 80px, url('../images/index/4.png') no-repeat right bottom;}
.section4{background:url('../images/index/6.png') no-repeat right 75px top 100px, url('../images/index/7.png') no-repeat left bottom;}
.section6{background:url('../images/index/sec6-1.png') no-repeat center top 45px,url('../images/index/sec6-2.png') no-repeat center bottom;}
.section7{background:url('../images/index/12.png') no-repeat left bottom,url('../images/index/13.png') no-repeat top 20px right 10px;}

.logo{width: 280px}
.blogo{width: 287px}

.foot3{color:#fff;margin-top:10px}