/* ====================
    公共样式
==================== */
@charset "utf-8";

body {
  font-size: 14px;
  font-family: "宋体", Verdana, Arial;
  margin: 0px 0 0 0;
  padding: 0;
  color: #898989;
  /* background: url(../images/bg.png); */
}

div {
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

.block {
  width: 1200px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w_fl {
  width: 100%;
  float: left;
}

a {
  text-decoration: none
}

a:link {
  color: #898989;
}

a:visited {
  color: #898989;
}

a:hover {
  color: #005fac;
}

.font_yahei {
  font-family: microsoft yahei;
}

.t_align_c {
  text-align: center;
}

.transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.transform_scale {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
}

/*translateX*/
@keyframes tiao_fly {
  0% {
    -webkit-transform: translateX(0%) translateY(0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-8%)
  }
}

@-webkit-keyframes tiao_fly {
  0% {
    -webkit-transform: translateX(0%) translateY(0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-8%)
  }
}

@-moz-keyframes tiao_fly {
  0% {
    -webkit-transform: translateX(0%) translateY(0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-8%)
  }
}

@-ms-keyframes tiao_fly {
  0% {
    -webkit-transform: translateX(0%) translateY(0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-8%)
  }
}

@-o-keyframes tiao_fly {
  0% {
    -webkit-transform: translateX(0%) translateY(0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-8%)
  }
}

/*translateZ*/
@keyframes key_rotateZ {
  0% {
    -webkit-transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg)
  }
}

@-webkit-keyframes key_rotateZ {
  0% {
    -webkit-transform: rotateZ(0)
  }

  100% {
    -webkit-transform: rotateZ(360deg)
  }
}

@-moz-keyframes key_rotateZ {
  0% {
    -webkit-transform: translateX(0) translateY(-0%)
  }

  100% {
    -webkit-transform: translateX(0) translateY(-6%)
  }
}

@-ms-keyframes key_rotateZ {
  0% {
    -webkit-transform: translateX(0%) translateY(-0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-6%)
  }
}

@-o-keyframes key_rotateZ {
  0% {
    -webkit-transform: translateX(0%) translateY(-0%)
  }

  100% {
    -webkit-transform: translateX(0%) translateY(-6%)
  }
}

/*flash*/
@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.3;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.3;
  }
}

/*======================== Common ======================*/


/*header*/
.header_block {
  background: #fff;
}

.header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 100;
}

.header .logo {
  float: left;
  margin: 30px 0 0 0px;
  height: 50px;
}

.header .logo:hover {
  animation: tiao_fly 0.3s 0s alternate infinite;
  -webkit-animation: tiao_fly 0.3s 0s alternate infinite;
  -moz-animation: tiao_fly 0.3s 0s alternate infinite;
  -ms-animation: tiao_fly 0.3s 0s alternate infinite;
  -o-animation: tiao_fly 0.3s 0s alternate infinite;
}

.nav {
  width: 600px;
  float: right;
  line-height: 100px;
  background: #fff;
}

.nav ul {
  float: right;
  margin-left: 2px;
}

.nav ul li {
  width: 112px;
  float: left;
  height: 100px;
  text-align: center;
  position: relative;
  font-size: 17px;
}
.nav ul li.active {
  background-color:  #1a3a85;
}
.nav ul li.active a:visited {
  color: #fff;
}
.nav ul li a {
  width: 112px;
  float: left;
  height: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav ul li span {
  width: 1px;
  height: 100px;
  float: left;
  background: url(../images/nav_line.png) no-repeat center center;
}

.nav ul li a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.nav ul li a:link {
  color: #333333;
  font-weight: 700;
}

.nav ul li a:visited {
  color: #333333;
}

.nav ul li a:hover {
  background: url(../images/nav_hover.png) no-repeat;
  color: #ffffff;
}

.nav ul li a.active {
  background: url(../images/nav_hover.png) no-repeat;
  color: #ffffff;
}
.nav ul li.active a {
  
  color: #ffffff;
}
.header .r {
  float: right;
  margin: 0px 0 0 0px;
  font-family: microsoft yahei
}

.header .r .tel_img {
  float: left;
}

.header .r .top_hotline {
  float: left;
  line-height: 21px;
  margin-left: 13px;
}

.header .r .top_hotline .t1 {
  font-size: 18px;
  color: #595757;
  text-transform: uppercase
}

.header .r .top_hotline .t1 i {
  font-style: normal;
  font-size: 17px;
}

.header .r .top_hotline .t2 {
  font-size: 29px;
  color: #ff6600;
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
}

.header .r .top_hotline .t3 {
  font-size: 18px;
  color: #b5b5b6;
  margin-top: 4px;
  display: inline-block;
}

.header .r .top_hotline .t1 {
  display: inline-block;
  font-weight: normal;
  animation: flash 1.5s 0s alternate infinite;
  -webkit-animation: flash 1.5s 0s alternate infinite;
  -moz-animation: flash 0.3s 0s alternate infinite;
  -ms-animation: flash 0.3s 0s alternate infinite;
  -o-animation: flash 0.3s 0s alternate infinite;
}

/*banner_block*/
.banner_block {
  width: 100%;
  float: left;
}



/*footer_block*/
.footer_block {
  height: 230px;
  background: #1a3a85;
}

.footer {
  padding-top: 40px;
  color: #fff;
}

.footer .bar {
  width: 100%;
  height: 30px;
  float: left;
  line-height: 30px;
  color: #fff;
}

.footer .bar h2 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
}

.footer .bar h2 i {
  font-style: normal;
  margin-left: 15px;
  text-transform: uppercase;
}

.footer a:link {
  color: #ffffff;
  font-weight: 700;
}

.footer a:visited {
  color: #b6bbc6
}

.footer a:hover {
  color: #fff
}

.footer .contact {
  width: 280px;
  float: left;
}

.footer .contact .c {
  float: left;
  margin-top: 20px;
  line-height: 25px;
}

.footer .contact .c ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
}

.footer .contact .c ul li.icon_1 {
  background: url(../images/contact_icon_1.png) no-repeat left center;
}

.footer .contact .c ul li.icon_2 {
  background: url(../images/contact_icon_2.png) no-repeat left center;
}

.footer .contact .c ul li.icon_3 {
  background: url(../images/contact_icon_3.png) no-repeat left center;
}

.footer .contact .c ul li.icon_4 {
  background: url(../images/contact_icon_4.png) no-repeat left center;
}

.footer .contact .c ul li:hover {
  color: #fff;
}

.footer .contact:hover .bar {
  color: #81a5d4
}

.technology {
  width: 420px;
  float: left;
  /* margin-left: 150px; */
}

.technology .c {
  margin-top: 15px;
  font-size: 12px;
}
.technology .foot-box:nth-child(1) ul{
  display: flex;
border-bottom: 1px solid #ffffff;
padding-bottom: 20px;
  
}
.technology .foot-box:nth-child(2){
  margin-top: 30px;
}
.technology .foot-box:nth-child(2) ul li{
 line-height: 28px;
}
.technology .c ul li {
  height: 25px;
  line-height: 25px;
  margin-top: 7px;
}

.technology .c ul li .span1 {
  float: left;
  background: #20305e;
  padding: 0 10px;
}

.technology .c ul li .span2 {
  float: left;
  margin-left: 15px;
}

.technology .c ul li .span3 {
  float: left;
  margin-left: 15px;
}

.technology:hover .bar {
  color: #81a5d4
}

.member_login {
  width: 255px;
  float: right;
}

.member_login ul li {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.member_login ul li .login_input {
  width: 248px;
  padding-left: 5px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #394663;
  background: none;
  color: #fff;
  outline: none;
}

.member_login ul li .login_input:hover {
  border: 1px solid #a9a9a9
}

.member_login ul li .m_but {
  width: 62px;
  height: 23px;
  border: 0;
  line-height: 23px;
  background: #20305e;
  color: #fff;
  margin-right: 10px;
}

.member_login ul li .m_but:hover {
  background: #3d5189
}

.member_login:hover .bar {
  color: #81a5d4
}


.member_login .success {
  width: 230px;
  height: 170px;
  position: relative;
  float: left;
  color: #fff;
  margin: 15px 0 0 15px;
  line-height: 25px;
}

.member_login .success .kouhao {
  font-family: microsoft yahei;
  font-size: 16px;
  letter-spacing: 1px;
}

.member_login .success .welcome {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.member_login .success a:link {
  color: #fff;
}

.member_login .success a:visited {
  color: #fff;
}

.member_login .success a:hover {
  color: #fff;
}

.member_login .success .recharge {
  position: absolute;
  left: 0;
  bottom: 13px;
}

.member_login .success a.logout {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.member_login .success a.logout:link {
  color: #fff;
}

.member_login .success a.logout:visited {
  color: #fff;
}

.member_login .success a.logout:hover {
  color: #fcbf4c;
}

.member_login .success .show_cart {
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  background-color: #ffae00;
  border: 0;
  border-radius: 4px;
  margin-top: 15px;
  color: #fff;
  font-family: microsoft yahei;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  text-align: center;
}

.member_login .success .show_cart:hover {
  background-color: #ff7c01
}


.footer_bottom {
  height: 39px;
  line-height: 39px;
  background: #181818;
  font-size: 12px;
}

.footer_bottom a {
  color: #4d4d4d
}

.footer_bottom .copyright {
  text-align: right;
  color: #4d4d4d
}

.footer_bottom .copyright em {
  font-family: arial;
  font-size: 16px;
}