.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
  font-family: Arial sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-wrap {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: 'microsoft yahei', Arial, sans-serif;
  background-color: #fff;
}
body * {
  box-sizing: border-box;
}
a {
  color: #000;
}
a:hover {
  color: #3d77c7;
}
a.guide-btn {
  color: #fff;
  height: 30px;
  background: transparent;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #fff;
}
a.guide-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
a.blue-btn,
.blue-btn {
  color: #fff;
  height: 30px;
  background: #5389d2;
  line-height: 30px;
  border-radius: 4px;
  display: inline-block;
}
a.blue-btn:hover,
.blue-btn:hover {
  background: #4577bc;
  color: #fff;
}
header {
  height: 540px;
  background: url('../img/top_banner.jpg') no-repeat center/cover;
  font-size: 14px;
  padding-top: 32px;
  overflow:hidden;
}
header a.logo {
  position: absolute;
  left: 0;
}
header .top {
  position: relative;
  text-align: right;
}
header .top.inner-wrap{
  overflow:visible;
}
header .top span.blue-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  float: right;
  margin-top: -2px;
}
header .top span.blue-btn a{
  color: #fff;
  margin-left: 10px;
  padding: 3px;
}
header .top span.blue-btn a:hover{
  border-bottom:2px solid #fff;

}
header .top span.blue-btn a:first-child{
  margin-right: 10px;
  margin-left: 0;
}
header .top ul{
  margin: 0 15px 0 0;
  display: inline-block;
  overflow: visible;
  float: right;
}
header .top ul li{
  float: left;
  position: relative;
  overflow:visible;
}
header .top ul li a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  margin: 0 8px;
  opacity: .74;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
header .top ul li a.act {
  border-bottom: 2px solid #fff;
  padding: 5px;
  opacity: 1;
}
header .top ul li:hover a{
  opacity: 1;
  border-bottom: 2px solid #fff;
  color: #fff;
}
header .top ul li .sub{
    display:none;
    position: absolute;
    background:#FFF;
    width:155px;
    z-index: 3;
    text-align: left;
    padding: 6px 0;
    top: 26px;
    left: 0;
    border-radius: 3px;

}
header .top ul li .sub.sub2{
    width:182px;
}
header .top ul li.help:hover .sub{
    display:block;
}
header .top ul li .sub a{
    color: #333 !important;
    display: block;
    padding: 10px 20px;
    margin:0;
}
header .top ul li .sub a:hover{
    background-color: #F3F3F3;
    color: #000 !important;
}
header .top ul li .sub .arrow{
    border: 5px solid transparent;
    position: absolute;
    top: -10px;
    left: 20px;
    border-bottom-color: #FFF;
}

.hp-slogan {
  text-align: center;
  color: #fff;
}
.hp-slogan .title {
  font-size: 44px;
  margin-top: 120px;
}
.hp-slogan p {
  font-size: 26px;
  opacity: .8;
  margin: 15px 0 68px 0;
}
.hp-slogan > a {
  width: 168px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  font-size: 22px;
  margin: 0 20px;
}
.hp-slogan p.pro{
  text-align: center;
  margin-top: 30px;
}
.hp-slogan p.pro a{
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
}
.hp-slogan p.pro a:hover{
  text-decoration: underline;
  color: #3d77c7;
}
.news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 35px 0;
}
.hp-section {
  width: 46%;
  position: relative;
  min-height:274px;
}
.hp-section .title {
  position: relative;
  border-bottom: 1px solid #d0d9e2;
}
.hp-section .title h3 {
  font-size: 20px;
  color: #424c5f;
  font-weight: bold;
  margin: 0;
  border-bottom: 2px solid #3d77c7;
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 8px;
}
.hp-section .title p {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hp-section div.more {
  text-align: right;
  margin-top: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hp-section div.more a {
  color: #3d77c7;
  font-size: 12px;
}
.hp-section div.more a:hover {
  text-decoration: underline;
}
.product-dynamic .bd .dynamic-item {
  margin-top: 25px;
  padding-left: 65px;
  position: relative;
  font-size: 14px;
}
.product-dynamic .bd .dynamic-item span {
  color: #545353;
  position: absolute;
  left: 3px;
  line-height: 28px;
}
.product-dynamic .bd .dynamic-item p{
  padding-left: 30px;
  color: #999;
  line-height: 28px;
}
.product-dynamic .bd .dynamic-item p a.href{
  color: #3d77c7;
  cursor: pointer;
}
.product-dynamic .bd .dynamic-item ul {
  padding-left: 30px;
}
.product-dynamic .bd .dynamic-item ul li {
  color: #999;
  margin-bottom: 8px;
  line-height: 20px;
}
.hot-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  font-size: 14px;
}
.hot-list li {
  line-height: 38px;
}
.hot-list a.tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: -webkit-calc(100% - 205px);
  max-width: calc(100% - 205px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 23px;
}
.hot-list a.tit i.ic-hot {
  position: absolute;
  right: 0;
  top: 5px;
}
.hot-list a.name {
  float: right;
  width: 110px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-list span.date {
  color: #999;
  float: right;
  width: 78px;
}
ul li a.href{
  color: #3d77c7;
  cursor: pointer;
}
ul li a.href:hover{
  text-decoration: underline;
}
.section-gray {
  background: #f1f4f9;
}
.desc-section {
  height: 400px;
}
.desc-section .inner-wrap {
  height: 100%;
}
.desc-section.gray {
  background: #f1f4f9;
}
.desc-section .show-img {
  position: absolute;
}
.desc-section .desc {
  position: absolute;
  -webkit-transform: translateY(140px);
      -ms-transform: translateY(140px);
          transform: translateY(140px);
  max-width: 630px;
  transition:all .6s .5s;
  -webkit-transition:all .6s .5s;
}
.desc-section:hover .desc {
   -webkit-transform: translateY(80px);
            transform: translateY(80px);
  transition:all .6s;
  -webkit-transition:all .6s;
}
.desc-section .desc .detail {
  opacity: 0;
  -webkit-transform: translateX(440px);
      -ms-transform: translateX(440px);
          transform: translateX(440px);
  transition:all .6s ease-out;
  -webkit-transition:all .6s ease-out;
}
.desc-section:hover .desc .detail{
  opacity: 1;
  -webkit-transform: translateX(0);
            transform: translateX(0);
  transition:all ease-out .6s .6s;
  -webkit-transition:all ease-out .6s .6s;
}
.desc-section .desc .detail a.blue-btn {
  padding: 0 20px;
  font-size: 14px;
  opacity: 0;
  transition:all .5s;
  -webkit-transition:all .5s ;
}
.desc-section:hover .desc a.blue-btn {
  opacity: 1;
  transition:all .5s 1.5s;
  -webkit-transition:all .5s 1.5;
}
.desc-section .desc p {
  font-size: 16px;
  color: #434343;
  position: relative;
  margin: 40px 0 0 0;
  line-height: 26px;
}
.desc-section .desc p:before {
  content: '';
  height: 2px;
  font-size: 0;
  background: #5389d2;
  width: 55px;
  position: absolute;
  top: -20px;
}

.desc-section .desc .detail ul {
  margin-top: 10px;
}
.desc-section .desc .detail li {
  color: #999;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}
.desc-section .desc .detail li a{
  color: #5389d2;
}
.desc-section .desc .detail li a:hover{
  text-decoration: underline;
}
.desc-area02 .desc {
  -webkit-transform: translateY(140px);
      -ms-transform: translateY(140px);
          transform: translateY(140px);
}
.desc-area02 .desc:hover {
 -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}
.desc-area01 .show-img {
  top: 99px;
  left: 45px;
}
.desc-area01 .desc {
  left: 50%;
  margin-left: -50px;
}
.desc-area02 .show-img {
  top: 25px;
  left: 50%;
}
.desc-area03 .show-img {
  top: 93px;
  left: 25px;
}
.desc-area03 .desc {
  left: 50%;
  margin-left: -50px;
}
footer {
  background: #183c56;
  color: #7d93a3;
  padding: 40px 0;
  font-size: 12px;
  position: relative;
}
footer .inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 47px;
}
footer h4 {
  font-size: 16px;
  color: #3199e0;
  margin: 0 0 8px 0;
}
footer .content {
  line-height: 22px;
}
footer .content a {
  color: #fff;
}
footer .item {
  position: relative;
  margin-right: 75px;
}
footer .item:last-child {
  margin: 0;
}
footer .item img.ic {
  position: absolute;
  top: 26px;
}
footer .item img.ic.link {
  left: -47px;
}
footer .item img.ic.add {
  left: -40px;
}
footer .item img.ic.mobile {
  left: -34px;
}
.fix-bar {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 20px;
}
.fix-bar .item {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 1px;
  cursor: pointer;
  background: #34546b;
}
.fix-bar .item span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fix-bar .item .tip {
  width: 80px;
  background: #5389d2;
  position: absolute;
  left: -79px;
  height: 36px;
  line-height: 36px;
  top: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 10001;
}
.fix-bar .item.qq .tip{
  height:60px;
  line-height:25px;
  padding:5px 0;
  padding-left: 3px;
  text-align: left;
}
.fix-bar .item.online .tip {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    width: 150px;
    left: -149px;
    height: 124px;
}
.fix-bar .item.qq .tip p{
  margin:0;
}
.fix-bar .item:hover {
  background: #5389d2;
}
.fix-bar .item:hover .tip {
  display: block;
}
.fix-bar .item.wechat:hover {
  background: #34546b;
}
.fix-bar .item.wechat:hover .pop {
  display: block;
}
.fix-bar .item.item {
  margin-top: 9px;
}
.fix-bar .item .pop {
  background: #fff;
  width: 139px;
  height: 174px;
  border: 1px solid #ccced0;
  text-align: center;
  position: absolute;
  top: -93px;
  left: -145px;
  -webkit-filter: dropshadow(color=#FFCCFF, offx=15, offy=10, positive=1);
          filter: dropshadow(color=#FFCCFF, offx=15, offy=10, positive=1);
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 1px 2px #cfcfcf;
  display: none;
}
.fix-bar .item .pop:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  border: 1px solid #ccced0;
  right: -5px;
  bottom: 55px;
}
.fix-bar .item .pop:after {
  content: '';
  width: 12px;
  height: 25px;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 52px;
}
.ic-hot {
  background: url('../img/hot.png');
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
footer{
  padding-bottom: 80px;
}
.copyright{
    text-align: center;
    font-size:12px;
    color:#7d93a3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    // margin-top:25px;
}
.copyright a{
    font-size:12px;
    margin: 0 8px;
}
.copyright a {
    color: #5389d2
}

.copyright .icp {
    color: #848484
}