/* CSS Document */
@charset "utf-8";
/*头部导航*/

body {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  
  div {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
  }
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  ol,
  ul,
  dt,
  dd,
  li,
  img,
  span,
  form,
  p,
  input,
  select,
  textarea,
  dl {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    /* display: block; */
    font-size: 0;
  }
  
  .clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
  }
  
  /* swipBig */
  .swiperB {
    width: 100%;
    position: relative;
  }
  /* 父级宽度 */
  .containwidth {
    width: 90%;
    /* width: 1712px; */
    margin: auto;
  }
  /* 父级上下padding */
  .containpad {
    box-sizing: border-box;
    padding: 100px 0;
  }
  
  /* 子级头部 */
  .containtop {
    width: 20%;
    margin: auto;
    position: relative;
  }
  .hoverimgB{
    position: absolute;
    bottom: 0;
    right: -683px;
    z-index: 1;
  
  }
  .hoverimgB:hover{
    cursor: pointer;
  }
  .hoverimg{
    width: 13px;
    height: 13px;
    position: relative;
  
  }
  
  .hoverimg img{
     width: 100%;
     height: 100%;
    
  }
  .hoverimg2{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
  
  }
  .hoverimg,.hoverimgtext,.hoverimgtext2{
    display: inline-block;
    vertical-align: middle;
  }
  .hoverimgtext{
    margin-left: 15px;
    font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 14px;
  }
  .hoverimgtext2{
    margin-left: 15px;
    font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 14px;
  }
  .containtitle {
    font-size: 36px;
    font-weight: 500;
    color: #202738;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    
  }
  .containtitle span{
    display: inline-block;
    position: relative;
  
  }
  .containtitle2{
    color: #FFFFFF;
  }
  .containcolor{
    position: absolute;
    top: -8px;
    right: -33px;
    z-index: 1;
    width: 27px;
    height: 27px;
  
   }
   .containcolor img{
     width: 100%;
     height: 100%;
   }
  .containtitletwo {
    font-size: 18px;
    font-weight: 300;
    color: #999999;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
  }
  /* 头部样式 */
  .header {
    width: 100%;
    background: #ffffff;
  }
  .headerconB{
    width: 90%;
    /* width: 1712px; */
  }
  .headercon {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
  
  }
  .headerimg {
    width: 133px;
    float: left;
    margin-top: 21px;
  }
  .headerimg img {
    width: 100%;
    height: auto;
  }
  .headertitle {
    float: right;
    height: 100%;
  }
  .headerrightB {
    float: right;
    height: 100%;
    padding: 18px 0;
    box-sizing: border-box;
  }
  .headerright{
    border-left: 1px solid #e6e6e6;
    padding-left: 37px;
	margin-left: 37px;
   
  }
  .hrtop img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: inline-block;
    font-size: 0;
  }
  .hrtop{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  
  }
  .hrbottom{
    font-size: 32px;
  font-weight: 400;
  color: #00479D;
  line-height: 32px;
  margin-top: 13px;
  }
  .headerleft{
    height: 100%;
    float: right;
    background: #FFFFFF;
  }
  .headerleft > ul{
    height: 100%;
  }
  .headerleft > ul > li {
    width: 125px;
    height: 100%;
    float: left;
    position: relative;
    /* 因为旋转的是li中的box盒子 box盒子也要有立体感 所以给li添加透视 */
    /* perspective: 400px; */
  }
  .boxs {
    position: relative;
    width: 100% !important;
    height: 100%;
    /* 保持子元素的3d效果 */
    transform-style: preserve-3d;
    transition: all 1s;
  }
  .boxs:hover {
    transform: rotateX(90deg);
  }
  .top,
  .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 18px;
  font-weight: bold;
  color: #333333;
  }
  
  .top {
    background-color: #FFFFFF;
    /* 让前面的盒子 向前移动  */
    /* 立方体的中心点 是旋转的中心点 */
    transform: translateZ(49px);
  }
  
  .bottom {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    background-color: #00479D;
    color: #FFFFFF;
    /* 下面的盒子 要趴倒 还要向下移动  但是 有位移的时候 一定要把位移写在最前面*/
    transform: translateY(49px) rotateX(-90deg);
  }
  .selectbottom{
    width: 420px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 200;
    background: #FFFFFF;
    padding: 29px;
    box-sizing: border-box;
    display: none;
  }
  .comlogo{
    width: 86px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 33px;
  }
  .comlogo img{
    width: 100%;
    height: auto;
  }
  .selectul{
    display: inline-block;
    vertical-align: middle;
  }
  .selectul >li>a>span{
    font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 36px;
  
  }
  .selectul >li:hover span{
    color: #00479D;
    border-bottom:1px solid rgba(0,71,157,0.5) ;
    padding-bottom: 9px;
  }
  .selectbottom:hover{
    cursor: pointer;
  }
  /* 点击换颜色 */
  .current a .boxs .top{
    color: #00479D;
    
  }
  .current a .boxs .top span{
    border-bottom: 1px solid #00479D;
    padding-bottom: 5px;
    
  }
  .noactive a .boxs .top{
    color: #333333;
    
  }
  


/* footer */
.ftext_lisr div:first-child a:hover {

    color: #575757;

}
.ftext_lisr a:hover{
    color: #036eb8;
}

/* 二维码白框 */
.cssarrow {
    width: 115px;
    height: 115px;
    position: relative;
    background: #FFFFFF;
    border: 4px solid #F5F3DD;
    bottom: 50px;
    bottom: 130px;right:40px;
    text-align:center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -moz-center;
}
.cssarrow:after,
.cssarrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.cssarrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FFFFFF;
    border-width: 10px;
    margin-left: -11px;
}
.cssarrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #F5F3DD;
    border-width: 16px;
    margin-left: -16px;
}
.cssarrow1,.cssarrow2,.cssarrow3,.cssarrow4{
    display: none;
}

/*底部--------文本*/

.footer {
    background: url(../images/footerb.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    border-top: 7px solid #00479D;
  }
  .footerpad {
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
  .footertop {
    width: 100%;
  }
  .brand {
    float: left;
  }
  .footerlist {
    float: right;
  }
  .brand {
    width: 23%;
    border-right: 1px solid #8c8c8c;
    /* padding-right: 86px; */
    padding-bottom: 58px;
  }
  .brandimg {
    width: 181px;
    height: 78px;
    margin-bottom: 51px;
  }
  .brandimg img {
    width: 100%;
    height: auto;
  }
  .phone {
    margin-bottom: 32px;
  }
  .phoneleft {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
  }
  .phoneleft img {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .phoneright {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    white-space: nowrap;
  }
  .phoneright:hover{
    color: #00479D;
    transition: all 0.5s;
  }
  .map {
    margin-bottom: 21px;
  }
  .mapleft {
    width: 20px;
    height: 20px;
    margin-right: 21px;
    display: inline-block;
    vertical-align: middle;
  }
  .mapleft img {
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  .mapright {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mapright p {
    color: #ffffff;
  }
  .mapright:hover{
    color: #00479D;
    transition: all 0.5s;
  }
  .wei {
    width: 16%;
    float: left;
    padding-top: 35px;
  }
  .footerul {
    float: left;
    width: 84%;
  }
  .wei img {
    width: 180px;
    height: auto;
    margin-bottom: 18px;
  }
  .weititle {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
  }
  .footerlist {
    width: 72%;
  }
  .footerlisttitle {
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
  }
  .footerlisttitle>ul>li>a:hover{
    color: #FFFFFF;
  }
  .footerlisttitle > a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 16px;
  }
  .footerlisttitle > ul > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #abacae;
    line-height: 14px;
  }
  .footerlisttitle > ul {
    margin-top: 27px;
  }
  .footerlisttitle > ul > li {
    font-size: 14px;
    font-weight: 300;
    color: #abacae;
    line-height: 14px;
    margin-bottom: 18px;
  }
  .footerbottom {
    margin-top: 54px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    font-weight: 300;
  
    line-height: 100px;
    text-align: center;
    border-top: 1px solid #8c8c8c;
	color: #abacae;
  }
  .footerbottom a {
    color: #abacae;
  }
  .footerbottom a:hover{
    color: #FFFFFF;
  }
  
/* -----------------------------以上部分新项目替换---------------------------------------------*/