@charset "utf-8";
/*公共*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block;
}
ul,li,ol {list-style: none;}
dl,dd {margin: auto;}
input {vertical-align: middle;margin: 0;padding: 0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-weight: normal;}body,button,input,select,textarea{-webkit-text-size-adjust:none;font:12px/1.5 Arial,microsoft yahei,sans-serif}h1,h2,h3,h4,h5,h6{font-size:100%}address,cite,dfn,em,var{font-style:normal}ul,ol,li{list-style:none}a{text-decoration:none}legend{color:#000}fieldset,img{border:0;vertical-align:top;}section,article,aside,header,footer,nav,dialog,figure{display:block;}figure{margin:0;}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}.clear{display:block;height:0;overflow:hidden;clear:both}.clearfix:after{content:'\20';display:block;height:0;clear:both}.clearfix{*zoom:1}a:link,a:visited{text-decoration:none}a:hover,a:active{text-decoration:underline}a{blr:expression_r(this.onFocus=this.blur())}a{outline:none;}.none{display:none;}.block{display:block;}.noBg{background:none !important;}.noBd{border:none !important;}.noPd{padding:0 !important;}
*,*:before,*:after{box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body { position:relative; color:#333;  overflow-x: hidden; }
a { color: inherit; }
a:hover { text-decoration:none;color: #003189;transition:color .5s;-webkit-transition:color .5s;-moz-transition:color .5s;}
input{    transition: .3s;-webkit-transition:.3s;}
.wrap { position:relative; width:1400px; margin:0 auto; clear:both; }
.w1200 { position:relative; width:1200px; margin:0 auto; clear:both; }
.header,.container,.footer { position:relative; margin:0 auto; }
.fl { float: left !important;}
.fr { float: right !important;}
.txtOf{
  overflow: hidden;
  display: block;text-overflow: ellipsis;
  white-space: nowrap;
}
.header{position: fixed;width: 100%;top: 0;  left: 0;  right: 0;  bottom: 0;     background-color: #fff;  z-index: 99999;height: 90px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;}
.header.header-bx-collapse{height: 80px;box-shadow: #eee 0 0 10px;  }
.header-bx-collapse .nav li a{line-height:80px;}
.header-bx-collapse .logo{top:0;}
/*.header-bx-collapse .logo img{height: 58px;}*/
.header-bx-collapse .headTel{line-height:80px;}
.header-bx-collapse .nav{height:80px;}
.header-bx-collapse .nav li a{margin-top: 20px;}
.container {padding-top: 90px;-webkit-transition:.5s;transition:.5s;}
.container.header-bx-collapse{padding-top: 80px;}

.dsd {padding-top: 90px;-webkit-transition:.5s;transition:.5s;}
.dsd.header-bx-collapse{padding-top: 80px;}

.header .sTop{height:100%;}
.logo {  float: left;padding: 12px 0; width: 358px; height: 100%;  margin-right: 10px;
    -webkit-transition: top 0.5s , padding 0.45s;
    -moz-transition: top 0.5s , padding 0.45s;
    -ms-transition: top 0.5s , padding 0.45s;
    -o-transition: top 0.5s , padding 0.45s;
    transition: top 0.5s , padding 0.45s;
    position: absolute;
    left: 0;
    top:0;
    padding: 3px 0;
    height: 80px;
}
.logo img{ /*-webkit-transition:.45s;transition:.45s;height: 66px;height: 58px;*/}
.headTel {  float: right;background: url("../images/headTel.png") no-repeat 0 49%;
  font-size: 18px;
  color: #1e4285;
  padding-left: 24px;  line-height: 90px;-webkit-transition:.4s;transition:.4s;}
.nav{height:90px ;}
.nav ul{height: 100%;}
.nav li{ height: 100%; float: left;padding: 0 30px;
  position: relative;}
.nav li:hover .ico{
  visibility:visible;opacity: 1;
  bottom: 0;}
.nav li .ico{
  width: 16px;
  height: 8px;
  position: absolute;opacity: 0;
  bottom:-8px;visibility: hidden;
  margin-left: -8px;transition: .3s;-webkit-transition: .3s;
  left: 50%;background: url("../images/nva-ico-arr.png") no-repeat;
  display: block;}
.nav li a{    display: block;
  color: #1e4285;-webkit-transition:.4s;transition:.4s;
  font-size: 15px;height: 40px;margin-top: 25px;overflow: hidden;
  }
.nav li.current a{color: #E32325;}


.nav li:hover .hi-icon{top:-40px;}
.hi-icon{position: relative;top:0; display: inline-block;-webkit-transition:.3s;transition:.3s;line-height: 40px;vertical-align: top; }
.hi-icon:after {
    position: absolute;
    left: 0;
    width: 100%;
    color: #E32325;
    content: attr(data-title);
  top: 100%;
}
.nav-box.header-bx-collapse{top: 80px;transition: .3s;-webkit-transition: .3s;}
.nav-box{ position:fixed;
  left: 50%;
  margin-left: -350px; top:90px; width: 960px; background: url(../images/navbg.png) repeat-y center top; height:0; overflow:hidden; filter:alpha(opacity=0); opacity:0; z-index: 111111;}
.subNav { width: 100%; background: url(../images/navbg1.png) no-repeat  98% 50%;display: none;min-height: 190px;}
.subNav:after{ content: ''; display: block; clear: both;}
.subNav2 {background: url(../images/navbg2.png) no-repeat  98% 50%;}
.subNav3 {background: url(../images/navbg3.png) no-repeat  98% 50%;}
.subNav4 {background: url(../images/navbg20.png) no-repeat  98% 50%;min-height: 180px;background-size: 20%;}
.subNav .hd { float:left; width: 240px;padding: 22px 0 22px 35px;
  height: 100%;
 }
.subNav .hd li { width: 100%; padding: 0;}
.subNav .hd li a {color:#777 !important; font-size: 14px; line-height: 42px;}
.subNav .hd li:hover { background: none;}
.subNav .hd li.on a { background:url(../images/icon-20.png) no-repeat 223px center; color:#003189 !important;}
.subNav .bd { float: left;height: 100%;
  width: 720px; }
.subNav .bd .subNav-text {height: 100%;
  width: 490px;padding: 37px 30px 37px 32px;}
.subNav1.subNav .bd .subNav-text p{ }
.subNav2.subNav .bd .subNav-text p{ }
.subNav4.subNav .bd .subNav-text p{ }
.subNav .bd .subNav-text h2 { color:#3650d8; font-size: 22px; font-weight: normal;}
.subNav .bd .subNav-text p { margin-top: 5px; color:#aaaaaa; font-size: 12px; line-height: 24px; }
/*底部*/
.footer{
  background-color: #1d1d1d;
  padding-top: 54px;
  min-height: 442px;}
.foot{
  height: 296px;border-bottom:1px solid #3d3d3d;}
.foot dl{
  float: left;
  width: 136px;
  }
  button { border:0; }
.foot dl dt{
  font-size: 14px;
  color: #fff;
  margin-bottom: 37px;}
 .foot dl dd{
   color: #a5a5a5;
   font-size: 12px;
   line-height: 23px;}
.foot dl dd a{-webkit-transition: .5s;transition: .5s;}
.foot dl dd a:hover{
  color: #fff;    margin-left: 6px;}
.foot-l{  width: 443px;  float: left;}
.foot-l .t1{
  font-size: 12px;
  color: #f5f5f5;}
.foot-l .t2{
  font-size: 30px;
  font-weight: bold;
  line-height: 28px;margin: 5px 0 10px;
  color: #fff;}
.foot-l .mess p{
  font-size: 14px;
  color: #fff;
  padding-left: 30px;  line-height: 39px;}
.foot-l .mess a:hover{color: #0057FF;}
.foot-l .mess .p1{background: url("../images/foot-1.png") no-repeat 0 50%;}
.foot-l .mess .p2{background: url("../images/foot-2.png") no-repeat 0 50%;}
.foot-l .mess .p3{background: url("../images/foot-3.png") no-repeat 0 50%;}
.search{
  position: relative;
  width: 323px;
  margin-top: 22px;
  height: 41px;}
.search input{
  height: 41px;
  background-color: #fff;
  font-size: 14px;outline: none;border:none;
  padding-left: 16px;
  width: 261px;}
input:focus{background-color: #d9dff5 !important;}
.search button{
  position: absolute;
  top: 0;
  right: 0;transition: .3s;-webkit-transition: .3s;
  height: 100%;cursor:pointer;
  width: 62px;border:none;outline:none;background: #444444 url("../images/search.png") no-repeat center 0;}
.search button:hover{
  background-color: #003189;background-position: center -41px;}
.ewmBox{
  width: 226px;
  float: right;
  line-height: 44px;
  font-size: 14px;
  color: #cacaca;
  text-align: center;}
.ewmBox img{opacity: .8;transition: .3s;-webkit-transition: .3s;}
.ewmBox>div:hover img{opacity: 1;}
.foot-b .f-l{text-align: left;
  padding-top: 31px;
  float: left;
  color: #767676;
  font-size: 12px;
  line-height: 22px;}
.foot-b .f-l a:hover{ color: #d6d6d6;}
.foot-b .f-r{
  color: #767676;
  float: right;
  font-size: 12px;}
.foot-b .f-r a{
  position: relative;
  line-height: 92px;
  margin-left: 18px;}
.foot-b .f-r a:hover {
  color: #d6d6d6;}
.foot-b .f-r a:first-child:after{
  display: none;}
.foot-b .f-r a:after{
  content: '';
  position: absolute;
  height: 11px;
  width: 1px;
  top: 50%;
  margin-top: -5px;
  left: -9px;
  background-color: #4a4a4a;}
/*底部在线QQ*/
.livechat-girl .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 68px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.86,0,0.07,1);
    transition: all 1s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#ffd100,#ffd100);
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 99999
}

.livechat-girl .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50;
    border-radius: 100%
}

.livechat-girl .animated-circles .circle {
    background: rgba(0,87,255,0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 10px;
    width: 0;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    background-color: #0057ff;
    overflow: hidden;
}

.livechat-girl .livechat-hint.show_hint {
  /*  -webkit-transform: translateX(40px);
    transform: translateX(40px);*/
    opacity: 1;
    width: 208px;
    overflow: inherit;
    left: -218px;
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px
}

.rd-notice-tooltip.thumb-heart-tooltip {
    z-index: 100;
    margin-top: 19px
}

.rd-notice-tooltip.thumb-heart-tooltip .rd-notice-content {
    padding: 10px 20px
}
.rd-notice-tooltip:before{ position: absolute;
    display: block;
    content: ''; top: 0;
    right: -20px;
    height: 100%;
    width: 30px;}
.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50;
    top: 10px;
    right: -6px;
    background-color: #0057ff;
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-tooltip .rd-notice-content a {
    color: #fff;
    text-decoration: underline
}

.rd-notice-tooltip .arrow {
    display: none !important
}

.rd-notice-tooltip.alert.rd-closing {
    white-space: normal;
    text-align: left
}

.rd-notice-tooltip.alert.rd-closing .rd-notice-content {
    padding-right: 50px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

@keyframes scaleToggleOne {
    from {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
/*底部在线QQ结束*/
@media (max-width: 1460px){
  .wrap{ width: 1200px;}
    .nav li{    padding: 0 19px;}
    /* 底部 */
    .foot dl{width: 110px;}
    .foot-l{width: auto;margin-right: 50px;text-align: left;}
    }
  @media (max-width: 1000px){
        .headTel{float: left;}
      }