@font-face {
  font-family: "bdzy";
  src: url(../fonts/bdzy.ttf);
  font-weight: normal;
}
body {
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}
.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;
}
.header-wrap .header {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/headerbg.png) repeat-x;
  height: 65px;
  width: 100%;
  z-index: 99;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.66%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  height: 83px;
  line-height: 83px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  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;
}
.header-wrap .header .nav-ul .navlist a.listh1:hover,
.header-wrap .header .nav-ul .navlist a.listh1.on {
  border-bottom: 2px solid #1981ff;
}
.header-wrap .header .nav-ul .list2-ul {
  position: absolute;
  left: 0;
  top: 83px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.header-wrap .header .nav-ul .list2-ul .list {
  position: relative;
}
.header-wrap .header .nav-ul .list2-ul .list .listh2 {
  text-align: center;
  line-height: 40px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-wrap .header .nav-ul .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .list2-ul .list .listh2.on {
  background: #1981ff;
}
.header-wrap .header .nav-ul .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);
}
.header-wrap .header .nav-ul .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.header-wrap .header .nav-ul .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.header-wrap .header .searchbox .searchicon {
  line-height: 82px;
  text-align: center;
}
.header-wrap .header .searchbox .searchicon .sline {
  display: inline-block;
  float: left;
  color: #ccc;
}
.header-wrap .header .searchbox .sbox {
  display: none;
  position: absolute;
  top: 82px;
  right: 0;
  z-index: 10;
  width: 230px;
}
.header-wrap .header .searchbox .sbox .searchtxt {
  border: 2px solid #1981ff;
  width: 150px;
  height: 35px;
  padding: 5px;
  font-size: 1.2rem;
  color: #666;
  float: left;
  outline: none;
}
.header-wrap .header .searchbox .sbox .submitbtn {
  float: left;
  width: 50px;
  height: 35px;
  background: #1981ff;
  color: #fff;
  border: none;
  font-size: 1.2rem;
  outline: none;
}
.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;
}
.banner-wrap {
  position: relative;
  height: 100%;
}
.banner-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 80px;
}
.banner-wrap .swiper-pagination {
  z-index: 40;
}
.banner-wrap .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
.banner-wrap .conbox {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  z-index: 10;
  /*display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;*/
  text-align: center;
}
.banner-wrap .conbox .tit {
  font-family: "bdzy";
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 5px;
}
.banner-wrap .conbox .con {
  margin-top: 20px;
  color: #fff;
  font-size: 1.8rem;
  opacity: .8;
  line-height: 35px;
}
.banner-wrap .conbox .morebtn {
  margin-top: 30px;
}
.banner-wrap .conbox .morebtn a {
  text-decoration: none;
  background: #1981ff;
  border-radius: 3px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  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 .conbox .morebtn a:hover {
  background: #0050b2;
}
.content-wrap {
  margin-bottom: 80px;
}
.content-wrap .aboutbox {
  padding: 100px 0 0;
}
.content-wrap .aboutbox .title-line {
  color: #fff;
}
.content-wrap .aboutbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .aboutbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .aboutbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .aboutbox .about-con {
  position: relative;
  margin-top: 20px;
}
.content-wrap .aboutbox .about-con img {
  max-width: 100%;
}
.content-wrap .aboutbox .about-con .picbox {
  text-align: center;
}
.content-wrap .aboutbox .about-con .conbox {
  margin-top: 20px;
  color: #fff;
}
.content-wrap .aboutbox .about-con .conbox .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .aboutbox .about-con .conbox .con {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 25px;
}
.content-wrap .aboutbox .about-con .morebtn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrap .aboutbox .about-con .morebtn a {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 35px;
  background: #ffc226;
  color: #fff;
  line-height: 35px;
  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 .aboutbox .about-con .morebtn a:hover {
  background: #f2ae00;
}
.content-wrap .dominantbox {
  padding: 100px 0 0;
}
.content-wrap .dominantbox .title-line {
  color: #fff;
}
.content-wrap .dominantbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .dominantbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .dominantbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .dominantbox .dominant-con {
  margin-top: 20px;
  position: relative;
}
.content-wrap .dominantbox .dominant-con img {
  max-width: 100%;
}
.content-wrap .dominantbox .dominant-con .picbox {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .dominantbox .dominant-con .conbox .con {
  font-size: 1.4rem;
  color: #fff;
  line-height: 26px;
  text-indent: 2em;
}
.content-wrap .dominantbox .dominant-con .conbox .mbtn {
  margin: 20px 0;
}
.content-wrap .dominantbox .dominant-con .conbox .mbtn a {
  text-decoration: none;
  display: block;
  width: 130px;
  height: 40px;
  background: #ffc226;
  color: #fff;
  line-height: 40px;
  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 .dominantbox .dominant-con .conbox .mbtn a:hover {
  background: #bf8900;
}
.content-wrap .talentbox {
  padding: 100px 0 0;
}
.content-wrap .talentbox .title-line {
  color: #fff;
}
.content-wrap .talentbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .talentbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .talentbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .talentbox .talent-con {
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 28px;
}
.content-wrap .talentbox .talent-con .jscon {
  margin-bottom: 20px;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox {
  height: 400px;
  position: relative;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .pic {
  height: 100%;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 90px 20px;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn .sbox {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn .sbox .tit {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn .sbox .line {
  width: 60px;
  height: 2px;
  background: #1981ff;
  margin: 10px 0;
}
.content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn .sbox .con {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 25px;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box {
  height: 50%;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 {
  height: 100%;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox {
  height: 400px;
  position: relative;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .pic {
  height: 100%;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn .sbox {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn .sbox .tit {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn .sbox .line {
  width: 60px;
  height: 2px;
  background: #1981ff;
  margin: 10px 0;
}
.content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn .sbox .con {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 25px;
}
.content-wrap .bookbox {
  padding: 100px 0 0;
}
.content-wrap .bookbox .title-line {
  color: #fff;
}
.content-wrap .bookbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .bookbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .bookbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .bookbox .book-con {
  margin-top: 20px;
}
.content-wrap .bookbox .book-con .checkBox {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  padding: 10px;
}
.content-wrap .bookbox .book-con .checkBox .logintxt {
  margin-bottom: 10px;
  line-height: 35px;
}
.content-wrap .bookbox .book-con .checkBox .logintxt .icon {
  margin-right: 10px;
}
.content-wrap .bookbox .book-con .checkBox .logintxt .tit {
  margin-right: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .bookbox .book-con .checkBox .logintxt .textbox1 {
  width: 160px;
  height: 35px;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  color: #fff;
  outline: none;
}
.content-wrap .bookbox .book-con .checkBox .endtxt {
  line-height: 35px;
  margin-bottom: 10px;
}
.content-wrap .bookbox .book-con .checkBox .endtxt .icon {
  margin-right: 10px;
}
.content-wrap .bookbox .book-con .checkBox .endtxt .tit {
  margin-right: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .bookbox .book-con .checkBox .endtxt .textbox1 {
  width: 160px;
  height: 35px;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  color: #fff;
  outline: none;
}
.content-wrap .bookbox .book-con .checkBox .checkbtn .submitbtn {
  width: 100%;
  height: 35px;
  background: #ffc226;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  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 .bookbox .book-con .checkBox .checkbtn .submitbtn:hover {
  background: #bf8900;
}
.content-wrap .bookbox .book-con .tablebox {
  width: 100%;
}
.content-wrap .bookbox .book-con .tablebox .pcBox table {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.content-wrap .bookbox .book-con .tablebox .pcBox table tr {
  height: 45px;
  border-bottom: 1px solid #83898e;
}
.content-wrap .bookbox .book-con .tablebox .pcBox table tr td a {
  color: #fff;
}
.content-wrap .bookbox .book-con .tablebox .pcBox table .customers {
  height: 45px;
  background: #1981ff;
  font-size: 1.8rem;
}
.content-wrap .bookbox .book-con .tablebox .wapBox {
  margin-top: 20px;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist {
  background: rgba(255, 255, 255, 0.8);
  color: #292929;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .placebox {
  font-size: 1.6rem;
  color: #999;
  font-weight: bold;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .placebox span {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #1981ff;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox {
  margin-top: 8px;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .company {
  display: inline;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .company span {
  color: #696969;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .time {
  margin-left: 10px;
  display: inline;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .time span {
  color: #696969;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .price {
  margin-left: 10px;
  display: inline;
  font-size: 1.4rem;
  color: #292929;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .price span {
  color: #696969;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .infbox .type {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .tbtn {
  margin-top: 10px;
}
.content-wrap .bookbox .book-con .tablebox .wapBox .tlist .tbtn a {
  text-decoration: none;
  display: block;
  width: 120px;
  height: 35px;
  background: #1981ff;
  color: #fff;
  font-size: 1.6rem;
  line-height: 35px;
  text-align: center;
  border-radius: 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 .bookbox .book-con .tablebox .wapBox .tlist .tbtn a:hover {
  background: #0068e5;
}
.content-wrap .videobox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  /*background:url(../images/body-bg6.jpg) no-repeat center center;
		background-size: cover;*/
  background: #000;
}
.content-wrap .videobox video {
  width: 100%;
  height: 100%;
}
.content-wrap .videobox .bookbtn {
  position: absolute;
  z-index: 85;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-wrap .videobox .bookbtn a {
  text-decoration: none;
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
.content-wrap .contactbox {
  padding: 100px 0 0;
  overflow: hidden;
}
.content-wrap .contactbox .title-line {
  color: #fff;
}
.content-wrap .contactbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .contactbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .contactbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .contactbox .contact-con {
  margin-top: 35px;
  position: relative;
}
.content-wrap .contactbox .contact-con .slider {
  text-align: center;
}
.content-wrap .contactbox .contact-con .slider .sliderbox.slick-center .picbox {
  transform: scale(1);
}
.content-wrap .contactbox .contact-con .slider .sliderbox.slick-center .tit {
  top: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.content-wrap .contactbox .contact-con .slider .sliderbox.slick-center .conbox {
  opacity: 1;
}
.content-wrap .contactbox .contact-con .slider .sliderbox .picbox {
  padding: 0 80px;
  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 .contactbox .contact-con .slider .sliderbox .picbox .pic {
  border-radius: 50%;
  border: 2px solid #fff;
}
.content-wrap .contactbox .contact-con .slider .sliderbox .tit {
  position: relative;
  margin-top: 15px;
  color: #fff;
  font-size: 1.4rem;
  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 .contactbox .contact-con .slider .sliderbox .conbox {
  padding: 0 10px;
  opacity: 1;
  font-size: 1.4rem;
  color: #fff;
  line-height: 25px;
  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 .contactbox .contact-con .slider .sliderbox .conbox .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin: 10px auto;
}
.content-wrap .contactbox .contact-con .slick-prev,
.content-wrap .contactbox .contact-con .slick-next {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  background: none;
  border-radius: 50%;
}
.content-wrap .contactbox .contact-con .slick-prev:hover,
.content-wrap .contactbox .contact-con .slick-next:hover {
  background: #1981ff;
  border-color: #1981ff;
}
.content-wrap .partnerbox {
  padding: 100px 0 0;
}
.content-wrap .partnerbox .title-line {
  color: #fff;
}
.content-wrap .partnerbox .title-line .entit {
  font-size: 2.4rem;
  font-family: "Arial";
  text-transform: uppercase;
  font-weight: bold;
}
.content-wrap .partnerbox .title-line .chtit {
  font-size: 1.6rem;
}
.content-wrap .partnerbox .title-line .line {
  width: 20px;
  height: 2px;
  background: #1981ff;
  margin-top: 10px;
}
.content-wrap .partnerbox .conbox {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 0;
}
.content-wrap .partnerbox .conbox .clist {
  padding-bottom: 10px;
}
.content-wrap .partnerbox .p2box {
  margin-top: 20px;
}
.content-wrap .messagesbox {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /*display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content-wrap .messagesbox .mbox {
  width: 300px;
  background: rgba(224, 225, 227, 0.6);
  border-radius: 5px;
  position: relative;
}
.content-wrap .messagesbox .mbox .placebox {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .messagesbox .mbox .placebox .inputlist {
  margin-bottom: 10px;
  line-height: 35px;
}
.content-wrap .messagesbox .mbox .placebox .inputlist:last-child {
  margin-bottom: 0;
}
.content-wrap .messagesbox .mbox .placebox .inputlist .icon {
  width: 13%;
}
.content-wrap .messagesbox .mbox .placebox .inputlist .tit {
  width: 27%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #292929;
}
.content-wrap .messagesbox .mbox .placebox .inputlist .textbox1 {
  width: 60%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
  outline: none;
}
.content-wrap .messagesbox .mbox .inputbox {
  padding: 20px;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist:last-child {
  margin-bottom: 0;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist:nth-child(3) label {
  width: 51%;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  color: #343434;
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 5px;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .textbox1 {
  float: left;
  width: 70%;
  height: 25px;
  background: #fff;
  border: none;
  padding: 3px;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .textbox2 {
  float: left;
  width: 48%;
  height: 25px;
  background: #fff;
  border: none;
  padding: 3px;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .textbox3 {
  float: left;
  width: 40%;
  height: 25px;
  background: #fff;
  border: none;
  padding: 3px;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .textbox4 {
  float: left;
  width: 70%;
  height: 80px;
  padding: 3px;
  background: #fff;
  border: none;
  font-size: 1.2rem;
  color: #666;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .sbtn {
  margin-top: 5px;
  width: 48%;
  float: left;
  height: 35px;
  margin-right: 4%;
  background: #eee;
  border: none;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .sbtn:hover {
  background: #1983ff;
  color: #fff;
}
.content-wrap .messagesbox .mbox .inputbox .inputlist .sbtn:last-child {
  margin-right: 0;
}
.content-wrap .messagesbox .mbox .closebtn {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 109;
}
.content-wrap .messagesbox .mbox .closebtn .cbtn {
  text-decoration: none;
  display: block;
  border: 1px solid #666;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 2.4rem;
  color: #666;
  text-align: center;
  line-height: 30px;
  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 .messagesbox .mbox .closebtn .cbtn:hover {
  transform: rotate(90deg);
}
.footer-wrap .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../images/footerbg.png) repeat-x;
  background-size: 100% 100%;
  width: 100%;
  padding: 10px 0;
  line-height: 25px;
  text-align: center;
  color: #abaaaa;
  font-size: 1.2rem;
  z-index: 99;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #bda05a;
  z-index: 99;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #a8883b;
}
.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-15{
    width: 12.5%;
    float: left;
  }
  .col-md-14{
    width: 10%;
    float: left;
  }
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap .header {
    height: 83px;
  }
  .header-wrap .header .logo {
    line-height: 83px;
  }
  .banner-wrap .conbox {
    top: 38%;
  }
  .banner-wrap .conbox .con {
    width: 90%;
    margin: 20px auto 0;
  }
  .content-wrap .aboutbox .about-con .picbox {
    float: right;
    width: 60%;
  }
  .content-wrap .aboutbox .about-con .conbox {
    position: absolute;
    top: 80px;
    left: 0;
    width: 540px;
  }
  .content-wrap .aboutbox .about-con .morebtn {
    position: absolute;
    top: 420px;
    right: 515px;
  }
  .content-wrap .dominantbox {
    padding: 130px 0 0;
  }
  .content-wrap .dominantbox .dominant-con .picbox {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .content-wrap .dominantbox .dominant-con .conbox {
    width: 65%;
    height: 384px;
    float: right;
    background: url(../images/dominant-conbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 45px 35px 0 115px;
  }
  .content-wrap .businessbox {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .content-wrap .businessbox .bbox {
    height: 100%;
  }
  .content-wrap .businessbox .bbox .bbox-1 {
    height: 100%;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box {
    height: 100%;
    overflow: hidden;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box:hover .picbox .pic {
    transform: scale(1.1);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box:hover .picbox .showcn {
    transform: scale(1);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box .picbox {
    height: 100%;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .pic {
    height: 100%;
    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 .businessbox .bbox .bbox-1 .b1box .picbox .showcn {
    padding: 200px 30px;
    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;
    transform: scale(0);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box {
    height: 50%;
    overflow: hidden;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 {
    height: 100%;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1:hover .picbox .pic {
    transform: scale(1.1);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1:hover .picbox .showcn {
    transform: scale(1);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox {
    height: 100%;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .pic {
    height: 100%;
    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 .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn {
    padding: 80px 30px;
    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;
    transform: scale(0);
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box:nth-child(3) .b2box-1 .picbox .showcn{
    padding-top: 20px;
  }
  .content-wrap .talentbox {
    padding-top: 150px;
  }
  .content-wrap .talentbox .talent-con {
    width: 80%;
  }
  .content-wrap .bookbox {
    padding: 150px 0 0;
  }
  .content-wrap .bookbox .book-con .checkBox {
    padding: 10px 40px;
  }
  .content-wrap .bookbox .book-con .checkBox .logintxt {
    float: left;
    margin-bottom: 0;
  }
  .content-wrap .bookbox .book-con .checkBox .endtxt {
    float: left;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .content-wrap .bookbox .book-con .checkBox .checkbtn {
    float: left;
    margin-left: 40px;
  }
  .content-wrap .bookbox .book-con .checkBox .checkbtn .submitbtn {
    width: 100px;
  }
  .content-wrap .videobox {
    background: url(../images/body-bg6.jpg) no-repeat center center;
    background-size: cover;
  }
  .content-wrap .contactbox {
    padding: 150px 0 0;
  }
  .content-wrap .contactbox .contact-con .slider .sliderbox .picbox {
    padding: 0 70px;
    transform: scale(0.7);
  }
  .content-wrap .contactbox .contact-con .slider .sliderbox .tit {
    top: -30px;
  }
  .content-wrap .contactbox .contact-con .slider .sliderbox .conbox {
    opacity: 0;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b2box .b2box-1 .picbox .showcn .sbox{
    border:none;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box .picbox{
    height:465px;
  }
  .content-wrap .businessbox .bbox .bbox-1 .b1box .picbox .showcn .sbox{
    border:none;
  }
}
@media (max-width: 480px) {
  .banner-wrap .conbox .tit {
    font-size: 3rem;
  }
  .banner-wrap .conbox .con {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .banner-wrap .conbox .morebtn a {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
  .content-wrap {
    /*.videobox{
			video{
				display: none;
			}
		}*/
  }
}
