body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(to top, #f3f3f3, #074dc0);
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  min-width: 1300px;
}
body .guide {
  width: 1299px;
  height: 720px;
  margin: 40px auto;
  background-image: url("../images/bg.png");
  overflow: hidden;
}
body .guide .logo {
  width: 656px;
  height: 42px;
  margin: 140px auto;
}
body .guide .logo img {
  width: 27px;
  height: 29px;
  float: left;
  margin-right: 18px;
}
body .guide .logo .headerTitle {
  float: left;
}
body .guide .logo .headerTitle p {
  font-size: 18px;
  color: #a60912;
}
body .guide .logo .headerTitle p:nth-of-type(1) {
  margin-bottom: 5px;
}
body .guide .logo i,
body .guide .logo span {
  position: relative;
  top: 0;
}
body .guide .logo i {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 40px;
  top: 5px;
  margin-left: 25px;
  margin-right: 23px;
  background-color: #333;
}
body .guide .logo span {
  font-size: 32px;
  font-weight: 600;
  top: -5px;
  color: #333;
}
body .guide .btn {
  width: 200px;
  height: 50px;
  position: relative;
  bottom: -172px;
  left: 347px;
}
body .guide .btn a {
  display: block;
  line-height: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 3px #ebf0fa;
  border-radius: 6px;
  color: #4f4f4f;
  font-size: 22px;
  padding-left: 70px;
  font-weight: 600;
  position: relative;
}
body .guide .btn a img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body .guide .btn a img:nth-of-type(1) {
  display: block;
}
body .guide .btn a img:nth-of-type(2) {
  display: none;
}
body .guide .btn:nth-of-type(3) {
  left: 780px;
  bottom: -127px;
}
body .guide .btn:nth-of-type(3) a {
  padding-left: 57px;
}
body .guide .btn:nth-of-type(3) a img {
  left: 29px;
}
body .guide .btn:hover a {
  color: #fff;
  background-color: #074dc0;
}
body .guide .btn:hover a img:nth-of-type(1) {
  display: none;
}
body .guide .btn:hover a img:nth-of-type(2) {
  display: block;
}
body .headBack {
  width: 1300px;
  margin: 0 auto;
}
body .headBack img {
  width: 100%;
  display: block;
}
body .header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
body .header > div {
  width: 1300px;
  height: 470px;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
  left: 0;
  overflow: hidden;
}
body .header > div .header-top {
  height: 42px;
  float: left;
  margin-top: 20px;
  margin-left: 150px;
}
body .header > div .header-top img {
  width: 27px;
  height: 29px;
  float: left;
  margin-right: 18px;
}
body .header > div .header-top .headerTitle {
  float: left;
}
body .header > div .header-top .headerTitle p {
  font-size: 18px;
  color: #a60912;
}
body .header > div .header-top .headerTitle p:nth-of-type(1) {
  margin-bottom: 5px;
}
body .header > div .header-top i,
body .header > div .header-top span {
  position: relative;
  top: 0;
}
body .header > div .header-top i {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 35px;
  top: 6px;
  margin-left: 18px;
  margin-right: 15px;
  background-color: #333;
}
body .header > div .header-top span {
  font-size: 28px;
  font-weight: 600;
  top: -3px;
  color: #333;
}
body .header > div .headerIcon {
  width: 90px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
body .header > div .headerIcon i {
  font-size: 25px;
  cursor: pointer;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .header > div .headerIcon i:hover {
  color: #c2392b;
}
body .header > div .headerIcon img {
  width: 82px;
  height: 82px;
  display: none;
  position: absolute;
  top: 37px;
  left: -8px;
  border: 1px solid #c2392b;
}
body .header > div .headerIcon i:last-child {
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
body .header > div .headerUl {
  position: absolute;
  bottom: 78px;
  left: 0;
  height: 50px;
}
body .header > div .headerUl > ul > li {
  float: left;
  width: 132px;
  height: 48px;
  text-align: center;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  position: relative;
}
body .header > div .headerUl > ul > li > a {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  position: relative;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .header > div .headerUl > ul > li .icon-shangsanjiao {
  color: #e6e6e6;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
body .header > div .headerUl > ul > li > ul {
  width: 132px;
  background-color: #e6e6e6;
  padding-top: 12px;
  position: absolute;
  top: 47px;
  left: 0;
  display: none;
}
body .header > div .headerUl > ul > li > ul > li {
  width: 132px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  position: relative;
}
body .header > div .headerUl > ul > li > ul > li > a {
  color: #000;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .header > div .headerUl > ul > li > ul > li:hover {
  background-color: #a60912;
}
body .header > div .headerUl > ul > li > ul > li:hover a {
  color: #fff;
}
body .header > div .headerUl > ul .show {
  background-color: #fff;
}
body .header > div .headerUl > ul .show > a {
  color: #074dc0;
}
body .header > div .headerUl > ul > li:hover {
  background-color: #fff;
}
body .header > div .headerUl > ul > li:hover > a {
  color: #074dc0;
}
body .header > div .headerUl > ul > li:hover .icon-shangsanjiao {
  opacity: 1;
}
body .header > div .headerSearch {
  position: absolute;
  bottom: 89px;
  right: 20px;
}
body .header > div .headerSearch form {
  position: relative;
}
body .header > div .headerSearch form input {
  border: 1px solid #d9ece0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
  width: 200px;
  height: 26px;
  padding: 0 25px 0 12px;
  background-color: #074dc0;
  color: #fff;
}
body .header > div .headerSearch form input::-webkit-input-placeholder {
  color: #fff;
}
body .header > div .headerSearch form input:-moz-placeholder {
  color: #fff;
}
body .header > div .headerSearch form input:-ms-input-placeholder {
  color: #fff;
}
body .header > div .headerSearch form ​ ​ a button {
  color: #fff;
  font-size: 16px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
body .header > div .headerSearch form button {
  color: #fff;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 5px;
}
body .headB {
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 53px;
}
body .headB img {
  width: 100%;
  display: block;
}
body .title > div {
  width: 1300px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
body .title > div h3 {
  width: 300px;
  height: 50px;
  font-size: 24px;
  color: #333;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #074dc0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .crumbs {
  display: inline-block;
  padding-right: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
body .crumbs li {
  float: left;
  font-size: 14px;
}
body .crumbs li > a {
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  color: #4f4f4f;
}
body .crumbs li > a:hover {
  color: #074dc0;
}
body .crumbs li:last-child {
  color: #074dc0;
}
body .crumbs .gang {
  padding: 0 3px;
}
body .page {
  width: 533px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 90px;
  overflow: hidden;
}
body .page li {
  height: 15px;
  font-size: 14px;
  float: left;
  color: #333;
  padding: 0 5px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .page li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding: 0 3px;
  height: 15px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .page li input {
  width: 25px;
  height: 16px;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  margin: 0 3px;
  margin-top: -2px;
  font-size: 14px;
}
body .page li button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 15px;
}
body .page .liClick a {
  color: #c2392b;
}
body .page li:hover {
  color: #c2392b;
}
body .page li:hover a,
body .page li:hover button {
  color: #c2392b;
}
body .page li:nth-child(1):hover,
body .page li:nth-child(8):hover,
body .page li:nth-child(11):hover {
  color: #333;
}
body .index {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 22px;
}
body .index .indexContent {
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding: 85px 50px 0;
}
body .index .indexContent .indexTitle {
  width: 100%;
  border-bottom: 1px solid #9f9f9f;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}
body .index .indexContent .indexTitle img {
  float: left;
  margin-bottom: -5px;
}
body .index .indexContent .indexTitle p {
  font-size: 18px;
  float: left;
  margin-left: 10px;
  font-weight: 600;
}
body .index .indexContent .indexTitle a {
  color: #000;
  font-size: 14px;
  float: right;
  position: absolute;
  bottom: 8px;
  right: 0;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .index .indexContent .indexTitle a:hover {
  color: #074dc0;
}
body .index .indexContent .news {
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-bottom: 50px;
}
body .index .indexContent .news > div {
  width: 516px;
}
body .index .indexContent .news > div .bannerBox {
  width: 100%;
  height: 335px;
  overflow: hidden;
  position: relative;
}
body .index .indexContent .news > div .bannerBox .slides li {
  width: 100%;
  height: 335px;
  position: relative;
}
body .index .indexContent .news > div .bannerBox .slides li a img {
  width: 100%;
  height: 100%;
}
body .index .indexContent .news > div .bannerBox .slides li a p {
  width: 100%;
  height: 40px;
  background-color: rgba(72, 122, 193, 0.6);
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-left: 28px;
}
body .index .indexContent .news > div .bannerBox .banner-direction-nav {
  display: none;
}
body .index .indexContent .news > div .bannerBox .banner-control-nav {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
body .index .indexContent .news > div .bannerBox .banner-control-nav li {
  float: left;
  margin-right: 8px;
}
body .index .indexContent .news > div .bannerBox .banner-control-nav li a {
  width: 9px;
  height: 9px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
body .index .indexContent .news > div .bannerBox .banner-control-nav li .banner-active {
  background: #fff;
}
body .index .indexContent .news > div > ul {
  width: 100%;
  margin-top: 20px;
}
body .index .indexContent .news > div > ul li {
  width: 100%;
  height: 46px;
  overflow: hidden;
  margin: 0;
  background-color: #fff;
}
body .index .indexContent .news > div > ul li a {
  width: 100%;
  background-color: #fff;
  padding: 0;
  display: block;
}
body .index .indexContent .news > div > ul li a .iconfont {
  display: none;
  color: #074dc0;
  margin-top: 12px;
  float: left;
}
body .index .indexContent .news > div > ul li a p,
body .index .indexContent .news > div > ul li a span {
  position: relative;
  line-height: 40px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  font-size: 15px;
}
body .index .indexContent .news > div > ul li a span {
  float: right;
  color: #9fa0a0;
}
body .index .indexContent .news > div > ul li a p {
  color: #4f4f4f;
  float: left;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .index .indexContent .news > div > ul li:hover .iconfont {
  display: block;
}
body .index .indexContent .news > div > ul li:hover p,
body .index .indexContent .news > div > ul li:hover span {
  color: #074dc0;
}
body .index .indexContent .news .newsLeft {
  float: left;
  background-color: #000;
}
body .index .indexContent .news .newsRight {
  float: right;
  width: 600px;
}
body .index .indexContent .dangji {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
body .index .indexContent .dangji > div {
  width: 400px;
  float: left;
}
body .index .indexContent .dangji > div ul {
  width: 100%;
  height: 230px;
  margin-top: 33px;
  border-bottom: 1px solid #9fa0a0;
}
body .index .indexContent .dangji > div ul li {
  width: 100%;
  height: 44px;
  position: relative;
}
body .index .indexContent .dangji > div ul li a {
  display: block;
  width: 100%;
}
body .index .indexContent .dangji > div ul li a .iconfont {
  display: none;
  color: #074dc0;
  margin-top: 2px;
  float: left;
}
body .index .indexContent .dangji > div ul li a p {
  position: relative;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #2f2f2f;
  font-size: 15px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .index .indexContent .dangji > div ul li a span {
  float: right;
  font-size: 14px;
  color: #9fa0a0;
}
body .index .indexContent .dangji > div ul li:hover .iconfont {
  display: block;
}
body .index .indexContent .dangji > div ul li:hover p,
body .index .indexContent .dangji > div ul li:hover span {
  color: #074dc0;
}
body .index .indexContent .dangji .dangjiMiddle {
  position: absolute;
  left: 56%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .index .indexContent .dangji .dangjiRight {
  width: 240px;
  float: right;
}
body .index .indexContent .dangji .dangjiRight > p {
  margin-top: 20px;
}
body .index .indexContent .dangji .dangjiRight > p a {
  display: inline-block;
  width: 240px;
  height: 111px;
  margin: 0 auto;
  background-color: #074dc0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .index .indexContent .dangji .dangjiRight > p a > img {
  width: 240px;
  height: 111px;
}
body .index .indexContent .dangji .dangjiRight > p:nth-of-type(2) {
  margin-top: 7px;
}
body .index .indexContent .dangji .dangjiRight .pic {
  margin-top: 9px;
  margin-bottom: 10px;
}
body .index .indexContent .dangji .dangjiRight .pic img {
  width: 240px;
  height: 80px;
}
body .index .indexContent .dangji .dangjiRight ul {
  height: 134px;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  box-sizing: content-box;
}
body .index .indexContent .dangji .dangjiRight ul li {
  width: 100%;
  height: 38px;
  margin-top: 7px;
  text-align: center;
  line-height: 38px;
  background-color: #f7f8f8;
}
body .index .indexContent .dangji .dangjiRight ul li a {
  font-size: 16px;
  color: #2f2f2f;
}
body .index .indexContent .dangji .dangjiRight ul li:hover a {
  color: #074dc0;
}
body .index .indexContent .warn {
  margin-bottom: 25px;
}
body .index .indexContent .warn .dangjiLeft,
body .index .indexContent .warn .dangjiRight {
  height: 330px;
  margin-top: 16px;
}
body .index .indexContent .warn .dangjiMiddle {
  width: 430px;
  height: 330px;
  margin-top: 1px;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 3px #ebf0fa;
}
body .index .indexContent .topic {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  overflow: hidden;
  padding: 10px 0;
}
body .index .indexContent .topic .topicList {
  width: 100%;
  position: relative;
}
body .index .indexContent .topic .topicList .topicList-viewport {
  width: 1110px;
  margin: 0 auto;
}
body .index .indexContent .topic .topicList .slides li {
  width: 340px;
  height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
body .index .indexContent .topic .topicList .slides li a img {
  width: 100%;
  height: 100%;
}
body .index .indexContent .topic .topicList .slides li a p {
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -35px;
  transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  background-color: rgba(72, 122, 193, 0.6);
}
body .index .indexContent .topic .topicList .slides li:hover p {
  bottom: 0;
}
body .index .indexContent .topic .topicList .topicList-direction-nav {
  width: unset !important;
}
body .index .indexContent .topic .topicList .topicList-direction-nav li {
  width: 15px;
  height: 76px;
  background-color: #dcdcdc;
  margin-top: -80px;
  position: relative;
}
body .index .indexContent .topic .topicList .topicList-direction-nav li:hover {
  background-color: #074dc0;
}
body .index .indexContent .topic .topicList .topicList-direction-nav .topicList-nav-prev {
  margin-left: 10px;
}
body .index .indexContent .topic .topicList .topicList-direction-nav .topicList-nav-prev .icon-leftsanjiao {
  position: absolute;
  top: 29px;
  left: -1px;
  color: #fff;
}
body .index .indexContent .topic .topicList .topicList-direction-nav .topicList-nav-next {
  margin-left: 1174px;
  margin-top: -75px;
}
body .index .indexContent .topic .topicList .topicList-direction-nav .topicList-nav-next .icon-rightsanjiao {
  position: absolute;
  top: 29px;
  color: #fff;
}
body .index .indexContent .friendlyLink {
  width: 100%;
  min-height: 123px;
}
body .index .indexContent .friendlyLink > div .indexTitle {
  border-bottom: none;
}
body .index .indexContent .friendlyLink > div .indexTitle p {
  width: 150px;
  height: 37px;
  background-color: #074dc0;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 0;
}
body .index .indexContent .friendlyLink > div > ul {
  overflow: hidden;
  margin-top: 17px;
}
body .index .indexContent .friendlyLink > div > ul li {
  float: left;
  margin-right: 18px;
  height: 25px;
  line-height: 25px;
}
body .index .indexContent .friendlyLink > div > ul li a {
  font-size: 16px;
  color: #100102;
  position: relative;
}
body .index .indexContent .friendlyLink > div > ul li a:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #074dc0;
  transition: all 0.3s ease;
}
body .index .indexContent .friendlyLink > div > ul li a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
body .index .indexContent .friendlyLink > div > ul li:hover a {
  color: #074dc0;
}
body .gaikuang {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  min-height: 450px;
}
body .gaikuang .gaikuang-center {
  width: 1100px;
  margin: 40px auto 60px;
  padding: 34px 26px 56px;
  box-shadow: 0px 0px 20px 3px #ebf0fa;
  border-radius: 6px;
}
body .gaikuang .gaikuang-center .content {
  width: 100%;
}
body .gaikuang .gaikuang-center .content .nTitle {
  width: 100%;
  text-align: center;
}
body .gaikuang .gaikuang-center .content .nTitle h3 {
  font-size: 18px;
}
body .gaikuang .gaikuang-center .content .nTitle span {
  display: block;
  margin: 10px 0;
}
body .gaikuang .gaikuang-center .content .contentT {
  width: 100%;
  text-align: center;
}
body .gaikuang .gaikuang-center .content .contentT h3 {
  font-size: 18px;
  margin: 10px auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #074dc0;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
}
body .gaikuang .gaikuang-center .content .contentT span {
  color: #4f4f4f;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
body .gaikuang .gaikuang-center .content > img {
  width: 100%;
  height: 400px;
}
body .gaikuang .gaikuang-center .content .contentN {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
body .gaikuang .gaikuang-center .content .contentN > p {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
  text-indent: 2em;
}
body .gaikuang .gaikuang-center .contentVideo {
  text-align: center;
}
body .gaikuang .gaikuang-center .contentVideo > img {
  width: 500px;
  height: auto;
}
body .gaikuang .gaikuang-center .contentTable {
  text-align: center;
}
body .gaikuang .gaikuang-center .contentTable table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
body .gaikuang .gaikuang-center .contentTable table .th td {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
body .gaikuang .gaikuang-center .contentTable table tr td {
  border: 1px solid #333;
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
}
body .gaikuang .gaikuang-center .contentTable table tr td input {
  width: 80%;
  height: 25px;
  border: 1px solid #666;
}
body .gaikuang .gaikuang-center .contentTable table tr td i {
  color: red;
}
body .gaikuang .gaikuang-center .contentTable table .ttr {
  width: 100px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
body .gaikuang .gaikuang-center .contentTable button {
  width: 100px;
  height: 30px;
  background: #074dc0;
  color: #fff;
  border: 1px solid #074dc0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
body .gaikuang .gaikuang-center .contentTable > img {
  width: 800px;
  height: auto;
}
body .gaikuang .gaikuang-center .back {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
body .gaikuang .gaikuang-center .back > a {
  display: inline-block;
  width: 90px;
  height: 25px;
  border-left: 2px solid #074dc0;
  padding-left: 5px;
  color: #074dc0;
  font-size: 20px;
}
body .gaikuang .gaikuang-center .neiye {
  margin: 40px 0 56px 0;
}
body .gaikuang .gaikuang-center .neiye > p {
  overflow: hidden;
  margin-top: -20px;
}
body .gaikuang .gaikuang-center .neiye > p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .gaikuang .gaikuang-center .neiye > p span a,
body .gaikuang .gaikuang-center .neiye > p span i {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
body .gaikuang .gaikuang-center .neiye > p span:nth-child(2) {
  float: right;
}
body .gaikuang .gaikuang-center .neiye > p span:hover {
  color: #074dc0;
}
body .gaikuang .gaikuang-center .neiye > p span:hover a,
body .gaikuang .gaikuang-center .neiye > p span:hover i {
  color: #074dc0;
}
body .gaikuang .gaikuang-center .neiye .fx {
  width: 328px;
  float: right;
  margin-top: 20px;
  margin-right: -45px;
}
body .gaikuang .gaikuang-center .neiye .fx span {
  margin-right: -20px;
  float: left;
  font-size: 14px;
  color: #333;
}
body .gaikuang .gaikuang-center .neiye .fx div {
  display: inline-block;
}
body .gaikuang .gaikuang-center .neiye .fx div a {
  background-image: none;
  font-size: 14px;
  width: 80px;
  margin-left: -10px;
  position: relative;
  color: #333;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  margin-top: -2px;
}
body .gaikuang .gaikuang-center .neiye .fx div a i {
  font-size: 28px;
  color: #333;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  position: absolute;
  top: 0;
  margin-left: 5px;
}
body .gaikuang .gaikuang-center .neiye .fx div a:nth-child(2) i {
  top: -2px;
}
body .gaikuang .gaikuang-center .neiye .fx div a:nth-child(3) i {
  top: -3px;
  font-size: 24px;
}
body .gaikuang .gaikuang-center .neiye .fx div a:hover {
  color: #074dc0;
}
body .gaikuang .gaikuang-center .neiye .fx div a:hover i {
  color: #074dc0;
}
body .gaikuang .gaikuang-center .contentMap {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid #aaa;
}
body .gaikuang .gaikuang-center .contentMap #container {
  width: 100%;
  height: 340px;
  position: relative;
}
body .gaikuang .gaikuang-center .contentMap #container .amap-marker-label {
  background: #333;
  width: 360px;
  height: 146px;
  margin-top: 235px;
  margin-left: 227px;
  padding: 0;
  border: 0;
}
body .gaikuang .gaikuang-center .contentMap #container .amap-marker-label i {
  color: #333;
  position: absolute;
  left: -16px;
  top: 10px;
  font-size: 24px;
}
body .gaikuang .gaikuang-center .contentMap #container .amap-marker-label h3 {
  padding-top: 6px;
  font-size: 18px;
  color: #fff;
  background: #333;
  width: 100%;
  height: 35px;
  line-height: 24px;
  text-align: center;
}
body .gaikuang .gaikuang-center .contentMap #container .amap-marker-label p {
  padding: 14px 14px 0 14px;
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 20px;
}
body .gaikuang .gaikuang-center .contentMap #container .amap-marker-label p i {
  color: #333;
  font-weight: bold;
}
body .muban {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
body .muban .muban-center {
  width: 1100px;
  margin: 40px auto 60px;
  overflow: hidden;
  padding: 34px 26px 56px;
  box-shadow: 0px 0px 20px 3px #ebf0fa;
  border-radius: 6px;
}
body .muban .muban-center .threeImg {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
body .muban .muban-center .threeImg > div {
  width: 317px;
  height: 205px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
body .muban .muban-center .threeImg > div a img {
  width: 100%;
  height: 100%;
}
body .muban .muban-center .threeImg > div a p {
  width: 100%;
  height: 35px;
  position: absolute;
  padding: 0 20px;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .muban .muban-center .threeImg > div:nth-child(3n-1) {
  margin: 0 75px;
}
body .muban .muban-center .threeImg > div:hover p {
  color: #074dc0;
}
body .muban .muban-center .content {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
body .muban .muban-center .content > div {
  width: 100%;
  float: left;
  margin: 30px 0;
}
body .muban .muban-center .content > div ul {
  width: 100%;
  overflow: hidden;
}
body .muban .muban-center .content > div ul li {
  width: 490px;
  height: 40px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 68px;
}
body .muban .muban-center .content > div ul li .iconfont {
  display: none;
  color: #074dc0;
  margin-top: 7px;
  float: left;
}
body .muban .muban-center .content > div ul li a,
body .muban .muban-center .content > div ul li span {
  font-size: 15px;
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 30px;
  position: relative;
}
body .muban .muban-center .content > div ul li a {
  float: left;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .muban .muban-center .content > div ul li span {
  float: right;
  color: #9fa0a0;
}
body .muban .muban-center .content > div ul li:nth-of-type(2n) {
  margin-right: 0;
}
body .muban .muban-center .content > div ul li:hover .iconfont {
  display: block;
}
body .muban .muban-center .content > div ul li:hover a,
body .muban .muban-center .content > div ul li:hover span {
  color: #074dc0;
}
body .muban .muban-center .content > div ul li:hover a:before,
body .muban .muban-center .content > div ul li:hover span:before {
  width: 100%;
  left: 0;
  right: 0;
}
body .muban .muban-center .content .search {
  width: 100%;
}
body .muban .muban-center .content .search li {
  margin-bottom: 10px;
}
body .muban .muban-center .content .search li .gword {
  color: #074dc0;
}
body #footer {
  width: 1300px;
  height: 145px;
  margin: 0 auto;
  position: relative;
  background-color: #f3f3f3;
}
body #footer > div {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body #footer > div > div {
  float: left;
  margin-top: 30px;
}
body #footer > div > div p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
body #footer > div > div img {
  height: 111px;
}
body #footer > div > div:nth-of-type(2) {
  margin-left: 220px;
}
body #footer > div > div:nth-of-type(4) {
  margin-top: 12px;
}
body .prev-next .float-left {
  float: left;
}
body .prev-next .float-right {
  float: right;
}
body .prev-next p a,
body .prev-next p i {
  font-size: 14px;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
body .prev-next p:hover a,
body .prev-next p:hover i {
  color: #074dc0;
}
body .fx {
  clear: both;
}
body .current-page {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
body .current-page .current-container {
  display: inline-block;
  margin-bottom: -2px;
}
body .current-page .current-container li {
  margin-right: 15px;
  margin-top: 15px;
  float: left;
}
body .current-page .current-container li a {
  padding: 2px 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .current-page .current-container li a .iconfont {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .current-page .current-container li:last-of-type {
  margin-right: 0;
}
body .current-page .current-container .li-active a {
  background: #074dc0;
  border: 1px solid transparent;
  color: #fff;
}
body .current-page #jump-page {
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  height: 24px;
  padding: 0 10px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: none;
}
body .current-page #jump-page:hover {
  background: #074dc0;
  color: #fff;
}
body .current-page #all_page {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 32px;
}
body .current-page #all_page i {
  margin: 0 8px;
}
body .current-page #jump-value {
  width: 42px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
