/*-----------------------------样式函数声明*/
/*-----------------------------头部 start-*/
body {
  position: relative;
  overflow-x: hidden;
  background: #eee;
  margin-top: 80px;
  min-width: 1590px;
}
.hzjlbody {
  background: #dadadb;
}
#header {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 30;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: url("../imgs/header.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#header .nav {
  width: 100%;
  height: 2rem;
  top: 1rem;
  left: 0;
  z-index: 4;
}
#header .nav .navList {
  width: 80%;
  min-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#header .nav .navList .logo {
  width: auto;
  float: left;
  margin-top: 10px;
}
#header .nav .navList .parent-nav {
  position: absolute;
  right: -33px;
  bottom: 0;
  margin: 0;
}
#header .nav .navList .parent-nav > div {
  width: 140px;
  float: left;
  position: relative;
  /*&:nth-of-type(3){
            .child-nav{
              li{
                &:nth-of-type(3),&:nth-of-type(4){
                  margin-bottom: 20px;
                }
              }
            }
          }*/
}
#header .nav .navList .parent-nav > div > li {
  width: 140px;
  position: relative;
  z-index: 4;
}
#header .nav .navList .parent-nav > div > li a {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  display: block;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 16px;
  color: #dedede;
}
#header .nav .navList .parent-nav > div:hover > li a {
  color: #fff;
}
#header .nav .navList .parent-nav > div:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#header .nav .navList .parent-nav > div:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #fff;
}
#header .nav .navList .parent-nav > div:hover:after {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
#header .nav .navList .parent-nav > div .child-nav {
  position: absolute;
  z-index: 3;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
  display: none;
}
#header .nav .navList .parent-nav > div .child-nav li {
  width: 140px;
  text-align: center;
}
#header .nav .navList .parent-nav > div .child-nav li:last-child {
  padding-bottom: 30px;
}
#header .nav .navList .parent-nav > div .child-nav li:first-child {
  padding-top: 6px;
}
#header .nav .navList .parent-nav > div .child-nav li a {
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  line-height: 18px;
  color: #666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 0 5px;
}
#header .nav .navList .parent-nav > div .child-nav li a:hover {
  color: #c30e22;
}
#header .nav .navList .parent-nav > div .child-nav li a:before {
  content: "";
  display: block;
  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%);
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#header .nav .navList .parent-nav > div .child-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  z-index: 11;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #c30e22;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#header .nav .navList .parent-nav > div .child-nav li a:hover:after {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c30e22;
}
#header .nav .navList .head-center {
  height: 30px;
  margin: 0 auto;
  padding-top: 0.1rem;
  float: right;
}
#header .nav .navList .head-center .head-search {
  float: right;
  height: 1rem;
  margin-right: -10px;
}
#header .nav .navList .head-center .head-search i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 34px;
}
#header .nav .navList .head-center .head-search .input-search {
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  width: 60px;
  height: 0.4rem;
  padding: 2px 10px;
  font-family: "微软雅黑";
  border-radius: 0.4rem;
  color: #000;
  vertical-align: middle;
  border: 0;
  outline: none;
  margin-bottom: 34px;
}
#header .nav .navList .head-center .head-language {
  float: right;
  position: relative;
  margin-top: 5px;
  height: 30px;
  width: 154px;
  padding-left: 48px;
}
#header .nav .navList .head-center .head-language span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
  float: right;
}
#header .nav .navList .head-center .head-language span > i {
  color: #fff;
  position: relative;
  top: -5px;
  left: 0;
}
#header .nav .navList .head-center .head-language span .icon-xiangxia-copy {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 0px;
  margin-top: -2px;
}
#header .nav .navList .head-center .head-language > i {
  font-size: 16px;
  color: #fff;
  margin-right: 0.2rem;
  float: right;
}
#header .nav .navList .head-center .head-language .languageList {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 11;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: none;
}
#header .nav .navList .head-center .head-language .languageList li {
  position: relative;
  width: 120px;
  height: 40px;
  text-align: center;
  background: #fff;
}
#header .nav .navList .head-center .head-language .languageList li:last-child {
  border-bottom: 0;
}
#header .nav .navList .head-center .head-language .languageList li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: inline-block;
  font-size: 14px;
  color: #666;
  position: relative;
  vertical-align: top;
  line-height: 40px;
}
#header .nav .navList .head-center .head-language .languageList li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #c30e22;
  transition: all .3s;
}
#header .nav .navList .head-center .head-language .languageList li a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
#header .nav .navList .head-center .head-language .languageList li:last-child {
  border-bottom: 0;
}
#header .nav .navList .head-center .head-language .languageList li:hover a {
  color: #c30e22;
}
/*------------------------------头部 end*/
/*------------------------------尾部 start*/
#footer {
  width: 100%;
  min-width: 1590px;
  height: 220px;
  background: url("../imgs/footer-1.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  clear: both;
}
#footer .fooetr-center {
  width: 1367px;
  height: 100%;
  margin: 0 auto;
}
#footer .fooetr-center > p {
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  width: 906px;
  margin: 0 auto;
}
#footer .fooetr-center > p a {
  margin-left: 19px;
  color: #fff;
  display: inline-block;
  position: relative;
}
#footer .fooetr-center > p a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s;
}
#footer .fooetr-center > p a:hover:before {
  width: 100%;
  left: 0;
}
#footer .fooetr-center .link-list p {
  color: #fff;
  line-height: 42px;
  font-size: 11px;
}
#footer .fooetr-center .link-list p a {
  color: #fff;
  padding: 0 5px;font-size: 11px;
}
#footer .fooetr-center .fot {
  float: left;
  margin-top: 19px;
}
#footer .fooetr-center .fot:nth-of-type(1) {
  width: 337px;
  padding-left: 0;
}
#footer .fooetr-center .footer-info {
  width: 492px;
  margin-left:20px;
}
#footer .fooetr-center .footer-info p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin: 0 0 11px 0;
}
#footer .fooetr-center .footer-info p:last-child {
  margin-bottom: 0;
}
#footer .fooetr-center .footer-ewm {
  float: right;
  text-align: center;
}
#footer .fooetr-center .footer-ewm img {
  width: 105px;
  height: 102px;
  display: block;
  margin: 0 auto 10px;
}
#footer .fooetr-center .footer-ewm > p {
  width: 185px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  line-height: 20px;
}
/*------------------------------尾部 end*/
/*------------------------------回到顶部 start*/
#gotop {
  position: fixed;
  right: 6.4%;
  bottom: 195px;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 10;
}
#gotop > img {
  width: auto;
}
#gotop > p {
  font-size: 16px;
  color: #666666;
  margin: -4px 0 0 0;
}
/*------------------------------回到顶部 end*/
/*------------------------------面包屑导航 start*/
.bread-nav {
  width: 100%;
  height: 48px;
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}
.bread-nav > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
}
.bread-nav > div:nth-of-type(1) {
  float: left;
  width: 345px;
  background: url("../imgs/break-1.png") no-repeat top right;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bread-nav > div:nth-of-type(2) {
  float: right;
  width: 1265px;
  background: url("../imgs/break-2.png") no-repeat top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bread-nav ul {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 15px;
}
.bread-nav ul li {
  float: left;
  font-size: 16px;
  color: #444;
  line-height: 46px;
  margin-right: 22px;
}
.bread-nav ul li:last-of-type {
  margin-right: 0;
}
.bread-nav ul li i {
  color: #434343;
  font-size: 25px;
}
.bread-nav ul li a {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  color: #444;
}
.bread-nav ul li a:hover {
  color: #c30e22;
}
.bread-nav1 > div:nth-of-type(1) {
  background: url("../imgs/break-3.png") no-repeat top right;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bread-nav1 > div:nth-of-type(2) {
  background: url("../imgs/break-4.png") no-repeat top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.bread-nav1 ul li {
  color: #fff;
}
.bread-nav1 ul li i {
  color: #fff;
}
.bread-nav1 ul li a {
  color: #fff;
}
/*------------------------------面包屑导航 end*/
/*------------------------------右侧导航 start*/
.rightNav,
.rightNav1,
.rightNav2 {
  position: absolute;
  width: 150px;
  top: 100px;
  right: 4.3%;
  margin: 0;
}
.rightNav ul li,
.rightNav1 ul li,
.rightNav2 ul li {
  position: relative;
  width: 155px;
  height: 76px;
  margin-bottom: 15px;
  overflow: hidden;
}
.rightNav ul li > a,
.rightNav1 ul li > a,
.rightNav2 ul li > a {
  display: block;
  width: 155px;
  height: 76px;
}
.rightNav ul li > a img,
.rightNav1 ul li > a img,
.rightNav2 ul li > a img {
  width: 155px;
  height: 76px;
}
.rightNav ul li > a img:nth-of-type(2),
.rightNav1 ul li > a img:nth-of-type(2),
.rightNav2 ul li > a img:nth-of-type(2) {
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  position: absolute;
  top: 0;
  left: -100%;
}
.rightNav ul li > a:hover img:nth-of-type(2),
.rightNav1 ul li > a:hover img:nth-of-type(2),
.rightNav2 ul li > a:hover img:nth-of-type(2) {
  left: 0;
}
.rightNav ul li > a > span,
.rightNav1 ul li > a > span,
.rightNav2 ul li > a > span {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rightNav1 > ul > li > a > span {
  top: 48%;
  display: block;
  text-align: center;
}
.rightNav1 > ul > li:nth-of-type(3) > a > span,
.rightNav1 > ul > li:nth-of-type(4) > a > span {
  width: 92px;
}
.rightNav1 > ul > li:nth-of-type(5) > a > span {
  width: 110px;
}
.rightNav2 {
  overflow: hidden;
}
.rightNav2 .lxsDown {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 22px;
}
.rightNav2 .lxsDown > div {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../imgs/lsxDown.jpg") no-repeat center;
}
.rightNav2 .lxsDown > div > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.rightNav2 .lxsDown > div > a > span {
  display: block;
  width: 76px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
/*------------------------------右侧导航 end*/
/*------------------------------左侧导航 start*/
.leftNav {
  position: absolute;
  top: 70px;
  left: 5%;
  z-index: 21;
  width: 150px;
  padding-left: 10px;
  display: none;
}
.leftNav .leftNav_title {
  width: 150px;
  height: 73px;
  background: url("../imgs/leftNav-1.png") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-size: 24px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  margin-left: -10px;
  margin-bottom: 30px;
}
.leftNav .leftNav_title a {
  color: #fff;
}
.leftNav > ul {
  border-left: 1px solid #666;
}
.leftNav > ul > li {
  position: relative;
  padding-bottom: 40px;
}
.leftNav > ul > li > a > i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -4px;
}
.leftNav > ul > li > a > i > span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #666;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.leftNav > ul > li > a > span {
  position: relative;
  display: block;
  color: #666;
  width: 80px;
  font-size: 16px;
  line-height: 24px;
  left: 27px;
  top: -7px;
}
.leftNav > ul > li:last-of-type {
  padding-bottom: 0;
  height: 0;
}
.leftNav > ul > li.li_active > a > i {
  background: rgba(232, 51, 71, 0.5);
}
.leftNav > ul > li.li_active > a > i > span {
  border: 1px solid #e83347;
  background: #e83347;
}
.leftNav:nth-of-type(2) {
  display: block;
}
/*------------------------------左侧导航 end*/
/*------------------------------内容导航 start*/
.main-center-nav1 {
  height: 68px;
  float: left;
  position: relative;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}
.main-center-nav1 > a {
  display: block;
  width: 168px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  position: relative;
  font-size: 20px;
  float: left;
  color: #666;
}
.main-center-nav1 > a:after {
  content: "";
  width: 1px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  background: #999;
}
.main-center-nav1 > a:last-of-type:after {
  content: "";
  width: 0;
  height: 0;
}
.main-center-nav1 > a.a_active {
  width: 169px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
  color: #e83347;
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}
.main-center-nav1 > a.a_active:after {
  content: "";
  width: 0;
  height: 0;
}
.main-center-nav > ul > li > a > span {
  width: 138px;
  text-align: center;
  line-height: 18px;
}
.main-center-nav > ul > li.li_active > a > img:nth-of-type(1) {
  display: none;
}
.main-center-nav > ul > li.li_active > a > img:nth-of-type(2) {
  left: 0;
}
/*------------------------------内容导航 start*/
/*------------------------------公共样式 start*/
.public-main-center {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.main-container {
  min-width: 1590px;
  position: relative;
  padding-bottom: 75px;
  background: url("../imgs/bg.jpg");
}
.bigImg {
  position: relative;
  z-index: 1;
}
.bigImg img {
  width: 100%;
  /*height: 380px;*/
  display: block;
}
.main-footer-list {
  margin: 75px auto 0;
  overflow: hidden;
  height: 104px;
}
.main-footer-list > ul {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-footer-list > ul li {
  float: left;
  width: 186px;
  overflow: hidden;
  position: relative;
  margin-right: 151px;
}
.main-footer-list > ul li > a {
  display: block;
}
.main-footer-list > ul li > a img {
  width: 186px;
}
.main-footer-list > ul li > a img:nth-of-type(2) {
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  position: absolute;
  top: 0;
  left: -100%;
}
.main-footer-list > ul li > a:hover img:nth-of-type(2) {
  left: 0;
}
.main-footer-list > ul li > a > span {
  display: block;
  width: 152px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 42%;
}
.main-footer-list > ul li:nth-of-type(2) > a > span {
  width: 100px;
}
.main-footer-list > ul li:last-of-type {
  margin-right: 0;
}
.main-body {
  min-width: 1590px;
}
/*------------------------------分页*/
.pagation {
  display: inline-block;
  font-size: 18px;
  position: relative;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagation a,
.pagation span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e83347;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 25px;
}
.pagation a.current,
.pagation span.current {
  background: #e83347;
  color: #fff;
}
.pagation .rows {
  width: auto;
  border: 0;
}
.pagation .current,
.pagation .num {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #e83347;
}
.pagation .current:hover,
.pagation .num:hover {
  background: #e83347;
  color: #fff;
}
.pagation .next,
.pagation .prev {
  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;
  line-height: 29px;
  text-align: center;
}
.pagation .next > i,
.pagation .prev > i {
  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;
  font-size: 20px;
  color: #e83347;
}
.pagation .next:hover,
.pagation .prev:hover {
  background: #e83347;
}
.pagation .next:hover > i,
.pagation .prev:hover > i {
  color: #fff;
}
/*------------------------------首页*/
.index {
  width: 100%;
  position: relative;
  background: #fff;
  /*---------------------------------标题*/
  /*banner start*/
  /*banner end*/
  /*介绍 start */
  /*介绍 start */
  /*详情列表 start*/
  /*详情列表 end*/
  /*新闻大图 start*/
  /*新闻大图 end*/
  /*新闻列表 start*/
  /*新闻列表 end*/
  /*通知列表（格高志远） start*/
  /*通知列表（格高志远） end*/
  /*留学生风采列表 start*/
  /*留学生风采列表 end*/
}
.index .newTop {
  margin-bottom: 70px;
}
.index .newTop span {
  display: block;
  width: 330px;
  font-size: 32px;
  color: #666;
  padding: 0 14px 0;
  line-height: 4px;
  border-left: 70px solid #c30e22;
  border-right: 70px solid #c30e22;
  text-align: center;
  margin: 0 auto;
}
.index .newTop i {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #8a8a8a;
  letter-spacing: 0.1rem;
}
.index .newTop b {
  display: block;
  width: 4.5rem;
  border: 2px solid #c30e22;
  margin: 0.3rem auto 0;
}
.index .newTop .morenews {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  float: right;
  color: #434343;
  font-weight: bold;
  margin-right: 0.35rem;
}
.index .newTop .morenews:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #c30e22;
}
.index .bigImgList {
  position: relative;
  z-index: 1;
  /*项目列表 start*/
  /*项目列表 end*/
}
.index .bigImgList .banner {
  width: 100%;
  height: 844px;
  overflow: hidden;
  position: relative;
}
.index .bigImgList .banner .bannerList li {
  position: relative;
}
.index .bigImgList .banner .bannerList li > img {
  width: 100%;
  display: block;
}
.index .bigImgList .banner .bannerList li > dl {
  position: absolute;
  top: 23%;
  left: 200px;
}
.index .bigImgList .banner .bannerList li > dl dt,
.index .bigImgList .banner .bannerList li > dl dd {
  line-height: 0.7rem;
  color: #fff;
  position: relative;
}
.index .bigImgList .banner .bannerList li > dl dd {
  font-size: 20px;
}
.index .bigImgList .banner .bannerList li > dl dd:nth-of-type(1) {
  margin: 28px 0 48px;
}
.index .bigImgList .banner .bannerList li > dl dt {
  font-size: 36px;
}
.index .bigImgList .banner .bannerList li > dl dd .main-btn {
  display: inline-block;
  width: 216px;
  height: 57px;
  border-bottom: 3px solid #fff;
  line-height: 57px;
  background: #ea3549;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 24px;
  padding-left: 58px;
  position: relative;
}
.index .bigImgList .banner .bannerList li > dl dd .main-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index .bigImgList .banner .bannerList li > dl dd .main-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 11;
  width: 0;
  height: 3px;
  background: #ea3549;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index .bigImgList .banner .bannerList li > dl dd .main-btn:hover:after {
  width: 100%;
}
.index .bigImgList .banner .bannerList li > dl dd .main-btn i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 156px;
}
.index .bigImgList .banner .banner-direction-nav {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
  height: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .bigImgList .banner .banner-direction-nav:nth-of-type(2) {
  display: none;
}
.index .bigImgList .banner .banner-direction-nav > li {
  position: absolute;
}
.index .bigImgList .banner .banner-direction-nav > li a {
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.index .bigImgList .banner .banner-direction-nav > li a i {
  font-size: 40px;
  color: #fff;
}
.index .bigImgList .banner .banner-direction-nav > li a:hover {
  background: rgba(195, 14, 34, 0.6);
}
.index .bigImgList .banner .banner-direction-nav .banner-nav-prev {
  left: 25px;
}
.index .bigImgList .banner .banner-direction-nav .banner-nav-next {
  right: 25px;
}
.index .bigImgList .main-project {
  width: 100%;
  position: relative;
  margin-top: -9.2%;
  z-index: 2;
  float: left;
}
.index .bigImgList .main-project ul li {
  width: 25%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.index .bigImgList .main-project ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .bigImgList .main-project ul li .pro-img {
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.index .bigImgList .main-project ul li .pro-filter {
  transition: top 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.index .bigImgList .main-project ul li .pro-filter > div {
  position: absolute;
  top: 42%;
  left: 50%;
  height: 166px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .bigImgList .main-project ul li .pro-filter > div span {
  font-size: 25px;
  color: #fff;
}
.index .bigImgList .main-project ul li .pro-filter > div > img {
  width: 2rem !important;
  margin: 0 auto;
}
.index .bigImgList .main-project ul li .pro-filter > div i:nth-of-type(1) {
  font-size: 75px;
  color: #fff;
}
.index .bigImgList .main-project ul li .pro-filter > div i:nth-of-type(2) {
  position: relative;
  display: block;
  width: 185px;
  height: 0.04rem;
  background: #fff;
  margin: 9px auto 0px;
}
.index .bigImgList .main-project ul li .pro-filter > div i:nth-of-type(2) > span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0.04rem;
  background: #c30e22;
}
.index .bigImgList .main-project ul li .pro-filter:hover > div i:nth-of-type(2) span {
  width: 101%;
}
.index .bigImgList .main-project ul li:nth-of-type(2) .pro-img {
  width: 108%;
}
.index .bigImgList .main-project ul li:nth-of-type(2) .pro-filter > div {
  padding-top: 15px;
}
.index .bigImgList .main-project ul li:nth-of-type(2) .pro-filter > div i {
  /*&:nth-of-type(2) {
                    margin: -11px auto 5px;
                  }*/
}
.index .bigImgList .main-project ul li:nth-of-type(2) .pro-filter > div i:nth-of-type(1) {
  font-size: 66px;
}
.index .bigImgList .main-project ul li:nth-of-type(3) .pro-img {
  width: 106%;
}
.index .bigImgList .main-project ul li:nth-of-type(3) .pro-filter > div {
  padding-top: 20px;
}
.index .bigImgList .main-project ul li:nth-of-type(3) .pro-filter > div i {
  /*&:nth-of-type(2) {
                    margin: -7px auto 5px;
                  }*/
}
.index .bigImgList .main-project ul li:nth-of-type(3) .pro-filter > div i:nth-of-type(1) {
  font-size: 60px;
}
.index .bigImgList .main-project ul li:nth-of-type(4) .pro-filter > div {
  padding-top: 24px;
}
.index .bigImgList .main-project ul li:nth-of-type(4) .pro-filter > div i {
  /* &:nth-of-type(2) {
                    margin: -7px auto 5px;
                  }*/
}
.index .bigImgList .main-project ul li:nth-of-type(4) .pro-filter > div i:nth-of-type(1) {
  font-size: 59px;
}
.index .info {
  width: 100%;
  min-width: 1590px;
  height: 400px;
  clear: both;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
.index .info .infoCenter {
  width: 72.2%;
  min-width: 1200px;
  height: 252px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  float: left;
}
.index .info .infoCenter .infoImg {
  width: 27.6%;
  position: relative;
  float: left;
  left: 1.5%;
  border: 2px solid #c30e22;
}
.index .info .infoCenter .infoImg img {
  width: 100%;
  display: block;
  position: absolute;
  top: 8.9%;
  right: 6.7%;
}
.index .info .infoCenter .information {
  width: 56%;
  float: right;
  position: absolute;
  bottom: -8.9%;
  right: 0;
}
.index .info .infoCenter .information > p {
  font-size: 28px;
  color: #333;
  margin-bottom: 24px;
  line-height: 28px;
}
.index .info .infoCenter .information > p > i {
  font-size: 18px;
}
.index .info .infoCenter .information > span {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}
.index .main-details {
  width: 100%;
  height: 312px;
  clear: both;
  background: #eee;
}
.index .main-details ul {
  width: 66%;
  min-width: 1200px;
  height: 312px;
  margin: 0 auto;
  position: relative;
}
.index .main-details ul li {
  height: 100%;
  float: left;
}
.index .main-details ul li > a {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .main-details ul li > a img:nth-of-type(2) {
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  position: absolute;
  top: 0;
  left: -100%;
}
.index .main-details ul li > a:hover img:nth-of-type(2) {
  left: 0;
}
.index .main-details ul li:nth-of-type(1) {
  left: 0;
}
.index .main-details ul li:nth-of-type(1) > a {
  left: 0;
}
.index .main-details ul li:nth-of-type(2) > a {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index .main-details ul li:nth-of-type(3) > a {
  right: 0;
}
.index .main-bigNews > a {
  display: block;
  position: relative;
}
.index .main-bigNews > a img {
  display: block;
  width: 100%;
}
.index .main-bigNews > a dl {
  position: absolute;
  bottom: 42px;
  right: 88px;
}
.index .main-bigNews > a dl dd {
  color: #fff;
  text-align: right;
  width: 100%;
  float: right;
}
.index .main-bigNews > a dl dd:nth-of-type(1) {
  font-size: 22px;
  color: #c30e22;
}
.index .main-bigNews > a dl dd:nth-of-type(2) {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 3px;
}
.index .main-bigNews > a dl dd:nth-of-type(3) {
  width: 70%;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.index .main-bigNews > a > .filter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2) inset;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2) inset;
  /* For Chrome5+, Safari5+ */
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2) inset;
}
.index .main-news {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 22px;
  position: relative;
}
.index .main-news .newList {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.index .main-news .newList ul {
  float: left;
}
.index .main-news .newList ul li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.index .main-news .newList ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}
.index .main-news .newList ul li > a img {
  display: block;
  width: 39.5%;
  float: left;
}
.index .main-news .newList ul li > a > i {
  display: block;
  float: left;
  width: 52.6%;
  margin-left: 4%;
}
.index .main-news .newList ul li > a > i > span {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  display: block;
  width: 100%;
  /*overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;*/
  font-size: 18px;
  color: #666;
}
.index .main-news .newList ul li > a > i > span:nth-of-type(2) {
  margin: 7px 0 9px;
}
.index .main-news .newList ul li > a > i > span:nth-of-type(3) {
  color: #666 !important;
  font-size: 16px;
  line-height: 28px;
  margin-top: 7px;
}
.index .main-news .newList ul li > a:hover > i > span {
  color: #c30e22;
}
.index .main-news .newList .more {
  display: block;
  width: 128px;
  height: 42px;
  line-height: 41px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ea3549;
  color: #fff;
  position: absolute;
  bottom: 55px;
  right: 80px;
  font-size: 18px;
  padding-left: 11px;
}
.index .main-news .newList .more > i {
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .main-news .newList .more:hover > i {
  right: -3px;
}
.index .main-notice {
  width: 100%;
  min-width: 1590px;
  position: relative;
  overflow: hidden;
}
.index .main-notice a {
  display: block;
  position: relative;
}
.index .main-notice a img {
  width: 100%;
  height: 300px;
  display: block;
}
.index .main-notice a > span {
  display: block;
  width: 80%;
  min-width: 1200px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index .main-notice a dl {
  width: 280px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.index .main-notice a dl dt {
  font-size: 28px;
  color: #333;
}
.index .main-notice a dl dd {
  font-size: 12px;
  color: #666;
}
.index .main-notice .imgText {
  width: 80%;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .main-notice .imgText img {
  position: absolute;
  left: 2000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 634px;
  -webkit-transition: height 1s, left 1s;
  -moz-transition: height 1s, left 1s;
  -ms-transition: height 1s, left 1s;
  -o-transition: height 1s, left 1s;
  transition: height 1s, left 1s;
}
.index .main-mien {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 70px 0 57px;
}
.index .main-mien .newLists {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index .main-mien .newLists ul {
  width: 1200px;
  margin: 0 auto;
  height: 360px;
  padding: 27px 189px;
  position: relative;
}
.index .main-mien .newLists ul li {
  width: 164px !important;
  position: relative;
  float: left;
  margin-bottom: 5px;
  cursor: pointer;
}
.index .main-mien .newLists ul li:nth-of-type(1) {
  margin-left: 0;
}
.index .main-mien .newLists ul li .mien-filter {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 158px;
  height: 184px;
  position: absolute;
  top: -23px;
  left: 0px;
  box-shadow: 0 0 0 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 4;
  outline: none;
}
.index .main-mien .newLists ul li .mien-filter img {
  width: 101%;
  height: auto;
  display: block;
}
.index .main-mien .newLists ul li .mien-filter span {
  color: #fff;
  font-size: 24px;
  position: relative;
  left: 0;
  top: -77px;
}
.index .main-mien .newLists ul li:hover .mien-filter {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .main-mien .newLists ul li:nth-of-type(6) {
  margin-left: 81px;
}
.index .main-mien .newLists ul li .hex {
  width: 150px;
  height: 86px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: 80% 50%;
  -webkit-background-size: auto 173px;
  -moz-background-size: auto 173px;
  -ms-background-size: auto 173px;
  -o-background-size: auto 173px;
  position: relative;
  float: left;
  margin: 25px 5px;
  text-align: center;
  zoom: 1;
}
.index .main-mien .newLists ul li .hex .corner-1,
.index .main-mien .newLists ul li .hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: inherit;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.index .main-mien .newLists ul li .hex .corner-1 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.index .main-mien .newLists ul li .hex .corner-2 {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.index .main-mien .newLists ul li .hex .corner-1:before,
.index .main-mien .newLists ul li .hex .corner-2:before {
  content: '';
  width: 173px;
  height: 173px;
  clear: both;
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.index .main-mien .newLists ul li .hex .corner-1:before {
  -webkit-transform: rotate(-60deg) translate(-93px, 1px);
  -moz-transform: rotate(-60deg) translate(-93px, 1px);
  -ms-transform: rotate(-60deg) translate(-93px, 1px);
  -o-transform: rotate(-60deg) translate(-93px, 1px);
  transform: rotate(-60deg) translate(-93px, 1px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.index .main-mien .newLists ul li .hex .corner-2:before {
  -webkit-transform: rotate(60deg) translate(-51px, -10px);
  -moz-transform: rotate(60deg) translate(-51px, -10px);
  -ms-transform: rotate(60deg) translate(-51px, -10px);
  -o-transform: rotate(60deg) translate(-51px, -10px);
  transform: rotate(60deg) translate(-51px, -10px);
  bottom: 0;
}
.index .main-mien .newLists > a {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  display: block;
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 192px;
  bottom: 32px;
}
.index .main-mien .newLists > a .icon-doubleright-copy {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  display: inline-block;
  font-size: 28px;
  color: #666;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 1px;
}
.index .main-mien .newLists > a:hover {
  color: #c30e22;
}
.index .main-mien .newLists > a:hover .icon-doubleright-copy {
  color: #c30e22;
}
/*------------------------------学院简介*/
.xyjj {
  width: 100%;
  position: relative;
  /*主体 start*/
  /*主体 end*/
}
.xyjj .main-container {
  width: 100%;
  min-width: 1590px;
  position: relative;
}
.xyjj .main-container .main-center-xyjj {
  background: #fff;
  padding: 30px 0;
}
.xyjj .main-container .main-center-xyjj > span {
  width: 1136px;
  display: block;
  margin: 0 auto;
}
.xyjj .main-container .main-center-xyjj > span > img {
  max-width: 1136px;
  display: block;
  width: 100%;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(1) {
  margin-bottom: 136px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(2) {
  margin-bottom: 140px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(3) {
  margin-bottom: 140px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(4) {
  margin-bottom: 105px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(5) {
  margin-bottom: 138px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(6) {
  margin-bottom: 140px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(7) {
  margin-bottom: 152px;
}
.xyjj .main-container .main-center-xyjj > span:nth-of-type(2n) {
  box-shadow: 0px 6px 12px #eee;
}
.xyjj .main-container .main-center {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/*------------------------------学历项目*/
.lxxm .public-main-center {
  background: transparent;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}
.lxxm .main-center-container {
  clear: both;
  width: 100%;
  background: #fff;
  padding: 54px 97px 60px 58px;
  display: none;
}
.lxxm .main-center-container > div {
  position: relative;
  margin-bottom: 46px;
  overflow: hidden;
}
.lxxm .main-center-container > div > b {
  display: block;
  font-size: 32px;
  color: #333;
  margin-bottom: 28px;
}
.lxxm .main-center-container > div p {
  font-size: 16px;
  line-height: 38px;
  margin: 0;
  color: #666;
}
.lxxm .main-center-container > div p > i {
  color: #333;
}
.lxxm .main-center-container > div p > a {
  color: #e83347;
}
.lxxm .main-center-container > div > div {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.lxxm .main-center-container > div > div table {
  clear: both;
  width: 976px;
  margin-left: 35px;
  border-collapse: collapse;
}
.lxxm .main-center-container > div > div table tr td {
  height: 48px;
  border: 1px solid #666;
  font-size: 16px;
}
.lxxm .main-center-container > div > div table tr td:nth-of-type(1) {
  width: 23%;
  color: #333;
  font-weight: bold;
  padding-left: 35px;
}
.lxxm .main-center-container > div > div table tr td:nth-of-type(2) {
  width: 77%;
  color: #666;
  padding-left: 70px;
}
.lxxm .main-center-container > div > div > p {
  padding-left: 53px;
  text-indent: -18px;
  margin-top: 48px;
}
.lxxm .main-center-container > div > div > p > i {
  font-weight: bold;
}
.lxxm .main-center-container > div dl {
  float: left;
  border-right: 1px solid #bcbcbc;
  margin-bottom: 60px;
}
.lxxm .main-center-container > div dl:nth-of-type(1) {
  width: 28%;
}
.lxxm .main-center-container > div dl:nth-of-type(2) {
  width: 42%;
  padding: 0 20px;
}
.lxxm .main-center-container > div dl:nth-of-type(3) {
  width: 30%;
  padding: 0 20px;
  border-right: 0;
}
.lxxm .main-center-container > div dl dt {
  color: #333;
  font-size: 16px;
  margin-bottom: 6px;
}
.lxxm .main-center-container > div dl dd {
  color: #666;
  font-size: 16px;
  padding-left: 35px;
  line-height: 36px;
}
.lxxm .main-center-container > div dl dd > i {
  color: #333;
  font-weight: bold;
}
.lxxm .main-center-container > div:nth-of-type(1) > p:nth-of-type(2) {
  padding-left: 18px;
  text-indent: -18px;
}
.lxxm .main-center-container > div:nth-of-type(1) > p:nth-of-type(3) {
  padding-left: 98px;
  text-indent: -98px;
}
.lxxm .main-center-container > div:nth-of-type(2) > img {
  width: 455px;
  height: 294px;
  position: absolute;
  right: 0;
  top: -46px;
}
.lxxm .main-center-container > div:nth-of-type(3) > img {
  width: 1123px;
  height: 300px;
  vertical-align: bottom;
  margin-top: 59px;
}
.lxxm .main-center-container > div:nth-of-type(4) b,
.lxxm .main-center-container > div:nth-of-type(4) p {
  text-align: center;
}
.lxxm .main-center-container > div:nth-of-type(6) table {
  width: 514px;
  border: 1px solid #666;
  border-collapse: collapse;
}
.lxxm .main-center-container > div:nth-of-type(6) table tr,
.lxxm .main-center-container > div:nth-of-type(6) table td,
.lxxm .main-center-container > div:nth-of-type(6) table th {
  border: 1px solid #666;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
}
.lxxm .main-center-container > div:nth-of-type(6) > img {
  width: 500px;
  height: 339px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 55px;
}
.lxxm .main-center-container > div:nth-of-type(6) > i {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin-top: 22px;
}
.lxxm .main-center-container:nth-of-type(1) {
  display: block;
}
.lxxm .rightNav1 > ul > li > a > span {
  top: 48%;
  display: block;
  text-align: center;
}
.lxxm .rightNav1 > ul > li:nth-of-type(3) > a > span,
.lxxm .rightNav1 > ul > li:nth-of-type(4) > a > span,
.lxxm .rightNav1 > ul > li:nth-of-type(5) > a > span {
  width: 138px;
}
/*------------------------------授课项目*/
.skxm .main-center-nav1 a {
  width: auto;
  font-size: 16px;
  color: #666;
  padding: 0 19px;
}
/*------------------------------合作与交流*/
.hzjl .bread-nav {
  position: absolute;
}
.hzjl .main-container {
  z-index: 1;
  padding-bottom: 0;
}
.hzjl .main-center-hzjl {
  width: 100%;
}
.hzjl .main-center-hzjl > div {
  width: 100%;
  height: 1786px;
  min-width: 1366px;
  background: url("../imgs/hzjl-1.jpg") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.hzjl .main-center-hzjl > div > dl {
  width: 543px;
  position: absolute;
  top: 139px;
  left: 48%;
}
.hzjl .main-center-hzjl > div > dl dd {
  font-size: 16px;
  color: #666666;
  line-height: 34px;
}
.hzjl .main-center-hzjl > div > dl dd > a {
  color: #333;
  font-weight: bold;
}
.hzjl .main-center-hzjl > div > div {
  position: absolute;
  bottom: 63px;
  left: 21%;
  width: 767px;
  height: 398px;
  padding: 20px;
  background: url("../imgs/hzjl-2.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.hzjl .main-center-hzjl > div > div > p {
  font-size: 16px;
  color: #666;
  line-height: 37px;
}
.hzjl .main-center-hzjl > div > div > p > i {
  color: #333;
  font-size: 28px;
}
.hzjl .main-center-hzjl > div > div > p > a {
  display: inline-block;
  width: 150px;
  height: 73px;
  background: url("../imgs/leftNav-1.png") no-repeat;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 68px;
  margin-left: 40px;
}
.hzjl .main-center-hzjl > div > div > p:nth-of-type(2) {
  color: #333;
  margin-top: 26px;
}
.hzjl .main-center-hzjl > div > div > p > span {
  display: block;
  width: 50%;
  float: left;
}
/*------------------------------留学生风采*/
.lxs .main-container {
  background: none;
}
.lxs .main-center-lxs {
  width: 67%;
  padding: 40px 40px 40px;
  overflow: hidden;
}
.lxs .main-center-lxs .img_view {
  width: 100%;
}
.lxs .main-center-lxs .img_view > ul > li {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.lxs .main-center-lxs .img_view > ul > li > img {
  /*width: 1200px;
            height: 637px;*/
  width: 100%;
  min-height: 229px;
  display: block;
}
.lxs .main-center-lxs .img_view > ul > li > a {
  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;
  display: block;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.lxs .main-center-lxs .img_view > ul > li > a > i,
.lxs .main-center-lxs .img_view > ul > li > a > span {
  display: block;
  color: #fff;
  text-align: right;
  padding-right: 80px;
}
.lxs .main-center-lxs .img_view > ul > li > a > i {
  font-size: 24px;
  font-weight: bold;
  line-height: 62px;
}
.lxs .main-center-lxs .img_view > ul > li > a > span {
  width: 75%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: right;
}
.lxs .main-center-lxs .img_view > ul > li > a:hover {
  background: rgba(195, 14, 34, 0.3);
}
.lxs .main-center-lxs .img_view > ul > li:nth-of-type(1) {
  display: block;
}
.lxs .main-center-lxs .img_list {
  position: relative;
}
.lxs .main-center-lxs .img_list > ul {
  margin-top: 70px;
}
.lxs .main-center-lxs .img_list > ul li {
  width: 24%;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  float: left;
  margin-right: 1.3%;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(195, 14, 34, 0);
  -webkit-box-shadow: 0 2px 16px rgba(195, 14, 34, 0);
  -moz-box-shadow: 0 2px 16px rgba(195, 14, 34, 0);
}
.lxs .main-center-lxs .img_list > ul li:nth-of-type(4n) {
  margin-right: 0;
}
.lxs .main-center-lxs .img_list > ul li img {
  /* width: 285px;
            height: 200px;*/
  width: 100%;
  display: block;
}
.lxs .main-center-lxs .img_list > ul li:hover {
  box-shadow: 0 2px 16px rgba(195, 14, 34, 0.4);
  -webkit-box-shadow: 0 2px 16px rgba(195, 14, 34, 0.4);
  -moz-box-shadow: 0 2px 16px rgba(195, 14, 34, 0.4);
}
.lxs .main-center-lxs .img_list > ol {
  position: absolute;
  right: 0;
  top: -55px;
}
.lxs .main-center-lxs .img_list > ol li {
  width: 40px;
  height: 40px;
  background: #e83347;
  text-align: center;
  line-height: 32px;
  float: left;
  margin-left: 2px;
  cursor: pointer;
}
.lxs .main-center-lxs .img_list > ol li > i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 30px;
  color: #fff;
}
.lxs .main-center-lxs .img_list > ol li:hover > i {
  margin-left: 5px;
}
.lxs .main-center-lxs .img_list > ol .prev:hover > i {
  margin-left: -5px;
}
/*------------------------------新闻内页*/
.neiye {
  width: 100%;
  position: relative;
}
.neiye .bigImg {
  position: absolute;
}
.neiye .main-container {
  z-index: 3;
  background: none;
}
.neiye .main-center {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 70px 100px 93px;
  overflow: hidden;
}
.neiye .main-center > h3 {
  color: #333;
  font-size: 34px;
  font-weight: normal;
  margin: 0;
}
.neiye .main-center > ul {
  width: 100%;
  position: relative;
  float: left;
  padding: 42px 0;
  margin-bottom: 30px;
  border-bottom: 1px dotted #333;
}
.neiye .main-center > ul li {
  float: left;
  color: #333;
  font-size: 18px;
  margin-right: 23px;
  /*&:first-child{
          margin-left: -9px;
        }*/
}
.neiye .main-center > img {
  display: block;
  width: auto;
  margin: 0 auto 42px;
  max-width: 1000px;
}
.neiye .main-center > p {
  font-size: 18px;
  color: #444;
  line-height: 32px;
  margin: 0 0 30px 0;
}
.neiye .main-center .ny_footer {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 64px;
}
.neiye .main-center .ny_footer > ul {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.neiye .main-center .ny_footer > ul li {
  float: left;
  color: #333;
  font-size: 18px;
  margin-right: 23px;
  line-height: 32px;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 {
  position: absolute;
  right: 0;
  top: 0;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a {
  width: 30px;
  height: 30px;
  display: inline-block;
  /*&:nth-of-type(4){
            background: url("../imgs/ny-3.png") no-repeat;
            .transition(background,@sec3);
            &:hover{
              background: url("../imgs/ny-3-1.jpg") no-repeat;
            }
          }*/
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a > span {
  background: none;
  display: inline-block !important;
  float: none;
  margin-right: 0;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(1) {
  background: url("../imgs/ny-1.jpg") no-repeat;
  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;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(1):hover {
  background: url("../imgs/ny-1-1.png") no-repeat;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(2) {
  background: url("../imgs/ny-2.png") no-repeat;
  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;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(2):hover {
  background: url("../imgs/ny-2-1.jpg") no-repeat;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(3) {
  background: url("../imgs/ny-4.png") no-repeat;
  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;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(3):hover {
  background: url("../imgs/ny-4-1.jpg") no-repeat;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(4) {
  margin-left: 11px;
  background: url("../imgs/ny-5.png") no-repeat;
  float: right;
  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;
}
.neiye .main-center .ny_footer .jiathis_style_32x32 > a:nth-of-type(4):hover {
  background: url("../imgs/ny-5-1.jpg") no-repeat;
}
iframe {
  margin: 0 !important;
}
.jiathis_style {
  margin: 0 !important;
  position: fixed !important;
}
.jiathis_style > div {
  width: 300px !important;
  border: 0 !important;
}
.jiathis_style .searchTxt {
  margin: 6px 0 0 27px;
  padding: 0;
  height: 16px;
  vertical-align: top;
  outline: none;
}
.jiathis_style .jiathis_weixin_h3 {
  font-size: 20px;
}
#jiathis_weixin_h3 {
  font-size: 20px ;
}
/*------------------------------新闻列表页*/
.list .main-container {
  background: none;
}
.list .main-center {
  overflow: inherit;
}
.list .main-center .list_title {
  padding-bottom: 29px;
  border-bottom: 1px dotted #333;
}
.list .main-center .list_title > img {
  width: auto;
  vertical-align: middle;
}
.list .main-center .list_title > h3 {
  display: inline-block;
  font-size: 26px;
  color: #333;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin-left: 11px;
}
.list .main-center .list_info > ul li {
  width: 100%;
  height: 238px;
  padding: 30px 0;
  position: relative;
  border-bottom: 1px dotted #666;
}
.list .main-center .list_info > ul li > a {
  display: block;
}
.list .main-center .list_info > ul li > a > img {
  width: 316px;
  height: 176px;
  display: block;
  float: left;
}
.list .main-center .list_info > ul li > a > dl {
  width: 540px;
  float: left;
  margin-left: 30px;
}
.list .main-center .list_info > ul li > a > dl dt {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  font-size: 22px;
  color: #666;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 14px;
}
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(1) {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(2) {
  width: 84px;
  height: 84px;
  border: 1px solid #666;
  position: absolute;
  text-align: center;
  right: 0;
  top: 100px;
  transition: border 0.5s ease;
  -webkit-transition: border 0.5s ease;
  -moz-transition: border 0.5s ease;
  -ms-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
}
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(2) > span,
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(2) i {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(2) > span {
  font-size: 16px;
  color: #666;
  top: 51px;
  width: 100%;
}
.list .main-center .list_info > ul li > a > dl dd:nth-of-type(2) > i {
  font-size: 26px;
  color: #666;
  top: 14px;
}
.list .main-center .list_info > ul li > a:hover > dl dt {
  color: #e83347;
}
.list .main-center .list_info > ul li > a:hover > dl dd {
  border-color: #e83347;
}
.list .main-center .list_info > ul li > a:hover > dl dd:nth-of-type(2) > span,
.list .main-center .list_info > ul li > a:hover > dl dd:nth-of-type(2) i {
  color: #e83347;
}
.list .main-center .list_info > ul li > div {
  width: 55px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -110px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
/*------------------------------国际文化交流学院奖学金*/
.main-center-gjwhjxj {
  padding: 84px 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  left: 0;
}
.main-center-gjwhjxj > img {
  display: block;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
/*------------------------------孔子学院奖学金*/
.kzjxjBody .leftNav > ul > li > a > span {
  width: 145px;
}
.kzjxj .main-footer-list > ul > li {
  margin-right: 77px;
}
.kzjxj .main-footer-list > ul > li:last-child {
  margin-right: 0;
}
.kzjxj .main-center-kzjxj {
  background: #fff;
  position: relative;
  padding: 74px 0 84px;
}
.kzjxj .main-center-kzjxj .main-center-bg {
  position: absolute;
  top: 100px;
  left: 0;
  width: auto;
  z-index: 0;
}
.kzjxj .main-center-kzjxj > div {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto;
}
.kzjxj .main-center-kzjxj > div > h3 {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-bottom: 33px;
}
.kzjxj .main-center-kzjxj > div > p {
  font-size: 16px;
  color: #666;
  line-height: 38px;
}
.kzjxj .main-center-kzjxj > div .public-floor {
  margin-top: 64px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div {
  margin-bottom: 58px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div b {
  position: relative;
  margin-bottom: 44px;
  display: inline-block;
}
.kzjxj .main-center-kzjxj > div .public-floor > div b > img {
  width: auto;
}
.kzjxj .main-center-kzjxj > div .public-floor > div b > span {
  display: block;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: -44px;
  left: 78px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div {
  width: 100%;
  overflow: hidden;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > p {
  font-size: 16px;
  line-height: 36px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > p > i {
  color: #333;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > div {
  width: 100%;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > div > p {
  font-size: 16px;
  color: #666;
  line-height: 38px;
  padding-left: 20px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > div > p > i {
  color: #333;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > div > p > span {
  color: #333;
  font-weight: bold;
}
.kzjxj .main-center-kzjxj > div .public-floor > div > div > div > p > a {
  color: #e83347;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) {
  margin-bottom: 0px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) > div > div {
  width: 50%;
  height: 342px;
  float: left;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(2n-1) {
  width: 450px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(2n) {
  width: 500px;
  float: right;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(4) {
  margin-top: -30px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(1) > div > div > p:nth-of-type(1) {
  padding-left: 0;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(2) > div > div > p,
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(3) > div > div > p {
  text-indent: -20px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(2) > div > div > p > img,
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(3) > div > div > p > img {
  margin-top: 41px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(3) > div > div > p:nth-of-type(1) {
  color: #333;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(4),
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(5) {
  width: 644px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(4) > div > div > p,
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(5) > div > div > p {
  text-indent: -20px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(5) {
  margin-bottom: 14px;
}
.kzjxj .main-center-kzjxj > div .public-floor > div:nth-of-type(5) > div > div img {
  width: 307px;
  height: 710px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div > div > div > h5 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin: 13px 0 16px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) {
  margin-bottom: 58px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > p:nth-of-type(2) {
  margin-bottom: 7px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div {
  height: auto;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div > p {
  padding-left: 20px !important;
  text-indent: -20px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(1),
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(3),
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(4) {
  float: left;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(2) > p:nth-of-type(2),
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(4) > p:nth-of-type(2),
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(2) > p:nth-of-type(3),
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(4) > p:nth-of-type(3) {
  padding-left: 36px !important;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(4) {
  margin-top: 0;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(1) > div > div:nth-of-type(5) {
  float: right;
  margin-top: 23px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(2) > div > div > p:nth-of-type(1) {
  padding-left: 0;
  text-indent: 0;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(2) > div > div > p > img {
  margin-top: 57px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(4) > div > div > p > i {
  letter-spacing: 1px;
}
.kzjxj .main-center-kzjxj-sqbf > div .public-floor > div:nth-of-type(4) > div > div > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 396px;
  height: 248px;
}
/*------------------------------校际交流*/
.main-center-xjjl {
  padding: 100px 0 90px;
}
.main-center-xjjl > div {
  width: 1123px;
  margin: 0 auto;
  position: relative;
}
.main-center-xjjl > div > h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 45px;
}
.main-center-xjjl > div > div {
  margin-bottom: 54px;
}
.main-center-xjjl > div > div b {
  display: block;
  font-size: 26px;
  color: #333;
  margin-bottom: 32px;
}
.main-center-xjjl > div > div > p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}
.main-center-xjjl > div > div > p > a {
  color: #e83347;
}
.main-center-xjjl > div > div:nth-of-type(4),
.main-center-xjjl > div > div:nth-of-type(5) {
  position: relative;
}
.main-center-xjjl > div > div:nth-of-type(4) > p,
.main-center-xjjl > div > div:nth-of-type(5) > p {
  width: 640px;
}
.main-center-xjjl > div > div:nth-of-type(4) > img,
.main-center-xjjl > div > div:nth-of-type(5) > img {
  max-width: 355px;
  max-height: 630px;
  position: absolute;
  right: 0px;
  bottom: 12px;
}
.main-center-xjjl > div > div:nth-of-type(7) > p:nth-of-type(3) {
  font-weight: bold;
}
.main-center-xjjl > div > div:nth-of-type(7) > img {
  display: block;
  max-width: 1118px;
  max-height: 268px;
  width: 100%;
  margin: 40px  auto 0;
}
.main-center-xjjl > div > div:nth-of-type(9) > p:nth-of-type(2) {
  font-weight: bold;
}
.main-center-xjjl > div > div:nth-of-type(11) {
  position: relative;
}
.main-center-xjjl > div > div:nth-of-type(11) > img {
  width: 40%;
  max-width: 453px;
  max-height: 429px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.main-center-xjjl > div > div:nth-of-type(11) > p > i {
  color: #333;
  font-weight: bold;
}
.main-center-xjjl > div > div:nth-of-type(12) {
  position: relative;
}
.main-center-xjjl > div > div:nth-of-type(12) table {
  width: 794px;
  border-collapse: collapse;
  border: 1px solid #666666;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-center-xjjl > div > div:nth-of-type(12) table th,
.main-center-xjjl > div > div:nth-of-type(12) table td {
  width: 50%;
  font-size: 16px;
  border: 1px solid #666666;
  text-align: center;
}
.main-center-xjjl > div > div:nth-of-type(12) table th {
  color: #333;
  height: 48px;
}
.main-center-xjjl > div > div:nth-of-type(12) table td {
  color: #666;
  height: 66px;
}
.main-center-xjjl > div > div:nth-of-type(12) table:nth-of-type(1) {
  margin-bottom: 39px;
}
.main-center-xjjl > div > div:nth-of-type(12) table:nth-of-type(2) {
  margin-top: 44px;
}
.main-center-xjjl > div > div:nth-of-type(12) > p {
  width: 794px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-center-xjjl > div > div:nth-of-type(12) > p:nth-of-type(2) {
  font-weight: bold;
}
.main-center-xjjl > div > div:nth-of-type(12) > img {
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
/*------------------------------常用下载*/
.down .main-container {
  padding-bottom: 0;
}
.down .downList {
  width: 1280px;
  height: 762px;
  background: #fff;
  margin: 102px auto 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 55px 0 30px;
}
.down .downList > h3 {
  text-align: center;
  margin-bottom: 54px;
  font-size: 32px;
  color: #333;
}
.down .downList > ul {
  width: 886px;
  margin: 0 auto;
}
.down .downList > ul li {
  width: 100%;
  margin-bottom: 23px;
}
.down .downList > ul li > a {
  display: block;
  font-size: 16px;
  color: #666;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.down .downList > ul li > a > i {
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  float: right;
}
.down .downList > ul li > a:hover {
  color: #e93b4e;
}
.down .downList > ul li > a:hover > i {
  color: #e93b4e;
}
.down .downList .pagation {
  top: -8px;
  font-size: 16px;
}
/*------------------------------联系信息*/
.lxxx .lxxxList {
  height: auto;
}
.lxxx .lxxxList > div {
  margin-bottom: 43px;
}
.lxxx .lxxxList > div b {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 50px;
}
.lxxx .lxxxList > div b > img {
  width: auto;
}
.lxxx .lxxxList > div b > span {
  display: block;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: -44px;
  left: 78px;
}
.lxxx .lxxxList > div > ul {
  width: 1014px;
  margin: 0 auto;
  overflow: hidden;
}
.lxxx .lxxxList > div > ul li {
  font-size: 16px;
  color: #666;
  float: left;
  margin-bottom: 14px;
}
.lxxx .lxxxList > div > ul li:nth-of-type(2n-1) {
  width: 60%;
}
.lxxx .lxxxList > div > ul li:nth-of-type(2n) {
  width: 40%;
}
.lxxx .lxxxList > div > div {
  width: 956px;
  padding: 0 30px;
  background: #f7f7f7;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.lxxx .lxxxList > div > div table {
  width: 100%;
  border-collapse: collapse;
}
.lxxx .lxxxList > div > div table tr,
.lxxx .lxxxList > div > div table td {
  font-size: 16px;
  color: #666;
  height: 46px;
  text-align: center;
}
.lxxx .lxxxList > div > div table tr {
  border-bottom: 1px solid #cecece;
}
.lxxx .lxxxList > div > div table tr:last-child {
  border-bottom: 0;
}
.lxxx .lxxxList > div > div table td:nth-of-type(1) {
  width: 10%;
}
.lxxx .lxxxList > div > div table td:nth-of-type(2) {
  width: 20%;
}
.lxxx .lxxxList > div > div table td:nth-of-type(3) {
  width: 40%;
}
.lxxx .lxxxList > div > div table td:nth-of-type(4) {
  width: 30%;
}
/*------------------------------校友会*/
.xyh .xyhList {
  height: auto;
  padding: 58px 42px 26px;
}
.xyh .xyhList > img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.xyh .xyhList > p {
  line-height: 38px;
  font-size: 16px;
  text-indent: 32px;
}
.xyh .xyhList > p > a {
  color: #ea3549;
}
/*------------------------------奖学金生指南*/
.jxjszn .jxjsznList {
  padding: 62px 40px 36px;
  height: auto;
  position: relative;
}
.jxjszn .jxjsznList h3 {
  margin-bottom: 28px;
}
.jxjszn .jxjsznList > p {
  font-size: 16px;
  line-height: 38px;
  text-indent: 32px;
}
.jxjszn .jxjsznList > p:nth-of-type(3),
.jxjszn .jxjsznList > p:nth-of-type(4) {
  width: 725px;
}
.jxjszn .jxjsznList > p:nth-of-type(3) > img,
.jxjszn .jxjsznList > p:nth-of-type(4) > img {
  width: auto;
  display: block;
  position: absolute;
  right: 80px;
  bottom: 164px;
}
/*------------------------------规章制度*/
.gzzdBody .leftNav > ul li a > span {
  width: 178px;
}
.gzzd .public-main-center {
  background: #fff;
  padding: 61px 40px 0;
  overflow: hidden;
}
.gzzd .public-main-center > div {
  width: 100%;
  float: left;
  margin-bottom: 61px;
}
.gzzd .public-main-center > div b {
  position: relative;
  margin-bottom: 44px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gzzd .public-main-center > div b > img {
  width: auto;
}
.gzzd .public-main-center > div b > span {
  display: block;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: -44px;
  left: 78px;
}
.gzzd .public-main-center > div > div > div {
  float: left;
}
.gzzd .public-main-center > div > div > div > p {
  font-size: 16px;
  line-height: 38px;
  collapse: #666;
}
.gzzd .public-main-center > div:nth-of-type(1) b {
  left: 36%;
  z-index: 0;
}
.gzzd .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div > img {
  width: 449px;
  height: 880px;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -108px;
}
.gzzd .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 680px;
  float: right;
}
.gzzd .public-main-center > div:nth-of-type(2n) {
  padding: 10px 10px 37px 20px;
  background: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.gzzd .public-main-center > div:nth-of-type(2n-1) > div > div > p {
  text-indent: 32px;
}
.gzzd .public-main-center > div:nth-of-type(2) b {
  left: 7.5%;
}
.gzzd .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) {
  width: 750px;
}
.gzzd .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) {
  float: right;
  margin-top: -52px;
}
.gzzd .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) > img {
  width: 396px;
  height: 454px;
  display: block;
}
.gzzd .public-main-center > div:nth-of-type(3) b {
  left: 36%;
}
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div > img {
  width: 432px;
  height: 377px;
  display: block;
  margin-bottom: 10px;
}
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div > img:last-child {
  margin-bottom: 0;
}
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2),
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(3),
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(4) {
  width: 710px;
  float: right;
  margin-bottom: 35px;
}
.gzzd .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(4) {
  margin-bottom: 0;
}
/*------------------------------校历*/
.xl .downList {
  height: auto;
  padding-bottom: 44px;
}
.xl .downList > div {
  margin: 0 auto 44px;
  width: 1000px;
}
.xl .downList > div > img {
  display: block;
  max-width: 1000px;
  width: auto;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.xl .downList > div > img:last-child {
  margin-bottom: 0;
}
/*------------------------------校园地图*/
.map .downList {
  height: auto;
  padding-bottom: 0;
}
.map .downList > div b {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 50px;
}
.map .downList > div b > img {
  width: auto;
}
.map .downList > div b > span {
  display: block;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: -35px;
  left: 78px;
}
.map .downList > div img {
  display: block;
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
}
.map .downList > div:nth-of-type(2) b {
  margin-bottom: 0;
}
.map .downList > div:nth-of-type(2) > p {
  position: relative;
}
.map .downList > div:nth-of-type(2) > p > a {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  width: 146px;
  height: 59px;
  background: url("../imgs/map-3.png") no-repeat;
  line-height: 59px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*------------------------------校区间班车*/
.xqjbc .downList {
  height: auto;
  padding: 98px 40px 24px;
  overflow: hidden;
}
.xqjbc .downList > h3 {
  margin-bottom: 32px;
}
.xqjbc .downList > p {
  font-size: 16px;
  line-height: 38px;
}
.xqjbc .downList > p:nth-of-type(1) {
  margin-bottom: 27px;
}
.xqjbc .downList > p:nth-of-type(2),
.xqjbc .downList > p:nth-of-type(3) {
  text-align: center;
}
.xqjbc .downList > p:nth-of-type(2) {
  margin-top: 16px;
  color: #e83347;
}
.xqjbc .downList > ul {
  width: 950px;
  position: relative;
  overflow: hidden;
}
.xqjbc .downList > ul li {
  width: auto;
  float: left;
  text-align: center;
  margin-right: 110px;
}
.xqjbc .downList > ul li:last-child {
  margin-right: 0;
}
.xqjbc .downList > ul li b {
  font-size: 32px;
  color: #e83347;
}
.xqjbc .downList > ul li > div {
  width: 416px;
  padding: 13px 20px;
  background: #f7f7f7;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.xqjbc .downList > ul li > div table {
  width: 100%;
  border-collapse: collapse;
}
.xqjbc .downList > ul li > div table tr,
.xqjbc .downList > ul li > div table td {
  font-size: 16px;
  color: #666;
  height: 44px;
  text-align: center;
}
.xqjbc .downList > ul li > div table tr {
  border-bottom: 1px solid #cecece;
}
.xqjbc .downList > ul li > div table tr:last-child {
  border-bottom: 0;
}
.xqjbc .downList > ul li > div table td:nth-of-type(1) {
  width: 20%;
}
.xqjbc .downList > ul li > div table td:nth-of-type(2) {
  width: 30%;
}
.xqjbc .downList > ul li > div table td:nth-of-type(3) {
  width: 30%;
}
.xqjbc .downList > ul li > div table td:nth-of-type(4) {
  width: 20%;
}
.xqjbc .downList > ul li > div table td > i {
  color: #e83347;
}
/*------------------------------医疗保险*/
.ylbx .downList {
  padding-left: 40px;
  padding-right: 40px;
  height: auto;
}
.ylbx .downList > p:nth-of-type(1) {
  margin-bottom: 50px;
  padding-left: 32px;
}
.ylbx .downList p {
  font-size: 16px;
  color: #666;
  line-height: 38px;
}
.ylbx .downList > div {
  width: 1200px;
  margin: 0 auto;
}
.ylbx .downList > div > ul {
  float: right;
  margin-top: 45px;
  margin-right: 102px;
}
.ylbx .downList > div > ul > li > img {
  display: block;
  margin: 22px 0;
}
.ylbx .downList > div:nth-of-type(2) {
  padding: 45px 32px 50px;
  height: 235px;
  background: #f7f7f7;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ylbx .downList > div:nth-of-type(2) > p {
  display: block;
  width: 50%;
}
.ylbx .downList > div:nth-of-type(2) > p > i {
  color: #e83347;
}
.ylbx .downList > div:nth-of-type(2) > img {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}
/*------------------------------在华签证*/
.zhqz .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 730px;
  float: left;
  margin-top: -44px;
  margin-left: 20px;
}
.zhqz .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > p {
  text-indent: 0;
}
.zhqz .public-main-center > div:nth-of-type(1) > div > div:nth-of-type(1) > img {
  width: 449px;
  height: 315px;
  display: block;
}
.zhqz .public-main-center > div:nth-of-type(1) > p {
  font-size: 16px;
  color: #666;
}
.zhqz .public-main-center > div:nth-of-type(2) {
  position: relative;
}
.zhqz .public-main-center > div:nth-of-type(2) b {
  margin-bottom: 16px;
  left: 68px;
}
.zhqz .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) {
  width: 805px;
}
.zhqz .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) {
  position: absolute;
  bottom: -30px;
  right: 20px;
}
.zhqz .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) > img {
  width: 338px;
  height: 312px;
  display: block;
  margin-bottom: 8px;
}
.zhqz .public-main-center > div:nth-of-type(3) {
  position: relative;
}
.zhqz .public-main-center > div:nth-of-type(3) b {
  left: 50%;
}
.zhqz .public-main-center > div:nth-of-type(3) > div {
  width: 958px;
  margin: 0 auto;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) {
  width: 450px;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) > p {
  text-indent: 0;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) > a {
  display: block;
  position: relative;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  text-indent: 0;
  font-size: 16px;
  line-height: 38px;
  color: #666;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) > a:before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: #e83347;
  transition: all .3s;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) > a:hover:before {
  width: 80%;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(1) > a:hover {
  color: #e83347;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(2) {
  width: 435px !important;
  height: 283px;
  background: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-top: 18px;
}
.zhqz .public-main-center > div:nth-of-type(3) > div > div:nth-of-type(2) > p {
  text-indent: 24px;
}
/*------------------------------其他信息*/
.qtxx .main-container {
  padding-bottom: 0;
}
.qtxx .public-main-center > div:nth-of-type(1) {
  margin-bottom: 131px;
}
.qtxx .public-main-center > div:nth-of-type(1) b {
  margin-bottom: 25px;
}
.qtxx .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div > img {
  width: 449px;
  height: 406px;
  display: block;
  margin-top: -89px;
}
.qtxx .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div > img:nth-of-type(2) {
  margin-top: 23px;
}
.qtxx .public-main-center > div:nth-of-type(1) > div:nth-of-type(1) > div > p {
  line-height: 36px;
}
.qtxx .public-main-center > div:nth-of-type(2) {
  position: relative;
  margin-bottom: 137px;
}
.qtxx .public-main-center > div:nth-of-type(2) b {
  left: 140px;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) {
  width: 640px !important;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) > p {
  text-indent: 32px;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) > p > i {
  float: right;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(1) > p > a {
  color: #666;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) {
  position: absolute;
  bottom: -37px;
  right: 20px;
}
.qtxx .public-main-center > div:nth-of-type(2) > div > div:nth-of-type(2) > img {
  width: 357px;
  height: 408px;
  display: block;
}
.qtxx .public-main-center > div:nth-of-type(3) {
  margin-bottom: 120px;
}
.qtxx .public-main-center > div:nth-of-type(3) b {
  z-index: 1;
  margin-left: 400px;
  margin-bottom: 30px;
  display: block;
}
.qtxx .public-main-center > div:nth-of-type(3) > div {
  position: relative;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(1),
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) {
  height: 303px;
  width: 50%;
  float: left;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1),
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) {
  position: absolute;
  top: 14%;
  right: 115px;
  z-index: 0;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(1) > img,
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > img {
  width: 297px;
  height: 158px;
  display: block;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2),
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(2) {
  width: auto;
  float: none;
  position: relative;
  z-index: 1;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) {
  top: 29%;
  right: 30px;
}
.qtxx .public-main-center > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > img {
  width: 339px;
  height: 209px;
}
.qtxx .public-main-center > div:nth-of-type(4) {
  position: relative;
  padding: 10px 10px 37px 20px;
  background: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.qtxx .public-main-center > div:nth-of-type(4) b {
  left: 66px;
  margin-bottom: 20px;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(1) {
  width: 640px;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(1) > p {
  text-indent: 32px;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(1) > p > i {
  float: right;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(1) > p > a {
  color: #666;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(2) {
  position: absolute;
  bottom: -20px;
  right: 20px;
}
.qtxx .public-main-center > div:nth-of-type(4) > div > div:nth-of-type(2) > img {
  width: 357px;
  height: 408px;
  display: block;
}
/*------------------------------报到须知*/
.jxjbdxz .main-container {
  padding-bottom: 0;
}
.jxjbdxz .public-floor {
  display: block;
  padding: 54px 40px 60px 40px;
}
.jxjbdxz .public-floor > div {
  clear: both;
  margin-bottom: 52px;
  position: relative;
}
.jxjbdxz .public-floor > div b {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 28px;
}
.jxjbdxz .public-floor > div b > img {
  width: auto;
}
.jxjbdxz .public-floor > div b > span {
  display: block;
  font-size: 28px;
  color: #333;
  position: relative;
  margin-top: -44px;
  left: 78px;
}
.jxjbdxz .public-floor > div > p > i {
  color: #e83347;
}
.jxjbdxz .public-floor > div > p > span {
  font-weight: bold;
}
.jxjbdxz .public-floor > div:nth-of-type(1) b {
  left: 236px;
}
.jxjbdxz .public-floor > div:nth-of-type(1) > p {
  text-indent: 32px !important;
  padding-left: 0 !important;
}
.jxjbdxz .public-floor > div:nth-of-type(1) > p:nth-of-type(2) {
  text-indent: 0 !important;
}
.jxjbdxz .public-floor > div:nth-of-type(1) > p > i {
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(1) > p > span {
  font-weight: bold;
}
.jxjbdxz .public-floor > div:nth-of-type(2) {
  width: 100%;
  float: left;
  margin-bottom: 19px;
}
.jxjbdxz .public-floor > div:nth-of-type(2) b {
  left: 716px;
  margin-bottom: 10px;
}
.jxjbdxz .public-floor > div:nth-of-type(2) > p > i {
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(2) > p > span {
  font-weight: bold;
}
.jxjbdxz .public-floor > div:nth-of-type(3) b {
  margin-bottom: 0;
  bottom: -56px;
  left: 320px;
}
.jxjbdxz .public-floor > div:nth-of-type(3) > img {
  display: block;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  width: 1152px;
  height: 412px;
}
.jxjbdxz .public-floor > div:nth-of-type(3) > p {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 42px;
}
.jxjbdxz .public-floor > div:nth-of-type(4) b {
  left: 760px;
  margin-bottom: 0;
  text-align: left;
  bottom: -38px;
}
.jxjbdxz .public-floor > div:nth-of-type(4) > div {
  width: 100%;
  height: 360px;
  background: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.jxjbdxz .public-floor > div:nth-of-type(4) > div > p {
  color: #c30e22;
  text-align: left;
}
.jxjbdxz .public-floor > div:nth-of-type(5) {
  margin: 112px 0 146px;
}
.jxjbdxz .public-floor > div:nth-of-type(5) b {
  left: 388px;
  margin-bottom: 56px;
}
.jxjbdxz .public-floor > div:nth-of-type(5) > p {
  width: 720px;
}
.jxjbdxz .public-floor > div:nth-of-type(5) > img {
  position: absolute;
  top: -72px;
  right: 0;
  width: auto;
}
.jxjbdxz .public-floor > div:nth-of-type(6) {
  margin-bottom: 156px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) b {
  left: 703px;
  margin-bottom: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div {
  width: 100%;
  height: 341px;
  position: relative;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div > img {
  float: left;
  width: 449px;
  height: 341px;
  display: block;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList {
  width: 720px;
  top: 89px;
  left: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li {
  margin-right: 128px;
  width: 104px;
  height: 104px;
  cursor: pointer;
  margin-bottom: 30px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li > i {
  font-size: 60px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li > p {
  display: none;
  width: 720px;
  height: 86px;
  background: #f0f0f0;
  clear: both;
  position: relative;
  padding: 6px 19px 0;
  top: 134px;
  left: -68px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li > p .triangle-up {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #f0f0f0;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(1) {
  margin-left: 68px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(1) > p {
  display: block;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(1) > p .triangle-up {
  left: 110px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(2) > p .triangle-up {
  left: 342px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(3) {
  margin-right: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(3) > i {
  font-size: 70px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li:nth-of-type(3) > p .triangle-up {
  left: 574px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li.li_active {
  box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -moz-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div .fileList > li.li_active > i {
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div > p {
  position: absolute;
  bottom: 0;
  left: 449px;
  line-height: 18px;
}
.jxjbdxz .public-floor > div:nth-of-type(6) > div > p > a {
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(7) {
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}
.jxjbdxz .public-floor > div:nth-of-type(7) b {
  left: 98px;
  margin-bottom: 18px;
  margin-top: 22px;
}
.jxjbdxz .public-floor > div:nth-of-type(7) > p {
  width: 765px;
  padding-left: 34px;
}
.jxjbdxz .public-floor > div:nth-of-type(7) > p:nth-of-type(4) {
  width: 100%;
}
.jxjbdxz .public-floor > div:nth-of-type(7) > p:last-of-type {
  width: 100%;
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(7) > img {
  width: 384px;
  height: 387px;
  display: block;
  position: absolute;
  right: 0;
  top: -56px;
}
.jxjbdxz .public-floor > div:nth-of-type(8) {
  overflow: hidden;
}
.jxjbdxz .public-floor > div:nth-of-type(8) > b {
  left: 818px;
}
.jxjbdxz .public-floor > div:nth-of-type(8) > div > img {
  width: auto;
  display: block;
  float: left;
  margin-top: 14px;
}
.jxjbdxz .public-floor > div:nth-of-type(8) > div > p {
  width: 735px;
  float: right;
  padding-left: 0px;
  text-indent: 32px;
  margin-top: 0px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) {
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  height: 642px;
  margin-bottom: 80px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) b {
  left: 98px;
  margin-bottom: 18px;
  margin-top: 22px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div {
  width: 100%;
  overflow: inherit;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(1) {
  width: 432px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(1) > img {
  width: 432px;
  height: 242px;
  display: block;
  margin-bottom: 19px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) {
  width: 625px;
  float: right;
  margin-top: -112px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) > p {
  width: 625px;
  float: right;
  padding-left: 0px;
  text-indent: 0;
  margin-top: 0px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) > p:last-of-type {
  margin-bottom: 22px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table {
  width: 574px;
  margin-left: 0;
  margin-top: 20px;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table th,
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table td {
  border: 1px solid #333;
  font-size: 16px;
  text-align: center;
  padding-left: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table th {
  height: 38px;
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table td {
  height: 40px;
  font-weight: normal;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table td:nth-of-type(1) {
  width: 30%;
}
.jxjbdxz .public-floor > div:nth-of-type(9) > div > div:nth-of-type(2) table td:nth-of-type(2) {
  width: 70%;
}
.jxjbdxz .public-floor > div:nth-of-type(10) b {
  left: 703px;
  margin-bottom: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList {
  width: auto;
  height: 175px;
  top: 0;
  left: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li {
  margin-right: 66px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  margin-bottom: 30px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li > i {
  font-size: 36px;
  font-weight: bold;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li .circleList {
  display: block;
  width: 66px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -66px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li .circleList > i {
  display: block;
  width: 6px;
  height: 6px;
  background: #b9b9b9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin-right: 9px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li .circleList > i:first-of-type {
  margin-left: 15px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li .circleList > i:last-of-type {
  margin-right: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li > p {
  display: none;
  width: 956px;
  height: 86px;
  background: #f0f0f0;
  clear: both;
  position: relative;
  padding: 6px 19px 0;
  top: 88px;
  left: -15px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li > p .triangle-up {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #f0f0f0;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(1) {
  margin-left: 68px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(1) .circleList {
  display: none;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(1) > p {
  display: block;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(1) > p .triangle-up {
  left: 34px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(2) > p .triangle-up {
  left: 158px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(3) > p .triangle-up {
  left: 282px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(4) > p .triangle-up {
  left: 406px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(5) > p .triangle-up {
  left: 530px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(6) > p .triangle-up {
  left: 656px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(7) > p .triangle-up {
  left: 778px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li:nth-of-type(8) > p .triangle-up {
  left: 902px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active {
  box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -moz-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active > i {
  color: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active .circleList > i {
  background: #e83347;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active .circleList > i:nth-of-type(1) {
  -webkit-transition: background 0.1s 0s;
  -moz-transition: background 0.1s 0s;
  -o-transition: background 0.1s 0s;
  transition: background 0.1s 0s;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active .circleList > i:nth-of-type(2) {
  -webkit-transition: background 0.1s 0.1s;
  -moz-transition: background 0.1s 0.1s;
  -o-transition: background 0.1s 0.1s;
  transition: background 0.1s 0.1s;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div .fileList > li.li_active .circleList > i:nth-of-type(3) {
  -webkit-transition: background 0.1s 0.2s;
  -moz-transition: background 0.1s 0.2s;
  -o-transition: background 0.1s 0.2s;
  transition: background 0.1s 0.2s;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > p {
  margin-top: 0;
  text-indent: 32px;
  padding-left: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > p > a,
.jxjbdxz .public-floor > div:nth-of-type(10) > div > p > i {
  color: #e83347;
  font-weight: normal;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > p:last-of-type > a {
  color: #666;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 27px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div > p {
  text-indent: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 30px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div:nth-of-type(2) {
  margin-bottom: 5px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div:nth-of-type(2) > ul {
  overflow: hidden;
  padding-left: 32px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div:nth-of-type(2) > ul > li {
  font-size: 16px;
  color: #666;
  width: 32%;
  float: left;
  line-height: 38px;
}
.jxjbdxz .public-floor > div:nth-of-type(10) > div > div:nth-of-type(2) > p {
  margin-bottom: 12px;
}
.jxjbdxz .public-floor > div:nth-of-type(11) {
  margin-top: 107px;
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  height: 240px;
  margin-bottom: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(11) b {
  left: 252px;
  margin-bottom: 24px;
  margin-top: -52px;
}
.jxjbdxz .public-floor > div:nth-of-type(11) > p {
  width: 765px;
  padding-left: 34px;
}
.jxjbdxz .public-floor > div:nth-of-type(11) > img {
  width: 448px;
  height: 284px;
  display: block;
  position: absolute;
  right: 0;
  top: -25px;
}
.jxjbdxz .public-floor > div:nth-of-type(12) {
  margin-top: 123px;
  margin-bottom: 0;
}
.jxjbdxz .public-floor > div:nth-of-type(12) b {
  left: 252px;
  margin-bottom: 24px;
  margin-top: -52px;
}
.jxjbdxz .public-floor > div:nth-of-type(12) > p {
  font-size: 16px;
  line-height: 38px;
  text-indent: 32px;
}
.jxjbdxz .public-floor > div:nth-of-type(12) > p:nth-of-type(3),
.jxjbdxz .public-floor > div:nth-of-type(12) > p:nth-of-type(4) {
  width: 725px;
}
.jxjbdxz .public-floor > div:nth-of-type(12) > p:nth-of-type(3) > img,
.jxjbdxz .public-floor > div:nth-of-type(12) > p:nth-of-type(4) > img {
  width: auto;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 120px;
}
.jxjbdxz .public-floor > div .room {
  margin-top: 19px;
}
.jxjbdxz .public-floor > div .room li {
  width: 254px;
  height: 310px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 60px;
}
.jxjbdxz .public-floor > div .room li:last-child {
  margin-right: 0;
}
.jxjbdxz .public-floor > div .room li > div img {
  width: 254px;
  height: 163px;
  display: block;
}
.jxjbdxz .public-floor > div .room li dl {
  width: 100% ;
  padding: 8px 26px 0;
  border-right: 0;
}
.jxjbdxz .public-floor > div .room li dl dt {
  text-align: center;
  font-weight: bold;
  color: #c30e22;
}
.jxjbdxz .public-floor > div .room li dl dd {
  font-size: 14px;
}
.jxjbdxz .public-floor > div .room li dl dd:nth-child(3),
.jxjbdxz .public-floor > div .room li dl dd:nth-child(4) {
  padding-left: 48px !important;
  text-indent: -42px;
}
.jxjbdxz .public-floor > div .room li dl dd img {
  width: auto;
  display: block;
  margin: 7px 0 7px;
}
.jxjbdxz .public-floor > div .room li dl dt,
.jxjbdxz .public-floor > div .room li dl dd {
  line-height: 27px;
  padding-left: 0;
}
.jxjbdxz .public-floor > div .fileList {
  position: relative;
  float: left;
  left: 50%;
  top: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.jxjbdxz .public-floor > div .fileList > li {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin-right: 104px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.jxjbdxz .public-floor > div .fileList > li > i {
  font-size: 80px;
  color: #464646;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jxjbdxz .public-floor > div .fileList > li > span {
  width: 210px;
  font-size: 16px;
  color: #333;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.jxjbdxz .public-floor > div .fileList > li:last-child {
  margin-right: 0;
}
.jxjbdxz .public-floor > div .fileList > li:nth-of-type(3) > span,
.jxjbdxz .public-floor > div .fileList > li:nth-of-type(4) > span,
.jxjbdxz .public-floor > div .fileList > li:nth-of-type(5) > span {
  bottom: -60px;
}
.jxjbdxz .leftNav > ul > li > a > span {
  width: 114px;
}
.bdxz .public-floor > div:nth-of-type(1) {
  margin-bottom: 156px;
}
.bdxz .public-floor > div:nth-of-type(1) b {
  left: 703px;
  margin-bottom: 0;
}
.bdxz .public-floor > div:nth-of-type(1) > div {
  width: 100%;
  height: 341px;
  position: relative;
}
.bdxz .public-floor > div:nth-of-type(1) > div > img {
  float: left;
  width: 449px;
  height: 341px;
  display: block;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList {
  width: 720px;
  top: 89px;
  left: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li {
  margin-right: 128px;
  width: 104px;
  height: 104px;
  cursor: pointer;
  margin-bottom: 30px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li > i {
  font-size: 60px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li > p {
  display: none;
  width: 720px;
  height: 86px;
  background: #f0f0f0;
  clear: both;
  position: relative;
  padding: 6px 19px 0;
  top: 134px;
  left: -68px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li > p .triangle-up {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #f0f0f0;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(1) {
  margin-left: 68px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(1) > p {
  display: block;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(1) > p .triangle-up {
  left: 110px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(2) > p .triangle-up {
  left: 342px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(3) {
  margin-right: 0;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(3) > i {
  font-size: 70px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li:nth-of-type(3) > p .triangle-up {
  left: 574px;
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li.li_active {
  box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -moz-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
}
.bdxz .public-floor > div:nth-of-type(1) > div .fileList > li.li_active > i {
  color: #e83347;
}
.bdxz .public-floor > div:nth-of-type(1) > div > p {
  position: absolute;
  bottom: 0;
  left: 449px;
  line-height: 18px;
}
.bdxz .public-floor > div:nth-of-type(1) > div > p > a {
  color: #e83347;
}
.bdxz .public-floor > div:nth-of-type(2) {
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}
.bdxz .public-floor > div:nth-of-type(2) b {
  left: 98px;
  margin-bottom: 18px;
  margin-top: 22px;
}
.bdxz .public-floor > div:nth-of-type(2) > p {
  width: 765px;
  padding-left: 34px;
}
.bdxz .public-floor > div:nth-of-type(2) > p:nth-of-type(4) {
  width: 100%;
}
.bdxz .public-floor > div:nth-of-type(2) > p:last-of-type {
  width: 100%;
  color: #e83347;
}
.bdxz .public-floor > div:nth-of-type(2) > img {
  width: 384px;
  height: 387px;
  display: block;
  position: absolute;
  right: 0;
  top: -56px;
}
.bdxz .public-floor > div:nth-of-type(3) {
  overflow: hidden;
}
.bdxz .public-floor > div:nth-of-type(3) > b {
  left: 818px;
  bottom: 0;
  margin: 45px 0 27px;
}
.bdxz .public-floor > div:nth-of-type(3) > div > img {
  width: auto;
  display: block;
  float: left;
  margin-top: 14px;
}
.bdxz .public-floor > div:nth-of-type(3) > div > p {
  width: 735px;
  float: right;
  padding-left: 0px;
  text-indent: 32px;
  margin-top: 0px;
}
.bdxz .public-floor > div:nth-of-type(4) {
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  height: 642px;
  margin-bottom: 80px;
}
.bdxz .public-floor > div:nth-of-type(4) b {
  left: 98px;
  margin-bottom: 18px;
  margin-top: 22px;
  bottom: 0;
}
.bdxz .public-floor > div:nth-of-type(4) > div {
  width: 100%;
  overflow: inherit;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(1) {
  width: 432px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(1) > img {
  width: 432px;
  height: 242px;
  display: block;
  margin-bottom: 19px;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) {
  width: 625px;
  float: right;
  margin-top: -112px;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) > p {
  width: 625px;
  float: right;
  padding-left: 0px;
  text-indent: 0;
  margin-top: 0px;
  text-align: left;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) > p:last-of-type {
  margin-bottom: 22px;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table {
  width: 574px;
  margin-left: 0;
  margin-top: 20px;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table th,
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table td {
  border: 1px solid #333;
  font-size: 16px;
  text-align: center;
  padding-left: 0;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table th {
  height: 38px;
  color: #e83347;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table td {
  height: 40px;
  font-weight: normal;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table td:nth-of-type(1) {
  width: 30%;
}
.bdxz .public-floor > div:nth-of-type(4) > div > div:nth-of-type(2) table td:nth-of-type(2) {
  width: 70%;
}
.bdxz .public-floor > div:nth-of-type(5) b {
  left: 703px;
  margin-bottom: 0;
}
.bdxz .public-floor > div:nth-of-type(5) > div {
  width: 100%;
  height: auto;
  position: relative;
  clear: both;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList {
  width: auto;
  height: 175px;
  top: 0;
  left: 30px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li {
  margin-right: 66px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  margin-bottom: 30px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li > i {
  font-size: 36px;
  font-weight: bold;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li .circleList {
  display: block;
  width: 66px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -66px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li .circleList > i {
  display: block;
  width: 6px;
  height: 6px;
  background: #b9b9b9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  float: left;
  margin-right: 9px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li .circleList > i:first-of-type {
  margin-left: 15px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li .circleList > i:last-of-type {
  margin-right: 0;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li > p {
  display: none;
  width: 956px;
  height: 86px;
  background: #f0f0f0;
  clear: both;
  position: relative;
  padding: 6px 19px 0;
  top: 88px;
  left: -15px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li > p .triangle-up {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #f0f0f0;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(1) {
  margin-left: 68px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(1) .circleList {
  display: none;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(1) > p {
  display: block;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(1) > p .triangle-up {
  left: 34px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(2) > p .triangle-up {
  left: 158px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(3) > p .triangle-up {
  left: 282px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(4) > p .triangle-up {
  left: 406px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(5) > p .triangle-up {
  left: 530px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(6) > p .triangle-up {
  left: 656px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(7) > p .triangle-up {
  left: 778px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li:nth-of-type(8) > p .triangle-up {
  left: 902px;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active {
  box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
  -moz-box-shadow: 0 0 30px rgba(232, 51, 71, 0.2);
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active > i {
  color: #e83347;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active .circleList > i {
  background: #e83347;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active .circleList > i:nth-of-type(1) {
  -webkit-transition: background 0.1s 0s;
  -moz-transition: background 0.1s 0s;
  -o-transition: background 0.1s 0s;
  transition: background 0.1s 0s;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active .circleList > i:nth-of-type(2) {
  -webkit-transition: background 0.1s 0.1s;
  -moz-transition: background 0.1s 0.1s;
  -o-transition: background 0.1s 0.1s;
  transition: background 0.1s 0.1s;
}
.bdxz .public-floor > div:nth-of-type(5) > div .fileList > li.li_active .circleList > i:nth-of-type(3) {
  -webkit-transition: background 0.1s 0.2s;
  -moz-transition: background 0.1s 0.2s;
  -o-transition: background 0.1s 0.2s;
  transition: background 0.1s 0.2s;
}
.bdxz .public-floor > div:nth-of-type(5) > div > p {
  margin-top: 0;
  text-indent: 32px;
  padding-left: 0;
}
.bdxz .public-floor > div:nth-of-type(5) > div > p > a,
.bdxz .public-floor > div:nth-of-type(5) > div > p > i {
  color: #e83347;
  font-weight: normal;
}
.bdxz .public-floor > div:nth-of-type(5) > div > p:last-of-type > a {
  color: #666;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div {
  width: 100%;
  overflow: hidden;
  margin-bottom: 27px;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div > p {
  text-indent: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 30px;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div:nth-of-type(2) {
  margin-bottom: 5px;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div:nth-of-type(2) > ul {
  overflow: hidden;
  padding-left: 32px;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div:nth-of-type(2) > ul > li {
  font-size: 16px;
  color: #666;
  width: 32%;
  float: left;
  line-height: 38px;
}
.bdxz .public-floor > div:nth-of-type(5) > div > div:nth-of-type(2) > p {
  margin-bottom: 12px;
}
.bdxz .public-floor > div:nth-of-type(6) {
  margin-top: 107px;
  background: #f7f7f7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  height: 240px;
  margin-bottom: 0;
}
.bdxz .public-floor > div:nth-of-type(6) b {
  left: 252px;
  margin-bottom: 24px;
  margin-top: -52px;
}
.bdxz .public-floor > div:nth-of-type(6) > p {
  width: 765px;
  padding-left: 34px;
}
.bdxz .public-floor > div:nth-of-type(6) > img {
  width: 448px;
  height: 284px;
  display: block;
  position: absolute;
  right: 0;
  top: -25px;
}
/*------------------------------来华准备*/
.lhzb .public-floor {
  padding-bottom: 0;
}
.lhzb .public-floor > div:nth-of-type(1) b {
  left: 599px;
}
.lhzb .public-floor > div:nth-of-type(2) b {
  left: 599px;
}
.lhzb .public-floor > div:nth-of-type(2) .imgInfo {
  width: 1153px;
  height: 528px;
  position: relative;
  margin: 19px auto 106px;
}
.lhzb .public-floor > div:nth-of-type(2) .imgInfo > img {
  width: 1153px;
  height: 528px;
  display: block;
}
.lhzb .public-floor > div:nth-of-type(2) .imgInfo > div {
  position: absolute;
  bottom: 10px;
  left: 34px;
}
.lhzb .public-floor > div:nth-of-type(2) .imgInfo > div > p {
  color: #fff;
  line-height: 28px;
  margin: 0;
}
.lhzb .public-floor > div .hotelList {
  overflow: inherit;
}
.lhzb .public-floor > div .hotelList > div {
  width: 1200px;
  position: relative;
  float: left;
  margin-bottom: 177px;
}
.lhzb .public-floor > div .hotelList > div:last-of-type {
  margin-bottom: 160px;
}
.lhzb .public-floor > div .hotelList > div > h3 {
  width: 700px;
  font-size: 32px;
  color: #333;
  position: relative;
}
.lhzb .public-floor > div .hotelList > div > ul {
  width: 100%;
  float: left;
  background: #f7f7f7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.lhzb .public-floor > div .hotelList > div > ul > li > img {
  width: 424px;
  height: 285px;
  display: block;
  margin-top: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.lhzb .public-floor > div .hotelList > div > ul > li > p {
  text-indent: 32px;
}
.lhzb .public-floor > div .hotelList > div > ul > li:nth-of-type(1) {
  width: 425px;
}
.lhzb .public-floor > div .hotelList > div > ul > li:nth-of-type(2) {
  width: 712px;
}
.lhzb .public-floor > div .hotelList > div > ol {
  position: absolute;
  bottom: -75px;
  width: 710px;
  height: 215px;
}
.lhzb .public-floor > div .hotelList > div > ol > li {
  width: 157px;
  height: 215px;
  position: relative;
  float: left;
  margin-right: 26px;
  box-shadow: 0 0 5px rgba(195, 14, 34, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(195, 14, 34, 0.1);
  -moz-box-shadow: 0 0 5px rgba(195, 14, 34, 0.1);
  background: #fff;
}
.lhzb .public-floor > div .hotelList > div > ol > li:last-of-type {
  margin-right: 0;
}
.lhzb .public-floor > div .hotelList > div > ol > li > img {
  width: 157px;
  height: 80px;
  display: block;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl {
  width: 100%;
  position: absolute;
  top: 58px;
  border-right: 0;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dt {
  font-size: 26px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dd {
  padding-left: 0;
  line-height: 30px;
  text-align: center;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dd:nth-of-type(1) {
  font-size: 12px;
  color: #9f9f9f;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dd:nth-of-type(2) {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dd:nth-of-type(2) > span {
  color: #666;
  padding: 0 10px 8px;
  border-bottom: 3px solid #c30e22;
}
.lhzb .public-floor > div .hotelList > div > ol > li > dl dd:nth-of-type(3) {
  font-size: 34px;
  color: #666;
  font-weight: bold;
}
.lhzb .public-floor > div .hotelList > div .zf {
  width: 425px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  position: absolute;
  bottom: -64px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n-1) > h3 {
  left: 476px;
  margin-bottom: 11px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n-1) > ul li:nth-of-type(1) {
  float: left;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n-1) > ul li:nth-of-type(2) {
  padding-bottom: 160px;
  float: right;
  margin-right: 12px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n-1) > ol {
  right: 12px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n-1) .zf {
  left: 0;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n) > h3 {
  left: 0;
  margin-bottom: 12px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n) > ul li:nth-of-type(1) {
  float: right;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n) > ul li:nth-of-type(2) {
  padding-bottom: 160px;
  float: left;
  padding-top: 18px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n) > ol {
  left: 190px;
  bottom: -67px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2n) .zf {
  right: 0;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2) > ul li:nth-of-type(2) > p:last-of-type {
  margin-top: 24px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2) > ul li:nth-of-type(2) > p:last-of-type i {
  display: inline-block;
  width: 44px;
  height: 3px;
  background: #c30e22;
  vertical-align: middle;
  margin-left: 60px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(2) > ul li:nth-of-type(2) > p:last-of-type span:nth-of-type(1) {
  color: #c30e22;
  font-size: 20px;
  margin: 0 116px 0 2px ;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(3) > ol,
.lhzb .public-floor > div .hotelList > div:nth-of-type(4) > ol {
  width: 355px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(3) > ol > li > dl dd:nth-of-type(2),
.lhzb .public-floor > div .hotelList > div:nth-of-type(4) > ol > li > dl dd:nth-of-type(2) {
  margin-top: -9px;
  line-height: 3px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(3) > ol > li > dl dd:nth-of-type(2) span,
.lhzb .public-floor > div .hotelList > div:nth-of-type(4) > ol > li > dl dd:nth-of-type(2) span {
  padding: 0 33px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(3) > ol {
  right: 190px;
}
.lhzb .public-floor > div .hotelList > div:nth-of-type(4) > ol {
  left: 190px;
}
.lhzb .public-floor > div:nth-of-type(3) {
  float: left;
  margin-bottom: 100px;
}
.lhzb .public-floor > div:nth-of-type(3) b {
  left: 599px;
  bottom: 0;
  margin-bottom: 30px;
}
.lhzb .public-floor > div:nth-of-type(3) > p {
  color: #666;
  position: relative;
  left: 0;
}
.lhzb .public-floor > div:nth-of-type(3) .room > li {
  height: 295px;
}
.lhzb .public-floor > div:nth-of-type(4) {
  margin-bottom: 0;
}
.lhzb .public-floor > div:nth-of-type(4) b {
  left: 599px;
  bottom: 0;
  margin-bottom: 30px;
}
.lhzb .public-floor > div:nth-of-type(4) > div {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
}
.lhzb .public-floor > div:nth-of-type(4) > div > p {
  text-align: center;
  margin-top: 3px;
}
.lhzb .public-floor > div:nth-of-type(5) {
  height: 400px;
  padding-bottom: 0;
  margin: 0;
  overflow: hidden;
  margin-top: -20px;
}
.lhzb .public-floor > div:nth-of-type(5) b {
  left: 599px;
  bottom: 0;
  margin-bottom: 30px;
  z-index: 1;
}
.lhzb .public-floor > div:nth-of-type(5) p {
  position: relative;
  z-index: 1;
  width: 540px;
}
.lhzb .public-floor > div:nth-of-type(5) > img {
  top: 62px;
  z-index: 0;
}
@media (max-width: 1900px) {
  .leftNav {
    left: 0;
  }
  .rightNav,
  .rightNav1,
  .rightNav2 {
    right: 0;
  }
}
@media (max-width: 1690px) {
  /*------------------------------左侧导航 start*/
  .leftNav > ul > li > a > span {
    width: 125px !important;
  }
  /*------------------------------左侧导航 end*/
}
@media (max-width: 1590px) {
  body {
    overflow: auto;
  }
}
/*
box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
*/
