@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: '思源黑体';
  list-style-type: none;
  line-height: 150%;

}
body {
  background: #fff;
  min-width: 1200px;


}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
}
.fc{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: -webkit-center;
  align-items: -moz-center;
  align-items: center;
}
.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}


.container{
  margin: 0 auto!important;
  display: block;
  width: 1200px;
  padding: 0
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  z-index: 999;
  top: 0;
  right: 0;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;

}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 1.5rem ;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #585858;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul li a span{
  display: block;
  text-align: center;
  font-size: 0.75rem
}


#cssmenu > ul > li:last-child a{
  border: 0
}
#cssmenu > ul > li > a img{
  width: 25px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #133575;

}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
   top: 60px;

}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
 
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
  width: 100%;
}
#cssmenu ul ul li a {
  padding: 15px 0;
  width: 7.7rem;

  display: block;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #0D76E1;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;

}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    text-align: center;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;

  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #999;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;

  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.head_right{
  text-align: right;
}
.head_t{
  background: #133575;
  padding: 0.5rem 0;
}

.head_t_tel{
  font-size: 1rem;
  color: #fff;

  display: flex;
  align-items: center;
}
.head_t_tel img{
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin-right: 0.5rem
}
.head_t .fc{
 justify-content: flex-end;
}
.head_t_search{
  position: relative;
  margin-left: 1rem
}

.head_t_search img{
  width: 1.2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
  cursor: pointer;
}
.head_t_search input{
  background: none;
  outline: none;
  border: 1px solid #425a8a;
  border-radius: 2rem;
  height: 1.8rem;
  line-height: 1.8rem;
  padding-left: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
}
 .head_t_search input::-webkit-input-placeholder{
  color: #fff
}
.head_t_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #fff
}
.head_t_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #fff
}
.head_t_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color: #fff
}
.head{
  padding: 0.5rem 0
}
.margin_bot{
  margin-bottom: 3rem
}
.banner_img img{
  display: block;
  width: 100%;
  /*border-bottom: 0.2rem solid #133575*/
}

.about_nav{
  background: #f4f4f4;
/*   border-top: 0.2rem solid #133575*/
}
/*.about_nav.dj_nav{
  border-top: 0.2rem solid #e70012
}*/
.about_nav_li{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.about_nav_li a{
  display: block;
  color: #333;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.about_nav_li a:hover{
  background: #133575;
  color: #fff;
}
.about_nav_li a.on{
  background: #133575;
  color: #fff;
}
.dj_nav_ul .about_nav_li a:hover{
  background: #e70012;
  color: #fff;
}
.dj_nav_ul .about_nav_li a.on{
  background: #e70012;
  color: #fff;
}
.about_title .p1{
  font-size: 1.5rem;
  color: #000;
  font-weight: 600
}
.about_title .p2{
  font-size: 0.9rem;
  color: #ccc;
  letter-spacing: 1px;
  text-transform:Uppercase;
}
.about_t_box{
  clear: both;
  overflow: hidden;
}
.about_title span{
  display: inline-block;
  height: 0.15rem;
  width: 2rem;
  background: #133575;
  margin-top: 0.2rem
}
.dj_title span{
  background: #e70012;
}
.about_title{
  display: inline-block;
  width: 85%;
  float: left;
}
.dj_search{
  display: inline-block;
  width: 15%;
  position: relative;
  margin-top: 2rem;
}
.dj_search input{
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  border-radius: 5px;
  font-size: 0.9rem;
  padding-left: 0.5rem;
  border: 1px solid #eee;
}
.dj_search img{
  position: absolute;
  top:0.5rem;
  right: 0.5rem;
  width: 1.2rem
}

.about_group{
  padding: 2rem;
  background: #f4f4f4;
  clear: both;
  overflow: hidden;
  margin-top: 1rem
}
.about_group_wz{
  padding-right: 2rem
}
.about_group_wz p{
  text-indent: 2em;
  font-size: 1rem;
  color: #353535;
  padding-bottom: 1rem
}
.about_four{
  margin-top: 3rem
}
.about_four_li:nth-child(2n-1){
  padding-right: 1.5rem
}
.about_four_li{
  margin-bottom: 3rem
}
.about_four_li:nth-child(2n){
  padding-left: 1.5rem
}
.about_four_lis{
  background: #f4f4f4;
}
.about_four_li_t{
  background: #133575;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 1rem;
}
.about_four_li_wz{
  padding: 2rem;
  font-size: 0.9rem;
  color: #555;
  min-height: 10rem
}
.about_yw_img{
  background: #f4f4f4;
  padding: 3rem 0;
}
.about_yw_img img{
  display: block;
  margin: 0 auto
}
.about_yw_img_p{
  position: relative;
}
.about_yw_img_p .d1{
  position: absolute;
  top: 70px;
  left: 0;
  width: 260px;
  font-size: 14px;
  color: #333;
}
.about_yw_img_p .d2{
  position: absolute;
  top: 70px;
  right: 0;
  width: 260px;
  font-size: 14px;
  color: #333;
}
.about_yw_img_p .d3{
  position: absolute;
  top: 380px;
  left: 0;
  width: 260px;
  font-size: 14px;
  color: #333;
}
.about_yw_img_p .d4{
  position: absolute;
  top: 380px;
  right: 0;
  width: 260px;
  font-size: 14px;
  color: #333;
}
.about_t_sm{
  font-size: 1rem;
  color: #333;
  padding: 1rem 0;
  clear: both;
  overflow: hidden;
}
.about_five_li1{
  margin-bottom: 3rem
}
.about_five_li2{
  margin-bottom: 3rem
}
.about_five_li1:nth-child(2n-1){
  padding-right: 1.5rem
}
.about_five_li1:nth-child(2n){
  padding-left: 1.5rem
}
.about_five_ul .p2{
  font-size: 1.5rem;
  padding: 2rem 0 1rem 0;
  color: #333;
  font-weight: 600
}
.about_five_ul .p3{
  font-size: 1rem;
  color: #333;
  min-height: 5rem
}
.about_five_li2:nth-child(1){
  padding-right: 2rem
}
.about_five_li2:nth-child(2){
  padding: 0 1rem 
}
.about_five_li2:nth-child(3){
  padding-left: 2rem
}
.about_five_ul img{
  height: 15rem;
  display: block;
  width: 100%;
 
}
.about_five_ul .p1{
   overflow: hidden;
}
.about_five_ul img:hover{
  transform: scale(1.1);
  transition: 1s;
}



.footer{
  background: #133575;
  padding: 1rem 0;
}
.footer_box_search{
  position: relative;
}
.footer_box_search img{
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 1.8rem;
  cursor: pointer;
}
.footer_box_search input{
  width: 100%;
  height: 2.5rem;
  background: none;
  line-height: 2.5rem;
  font-size: 0.9rem;
  outline: none;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #425a8a;

}
 .footer_box_search input::-webkit-input-placeholder{
  color: #fff
}
.footer_box_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color: #fff
}
.footer_box_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color: #fff
}
.footer_box_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color: #fff
}

.footer_li ul li a{
  font-size: 1rem;
  color: #ccc;
  display: block;
  padding: 0.5rem 0;
}
.footer_li ul li a:hover{
  color: #fff
}
.footer_li ul li:first-child a{
  font-size: 1.2rem;
  color: #fff;
}
.footer_li ul{
  padding: 1.5rem 0;

}
.footer_tel_right{
  text-align: right;
}
.footer_tel_right a{
  display: inline-block;
  margin-left: 1rem
}
.footer_tel_right img{
  width: 2rem;
  display: block;
}
.footer_tel_right img:hover{
  opacity: 0.8;
  transform: rotateY(360deg);
  transition: all 1s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.footer_ul{
  clear: both;
  overflow: hidden;
  margin-bottom: 2rem;
    border-bottom: 1px solid #425a8a
}
.footers{
  background: #072b67;
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.up_top{
  position: fixed;
  right: 5%;
  bottom: 5%;
}
.up_top img{
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin-top: 0.5rem;
  border: 1px solid #133575
}
.up_top img:hover{
  opacity: 0.8
}
.up_ewm_show{
  display: none;
  position: absolute;
  top: -7rem;
   width: 6rem;
  height: 6rem;
  left: -1.25rem;
  z-index: 99
}
.up_ewm{
  position: relative;
}
.up_ewm_show img{
  border: 0;
  padding: 0;
  width: 6rem;
  height: 6rem;
  display: block;
}
.up_ewm:hover .up_ewm_show{
  display: block;
}



.about_leader{
  margin: 3rem 0;
  clear: both;
  overflow: hidden;
}
.about_leader_li{
  margin-bottom: 2rem
}
.about_leader_li:nth-child(4n-3){
  padding-right:1rem
}
.about_leader_li:nth-child(4n-2){
  padding: 0 1rem
}
.about_leader_li:nth-child(4n-1){
  padding: 0 1rem
}
.about_leader_li:nth-child(4n){
  padding-left: 1rem
}
.about_leader_ul{
  margin-top: 3rem;
  clear: both;
  overflow: hidden;
}
.about_leader_lis{
  background: #f4f4f4
}
.about_leader_lis_img{
  overflow: hidden;
}
.about_leader_lis_img img{
  height: 15rem;
  display: block;
}
.about_leader_lis:hover .about_leader_lis_img img{
  transform: scale(1.1);
  transition: 1s;
}
.about_leader_lis:hover {
  background: #eee
}
.about_leader_lis_wz{
  padding: 1.5rem;
  min-height: 10rem
}
.about_leader_lis_wz p{
  font-size: 0.9rem;
  color: #999;
  padding-bottom: 0.3rem
}
.about_leader_lis_wz .p1{
  font-size: 1.3rem;
  color: #000;
}

.details_title{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333
}
.details_title span{
  display: block;
  padding-top: 0.5rem
}
.details_title .details_title_f{
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 1.3rem;
  color: #666
}
.details_title .details_title_f1{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #999
}
.det_icon{
  padding: 1rem 0;
  margin-top: 1rem
}
.det_icon_bor{
  border: 1px solid #ccc;
  display: block;
  width: 100%;
}
.det_icon_li{
  text-align: center;
  margin-top: -1rem;
}
.det_icon_li a{
  background: #fff;
  display: inline-block;
  padding: 0 1rem;
}
.det_icon_li a img{
  width: 2rem;
  height: 2rem;
  display: block;
}
.det_icon_li a img:hover{
  opacity: 0.8;
  transform: rotateY(360deg);
  transition: all 1s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.det_nr{
  margin-bottom: 3rem
}
.det_nr p{
  text-indent: 2em;
  font-size: 1rem;
  color: #666;
  
}
.det_nr p img{
  display: block;
  margin: 0 auto;
  padding: 1rem 0
}

.banner{
  height: 85%;

}
.banner img{
  width: 100%;
  height: 100%;
  display:block;
}
.banner_li{
  position: relative;
}
.banner_fu_wz{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
   color: #fff;
   text-align: center;
}
.banner_fu_wz p{
  padding-bottom: 1rem
}
.banner_fu_wz .p1{
  font-size: 2.5rem;
  font-weight: bold;

}
.banner_fu_wz .p2{
  font-size: 2.2rem
}
.banner_fu_wz .p3 span{
  display: inline-block;
  width: 30%;
  height: 0.3rem;
  background: #f00
}
.banner_fu_wz .p3 {
  padding: 1.5rem 0;
  text-align: center;
}
.banner_fu_wz .p4{
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
}

.index_banner{
  position: relative;
}
.banner_bot{
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 99

}
.banner_bot img{
  width: 3rem;
  display: block;
  margin: 0 auto
}

.arrow { 
    -webkit-animation: bounce 1.75s infinite;
    animation: bounce 1.75s infinite;
    -webkit-transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, -webkit-transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in;
    transition: border 150ms ease-in-out, transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.arrow:hover,
.arrow:focus {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.index_banner .swiper-pagination{
  right: 3%;
  top: 80%
}
.index_banner .swiper-pagination .swiper-pagination-bullet{
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  opacity: 1;
  display: block;
  margin: 0.8rem auto;
  border-radius: 50%

} 
.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 1rem;
  height: 1rem;
  background: #004080
}

.index_new_title{
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.index_new_title span{
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #999
}

.index_new{
  margin: 3rem 0;
}

.index_about{
  background: url(../images/business_banner.jpg) no-repeat;
  background-size: 100%100%;
}
.index_about_text{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 40%;
  background: rgba(255,255,255,0.8);
  padding: 0 2rem 2rem 2rem;
}

.index_about_text .p1 a{
  display: inline-block;
  background: #153475;
  padding: 0.2rem 1rem;
  color: #fff;
  border: 1px solid #153475;
  font-size: 1.1rem
}
.index_about_text .p1 a:hover{
  background: #fff;
  border: 1px solid #153475;
  color: #153475
}
.index_about_text .p1{
  text-align: right;
}
.index_about_text .p2{
  color: #333;
  font-size: 1.5rem;
  border-bottom: 1px solid #666;
  padding-bottom: 1rem;
  margin-bottom: 1rem
}
.index_about_text .p2 a .introduction{
  display: inline-block;
  background: #153475;
  padding: 0.2rem 1rem;
  color: #fff;
  border: 1px solid #153475;
  font-size: 1.5rem;
}
.index_about_text .p2 a .introduction:hover{
  background: #fff;
  border: 1px solid #153475;
  color: #153475
}
.index_about_text .p2 span{
  display: block;
  color: #999;
  font-size: 1rem
}
.index_about_text .p3{
  font-size: 1rem;
  color: #555;
  line-height: 150%;

  overflow: hidden;
  min-height: 10rem;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.index_about_wz{
  position: relative;
  height: 37rem;
}
.index_work_banner{
  height: 20rem
}
.index_work_banner img{
  width: 100%;
  display: block;
  
}
.about_culture_li{
  background: #f4f4f4;
  height: 18rem;
  margin: 1rem 0;
}
.about_culture_li_img img{
  display: block;
  height: 100%;
  width: 100%;
}
.about_culture_li_texts{
  padding: 2rem 3rem;
}
.about_culture_li_texts .p1{
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 2rem;
}
.about_culture_li_texts .p1 span{
  font-size: 1.2rem;
  color: #999;
  display: block;
}
.about_culture_li_texts .p2{
  font-size: 1rem;
  color: #333;
  padding-bottom: 0.5rem;
}
.about_framework img{
  display: block;
  margin: 2rem auto;
  width: 100%;
}

.party_box .about_culture_li{
  height: 25rem;
  clear: both;
  overflow: hidden;
}
.party_box .about_culture_li .p1{
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.party_box .about_culture_li .p2{
  font-size: 1rem;
  color: #999;
  height: 15rem;
  margin-bottom: 0.5rem;
}
.party_box .about_culture_li .p3 a{
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #ccc;
  color: #666;
  border-radius: 2px;
  font-size: 0.9rem
}
.party_box{
  margin: 2rem 0;
  min-height: 48rem;
}
.party_box .about_culture_li .p3 a:hover{
  color: #fff;
  background: #e70012
}

.fy{
  text-align: center;
  display: block;
  margin: 0 auto;

}

.party_box_lis a{
  margin: 1rem;
  background: #f4f4f4;
  height: 21rem;
  display: block;
}
.party_box_lis a .p1 img{
  height: 15rem;
  display: block;
  width: 100%;
}
.party_box_lis a .p1{
  overflow: hidden;
}
.party_box_lis a .p1 img:hover{
  transform: scale(1.1);
  transition: 1s
}
.party_box_lis a .p2{
  padding: 1rem 1rem 0.5rem 1rem;
  color: #000;
  text-align: right;
}
.party_box_lis a .p3{
  padding: 0 1rem;
  text-align: right;
  color: #999;
}
.party_box_lis a:hover{
  background: #e70012;

}
.party_box_lis a:hover p{
    color: #fff!important
}

.party_lj_lis a{
  background: #f4f4f4;
  padding: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

}
.party_lj_lis{
  margin-bottom: 2rem;
}
.party_lj_li:nth-child(2n-1) .party_lj_lis{
  margin-right: 1rem
}
.party_lj_li:nth-child(2n) .party_lj_lis{
  margin-left: 1rem
}
.party_lj_lis_left{
  width: 5.5rem;
  text-align: center;
  margin-right: 2rem;
  padding: 1rem;
  background: #a9a9a9
}
.party_lj_lis_right{
  flex: 1;
}
.party_lj_lis_left .p1{
  font-size: 2rem;
  color: #fff;
}
.party_lj_lis_left .p1 span{
  display: block;
  font-size: 0.9rem;
}
.party_lj_lis_left .p1 img{
  display: block;
  margin: 0 auto;
  width: 1.8rem;
  margin-top: 0.5rem;
}
.party_lj_lis_right p{
  font-size: 1.2rem;
  color: #000;
  margin-top: 1rem
}

.party_lj_lis a:hover .party_lj_lis_left{
  background: #e70012;
  transition: 1s;
}

.party_lj_lis a:hover .party_lj_lis_right p{
  transition: 1s;
  color: #e70012;
}

.party_jc_lis_left{
  background: #e70012;
  height: 100%
}
.party_jc_lis_left .p1{
  font-size: 1.1rem;
  color: #fff;
  padding: 2rem 2rem 0 2rem;
  height: 10rem;
  overflow: hidden;
}
.party_jc_lis_left .p2{
  font-size: 0.9rem;
  padding: 0 2rem;
  color: #fff
}

.party_jc_lis_right img{
  display: block;
  height: 100%;
  width: 100%
}
.party_jc_lis_right{
  overflow: hidden;
}
.party_jc_lis a:hover .party_jc_lis_right img{
  transform: scale(1.1);
  transition: 1s
}
.party_jc_lis a{
  display: block;
  height: 13rem;
  overflow: hidden;
}
.party_jc_li{
  margin-bottom: 2rem;
}
.party_jc_li:nth-child(2n-1) .party_jc_lis{
  margin-right: 1rem
}
.party_jc_li:nth-child(2n) .party_jc_lis{
  margin-left: 1rem
}
.party_jc_lis a{
  background: #e70012;
}
.party_jc_lis a:hover .party_jc_lis_left{
  padding-top: 2rem;
  transition: 1s;
  margin-top: -2rem;
}
.business_li a{
  display: block;
  height: 21rem;
  border: 2px solid #eee;
  clear: both;
  overflow: hidden;
  margin-bottom: 1rem
}
.business_li a:hover{
  border-bottom: 3px solid #133575
}
.business_li_left{
  padding: 5%;
}
.business_li_left .p1{
  font-size: 1.3rem;
  padding-bottom: 2rem;
  color: #133575;
  font-weight: 600;
}
.business_li_left .p1 span{
  display: block;
  font-weight: bold;
  color: #999;
}
.business_li_left .p2{
  font-size: 1.5rem;
  font-weight: 600;
  color: #133575;
  padding-bottom: 1rem
}
.business_li_left .p3{
  font-size: 1rem;
  color: #333
}
.business_li_right img{
  display: block;
  width: 100%;
  height: 100%
}
.business_li_right{
  overflow: hidden;
}
.business_li:hover .business_li_right img{
  transform: scale(1.1);
  transition: 1s;
}
.plate_lis a{
  display: block;
  border-radius: 0.5rem;
  background: #fff;
  height: 38rem;
  border: 0.1rem solid #eee;
}
.plate_lis_img{
  overflow: hidden;
}
.plate_lis_img img{
  height: 25rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}
.plate_lis_img img:hover{
  transition: 1s;
  transform: scale(1.1);
}
.plate_lis_t{
  padding: 1rem 0;
  margin: 0 1.5rem;
  font-size: 1.3rem;
  font-weight:bold;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.plate_lis_t span{
  font-size: 0.9rem;
  color: #999;
  display: block;
}
.plate_lis_det{
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #888
}

.plate_lis a:hover{
  background: #eee;
}

.plate_lis a:hover .plate_lis_t{
  color: #133575
}


.plate_li{
  margin-bottom: 2rem;
}
.plate_li:nth-child(2n-1) {
  clear: both;
}
.plate_li:nth-child(2n-1) .plate_lis{
  margin-right: 1rem
}
.plate_li:nth-child(2n) .plate_lis{
  margin-left: 1rem
}

.five_box.party_box .about_culture_li{
  height: auto;
}

.five_box.party_box .about_culture_li .p2{
  height: auto;
}
.five_box .about_culture_li_img img{
  height: auto;
}
.five_box .about_culture_li:hover .about_culture_li_img img{
  transform: scale(1.1);
  transition: 1s
}


.news_box_li a{
  margin: 1rem;
  display: block;
  background: #eee;
}

.news_box_li_img{
  height: 15rem;
  display: block;
  overflow: hidden;
}
.news_box_li_img img{
  display: block;
  width: 100%;
  height: 100%;
}
.news_box_li_t{
  font-size: 1.1rem;
  color: #000;
  height: 6rem;
  padding: 1rem;
  padding-bottom: 0
}
.news_box_li_deta{
  padding: 1rem;
  color: #999;
  font-size: 0.9rem
}

.news_box_li a:hover{
  transition: 1s;
  background: #133575
}
.news_box_li a:hover .news_box_li_img img{
   transform: scale(1.1);
  transition: 1s
}
.news_box_li a:hover .news_box_li_t{
    color: #fff;
}
.news_box_li a:hover .news_box_li_deta{
    color: #fff;
}

.news_notice_li a{
  padding: 0 1rem;
  display: block;
  font-weight: 600;
  clear: both;
  overflow: hidden;
  font-size: 1.2rem;
  color: #383838;
  border-left: 0.25rem solid #666;
  padding-left: 1rem;
 
}
.news_notice_li{
  padding: 1rem 0;
   clear: both;
  overflow: hidden;
   border-bottom: dashed 0.1rem #ccc;
}
.news_notice_li a span{
  float: right;
  font-size: 0.9rem;
  color: #999;
  font-weight: 500
}
.news_notice_li a:hover{
  color: #133575;
 border-left: 0.25rem solid #133575;
}
.news_notice_li a:hover span{
  color: #133575;

}
.news_information_li_right{
  padding-left: 2rem
}
.news_information_li_left img{
  min-height: 12.5rem;
}
.news_information_li_right .d1{
  font-size: 1.3rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 1rem
}
.news_information_li_right .d2{
  font-size: 0.9rem;
  color: #999;
  min-height: 7rem;
}
.news_information_li_right .d3 a{
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  color: #fff;
  background: #133575;
  border: 1px solid #133575;
}

.news_information_li_right .d3 a:hover{
   border: 1px solid #133575;
  background: #fff;
  color: #133575
}
.news_information_li_right .d3 span{
  float: right;
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #999
}

.news_information_li{
  border-bottom: 0.1rem solid #eee;
  padding-bottom: 2rem;
  clear: both;
  overflow: hidden;
  margin-bottom: 2rem
}

.information_li a{
  padding: 0.5rem 0;
  color: #333;
  font-size: 1rem;
  display: block;
}
.information_li a span{
  display: inline-block;
  margin-right: 1rem;
}
.information_li a:hover{
   color: #133575
}
.news_box_icons{
  background: #eee;
  border-top: 0.1rem solid #ccc;
   margin:0 1rem 1rem 1rem
}
.news_box_icons img{
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;

}
.news_box_icons img:hover{
      opacity: 0.8;
    transform: rotateY(360deg);
    transition: all 1s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
.news_box_icons a{
  display: inline-block;
  background: none!important;
  padding-bottom: 1rem;
  margin:1rem;
  margin-right: 0
} 
.news_box_icons img.img_on{
  display: none
}
.news_group_li:hover .news_box_icons{
   transition: 1s;
  background: #133575
}

.news_group_li:hover a{
  transition: 1s;
  background: #133575
}
.news_group_li:hover a .news_box_li_t{
  color: #fff
}
.news_group_li:hover a .news_box_li_deta{
   color: #fff
}
.news_group_li:hover .news_box_icons img.img{
  display: none
}
.news_group_li:hover .news_box_icons img.img_on{
  display: inline-block;
}
.news_group_li a{
  margin-bottom: 0
}
.news_video{
  clear: both;
  overflow: hidden;
  margin: 2rem 0;
  padding-top: 2rem
}
.news_video video{
  display: block;
  margin: 0 auto;
  height: auto;
}
.news_view{
  width: 100%;
  height: 40rem;
  display: block;
  clear: both;
  overflow: hidden;
}

.news_view_lis{
  padding: 2rem 3rem;
  clear: both;
  overflow: hidden;
}
.news_view_lis_2{
  background: #eee;
  padding: 1rem;
  clear: both;
  overflow: hidden;
  margin: 1rem
}
.news_view_lis_2 .d2{

  padding-left: 2rem;

}
.news_view_lis_2 .d1{
  padding-right: 2rem;
  border-right: 1px solid #ccc;
}
.news_view_lis_2 .d2 .p1{
  font-size: 0.9rem;
  color: #999;
  padding-bottom: 0.5rem
}
.news_view_lis_2 .d2 .p2{
  font-size: 1.2rem;
  color: #333;
  height: 8rem;
}
.news_view_lis_2 .d2 .p3 a{
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #666;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.news_view_lis_2 .d2 .p3 a:hover{
  transition: 1s;
  background: #133575;
  color: #fff;
}

.news_view .swiper-button-next, .swiper-button-prev{
  top: 50%;
  transform: translate(0,-50%);
  margin-top: 0
}

.xt_det div{
  margin: 1rem 0;
}
.xt_det .d1 img{
  display: block;
  margin: 0 auto;
}
.xt_det .d1 {
  margin-bottom: 3rem
}
.xt_det .d2{
  text-align: center;
  font-size: 1.8rem;
  color: #000;
}
.xt_det .d2 span{
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 0.15rem;
  background: #133575;
  text-align: center;
}
.xt_det .d3 p{
  padding-bottom: 1rem;
  text-indent: 2em;
  font-size: 1rem;
  color: #777
}
.xt_det .d4{
  margin-top: 2rem;
  text-align: center;
}
.xt_det .d4 a{
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #133575;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #133575
}
.xt_det .d4 a:hover{
   background: #fff;
  color: #133575;
}
.company_news_li a{
  padding: 0.5rem 0;
  display: block;
  border-bottom: dashed 1px #ccc;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333
}
.company_news_li a img{
  width: 1rem;
  display: inline-block;
  margin-top: -0.2rem;
  margin-right: 0.3rem;
}
.company_news_li a:hover{
  color: #133575
}

.company_news_li{
  display: none;
}
.company_news_li:nth-child(2n-1) .company_news_lis{
  margin-right: 1rem
}
.company_news_li:nth-child(2n) .company_news_lis{
  margin-left: 1rem
}
.company_news_li:nth-child(-n+20){
  display: block;
}


.company_news_li.on{
  display: block;
}
.company_news_more{
  clear: both;
  overflow: hidden;
}
.company_news_more a{
  display: inline-block;
  color: #999;
  font-size: 1rem;
  margin-top: 1rem
}
.company_news_more span.span_on{
  display: none
}
.company_news_more.on a span{
  display: none
}
.company_news_more.on a span.span_on{
  display: block;
}


.human_lis a{
  border: 1px solid #ccc;
  display: block;
  clear: both;
  overflow: hidden;
}

.human_li_right{
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
}

.human_li_left img{
  display: block;
  width: 100%;
  height: 11.5rem
}
.human_li_right .d1{
  margin: 1.5rem 0 1rem 0;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  height: 4rem;
  text-decoration: underline;
}
.human_li_right .d2 span{
  display: inline-block;
  color: #333;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding: 0.2rem 0.5rem;
}
.human_li_right .d3{
  position: absolute;
  top: 0;
  right: 1rem;
}
.human_li_right .d3 .span1{
  text-align: center;
  display: block;
  width: 3rem;
  background: url(../images/deta_bj.png) no-repeat;
  background-size: 100%100%;
  height: 3.5rem;
  color: #fff
}
.human_li_right .d3 .span2{
  display: block;
  text-align: center;
  font-size: 0.7rem;

}

.human_lis a:hover{
  border: 1px solid #133575
}
.human_lis a:hover .human_li_right .d1{
  transition: 1s;
   color: #133575;

}
.human_lis a:hover .human_li_right .d3 .span1{
   background: url(../images/deta_bj_on.png) no-repeat;
   background-size: 100%100%;
}

.human_lis a:hover .human_li_right .d2 span{
    border: 1px solid #133575;
    background: #133575;
    color: #fff;
}

.human_lis{
  margin-bottom: 2rem
}
.human_li:nth-child(2n-1) .human_lis{
  margin-right: 1rem
}
.human_li:nth-child(2n) .human_lis{
  margin-left: 1rem
}

.study_lis a{
  border: 2px solid #ccc;
  display: block;
  clear: both;
  overflow: hidden;
  margin: 1rem;
  text-align: center;
}

.study_lis_1{
  text-align: center;
  font-size: 0.9rem;
  color: #999;
  padding: 1rem;
}
.study_lis_2{
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
  padding: 1rem;
  height: 6rem;
}
.study_lis_3{
  height: 6rem;
  padding: 0 2rem;
  font-size: 1rem;
  color: #333;
  font-weight: 600;

}
.study_lis_4{
  margin: 1.5rem 0;
  text-align: center;
  padding: 1rem;

}
.study_lis_4 span{
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1rem;
}
.study_lis a:hover{
    border: 2px solid #133575;
}
.study_lis a:hover .study_lis_2,.study_lis_3{
  color: #133575;
}
.study_lis a:hover .study_lis_4 span{
  background: #133575;
  color: #fff
}
.study_lis_img img{
  height: 18rem;
  display: block;
  width: 100%;
}

.join_det p{
  font-size: 1rem;
  color: #383838;
}

.contact{
  border: 2px solid #eee;
  clear: both;
  overflow: hidden;
}

.contact_left img{
  height: 30rem;
  display: block;
}
.con_r{
  padding: 3rem 2rem;
}
.con_r .d1{
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  color: #133575
}

.con_r .d2 img{
  display: inline-block;
  width: 1.5rem;
  margin-right: 1rem;
}
.con_r .d2{
  padding-bottom: 1rem;
  font-size: 1.1rem;
  color: #555;
}
.con_r .d2 p{
  margin-bottom: 1rem
}
.index_new_box_lefts{
  width: 70%;
  display: inline-block;
  float: left;
  height: 22rem
}
.index_new_box_left{
  width: 50%;
  display: inline-block;
  float: left;
  height: 20rem
}
.index_new_box_left a img{
  height: 20rem;
  display: block;
}
.index_new_box_left a{
  overflow: hidden;
}
.index_new_box_left a img:hover{
  transform: scale(1.1);
  transition: 1s;
}
.index_new_box_left a{
  display: block;
  position: relative;
}
.index_new_box_left a p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  background: rgba(255,255,255,0.7);
}
.index_new_box_left a p span{
  float: right;
  font-weight: 500;
  font-size: 0.8rem;
  color: #999;
  display: inline-block;
  margin-top: 0.3rem
}
.index_new_box_center{
  width: 50%;
  display: inline-block;
  float: left;
  height: 20rem;
}
.index_new_box_right{
  width: 30%;

  display: inline-block;
  height: 22rem
}
.index_new_box_r{
  padding: 1rem;
  border-left: 1px solid #eee
}
.index_new_box{
  border: 1px solid #eee;
  clear: both;
  overflow: hidden;
  margin-bottom: 3rem;
  height: 22rem;
  overflow: hidden;
}
.index_new_tab{
  font-size: 0;
  text-align: right;

  border-bottom: 1px solid #eee
}
.index_new_tab_li{
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  color: #333;
  background: #eee;
  cursor: pointer;
  box-sizing: border-box;
}
.index_new_tab_li.on{
  background: #133575;
  color: #fff;
}
.index_new_nli{
  padding:0 1.5rem;
}
.index_new_nli a{
  display: block;
  padding: 1rem 0;
  color: #333
}
.index_new_nli a .d1{
  font-size: 0.8rem;
}
.index_new_nli a .d2{
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.index_new_nli a .d3{
  font-size: 0.9rem;
}
.index_new_nli a:hover .d2{
  color: #133575
}

.index_new_box_r_t{
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 1rem
}
.index_new_box_r_t a{
  float: right;
  font-size: 1rem;
  color: #555;
}

.index_new_box_r_li li a{
  font-size: 0.9rem;
  color: #555;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem
}
.index_new_box_r_li li a span{
  display: block;
  font-size: 0.8rem;
  color: #888
}
.index_new_box_r_li li a:hover{
  color: #133575
}

.index_work{
  padding: 2rem 0;
  clear: both;
  overflow: hidden;
}
.index_work_banner_li a{
  display: block;
  height: 20rem;
  position: relative;
}
.index_work_banner_li a img{
  height: 100%;
  width: 100%;
  display: block;
}

.index_work_f{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0.8rem 1rem;
  color: #fff;
  font-size: 0.8rem;
  background: rgba(0,0,0,0.5);
}
.index_work_banner .swiper-pagination-bullet{
  width: 1.5rem;
  border-radius: 0;
  background: #000;
  height: 0.3rem;
}

.index_work_ul li a{
  display: block;  
  height: 5rem;
}
.index_work_ul li a .d1{
  width: 20%;
  display: inline-block;
  float: left;
  font-size: 1.3rem;
  color: #333;
  height: 5rem;
  padding-right: 1rem;
  text-align: right;
}
.index_work_ul li a .d1 span{
  display: block;
  font-size: 0.8rem
}
.index_work_r{
  padding-left: 2rem
}
.index_work_ul li a .d2{
  display: inline-block;
  width: 80%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  height: 5rem;
  padding: 1rem;
}
.index_work_ul li a .d2 .p1{
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.index_work_ul li a .d2 .p2{
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  color: #333;
}
.index_work_ul li a:hover .d2 .p1{
  color: #133575
}
.index_work_more{
  margin-top: 2rem;
  text-align: right;
}
.index_work_more a{
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #888;
  border-radius: 1px
}
.index_work_more a:hover{
  border: 1px solid #133575;
  background: #133575;
  color: #fff;
}

.index_img{
  background: url(../images/new_banner.jpg) no-repeat;
  background-size: 100%100%;
  padding: 7rem 0;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem
}
.index_img div{
  padding-bottom: 1.5rem
}
.index_img .index_img_1{
  font-size: 1.2rem;
}
.index_img .index_img_2{
  font-size: 2rem;
}
.index_img .index_img_3{
  font-size: 1rem;
}
.index_img .index_img_4 {
  padding-bottom: 0;
  padding-top: 9rem;
  min-height: 5rem
}
.index_img .index_img_4 a{
  display: inline-block;
  border: 1px solid #fff;
  margin: 0.5rem;
  color: #fff;
  padding: 0.3rem 1.5rem
}
.index_img .index_img_4 a:hover{
  background: #fff;
  color: #133575
}

.index_bk_li a{
  display: block;
  position: relative;
  overflow: hidden;
}
.index_bk_li a img{
  display: block;
  width: 100%;
  height: 20rem;
}
.index_bk_li a p{
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  height: 20rem;
  line-height: 20rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.index_bk{
  clear: both;
  overflow: hidden;
  margin-bottom: 3rem
}
.index_bk_li a:hover p{
  transition: 1s;
  background: rgba(19,53,117,0.7);
}
.index_bk_li a:hover img{
  transition: 1s;
  transform: scale(1.1);
}
.index_company_ul{
  margin-bottom: 3rem;
  clear: both;
  overflow: hidden;
}
.index_company_ul li{
  display: inline-block;
  width: 25%;
  float: left;
}

.index_company_ul li a{
  margin: 0.5rem;
  display: block;
  border: 1px solid #eee;
  padding: 1rem;
  font-size: 1rem;
  color: #666
}
.index_company_ul li a:hover{
  background: #133575;
  color: #fff
}

.navbar{
  background: #fff;
  margin-bottom: 0;
  min-height: auto;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
  color: #fff;
  background: #133575;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background: #fff;
  color: #133575
}
.navbar-default .navbar-nav>li>a:hover{
   color: #fff!important;
  background: #133575!important
}
.navbar-default .navbar-nav{
  margin-left: 40px;
}
.dropdown-menu{
  min-width: 122px;
  width: 122px;
}
.navbar-default .navbar-nav>li>a{
  color: #444;
  padding: 2rem 0;
  width: 7.6rem;
  text-align: center;
}
.caret{
  display: none;
}
.navbar-brand{
  height: auto;
  padding: 0
}
.navbar-brand>img{
  width: 10rem;
  height: auto;
  margin-top: 0.8rem
}
.navbar-nav>li>.dropdown-menu{
  background: #133575;
}
.dropdown-menu>li>a{
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}
.pagination{
  display: block;
  text-align: center;
  clear: both;
  overflow: hidden;

}
.pagination>li{
  display: inline-block;
}


.index_new_xtmt_title{
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #efefef;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000
}
.index_new_xtmt_li{
  height: 105px;
  display: block;
  width: 100%;
}
.index_new_xtmt_li a{
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  /*justify-content: center;*/
  background: #efefef;
  height: 104px;
  border-bottom: 1px solid #fff;
}
.index_new_xtmt_ul{
  height: 315px;
}
.index_new_xtmt_li a img{
  width: 2rem;
  height: 2rem;
  display: block;
  margin-right: 5px;
margin-left: 110px;
}
.index_new_xtmt_li a img.img_on{
  display: none
}
.index_new_xtmt_li a:hover img.img{
  display: none
}
.index_new_xtmt_li a:hover img.img_on{
  display: block;
}
.index_new_xtmt_li a:hover{
  background: #133575;
}
.index_new_xtmt_li a:hover span{
  color: #fff
}
.index_new_xtmt_li a span{
  text-align: left;
  font-weight: bold;
  display: block;
  font-size: 1rem;
  color: #333
}

.index_new_xtmt_li a span.s2{
  font-size: 0.75rem;
}
