body {
    font-family: "Arial","微软雅黑","Helvetica","sans-serif";
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
a{
    color:#777;
    text-decoration: none;
}
a:hover{
    color:#777;
    text-decoration: none;
}
.top{
    background: #0058a3;
    height: 50px;
    line-height: 50px;
}
.top a{
    color:#fff!important;
    transition: all .2s ease-in-out;
}
.top_r{
    float: right;
}
.top_l a i{
    padding-right: 8px;
}
.top_r a{
    margin-left: 15px;
}
.head{
    background: #fff;
    box-shadow: 0 16px 52px 0 rgba(0,0,0,0.05);
}
.logo{
    width:150px;
}
.xnav{
    display: block;
    margin: 0 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 80px;
    color:#000!important;
}
.dropdown-menu{
   padding: 0;
   margin-top: -1px;
}
.nav-item:hover .dropdown-menu{
   display: block!important;
   border-top: 3px solid #0058a3;
    
}
.xnav_active{
    color:#0058a3!important;
}
.xnav:hover{
    color:#0058a3!important;
}
.dropdown .dropdown-item{
    padding: 17px 20px 15px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    transition: all .2s ease-in-out;
}
.dropdown .dropdown-item:hover{
    background: #0058a3;
    color:#fff;
}
.section1_t:before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "/";
    color: #0058a3;
}
.section1 h2{
    margin: 10px 0;
}
.section1_t{
    color: #0058a3;
    padding-left: 10px;
}
.section1 .text {
    color: #737870;
    font-size:14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 35px;
}
.theme-btn.btn-two {
    border: 2px solid #0058a3;
    color: #0058a3!important;
    margin-top: 35px;
}
.theme-btn.btn-two2 {
    border: 2px solid #fff;
    color: #fff!important;
    margin-top: 35px;
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 15px;
    color: #fff!important;
    font-weight: 800;
    text-align: center;
    padding: 14.5px 34px;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}
.btn-box i{
    margin-left: 8px;
}
.theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #0058a3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.theme-btn:hover:before {
    bottom: -40%;
}
.theme-btn:hover{
    color:#fff!important;
}
.section1 .pattern-layer {
    top: 0px;
    width: 380px;
    height: 600px;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(../images/shape-1.png);
    opacity: .4;
}
.section1{
    position: relative;
    background: #fdfdfd;
}
.section1_r{
    position: relative;
}
.section2_t {
    color: #0058a3;
    text-align: center;
}
.section2_t:before {
        position: absolute;
    left: -10px;
    top: -3px;
    content: "/";
    color: #0058a3;
}
.section2{
}
.section2 h2 {
    margin: 10px 0;
    text-align: center;
}
.section2_r{
    position: relative;
    text-align: center;
}
.section1_r{
    position: relative;
}
.section2_box1_p{
    line-height: 30px;
    color:#000;
}
.section2_box1_t{
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    transition: all 500ms ease;
}
.section2_box1_i i{
    font-size: 50px;
    display: block;
    color:#0058a3;
}
.dropdown-toggle::after{
	display:none!important;
}
.section2_box1{
    padding: 10px 30px 30px;
    background-color: #0058a3;
    background: url(../images/shape2.png);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    color: rgba(255,255,255,1);
    z-index: 1;
    border-left: 3px solid #0058a3;
}
.section2_box1:hover .section2_box1_t{
    color:#0058a3;
}
.swiper-container {
      width: 100%;
      height: 100%;
      margin-top: 30px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      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;
      transition: 300ms;
      transform: scale(0.8);
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
    }
	.section33_t {
    color: #fff;
    text-align: center;
}
.section33_t:before {
        position: absolute;
    left: -10px;
    top: -3px;
    content: "/";
    color: #fff;
}
.section3{
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    padding-top: 4%;
    padding-bottom: 2%;
	background-size: cover;
}
.section3 {
    position: relative;
    background-image: url(../images/testimonial-bg.jpg);
    
   
}
.section3:before {
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8
}
.section3 h2 {
    margin: 10px 0;
    text-align: center;
    color:#fff;
}
.section4 h2 {
    margin: 10px 0;
    text-align: center;
}

.section4_box{
    position: relative;
    display: block;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
}
.section4_img{
        position: relative;
    display: block;
    overflow: hidden;
    background: #142b3c;
}
.section4_img img{
    width: 100%;
    transition: all 500ms ease;
}
.section4_r{
    background: #0058a3;
    position: absolute;
    top:20px;
    right: 20px;
    width: 70px;
    z-index: 1;
    font-size:18px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 12px 0 6px 0;
}
.section4_r_s{
    font-size: 14px;
}
.section4_t{
    font-size: 18px;
    font-weight: bold;
    color:#000;
    transition: all 500ms ease;
}
.section4_p{
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    padding-top: 15px;
}
.section_w{
    padding: 20px;
}
.theme-btn2.btn-two2{
    color: #0058a3!important;
    margin-top: 20px;
}
.theme-btn2  {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 15px;
    color: #fff!important;
    text-align: center;
    padding: 14.5px 0;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}
.btn-box2 i{
    margin-left: 8px;
}

.theme-btn2:hover{
    color: #0058a3!important;
}
.section4_t:hover {
     color: #0058a3!important;
}
.section4_img:hover img {
    transform: scale(1.05);
    opacity: .5;
}

.section5_box{
    background: url(../images/shape-6.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
}
.section5_box{
    color:#fff;

}
.section5{
    position: relative;
}
.section5_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f7f5f5;
}
.section5_box_t{
    padding: 10px 0;
}
.section5_box_t i{
    padding-right: 8px;
}
.section5_box h2{
    margin-bottom: 20px;
}
.section5_form{
    background: #fff;
    padding: 20px 40px;
    border: 1px solid #142b3c;
}
.section5_form h2{
    margin: 10px 0;
    margin-bottom: 32px;
}
.form-group{
    margin-bottom: 20px;
}
.form-control{
    font-size: 14px;
}
.foot{
        padding: 50px 0;
    background: #142b3c;
}
.f_logo{
    width: 120px;
    margin-bottom: 20px;
}
.foot_p{
    color:#fff;
}
.foot_p2{
    color:#fff;
}
.f_logo2{
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 120px;
}
.foot_p3 {
    color: #fff;
}
.foot_p3 p{
    text-align: center;
    margin-top: 15px;
}
.cw2{
    font-size: 16px;
    font-weight: bold;
}
.bq{
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #0058a3;
}
.navbar-light .navbar-toggler{
        color: #fff;
    background: #fff;
}
.cw2{
    position: relative;
    padding-bottom: 8px;
}
.cw2 a{
    color: #fff;
}
.p1000{
    padding: 100px 0!important;
}
.xbtn{
        background: #0058a3!important;
    border: none!important;
    margin-bottom: 3px;
}
.cw2:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #0058a3;
}
.theme-btn66 {
    border: 2px solid #ffffff!important;
    color: #ffffff!important;
    margin-top: 35px;
}
.section4_box{
    margin-bottom: 35px;
}
.xsdd img{
	width:100%;
}
@media (max-width: 768px){
    .top_r{
        display: none;
    }
    .xnav{
        line-height: 30px;
    }
    .pattern-layer{
        display: none;
    }
    .btn-box{
        margin-bottom: 50px;
    }
    .section2_box1{
        margin-bottom: 30px;
    }
    .section4_box{
         margin-bottom: 30px;
    }
    .foot_p2,.foot_p3,.foot{
        display: none;
    }
    .p1000{
        padding: 30px 0!important;
    }
    .section5{
        padding: 0!important;
    }
}
.banner{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 143px 0 22px 0;
}
.banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner_box_xt{
    text-align: center;
   position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.wz_sx{
	 border-top: 1px solid #f2f2f2;
    padding: 20px 0;
}
.wz_sx a{
	display:block;
	color:#000;
}
.wz_tag{
	 border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}
.wz_n p{
	word-wrap: break-word;
}
.wz_tag a{
	padding:0 5px;
	color:#000;
}
.banner_box_dt{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.banner_xbox{
    position: relative;
    display: block;
    margin-bottom: 93px;
}
.dq a{
    color: #fff;
    position: relative;
    padding:0 5px;
}
.dq{
    color: #fff;
    position: relative;
}
@media (max-width: 768px){
    .banner_xbox{
        margin-bottom:40px;
    }
    .banner{
        padding-top: 70px;
    }
}
.news_box{
    padding: 30px 25px;
    border-radius: 6px;
    background-color: #f5f8fb;
    margin-bottom: 30px;
    border: 0;
    overflow: hidden;
    margin-top:35px;
}
.news_box_t{
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.news_box_list i{
    margin-right: 8px;
}
.news_box_list a{
    color:#000;
    position: relative;
    font-size: 15px;
    padding: 10px 0;
    display: block;
}
.news_box_list li:hover a{
    color:#0058a3;
}
.news_box_list ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0!important;
}
.news_box_t::before {
    position: absolute;
    height: 2px;
    border-radius: 8px;
    width: 40px;
    left: 12px;
    bottom: -1px;
    content: "";
    background-color: #0058a3;
}
.news_box_t::after {
    position: absolute;
    height: 6px;
    width: 6px;
    left: 0;
    bottom: -3px;
    content: "";
    border-radius: 50%;
    background-color: #0058a3;
}
.i2{
    float: right;
}
.news_box_list_wz img{
    width:100%;
    border-radius: 5px;
}
.news_box_list_wz_t{
    line-height: 25px;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box_list_wz a:hover{
    color:#0058a3;
}
.wz_n{
    padding: 0 30px 30px 30px;
    position: relative;
    margin-bottom: 35px;
    box-shadow: 0 9px 25px 0 rgba(0,0,0,.07);
    border-radius: 8px;
    margin-top: 55px;
}
.wz_n_t{
     font-size: 25px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 40px;
    display: inline-block;
}
.wz_n tr p{
    margin-bottom: 0px;
}
.wz_n_t:hover{
    color:#0058a3;
}
.wz_n_d{
        background: #0058a3;
    border-radius: 4px;
    position: absolute;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    top: -20px;
}
.pt30{
   padding-top: 30px; 
}
.wz_n_x{
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e8ef;
    padding-bottom: 15px;
}
.zw{
    margin-top: 20px;
    line-height: 28px;
}
.zw img{
    max-width: 100%;
}
.table100{
    margin: 35px 0;
}
.b343a40{
    border: 1px solid #343a40;
}
.table100 table{
    word-break:break-all; 
    word-wrap:break-all;
}
.ygzx{
    margin: 35px 0;
}
.ygzx input[type="search"] {
    border-bottom-color: #0058a2
}

.ygzx input[type="search"] {
    border: 0;
    font-size: 20px;
    color: #0058a2;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
    width: 100%;
    border-radius: 4px;
    font-weight: 300;
    border: 1px solid #0058a2;
}

.ygzx input[type="search"]::placeholder {
    color: #999
}

.ygzx button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background-color: #0058a2
}

.sss form{
    position: relative;
}
.ygzx_list{
    margin: 60px 0;
}
.ygzx_list_img img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
	max-height: 210px;
}
.ygzx_list_box_t{
    font-size: 20px;
    font-weight: bold;
    color: #2d3845;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.ygzx_list_box_t span{
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
}
.ygzx_list_img{
    height: 100%;
}
.ygzx_list_box_x{
    border: 1px solid #efefef;
    text-align: center;
    line-height: 25px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 200ms ease;
	min-height: 62px;
}
.ygzx_list_box_x_p{
    font-weight: bold;
    color: #0058a2;
    transition: all 200ms ease;
}
.ygzx_list_box_x:hover{
    background:  #0058a2;
    color:#fff;
}
.ygzx_list_box_x:hover .ygzx_list_box_x_p{
    color:#fff;
}
@media (max-width: 768px){
    .ygzx_list_box_t{
        margin-top: 15px;
    }
}
.dzzy{
    margin: 35px 0;
}
.dzzy_box{
    color: #0058a3;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dzzy_box i{
    
    font-size: 35px;
}
.dzzy_box_t{
    font-size: 20px;
    color:#000;
    line-height: 56px;
}
.dzzy_box_s{
    padding: 10px 15px;
    background: #0058a3;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    margin-top: 5px;
    transition: all 200ms ease;
}
.dzzy_box_s a{
    color: #fff;
}
.dzzy_box_t a{
    color: #000;
    transition: all 200ms ease;
}
.dzzy_box_s:hover{
    background:#167cd3;
}
.dzzy_box_t a:hover{
    color:#0058a3;
}
@media (max-width: 768px){
    .dzzy_box_s{
        display: none;
    }
}
.tableds{
    table-layout: fixed;
}
.tableds tr{
    text-align: center;
}
.tableds img{
    width: 150px;
}
.zy_box{
    text-align: center;
    margin: 35px 0;
}
.zy_box img{
        max-width: 100%;
    padding: 10px;
    max-height: 80px;
}
.zy_box .row{
    align-items: center;
}
.zy_box_x{
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    line-height: 50px;
    margin-bottom: 20px;
}
.zy_box_x2{
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}
.zy_box_x_s{
    font-size: 35px;
    font-weight: bold;
    color:#0058a3;
}
@media (max-width: 768px){
    .zy_box_x2{
        line-height: 25px;
    }
    .zy_box_x_s{
        font-size: 25px;
    }
}
.zy_box_m{
    margin: 35px 0;
    text-align: center;
}
.zy_box_m a{
    font-size: 30px;
    color: #000;
    padding: 10px;
    font-weight: bold;
}
.zy_box_m .acve{
    color:#0058a3; 
}
.zy_box_m a:hover{
    color:#0058a3; 
}
.zy_box .row:hover{
    background: #f3f3f3;
}
@media (max-width: 768px){
    .zy_box_m a{
    font-size: 20px;
    color: #000;
    padding: 10px;
    font-weight: bold;
}
}
.dx_a{
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}
.dx_a img{
    width: 100%;
}
.dx_t a{
    font-size: 20px;
    font-weight: bold;
    color:#000;
}
.dx_a:hover .dx_t a{
    color:#0058a3;
}
.dx_ax{
    margin: 30px 0!important;
}
.js_xq{
    margin: 35px 0;
}
.js_xq_top_img img{
    width: 100%;
}
.aic{
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}
.js_xq_top_t{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    align-items: center;
    display: flex;
}
.js_xq_top{
    background: #e9edf3;
    padding: 30px 30px 0 30px;
}
.js_xq_top_t span{
    border: 1px solid #d5d5d5;
    display: inline-block;
    padding: 0 4px;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
}
.js_xq_top_k{
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 10px;
    margin-bottom: 30px;
}
.js_xq_top_k_t{
    font-size: 16px;
    font-weight: bold;
    color:#808080;
}
.js_xq_top_k_p{
    font-size: 16px;
}
.xxq_n img{
    max-width: 100%;
}
.xxq_t{
    background: #0058a3;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 150px;
    text-align: center;
    margin-top: 35px;
}
.xqq_x{
    border-bottom: 1px solid #0058a3;
    margin-bottom: 20px;
}
.dly{
    margin: 35px auto 0;
}
.dly_box{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
    margin-bottom: 35px;
}
.dly_box img{
    width: 100%;
}
.dly_box_t{
    padding: 15px;
    font-weight: bold;
}
.dly_box_p{
    padding: 0 15px;
    margin-bottom: 5px;
    color: #626262;
}
.dly_box_p i{
    margin-right: 5px;
    color:#0058a3;
}
.dly_box_t a{
    color:#000;
}
.dly_box_x{
     padding: 15px;
    color: #626262;
}
.dly_box_t:hover a{
    color:#0058a3;
}
.dl img{
    width: 90%;
    display: block;
    margin:0 auto;
}
.list_n_box{
    background: #0058a3;
    margin-bottom: 30px;
}
.list_n_box_img img{
    width: 100%;
}
.x5665 img{
	border: 1px solid #142b3c;
}
.list_n_box_w{
    padding: 15px;
}
.list_n_box_d{
    color:#fff;
}
.list_n_box_x{
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 20px;
}
.list_n_box_t{
    color:#fff;
    min-height: 68px;
}
.list_n_box_a{
    color:#fff;
    margin: 10px auto;
}
.btn-boxc{
	text-align: center; 
	margin-top: 10px;
}
.p5000 {
    padding: 100px 0 50px 0!important;
}
.zy_box_m span:last-child{
	display:none;
}
@media (max-width: 991px){
	.dropdown-toggle::after{
	display:inline-block!important;
}
.xnav {
    line-height: 30px;
}
}
.page li{
	    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0058a3;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page li a{
	color: #0058a3;
}
.page{
	    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	justify-content: center;
}
@media (max-width: 768px){
	.wxss{
		display:none;
	}
	.navbar-collapse {
		    padding-bottom: 20px!important;
	}
}
.lag{
	
}
.lag a{
	margin-left:0;
	margin-right: 5px;
}
.foot a{
	display:block;
	color:#fff;
	margin-bottom: 8px;
}
@media (max-width: 768px) {
    .section2 .h-100 {
        height: auto !important;
    }
}
@media (max-width: 768px) {
    .top {
        height: 30px;
        line-height: 30px;
    }
}