@charset "utf-8";

/*===============================reset=========================*/
html {
  color: #000;
  background: #fff;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body,
button,
input,
select,
textarea {
  /* font: 12px/1.5 "微软雅黑", tahoma, arial, \5b8b\4f53; */
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a,
input,
button {
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:hover {
  text-decoration: none;
  color: #f30;
}

ins,
a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/*common css*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.mauto {
  margin: auto;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.p30 {
  padding: 30px
}

.p20 {
  padding: 20px
}

.p15 {
  padding: 15px
}

.p10 {
  padding: 10px
}

.w1000 {
  width: 1000px;
}

.w560 {
  width: 560px;
}

.w410 {
  width: 410px;
}

.wB {
  font-weight: 700
}

.cOrange {
  color: #f60;
}

.cGreen {
  color: #5CC429;
}

.cGray {
  color: #999;
}

.cBlue {
  color: #3b8fae;
}

.blue {
  color: #008CEE;
}

.cRed {
  color: #FE0000
}

.orange {
  color: #D76638
}

.green {
  color: #080
}

.gray {
  color: #C6C6C6
}

.black {
  color: #000
}

.bigred {
  color: #AB0000;
}

.clear {
  clear: both;
}

.fn14 {
  font-size: 14px
}

.fnNum {
  font-size: 18px;
  font-family: "Impact"
}

.num {
  font-weight: 700;
  font-size: 20px;
  padding: 0 5px
}

.image img {
  max-width: 100%;
}

.txt-c {
  text-align: center;
}

.txt2Ind {
  text-indent: 2em;
}

.switchBox {
  display: none;
}



.ml8 {
  margin-left: 8px;
}

.mr7 {
  margin-right: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.h1 {
  font-size: 20px;
  color: #000;
}

.border-bottom {
  border-bottom: 1px solid #B9B9B9;
}

.txt-c {
  text-align: center;
}

.image img {
  max-width: 100%;
}

/* 加载中 */
.three-bounce {
  width: 128px;
  margin: auto;
}

.three-bounce .child {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #D2D6D5;
  border-radius: 50%;
  display: inline-block;
  animation: three-bounce 1.4s infinite ease-in-out;
}

.three-bounce .bounce-1 {
  animation-delay: -0.48s;
}

.three-bounce .bounce-2 {
  animation-delay: -0.32s;
}

.three-bounce .bounce-3 {
  animation-delay: -0.16s;
}

@keyframes three-bounce {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

/*外链弹窗 start*/
.otherlink-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .3s;
}

.otherlink-bg.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.otherlink-pop {
  position: fixed;
  top: -25%;
  left: 50%;
  z-index: 999;
  width: 560px;
  height: 200px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: .4s;
}

.otherlink-pop.in {
  top: 50%;
}

.otherlink-pop a.offBtn {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
  padding: 5px 10px;
  color: #ccc;
  font-weight: 700;
  line-height: 20px;
}

.otherlink-pop h2 {
  padding: 60px 40px;
  font-size: 16px;
}

.otherlink-pop p.btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F5F5F5;
  border-top: 1px solid #ddd;
  text-align: right;
}

.otherlink-pop p.btns a {
  display: inline-block;
  margin: 9px 15px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  color: #333;
  border-radius: 5px;
}

.otherlink-pop p.btns a:hover {
  background: #E6E6E6
}

.otherlink-pop p.btns a.toOtherLink {
  border: 1px solid #337AB7;
  background: #337AB7;
  color: #fff;
}

.otherlink-pop p.btns a.toOtherLink:hover {
  background: #286090
}

/*外链弹窗 end*/
/* 头部 */
.hearder {
  box-shadow: 0 2px 10px #eee;
  background: #fff;
}

.hearder .t_nav {
  height: 48px;
  padding: 0 15px;
  background: #24518A;
  line-height: 48px;
}

.hearder .t_nav .box {
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}

.hearder .t_nav .box p {
  padding: 0 5px;
}

.hearder .t_nav .box p.n {
  padding-left: 15px;
}

.hearder .t_nav .n span {
  float: left;
}

.hearder .t_nav .n span:nth-child(1) {
  padding-right: 15px;
  margin-right: 15px;
  background: url(/newimages/hearder_bg_1_1.png) no-repeat right 0;
}

.hearder .t_nav .n a {
  float: left;
  width: 30px;
  margin: 0 10px;
  color: #fff;
}

.hearder .t_nav .n a.i {
  text-indent: -99em;
  overflow: hidden;
  background: url(/newimages/hearder_ico_1_2.png) no-repeat center 0;
}

.hearder .t_nav .n a.i.i1 {
  background-position: center 14px;
}

.hearder .t_nav .n a.i.i2 {
  background-position: center -21px;
}

.hearder .t_nav .n a.i.i3 {
  background-position: center -56px;
}

.hearder .t_nav .n a.i.i4 {
  background-position: center -91px;
}

.hearder .t_nav .n a.i.i5 {
  background-position: center -126px;
}

.hearder .logo_menu_search {
  height: 150px;
  position: relative;
  padding: 0 360px 0 400px;
}

.hearder .logo_menu_search .logo {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 45px;
}

.hearder .logo_menu_search .menu {
  display: table;
  width: 90%;
  margin: 0 auto;
}

.hearder .logo_menu_search .menu a {
  display: table-cell;
  width: 1%;
  height: 150px;
  font-size: 20px;
  line-height: 150px;
  color: #293544;
  text-align: center;
}

.hearder .logo_menu_search .menu a i {
  display: inline-block;
  height: 99%;
  border-bottom: 2px solid #fff;
}

.hearder .logo_menu_search .menu a.on i {
  border-color: #E14C34
}

.hearder .logo_menu_search .search {
  position: absolute;
  top: 52px;
  right: 0;
  width: 360px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #BEBFBF;
}

.hearder .logo_menu_search .search .txt {
  width: 100%;
  height: 100%;
  padding: 0 70px 0 15px;
  font-size: 16px;
  border: none;
  background: none;
}

.hearder .logo_menu_search .search .botn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  text-align: center;
  padding-top: 10px;
}

/* 底部 */
/* .footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  color: #595a5a;
}

.footer .links {
  padding: 15px 0;
}

.footer .links a {
  display: inline-block;
  padding: 0 20px;
  color: #595a5a;
}

.footer .links a:hover {
  color: #369;
}

.footer .info {
  padding: 15px 0;
}

.footer .info i {
  display: inline-block;
  padding: 0 10px;
} */

.posRelative {
  position: relative;
}

@media screen and (max-width: 1560px) {
  .hearder .logo_menu_search {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1300px) {
  .hearder .logo_menu_search {
    height: 120px;
    padding: 0 280px 0 300px;
  }

  .hearder .logo_menu_search .logo {
    width: 300px;
    padding-top: 36px;
  }

  .hearder .logo_menu_search .menu a {
    height: 120px;
    line-height: 120px;
  }

  .hearder .logo_menu_search .search {
    width: 280px;
    top: 38px;
  }
}

@media screen and (max-width: 1260px) {

  .hearder .t_nav p,
  .notMob {
    display: none;
  }

  .hearder .t_nav {
    height: 38px;
    line-height: 38px;
    padding: 0;
  }

  .hearder .t_nav .n {
    display: block;
  }

  .hearder .t_nav .n span:nth-child(1) {
    background-size: auto 93%;
  }

  .hearder .t_nav .n a.i.i4 {
    background-position: center -95px
  }

  .hearder .t_nav .n a.i.i5 {
    background-position: center -130px
  }

  .hearder .logo_menu_search {
    height: auto;
    padding: 0;
  }

  .hearder .logo_menu_search .logo {
    width: 100%;
    text-align: center;
    padding: 20px 40px 10px;
    position: initial;
  }

  .hearder .logo_menu_search .search {
    display: none;
  }

  .hearder .logo_menu_search .menu {
    width: 100%;
  }

  .hearder .logo_menu_search .menu a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .footer {
    font-size: 12px;
  }

  .footer .links {
    padding: 0;
  }

  .footer .links a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 760px) {
  .otherlink-pop {
    left: 0;
    width: 96%;
    margin: -250px 0 0 2%;
  }

  .otherlink-pop h2 {
    padding: 50px 20px;
  }
}