﻿

  @media (min-width:1200px){
    .container{max-width:1200px; margin: 0 auto; padding-top: 50px;}
}
.col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-9 {
        float: right;
        width: 70%
    }
.topban_img{text-align:center;margin-bottom:50px;}
.topban_img img{max-width:100%;max-height:600px;}
.left_main{position:sticky;top:20px;margin-bottom:50px; width: 100%; overflow: hidden;}
.left_nav{}
.left_nav_name{display:block;width:100%;background:#234ea3;color:#fff;font-size:30px;text-align:left;padding:20px 30px; overflow:hidden;margin-bottom: 10px;}
.left_nav_name .h3{font-size:26px;text-transform:uppercase;padding-bottom:20px; }
.left_nav_name .h2{margin:0;font-size:24px;}
.left_nav_ul{}
.left_nav_ul li{}
.left_nav_ul li a{background:#fff;display:block;position:relative;font-size:18px;color:#444444;padding:20px 0;padding-left:50px;line-height:1;border:1px solid #e3e2e2;margin-bottom: 10px;}
.left_nav_ul li a:before{content:"";width:5px;height:5px;position:absolute;left:32px;top:26px;background:#fb9627;border-radius:50%;}
.left_nav_ul li a:after{content:"+"; /*font-family:'bootstrap-icons';*/font-size:18px;position:absolute;right:30px;top:24px;}
.left_nav_ul li.current-menu-item a{background:#234ea3;color:#fff;}
.left_nav_ul li.current-menu-item a:after{content:"-";}
.left_nav_ul li.current-menu-item a:before{background:#fff;}
.left_nav_ul li.current-post-parent a{background:#234ea3;color:#fff;}
.left_nav_ul li.current-post-parent a:after{content:"-";}
.left_nav_ul li.current-post-parent a:before{background:#fff;}
.left_nav_ul li a:hover{background:#234ea3;color:#fff;}
.left_nav_ul li a:hover:before{background:#fff;}
.left_nav_ul li a:hover:after{content:"-"; }
.left_box{border:1px solid #ddd;border-top:3px solid #234ea3;margin-top:30px;padding:22px; background: #fff;}
.left_box .left_box_name{margin-bottom:20px;}
.left_box .left_box_name h2{font-size:24px;color:#234ea3;font-weight:bold;}
.left_box .left_box_name p{padding-top:3px;text-transform:uppercase;font-size:16px;color:#6d6d6d;}
.left_box .left_box_main{color:#333333;margin:0px;line-height:2;font-size:15px;}
.left_box .left_box_main p{margin:0;}
.right_main{padding-bottom:100px;}
.right_mbx{display:flex;align-items:center;justify-content:space-between;border-bottom:0px solid #ddd;padding-bottom:17px;margin-bottom:30px;}
.right_mbx h2{font-size:20px;color:#234ea3;display:inline-block;margin:0; border-left: 3px solid #fb9627; line-height: 25px;}
.wznrys{background: #fff;padding: 20px 40px;}


.f20{font-size: 20px;}
.pt20 {
    padding-top: 1vw;
}
/*新闻列表*/
.arList {
    width: 100%;
    overflow: hidden;
}

.arList li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: normal;
    margin-top: 1.5vw;
}

.arList li .nemg {
    width: 96%;
    overflow: hidden;
    background: #fff;
    padding: 2%;
}

.arList li .newm a{color: #000;}

.arList li .newm {
    border-left: 6px #234ea3 solid;
    padding-left: 7px;
    font-weight: bolder;
}

.arList li .new2 {
    opacity: 0.7;
    margin-top: 10px;
    padding-left: 26px;
    height: 20px;
    line-height: 20px;
}

.arList li p {
    margin-top: 15px;
    opacity: 0.8;
    line-height: 1.8;
}

.arList li .nemg .newsl {
    width: 23%;
    overflow: hidden;
    float: left;
}

.arList li .nemg .newsl img {
    width: 100%;
}

.arList li .nemg .newsr {
    width: 75%;
    overflow: hidden;
    float: right;
}

.arList li:hover .nemg {
    background: #234ea3;
    color: #FFF;
}

.arList li:hover .nemg a {
    color: #FFF;
}

.arList li:hover .newm {
    border-left: 6px #FFF solid;
}

.arList li:hover .nemg .newsl img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.arList li:last-child {
    border-bottom: none;
    padding: 0 0 0 0;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
border-radius:.25rem
}
.page-link {
  position: relative;
  display: block;
padding:.5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 2;
  outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}
.page-item:first-child .page-link {
  margin-left: 0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
padding:.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius:.3rem;
border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius:.3rem;
border-bottom-right-radius:.3rem
}
.pagination-sm .page-link {
padding:.25rem .5rem;
font-size:.875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius:.2rem;
border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius:.2rem;
border-bottom-right-radius:.2rem
}
.my-4 {
  margin-top: 1.2rem!important
}
.my-4 {
  margin-bottom: 1.5rem!important
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.pages {
  min-height: 500px;
}
.position,.position a{
  color:#999;
}
.page-num:not(:disabled) {
    cursor: pointer;
}
.page-num ,.page-link{
    position: relative;
    display: block;
    padding: 14px 20px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
  margin-right:10px;
  font-size: 16px;
}
a.page-num:hover,.page-link:hover{
  text-decoration:none;
    color: #fff;
    background-color: #234ea3;
    border-color: #234ea3;
}
.page-num-current{
    z-index: 1;
    color: #fff;
    background-color: #234ea3;
    border-color: #234ea3;
}
.page-num-current:hover{
    color: #fff;
    background-color: #234ea3;
    border-color: #234ea3;
}

@media screen and (max-width:1024px) {
#size_bg{display: none;}
}
#size_bg_yd{display: none;}
@media screen and (max-width:1024px) {
#size_bg_yd{display: block;}
}

/*分页样式*/
.pglist {
  padding: 30px 0;
  width: 100%;
  text-align: center;
  clear: both;
}
.pglist a {
  color: #fff;
  padding: 0 26px;
  margin: 0 3px;
  background: #234ea3;
}
.pglist * {
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  line-height: 40px;
  padding-bottom: 1px;
}
.pglist a:hover {
  display: inline-block;
  color: #fff;
  background: #234ea3;
}
.pglist .hover {
  display: inline-block;
  color: #fff;
  background: #234ea3;
}

.news_xian{width: 100%; margin: 0 auto; height:1px; border-bottom: 1px dashed #ccc; margin-top:10px;margin-bottom: 15px;}
.news_title{text-align: center;color: #000;font-weight: bold;font-size: 24px;line-height: 50px;}

/*FastMove*/
.FastMove {
    width: 98%;
    overflow: hidden;
    padding: 20px 0 0 0;
    margin: 30px auto 0 auto;
}

.FastMove div {
    width: 45%;
    overflow: hidden;
    border: 1px #eee solid;
    padding: 20px 2%;
}

.FastMove div:hover {
    background: #234ea3;
    color: #FFF;
}

.FastMove div:hover a {
    color: #FFF;
}


/*联系我们*/
.c_1010{width:100%;overflow: hidden;}
.c_1010 .dt{ width:100%; float:left; text-align: center; padding:39px 0px 26px 0px; background:#ececec;}
.c_1010 .dt h3{ width:100%; float:left; font-size:30px; color:#333; font-weight:bold; line-height:40px; letter-spacing:1px;}
.c_1010 .dt h5{ width:100%; float:left; margin-top:8px; font-size:16px; color:#9c9c9c; line-height:22px; text-transform:uppercase;font-weight: normal;}
.c_1010 .dd{ width:100%; float:left; padding:33px 60px 34px 60px; background:#f6f6f6;}
.c_1010 .dd lii{ width:39%; float:left; padding-left:65px; position:relative;}

.c_1010 .dd lii:nth-child(2n){ width:39%; /*float:right;*/ padding-left:65px; position:relative; }


.c_1010 .dd lii .ico{ width:42px; height:42px; background:#234ea3; line-height:0; position:absolute; left:2px; top:2px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}

.c_1010 .dd lii .ico img{border: none;max-width: 100%;vertical-align: middle;}

.c_1010 .dd lii h5{ float:left; width:100%; font-size:16px; color:#444; line-height:29px; letter-spacing:1px;}
.c_1010 .dd lii h6{ float:left; width:100%; font-size:16px; color:#444; line-height:26px;font-weight: normal;padding-top:10px;}
.c_1010 .dd lii h6 span{ margin-right:22px; display:inline-block;}
.c_1010 .dd:nth-child(3){ background:#ececec;}
.c_1010 .dd:nth-child(5){ background:#ececec;}
.c_1010 .dd:nth-child(7){ background:#ececec;}
.c_1010 .dd:nth-child(9){ background:#ececec;}

.my-map { margin: 0 auto; width: 100%; height: 400px; margin-top:20px;} 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }



.gallery_moment {
    margin-bottom: 100px;
    width: 840px;
}

.company_title_p {
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.company_title_p {
    border-bottom: 1px solid #ececec;
}

.company_title_p h3 {
    line-height: 64px;
    color: #234ea3;
    position: relative;
    width: 133px;
    text-align: center;
    border-right: 1px solid #ececec;
}

.company_title_p h3::after {
    position: absolute;
    content: '';
    background: #234ea3;
    width: 133px;
    height: 3px;
    top: 0;
    left: 0;
}

.company_title_p h3::before {
    position: absolute;
    content: '';
    background: url(../img/zisanj.png)no-repeat;
    width: 16px;
    height: 63px;
    top: 0;
    right: -16px;
}

.gallery_moment ul li {
    float: left;
    width: 269px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    margin-right: 16px;
    margin-bottom: 32px;
}

.gallery_moment ul li:hover {
    transform: translateY(-10px);
}

.gallery_moment ul li:nth-child(3n) {
    margin-right: 0;
}

.gallery_img {
    width: 100%;
    overflow: hidden;
}

.gallery_moment ul li:hover .gallery_img img {
    transform: scale(1.2);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.gallery_img img {
    vertical-align: bottom;
    vertical-align: bottom;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    width:269px;
    }

.gallery_moment ul li:hover .gallery_text {
    background: #c70d0d;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.gallery_text {
    background: #234ea3;
    text-align: center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.gallery_text h3 {
    color: #fff;
    line-height: 66px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.youshi_3{width:100%; height:220px;}
  .youshi_3_body{width:100%; height:300px; position: absolute; z-index: -9; margin-top: 30px; padding-top: 50px;}
  .youshi_3_left{width:30%; margin-right: 5%; float: left;background: #0055a2;}
  .youshi_3_left:hover{margin-top: -30px;background: #0371d4;transition: all .8s;}
  .youshi_3_left:nth-child(3){ margin-right: 0%;}
  .youshi_3_bg{width:100%; height:170px; }
  .youshi_3_title{width: 90%; margin: 0 auto; font-size:24px; color:#fff; text-align:center; line-height:75px; border-bottom:1px solid rgba(255, 255, 255, 0.2);letter-spacing: 2px;}
  .youshi_3_neirong{width: 90%; margin: 0 auto; font-size:16px; color:#fff; text-align:center;letter-spacing: 0px;}
