body {
  background-color: #fff;
  font-family: Helvetica, "Microsoft Yahei", Tahoma, "SimSun";
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #3a4791;
}

img {
  border: none;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li {
  list-style: none;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #3a4791;
}

.cf {
  zoom: 1
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.blank80 {
  height: 81px;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .blank80 {
    height: 61px;
  }
}


.mainContent {
  width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 1212px) {
  .mainContent {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  .mainContent {
    width: 100%;
    margin: 0 auto;
  }
}

/*navigation*/
.navigation {
  padding: 46px 0 9px 0;
  line-height: 28px;
  display: none;
}

.navigation a {
  color: #dcdcdc;
  padding-right: 4px;
}

@media only screen and (max-width: 1212px) {
  .navigation {
    padding: 5px 0 0px 5px;
    padding-left: 3%;
  }
}

/*nav*/
.nav {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #3a4791;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.nav h1 {
  width: 195px;
  float: left;
}

.nav h1 a {
  display: block;
  text-indent: -99999px;
  background: url(../images/logo3.png) no-repeat 0 10px;
  background-size: 195px;
  height: 80px;
  width: 195px;
}

.nav ul {
  float: right;
  line-height: 80px;
  font-size: 20px;
}

.nav ul li {
  float: left;
  text-align: right;
  padding: 0 25px
}

.nav ul li a {
  color: #3092d0;
  display: block;
  width: 100%;
  height: 100%;
}

.nav ul li a:hover {
  color: #3a4791;
}

.nav ul li.current a {
  color: #3a4791;
  font-weight: bold;
}

.navlist {
  display: none;
}

.nav li input {
  margin: 26px 0 0;
  border: medium none;
  border: 1px solid #39478e;
  height: 28px;
  padding: 0 15px;
  float: left;
  background: #fff;
}

.nav li input:hover {
  cursor: pointer;
}

.nav li input.navBtn2 {
  padding: 0 5px;
  background: #39478e;
  color: #fff;
}

@media only screen and (max-width: 1212px) {
  .container {
    width: 100%;
  }

  .nav h1 {
    margin-left: 3%;
  }

  .nav ul li {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 15px
  }
}

@media only screen and (max-width: 1023px) {
  .nav li.navRegedit {
    display: none;
  }

  .nav li input {
    display: none;
  }

  .nav {
    height: 80px;
  }

  .nav h1 a {
    margin-left: 3%;
    height: 80px;
  }

  .nav h1 {
    width: 23.33%
  }

  .nav h1 a {
    background-size: contain;
    background-position: 0 50%;
    width: 100%;
  }

  .nav ul li {
    margin-left: 5px;
    margin-right: 25px;
  }

  .navlist {
    display: block;
    z-index: 500;
    width: 6%;
    height: 80px;
    float: right;
    margin-right: 5%;
    background: url(../images/more.png) no-repeat 100% 50%;
    background-size: contain;
  }

  .nav ul {
    width: 100%;
    background-color: rgba(36, 70, 142, 0.9);
    display: none;
  }

  .nav ul li {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    float: none;
    border-bottom: 1px solid #7086b4;
    /* height: 80px; */
  }

  .nav ul li a,
  .nav ul li.current a {
    font-size: 32px;
    color: #FFF;
    font-weight: normal;
    line-height: 60px;
  }

}

@media only screen and (max-width: 750px) {
  .nav {
    height: 60px;
  }

  .nav h1 a {
    margin-left: 3%;
    height: 60px;
  }

  .navlist {
    height: 60px;
  }

  .nav ul li {
    /* height: 30px; */
  }

  .nav ul {
    line-height: 30px;
    position: relative;
  }

  .nav ul li a,
  .nav ul li.current a {
    font-size: 14px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 439px) {
  .nav h1 {
    width: 33.33%
  }

  .navlist {
    width: 9%;
  }

  .nav ul li {
    /* height: 40px; */
  }

  .nav ul {
    line-height: 40px;
  }

  .nav ul li a,
  .nav ul li.current a {
    font-size: 18px;
    line-height: 40px;
  }

}

/*popup*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #000;
  background: rgba(0, 0, 0, .5);
  display: none;
  padding-top: 40px;
}

.popup .popup-inner-wrap {
  width: 770px;
  margin: 0 auto 40px;
  position: relative;
  background: url(../images/closeBtn.jpg) no-repeat right top;
  white-space: nowrap;
}

.popup .title {
  font-size: 24px;
  color: #fff;
  height: 46px;
  line-height: 46px;
}

.popup .imgArea {
  text-align: center;
  background: #eeeeee;
  padding: 40px 0;
}

/*.popup .popup-inner-wrap p{padding-bottom: 30px;color: #434343;}*/
.popup .popup-inner-wrap p {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

@media only screen and (max-width: 750px) {
  .popup .popup-inner-wrap {
    width: 90%;
  }

  .popup .imgArea {
    text-align: center;
    background: #eeeeee;
    padding: 40px 0;
    width: 100%
  }

  .popup .imgArea img {
    width: 100%
  }

  .popup .popup-inner-wrap p {
    display: block;
    font-size: 12px;
    padding: 10px 0;
  }

  .popup .imgArea div a img {
    width: 100px;
  }
}

/*footer*/
.footer {
  width: 100%;
  margin-bottom: 140px;
  overflow: hidden;
}

.footer h2 {
  height: 106px;
  border-bottom: 1px solid #3a4791;
  margin-bottom: 15px;
}

.footer h2.grayBg {
  padding-bottom: 0;
  background: #f1f1f1;
}

.footer h2 a {
  display: block;
  text-indent: -9999px;
  background: url(../images/logo2.png) no-repeat left top;
  height: 105px;
  width: 1170px;
  margin: 0 auto;
}

.footer h2.grayBg a {
  background-image: url(../images/logo2.png);
}

.footer .content {
  width: 1170px;
  margin: 0 auto;
}

.footer .content ul {
  float: left;
  margin-right: 70px;
  font-size: 12px;
}

.footer .content ul li {
  line-height: 30px;
  color: #000;
}

.footer .content ul em {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.footer .content ul a {
  padding-right: 35px;
  color: #000;
}

.footer .contact {
  float: right;
}

.footer .erweima {
  float: left;
}

.footer .erweima img {
  display: block;
}

.footer .erweima em {
  display: block;
  text-align: center;
}

.footer .contact_detail {
  float: right;
  margin-left: 20px;
  width: 200px;
  padding-top: 35px;
}

.footer .contact_detail a {
  display: block;
  border-bottom: 2px solid #3a4791;
  line-height: 40px;
  margin-bottom: 10px;
}

.footer .classP {
  display: none;
}

.footer .shareBottom {
  display: none;
}

@media only screen and (max-width: 1212px) {
  .footer h2 {
    height: auto;
  }

  .footer h2 a {
    width: 190px;
    margin-left: 2%;
    background-size: contain;
  }

  .footer .content ul {
    margin-left: 2%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .content ul a {
    padding-right: 5px;
  }

  .footer .content ul {
    margin-left: 2%;
    margin-right: 1%;
  }

  .footer .content ul:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .footer {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .footer h2,
  .footer div {
    display: none;
  }

  .footer .shareBottom {
    display: block;
  }

  .footer .classP {
    display: block;
  }

  .footer {
    text-align: center;
    width: 100%;
    background-color: #fff;
  }

  .footer p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333
  }
}

@media only screen and (max-width: 439px) {
  .footer p {
    font-size: 12px;
  }
}



.share {
  width: 50px;
  position: fixed;
  left: 0;
  top: 300px;
  z-index: 9999;
}

.share a {}

.share span {}

.share a img {
  width: 50px;
  height: 53px;
  background: #3a4791;
}

.share a img:hover {
  background: #3092d0;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .share {
    display: none;
  }
}

.shareBottom {
  z-index: 9999;
}

.shareBottom a {}

.shareBottom span {}

.shareBottom a img {
  width: 50px;
  height: 53px;
  background: #3a4791;
}

.shareBottom a img:hover {
  background: #3092d0;
}

.jiathis_style_m {
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 280px;
}

@media only screen and (max-width: 750px) {
  .jiathis_style_m {
    display: block;
  }

}


/*20160405 for zhanghui*/
/*html,body{-webkit-text-size-adjust: none;}*/
.footer h2.grayBg-ex1 {
  background: #fff;
  border-top: 1px solid #dcdcdc;
}

.footer h2.grayBg-ex1 a {
  background: url(../images/logo.png) no-repeat left center;
  background-size: 192px auto;
  width: 1286px;
}

.footer-ex1 .content {
  width: 1286px;
}

.footer-ex1 .content ul a {
  font-size: 14px;
}

.footer-ex1 .content ul li {
  font-size: 14px;
}

.nav-ex1 ul {
  line-height: 1.5;
}

.nav-ex1 ul li {
  text-align: center;
}

.nav-ex1 ul li a {
  height: 65px;
  padding-top: 15px;
}

.nav-ex1 ul li a span {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #c9c9c9;
}

.nav-ex1 ul li.current a span {
  color: #959595;
}

.focus {
  position: relative;
}

.focus .bd {
  height: 586px;
  overflow: hidden;
}

.focus .bd li {
  height: 100%;
}

.focus .i1,
.focus .i2,
.focus .i3 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.focus .i1 img {
  position: absolute;
  left: 0;
  top: 244px;
}

.focus .i2 img {
  position: absolute;
  left: 0;
  top: 181px;
}

.focus .i3 img {
  position: absolute;
  right: 0;
  top: 138px;
}

.focus .i0 {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/160721/play111.png) no-repeat center center;
}

.focus .prev,
.focus .next {
  position: absolute;
  width: 47px;
  height: 100%;
  line-height: 100%;
  display: block;
  z-index: 9;
}

.focus .prev {
  left: 5%;
  top: 0;
  background: url(../images/160405/prev.png) no-repeat center center;
}

.focus .next {
  right: 5%;
  top: 0;
  background: url(../images/160405/next.png) no-repeat center center;
}

#focus {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1285px;
  /* 设置焦点图最大宽度 */
  display: none;
}

#focus .hd {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#focus .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}

#focus .hd li.on {
  background: #fff;
}

#focus .bd {
  position: relative;
  z-index: 0;
}

#focus .bd li {
  position: relative;
  text-align: center;
}

#focus .bd li img {
  vertical-align: top;
  width: 100%;
  /* 图片宽度100%，达到自适应效果 */
}

#focus .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */

.intro {
  height: 190px;
  padding-top: 40px;
  background: #090317;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.intro .inner {
  width: 1000px;
  margin: 0 auto;
}

.intro p {
  margin: 10px 0;
  text-align: justify;
}

.mauto {
  margin: 0 auto;
}

.tit_idx {
  font-size: 38px;
  color: #3a4791;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.tit_idx span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.iProduct {
  padding: 70px 0;
}

.iProduct .inner {
  width: 1286px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 85px;
}

.iProduct li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.iProduct li span {
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
}

.iAnli {
  background: #f1f1f1;
  padding: 70px 0 40px 0;
}

.iAnli .inner {
  width: 1286px;
  margin: 0 auto;
}

.nav-ex1 .container {
  width: 1286px;
}

.layout1 {
  background: #fff;
}

.layout1 .l {
  position: relative;
  width: 591px;
  height: 396px;
  float: left;
}

.layout1 .l img {
  display: block;
}

.layout1 .l span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 75px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
}

.layout1 .l #video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}

.layout1 .l #videoImg {
  display: none;
}


.layout1 .r {
  width: 614px;
  margin-left: 591px;
  padding-top: 110px;
  line-height: 1.8;
  font-size: 18px;
  padding: 0 40px;
  padding-top: 140px;
}

.layout1 .r b {
  font-size: 22px;
  color: #2b327e;
}

.layout2 {
  width: 1285px;
  overflow: hidden;
  margin-top: 25px;
}

.layout2 ul {
  width: 1305px;
}

.layout2 li {
  width: 415px;
  float: left;
  position: relative;
  margin-right: 20px;
}

.layout2 li img {
  display: block;
}

.layout2 li span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 70px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
}

.layout2 .flow2 {
  display: none;
}

.line {
  height: 0;
  border-bottom: 1px solid #c2c2c2;
  margin: 37px 0;
}

.iExperts {
  padding: 70px 0;
}

.iExperts .inner {
  width: 1286px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

.iExperts li {
  width: 25%;
  float: left;
  text-align: center;
  vertical-align: top;
  margin-top: 30px;
}

.iExperts li h3 {
  font-size: 22px;
  color: #3a4791;
  font-weight: bold;
  margin-top: 10px;
}

.iExperts li p {
  line-height: 25px;
  height: 75px;
  color: #6f6f6f;
  font-size: 14px;
  margin-top: 10px;
}

.iArea {
  background: url(../images/160405/iareabg.jpg) no-repeat center center;
  height: 436px;
  padding: 70px 0;
}

.iArea .inner {
  width: 1237px;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  margin-top: 88px;
}

.iArea ul {
  width: 1309px;
}

.iArea li {
  width: 115px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-right: 72px;
}

.iArea li span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 15px;
}

.iContact {
  text-align: center;
  padding: 70px 0;
}

.iContact .inner {
  width: 1286px;
  margin: 0 auto;
  margin-top: 75px;
}

.iContact .inner img {
  width: 100%;
  height: auto;
}

.iContact h3 {
  font-size: 30px;
  color: #000;
}

.iContact p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}

.table-pd td {
  padding: 10px;
}

.ohz {
  overflow: hidden;
  zoom: 1;
}

.iAnli .layout2.col2 ul {
  width: 1314px;
}

.iAnli .layout2.col2 li {
  width: 628px;
  margin-right: 29px;
}