
html {
    font-family: 'Barlow',sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

html,body {
    height: 100%;
    margin: 0
}

* {
    padding: 0;
    margin: 0
}

body {
    margin: 0
}

img {
    max-width: 100%
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    text-decoration: none
}

a:active,a:hover {
    outline: 0;
    text-decoration: none
}

.animated:focus-visible {
    outline: 0
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

input:focus-visible {
    outline: 0
}

textarea:focus-visible {
    outline: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6 a {
    font-weight: 800;
    margin: 0;
    color: #222
}

h1 {
    line-height: 45px
}

h2 {
    line-height: 40px
}

h3 {
    line-height: 35px
}

h4 {
    line-height: 30px
}

h5 {
    line-height: 25px
}

h6 {
    line-height: 20px
}

p {
    color: #666;
    margin: 0;
    line-height: 27px;
    font-weight: 400;
    font-size: 16px
}

a,button,input,textarea {
    font-weight: 600
}

img,a,input,h1,h2,h3,h4,h5,h6 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

dfn,cite,em,i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

ul,ul li {
    margin: 0;
    list-style: none
}

pre {
    background: #eee;
    font-family: 'Barlow',sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: 'Barlow',sans-serif;
    font-size: 15px;
    font-size: .9375rem
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,0.8);
    line-height: 1
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: inherit
}

a:hover,a:focus,a:active {
    color: inherit
}

a:hover,a:active {
    outline: 0
}
ul,ul li {
    margin: 0;
    list-style: none
}
.top{
    background-color: #fff;
    /* padding: 1rem 0; */
    max-height: 52px;
    line-height: 52px;
    height: 52px;
    border-bottom: solid 1px #3477aa;
    /* color: #fff; */
}
.hyyy_hover{
    background-color: #0166ae;
    color: #fff !important;
}
.pc_nav{
    background: #fff;
    position: relative;
	box-shadow: 0px 0px 1px 0px #6c757d;
}
.pc_nav_ul li:hover .submenu{
    opacity: 1;
    top: 94px;
    visibility: inherit;
}
.submenu{
   visibility: hidden;
   padding: 2rem;
    opacity: 0;
    top: 74px;
    transition: all 0.3s;
    left: 0;
    background-color: #fff;
   
    border-bottom: 1px solid #eee;
    position: absolute;
   overflow: hidden;
    
    width: 100%;
   
    
}
.ba_a{
    position: relative;
}
.ba_a::after{
    position: absolute;
    content: '';
    width: 130%;
    height: 315px;
    background-color: #fff;
    /* padding: 2rem; */
    top: -2rem;
    left: 0;
}
.menu-content {
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.with-title {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
 .with-title p {
    /* position: absolute; */
    /* font-family: "DIN Next Shapes W01 Dots"; */
    font-size: 58px;
    line-height: 72px;
}
 .menu-content img {
    max-height: 100%;
    height: 100%;
    width: auto;
    max-width: unset;
}
.top_logo{
    text-align: justify;
}
.top_logo img{
    width:30%
}
img{
    width: auto;
    height: auto;
}


.row_oop{
    color:#2c70a4;
    text-align: center;
    display: flex;
}
.zw_tt p{
    display: inline-block;
    color: #2c70a4;
}
.row_oop_p{
    font-size: 15px;
    font-size: 15px;
    font-weight: initial;
    display: inline;
    color: #2c70a4;
}
.zw_tt a{
    font-size: 15px;
    font-size: 15px;
    font-weight: initial;
}
.zw_tt a:hover{
    color: #e42827;
}
.search{
    color: #e0e3e5;
    width: 2rem;
    display: inline-block;
    position: relative;
    left: -0.35rem;
    top:-0.038rem;
    background: #1f69a1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    border: solid 1px #1f69a1;
}
.search:hover i{
    color: #e42827;
}
.top_row{
    display: flex;
    flex-wrap: wrap;
}
.sousuo::-webkit-input-placeholder{
    font-size: 15px;
    font-weight: initial;
    color: #e0e3e5;
} /* 使用webkit内核的浏览器 */
.sousuo:-moz-placeholder{
    font-size: 15px;
    font-weight: initial;
    color: #e0e3e5;
} /* Firefox版本4-18 */
.sousuo::-moz-placeholder{
    font-size: 15px;
    font-weight: initial;
    color: #e0e3e5;
} /* Firefox版本19+ */
.sousuo:-ms-input-placeholder{
    font-size: 15px;
    font-weight: initial;
    color: #e0e3e5;
} /* IE浏览器 */
.row_oop_top1{
    padding: 0 1rem;
}
.row_oop_top2{
    text-align: right;
    justify-content: right;
    display: flex;
}
.pc_nav_ul{
    display: flex;
    flex-wrap: wrap;
    
}
/* .pc_nav_ul_a:first-child{
    border-left: solid 1px #dedcdc;
}
.pc_nav_ul_a:last-child{
    border-left: none;
} */
.pc_nav_ul_a{
    flex: 1;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: initial;
    padding: 10px 0;
    margin: 25px;
    border-radius: 5px;
    /* height: 94px;
    line-height: 94px; */
    /* border-right: solid 1px #dedcdc; */
}
.pc_nav_ul_a_vul{
    color: #fff;
    background-color: #1f69a1;
}
.pc_nav_ul_a1{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: initial;
}
.pc_nav_ul_a:hover{
    background-color: #1f69a1;
    color: #fff;
}
#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

#myform1 input,#myform1 textarea{
    font-weight: inherit;
    font-size: 16px;
}
#message .m-content {
    margin-top: 11%;
}
#dysq {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}
#dysq .m-content {
    margin-top: 11%;
}
.m-o{
    width: 20%;
}
.m-o1{
    width: 35%;
}
.m-o2{
    width: 45%;
}
.m-b_3{
    padding: 0 40px;
    /* padding-bottom: 0; */
    background: #5f95c3;
    padding-bottom: 0;
    margin-bottom: 30px;
    height: 75px;
    line-height: 75px;
}
.m_otext{
    font-size: 20px;
    color: #fff;
}
.m_onr{
    font-size: 15px;
    color: #fff;
}
#myform1{
    padding: 40px;
    padding-top: 0;
}
.m-message i{
    margin-right: 10px;
}
#message .m-content .m-message {
    
    width: 708px;
    background: #fff;
   overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
#dysq .m-content .m-message {
    
    width: 708px;
    background: #fff;
   overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}
.m-message label span {
    width: 15%;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label textarea{
    height: 65px;
    line-height: 20px;
    padding: 5px 14px;
}
.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1001;
}
.btn-1 {
    width: 180px;
    margin: auto;
}
.btn-1 input.focus {
    background: #2183cc;
    color: #fff;
    font-weight: initial;
    /* width: 180px; */
    margin: auto;
    text-align: center;
    width: 100%;
}
.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.tkxx{
    position: absolute;
    right: 2%;
    width: 22px;
    top: 1%;
    cursor: pointer;
}
.submenu ul{
    color: #d4d4d4;
    text-align: left;
}
.submenu_nav_text{
    font-size: 20px;
    color:#747474;
    line-height: 1.2;
}
.nav_span1{
  display: block;
}
.nav_span2{
    color: #1f69a1;
    display: none;
}
.submenu_nav_text1{
    display: flex;
    line-height: 1.8;
}
.submenu_nav_text1:hover{
    color: #1f69a1;
}
.submenu_nav_text1:hover .nav_span1{
    display: none;
}
.submenu_nav_text1:hover .nav_span2{
    display: block;
}
a{
    font-weight: initial;
}
.line2 {
    width: 70%;
    background-image: linear-gradient(120deg, #337ab7 0%, #ffffff 100%);
    margin-top: 0.5rem;
    height: 1px;
    /* margin-left: 18%; */
    height: 2px;
    margin-bottom: 1.5rem;
}




.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nav_po{
    position: fixed;
    top: 0;
    width: 100%;
    
    z-index: 9;
  }

  .banner{
    position: relative;
   /* margin-top: 60px;
    height: 100vh; */
    overflow: hidden;
  }

  .banner .swiper-pagination {
    bottom: 10%;
    z-index: 99;
    text-align: center;
    margin: auto;
   
  }
  .banner  .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
  }
  .banner  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
  .banner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.igsjj{
    padding: 4rem 0;
}
.igsjj_rrte{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #0166ae;
    color: #fff;
    
}
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
  }

  .vertical-text span {
    font-size: 2rem;
    margin: 10px 0;
    display: inline-block;
  }
.igsjj_te{
    font-size: 16px;
    color: #666;
    line-height: 38px;
    text-align: justify;
    width: 90%;
    margin: auto;
}
  .banner .swiper-pagination-bullet{
    border-radius: initial;
    width: 40px;
    border: solid 1px #0166ae;
    background-color: #eee !important;
  }
  .banner .swiper-pagination-bullet-active{
    background-color: #0166ae !important;
  }
  .ldys_text{
    font-size: 38px;
    color: #0166ae;
    margin-bottom: 16px;
  }


  .ldys{
    background: #f5f5f5;
    padding: 4rem 0;
  }
  .ldys_text{
    text-align: center;
  }

  .bthead::before{
    position: absolute;
    content: "";
    height: 3px;
    width: 90px;
    background: linear-gradient(to right, transparent, #1565c0, transparent);
    left: 50%;
    transform: translateX(-50%);
  }


  .service-item {
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    position: relative;
}

.box {
    min-height: 365px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    transition: all 0.3s;
    position: relative;
    top: 0px;
}

.service-item .service-icon {
    font-size: 60px;
    color: #1565c0;
    line-height: 0.85em;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
}

.service-item .service-icon:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #6097c6;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.service-item .service-icon >span, .service-item .service-icon >i {
    -webkit-transform: translateX(20px);
    transform: translateX(-30px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top:20px
}

.service-item .heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.service-item:hover .service-icon i, .service-item:hover .service-icon span {
    -webkit-transform: translateX(0);
    transform: translateX(-30px);
}

.service-item:hover .service-icon, .service-item:hover .heading >a, .service-item:hover ul >li:before {
    color: white;
}

.service-item:hover .service-info p{
    color: white;
}

.service-item:hover {
    background-color: #1f69a1;
    color: white;
    margin-top: -5px;
    opacity: 0.9;
}

.box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.bthead{
    margin-bottom: 5rem;
}

.ldcpzx{
    padding: 4rem 0;
}

.icbotlist {
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 24px;
    margin-right: 1.75%;
    padding: 1.02vw 30px 21px;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.icbotlist:hover .textbox .text {
    opacity: 0;
}
.icbotlist:hover .textbox .more {
    bottom: 25px;
    opacity: 1;
}
.textbox .more{
    padding-left: 0 !important;
}
.icbotlist:hover {
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(0,0,0,0.11);
}
.icbotlist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.icbotlist1:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.icbotlist1:hover {
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(0,0,0,0.11);
}
.m_b15{
    margin-bottom: 1.5rem;
}
.icbotlist1 {
    display: block;
    width: 100%;
    height: 40.49375vw;
    padding: 6.88vw 50px 30px 2.8125vw;
    background-image: url(../images/icbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}

.icbotlist1 .img img {
    width: 70%;
    margin:auto
}
.icbotlist .img {
    padding: 0 32.5px;
}
.icbotlist1 .img {
    padding: 0 1.5vw;
    text-align: center;
}

.icbotlist1 .textbox {
    margin-top: 3.254vw;
}

.icbotlist .textbox {
    margin-top: 26px;
}

.icbotlist1 .textbox .title {
    font-size: 24px;
    max-height: 30px;
}

.icbotlist .textbox .title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.icbotlist .textbox .text {
    color: #666;
    margin-top: 5px;
    max-height: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
}

.icbotlist .more {
    width: 158px;
    height: 44px;
    border: 1px solid #bfbfbf;
    border-radius: 44px;
    line-height: 42px;
    text-align: center;
    color: #0166ae;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    bottom: -25px;
    opacity: 0;
    left: 50%;
    margin-left: -79px;
    transition: all 0.3s;
}

.icbotlist1 .textbox .text {
    color: #666;
    margin-top: 5px;
    max-height: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
}

.ldjjfa{
    padding: 4rem 0;
    background-color: #f5f5f5;
}
.hy_text h2{
    font-size: 54px;
    line-height: 60px;
    font-weight: 300;
    /* max-width: 460px; */
    margin-bottom: 30px;
}
.hy_text h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0166ae;
    position: relative;
}
.hy_text p {
    font-size: 15px;
    line-height: 30px;
    max-width: 480px;
}
.hy_img{
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.hy_img img{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 50%;
}
.fot_box1 a p:hover {
    /* 添加hover状态下的样式 */
    color:#0166ae;
	font-weight: bold;
  }
  
.row_oop_p:hover{
    color: #e42827;
}
.hy_nr{
    position: relative;
    padding: 25px 38px;
    overflow: hidden;
    margin: 0.8rem 0;
    transition: all 0.5s;
}
/* .hy_nr:hover .hy_nr_text{
    color:#0166ae
}
.hy_nr:hover .hy_nr_text1{
    color:#0166ae
} */
.hy_nr:hover .hy_nr_text2{
    color:#0166ae
}
.hy_nr:hover{
    transform: translateY(-10px);
}
.hy_nr:hover img{
    transform: scale(1.1);
}
.hy_nr_text{
    color: #fff;
    font-size: 24px;
    z-index: 1;
    position: relative;
}
.hy_zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /* opacity: 0.6; */
    top: 0;
    left: 0;
}
.hy_nr_text1{
    color: #fff;
    font-size: 14px;
    z-index: 1;
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 60%;
    height: 68.8px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hy_nr_text2{
     color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    z-index: 1;
    margin-top: 26px;
    display: inline-block;
    margin-bottom: 7px;
    text-decoration: none;
    position: relative;
}
.m_t2{
    margin-top:2rem
}
.footer{
    background-color: #ededed;
    padding: 4rem;
    color:#fff;
    overflow: hidden;
    border-top: solid 4px #0166ae;
}
/* .fot_box{
    border-right: solid 1px #ccc;
} */
.fot_nr h2{
    font-weight: initial;
    color: #333333;
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.fot_nr p{
    color: #666666;
    width: 90%;
   
}
.fot_img{
    margin-bottom: 1rem;
}
.fot_img img{
    width: 80%;
    
}
/* .bor_1{
    border-right: solid 1px #ccc;
} */
.fot_box1 h2{
    color:#222;
    font-size: 20px;
    font-weight: initial;
}
.line_oor{
    height: 100%;
    width: 1px;
    margin:auto;
    background-color: #0166ae;
}
.fot_box1 p{
    color: #666666;
    margin-top: 0.5rem;
}
/* .fot_box1{
    position: relative;
    left: 38%;
} */
.fot_box1_p{
    position: relative;
    left: 20%;
}
.fot_uu{

}
.t_c{
    text-align: center;
}
.pnhoe_f_p{
    padding-bottom: 0rem;
    border-bottom: solid 1px #eee;
}
.pnhoe_f{
   padding-bottom: 1rem;
   border-bottom: solid 1px #eee;
    color: #0166ae;
    font-size: 17px;
   margin-left: 5px;
}
.ewm_img{
    
    margin-top: 1rem;
    margin: auto;
}
.ewm_img img{
    width: 70%;
    
}

.ldnew{
    padding: 4rem;
}
.nea_row{
    width: 20%;
    margin: auto;
    display: none;
}
.nea_row div{
    flex: 1;
    padding: 10px 5px;
    border: solid 1px #6f9dc5;
    text-align: center;
    transition: all 0.3s;
}
.nea_row div:first-child{
    border-right: none;
   
}
.curl{
    background-color: #0166ae;
    color: #fff;
    transition: all 0.3s;
}

.new_box_t1{
    color: #3f3f3f;
    font-size: 24px;
    max-height: 70px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new_box_t2{
    color: #c9c9c9;
    font-family: 'gothicb';
    margin: 12px 0 24px; 
}
.new_box_t3{
    color: #999;
    max-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new_box_t4:hover {
    box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.08);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    color: #fff;
}
.new_box_t4{
    width: 140px;
    margin-top: 44px;
    height: 46px;
    display: block;
    background-color: #0166ae;
    color: #fff;
    border-radius: 46px;
    text-align: center;
    line-height: 46px;
    font-family: Arial;
    font-weight: bold; 
}
.cew_a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: dashed 1px #c9c9c9;
  margin-top: 1rem;
}
.cew_a:hover .cew_a_p1{
    color: #0166ae;
    font-weight: bold;
}
.cew_a_p1{
    color: #666;
    width: calc(100% - 110px);
    margin-right: 20px;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
}
.cew_a_p2{
    color: #c9c9c9;
    font-family: 'gothicb';
    
}
.ma_t_3{
    margin-top: 3rem;
    max-height: 320px;
    overflow: hidden;
}
#ma_o2{
    display: none;
}

.footlinks {
    width: 100%;
    text-align: center;
    background: #1f1f1f;
    padding: 15px 0;
}

.footlinks, .footlinks a {
    color: #707070;
    font-size: 14px;
}
.footlinks, .footlinks a {
    color: #707070;
    font-size: 14px;
}
.product_box{
    
}
.breadcrumb-area{
    background-size: cover;
    background-position: center;
    height: 360px;
    margin-top: 145px;
    position: relative;
}
.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important;
}
.breadcrumb-large-title, .breadcrumb-title a, .breadcrumb-title {
    color: #fff;
}
.text-center {
    text-align: center!important;
}
.breadcrumb-large-title {
    font-size: 55px;
    width: 100%;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
}
.breadcrumb-title {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: auto;
}

.pcpagenavbox {
    height: 80px;
    background-color: #f4f4f4;
}
.wrap {
   height: 80px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.warp_w{
    max-width: 80%;
    /* overflow: hidden; */
}
.clear {
    zoom: 1;
  
}
.lf {
    display: inline-block;
}
.pcpagenav .pcpagenavlist {
    font-size: 17px;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    line-height: 80px;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.pcpagenav .pcpagenavlist a {
    display: block;
    position: relative;
    z-index: 3;
    color: #666;
}
.pcpagenav .pcpagenavlist:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    background-color: #1f69a1;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.pcpagenavr {
    line-height: 80px;
    display: none;
}
/* .lr {
    float: right;
} */
.pcpagenavr a {
    color: #999;
}
.pcpagenavr .icon {
    margin: 0 6px;
}
.pcpagenavr span {
    display: inline-block;
    color: #999;
}
.pcpagenav .pcpagenavlist.cur, .pcpagenav .pcpagenavlist:hover {
    background-color: #fff;
}
.pcpagenav .pcpagenavlist.cur:after, .pcpagenav .pcpagenavlist:hover:after {
    opacity: 1;
    width: 100%;
    margin-left: -50%;
}
.pcpagenavr a:hover{
    color: #0166ae;
}
.back_w{
    background-color: #fff;
}

.wsmxld{
    background: #f5f5f5;
    padding: 4rem 0;
}

 .xldtextbox {
    width: calc(100% /1.5);
    background-color: #fff;
    padding: 3.9375vw 6.145vw 3.9375vw 5.208vw;
   
     max-height: 573px;
   
}
.boxflex{
    display: flex;
    
}
.xldtextbox .num {
    height: 17px;
    color: #ccc;
    font-weight: bold;
    font-family: 'dinbold';
    text-align: left;
}
.xldtextbox .title {
    text-align: left;
    color: #000;
    font-size: 28px;
    margin: 8px 0 30px;
    font-weight: bold;
    max-height: 34px;
    font-family: "Source Han Sans CN";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
    padding-bottom: 5px;
}

.xldtextbox .text {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    margin-top: 2rem;
    /* color: #666;
    line-height: 2.143;
    max-height: 84px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}

.xldtextbox .morebox {
    margin-top: 82px;
}

.xldtextbox .moretext {
    color: #666;
    font-weight: bold;
    font-family: Arial;
}
.xldtextbox:hover .moretext{
    color: #0166ae;
    
}
.morebox:hover i{
    color: #0166ae;
    transform: translateX(10px);
}
.morebox i{
    float: left;
    font-size: 30px;
    line-height: 0.9;
    margin-left: 10px;
    transition: all 0.5s;
}

.xld .swiper-pagination{
    position: absolute;
    width: 200px;
    left: 4%;
    /* bottom: 1.5%; */
   
    top: 55%;
}
.xld .swiper-pagination-current{
    padding: 0.2rem 1rem;
    border: solid 1px #cccccc;
    margin-right: 0.2rem;
}
.xld .swiper-pagination-total{
    padding: 0.2rem 1rem;
    margin-left: 0.2rem;
}
.xld .swiper-button-prev{
    left: 0;
    /* bottom: 0%; */
    width: 10px;
    top: 96.5%;
    top: 75%;
    z-index: 99;
}
.xld .swiper-button-prev::after{
    font-size: 30px;
}


.xld .swiper-button-next{
    right: 0;
    bottom: 5%;
    width: 10px;
    top: 80%;
    z-index: 99;
    top: 75%;
}
.xld .swiper-button-next::after{
    font-size: 30px;
}

.ldfotlx{
   border-bottom: solid 1px #fff;
    position: relative;
}
.ysmbb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #222;
    opacity: 0.6;
    z-index: 1;
}
.ldfotlx_bac{
    background: url(../images/1671191997474947.jpg);
    padding: 120px 0;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    position: relative;
}
.c_w{
    color:#fff !important;
}
.mk{
  
    height: 40px;
    background: #0166ae;
    color: #fff !important;
    /* padding: 1rem; */
    text-align: center;
    padding: 12px;
    padding-top: 9px;
    /* line-height: 40px; */
    border-radius: 5px;
    /* box-shadow: 1px 1px 1px 1px #ccc; */
    position: absolute;
    bottom: 5%;
    right: 12%;
    z-index: 2;
}

.fun-fact p{
    color: #fff;
    font-size: 15px;
}
.item_gy{
    position: relative;
}
.fun-fact {
    padding: 0 15px;
    z-index: 2;
    position: relative;
}
.item_gy::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.timer {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.medium {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.proitem:hover .ldcpzxgd{
    bottom: 20px;
    opacity: 1;
}
.fun-fact-area p {
    margin: 0;
}
.fun-fact span{
    margin-left: 5px;
    font-weight: bold;
    font-size: 17px;
}
.ldcpzx{
    padding: 4rem 0;
}
.proitem{
   position: relative;
    display: block;
       background-color: #f6f6f6;
    padding: 30px 40px 30px;
    margin-top: 20px;
}
.ldcpzximg{
    text-align: center;
}
.ldcpzxtextbox{
    margin-top: 28px;
}
.ldcpzxtitle{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 1rem;
}
.ldcpzxdesc{
    color: #666;
    text-align: center;
    margin-top: 6px;
    max-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
}
.proitem:hover .ldcpzxdesc{
    opacity: 0;
}
.proitem:hover{
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(0,0,0,0.11);
}
.proitem:hover .ldcpzximg img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.mo_kk{
    background-color: #0166ae;
    width: 50px;
    height: 50px;
    padding: 1rem;
    border-radius: 50px;
    padding: 1rem;
}
.mo_kk i{
    position: relative;
    left: 5px;
    line-height: 0.5;
}
.mo_kk div{
    display: none;
}
.ldcpzxgd{
    width: 158px;
    height: 34px;
    border: 1px solid #bfbfbf;
    background-color: #0166ae;
    color: #fff;
    line-height: 34px;
    text-align: center;
    
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    bottom: -25px;
    opacity: 0;
    left: 50%;
    margin-left: -79px;
    transition: all 0.3s;
}

.pager {
    text-align: center;
}

.pager .list.pagexx {
    font-family: 宋体, 'SimSun';
}

.pager .list {
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    color: #7f7f7f;
    background-color: #f3f3f3;
    border-radius: 0;
    font-family: Arial;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}

.pager .list, .pager .pageritems, .pager .text, .pager .pagernum {
    display: inline-block;
    margin: 0 6px;
}

.pager .list.hovercur, .pager .list.btn, .pager .list:hover {
    background-color: #0166ae;
    color: #fff;
    border-color: #0166ae;
}
.ldcpxq{
    padding: 4rem 0;
}


.preview_y_box {
    width: 100%;
    display: flex;
    /* justify-content: right; */
}
.preview-container {
    position: relative;
    /* width: 450px; */
}
.preview-container .small-box {
    position: relative;
    /* width: 550px; */
    height: 550px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.preview-container .small-box img {
    max-width: 100%;
    max-height: 100%;
}
.preview-container .small-box .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: hsla(0,0%,80%,.6);
    border: 1px solid #eee;
    display: none;
}
.preview-container .thumbnail-box {
    margin-top: 20px;
    position: relative;
    /* width: 550PX; */
    box-sizing: border-box;
}
.preview-container .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
    z-index:9;
}
.preview-container .thumbnail-box .btn-prev {
    left: 0;
    background: url(../images/p_l.png) no-repeat;
}
.preview-container .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}
.preview-container .thumbnail-box .btn-next {
    right: 0;
    background: url(../images/p_g.png) no-repeat;
}
.preview-container .thumbnail-box .list {
    overflow: hidden;
    /* width: 390px; */
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

.preview-container .thumbnail-box .list ul {
    width: 100%;
    display: flex;
}
.preview-container .thumbnail-box .list ul .item {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.preview-container .thumbnail-box .list ul .item img {
    max-width: 100%;
    max-height: 100%;
}
.preview-container .big-box {
    display: none;
    overflow: hidden;
    top: 0;
    left: 444px;
    border: 1px solid #eee;
    position: absolute;
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    background: #fff;
    z-index: 20;
}
.preview-container .big-box img {
    display: block;
    max-width: none;
    width: 130%;
}
.item-cur{
    border-color: #0166ae !important;
}
.p_pad{
    padding: 30px 100px 0;
}
.p_pad01{
    font-size: 30px;
    font-family: Lato;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 1rem;

}
.p_pad02{
    font-size: 18px;
    color: rgb(24, 101, 141);
    font-family: Lato, sans-serif;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.p_pad03{
    color: rgb(80, 80, 81);
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 2em;
    
    min-height: 10rem;
    max-height: 10rem;
}
.p_more{
    display: inline-block;
    text-align: center;
    color: #014a7f;
    width: 101px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #014a7f;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s;
}
.p_more span{
    transition: all 0.3s;
}
.p_more:hover{
    color: #fff;
    background-color: #014a7f;
}

.ejnav1{
    flex: 1;
    cursor: pointer;
    border-right: solid 1px #eee;
    background-color: #f5f5f5;
}
.ejnav1:first-child{
    border-left: solid 1px #eee;
}
.ejnav1:last-child{
    border-left: solid 1px #eee;
}
.ejnav1_img{
    text-align: center;
    /* padding: 1rem 0; */
    padding: 5px 0;
}
.ejnav1_text{
    text-align: center;
    padding-bottom: 0.5rem;
    
}
.ejnav_box{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
   
}

.ejnav1_img img{
    height: 60px;
    width: auto;
    margin: auto;
    text-align: center;
}
.e_bb{
    background-color: #0166ae;
}
.e_bb .ejnav1_text{
    color: #ffffff;
}
.ejnav1:hover {
    background-color: #0166ae;
}
.ejnav1:hover .ejnav1_text{
    color: #ffffff;
}
.protextp1 {
   
    color: rgba(230,230,230) !important;
    background-color: rgb(33,110,176) !important;
}
.protextp1 p{
    color: rgba(230,230,230) !important;
}
.protextp {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-right: solid 1px #e2e2e2;
    transition: all 0.3s;
    line-height: 54px;
    font-size: 18px;
}
.protextp p{
    text-align: center;
    cursor: pointer;
    border-right: solid 1px #e2e2e2;
    transition: all 0.3s;
    line-height: 54px;
    font-size: 18px;
}
.protextp:hover p{
    color: #18658d;
    text-decoration: underline;
    transform: translateY(-5px);
}
.protext {

    height: 54px;
    background: #ffffff;

    color: #666666;
    display: flex;
   
    margin: auto;
    border: solid 1px #e2e2e2;
    margin-top: 2rem;
}
.ztnr{
    border: solid 1px #e2e2e2;
    overflow: hidden;
    display: none;
}
.ztnr .row:first-child .ld_ztnr{
    background-color: #bcbdc0;
    border-right: solid 1PX #cccdcf;
    text-align: center;
    color: #337092;
    width: 15%;
    font-weight: bold;
    padding: 10px 0;
    /* height: 35px; */
    line-height: 20px;
}

.ztnr .row:first-child .ld_ztnr_te{
    background-color: #bcbdc0;
    border-right: solid 1PX #cccdcf;
    text-align: center;
    color: #337092;
    font-weight: bold;
    width: 85%;
    padding: 10px 0;
    /* height: 35px; */
    line-height: 20px;
}
.bo_t{
    border-bottom: solid 1PX #cccdcf; 
}
.ld_ztnr{
   
    border-right: solid 1PX #cccdcf;
    text-align: center;
    color: #337092;
    width: 15%;
    font-weight: bold;
    padding: 10px 0;
    /* height: 35px; */
    line-height: 20px;
}
.ld_ztnr_te p{
    text-align: justify;
    padding: 0 3rem;
}
.ld_ztnr_te{
  
    border-right: solid 1PX #cccdcf;
    text-align: center;
    color: #000;
    width: 85%;
    padding: 10px 0;
    /* height: 35px; */
    line-height: 20px;
}
.h_penmahn{
    color: #333;
    font-family: "微软雅黑";
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    padding: 21px 0;
    /* border-top: 1px solid #eee; */
    border-bottom: 1px solid #eee;
}
.ggxqdisplay{
    display: block !important;
}
.zzyf{
    display: none;
}
.gxq02{
    margin: auto;
    border: solid 1px #e2e2e2;
    padding: 50px;
}
.gxq03{
    padding: 2rem;
    text-align: center;
}
.gxq04{
    padding: 2rem;
    text-align: center;
   color: #949394;;
}
.gxq04 a:hover{
    color: #337092;
    text-decoration: underline;
}
.news-exp {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:3rem
}
.news-exp a {
  
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #0166ae;
    color: #fff;
    transform: all 0.3s;
}
.news-exp a:hover{
    text-decoration: underline;
    transform: translateY(-10px);
}
.tuij{
    padding: 1rem;
}
.hyyynr_box{
    padding: 4rem;
}
.b_or{
    border: 1px solid #eee;  
}
.b_or_title{
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
}
.b_or_text{
    color: #666;
    line-height: 2.143;
    margin: 28px 0 106px;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.more {
    width: 186px;
    height: 56px;
    display: block;
    background-color: #f4f4f4;
    padding-left: 28px;
    border-radius: 56px;
}
.more .moretext {
    color: #666;
    font-weight: bold;
    line-height: 56px;
    font-family: Arial;
}
.more .icon {
    width: 32px;
    height: 7px;
    margin-left: 12px;
    margin-top: 25px;
    background-image: url(../images/casetopmore.png);
    background-repeat: no-repeat;
    background-position: left center;
    transition: all 0.3s;
}
.boxflex:hover .moretext{
    color: #fff;
}
.boxflex:hover .more{
    background-color: #0166ae;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
   
}
.boxflex .img{
    transition: all 0.3s;
    overflow: hidden;
    padding: 5rem;
     max-height: 573px;
}
.boxflex:hover img{
    transform: scale(1.1);
}
.boxflex:hover .icon {
    background-position: right center;
}
.l_a_obox{
    padding: 4rem 0;
}
.l_a_obox_tetx{
    width: 262px;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    position: relative;
    padding: 1rem;
}
.l_a_obox_tetx1{
    
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: "Source Han Sans CN";
    position: relative;
   
}
.l_a_obox_tetx_nr{
    color: #666;
    margin: 25px 0 20px;
    line-height: 2.143;
    text-align: justify;
}
.l_a_obox_more{
    width: 180px;
    height: 56px;
    background-color: #0166ae;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.l_a_obox .l_a_obox1:first-child{
    
    border-top: solid 1px #ccc;
 
}
.l_a_obox1{
    padding: 2rem 0;
    
   
    border-bottom: solid 1px #ccc;
}
.l_a_obox_tnr{
    width: calc(100% - 342px);
    min-height: 142px;
    padding: 2rem;
}
.l_a_obox2{
    margin: 2rem 0;
}


.modular3 {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 2%;
    height: 100%;
    overflow: hidden;
}
.Sub1 {
    width: 100%;
    height: 887px;
    overflow: hidden;
}
.Sub1 img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mediaSub {
    position: absolute;
    top: 0%;
    background-color: rgba(25, 101, 141, 0.8);
    color: rgba(230,230,230);
    text-align: center;
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}
.mediamediaSub3 {
    width: 100%;
    position: absolute;
    background-color: rgba(25, 101, 141, 0.8);
    color: rgba(230,230,230);
    text-align: justify;
    font-size: 20px;
    bottom: 0%;
}
.news_zx{
    padding: 4rem 0;
}
.mediamediaSub3 p {
    width: 97%;
    justify-content: right;
    /* text-align: right; */
    float: right;
    font-size: 3rem;
    padding: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #e6e6e6;
}
/*mediacenter*/
.new_nr_box{
    
    height: auto;
    margin: auto;
    display: flex;
    padding-bottom: 5rem;
}
.new_br_box1{
    box-shadow: 0 15px 40px 0 rgba(3,3,3,0.25)!important;
    -moz-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -webkit-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -o-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    -ms-box-shadow: 0 15px 40px 0 rgb(3 3 3 / 25%)!important;
    overflow: hidden;
    width: 50%;
    height: 900px;
    /* margin-right: 2rem; */
    /* margin-right: 0.75rem; */
}

/* #n12img{
    width: 100%;
    height: 100%;
} */
.new_br_box2{
    width: 50%;
    height: 900px;
    margin-left: 0.75rem;
}
.new_br_box2 .new_br_xzbox a{
    height: 31.4%;
    display: block;
}
.modular3 .Sub1{
    height: auto;
}
.modular3 .Sub1 img{
    width: 100%;
    height: auto;
}
.new_br_box2 .new_br_xzbox a{
    margin-bottom: 1rem;
}
.new_br_box2 .mediaSub{
    
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
#new_nrbox_text1{
    font-size: 2rem;
    padding: 10px;
}
#new_nrbox_text{
    height: 40px;
    line-height: 40px;
}
.new_br_xzbox{
    height: 90%;
    overflow: hidden;
}
.new_br_box_button{
    cursor: pointer;
    padding: 15px;
    background: #216eb0;
    width: 20%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    float: right;
    margin-top: 10px;
}
.new_br_box_button a{
    height: 60px;
    display: block;
    background: #18658d;
    line-height: 60px;
    width: 25%;
    text-align: center;
    margin-left: 75%;
    font-size: 2.5rem;
    color: #fff;
}
.new_br_box1 .Sub1:hover .new_br_box1 .Sub1 img{
    transform: scale(1.2);
}
.new_br_box2 .Sub1:hover .new_br_box2 .Sub1 img{
    transform: scale(1.2);
}

.news_nr_bb_box{
    padding: 4rem 0;
}
.news_nr_bb_box_text_oopee{
    margin-bottom: 0.5rem;
    font-size: 17px;
}
.news_nr_bb_box_text{
    color: #191919;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom:0.5rem
}
.news_nr_bb_box_text_oop{
    color: #ccc;
    font-size: 14px;
    font-family: 'din';
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}
.news_nr_bb_box_text_oopee_img{
    text-align: center;
}
.lxld_box{
    padding: 4rem 0;
}
.gsjjte1 {
   
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    margin-left: 1rem;
}
.line4 {
    width: 70%;
    background-image: linear-gradient(120deg, #337ab7 0%, #ffffff 100%);
    margin-top: 0.5rem;
    height: 1px;
    margin-left: 1rem;
    height: 2px;
}

.gsjjte2 {
  
    margin-left: 1rem;
    font-weight: bold;
    font-size: 15px;
    color: #777879;
    margin-top: 1rem;
    line-height: 28px;
    text-align: justify;
}
.gsjjte3{
    text-align: center;
    font-weight: bold;
    /* margin-left: 10%; */
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
  
    color: #19668f;
}
.gsjjte4{
        /* width: 68%; */
        margin: auto;
        text-align: center;
        font-weight: bold;
        /* margin-left: 10%; */
        font-size: 15px;
        color: #777879;
        margin-top: 1rem;
        line-height: 28px;
        line-height: 28px;
}
.gywmimg1 {
    width: 90%;
    margin: auto;
    margin-top: 3.5rem;
    display: flex;
}
.lxld_box .row{
    margin-top: 6rem;
}
.lxld_box .row:first-child{
    margin-top: 0;
}
.lxld_oo_box{
    padding: 4rem 0;
    background-color: #f6f8fa;
}

 .contact-left {
    padding: 52px 60px;
    box-shadow: 0px 0px 16px 0px rgba(0, 72, 168, 0.2);
    background: #ffffff;
}

.context {
    font-weight: bold;
    color: #4c4c4c;
    font-size: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px transparent solid;
    border-image: linear-gradient(to right,#18658d,#fff) 1 10;
}

.contact-left ul {
    margin-top: 30px;
}

.contact-left ul li {
    margin: 30px 0;
    color: #4c4c4c;
    line-height: 24px;
}

.conway {
    font-size: 1.5rem;
}

.coninfo {
    padding-bottom: 2rem;
    margin-top: 0.5rem;
    border-bottom: 1px transparent solid;
    border-image: linear-gradient(to right,#18658d,#fff) 1 10;
}

.contact-main {
    margin-left: 20px;
    flex: 1;
}

.feedbackForm table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: collapse;
}
.feedbackForm .mcheckcode {
    margin-left: 10%;
    width: 40% !important;
    display: flex;
}
.feedbackForm tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedbackForm table tr {
    width: 48%;
    display: block;
    margin-bottom: 30px;
    display: flex;
}
.feedbackForm table tr td:first-of-type {
    width: 80px;
    line-height: 40px;
    text-align: right;
    padding-right: 18px;
    color: #4c4c4c;
}
.feedbackForm table tr td:nth-of-type(2) {
    flex: 1;
}
.feedbackForm table input {
    height: 40px;
    border: 1px solid #d5d5d5;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding-left: 14px;
}

.feedbackForm tbody tr:last-child, .feedbackForm tbody tr:nth-of-type(5), .feedbackForm tbody tr:nth-of-type(6) {
    width: 100%;
}
.feedbackForm table textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    outline: none;
    padding: 10px 14px;
    resize: none;
    height: 220px;
    box-sizing: border-box;
}
.feedbackForm .smtcss {
    width: 100%;
    text-align: center;
}

.feedbackForm #ImgSend {
    font-size: 17px;
    font-weight: initial;
    width: 200px;
    height: 45px;
    box-sizing: border-box;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4c4c4c;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.feedbackForm #ImgSend:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #3e6ba4;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.feedbackForm #ImgSend:active:before, .feedbackForm #ImgSend:focus:before, .feedbackForm #ImgSend:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.feedbackForm #ImgSend:hover{
    color:#f5f5f5;
}
.xzldys{
    padding: 4rem;
}
.xzldys1_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #0166ae;
    position: relative;
    overflow: hidden;
}
.x_culr::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 10%;
    bottom: 0;
    left: 50%;
    height: 20rem;
    bottom: -20rem;
    background: #0166ae;
}
.xzldys2_box{
    margin: 0 10px;
    padding: 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
.x_culr{
    background-color: #0166ae;
    color: #fff;
}
.xzldys2_box:hover{
    background-color: #0166ae;
    color: #fff;
}
.zzjjh div{
    color: #666;
    font-size: 24px;
    padding-left: 22px;
    line-height: 40px;
    margin-bottom: 5px;
}
.zzjjh p{
    font-size: 14px;
    color: #666;
    line-height: 35px;
    padding-left: 22px;
    margin-bottom: 9px;
}
.h_pencai_li{
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    line-height: 3;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.h_pencai_li:hover{
   
    background-color: #0166ae;
    color: #fff;
}
.hh_oo{
    background-color: #fff;
    box-shadow: 0 0 7px 0 #ddd;
    width: 80%;
    padding: 1.5rem 2.5rem;
}
.l_a_dbox{
    padding: 4rem 0;
}
.m_t{
    margin-top: 4.5rem;
}
.p_b_4{
    padding-bottom: 4rem;
}
.hh_oo .b_b_s:first-child{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.b_b_s{
    
    border-bottom: 1px solid #eee;
}

.listLeft {
    width: 80%;
    
    overflow: hidden;
    background-color: #FFFFFF;
}
.side_title {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    background: #0166ae;
    height: 60px;
    text-align: center;
    font-weight: normal;
    box-shadow: 0 0 2px 1px #0166ae inset;
   
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #efefef;
}
.sidebarMenu li {
    margin-bottom: 1px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #efefef;
    padding: 1rem;
}

.left_title {
    background: #0166ae;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.twoCont {
    overflow: hidden;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 25px;
    padding-left: 5px;
    background-color:#f4f4f4;
}
.sidebarThree p {
    line-height: 22px;
    font-size: 14px;
}
.sidebarMenu li:hover{
    background-color: #0166ae;
    color: #fff;
}
.nl_img{
    padding: 10px;
    border: solid 1px #f4f4f4;
    
}
.nl_itt{
    font-size: 25px;
    margin-bottom: 1rem;
}
.nl_itt1{
    
    margin-bottom: 2rem;
}
.j_sb{
    display: flex;
    justify-content: space-between;
}
.nl_itt1_ck{
    width: 100px;
    background-color: #0166ae;
    color: #fff;
    text-align: center;
    padding: 0.2rem 1rem;
    transition: all 0.3s;
}
.nl_itt1_time{
    color: #666666;
    font-size: 15px;
    width: auto;
    width: 200px;}
    .a_b{
        padding-bottom: 1rem;
        border-bottom: solid 1px #f4f4f4;
    }
.nl_img div{
    overflow: hidden;
}
 .nl_img img{
    width:100%;
    height: 180px;
    transition: all 0.3s;
 }   

 .a_b:hover .nl_itt1_ck{
    transform: translateY(-10px);
 }
 .a_b:hover .nl_itt{
    color: #0166ae;
 }
 .a_b:hover img{
    transform: scale(1.1);
 }
 .m_t_10{
    margin-top: 10px;
 }


.ldyszz{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0166ae;
    opacity: 0.8;
    z-index: 1;
}
 .ldysgb_box{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 22px 20px 20px 20px;
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 10px;
 }
 .ldysgb_box1{
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 10px;
 }
 .ldysgb_box2{
    text-align: center;
    font-size: 23px;
    padding-bottom: 15px;
 }
 .ldysgb_box3{
    text-align: justify;
    font-size: 18px;
    opacity: 0;
    position: absolute !important;
    width: 90%;
    left: 5%;
    top: 25%;
    transition: all 0.9s;
 }
 .ldysgb_box_oo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
    transition: all 0.3s;
 }
 .ldysgb_box:hover  .ldysgb_box3{
    opacity: 1;
 }
 .ldysgb_box:hover  .ldysgb_box_oo{
    opacity: 0;
 }
 .ldysgg{
    color: #fff;
    z-index: 2;
    position: relative;
 }
 .yscp_p{
    position: relative;
    left: 5px;
 }
 .yscp p{
    text-align: left;
    transition: all 0.5s;
 }
 .yscp a p:hover{
    color: #014a7f;
    transform: translateX(5px);
 }

 .yscp_botton {
    background-color: #0166ae;
    color: #fff;
    text-align: center;
    width: 20%;
    padding: 0.5rem;
    font-size: 15px;
    cursor: pointer;
    margin-top: 4rem;
    transition: all 0.5s;
}
.yscp_botton:hover{
    transform: translateX(5px);
}
.ldyshg{
    position: relative;
    width: 200px;
   
   height: 60px;
   margin: auto;
}
.cpzx{
    box-shadow: 0 0 45px rgba(47, 47, 47, 0.22);
    padding: 2vw 3vw;
   
    margin-bottom: 3rem;
}
.cpzx:hover{
    box-shadow: 0 0 45px rgba(1, 102, 174, 0.22);
}
.cpzx_img img{
    width: 100%;
    transition: all 0.3s;
}
.cpzx_n{
    color: #0166ae;
    display: block;
    font-size: 1.5rem;
    margin: 0em;
    font-weight: 500;
}
.cpzx_t{
    color: #7f757d;
    font-weight: 500;
    padding-right: 8px;
    line-height: 1.5em !important;
    height: calc(1.5em * 4);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    height: 60px;
}
.cpzx_an{
    justify-content: center;
    margin-top: 20px;
}
.cpzx_an a:hover{
    transform: translateY(-3px);
}
.cpzx_an a{
    transition: all 0.5s;
    width: auto;
}
.cpzx_an div{
    box-shadow: 0 0 45px rgba(47, 47, 47, 0.22);
    color: #fff;
    background-image: linear-gradient(120deg, #337ab7 0%, #0166ae 100%);
    /* padding: 2vw 3vw; */
    padding: 5px 10px;
    z-index: 0;
    font-size: 14px;
    border-radius: 5px;
}
.cpzx:hover img{
    transform: scale(1.2);
}
.li-word{
    margin-top: 1.5rem;
    width: 100%;
    height: 160px;
    padding: 24px 14px 0 16px;
    box-sizing: border-box;
    background-color: rgb(234,240,245);
    transition: all ease 0.8s;
    border-radius: 20px;
}
.li-word h3{
    font-size: 24px;
    color: #0166c0;
    margin-bottom: 24px;
    text-align: center; 
}
.li-word p{
    font-size: 16px;
    color: #8997bb;
    line-height: 30px;
    text-align: justify;
}

.word {
    width: 100%;
    height: 335px;
    background-color: #0166ae;
    padding: 24px 14px 0 16px;
    box-sizing: border-box;
    /* background-color: rgb(234,240,245); */
    transition: all ease 0.8s;
    border-radius: 20px;
    margin-top: 1.5rem;
}
.word h3{
    color: #fff;
    font-size: 24px;
   
    margin-bottom: 24px;
    text-align: center;
}
.word p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 35px;
    text-indent: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hytd{
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0 0 7px 0 #ddd;
}
.ld_fahy_o{
    color: #0166ae;
    font-size: 26px;
    font-weight: 700;
    padding: 1rem 0;
    font-size: 20px;
}
.ld_fahy .swiper-button-next,.ld_fahy  .swiper-button-prev {
    top:40%
}
.ld_fahy_p{
    color: #3f3f3f;
    font-size: 17px;
    padding: 2px 0;
}
.t_ju{
    text-align: justify;
}
.b_bor{
    border: solid 1px #ccc;
    box-shadow: 0 0 20px #ddd;
}
.m_mo{
    margin-top: 10%;
    margin-right: 10%;
}
.xgxh{
    text-align: justify;
    padding: 2rem 0;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 1rem;
}
.yscp{
    max-height: 108px;
    overflow: hidden;
}


.banner_zw_box{
    height: 152px;
}
@media (max-width: 1900px){
    .lf {
        display: inline-block;
        height: 94%;
    }
}
@media (max-width: 1400px){
    .cpzx_an {
        flex-wrap: initial;
    } 
    
}


.pager .page-num {
    display: inline-block;
    margin: 0 6px;
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    color: #7f7f7f;
    background-color: #f3f3f3;
    border-radius: 0;
    font-family: Arial;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s;
}
.pager .page-num:hover,.pager .page-num.page-num-current{
    background-color: #0166ae;
    color: #fff;
    border-color: #0166ae;
}

.hyyynr_box .m_t2>div:nth-child(1) .hy_zz,.ldys_big_box .m_t2>div:nth-child(1) .hy_zz{
    background-color: #95c6e8;
}
.hyyynr_box .m_t2>div:nth-child(2) .hy_zz,.ldys_big_box .m_t2>div:nth-child(2) .hy_zz{
    background-color: #c6dbe1;
}
.hyyynr_box .m_t2>div:nth-child(3) .hy_zz,.ldys_big_box .m_t2>div:nth-child(3) .hy_zz{
    background-color: #c6dbe1;
}
.hyyynr_box .m_t2>div:nth-child(4) .hy_zz,.ldys_big_box .m_t2>div:nth-child(4) .hy_zz{
    background-color: #a98d89;
}
.hyyynr_box .m_t2>div:nth-child(5) .hy_zz,.ldys_big_box .m_t2>div:nth-child(5) .hy_zz{
    background-color: #89c9e7;
}
.hyyynr_box .m_t2>div:nth-child(6) .hy_zz,.ldys_big_box .m_t2>div:nth-child(6) .hy_zz{
    background-color: #64c4df;
}
.hyyynr_box .m_t2>div:nth-child(7) .hy_zz,.ldys_big_box .m_t2>div:nth-child(7) .hy_zz{
    background-color: #78df64;
}
.hyyynr_box .m_t2>div:nth-child(8) .hy_zz,.ldys_big_box .m_t2>div:nth-child(8) .hy_zz{
    background-color: #ee8844;
}
.hyyynr_box .m_t2>div:nth-child(9) .hy_zz,.ldys_big_box .m_t2>div:nth-child(9) .hy_zz{
    background-color: #9873dd;
}
.hyyynr_box .m_t2>div:nth-child(10) .hy_zz,.ldys_big_box .m_t2>div:nth-child(10) .hy_zz{
    background-color: #95c6e8;
}
.hyyynr_box .m_t2>div:nth-child(11) .hy_zz,.ldys_big_box .m_t2>div:nth-child(11) .hy_zz{
    background-color: #c6dbe1;
}
.hyyynr_box .m_t2>div:nth-child(12) .hy_zz,.ldys_big_box .m_t2>div:nth-child(12) .hy_zz{
    background-color: #c6dbe1;
}
.hyyynr_box .m_t2>div:nth-child(13) .hy_zz,.ldys_big_box .m_t2>div:nth-child(13) .hy_zz{
    background-color: #a98d89;
}