@charset "utf-8";
/* body {
    padding-top: 50px;
  } */
  /* .main_box{
    padding: 40px 15px;
  } */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {

  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,ul li,
ol {
  list-style: none;
}
p{
  color: #337ab7;
  line-height: 26px;
}
  table {
    border-collapse: collapse;
  }
  a {
    color: #337ab7;
    text-decoration: none;
    font: 16px/26px;
    font-family:Arial, Helvetica, sans-serif;
  }
  p {
    color: #337ab7;
    font: 16px/26px;
    font-family:Arial, Helvetica, sans-serif;
  }
  a:visited {
    color: #337ab7;
  }
  a:hover,
  a:active,
  a:focus {
    color: #337ab7;
    text-decoration: none;
  }
  
  
  .clear {
      zoom: 1;
  }
  
  .clear:after {
      content: "";
      display: block;
      clear: both;
  }
  .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }

  img{
    display: block;
    /* width: 100%; */
  }

  .navbar-fixed-top{
    position: static;
  }

  .starter-template {
    text-align: center;
  }
  .banners img{
      width: 100%;
  }


  /* left_nav */
  .accordion {
    width: 100%;
    /* border: solid 1px #ccc; */
    background: #ececec;
}

.accordion .link {
    cursor: pointer;
    display: block;
    /* height: 54px;
    line-height: 54px; */
    color: #333;
    font-size: 16px;
    background: #ececec;
    border-left: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    /* -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}
.accordion a{
  padding: 6px 10px 6px 10px;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.accordion .link a{
    padding: 6px 10px 6px 10px;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}




.menuLeft_icon{
    width: 17px;
    height: 15px;
    margin-left: 12%;
    display: inline-block;
    background: url(../images/icon/iconk01.png) no-repeat center right;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.account-l{
  background: #f5f5f5;
}
.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
   
}
.accordion li .link{
  border-left: 4px solid #000000;
}

.accordion li span {
    padding-left: 6%;
    font-size: 16px;
}

.accordion li i.glyphicon-triangle-right {
    left: 30px;
    font-size: 12px;
}

.accordion li.open .link,.accordion li:hover .link {
    border-left: 4px solid #00bfff;
    color: #333;
    /* background: #ff7a3f; */
}
.accordion li.open .link a,.accordion li:hover .link a{
    color: #333;
}
.accordion li:hover .link a{
  color: #00bfff;
}
.accordion li.open i {
    color: #333;
}
.list-title .menuNav {
  display: none;
}
.breadcrumb {
  font-size: 15px;
}
.breadcrumb li a{
  color: #337ab7;
  text-decoration: none;
}
.breadcrumb li.active{
  color: #333;
}
.aboutus-right{
  padding-top: 2%;
}
.breadcrumb{
  margin-bottom: 10px;
}
.news_ins li{
  padding: 2% 0;
  border-bottom: 2px solid #00bfff;
}
.news_ins li:hover{
  background: #f5f5f5;
}
.news_ins .new_texta{
  color: #337ab7;
}
.news_ins .col-md-3{
  padding-left: 10px;
}
.news_ins .new_texta h3{
  color: #337ab7;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.news_ins .new_texta p{
  color: #337ab7;
  font-size: 14px;
  line-height: 22px;
  padding-top: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
#pager {
  padding: 2% 0;
  text-align: center;
}
.acticle_all{
  list-style: none;
    width: 100%;
    background: rgb(242,242,242);
    padding: 2% 3%;
    margin-top: 30px;
}
.acticle_all h4{
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 2%;
}
.acticle_all p{
  margin-top: 8px;
  font-size: 15px;
  color: #333;
}
.word_bom {
  margin-top:4%;
}
.word_bom img{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
}
.acticle_all a:hover{
  color: #333;
  text-decoration: underline;

}
.acticle_bom h5{
font-size: 18px;
padding: 20px 0 0;
}
.img_lefttop{
  margin-bottom: 20px;
}
.list-title{
  display: none;
}
.acticle_all p a{
  word-break:break-all;
}
.img_lefttop{
  width: 100%;
  position: relative;
  background: url(../images/banner_left.png) no-repeat left center;
  background-size: 100% 100%;
}
.img_lefttop h2{
  color: #fff;
  font-size: 14px;
  padding: 10px 10px 10px 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.aboutus_in{
  background: #fff;
  padding: 0;
}
/* leftnav */
.account_lefts li .flag-guide{
  float: left;
  width: 28%;
}
/* .account_lefts li .flag-guide img{
  width: 100%;
} */
.account_lefts .accordion .link{
  width: 70%;
  float: right;
}

.account_lefts .accordion{
  background: #fff;
}
.account_lefts .accordion li{
  margin-bottom: 10px;
}
.account_lefts .accordion .link a{
  padding: 2px 10px 2px 10px;
}
.personMsg h2{
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin: 2% 0;
}
.personMsg img{
  display: inline-block;
  width: 59px;
  height: 31px;
  margin-right: 20px;
}
.list_pub .news_ins li{
  border-bottom: 0;
}
.pub_text{
  margin-top: 2%;
  padding: 2%;
  background: #f5f5f5;
}

.pub_text h5{
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3%                                           ;
}
.pub_text p{
  color: #333;
  font-size: 15px;
  margin-top: 1%;
}
.list_pub .personMsg{
  background: #f5f5f5;
}
.list_pub .news_ins li{
  background: #f5f5f5;
}

.list_pub .news_ins .new_texta h3,.list_pub .news_ins .new_texta p{
  color: #333;
}
.acticle_all h2{
    font-size: 30px;
    color: #19408f;
    font-weight: 600;
    margin-top: 1%;
    margin-bottom: 2%;
}
.project{
  background-color: #f5f5f5;
}
.project li a{
  display: block;
  color: #333;
  background: url(../images/rightPoint.png) left 0 no-repeat;
  background-size: 8px;
  padding-left: 15px;
}
.project li{
  margin-bottom: 1%;
}
.project li a:hover{
  text-decoration: none;
}
.project li:hover{
  background: #ddd;
}
.main_boxs .col-md-2{
  margin-top: 20px;
}
.main_boxs > .col-md-2{
  padding-left: 0;
  padding-right: 0;
}
.main_boxs > .col-md-10{
  padding-left: 30px;
}
.aboutus-right{
  min-height: 660px;
}

.details{
  background: #fff;
  padding: 4% 6px;
}
.details h3 {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 2%;
  color: #333;
}

.details .details-p {
  position: relative;
 padding: 1% 0;
background: #e8e8e8;
  margin-bottom: 2.5%;
}

.details .details-p,
.details .details-p span,
.details .details-p strong,
.details a {
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  color: #333;
}
.details .details-p strong{
  font-weight: bold;
  margin-left: 20px;
  padding-right: 10px;
}
.details .details-p span {
  display: inline-block;
  margin-right: 2%; 
}

.details p {
  color: #333;
  line-height: 26px;
  margin-bottom: 3%;
}

.details {
  padding-bottom: 3%;
}
.details p img{
  width: 60%;
  margin: 2% auto;
}
.mutant_in h3{
font-size: 16px;
margin-top: 10px;

}
.item_ins{
    border-bottom: 2px dotted white;
    border-top: 2px dotted white;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #f5f5f5;
    display: inline-block;
    width: 25%;
}
.item_ins a{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
}

.item_ins a:hover{
  color:deepskyblue;
  text-decoration: underline;
}
.acticle_info h3{
  padding-left: 20px;
  font-size: 18px;
  margin: 2%auto;
}
.acticle_info ul li{
 padding: 10px 20px 10px 20px;
  background: #f2f2f2;
  margin-bottom: 5px;
}
.acticle_info ul li img{
  width: 30%;
}
.acticle_info ul li p{
  color: #333;
  text-indent: 2rem;
}

.acticle_info ul li strong{
  font-weight: normal;
  padding: 8px 0;
  color: #333;
}
.publi_li li{

}
.news_ins li img,.logoContainer img{
  width: 100%;
}
.news_ins li img{
    width: 200px;
}
.news_ins li .col-md-2{
  margin-top: 0;
}
.news_ins li .col-md-2 img{
  width: 80px;
}
.publi_li{
  list-style: none;
    width: 100%;
    background: rgb(242,242,242);
    padding: 2% 3%;
    margin-top: 30px;
}
.publi_li li a{
  display: block;
  color: #333;
  background: url(../images/rightPoint.png) left 0 no-repeat;
  background-size: 8px;
  padding-left: 15px;
}
.publi_li li{
  margin-bottom: 1%;
}
.publi_li li a:hover{
  text-decoration: none;
}
.publi_li li:hover{
  background: #ddd;
}
.public_act h3{
  color: #337ab7;
  text-align: center;
  padding: 10px 0;
}
.public_act h3:hover{
  text-decoration: underline;
  color: #333;
}
.act_texts{
  margin-top: 20px;
  padding: 0 20px 0 20px;
  background: rgb(242,242,242);
}
.act_texts p{
  color: #333;
}

@media (max-width: 1198px) {
  .news_ins li img,.logoContainer img{
    width: 100%;
  }
}





@media (max-width: 991px) {
  .img_lefttop img{
    width: 150px;
  }
 .new_texta{
   margin-top: 10px;
 }
 .news_ins .col-md-3{
   padding-left: 15px;
 }
 .aboutus-right{
  min-height: auto;
}
.main_boxs > .col-md-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.icon_main .col-md-2{
  width: 30%;
}
.icon_main .col-md-10{
  width: 68%;
  padding-left: 0;
}
.main_boxs > .col-md-10 {
  padding-left: 15px;
}
.img_lefttop{
  background-size: contain;
}

.item_ins{
  width: 35%;
}

}

@media (max-width: 768px) {

  .details h3 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 4%;
    color: #333;
}
.details p img {
  width: 100%;
  margin: 2% auto;
}
.public_act h3{
  font-size: 20px;
}
  /* .list-title .menuNav {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9;
    display: block;
}

  .accordion {
    display: none;
  }
  
  .menu_texts {
    display: none;
  }
  
  .account-l {
    margin-bottom: 3%;
  } */

}
@media (max-width: 640px) {
  .icon_main .col-md-2,.icon_main .col-md-10 {
    width: 100%;
}
.icon_main .col-md-10{
  padding-left: 15px;
}
.img_lefttop {
  background-size: contain;
}
.icon_main .accordion li{
  width: 31%;
  margin-right: 1%;
  display: inline-block;
}
.item_ins{
  width: 50%;
}
.acticle_all h2{
  font-size: 22px;
}
.acticle_all{
  margin-top: 20px;
}
.img_lefttop {
  margin-bottom: 2%;
}
}

@media (max-width: 540px) {
.icon_main .accordion li{
  width: 48%;
  margin-right: 1%;
  display: inline-block;
}
.account_lefts .accordion .link a{
  padding: 1px 4px 1px 4px;
}
.item_ins{
  width: 70%;
}
}

@media (max-width: 340px) {

  .account_lefts li .flag-guide img{
    width: 100%;
  }

}