* {
  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{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;}
input{outline: none;}
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,em{font-style: normal;}
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
[v-cloak]{
  display: none;
}
.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;}
.line5{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.line7{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:7;-webkit-box-orient: vertical;}

.btn_hover{position: relative;-moz-transition: all 0.2s;-o-transition: all 0.2s;-webkit-transition: all 0.2s;transition: all 0.2s;overflow: hidden;}
.anim {-moz-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);position: absolute;top: 50%;left: 50%;}
.btn_hover:hover > .anim{-moz-animation: anim-out 1s;-webkit-animation: anim-out 1s;animation: anim-out 1s;}
.btn_hover:hover > .anim:after{-moz-animation: anim-out-pseudo 1s;-webkit-animation: anim-out-pseudo 1s;animation: anim-out-pseudo 1s;}
.anim:before {position: relative;content: '';display: block;margin-top: 100%;}
.anim:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}
.result{margin-top:40px;}
.result .page2{padding-bottom:65px}

body{font-size: 16px;}
html {
  font-size: 5.20833333vw;
}

@media (max-width: 1200px) {
  html{ font-size:6.9vw; }
}
@media (max-width: 750px) {
  html { font-size: 26.66666666vw;font-size: clamp(12px, 26.66666666vw, 100px); } 
}

@media (max-width: 1500px) {
  body { font-size: 15px; }
}
@media (max-width: 1300px) {
  body { font-size: 14px; }
}

@media (max-width: 750px) {
  body { font-size: 0.14rem; }
}
.main{width:16.8rem;margin:0 auto;max-width: 94%}



.banner{position: relative;}
@keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(10px)  translateX(-50%);
    -webkit-transform: translateY(10px)  translateX(-50%);
    opacity: 0;
  }
}

@-webkit-keyframes mouse-dot {
  from {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    transform: translateY(10px)  translateX(-50%);
    -webkit-transform: translateY(10px)  translateX(-50%);
    opacity: 0;
  }
}


header{background:#004790;}
.head1{padding: 15px 0 3px}
.head1 a{color: #fff;font-size: 18.69px;}
.head1 p:nth-child(1){background:url('../images/icon1.png') no-repeat center left;padding-left: 25px;position: relative;}
.head1 .wx{width: 25px;height:24px;background:url('../images/wx.png') no-repeat center;margin:0 37px;position: relative;}
header .search em{width: 21px;height:21px;display: block;background:url('../images/search.png') no-repeat center;cursor: pointer;}
header .search{position: relative;width: 21px;margin-left: 6px;}
.search_pop{position: absolute;top:calc(100% + 0.5rem);right: -0.2rem;background: rgba(255, 255, 255, 0.7);border-radius: 0.4rem;padding: 0.08rem;width:3.6rem;visibility: hidden;
    opacity: 0;transition: all 0.5s;z-index: 1000;}
.search_pop .search_form{border: 1px solid #1d75e1;border-radius: 0.3rem;position:relative;}
.search_pop .search_form input{border: 0;background: transparent;}
.search_pop .search_form .ss_bd{display:block;width: 2.8rem;padding-left: 0.4rem;height: 0.4rem;line-height: 0.4rem;}
.search_pop .search_form .ss_btn{width:0.68rem;height: 0.42rem;line-height: 0.4rem;background: #1d75e1;position:absolute;right: 0;top:-1px;font-size: 0.186rem;color: #fff;border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem;}
.search_pop i{width:0.19rem;height:0.19rem;background:url('../images/search2.png') no-repeat center;background-size: 100%;display:block;position:absolute;top:0.1rem;left:0.12rem;}
.search_pop .search_form:before{width:0.2rem;height:0.11rem;content:'';display: block;background: url('../images/jt2.png') no-repeat center;position:absolute;top:-0.19rem;right: 0.2rem;}
.search_pop.active{top:calc(100% + 0.15rem);visibility: visible;opacity:1;}


.head1 p:nth-child(1):after{content:'';width: 1px;height:21px;display: block;background:#5484b5;position: absolute;right:-19px;top:50%;transform: translateY(-50%);}
.head1 .wx:after{content:'';width: 1px;height:21px;display: block;background:#5484b5;position: absolute;right:-19px;top:50%;transform: translateY(-50%);}
.head2 .logo{margin-right:2.1rem}
.head2{padding-bottom: 25px}
.head3{background:#004c94;line-height: 65px;}
header .navlist li>a{color: #fff;font-size: 22px;font-weight: bold;position: relative;}
.banner .swiper-slide img:nth-child(2){display: none}
.banner{position: relative;}
.banner_links{position: absolute;bottom:25px;left:0;z-index: 1000;width: 100%}
.banner_links li{width: 208px;max-width:12.4%}
.banner_links li a{width: 100%;height:211px;background:url('../images/lbg.png') no-repeat center top;padding:0 10px;text-align: center}
.banner_links li .tit{font-size: 19.85px;color: #111111;font-weight: bold;line-height: 1.2;margin:7px 0 5px;min-height: 48px;white-space:break-spaces}
.banner_links li .des{font-size: 17.65px;color: #686868;line-height: 1.2;}
.banner_links li{transition: all 0.5s}
.banner_links li:hover{transform: translateY(-15px);}
.banner_3g{display:none}

.head1 a:hover{color: #85bfff }

header .navlist li:hover>a,header .navlist li.active>a{color: #85bfff}
header .navlist li{position: relative;}
header .navlist .two{position: absolute;height: auto;left:50%;min-width:108px;z-index: 1000;white-space: nowrap;transition: all 0.4s;top:120%;visibility:hidden;opacity: 0;transform: translateX(-50%);background:rgba(255,255,255,0.7);padding:4px 8px;}
header .navlist .two dd a{font-size: 18px;color: #0b0b0b;display:block;}
header .navlist .two dd:hover a{color: #fff}
header .navlist .two dd:hover{background:#0173ba;border-top-right-radius:10px;border-bottom-left-radius: 10px;}

header .two dl{width:100%;position: relative;}
header .two dd{width:100%;text-align: center;padding:4px 0;line-height: 1.5;position: relative;margin:10px 0;}

header .navlist>li:hover .two{visibility: visible;opacity:1;top:100%;}

header .navlist li.have:hover>a:after{content:'';display: block;width: 12px;height:6px;background:url('../images/jt.png') no-repeat center right;position: absolute;top:50%;transform: translateY(-50%);right: -25px;}

.head1 .wx .pic{width: 120px;position: absolute;top:50px;left: 50%;transform: translateX(-50%);visibility:hidden;opacity: 0;transition: all 0.4s;}
.head1 .wx:hover .pic{visibility: visible;opacity:1;top:35px;}

.fixr.move{top:0;transform: translateY(0);}
.fixr{position: fixed;right:0;top:50%;width: 243px;height:139px;background:url('../images/fixr.png') no-repeat center;color: #fff;font-size: 29.95px;z-index: 1000;padding-top:65px;text-align: center;transform: translateY(-50%);transition: all 0.5s}
footer{color: #fff;width: 100%;position: relative;padding-top: 40px}
.footer_bg1{width:calc(100% - (50% - 8.4rem));height:100%;background:#cde4fb;position: absolute;right: 0;top:0;border-top-left-radius:45px}
.footer_bg2{width:calc(100% - (50% - 8.4rem));height:calc(100% - 40px);background:#024a9f;position: absolute;left: 0;bottom:0;border-top-right-radius:45px}
footer .main{position: relative;background:#024a9f;border-top-right-radius:45px}
.foot1{padding: 45px 0 50px;padding-right: 0.45rem}
.foot1 .codes{padding-top: 23px;width: 380px}
.foot1_info{width: 1165px;max-width: calc(100% - 390px)}
.foot1_text{margin-top:45px;font-size:18px;color: #b2d5ff;line-height: 1.8;}
.foot1_left{width: 400px}
.foot1 .codes li{width: 173px;text-align: center;}
.foot1 .codes li .tit{font-size: 18px;color:#fff;margin-top:10px;}
.foot2{font-size: 20px;color: #94c5ff;border-top:1px solid #2865ad;padding:25px 0;}
.foot2 a{color: #94c5ff;}

.section1{width: 100%;padding:100px 0 140px;background:url('../images/sec1.png') no-repeat center bottom;}
.sec1_left{width: 805px;max-width: 49%}
.sec1_right{width: 810px;max-width: 49%}
.tit1 span{font-size: 36px;color: #000000;font-weight: bold;line-height: 1;}
.tit1 a{font-size: 18px;color: #747474}
.tit2 span{font-size: 16px;color: #666666;text-transform: uppercase;}
.sec_top{padding-left:44px;}
.sec1_left .sec_top{background: url('../images/icon/i1.png') no-repeat top left;}
.sec1_right .sec_top{background: url('../images/icon/i2.png') no-repeat top left;}
.tit1 a:hover{color: #004c93}

.tit2 {
    display: flex;
    flex: 1;
}

.tit2 span {
    padding-right:14px;
}

.tit2 .line {
    height: 2px;
    background: #cacbcb;
    flex: 1; 
}

.sec1_left .box{width: 100%;height:478.5px;background:url('../images/sec1_left.png') no-repeat center top;margin-top:30px;padding:22px 50px 22px 18px;}
.sec1_left li a{padding:15px 0 20px;position: relative;}
.sec1_left li .date{width: 80px;height:70px;box-shadow: 0 0 10px rgba(0,76,147,0.2);background: #f7fbff;border-top-left-radius: 10px;border-bottom-right-radius: 10px;text-align: center}
.sec1_left li .date .d{font-size: 26px;font-weight: bold;color: #3f89c2;line-height: 1;}
.sec1_left li .date .my{font-size: 14px;color: #747474;margin-top:2px;}
.sec1_left li .text{width: calc(100% - 93px)}
.sec1_left li a:after{content:'';display: block;width: calc(100% - 93px);border-bottom: 1px dashed #e8e8e8;position: absolute;bottom:0;right: 0}
.sec1_left li .tit{font-size: 22px;font-weight: bold;color: #010101}
.sec1_left li .des{font-size: 18px;color: #787878;}
.sec1_left .box ul{padding-top: 5px;}
.sec1_left li:last-child a:after{display: none} 
.sec1_left li:hover .tit{color: #004c93}

.sec1_right .first{width: 450px;max-width: 55.5%}
.sec1_right .first .pic{position:relative;width:100%;height:0;padding-top:64%;border-top-left-radius: 27px;overflow: hidden;}
.sec1_right .first .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.scale .pic{overflow: hidden;}
.scale img{transition: all 0.5s;}
.scale:hover img{transform:scale(1.1);}
.sec1_right .first .tit{font-size: 22px;color: #010101}
.sec1_right .first .des{font-size: 18px;color: #7a7a7a;line-height: 1.8;margin:3px 0;}

.sec1_right .list{margin-top:30px;}
.sec1_right .first .text{background:#fff;padding:15px 20px 20px;border-bottom-right-radius: 27px;min-height: 165px}
.sec1_right .first span{font-size: 18px;color: #004c93}
.sec1_right .first a{display: block;padding-bottom:25px;background:#c8e4ff;border-bottom-right-radius: 27px;border-top-left-radius: 30px;}
.sec1_right .first:hover .tit{color: #004c93}
.sec1_right .first:hover span{font-weight: bold;}
.sec1_right .else{width: 335px;max-width:41.5%}
.sec1_right .else li a{display: block;position: relative;}
.sec1_right .else li .box{background:#fff;padding:30px 18px 25px;border-bottom: 1px solid #004b93;border-top-right-radius:30px;position: relative;z-index: 10;}
.sec1_right .else li .tit{font-size: 20px;color: #555555;line-height: 1.5;margin-bottom: 40px;min-height: 90px}
.sec1_right .else li .info .date{font-size: 18px;color: #727272}
.sec1_right .else li .info span{font-size: 16px;color: #69696a;text-transform: uppercase;padding-right:20px;background:url('../images/more.png') no-repeat center right;}
.sec1_right .else li a:after{content:'';display: block;width: calc(100% - 15px);height:30px;background:#c8e4ff;position: absolute;bottom: -15px;left: 0;border-bottom-right-radius:30px;}
.sec1_right .else li:hover .tit{color: #004c93}
.sec1_right .else li:hover .info span{color: #004c93}
.sec1_right .else li{margin-bottom:20px;padding-bottom:15px;}
.sec1_right .else li:last-child{margin-bottom: 0}

.sec2_left{width: 830px;max-width: 49.4%}
.sec2_right{width: 810px;max-width: 48.2%}
.sec2_left .sec_top{background: url('../images/icon/i3.png') no-repeat top left;}
.sec2_right .sec_top{background: url('../images/icon/i4.png') no-repeat top left;}
.sec2_left .list{height:497px;background:url('../images/sec2_left.png') no-repeat center top;margin-top: 20px;width: 100%;padding:25px 30px 20px 38px;background-size: 100% 100%}
.sec2_left .list li a{padding:18px 0 20px;border-bottom:1px dashed #d4d5d7}
.sec2_left .list li .sec2l_pic{width: 161px}
.sec2_left .list li .pic{position:relative;width:100%;height:0;padding-top:62%;border-radius: 10px;}
.sec2_left .list li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.sec2_left .list li .info{width: calc(100% - 172px)}
.sec2_left .list li .tit{font-size: 22px;color: #151515;}
.sec2_left .list li .des{font-size: 18px;color: #787878;margin-top: 5px}
.sec2_left .list li:hover .tit{color: #15589a}
.sec2_left .list li:last-child a{border:0;}
.sec2_right .list{background:url('../images/sec2_right.jpg') no-repeat center;height:491px;margin-top: 25px;padding:30px 35px 0 30px;}
.sec2_right .list li a{font-size: 22px;color: #333333;line-height: 68px;border-bottom: 1px dashed #cdcdce;display: block;padding-left:30px;background:url('../images/fa.png') no-repeat center left;}
.sec2_right .list li:last-child a{border:0;}
.sec2_right .list li:hover a{color: #004e96}
.section2{padding-bottom:300px;background:url('../images/sec2.jpg') no-repeat center bottom;}

.section3{position: relative;margin-top: -250px;padding-top:100px;background:url('../images/sec3.png') no-repeat center top;}
.title2{text-align: center;background:url('../images/aq.png') no-repeat center;min-height: 87px;padding-top:3px;}
.title2 span{font-size: 48px;color: #000000;font-weight: bold;line-height: 1;}
.title2 p{font-size: 18px;color: #767676;margin-top: 3px}

.sec3_nr{padding-top: 45px}
.sec3_left{width: 960px;max-width: 57%}
.sec3_right{width: 680px;max-width: 40.4%}

.sec3_left .sec_top{background: url('../images/icon/i5.png') no-repeat top left;}
.sec3_right .sec_top{background: url('../images/icon/i6.png') no-repeat top left;}

.sec3_left .list{margin-top: 30px;height:450px;width: 100%;background:url('../images/sec3_left.png') no-repeat center;background-size: 100% 100%;padding:30px 36px 0 42px;}
.sec3_right .list{margin-top: 30px}
.sec3_left .first{width: 390px;max-width: 44%}
.sec3_left .first .pic{position:relative;width:100%;height:0;padding-top:61%;border-top-right-radius: 10px;border-bottom-left-radius: 10px;overflow: hidden;z-index: 1;}
.sec3_left .first .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.sec3_left .first .pic_box{position: relative;}
.sec3_left .first .pic_box:after{content:'';display: block;width: 100%;height: 100%;background:#cde4fb;border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-8px;right:-6px;}
.sec3_left .first .date{font-size: 18px;font-weight: bold;color: #0c64b0;margin-top:28px}
.sec3_left .first .tit{font-size: 20px;color: #555555;margin-top: 3px}
.sec3_left .else{width: 460px;max-width:52%}
.sec3_left .else .sec3l_pic{width: 140px;position: relative;}
.sec3_left .else .pic{position:relative;width:100%;height:0;padding-top:67%;border-top-right-radius: 10px;border-bottom-left-radius: 10px;overflow: hidden;z-index: 1;}
.sec3_left .else .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.sec3_left .else .info{width: calc(100% - 158px);padding-top:6px;}
.sec3_left .else .sec3l_pic:after{content:'';display: block;width: 100%;height: 100%;background:#cde4fb;border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-6px;right:-6px;}
.sec3_left .else .date{font-size: 18px;font-weight: bold;color: #0c64b0;}
.sec3_left .else .tit{font-size: 20px;color: #555555;line-height: 1.4;}
.sec3_left .else a{padding-bottom:18px;display: block;border-bottom: 1px dashed #dedede}
.sec3_left .else li{margin-bottom:15px;}
.sec3_left .else li:last-child a{border:0;}
.sec3_left .first:hover .tit{color: #0c64b0}
.sec3_left .else li:hover .tit{color: #0c64b0}
.sec3_right .list .first{width: 319px;max-width:47%}
.sec3_right .list .else{width: 352px;max-width: 51.7%}
.sec3_right .list .else li{margin-bottom:4px;}
.sec3_right .list .else li:last-child{margin-bottom:0;}

.section4{padding-top:55px;}
.section4 .sec_top{background: url('../images/icon/i7.png') no-repeat top left;}
.section4 .list{margin-top: 30px}
.section4 .list .swiper-slide .pic{position:relative;width:100%;height:0;padding-top:62%;border-top-right-radius: 10px;border-bottom-left-radius: 10px;overflow: hidden;}
.section4 .list .swiper-slide .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.section4{padding-bottom:115px;}
.section4 .list .swiper-slide .pic i{display: block;width: 57px;height:57px;background:url('../images/play.png') no-repeat center;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background-size: 100%}
.section5{padding-bottom:75px;}
.section5 .list{margin-top: 40px}
.section5 .list ul {margin-left:-0.38rem;}
.section5 .list li {width:25%;padding-left:0.38rem;line-height: 63px;}
.section5 .list li a{border-bottom:1px solid #d4d4d4;}
.section5 .list li .tit{margin-left: 12px;color:#333}
.section5 .list li:hover .tit{color: #0c64b0}

.banner2{position: relative;}
.nail{position: absolute;left: 0;bottom: 0;background:rgba(0,75,147,0.7);line-height: 70px;font-size: 20px;color: #fff;border-top-right-radius: 30px;min-width: calc(100% - (50% - 8.4rem))}
.nail .main{background:url('../images/home.png') no-repeat center left;padding-left: 35px;}
.nail a{color: #fff}
.section5 .list li .icon{width:40px}
.container{padding-top:60px;}
.container_left{width: 279px;}
.container_right{width: calc(100% - 320px)}
.type_box{
    width: 267px;
    background-color: #004790;
    background-image: url(../images/type1.png), url(../images/type2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top 10px, center bottom 28px;
    border-top-right-radius: 30px;
    border-bottom-left-radius:30px;
    min-height: 515px;
    position: relative;
    z-index: 1;
    padding:0 18px;
    text-align: center;
}
.type{padding:15px 0 20px;position: relative;margin-bottom:100px;}
.type:after{content:'';display: block;width: calc(100% - 15px);height:100%;position: absolute;right: 0;top:0;background:#c8e4ff;border-top-left-radius:30px;border-bottom-right-radius: 30px;}
.type_name{color: #fff;padding-top:35px;margin-bottom:30px;}
.type_name span{font-size: 32px;font-weight: bold;}
.type_name p{font-size: 12.5px;text-transform: uppercase;}
.type li a{display: block;width: 100%;padding:10px 0;font-size: 24px;color: #000000}
.type li{margin-bottom:20px;background:#c8e4ff;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.type li.active,.type li:hover{background:#edefec;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.typename{font-size: 30px;font-weight: bold;color: #000000;padding-left:50px;background:url('../images/t.png') no-repeat center left;position: relative;}
.typeinfo{border-bottom: 4px solid #efefef;padding-bottom:6px;}
.typename:after{content:'';width: 100%;height:4px;background:#004790;display: block;position: absolute;bottom: -10px;left: 0}
.search3{width:288px;height:42px;line-height: 42px;background:#f9f9f9;border:1px solid #dddddd;border-radius:18px;overflow:hidden}
.search3 .s_input{line-height: 40px;border:0;width: 240px;border-radius:18px;padding-left:30px;color: #000;background:#f9f9f9;}
.search3 .s_btn{width: 48px;background:#f9f9f9 url('../images/search3.png') no-repeat center;height:40px;border:0}
.typeinfo_left{padding-top:5px;}
.container_right .con{padding:35px 0;font-size: 24px;color: #000000;line-height: 2;padding-bottom:100px;}

.about3{padding-top: 85px;padding-bottom:70px;}
.about3 li{background:url('../images/a3.jpg') no-repeat center bottom;padding-right: 20px;margin-bottom:60px;}
.about3 li .tit{font-size: 30px;color: #0173ba;padding-left: 18px;position: relative;}
.about3 li .info{font-size: 22px;color: #000000;padding-left: 18px;line-height: 2;margin-top:12px;padding-bottom: 20px;}
.about3 li .tit:after{content:'';display: block;width: 7px;height:24px;background:#5393c8;position: absolute;top:50%;left:0;transform: translateY(-50%);}

.news_list1 ul{margin-top:27px;padding-bottom:60px;}
.news_list1 li{font-size: 24px;color: #333333;line-height: 85px;border-bottom:1px dashed #bbbbbb;padding:0 23px;}
.news_list1 li a{display: block;padding-left:12px;background:url('../images/dot.jpg') no-repeat center left;color: #333333;width: calc(100% - 200px)}
.news_list1 li:hover a{color: #004790}

.page{text-align: center;}

.p_pages{width: 100%;text-align: center;font-size: 17px;color: #333333;}
.p_pages span{display: inline-block;text-align: center;border:1px solid #d7dfdc;color: #333333;margin:0 5px 5px;min-width:40px;line-height:40px;cursor: pointer;height: 40px}
.p_pages span a{color: #333333;display:block;padding:0 14px;}
.p_pages span.p_no_d{border:1px solid #004790;color: #fff;background:#004790;}
.p_pages span.p_no_d a{color: #fff;}
.p_pages .p_prev_d,.p_pages .p_first_d,.p_pages .p_next_d,.p_pages .p_last_d{min-width:62px;}
.p_pages{padding-bottom:130px;display:block}

.news_list2 ul{margin-top:50px;padding-bottom:65px;}
.news_list2 li{width: 812px;max-width:48.5%;margin-bottom:30px;}
.news_list2 li .date{width: 87px;background:#c8e4ff;text-align: center;border-radius: 10px;overflow:hidden;}
.news_list2 li .date .y{line-height: 30px;background:#004790;color: #fff;}
.news_list2 li .date .md{line-height: 50px;font-size: 20px;color: #194776;}
.news_list2 li .tit{font-size: 24px;color: #1e2023;width: calc(100% - 110px)}
.news_list2 li a{padding:25px 20px 25px 0;position: relative;width: 100%;position: relative;z-index: 1;}
.news_list2 li .box{position: relative;}
.news_list2 li .box:after{background:#eff7ff url('../images/n2_bg.png') no-repeat center right 42px;content:'';display: block;position: absolute;bottom: 0;right: 0;width:calc(100% - 22px);height:100%;border-radius: 10px}
.news_list2 li:hover .tit{color: #1864b1}

.news_list3 {padding-top:10px;}
.news_list3 li a{padding:55px 0;}
.news_list3 li .n3_pic{width: 285px}
.news_list3 li .info{width: calc(100% - 313px)}
.news_list3 li .tit{font-size: 24px;color: #000000;}
.news_list3 li .des{font-size: 20px;color: #787878;margin:9px 0 12px;}
.news_list3 li .date{font-size: 18px;color: #787878}
.news_list3 li .pic{position:relative;width:100%;height:0;padding-top:57%;border-radius: 12px;overflow: hidden;}
.news_list3 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.news_list3 li{border-bottom: 1px dashed #a1a1a1}
.news_list3 li:hover .tit{color: #004790}
.news_list3 ul{padding-bottom:35px;}
.news_list3 li:last-child{border:0;}

.news_list4 ul{margin-top:70px;padding-bottom:60px;}
.news_list4 li{margin-bottom:70px;width: 100%}
.news_list4 li .n4_pic{width: 255px;position: relative;}
.news_list4 li .pic{position:relative;width:100%;height:0;padding-top:59%;border-top-right-radius: 10px;border-bottom-left-radius: 10px;overflow: hidden;z-index: 1;}
.news_list4 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.news_list4 li a{background:#f8f8f8;padding:34px;border-radius: 10px;}
.news_list4 li .info{width: calc(100% - 300px);padding-top:25px;}
.news_list4 li .n4_pic:after{content:'';display: block;width: 100%;height: 100%;background:#cde4fb;border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-10px;right:-10px;}
.news_list4 li .tit{font-size: 24px;color: #262626}
.news_list4 li .date{font-size: 19.86px;font-weight: bold;color: #595959;margin-top:10px;}
.news_list4 li:hover .tit{color: #0071d7}

.news_list5 ul{padding:35px 0 85px;}
.news_list5 li{font-size: 24px;color: #333333;line-height:85px;border-bottom: 1px dashed #cdcdce;}
.news_list5 li a{color: #333333;width: calc(100% - 200px);display: block;padding-left:50px;background:url('../images/fa2.png') no-repeat center left;}
.news_list5 li:hover a{color: #004e96}

.down ul{padding-top:15px;padding-bottom:45px;}
.down li a{font-size: 24px;color: #333333;line-height:95px;border-bottom: 1px dashed #bbbbbb;display: block;padding-left:40px;background:url('../images/d.png') no-repeat center left;}
.down li:hover a{color:#004e96;background:url('../images/d2.png') no-repeat center left;}

.safety1 ul{margin-top:45px;padding-bottom:55px;}
.safety1 li{margin-bottom:30px;width: 100%}
.safety1 li .s1_pic{width: 211px;position: relative;}
.safety1 li .pic{position:relative;width:100%;height:0;padding-top:66%;border-top-right-radius: 10px;border-bottom-left-radius: 10px;overflow: hidden;z-index: 1;}
.safety1 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.safety1 li a{background:#f8f8f8;padding:20px 32px 25px;border-radius: 10px;}
.safety1 li .info{width: calc(100% - 240px);padding-top:25px;}
.safety1 li .s1_pic:after{content:'';display: block;width: 100%;height: 100%;background:#cde4fb;border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-10px;right:-10px;}
.safety1 li .tit{font-size: 24px;color: #262626}
.safety1 li .date{font-size: 19.86px;font-weight: bold;color: #0c64b0;margin-top:10px;}
.safety1 li:hover .tit{color: #4481bd}


.safety2 ul{margin-top:60px;}
.safety2 ul{padding-bottom:30px;}
.safety2 ul{margin-left:-0.36rem;}
.safety2 li{width:33.3%;padding-left:0.36rem;margin-bottom:80px;}
.safety2 li .pic{position:relative;width:100%;height:0;padding-top:65%;border-top-right-radius: 30px;border-bottom-left-radius:30px;overflow: hidden;z-index: 1;}
.safety2 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}


.safety3 ul{margin-top:50px;}
.safety3 ul{margin-left:-0.4rem;padding-bottom:50px;}
.safety3 li{width:33.3%;padding-left:0.4rem;margin-bottom:60px;}
.safety3 li .pic{position:relative;width:100%;height:0;padding-top:60%;border-top-right-radius:20px;border-bottom-left-radius:20px;overflow: hidden;z-index: 1;}
.safety3 li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.safety3 li .pic i{display: block;width: 57px;height:57px;background:url('../images/play.png') no-repeat center;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);background-size: 100%;}

.news_show{padding:85px 0 90px;}
.news_show .tit{font-size: 30px;font-weight: bold;color: #000000;text-align: center}
.news_show .date{font-size: 18px;color: #555555;text-align: center;margin-top:5px;padding-bottom:20px;}
.news_show .con{border-top:1px solid #d8d8d8;padding:30px 0;font-size: 24px;color: #121212;line-height: 1.5!important;}
.fenye li{width: 770px;max-width: 48.5%;font-size: 24px;color: #121212;}
.fenye li:last-child{text-align: right;}
.fenye li a{font-size: 24px;color: #121212;display: block;width: 100%}
.fenye li:hover a{color: #024a9f}

.fenye{margin-top:100px;}
.a3_con{text-align: center;padding-top:100px;}

.danye{padding:85px 0 90px;}
.danye .tit{padding-bottom: 20px;font-size: 30px;font-weight: bold;color: #000000;text-align: center}
.danye .con{border-top:1px solid #d8d8d8;padding:30px 0;font-size: 24px;color: #121212;line-height: 2;}

.sec3_right .list .first .pic{position:relative;width:100%;height:0;padding-top:137%;overflow: hidden;z-index: 1;}
.sec3_right .list .first .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}

.sec3_right .list .else li .pic{position:relative;width:100%;height:0;padding-top:41%;overflow: hidden;z-index: 1;}
.sec3_right .list .else li img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}


@media (max-width:1500px) {
  .main{width: 94%}
  .banner_links li{max-width:12.2%}
  .banner_links li .tit{font-size:15px;min-height:35px;}
  .banner_links li .des{font-size: 14px;}
  .banner_links li .icon{width: 55px;margin: 0 auto}
  .banner_links li a{height:185px;}
}



.head_3g{display: none;}
#sidebar{display: none}
.type_3g{display: none}
.news_list2 li a{display: block;}
@media (max-width:750px) {
  .banner .swiper{display:none}
  .banner_3g{display:block}
  .type_3g{display: block;}
  header{display: none}
  .head_3g{width: 100%;display: block;background:#004790;padding:0.1rem 0;}
  .head_3g .logo img{height: 0.3rem;width: auto;}
  .head_3g .nav img{width: 0.2rem;height: 0.18rem;display: block;width:auto;}
  .head_3g .search2{margin-right: 0.1rem}
  .head_3g .search2 img{height: 0.2rem}

  .ss{width:0;height:0.35rem;position:absolute;left:0;top:0.5rem;overflow:hidden;z-index:7;font-size: 0.14rem;border-radius: 3px}
  .ss .ss_btn{width:20%;float:left;line-height:0.35rem;background:#004790;border:none;color:#fff;text-align:center;}
  .ss .ss_bd{width:80%;height:0.35rem;border:none;background:#fff;float:left;color:#333333;padding:0 0 0 12%;}
  


  body.open #sidebar{width:70%} 
  body.open .nr { transform: translate3d(70%,0,0);  -webkit-transform: translate3d(70%,0,0)}
  #close img{height: 0.15rem}
  #sidebar ul li > a{height:0.5rem;line-height:0.5rem;}

  .banner_links{position: static;}

  html {font-size:calc(100vw/360 * 100);} 
  body {font-size: 0.14rem;overflow-x:hidden;}
  .main{width: 94%;margin:0 auto;}

  html{height: 100%;}
  body.open {height: 100%;
    overflow: hidden;
  }
  #sidebar {
      display: block;
      width: 0%;
      height: 100%;
      background:#fff;
      position: absolute;
      top: 0;
      overflow-x: hidden;
      overflow-y: auto;
    
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      z-index: 1001;
  }
  #sidebar ul li {
      display: block;
      min-height:45px;
      border-bottom: 1px solid #dddddd;
      font-size: 15px;
      width: 100%;
  }
  .agent-mobile #sidebar ul li {
      border-color: rgba(255, 255, 255, .05);
  }
  #sidebar ul li>a {
      display: block;
      color: #333333;
      padding: 0 15px;
      height:45px;
      line-height:45px;
      
  }

  .nr {
      position: relative;
      z-index: 10;
      height: 100%;
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  #close{position: absolute;right:0.2rem;top:0.2rem;}
  #close img{height:0.15rem;}


  li.navitem{
      position: relative;
      top: 1rem;
      opacity: 0;
      transition: .3s;
      transitino-delay: 1s;
  }

  body.open li.navitem{
      top: 0px;
      opacity: 1;
      transition: 1s;
  }
  body.open #sidebar{width:70%} 
  body.open .nr { transform: translate3d(70%,0,0);  -webkit-transform: translate3d(70%,0,0)}
  body.open li.navitem:nth-child(2)  {
      transition-delay: 0.2s;
  }

  body.open li.navitem:nth-child(3)  {
      transition-delay: 0.4s;
  }

  body.open li.navitem:nth-child(4)  {
      transition-delay: 0.6s;
  }

  body.open li.navitem:nth-child(5)  {
      transition-delay: 0.8s;
  }

  body.open li.navitem:nth-child(6)  {
      transition-delay: 1s;
  }

  body.open li.navitem:nth-child(7)  {
      transition-delay: 1.2s;
  }
  body.open li.navitem:nth-child(8)  {
      transition-delay: 1.4s;
  }
  body.open li.navitem:nth-child(9)  {
      transition-delay: 1.6s;
  }
  body.open li.navitem:nth-child(10)  {
      transition-delay: 1.8s;
  }

  body.open li.navitem:nth-child(11)  {
      transition-delay: 2s;
  }
  body.open li.navitem:nth-child(12)  {
      transition-delay: 2.2s;
  }
  body.open li.navitem:nth-child(13)  {
      transition-delay: 2.4s;
  }
  body.open li.navitem:nth-child(14)  {
      transition-delay: 2.6s;
  }
  #sidebar ul li:nth-child(1){border:0;}
  
  .fixr{display: none}
  .banner_links{background:#cde4fb;padding:0.2rem 0 0.15rem;}
  .banner_links ul{flex-wrap: wrap;-webkit-flex-wrap: wrap;}
  .banner_links li{width:48.5%;max-width:48.5%;transform: translateY(0);}
  .banner_links li a{height:auto;;background:url('../images/lbg.png') no-repeat center top;background-size:100% 100%;padding:0.1rem 0 0.2rem;}
  .banner_links li:hover{transform: translateY(0);}
  .banner_links li .tit{font-size: 0.15rem;min-height:auto;margin:0.07rem 0 0.05rem;}
  .banner_links li .des{font-size: 0.14rem;}
  
  .section1{padding:0.25rem 0;background:#f3f4f6 url('../images/sec1.png') no-repeat center bottom;}
  .section1 .main{display: block;}
  .sec1_left{width: 100%;max-width:100%;}

  .tit1 span{font-size:0.18rem;}
  .tit1 a{font-size:0.14rem;}
  .tit2 span{font-size:0.13rem;}
  .sec_top{padding-left:0.26rem;}
  .sec1_left .sec_top{background: url('../images/icon/i1.png') no-repeat top left;background-size:auto 0.23rem}
  .sec1_right .sec_top{background: url('../images/icon/i2.png') no-repeat top left;background-size:auto 0.23rem}
  .sec2_left .sec_top{background: url('../images/icon/i3.png') no-repeat top left;background-size:auto 0.23rem}
  .sec2_right .sec_top{background: url('../images/icon/i4.png') no-repeat top left;background-size:auto 0.23rem}
  .sec3_left .sec_top{background: url('../images/icon/i5.png') no-repeat top left;background-size:auto 0.23rem}
  .sec3_right .sec_top{background: url('../images/icon/i6.png') no-repeat top left;background-size:auto 0.23rem}
  .section4 .sec_top{background: url('../images/icon/i7.png') no-repeat top left;background-size:auto 0.23rem}
  .tit2 .line{height:1px;}

  .sec1_left .box{height:auto;background:url('../images/sec1_left.png') no-repeat center top;margin-top:0.15rem;padding:0.1rem 0.07rem 0.25rem;background-size:100% 100%;}
  .sec1_left li a{padding:0.07rem 0;}
  .sec1_left li .date{width: 0.6rem;height:0.55rem;border-top-left-radius:5px;border-bottom-right-radius:5px;}
  .sec1_left li .date .d{font-size: 0.18rem;}
  .sec1_left li .date .my{font-size: 0.13rem;margin-top:2px;}
  .sec1_left li .text{width: calc(100% - 0.7rem)}
  .sec1_left li a:after{content:'';display: block;width: calc(100% - 0.7rem);}
  .sec1_left li .tit{font-size: 0.15rem;}
  .sec1_left li .des{font-size: 0.13rem;}
  .sec1_left .box ul{padding-top: 0.1rem;}

  .sec1_right{width: 100%;max-width: 100%;margin-top:0.25rem;}
  .sec1_right .list{margin-top:0.15rem;display: block;}
  .sec1_right .first{width: 100%;max-width: 100%;margin-bottom:0.1rem;}
  .sec1_right .first .pic{border-top-left-radius: 0.15rem;}
  .sec1_right .first .text{padding:0.1rem;border-bottom-right-radius:0.15rem;min-height:auto}
  .sec1_right .first span{font-size:0.13rem;}
  .sec1_right .first a{padding-bottom:0.1rem;border-bottom-right-radius: 0.15rem;border-top-left-radius: 0.15rem;}
  .sec1_right .first .tit{font-size: 0.16rem;}
  .sec1_right .first .des{font-size:0.13rem;margin:3px 0;}
  .sec1_right .first:hover span{font-weight: normal;}

  .sec1_right .else{width: 100%;max-width:100%}
  .sec1_right .else li {margin-bottom:0.1rem;padding-bottom:0.1rem;}
  .sec1_right .else li .box{padding:0.1rem;border-top-right-radius:0.15rem;}
  .sec1_right .else li .tit{font-size: 0.15rem;;margin-bottom:0.1rem;min-height: auto}
  .sec1_right .else li .info .date{font-size:0.14rem;}
  .sec1_right .else li .info span{font-size: 0.14rem;padding-right:0.2rem;background:url('../images/more.png') no-repeat center right;background-size: 0.15rem}
  .sec1_right .else li a:after{content:'';display: block;width: calc(100% - 0.1rem);height:0.2rem;bottom:-0.1rem;border-bottom-right-radius:0.15rem;}

  .section2 .main{display: block;}
  .sec2_left{width: 100%;max-width: 100%;padding:0.25rem 0;}
  .sec2_left .list{height:auto;background:url('../images/sec2_left.png') no-repeat center top;margin-top:0.1rem;padding:0.1rem;background-size: 100% 100%}
  .sec2_left .list li a{padding:0.1rem;}
  .sec2_left .list li .sec2l_pic{width:35%}
  .sec2_left .list li .pic{border-radius: 0.05rem;}
  .sec2_left .list li .info{width:62%}
  .sec2_left .list li .tit{font-size: 0.15rem;}
  .sec2_left .list li .des{font-size: 0.13rem;margin-top: 0.02rem}

  .sec2_right{width: 100%;max-width: 100%;padding:0 0 0.25rem;}
  .sec2_right .list{background:url('../images/sec2_right.jpg') no-repeat center;height:auto;margin-top:0.15rem;padding:0.1rem;background-size: 100% 100%;}
  .sec2_right .list li a{font-size:0.14rem;line-height:0.4rem;display: block;padding-left:0.27rem;background:url('../images/fa.png') no-repeat center left;background-size: 0.23rem}
  .section2{padding-bottom:0;background:url('../images/sec2.jpg') no-repeat center bottom;}
  .section3{position: relative;margin-top:-0.1rem;background:url('../images/sec3.png') no-repeat center top;background-size:200%;padding-top:0.45rem;}
  
  .title2 span{font-size: 0.25rem;}
  .title2 p{font-size: 0.14rem;margin-top:0;}
  .title2{background:url('../images/aq.png') no-repeat center;min-height:auto;padding-bottom: 0.1rem;background-size: auto 0.55rem;padding-top: 0}
  .sec3_nr{padding-top: 0;display: block;}
  .sec3_left{width: 100%;max-width: 100%;padding-top: 0.2rem}
  .sec3_right{width: 100%;max-width: 100%}

  .sec3_left .first{width: 100%;max-width: 100%;margin-bottom:0.15rem;}
  .sec3_left .list{margin-top: 0.15rem;height:auto;width: 100%;background:url('../images/sec3_left.png') no-repeat center;background-size: 100% 100%;padding:0.2rem 0.2rem 0.1rem;display: block;}
  .sec3_left .first .date{font-size:0.14rem;margin-top:0.15rem}
  .sec3_left .first .tit{font-size:0.15rem;margin-top:0.02rem}
  .sec3_left .else{width: 100%;max-width: 100%}
  .sec3_left .else .sec3l_pic{width: 35%}
  .sec3_left .else .info{width:60%;padding-top:0;}
  .sec3_left .else .date{font-size: 0.14rem;}
  .sec3_left .else .tit{font-size: 0.15rem;}
  .sec3_left .else a{padding-bottom: 0.15rem}
  .sec3_left .else li{margin-bottom:0.1rem;}
  .sec3_left .first .pic_box:after{border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-0.05rem;right:-0.05rem;}
  .sec3_left .else .sec3l_pic:after{border-top-right-radius: 10px;border-bottom-left-radius: 10px;position:absolute;bottom:-0.05rem;right:-0.05rem;}
  
  .sec3_right{padding:0.25rem 0;}
  .sec3_right .list{margin-top:0.15rem;}

  .sec3_right .list .first .pic{position:relative;width:100%;height:0;padding-top:137%;overflow: hidden;z-index: 1;}

  .sec3_right .list .else li .pic{position:relative;width:100%;height:0;padding-top:40%;overflow: hidden;z-index: 1;}
  .section4{padding: 0 0 0.25rem}
  .section4 .list{margin-top:0.15rem;}
  .section4 .list .swiper-slide .pic i{display: block;width: 0.35rem;height:0.35rem;background:url('../images/play.png') no-repeat center;background-size: 100%}
  .section5{padding-bottom:0.25rem;}
  .section5 .list{margin-top: 0.15rem}
  .section5 .list li{width:100%;line-height: 2.5;font-size: 0.13rem;padding-left: 0.1rem;}
  .section5 .list ul {margin-left: -0.1rem;}
  .section5 .list li .icon{width: 0.2rem;height:0.23rem;display: flex;justify-content: center;align-items: center;flex-direction: column;}
  .section5 .list li .icon img{max-width: 100%;max-height: 100%}
  .section5 .list li .tit{margin-left:0.03rem;}
  .footer_bg1{width: 97%;border-top-left-radius:0.2rem}
  .footer_bg2{width: 100%;border-top-right-radius:0.2rem;height: calc(100% - 0.1rem);}
  footer{padding-top:0.1rem}
  footer .main{border-top-right-radius:0.2rem}

  .foot1{padding:0.2rem 0 0.15rem;display:block}
  .foot1_info{width: 100%;max-width: 100%}
  .foot1 .codes{width: 100%}
  .foot1_left{width: 100%}
  .foot1_right{width: 100%}
  .foot1_text{display: block;margin-top:0.1rem;font-size: 0.14rem;}
  .foot1 .codes{padding-top: 0.15rem;width: 80%;margin:0 auto;}
  .foot1 .codes li{width: 46%}
  .foot1 .codes li .tit{font-size: 0.135rem;margin-top:0.07rem;}
  .foot2{font-size:0.13rem;padding:0.1rem 0;}
  .blogo img{height:auto}

  .container_left{display: none}
  .container_right{width: 100%;}
  .nail{line-height:0.35rem;font-size:0.14rem;border-top-right-radius: 0.1rem;min-width:97%;width: 100%}
  .nail .main{background:url('../images/home.png') no-repeat center left;padding-left:0.2rem;background-size:0.14rem}
  
  .banner2 .pic{position:relative;width:100%;height:0;padding-top:35%;}
  .banner2 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit:cover;object-fit: cover;object-position:center center}
  
  .container{display: block;padding-top:0}
  .typename{font-size: 0.18rem;padding-left:0.25rem;background:url('../images/t.png') no-repeat center left;background-size: 0.2rem}
  .typeinfo{border-bottom: 2px solid #efefef;padding-bottom:5px;margin-top: 0.15rem;}
  .typename:after{content:'';width: 100%;height:2px;background:#004790;bottom:-7px;}
  .search3{width:calc(100% - 1.3rem);height:0.33rem;line-height:0.33rem;border-radius:0.2rem;}
  .search3 .s_input{line-height:0.31rem;border:0;width:calc(100% - 0.35rem);border-radius:0.2rem;padding-left:0.15rem;color: #000}
  .search3 .s_btn{width:0.35rem;background:url('../images/search3.png') no-repeat center;height:0.35rem;background-size: 0.15rem}
  .container_right .con{padding:0.15rem 0;font-size: 0.14rem;}

  
  .cate-nav {
       width: 100%;
       height: 0.45rem;
       border-bottom: 1px solid #dddddd;
       overflow: hidden;
       position: relative;
   }
   .cate-nav-inner {
       width: 94%;
       margin: 0 auto;
   }
   .cate-list-wrap {
       width: 100%;
       overflow: hidden;
   }
   .cate-list {
       display: inline-flex;
       white-space: nowrap;
       transition: transform 300ms cubic-bezier(0.1, 0.57, 0.1, 1);
   }
   .cate-item {
       padding-right: 0.2rem;
   }

   .course_type  .cate-item {
       padding: 0 0.1rem;
   }
   .cate-item:last-child{padding-right: 0}
   .cate-link {
       font-size: 0.15rem;
       color: #222222;
       line-height: 0.45rem;
       display: block;
       position: relative;
   }
   .cate-item.active .cate-link:after {
       content: '';
       position: absolute;left: 0;bottom: 0;
       width: 100%;height: 3px;background:#0069b7;   
   }
   .cate-item.active .cate-link{color: #0069b7;font-weight: bold;}
   .a3_con{padding-top: 0}

   .about3{padding:0.15rem 0 0.1rem;}
   .about3 li{background:url('../images/a3.jpg') no-repeat center bottom;padding-right:0.1rem;margin-bottom:0.15rem;}
   .about3 li .tit{font-size: 0.2rem;padding-left:0.1rem;position: relative;}
   .about3 li .info{font-size: 0.14rem;padding-left:0.1rem;line-height: 2;margin-top:0.05rem;padding-bottom: 0.13rem;}
   .about3 li .tit:after{content:'';display: block;width:0.03rem;height:0.18rem;}

   .news_list1 ul{margin-top:0.1rem;padding-bottom:0.25rem;}
   .news_list1 li{line-height:0.4rem;padding:0 0.05rem;font-size:0.14rem;}
   .news_list1 li a{padding-left:12px;background:url('../images/dot.jpg') no-repeat center left;}
   .news_list1 li a{width: calc(100% - 0.8rem);}
  
   .p_pages span{font-size: 0.13rem;}
   .p_pages span{margin:0 0.02rem 0.03rem;min-width: 0.25rem;height:0.26rem;line-height:0.25rem;border-radius: 0.02rem;}

   .p_pages span a{padding:0 0.06rem;}
   .p_pages{padding-bottom:0.25rem;}

   .news_list2 ul{margin-top:0.25rem;padding-bottom:0.1rem;}
   .news_list2 ul{display: block;}
   .news_list2 li{width: 100%;max-width: 100%;margin-bottom: 0.15rem}
   .news_list2 li .tit{height:auto;}
   .news_list2 li .date{width: 0.6rem;border-radius: 0.05rem;}
   .news_list2 li .date .y{line-height:1.5;}
   .news_list2 li .date .md{line-height:2;font-size: 0.16rem;}
   .news_list2 li .tit{font-size:0.14rem;width: calc(100% - 0.7rem)}
   .news_list2 li a{padding:0.1rem 0.1rem 0.1rem 0;}
   .news_list2 li .box:after{background:#eff7ff url('../images/n2_bg.png') no-repeat center right 0.1rem;content:'';display: block;position: absolute;bottom: 0;right: 0;width:calc(100% - 22px);height:100%;border-radius: 10px}
  
   .result{margin-top:0.15rem;}
   .data_list{padding:0.1rem 0}
   .news_list3 ul{padding:0.1rem 0;}
   .news_list3 ul{display: block;}
   .news_list3 li{width: 100%}
   .news_list3 li a{padding:0.1rem 0;}
   .news_list3 li .n3_pic{width: 35%}
   .news_list3 li .info{width: 62%}
   .news_list3 li .pic{border-radius: 0.05rem}
   .news_list3 li .tit{font-size: 0.15rem;}
   .news_list3 li .des{font-size: 0.13rem;margin:0.02rem 0 0;}
   .news_list3 li .date{font-size: 0.13rem;display: none}

   .news_list4 ul{margin-top: 0.25rem;padding-bottom: 0.1rem}
   .news_list4 li .n4_pic{width: 35%;}
   .news_list4 li .pic{border-top-right-radius: 0.05rem;border-bottom-left-radius: 0.05rem;}
   .news_list4 li a{padding:0.1rem;border-radius:0.05rem;}
   .news_list4 li .info{width:61%;padding-top:0.05rem;}
   .news_list4 li .n4_pic:after{border-top-right-radius:0.05rem;border-bottom-left-radius:0.05rem;bottom:-0.05rem;right:-0.05rem;}
   .news_list4 li .tit{font-size:0.15rem;}
   .news_list4 li .date{font-size:0.14rem;margin-top:0.05rem;}
   .news_list4 li{margin-bottom: 0.15rem}

   .news_list5 ul{padding:0.2rem 0;}
   .news_list5 li a{font-size:0.14rem;line-height:2.5;padding-left:0.3rem;background:url('../images/fa2.png') no-repeat center left;background-size: 0.25rem}
    
   .news_list5 li{font-size:0.14rem;line-height:2.5;}
   .news_list5 li a{width: calc(100% - 0.8rem);display: block;}



   .down ul{padding:0.1rem 0 0.25rem;}
   .down li a{font-size:0.14rem;line-height:0.4rem;padding-left:0.25rem;background:url('../images/d.png') no-repeat center left;background-size: 0.2rem}
   .down li:hover a{background:url('../images/d2.png') no-repeat center left;background-size: 0.2rem}

   .safety1 ul{margin-top:0.25rem;padding-bottom:0.1rem;}
   .safety1 li{margin-bottom:0.15rem;}
   .safety1 li .s1_pic{width:35%;}
   .safety1 li .pic{border-top-right-radius: 0.05rem;border-bottom-left-radius: 0.05rem;}
   .safety1 li a{padding:0.1rem;border-radius:0.05rem;}
   .safety1 li .info{width:61%;padding-top:0.05rem;}
   .safety1 li .s1_pic:after{border-top-right-radius: 0.05rem;border-bottom-left-radius: 0.05rem;bottom:-0.05rem;right:-0.05rem;}
   .safety1 li .tit{font-size: 0.15rem;}
   .safety1 li .date{font-size: 0.14rem;margin-top:0.05rem;}


   .safety2 ul{margin-top:0.25rem;padding-bottom:0.1rem;}
   .safety2 ul{margin-left:0;display: block;}
   .safety2 li{width:100%;padding-left:0;margin-bottom:0.15rem;}
   .safety2 li .pic{border-top-right-radius: 0.1rem;border-bottom-left-radius:0.1rem;}

    .safety3 ul{margin-top:0.25rem;padding-bottom:0.1rem;}
    .safety3 ul{margin-left:0;}
    .safety3 li{width:100%;padding-left:0;margin-bottom:0.15rem;}
    .safety3 li .pic{border-top-right-radius:0.1rem;border-bottom-left-radius:0.1rem;}
    .safety3 li .pic i{width: 0.4rem;height:0.4rem;background:url('../images/play.png') no-repeat center;background-size: 100%}
    
    .news_show{padding:0.2rem 0 0.15rem;}
    .news_show .tit{font-size: 0.18rem;}
    .news_show .date{font-size: 0.14rem;margin-top:0.05rem;padding-bottom:0.1rem;}
    .news_show .con{padding:0.15rem 0;font-size: 0.14rem;line-height: 2;}
    .fenye li{width:100%;max-width:100%;font-size:0.14rem;}
    .fenye li:last-child{text-align:left;}
    .fenye li a{font-size:0.14rem;width: 100%;margin-bottom:0.1rem;}
    .fenye ul{display: block;}
    .fenye{margin-top:0.1rem;}
    .danye{padding:0.2rem 0 0.1rem;}
    .danye .tit{font-size: 0.18rem;padding-bottom:0.1rem;}
    .danye .con{padding:0.15rem 0;font-size:0.14rem;}
     
    .p_pages .p_prev_d,.p_pages .p_first_d,.p_pages .p_next_d,.p_pages .p_last_d{min-width:0.38rem;}

}


.sec1_right .first .pic {
  height:288px;
}
.sec1_right .first a{height: 478.5px}
.sec1_right .else li a{height:213px;}
.sec3_left .first .pic{height:238px;}
.sec3_left .else .pic{height:94px;}
.sec3_right .list .first .pic{height:450px;}
.sec3_right .list .else li .pic{height:144px;}
.sec3_right .list .else li{margin-bottom: 9px;}
.sec3_right .list .else li:last-child{margin-bottom: 0;}

.banner{background:#004c94;}


@media (max-width:1800px) {
  .foot1_text{display: block;}
  .foot1_left,.foot1_right{width: 100%}
  .foot1_text{margin-top:25px;}
}

@media (max-width:750px) {
  .sec1_right .first .pic{height:0;}
  .sec1_right .first a{height: auto}
  .sec1_right .else li a{height:auto;}
  .sec3_left .first .pic{height:0;}
  .sec3_left .else .pic{height:0;}
  .sec3_right .list .first .pic{height:0;}
  .sec3_right .list .else li .pic{height:0;}
  .sec3_right .list .else li{margin-bottom: 4px;}
  .page2{font-size:0.13rem;}
  .page2 a{padding:0 0.06rem;margin:0 0.02rem 0.03rem;min-width: 0.25rem;height:0.26rem;line-height:0.25rem;}
}
.banner .swiper-button-next::after{color: #fff}
.banner .swiper-button-prev::after{color: #fff}
.banner .swiper-button-prev{left:2%}
.banner .swiper-button-next{right:2%}
.banner_3g{position:relative}
@media (max-width:750px) {
  .banner_3g .swiper-button-next::after{font-size: 0.28rem;color: #fff}
  .banner_3g .swiper-button-prev::after{font-size: 0.28rem;color: #fff}
  .banner .swiper-button-prev,.banner .swiper-button-next{display: none}

}
.con img{height:auto!important}
.sec1_right .else li{transition:all 0.5s}
.sec1_right .else li:hover{transform:translateY(-10px)}

.news_show .con p{line-height: 1.5 !important;}


.sec_part2 .lists li .box_active{display: none}
.sec_part2 .lists li .box{display: block;}

.sec_part2 .lists li.active .box_active{display: block}
.sec_part2 .lists li.active .box{display: none;}
.sec_part2 .lists li img{transition: all 0.5s ease-in-out;}
.sec_part2 .lists li .pic{overflow: hidden}
.sec_part2 .lists li img:hover{
  transform: scale(1.08);
}
.sec1_right .lists{margin-top:30px;}
.sec1_right li{margin-bottom:28px;}
.sec1_right li a{display: block;position: relative;}
.sec1_right li .box,.sec1_right li .box_active{background:#fff;border-top-right-radius:30px;position: relative;z-index: 10;}
.sec1_right li .tit{font-size: 20px;color: #555555;line-height: 1.5;}
.sec1_right li .info{margin-top: 10px}
.sec1_right li .info .date{font-size: 18px;color: #727272}
.sec1_right li .info span{font-size: 16px;color: #69696a;text-transform: uppercase;padding-right:20px;background:url('../images/more.png') no-repeat center right;}
.sec1_right li a:after{content:'';display: block;width: calc(100% - 35px);height:30px;background:#c8e4ff;position: absolute;bottom:-7px;left: 0;border-bottom-right-radius:30px;}
.sec1_right li .box{padding:20px 0.35rem;}
.sec1_right li .box_active .box_left{width: 441px;max-width:55%}
.sec1_right li .box_active{padding-right: 0.3rem}
.sec1_right li .box_active .text{width: 320px;padding-top:20px;max-width:41%;}
.sec1_right li .pic{position:relative;width:100%;height:200px;overflow: hidden;}
.sec1_right li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;object-position:center center;}
.sec1_right li:hover .tit,.sec1_right li .info span:hover{color: #004c93}
.sec1_right li:last-child{margin-bottom:0;}
.sec1_right li .box_active .tit{min-height: 90px}
.sec1_right li .box_active .info{margin-top:30px;}

@media (max-width:750px) {
  .sec1_right li .box_active>div{display: block;}
  .sec1_right li .box_active .box_left{width: 100%;max-width: 100%;}
  .sec1_right li .box_active .text{width: 100%;max-width: 100%;padding:0.1rem;}
  .sec1_right li .box_active .info{margin-top:0.07rem;}
  .sec1_right li .box_active{padding-right: 0;}
  .sec1_right li .box_active .tit{height:auto;min-height:auto}
  .sec1_right li .box{padding:0.1rem 0.15rem;}
  .sec1_right li .tit{font-size:0.15rem;}
  .sec1_right li .info{margin-top:0.07rem}
  .sec1_right li .info .date{font-size: 0.13rem;}
  .sec1_right li .info span{font-size: 0.13rem;}
  .sec1_right li .box,.sec1_right li .box_active{border-top-right-radius:0.15rem;}
  .sec1_right .lists{margin-top:0.15rem;}
  .sec1_right li{margin-bottom:0.15rem;}
  .sec1_right li a:after{width: calc(100% - 0.2rem);height:0.2rem;bottom:-0.05rem;border-bottom-right-radius:0.2rem;}
  .sec1_right li .pic{position:relative;width:100%;height:0;overflow: hidden;padding-top:45%;}
  .foot1_right .box{display:block}

}