@charset "utf-8";
/*用于存放公共样式和手机端的样式*/
/*字体*/
*{font-family:'NotoSansHans-Regular';}
html{font-size: 20px;}
@font-face {
  font-family: "msyh";
  src: url("../fonts/msyh.woff2") format("woff2"),
       url("../fonts/msyh.woff") format("woff"),
       url("../fonts/msyh.ttf") format("truetype"),
       url("../fonts/msyh.eot") format("embedded-opentype"),
       url("../fonts/msyh.svg") format("svg");
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}
.ic{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
}
.plr{padding-left: 25px; padding-right: 25px;box-sizing:border-box;}
.clearfix:after,.clearfix:before{content: '';display: table;}.clearfix:after{clear: both;}.clearfix{*zoom:1;}
/*.gwidth{ padding-left: 25px; padding-right: 25px;box-sizing:border-box; }*/
.tac{text-align: center;}
.zong{width: 1200px;margin: auto;}
 .telhide{display: block;}
.clea{clear:both;}
html{font-size: 20px;}
/*主文*/
.about_banner{
  width: 100%;
}
.about_banner img{
  width: 100%;
}
.mian{
  padding-top: 15px;
  font-size: 14px;
  padding-bottom:12px;
  border:1px solid #ece7e7;
}
.mian p .ic{
  font-size: 18px;
}
.mian p .lgh{
  color: #003f78;
  font-weight: 600;
}
.fu{
  padding-bottom: 40px;
  padding-top: 50px;
}

.fu .left{
  float: right;
  width: 220px;
}

.fu .lgh1{
background-color: #003f7c;
   /*background:url(../img/pro-biaoti.png);*/
   height: 72px;
   line-height: 72px;
   font-size: 1.3rem;
   color: #fff;
   font-weight: 600;
   border:0;
  /* padding-right: 40px;
   padding-left: 40px;*/
   text-align: center;
    /*border-radius: 20px 0 0 0;*/
    margin:0 -14px 26px -14px;
}

 .accordion .liang{
  background-color: #08499f!important;
  color: #fff!important;
 }
 .accordion {
  max-width: 220px;
  border:1px solid  #e5e2e2;
 padding-right: 14px;
 padding-left: 14px;
 padding-bottom: 40px;
 }

.accordion .li{padding-left: 14px;}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 11px 0px 11px 12px;
  color: #888;
  font-size: 0.8rem;
  background-color: #f4f4f4;
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*border:1px solid #ccc;*/
  margin-bottom: 14px;
  box-sizing:border-box;

}
.accordion li{
  
}
.accordion .link .kuan{
   width:100%;
   display: inline-block;
   /*float: left;*/
}
.accordion .link .ic{float: right;margin-right: 10%;float: right;}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 0.9rem;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 0.8rem;
}

.accordion li.open .link {
  color: #6da3ca;
  font-weight: 600;
}

.accordion li.open i {
  color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  font-size: 0.7rem;
 }


 .submenu a {
  display: block;
  text-decoration: none;
  color: #111;
  padding: 6px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
 }

 .submenu a:hover {

  color: #6da3ca;
 }

.fu .right{
   width: 950px;
  padding-top: 30px;
  margin: 0 auto;
  box-sizing:border-box;
}
.fu .right li{
   background-color: #fff;
   border-radius: 4px;
   border-bottom: 1px dashed #ccc;
   padding-bottom: 30px;
/*   padding: 16px 40px 16px 10px;*/
   float: left;
   margin-bottom: 24px;
 }
 .fu .right li:last-child{
  border-bottom: 0;
 }
.fu .right li .zi{
   float: left;
   width: 538px;
   margin-left: 23px;
}
.fu .right li .zi h5 .shi{
  font-size: 0.8rem;
  color: #676767;
  font-weight: 400;
  float: right;
}
.fu .right li .zi h5 .biaoti{
   font-size: 1.1rem;
  color: #111;
  margin-top: -4px;
  font-weight: 400;
  padding-bottom: 6px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
   text-overflow: ellipsis;
  float: left;
}
.fu .right li .zi p{
   font-size: 14px;
   color: #555;
   line-height: 1.7em;
   height: 119px;
   overflow: hidden;
   color: #676767;
}
.fu .right li .tu{
  float: left;
  width: 257px;
}
.fu .right li .tu img{
  width: 100%;
}

.tuijian{

}
.tuijian h4{
  font-size: 1.1rem;
  height: 42px;
}
.tuijian ul{
  width: 950px;
  margin:0 auto;
}
.tuijian ul li{
  padding-left: 1.4%;
  box-sizing:border-box;
  border-top: 1px dashed #dbdbdb;
  height: 46px;
  line-height: 46px;
  font-size: 0.7rem;
  color: #4b4a4a;
}
.tuijian ul li p{
  float: left;
  width: 600px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tuijian ul li span{
  float: right;
}

.biaoqian{
  border-top: 1px solid #dbdbdb;
  margin-top: 30px;
  width: 950px;
  font-size: 0.7rem;
  color: #4b4a4a;
  padding-left: 1.4%;
  padding-top: 10px;
  /*line-height: 46px;*/
  margin-bottom: 50px;
  box-sizing:border-box;
  margin: 30px auto;
}
.biaoqian p{
   float: left;
  width: 600px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.biaoqian span{
  float: right;
  background-color: #666;
  color: #fff;
  width: 68px;
  text-align: center;
  line-height: 28px;
  height: 28px;
}
.biaoqian a{
  color: #4b4a4a;
}






















































@media(max-width: 1440px){
  html{font-size: 17px;}
 
}
@media(max-width: 1368px){
  html{font-size: 16px;}
 
}
@media(max-width: 1200px){
  
 
}
@media(max-width: 768px){
  
 .fu .left{display: none;}
 .fu .right{width: 100%;}
 .fu .right{padding-left: 16px;padding-right: 16px;margin-right: 0;padding-top: 6px;}
 .tuijian ul{width: 100%;}
 .tuijian ul li p{width: 60%;}
 .fu{margin-top: 20px;padding-bottom:20px; }
 .biaoqian{width: 100%;}
 .biaoqian p{width: 60%;}
 .biaoqian{margin-top: 16px;margin-bottom: 16px;}
 .tuijian ul li{height: 32px;;line-height: 32px;}

}