@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "微软雅黑";
}
.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-wrap .about-con .picbox{padding-right: 30px}

.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 35px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.header-wrap .header .stxt .stit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.header-wrap .header .stxt .btit {
  font-size: 1.2rem;
  color: #696969;
}
.header-wrap .header .phonetxt {
  margin-top: 30px;
  float: right;
}
.header-wrap .header .phonetxt .icon {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.header-wrap .header .phonetxt .ptxt {
  float: left;
  font-size: 1.4rem;
  color: #696969;
}
.header-wrap .header .phonetxt .ptxt span {
  margin-top: -5px;
  display: block;
  font-size: 3.6rem;
  color: #013878;
  font-family: "Impact";
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  height: 54px;
  background: url(../images/navlistbg.jpg) repeat-x;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 13.5%;
  border-right: 1px solid #3e4149;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 54px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 1px solid #3e4149;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #c0153f;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 54px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 160px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: center;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #c0153f;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-wrap .bookbox .bbox {
  width: 100%;
  height: 425px;
  background: url(../images/bookboxbg.png) no-repeat center center;
  background-size: cover;
  padding: 25px 15px;
}
.banner-wrap .bookbox .bbox .btit {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}
.banner-wrap .bookbox .bbox .line {
  margin-top: 10px;
  background: url(../images/bookbox-titline.png) no-repeat center center;
  height: 10px;
  width: 100%;
}
.banner-wrap .bookbox .bbox .box {
  margin-top: 10px;
}
.banner-wrap .bookbox .bbox .box .inputlist {
  margin-bottom: 18px;
}
.banner-wrap .bookbox .bbox .box .inputlist label {
  font-weight: normal;
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
.banner-wrap .bookbox .bbox .box .inputlist .textbox1 {
  width: 100%;
  height: 38px;
  background: #fff;
  border: none;
  padding: 5px;
  font-size: 1.4rem;
  color: #a9a9a9;
  outline: none;
}
.banner-wrap .bookbox .bbox .box .inputlist .selectbox1 {
  width: 100%;
  height: 38px;
  outline: none;
  color: #a9a9a9;
}
.banner-wrap .bookbox .bbox .box .inputlist .ibox {
  width: 48%;
  float: left;
  position: relative;
}
.banner-wrap .bookbox .bbox .box .inputlist .ibox:last-child {
  float: right;
}
.banner-wrap .bookbox .bbox .box .inputlist .ibox .icon {
  position: absolute;
  right: 3px;
  top: 33px;
}
.banner-wrap .bookbox .bbox .box .inputlist .submitbtn {
  width: 100%;
  height: 38px;
  background: #c0153f;
  font-size: 1.4rem;
  line-height: 38px;
  color: #fff;
  border: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .bookbox .bbox .box .inputlist .submitbtn:hover {
  background: #921030;
}
.banner-wrap .bookbox .bbox .box .stxt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.searchbox-wrap {
  background: #ececec;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.searchbox-wrap .slt .tit {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2e2e2e;
  float: left;
}
.searchbox-wrap .slt .con {
  margin-left: 10px;
  float: left;
  display: inline-block;
  font-size: 1.2rem;
}
.searchbox-wrap .slt .con a {
  display: inline-block;
  color: #2e2e2e;
  margin-right: 20px;
}
.searchbox-wrap .srt {
  margin-top: 10px;
}
.searchbox-wrap .srt .searchtxt {
  float: left;
  width: 200px;
  height: 25px;
  border: 1px solid #ccc;
  padding: 3px 5px 3px 20px;
  font-size: 1.2rem;
  color: #333;
  background: #f4f4f4 url(../images/searchbox-icon1.png) no-repeat 5px 7px;
  outline: none;
}
 .about-wrap {
  padding: 75px 0 25px;
}
 .about-wrap .title-line {
  text-align: center;
}
 .about-wrap .title-line .title .line-wrap {
  background: #e5e5e5;
  width: 100%;
  height: 1px;
}
 .about-wrap .title-line .title .line-wrap .line {
  background: #2863c9;
  width: 50%;
  height: 1px;
  margin: 0 auto;
}
 .about-wrap .title-line .title .entit {
  font-size: 4rem;
  color: #e9e9e9;
  text-transform: uppercase;
  font-family: "Impact";
  background: #fff;
  padding: 0 50px;
  margin-top: -30px;
  display: inline-block;
  letter-spacing: 1px;
}
 .about-wrap .title-line .title .chtit {
  font-size: 2.6rem;
  color: #2863c9;
  font-weight: bold;
  margin-top: -50px;
}
 .about-wrap .title-line .stit {
  color: #a4a4a4;
  font-size: 1.3rem;
  margin-top: 8px;
}
 .about-wrap .title-line .arrow {
  margin-top: 10px;
}
 .about-wrap .about-con {
  margin-top: 35px;
}
 .about-wrap .about-con a {
  display: block;
  text-decoration: none;
}
 .about-wrap .about-con a:hover .conbox .morebtn {
  background: #2863c9;
  color: #fff;
  border-color: #2863c9;
}
rap .about-wrap .about-con a .conbox .titbox {
  margin-top: 10px;
}
 .about-wrap .about-con a .conbox .titbox .t1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1f1a17;
}
 .about-wrap .about-con a .conbox .line {
  margin: 20px 0;
  height: 1px;
  background: #ccc;
}
 .about-wrap .about-con a .conbox .con {
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 200px;
  overflow: hidden;
}
.about-wrap .about-con a .conbox .morebtn {
  margin-top: 20px;
  border: 1px solid #1f1a17;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #1f1a17;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.searchbox-wrap .srt .submitbtn {
  float: left;
  width: 50px;
  height: 25px;
  border: none;
  background: #414342;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
}
.content-wrap .service-wrap {
  background: url(../images/servicebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .service-wrap .service-con .slist {
  padding: 0 5px 10px;
}
.content-wrap .service-wrap .service-con .slist a {
  text-decoration: none;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  text-align: center;
  color: #696969;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .slist a:hover {
  background: #013878;
  color: #fff;
}
.content-wrap .service-wrap .service-con .slist a:hover .icon img {
  -webkit-filter: grayscale(0);
}
.content-wrap .service-wrap .service-con .slist a:hover .titbox .chtit {
  color: #fff;
}
.content-wrap .service-wrap .service-con .slist a .icon img {
  -webkit-filter: grayscale(1);
}
.content-wrap .service-wrap .service-con .slist a .titbox {
  margin-top: 30px;
}
.content-wrap .service-wrap .service-con .slist a .titbox .entit {
  font-size: 1.2rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .service-wrap .service-con .slist a .titbox .chtit {
  margin-top: 3px;
  font-size: 1.6rem;
  color: #292929;
  font-weight: bold;
}
.content-wrap .service-wrap .service-con .slist a .con {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.content-wrap .curriculum-wrap {
  background: url(../images/curriculumbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .curriculum-wrap .title-line {
  text-align: center;
}
.content-wrap .curriculum-wrap .title-line .chtit {
  font-size: 1.8rem;
  color: #292929;
}
.content-wrap .curriculum-wrap .title-line .entit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #7d7d7d;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .curriculum-wrap .title-line .line {
  width: 25px;
  height: 3px;
  background: #c0153f;
  margin: 10px auto;
  border-radius: 3px;
}
.content-wrap .curriculum-wrap .title-line .stxt {
  font-size: 1.2rem;
  color: #999;
  font-family: "宋体";
}
.content-wrap .curriculum-wrap .curriculum-con {
  margin-top: 35px;
}
.content-wrap .curriculum-wrap .curriculum-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a {
  text-decoration: none;
  display: block;
  border-radius: 400px;
  background: #fff;
  padding: 25px;
  color: #696969;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a:hover {
  background: #013878;
  color: #fff;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a:hover .conbox .tit {
  color: #fff;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a:hover .conbox .cline {
  background: #fff;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .picbox {
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .picbox .pic {
  border-radius: 50%;
  overflow: hidden;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .conbox {
  margin-top: 25px;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .conbox .tit {
  font-size: 1.8rem;
  color: #292929;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .conbox .cline {
  width: 25px;
  height: 3px;
  background: #013878;
  margin: 10px auto;
  border-radius: 5px;
}
.content-wrap .curriculum-wrap .curriculum-con .clist a .conbox .con {
  font-size: 1.2rem;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.content-wrap .team-wrap {
  background: #003475;
  padding: 45px 0;
}
.content-wrap .team-wrap .tbox1 {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.content-wrap .team-wrap .tbox1 .box {
  background: #fff;
  padding: 20px;
}
.content-wrap .team-wrap .tbox1 .box .title-line .sentit {
  font-size: 1.8rem;
  color: #013878;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .team-wrap .tbox1 .box .title-line .chtit {
  font-size: 3rem;
  color: #292929;
  font-family: "zzh";
}
.content-wrap .team-wrap .tbox1 .box .title-line .bentit {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3a3a3a;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .team-wrap .tbox1 .box .tcon {
  margin-top: 20px;
}
.content-wrap .team-wrap .tbox1 .box .tcon a {
  text-decoration: none;
  display: block;
}
.content-wrap .team-wrap .tbox1 .box .tcon a:hover .morebtn {
  background: #013878;
  color: #fff;
}
.content-wrap .team-wrap .tbox1 .box .tcon a .con {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}
.content-wrap .team-wrap .tbox1 .box .tcon a .morebtn {
  margin-top: 35px;
  color: #696969;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #696969;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .team-wrap .tbox1 .tbg {
  position: absolute;
  left: -150px;
  top: -30px;
  z-index: -1;
}
.content-wrap .team-wrap .tbox2 .tlist {
  padding: 0 10px 20px;
}
.content-wrap .team-wrap .tbox2 .tlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .team-wrap .tbox2 .tlist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .team-wrap .tbox2 .tlist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .team-wrap .tbox2 .tlist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/team-fdj1.png) no-repeat center center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox {
  margin-top: 10px;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .namebox {
  height: 25px;
  overflow: hidden;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .namebox .n1 {
  float: left;
  width: 30%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .namebox .n2 {
  font-size: 1.2rem;
  float: right;
  width: 68%;
  margin-top: 3px;
  height: 20px;
  line-height: 18px;
  background: #373737;
  color: #fff;
  border: 1px solid #373737;
  padding-right: 5px;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .namebox .n2 span {
  background: #fff;
  display: inline-block;
  color: #373737;
  height: 18px;
  padding: 0 5px;
  margin-right: 10px;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .morebtn {
  margin-top: 10px;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .morebtn .mlt {
  font-size: 1.2rem;
  color: #999;
  font-family: "Myriad Pro";
  text-transform: uppercase;
}
.content-wrap .team-wrap .tbox2 .tlist a .conbox .morebtn .mrt {
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .food-wrap {
  background: url(../images/foodbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .food-wrap .title-line {
  text-align: center;
}
.content-wrap .food-wrap .title-line .chtit {
  font-size: 1.8rem;
  color: #292929;
}
.content-wrap .food-wrap .title-line .entit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #7d7d7d;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .food-wrap .title-line .line {
  width: 25px;
  height: 3px;
  background: #c0153f;
  margin: 10px auto;
  border-radius: 3px;
}
.content-wrap .food-wrap .title-line .stxt {
  font-size: 1.2rem;
  color: #999;
  font-family: "宋体";
}
.content-wrap .food-wrap .food-con {
  margin-top: 35px;
}
.content-wrap .food-wrap .food-con .flist {
  padding: 0 10px 20px;
}
.content-wrap .food-wrap .food-con .flist a {
  text-decoration: none;
  display: block;
  background: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .food-wrap .food-con .flist a:hover {
  background: #013878;
}
.content-wrap .food-wrap .food-con .flist a:hover .conbox .c1 img {
  -webkit-filter: brightness(100);
}
.content-wrap .food-wrap .food-con .flist a:hover .conbox .c2 .chtit {
  color: #fff;
}
.content-wrap .food-wrap .food-con .flist a:hover .conbox .c2 .line {
  background: #fff;
}
.content-wrap .food-wrap .food-con .flist a:hover .conbox .c2 .entit {
  color: #fff;
}
.content-wrap .food-wrap .food-con .flist a:hover .conbox .c3 img {
  -webkit-filter: brightness(100);
}
.content-wrap .food-wrap .food-con .flist a .conbox {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c1 {
  margin-top: 3px;
  display: inline-block;
  float: left;
  width: 25%;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c1 img {
  max-width: 100%;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c2 {
  display: inline-block;
  float: left;
  width: 100%;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c2 .chtit {
  font-size: 1.4rem;
  color: #292929;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c2 .line {
  margin-top: 5px;
  width: 35px;
  height: 3px;
  background: #013878;
  border-radius: 3px;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c2 .entit {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #696969;
  text-transform: uppercase;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c3 {
  margin-top: 8px;
  display: inline-block;
  float: right;
  width: 15%;
  text-align: right;
}
.content-wrap .food-wrap .food-con .flist a .conbox .c3 img {
  max-width: 100%;
}
.content-wrap .foto-wrap {
  background: url(../images/fotobg.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.content-wrap .foto-wrap .title-line {
  text-align: center;
}
.content-wrap .foto-wrap .title-line .chtit {
  font-size: 1.8rem;
  color: #fff;
}
.content-wrap .foto-wrap .title-line .entit {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #7d7d7d;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .foto-wrap .title-line .line {
  width: 25px;
  height: 3px;
  background: #c0153f;
  margin: 10px auto;
  border-radius: 3px;
}
.content-wrap .foto-wrap .title-line .stxt {
  font-size: 1.2rem;
  color: #acacac;
  font-family: "宋体";
}
.content-wrap .foto-wrap .foto-con {
  margin-top: 35px;
}
.content-wrap .foto-wrap .foto-con .flist {
  padding: 0 10px 20px;
}
.content-wrap .foto-wrap .foto-con .flist a {
  text-decoration: none;
  display: block;
  background: #fff;
}
.content-wrap .foto-wrap .foto-con .flist a:hover .conbox .morebtn {
  background: #013878;
  color: #fff;
}
.content-wrap .foto-wrap .foto-con .flist a .picbox {
  padding: 25px 25px 0;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox {
  padding: 25px;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox .time {
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox .tit {
  font-size: 1.8rem;
  color: #292929;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 5px;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox .line {
  width: 20px;
  height: 1px;
  background: #013878;
  margin: 10px 0;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox .con {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .foto-wrap .foto-con .flist a .conbox .morebtn {
  margin-top: 15px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  color: #292929;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #013878;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #013878;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #013878;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #013878;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
  margin-bottom: 80px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  color: #013878;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  color: #acacac;
  position: relative;
  top: 3px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
  border: 1px solid #ccc;
  padding: 5px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 1.6rem;
  text-decoration: none;
  color: #2f2f2f;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
  background: #013878;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
  background: #013878;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 .tit span {
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit {
  width: 80%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit span {
  display: block;
  font-size: 1.2rem;
  color: #787878;
  text-transform: uppercase;
  font-family: "Aparajita";
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .arrow {
  font-style: normal;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul {
  background: #ededed;
  padding: 5px 10px 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
  padding-left: 20px;
  display: block;
  height: 50px;
  text-align: left;
  color: #696969;
  line-height: 50px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
  color: #013878;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
  font-style: normal;
  float: left;
  width: 10%;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
  float: left;
  width: 80%;
}
.content-wrap .contentbox .ltside .btnbox {
  margin-top: 25px;
}
.content-wrap .contentbox .ltside .btnbox .b2 {
  margin-top: 20px;
}
.content-wrap .contentbox .ltside .btnbox .b2 a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contentbox .ltside .btnbox .b2 a:hover {
  border-color: #013878;
}
.content-wrap .contentbox .ltside .btnbox .b2 a i {
  margin: 0 30px;
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #060607;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  color: #acacac;
  margin-left: 8px;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #616161;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .back a {
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .btit-posit {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .btit-posit .tp .btit {
  font-size: 1.8rem;
  color: #c8c8c8;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .btit-posit .tp .btit span {
  font-size: 3rem;
  font-weight: normal;
  font-family: "Impact";
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .btit-posit .tp .posit {
  margin-top: 20px;
  color: #343434;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .btit-posit .tp .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .btit-posit .tp .posit a {
  color: #616161;
}
.content-wrap .contentbox .main-wrap .btit-posit .line {
  height: 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .choosebox {
  margin-bottom: 20px;
  /*border-bottom: 1px solid #ccc;*/
}
.content-wrap .contentbox .main-wrap .choosebox .clist {
  display: inline-block;
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .choosebox .clist:last-child {
  margin-right: 0;
}
.content-wrap .contentbox .main-wrap .choosebox .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .choosebox .clist a:hover span,
.content-wrap .contentbox .main-wrap .choosebox .clist a.on span {
  background: #013878;
  border-color: #013878;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .choosebox .clist a:hover i,
.content-wrap .contentbox .main-wrap .choosebox .clist a.on i {
  color: #013878;
}
.content-wrap .contentbox .main-wrap .choosebox .clist a span {
  display: block;
  height: 35px;
  border: 1px solid #ccc;
  line-height: 35px;
  padding: 0 20px;
  color: #292929;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .choosebox .clist a i {
  display: block;
  text-align: center;
  font-style: normal;
  color: #fff;
  position: relative;
  top: 5px;
  font-family: "黑体";
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  max-width: 100%;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a .picbox {
  width: 20%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a .conbox {
  width: 80%;
  padding: 20px;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a .conbox .tit-more {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a .conbox .tit-more .more {
  font-size: 1.2rem;
  color: #013878;
}
.content-wrap .contentbox .main-wrap .curriculum-con .clist a .conbox .con {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .team-con .tlist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/team-fdj.png) no-repeat center center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .namebox {
  height: 25px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .namebox .n1 {
  float: left;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .namebox .n2 {
  font-size: 1.2rem;
  float: right;
  width: 58%;
  margin-top: 3px;
  height: 20px;
  line-height: 18px;
  background: #373737;
  color: #fff;
  border: 1px solid #373737;
  padding-right: 5px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .namebox .n2 span {
  background: #fff;
  display: inline-block;
  color: #373737;
  height: 18px;
  padding: 0 5px;
  margin-right: 10px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .morebtn {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .morebtn .mlt {
  font-size: 1.2rem;
  color: #999;
  font-family: "Myriad Pro";
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .team-con .tlist a .conbox .morebtn .mrt {
  font-size: 1.6rem;
  color: #999;
}
.content-wrap .contentbox .main-wrap .food-con .flist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .food-con .flist a {
  text-decoration: none;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover {
  background: #013878;
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover .conbox .c1 img {
  -webkit-filter: brightness(100);
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover .conbox .c2 .chtit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover .conbox .c2 .line {
  background: #fff;
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover .conbox .c2 .entit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .food-con .flist a:hover .conbox .c3 img {
  -webkit-filter: brightness(100);
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c1 {
  margin-top: 3px;
  display: inline-block;
  float: left;
  width: 25%;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c1 img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c2 {
  display: inline-block;
  float: left;
  width: 100%;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c2 .chtit {
  font-size: 1.4rem;
  color: #292929;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c2 .line {
  margin-top: 5px;
  width: 35px;
  height: 3px;
  background: #013878;
  border-radius: 3px;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c2 .entit {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #696969;
  text-transform: uppercase;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c3 {
  margin-top: 8px;
  display: inline-block;
  float: right;
  width: 15%;
  text-align: right;
}
.content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c3 img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .foto-con .flist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a {
  text-decoration: none;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a:hover .conbox .morebtn {
  background: #013878;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .picbox {
  padding: 25px 25px 0;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox {
  padding: 25px;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox .time {
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox .tit {
  font-size: 1.8rem;
  color: #292929;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 5px;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox .line {
  width: 20px;
  height: 1px;
  background: #013878;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox .con {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .foto-con .flist a .conbox .morebtn {
  margin-top: 15px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  color: #292929;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #0f43af;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .curriculum-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .curriculum-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .curriculum-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .curriculum-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .curriculum-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .food-details-con img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .food-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .food-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .food-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .food-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .footer {
  background: #1b1a1a;
}
.footer-wrap .footer .f1box .ewmbox {
  height: 245px;
  padding: 30px 20px;
  border-left: 1px solid #3b3c41;
  border-right: 1px solid #3b3c41;
}
.footer-wrap .footer .f1box .ewmbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .footer .f1box .ewmbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .ewmbox .title-line .line {
  margin-top: 15px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.footer-wrap .footer .f1box .ewmbox .econ {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .ewmbox .econ .pic {
  float: left;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt {
  margin-left: 10px;
  float: left;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e1 {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #696969;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e2 {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #696969;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 {
  margin-top: 10px;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 a {
  display: block;
  text-decoration: none;
  background: #013878;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
}
.footer-wrap .footer .f1box .ewmbox .econ .etxt .e3 a:hover {
  background: #012045;
}
.footer-wrap .footer .f1box .cconbox {
  height: 245px;
  padding: 30px 30px;
  border-right: 1px solid #3b3c41;
}
.footer-wrap .footer .f1box .cconbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .footer .f1box .cconbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .cconbox .title-line .line {
  margin-top: 15px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.footer-wrap .footer .f1box .cconbox .ccon {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .cconbox .ccon .list {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 2px;
}
.footer-wrap .footer .f1box .cconbox .ccon .list:first-child {
  color: #fff;
}
.footer-wrap .footer .f1box .cconbox .ccon .list span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .footer .f1box .linkbox {
  height: 245px;
  padding: 30px;
  border-right: 1px solid #3b3c41;
}
.footer-wrap .footer .f1box .linkbox .title-line .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .footer .f1box .linkbox .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Arial";
}
.footer-wrap .footer .f1box .linkbox .title-line .line {
  margin-top: 15px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.footer-wrap .footer .f1box .linkbox .lcon {
  margin-top: 20px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l1 a {
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
  margin-right: 15px;
  line-height: 25px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 {
  margin-top: 30px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .ltit {
  float: left;
  color: #999;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn {
  float: left;
  margin-left: 10px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn a {
  margin-right: 15px;
}
.footer-wrap .footer .f1box .linkbox .lcon .l2 .cn a:hover {
  opacity: .6;
}
.footer-wrap .footer .f2box {
  background: #000d1c;
  font-size: 1.2rem;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #191919;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 11.11%;
    float: left;
  }
  .header-wrap .header {
    height: 120px;
  }
  .header-wrap .header .logo {
    line-height: 120px;
  }
  .banner-wrap .bookbox {
    position: absolute;
    right: 12%;
    top: 0;
  }
  .banner-wrap .bookbox .bbox {
    width: 370px;
  }
  .searchbox-wrap .slt {
    margin-top: 5px;
    float: left;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    width: 70%;
  }
  .searchbox-wrap .slt .tit {
    width: 16%;
  }
  .searchbox-wrap .slt .con {
    margin-left: 0;
    width: 84%;
  }
  .searchbox-wrap .srt {
    margin-top: 0;
    float: right;
  }
  .content-wrap .service-wrap .service-con .slist a {
    padding: 45px 30px;
  }
  .content-wrap .about-wrap .about-con a .conbox {
    padding-right: 30px;
  }
  .content-wrap .team-wrap {
    padding: 120px 0 80px;
  }
  .content-wrap .team-wrap .tbox1 {
    padding-right: 30px;
  }
  .content-wrap .food-wrap .food-con .flist a .conbox {
    padding: 30px 25px;
  }
  .content-wrap .food-wrap .food-con .flist a .conbox .c2 {
    display: inline-block;
    float: left;
    width: 60%;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .content-wrap .contentbox .main-wrap .food-con .flist a .conbox {
    padding: 30px 25px;
  }
  .content-wrap .contentbox .main-wrap .food-con .flist a .conbox .c2 {
    display: inline-block;
    float: left;
    width: 60%;
  }
  .footer-wrap .footer {
    border-top: 1px solid #3b3c41;
  }
  .footer-wrap .footer .f2box {
    border-top: 1px solid #3b3c41;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .f2box {
    background: #292929;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .curriculum-con .clist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .curriculum-con .clist a .conbox {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
