body.act {
  height: 100vh;
  overflow: hidden;
}
body.act #m_nav {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.head {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0));
  padding: 0 80px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head .header {
  height: 100px;
}
.head .header .header_left {
  float: left;
  width: 300px;
  height: 57px;
  margin-top: 22px;
}
.head .header .header_left a {
  display: block;
  width: 100%;
  height: 100%;
}
.head .header .header_left a img {
  width: 100%;
  height: 100%;
}
.head .header .header_mid {
  float: left;
  margin-left: 220px;
}
.head .header .header_mid ul {
  height: 100%;
}
.head .header .header_mid ul li {
  float: left;
  line-height: 100px;
  margin: 0 18px;
}
.head .header .header_mid ul li > a {
  color: #fefefe;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}
.head .header .header_mid ul li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.head .header .header_mid ul li .nav {
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s ease-out;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  padding: 0 260px;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
}
.head .header .header_mid ul li .nav a {
  height: 100%;
  box-sizing: border-box;
  margin: 0 18px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.head .header .header_mid ul li .nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #004a8e;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.head .header .header_mid ul li .nav a:hover {
  font-weight: 700;
}
.head .header .header_mid ul li .nav a:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.head .header .header_mid ul li .nav a.on {
  font-weight: 700;
}
.head .header .header_mid ul li .nav a.on::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.head .header .header_mid ul li:hover > a {
  font-weight: 700;
}
.head .header .header_mid ul li:hover > a::before {
  width: 100%;
}
.head .header .header_mid ul li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.head .header .header_mid ul li.on > a {
  font-weight: 700;
}
.head .header .header_mid ul li.on > a::before {
  width: 100%;
}
.head .header .header_right {
  float: right;
}
.head .header .header_right .boz .qutside {
  float: left;
  position: relative;
  height: 100px;
}
.head .header .header_right .boz .qutside .qut_tit {
  margin-top: 40px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.head .header .header_right .boz .qutside .qut_tit .img1 {
  width: 18px;
  height: 17px;
}
.head .header .header_right .boz .qutside .qut_tit span {
  color: #fefefe;
  font-size: 18px;
  margin: 0 10px;
}
.head .header .header_right .boz .qutside .qut_tit .img2 {
  width: 12px;
  height: 7px;
}
.head .header .header_right .boz .qutside .linkzqbox {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 20px;
  box-sizing: border-box;
  width: 1400px;
}
.head .header .header_right .boz .qutside .linkzqbox li {
  width: 320px;
  float: left;
  margin: 0 5px;
}
.head .header .header_right .boz .qutside .linkzqbox li p {
  height: 40px;
  margin-top: 10px;
}
.head .header .header_right .boz .qutside .linkzqbox li p span {
  display: block;
  height: 28px;
  background: #1263ae;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  padding: 0 10px;
  border-left: 4px #fc7217 solid;
  float: left;
}
.head .header .header_right .boz .qutside .linkzqbox li a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-bottom: 7px;
}
.head .header .header_right .boz .qutside .linkzqbox li a:hover {
  color: #004a8e;
}
.head .header .header_right .boz .qutside:hover .linkzqbox {
  display: block;
}
.head .header .header_right .boz .search_btn {
  margin-top: 40px;
  float: left;
  width: 17px;
  height: 18px;
  margin-left: 20px;
  cursor: pointer;
}
.head .header .header_right .boz #nav_btn_box {
  position: absolute;
  top: 40px;
  right: 30px;
  display: none;
  z-index: 9;
}
.head .header .header_right .boz #nav_btn_box #nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: none;
  box-shadow: none;
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point {
  display: inline-block;
  width: 36px;
  position: relative;
  outline: none;
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point .line {
  width: 100%;
  height: 4px;
  background-color: #004a8e;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  transform: scaleY(0.8);
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point .line:nth-child(2) {
  margin: 5px 0;
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point.on .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg) scaleY(0.8);
  transform: translateY(10px) rotate(45deg) scaleY(0.8);
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point.on .line:nth-child(2) {
  opacity: 0;
}
.head .header .header_right .boz #nav_btn_box #nav_btn .point.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg) scaleY(0.8);
  transform: translateY(-8px) rotate(-45deg) scaleY(0.8);
}
.head .header .search_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: #004a8e;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  margin-top: -100px;
  z-index: 10;
}
.head .header .search_box .s_box {
  width: 700px;
  margin: 25px auto 0;
  overflow: hidden;
}
.head .header .search_box .s_box .row {
  width: 600px;
  border-bottom: 1px solid #fff;
  float: left;
}
.head .header .search_box .s_box .row input {
  width: 550px;
  outline: none;
  height: 50px;
  border: none;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  background: none;
  color: #fff;
}
.head .header .search_box .s_box .row input::placeholder {
  color: #fff;
}
.head .header .search_box .s_box .row .s_btn {
  width: 17px;
  height: 18px;
  text-align: right;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 23px;
}
.head .header .search_box .s_box .s_close {
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
  margin-top: 14px;
  margin-left: 75px;
}
.head .header .search_box.active {
  margin-top: 0;
}
.head.active {
  background: #004a8e;
}
.head.active .header .header_right .boz #nav_btn_box #nav_btn .point .line {
  background-color: #fff;
}
.head.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#m_nav {
  z-index: 101;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: -105vh;
  display: none;
  padding: 140px 30px 14px;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
#m_nav .m_nav_list {
  width: 100%;
}
#m_nav .m_nav_list li {
  width: 100%;
  margin-bottom: 30px;
}
#m_nav .m_nav_list li .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#m_nav .m_nav_list li .con a {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}
#m_nav .m_nav_list li .con i img {
  width: 23px;
  height: 14px;
  transition: all 0.5s;
}
#m_nav .m_nav_list li .list {
  display: none;
  background-color: #f9f9f9;
  padding: 10px 13px;
  padding-bottom: 0;
  box-sizing: border-box;
}
#m_nav .m_nav_list li .list a {
  display: inline-block;
  margin-bottom: 5px;
  color: #333333;
  font-size: 20px;
  margin-right: 60px;
  padding-bottom: 10px;
}
#m_nav .m_nav_list li .list a.on {
  color: #004a8e;
}
#m_nav .m_nav_list li.on .con a {
  color: #004a8e;
}
#m_nav .m_nav_list li.on .con i img {
  transform: scaleY(-1);
}
.index {
  background: url(../img/indexbj.png) no-repeat center bottom #f7f7f7;
  overflow: hidden;
}
.index .module2 {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
}
.index .module2 .module2_top a {
  display: block;
  color: #333;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}
.index .module2 .module2_top a:hover {
  color: #004a8e;
}
.index .module2 .module2_bot {
  margin-top: 20px;
  text-align: center;
}
.index .module2 .module2_bot a {
  display: inline-block;
  font-size: 18px;
  color: #272727;
  vertical-align: middle;
  margin: 0 12px;
  padding-right: 24px;
  border-right: 1px solid #272727;
  width: 22%;
}
.index .module2 .module2_bot a:hover {
  color: #004a8e;
}
.index .module2 .module2_bot a:last-child {
  border-right: 0;
}
.index .module3 {
  background: #fff;
  overflow: hidden;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
  height: 531px;
}
.index .module3 .new_one {
  width: 750px;
  height: 471px;
  float: left;
  position: relative;
  overflow: hidden;
}
.index .module3 .new_one .hd {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 5;
}
.index .module3 .new_one .hd ul li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.index .module3 .new_one .hd ul li.on {
  background: #004a8e;
}
.index .module3 .new_one .bd {
  height: 471px;
}
.index .module3 .new_one .bd .tempWrap {
  height: 471px;
}
.index .module3 .new_one .bd ul {
  width: 100%;
  height: 100%;
}
.index .module3 .new_one .bd ul li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index .module3 .new_one .bd ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
  font-weight: 400;
  text-indent: 1em;
  line-height: 40px;
  padding-right: 150px;
  box-sizing: border-box;
}
.index .module3 .new_one .bd ul li a img {
  width: 750px;
  height: 471px;
  transition: all 0.5s;
}
.index .module3 .new_one .bd ul li a:hover img {
  transform: scale(1.1);
}
.index .module3 .new_one .bd ul li a:hover p {
  color: #004a8e;
}
.index .module3 .new_one .prev {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon2.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.index .module3 .new_one .prev:hover {
  background: url(../img/icon3.png) no-repeat center;
  background-size: 100% 100%;
}
.index .module3 .new_one .next {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon4.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.index .module3 .new_one .next:hover {
  background: url(../img/icon5.png) no-repeat center;
  background-size: 100% 100%;
}
.index .module3 .new_y {
  float: right;
  width: 560px;
  margin-left: 30px;
}
.index .module3 .new_y .hd {
  padding-bottom: 20px;
}
.index .module3 .new_y .hd ul li {
  display: inline-block;
  min-width: 130px;
  height: 43px;
  text-align: center;
}
.index .module3 .new_y .hd ul li a {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 43px;
  cursor: pointer;
}
.index .module3 .new_y .hd ul li a:hover {
  background: #004a8e;
  color: #fff;
  border-radius: 5px;
}
.index .module3 .new_y .hd ul li.on a {
  background: #004a8e;
  color: #fff;
  border-radius: 5px;
}
.index .module3 .new_y .bd {
  min-height: 300px;
}
.index .module3 .new_y .bd ul .a {
  margin-bottom: 10px;
}
.index .module3 .new_y .bd ul .a a {
  display: block;
}
.index .module3 .new_y .bd ul .a a .t {
  overflow: hidden;
  line-height: 40px;
}
.index .module3 .new_y .bd ul .a a .t h2 {
  max-width: 80%;
  float: left;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding-left: 14px;
  background: url(../img/icondd.png) no-repeat left center;
}
.index .module3 .new_y .bd ul .a a .t em {
  float: right;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
}
.index .module3 .new_y .bd ul .a a .p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.index .module3 .new_y .bd ul .a a:hover .t h2 {
  color: #004a8e;
}
.index .module3 .new_y .bd ul .s {
  line-height: 40px;
}
.index .module3 .new_y .bd ul .s a {
  display: block;
  overflow: hidden;
}
.index .module3 .new_y .bd ul .s a h2 {
  max-width: 80%;
  float: left;
  color: #333;
  font-size: 18px;
  padding-left: 14px;
  font-weight: 400;
  background: url(../img/icondd.png) no-repeat left center;
}
.index .module3 .new_y .bd ul .s a em {
  float: right;
  color: #999999;
  font-size: 16px;
}
.index .module3 .new_y .bd ul .s a:hover h2 {
  font-weight: 700;
  color: #004a8e;
}
.index .module4 {
  background: #fff;
  overflow: hidden;
  padding: 30px;
  padding-top: 0;
  box-sizing: border-box;
  height: 487px;
}
.index .module4 .two_nr {
  float: left;
  margin-right: 30px;
  width: 655px;
}
.index .module4 .two_nr .hd {
  border-bottom: 1px dashed #cccccc;
  padding: 38px 0 18px;
}
.index .module4 .two_nr .hd ul li {
  display: inline-block;
  margin-right: 20px;
}
.index .module4 .two_nr .hd ul li a {
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: 700;
  border-right: 2px solid #cccccc;
  padding-right: 20px;
  cursor: pointer;
}
.index .module4 .two_nr .hd ul li.on a {
  color: #004a8e;
}
.index .module4 .two_nr .bd {
  min-height: 300px;
  margin-top: 18px;
}
.index .module4 .two_nr .bd ul .top {
  margin-bottom: 28px;
  overflow: hidden;
}
.index .module4 .two_nr .bd ul .top a {
  display: block;
  overflow: hidden;
}
.index .module4 .two_nr .bd ul .top a .img {
  float: left;
  margin-right: 16px;
  width: 200px;
  height: 115px;
  overflow: hidden;
}
.index .module4 .two_nr .bd ul .top a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index .module4 .two_nr .bd ul .top a .nr {
  width: 400px;
  float: left;
}
.index .module4 .two_nr .bd ul .top a .nr p {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  height: 56px;
}
.index .module4 .two_nr .bd ul .top a .nr span {
  display: block;
  font-size: 16px;
  color: #272727;
  font-weight: 700;
  margin-top: 10px;
}
.index .module4 .two_nr .bd ul .top a:hover .img img {
  transform: scale(1.1);
}
.index .module4 .two_nr .bd ul .top a:hover .nr p {
  color: #0055a2;
  font-weight: 700;
}
.index .module4 .two_nr .bd ul .bot a {
  display: block;
  overflow: hidden;
  line-height: 35px;
}
.index .module4 .two_nr .bd ul .bot a h3 {
  max-width: 80%;
  float: left;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.index .module4 .two_nr .bd ul .bot a span {
  float: right;
  display: block;
  font-size: 16px;
  color: #999;
}
.index .module4 .two_nr .bd ul .bot a:hover h3 {
  color: #0055a2;
  font-weight: 700;
}
.index .module4 .two_nr .bd ul center {
  font-size: 16px;
}
.index .module5 {
  background: #fff;
  overflow: hidden;
  margin: 30px 0;
  padding: 30px;
  box-sizing: border-box;
}
.index .module5 .yx {
  float: left;
  width: 428px;
  margin-right: 28px;
}
.index .module5 .yx a {
  display: block;
}
.index .module5 .yx a h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
.index .module5 .yx a:hover {
  color: #004a8e;
}
.index .module5 .yx .sp {
  position: relative;
  cursor: pointer;
}
.index .module5 .yx .sp .img {
  width: 100%;
  height: 269px;
}
.index .module5 .yx .sp .span {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  z-index: 9;
  display: none;
  transition: all 0.5s;
}
.index .module5 .yx .sp p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
}
.index .module5 .yx .sp:hover .span {
  display: block;
}
.index .module5 .wh {
  float: left;
  width: 428px;
  margin-right: 28px;
}
.index .module5 .wh a {
  display: block;
}
.index .module5 .wh a h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
.index .module5 .wh a:hover {
  color: #004a8e;
}
.index .module5 .wh .wh_box {
  padding: 70px 20px;
  box-sizing: border-box;
  width: 100%;
  background: url(../img/wht.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 269px;
}
.index .module5 .wh .wh_box h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.index .module5 .wh .wh_box p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
.index .module5 .ry {
  float: left;
  width: 428px;
}
.index .module5 .ry a {
  display: block;
}
.index .module5 .ry a h2 {
  margin-bottom: 20px;
  font-size: 26px;
}
.index .module5 .ry a:hover {
  color: #004a8e;
}
.index .module5 .ry .zs {
  position: relative;
}
.index .module5 .ry .zs .hd {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 5px;
}
.index .module5 .ry .zs .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
}
.index .module5 .ry .zs .hd ul li.on {
  background: none;
  border: 2px solid #fff;
  width: 4px;
  height: 4px;
}
.index .module5 .ry .zs .bd ul {
  width: 100%;
}
.index .module5 .ry .zs .bd ul li {
  width: 100%;
  height: 269px;
  cursor: pointer;
}
.index .module5 .ry .zs .bd ul li img {
  width: 100%;
  height: 269px;
}
.index .module5 .ry .zs .bd ul li p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  transition: 0.3s;
}
.module1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 520px;
}
.module1 .slideBox {
  width: 100%;
  height: 520px;
}
.module1 .slideBox .bd li {
  width: 100%;
  height: 520px;
  position: relative;
}
.module1 .slideBox .bd li img {
  width: 100%;
  height: 100%;
}
.module1 .hd {
  position: absolute;
  left: auto;
  right: 30px;
  top: 25%;
  bottom: 0;
  width: auto;
  z-index: 2;
}
.module1 .hd li {
  display: block;
  width: 4px;
  height: 83px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin: 10px 0;
}
.module1 .hd li.on {
  background: #fff;
}
.module1 .prev {
  display: block;
  position: absolute;
  bottom: 70px;
  left: auto;
  right: 340px;
  background: url(../img/icon2.png) no-repeat center;
  background-size: 100% 100%;
  width: 54px;
  height: 54px;
}
.module1 .prev:hover {
  background: url(../img/icon3.png) no-repeat center;
  background-size: 100% 100%;
}
.module1 .next {
  display: block;
  position: absolute;
  bottom: 70px;
  right: 260px;
  background: url(../img/icon4.png) no-repeat center;
  background-size: 100% 100%;
  width: 54px;
  height: 54px;
}
.module1 .next:hover {
  background: url(../img/icon5.png) no-repeat center;
  background-size: 100% 100%;
}
.video {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.video iframe {
  width: 862px;
  height: 564px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -431px;
  margin-top: -282px;
  z-index: 999;
  border: none;
  background: #fff;
}
.video video {
  width: 862px;
  height: 564px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -431px;
  margin-top: -282px;
  z-index: 999;
  border: none;
  background: #fff;
}
.video .gb {
  position: absolute;
  left: 73%;
  top: 15%;
  z-index: 999;
  cursor: pointer;
}
.foot {
  position: relative;
  width: 100%;
  background: #131a31;
}
.foot .w {
  height: 100%;
}
.foot .foot_t {
  height: 271px;
  padding-top: 30px;
  box-sizing: border-box;
}
.foot .foot_t .foot_t_l {
  float: left;
}
.foot .foot_t .foot_t_l .d_logo {
  display: block;
  width: 299px;
  height: 56px;
}
.foot .foot_t .foot_t_l .ewm_list {
  margin: 26px 0 34px;
}
.foot .foot_t .foot_t_l .ewm_list .ewm_box {
  position: relative;
  margin-right: 16px;
  float: left;
}
.foot .foot_t .foot_t_l .ewm_list .ewm_box .icon {
  width: 37px;
  height: 36px;
}
.foot .foot_t .foot_t_l .ewm_list .ewm_box .d_ewm {
  height: 0;
  width: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  transition: all 0.8s;
  opacity: 0;
}
.foot .foot_t .foot_t_l .ewm_list .ewm_box:hover .d_ewm {
  opacity: 1;
  width: 114px;
  height: 114px;
}
.foot .foot_t .foot_t_l .d_box p {
  margin-top: 12px;
  color: #565a67;
  font-size: 16px;
}
.foot .foot_t .foot_t_r {
  float: right;
}
.foot .foot_t .foot_t_r ol {
  margin-top: 30px;
  overflow: hidden;
}
.foot .foot_t .foot_t_r ol li {
  float: left;
  margin-left: 56px;
  text-align: center;
}
.foot .foot_t .foot_t_r ol li > a {
  color: #ffffff;
  font-size: 16px;
  display: block;
}
.foot .foot_t .foot_t_r ol li > a:hover {
  color: #004a8e;
}
.foot .foot_t .foot_t_r ol li .d_nav {
  text-align: center;
  margin-top: 18px;
}
.foot .foot_t .foot_t_r ol li .d_nav a {
  display: block;
  color: #565a67;
  font-size: 14px;
  margin-bottom: 14px;
}
.foot .foot_t .foot_t_r ol li .d_nav a:hover {
  color: #fff;
}
.foot .foot_b {
  border-top: 1px solid #1f2844;
  height: 66px;
  line-height: 66px;
  box-sizing: border-box;
  overflow: hidden;
}
.foot .foot_b .z {
  float: left;
}
.foot .foot_b .y {
  float: right;
}
.foot .foot_b a {
  color: #565a67;
  display: inline-block;
  font-size: 16px;
}
.foot .foot_b a:hover {
  color: #fff;
}
.foot .foot_b a.dt {
  margin: 0 10px;
}
.foot .foot_b a.gf {
  font-size: 14px;
}
#going {
  width: 37px;
  height: 36px;
  background: url(../img/icon13.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 60px;
  right: 180px;
  z-index: 20;
  cursor: pointer;
}
.zy {
  background: #f7f7f7;
}
.zy .head {
  background: #004a8e;
}
.zy .module1 {
  height: 348px;
  margin-top: 100px;
}
.zy .module1 .slideBox {
  height: 348px;
}
.zy .module1 .slideBox .hd {
  display: none;
}
.zy .module1 .slideBox .bd li {
  height: 348px;
}
.zy .module1 .dw {
  position: absolute;
  top: 116px;
  left: 18.5%;
  z-index: 99;
  width: 284px;
  background: rgba(24, 83, 155, 0.5);
  text-align: center;
  color: #fff;
}
.zy .module1 .dw h2 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-top: 26px;
  padding-bottom: 20px;
}
.zy .module1 .dw .dqwz {
  height: 60px;
  line-height: 60px;
}
.zy .module1 .dw .dqwz img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: -1px;
}
.zy .module1 .dw .dqwz a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.zy .module1 .dw .dqwz a.on {
  font-weight: 700;
}
.zy .module1 .dw .dqwz a:hover {
  font-weight: 700;
}
.sub_nav {
  background: #fff;
}
.sub_nav .w {
  text-align: center;
  font-size: 0;
}
.sub_nav .w a {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  padding: 14px 35px;
}
.sub_nav .w a.on {
  background: url(../img/iconnav.png) no-repeat center bottom #18539b;
  color: #fff;
}
.sub_nav .w a:hover {
  background: url(../img/iconnav.png) no-repeat center bottom #18539b;
  color: #fff;
}
.dt_list {
  background: #fff;
  margin: 70px 0;
  overflow: hidden;
  background: url(../img/sitx.png) #fff no-repeat 50% 37%;
  padding-bottom: 50px;
}
.dt_list .dt_logo {
  width: 299px;
  height: 56px;
  display: block;
  margin: 50px auto;
}
.dt_list ul {
  overflow: hidden;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.dt_list ul li {
  float: left;
}
.dt_list ul li > a {
  display: block;
  font-size: 16px;
  color: #272727;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.dt_list ul li > a:hover {
  background: #18539b;
  color: #fff;
}
.dt_list ul li .dt_nav a {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 40px;
}
.dt_list ul li .dt_nav a:hover {
  color: #18539b;
}
.jj_list {
  padding: 80px 0;
}
.jj_list .jj_nr {
  background: #fff;
  padding: 64px 26px;
  box-sizing: border-box;
  width: 100%;
  min-height: 500px;
}
.jj_list .jj_nr img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.jj_list .jj_nr video {
  max-width: 100%;
}
.jj_list .jj_nr iframe {
  max-width: 100%;
}
.jj_list .jj_nr table {
  max-width: 100%;
}
.jj_list .jj_nr p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.ggcy_list {
  padding: 80px 0;
  min-height: 500px;
}
.ggcy_list ul {
  min-height: 400px;
  overflow: hidden;
}
.ggcy_list ul li {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 335px;
}
.ggcy_list ul li a {
  display: block;
}
.ggcy_list ul li a img {
  width: 100%;
  height: 374px;
}
.ggcy_list ul li a .js {
  background: #fff;
  padding: 20px;
  transition: 0.3s;
  width: 100%;
  height: 95px;
  box-sizing: border-box;
}
.ggcy_list ul li a .js p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.ggcy_list ul li a .js span {
  font-size: 16px;
  color: #999999;
  display: block;
  font-weight: normal;
  height: 21px;
}
.cy_xq {
  padding: 60px 29px;
  background: #fff url(../img/top.jpg) no-repeat center top;
  overflow: hidden;
  padding-bottom: 0;
  min-height: 400px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.cy_xq .zz {
  overflow: hidden;
  min-height: 500px;
}
.cy_xq .zz .img {
  width: 335px;
  height: 374px;
  float: left;
  margin-right: 37px;
}
.cy_xq .zz .wz {
  float: left;
  width: 800px;
}
.cy_xq .zz .wz h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 40px;
}
.cy_xq .zz .wz p {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.cy_xq .sxp {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 100px;
}
.cy_xq .sxp a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
}
.cy_xq .sxp a.sp {
  background: url(../img/xp1.png) no-repeat center left;
  padding-left: 50px;
  transition: 0.3s;
  width: 38%;
}
.cy_xq .sxp a.sp:hover {
  background: url(../img/xp.png) no-repeat center left;
  padding-left: 50px;
  color: #18539b;
  transition: 0.3s;
}
.cy_xq .sxp a.lb {
  display: inline-block;
  background: url(../img/iconlb.png) no-repeat center center #c9c8c8;
  width: 60px;
  height: 60px;
  margin: 0 45px;
  transition: 0.3s;
}
.cy_xq .sxp a.lb:hover {
  background: url(../img/iconlb.png) no-repeat center center #18539b;
  transition: 0.3s;
}
.cy_xq .sxp a.xp {
  background: url(../img/sp1.png) no-repeat center right;
  padding-right: 50px;
  transition: 0.3s;
  width: 38%;
}
.cy_xq .sxp a.xp:hover {
  background: url(../img/sp.png) no-repeat center right;
  padding-right: 50px;
  color: #18539b;
  transition: all 0.3s;
}
.ry_list {
  padding: 80px 0;
  min-height: 500px;
}
.ry_list ul {
  min-height: 500px;
  overflow: hidden;
}
.ry_list ul li {
  float: left;
  margin: 0 7px;
  margin-bottom: 45px;
  cursor: pointer;
}
.ry_list ul li .ryk {
  background: url(../img/ryk.png) no-repeat center bottom;
  width: 450px;
  height: 268px;
  padding-top: 16px;
}
.ry_list ul li .ryk img {
  width: 313px;
  height: 197px;
  display: block;
  margin: 0 auto;
}
.ry_list ul li .js {
  border-bottom: 1px solid #d2d2d2;
  width: 88%;
  margin: 0 auto;
  margin-top: -25px;
  padding-bottom: 5px;
  transition: 0.3s;
  height: 63px;
}
.ry_list ul li .js p {
  font-size: 20px;
  margin-bottom: 10px;
}
.ry_list ul li .js span {
  display: block;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
#image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#image .gb {
  width: 2%;
  position: absolute;
  right: 29%;
  top: 10%;
  z-index: 999;
  cursor: pointer;
}
#image .dtbj {
  width: 670px;
  height: 422px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -335px;
}
#image .dtbj img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-left: -335px;
  z-index: 999;
  width: 670px;
  height: 422px;
}
.xw_list {
  padding: 80px 0;
  min-height: 500px;
}
.xw_list .tt {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.xw_list .tt a {
  display: block;
  overflow: hidden;
}
.xw_list .tt a .img {
  width: 800px;
  height: 500px;
  overflow: hidden;
  float: left;
}
.xw_list .tt a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.xw_list .tt a .nr {
  margin-left: 50px;
  float: left;
  width: 510px;
}
.xw_list .tt a .nr span {
  font-size: 24px;
  color: #babbbd;
  font-weight: normal;
  margin: 30px 0;
  display: block;
}
.xw_list .tt a .nr span em {
  font-size: 32px;
  color: #babbbd;
  font-weight: bold;
}
.xw_list .tt a .nr h2 {
  font-size: 26px;
  color: #333333;
  border-bottom: 1px solid #e2e7ee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.xw_list .tt a .nr p {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  height: 136px;
  line-height: 1.7;
  overflow: hidden;
}
.xw_list .tt a .nr > em {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-top: 50px;
  transition: 0.3s;
}
.xw_list .tt a:hover .img img {
  transform: scale(1.1);
}
.xw_list .tt a:hover .nr h2 {
  color: #004a8e;
}
.xw_list .tt a:hover .nr > em {
  color: #18539b;
  border-bottom: 1px solid #18539b;
  transition: 0.3s;
}
.xw_list ul {
  min-height: 500px;
  overflow: hidden;
  margin-top: 50px;
}
.xw_list ul li {
  background: #fff;
  width: 660px;
  height: 150px;
  float: left;
  margin: 0 20px;
  position: relative;
  margin-bottom: 40px;
}
.xw_list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.xw_list ul li a .sj {
  background: #18539b;
  text-align: center;
  width: 93px;
  height: 86px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 9;
  transition: 0.3s;
}
.xw_list ul li a .sj span {
  display: block;
  font-size: 35px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.xw_list ul li a .sj em {
  font-size: 16px;
  font-weight: normal;
  color: #9db9dc;
  display: block;
  margin-top: -10px;
}
.xw_list ul li a h2 {
  font-size: 18px;
  margin-left: 115px;
  margin-top: 25px;
  transition: 0.3s;
  margin-right: 10px;
}
.xw_list ul li a p {
  font-size: 15px;
  color: #999;
  font-weight: normal;
  margin-left: 115px;
  margin-top: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.xw_list ul li a:hover .sj {
  left: -20px;
  transition: 0.3s;
}
.xw_list ul li a:hover h2 {
  color: #004a8e;
}
.xq_list {
  padding: 80px 0;
  min-height: 500px;
  background: #f7f7f7;
  padding-bottom: 0;
}
.xq_list .dw {
  background: url(../img/iconsy1.png) no-repeat center left;
  padding-left: 20px;
  margin-bottom: 30px;
  color: #999;
}
.xq_list .dw a {
  font-size: 14px;
  color: #999;
}
.xq_list .xqnr {
  background: url(../img/top.jpg) no-repeat center top #fff;
  min-height: 500px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.xq_list .xqnr .xq_tit {
  font-size: 26px;
  color: #333;
  padding: 30px 0;
}
.xq_list .xqnr .top {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.xq_list .xqnr .top .zzz {
  float: left;
}
.xq_list .xqnr .top .zzz span {
  font-size: 14px;
  color: #999;
  margin-right: 65px;
  float: left;
}
.xq_list .xqnr .top .zzz em {
  float: left;
  color: #999;
}
.xq_list .xqnr .top .zzz a {
  font-size: 14px;
  color: #999;
  float: left;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.xq_list .xqnr .top .zzz a:hover {
  color: #004a8e;
  font-weight: 700;
}
.xq_list .xqnr .top .zzz input {
  color: #18539b;
  background: url(../img/icondy.png) no-repeat center left;
  padding-left: 20px;
  margin-left: 86px;
  margin-right: 190px;
  font-size: 14px;
  cursor: pointer;
  float: left;
  height: 50px;
}
.xq_list .xqnr .top .bdsharebuttonbox {
  float: right;
}
.xq_list .xqnr .top .bdsharebuttonbox span {
  font-size: 14px;
  color: #999;
  float: left;
}
.xq_list .xqnr .top .bdsharebuttonbox a {
  float: none;
}
.xq_list .xqnr .top .bdsharebuttonbox a.bds_weixin {
  background: url(../img/iconwx1.png) no-repeat center center;
  width: 21px;
  height: 21px;
}
.xq_list .xqnr .top .bdsharebuttonbox a.bds_sqq {
  background: url(../img/iconqq1.png) no-repeat center center;
  width: 21px;
  height: 21px;
}
.xq_list .xqnr .top .bdsharebuttonbox a.bds_tsina {
  background: url(../img/iconwb1.png) no-repeat center center;
  width: 21px;
  height: 21px;
}
.xq_list .xqnr .wz {
  border-top: 1px solid #eee;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  min-height: 400px;
}
.xq_list .xqnr .wz p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.xq_list .xqnr .wz img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.xq_list .xqnr .wz video {
  max-width: 100%;
}
.xq_list .xqnr .wz table {
  max-width: 100%;
}
.xq_list .xqnr .wz iframe {
  max-width: 100%;
}
.xq_list .tj {
  background: #fff;
  margin-top: 25px;
  overflow: hidden;
}
.xq_list .tj > img {
  width: 101px;
  height: 197px;
}
.xq_list .tj ul {
  width: 1250px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.xq_list .tj ul li {
  float: left;
  width: 590px;
  overflow: hidden;
  margin-left: 35px;
  line-height: 50px;
}
.xq_list .tj ul li a {
  display: block;
  background: url(../img/icontj.png) no-repeat center left;
  padding-left: 15px;
  overflow: hidden;
}
.xq_list .tj ul li a h2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  max-width: 70%;
  float: left;
}
.xq_list .tj ul li a span {
  float: right;
  color: #999;
}
.xq_list .tj ul li a:hover h2 {
  color: #004a8e;
}
.xq_list.zpxq_list {
  padding: 80px 0;
}
.xq_list.zpxq_list .xqnr {
  padding: 0;
}
.xq_list.zpxq_list .xqnr .xq_tit {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.xq_list.zpxq_list .xqnr .top {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.xq_list.zpxq_list .xqnr .wz {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.xq_list.zpxq_list .xqnr .btn {
  margin-left: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.xq_list.zpxq_list .xqnr .btn a {
  display: inline-block;
  width: 132px;
  height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  background: #18539b;
}
.xq_list.zpxq_list .xq_sxp {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.xq_sxp {
  background: #e6e6e6;
  margin-top: 43px;
  text-align: center;
}
.xq_sxp a {
  display: inline-block;
  vertical-align: middle;
}
.xq_sxp a.sp {
  background: url(../img/xp1.png) no-repeat center left;
  padding-left: 50px;
  font-size: 16px;
  color: #999;
  transition: 0.3s;
  width: 38%;
}
.xq_sxp a.sp:hover {
  background: url(../img/xp.png) no-repeat center left;
  color: #004a8e;
}
.xq_sxp a.lb {
  background: url(../img/iconlb.png) no-repeat center center #18539b;
  width: 86px;
  height: 86px;
  margin: 0 30px;
}
.xq_sxp a.xp {
  background: url(../img/sp1.png) no-repeat center right;
  padding-right: 50px;
  font-size: 16px;
  color: #999;
  transition: 0.3s;
  width: 38%;
}
.xq_sxp a.xp:hover {
  background: url(../img/sp.png) no-repeat center right;
  color: #004a8e;
}
.qlwh_list {
  background: #fff;
  width: 100%;
  margin: 80px auto;
  min-height: 500px;
}
.qlwh_list .qlwh_nr {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 20px;
}
.qlwh_list .qlwh_nr img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cp_list {
  padding: 80px 0;
  min-height: 400px;
  background: #f7f7f7;
}
.cp_list ul {
  min-height: 400px;
  overflow: hidden;
}
.cp_list ul li {
  float: left;
  width: 392px;
  padding: 19px;
  background: #fff;
  text-align: center;
  margin: 0 18px;
  margin-bottom: 50px;
  transition: 0.3s;
}
.cp_list ul li a {
  display: block;
}
.cp_list ul li a img {
  width: 326px;
  height: 210px;
}
.cp_list ul li a p {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: normal;
  transition: 0.3s;
}
.cp_list ul li a span {
  height: 38px;
  line-height: 19px;
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  transition: 0.3s;
}
.cp_list ul li a em {
  display: inline-block;
  border: 1px solid #999;
  font-size: 14px;
  color: #999999;
  padding: 5px 10px;
  margin-top: 31px;
  transition: 0.3s;
}
.cp_list ul li:hover {
  background: #18539b;
  transition: 0.3s;
}
.cp_list ul li:hover a p {
  color: #fff;
  transition: 0.3s;
}
.cp_list ul li:hover a span {
  color: #fff;
  transition: 0.3s;
}
.cp_list ul li:hover a em {
  color: #fff;
  border-color: #fff;
  transition: 0.3s;
}
.rcln_list {
  background: #fff;
  width: 100%;
  margin: 80px auto;
  min-height: 500px;
}
.rcln_list .rcln_nr {
  min-height: 500px;
  overflow: hidden;
  padding: 50px 30px;
  box-sizing: border-box;
  width: 100%;
}
.rcln_list .rcln_nr p {
  font-size: 14px;
  line-height: 2;
}
.rcln_list .rcln_nr p.ttt {
  font-size: 20px;
  font-family: "黑体";
  font-weight: 700;
  color: #366092;
}
.rcln_list .rcln_nr img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.rcln_list .rcln_nr video {
  max-width: 100%;
}
.rcln_list .rcln_nr iframe {
  max-width: 100%;
}
.rcln_list .rcln_nr table {
  max-width: 100%;
}
.rczp_list {
  padding: 80px 0;
}
.rczp_list ul {
  min-height: 500px;
  margin-bottom: 50px;
}
.rczp_list ul li {
  float: left;
  width: 650px;
  background: #fff;
  overflow: hidden;
  margin: 0 25px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: 0.3s;
}
.rczp_list ul li a {
  display: block;
  background: url(../img/iconzp.png) no-repeat center left;
  padding-left: 30px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.rczp_list ul li a h2 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  float: left;
  max-width: 70%;
}
.rczp_list ul li a span {
  float: right;
  font-size: 16px;
  color: #666666;
}
.rczp_list ul li:hover {
  background: #18539b;
  transition: 0.3s;
}
.rczp_list ul li:hover a {
  background: url(../img/iconzph.png) no-repeat center left;
}
.rczp_list ul li:hover a h2 {
  color: #fff;
}
.rczp_list ul li:hover a span {
  color: #fff;
}
.fy {
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fy span {
  font-size: 14px;
  color: #666666;
}
.fy .tta {
  display: inline-block;
}
.fy a {
  display: inline-block;
  background: #e0e0e0;
  font-size: 18px;
  color: #666;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  margin: 0 4px;
}
.fy a.on {
  background: #18539b;
  color: #fff;
}
.fy a:hover {
  background: #18539b;
  color: #fff;
}
.fy input {
  width: 70px;
  height: 34px;
  background: #e0e0e0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.lxwm {
  width: 100%;
  height: 1000px;
  position: relative;
}
.lxwm iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.lxwm .lxwm_info {
  width: 1200px;
  position: absolute;
  z-index: 2;
  top: 112px;
  left: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lxwm .lxwm_info .lx1 {
  background: url(../img/lx1.png) no-repeat center center;
  width: 297px;
  height: 352px;
  text-align: center;
}
.lxwm .lxwm_info .lx1 h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 156px;
}
.lxwm .lxwm_info .lx1 p {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}
.lxwm .lxwm_info .lx2 {
  background: url(../img/lx2.png) no-repeat center center;
  width: 297px;
  height: 352px;
  text-align: center;
  margin: 0 120px;
}
.lxwm .lxwm_info .lx2 h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 156px;
  margin-bottom: 50px;
}
.lxwm .lxwm_info .lx2 p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.lxwm .lxwm_info .lx3 {
  background: url(../img/lx3.png) no-repeat center center;
  width: 297px;
  height: 352px;
}
.ly_list {
  background: #fff;
  margin: 50px 0;
}
.ly_list .ly_top {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.ly_list .ly_top .box {
  display: inline-block;
  width: 48%;
}
.ly_list .ly_top .box p {
  font-size: 16px;
  color: #333333;
}
.ly_list .ly_top .box input {
  background: #f6f6f6;
  text-indent: 1em;
  width: 100%;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 50px;
  margin-top: 10px;
}
.ly_list .ly_top .box.yx {
  margin-left: 40px;
}
.ly_list .ly_top .box.ly {
  width: 100%;
  margin-top: 25px;
}
.ly_list .ly_top .box.ly textarea {
  width: 98%;
  height: 120px;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
  font-family: "微软雅黑";
  resize: none;
  line-height: 28px;
  margin-top: 10px;
}
.ly_list .ly_top .box.yzm {
  margin-top: 25px;
}
.ly_list .ly_top .box.yzm .yzmk {
  background: #f6f6f6;
  margin-top: 10px;
}
.ly_list .ly_top .box.yzm .yzmk input {
  width: 71%;
  background: none;
  margin-top: 0;
}
.ly_list .ly_top .box.yzm .yzmk img {
  width: 100px;
  height: 38px;
  cursor: pointer;
}
.ly_list .ly_top a {
  display: inline-block;
  width: 310px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.ly_list .ly_top a.tj {
  background: #18539B;
  margin-left: 58px;
}
.ly_list .ly_top a.cz {
  background: #9ca2a9;
}
.ly_list .ly_bottom {
  padding-bottom: 100px;
}
.ly_list .ly_bottom .gg {
  border-bottom: 1px solid #eee;
  padding-top: 70px;
  padding-bottom: 40px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.ly_list .ly_bottom .gg .s {
  overflow: hidden;
}
.ly_list .ly_bottom .gg .s img {
  float: left;
  margin-right: 30px;
  width: 59px;
  height: 59px;
}
.ly_list .ly_bottom .gg .s p {
  font-size: 16px;
  font-weight: bold;
}
.ly_list .ly_bottom .gg .s p span {
  font-size: 16px;
  color: #6f7070;
  font-weight: normal;
  margin-left: 20px;
}
.ly_list .ly_bottom .gg .s p.lynr {
  float: right;
  width: 91.1%;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  margin-top: 20px;
}
.ly_list .ly_bottom .gg .x {
  float: right;
  width: 89%;
  background: #fafafa;
  padding: 15px;
  margin-top: 25px;
}
.ly_list .ly_bottom .gg .x h2 {
  font-size: 16px;
  color: #18539b;
}
.ly_list .ly_bottom .gg .x p {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
@media print {
  body {
    max-width: inherit;
    min-width: inherit;
  }
  @page {
    size: A4 portrait;
    margin: 80px 0 80px 0;
  }
  .w {
    width: 100%;
  }
  #index_head {
    display: none;
  }
  .xq_list {
    padding: 0 !important;
  }
  .xq_list.zpxq_list {
    padding: 0 !important;
  }
  .zy_banner {
    display: none !important;
  }
  .sub_nav {
    display: none !important;
  }
  .xq_list .dw {
    display: none !important;
  }
  .xq_list .xqnr .top {
    display: none !important;
  }
  .xq_list .tj {
    display: none !important;
  }
  .xq_sxp {
    display: none !important;
  }
  #foot {
    display: none !important;
  }
}
