@charset "UTF-8";
.container {
  width: 1000px;
  margin: 0 auto; }

body {
  padding-top: 70px;
  background: #e6e7e7; }

@media (max-width: 1000px) {
  body {
    width: 1000px; } }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px; }

/*transform: translate(5px, 0);*/
.iconStyle {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.icon-angle-down {
  background-image: url("/skin/default/images/icon-angle-down.png");
  width: 11px;
  height: 6px; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 70px;
  background: #fff; }
.header .logo-img {
  width: 170px;
  padding-top: 15px; }
.header .logo-img a {
  display: block;
  width: 156px;
  height: 38px; }
.header .fr {
  width: 160px; }
.header .fr .lang {
  padding-top: 30px;
  width: 78px;
  font-size: 12px;
  color: #727171;
  float: left;
  text-align: right; }
.header .fr .lang a {
  font-size: 12px;
  color: #727171; }
.header .fr .lang a.on, .header .fr .lang a:hover {
  color: #18427f;
  font-weight: 500; }
.header .fr .link {
  width: 80px;
  float: right;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative; }
.header .fr .link h3 {
  color: #727171;
  font-size: 12px;
  height: 35px;
  line-height: 14px;
  text-align: right; }
.header .fr .link .icon-angle-down {
  position: relative;
  top: -1px;
  right: -2px; }
.header .fr .link ul {
  top: 70px;
  position: absolute;
  right: 0;
  width: 110px;
  background: #fff;
  z-index: 200;
  padding: 5px;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0; }
.header .fr .link ul li a {
  line-height: 27px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #727171;
  border-bottom: 1px solid #fff; }
.header .fr .link ul li a:hover {
  color: #162f58;
  border-bottom: 1px solid #dcc7b1;
  font-weight: 500;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.header .fr .link:hover ul {
  visibility: visible;
  opacity: 1; }
.header .nav {
  margin: 0 190px 0 185px;
  width: 640px; }
.header .nav ul.mainBav > li {
  position: relative;
  width: 14.28% !important;
  float: left;
  height: 70px; }
.header .nav ul.mainBav > li > a {
  display: block;
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-size: 14px;
  color: #18427f;
  border-bottom: 5px solid #fff; }
.header .nav ul.mainBav > li:hover > a {
  background: #efefef;
  border-bottom: 5px solid #162f58; }
.header .nav ul.mainBav > li:hover ul.subNav {
  visibility: visible;
  opacity: 1;
  top: 70px; }
.header .nav ul.mainBav > li.on > a {
  background: #efefef;
  border-bottom: 5px solid #162f58; }
.header .nav ul.subNav {
  top: 70px;
  position: absolute;
  width: 91.39px;
  background: #fff;
  z-index: 200;
  padding: 0px;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background: rgba(22, 47, 88, 0.8);
  position: absolute; }
.header .nav ul.subNav li {
  height: 26px;
  padding: 0 4px; }
.header .nav ul.subNav li:last-child a {
  border-bottom: 0; }
.header .nav ul.subNav li:hover {
  background: #fff;
  padding: 0; }
.header .nav ul.subNav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  line-height: 26px;
  color: #fff;
  text-align: center;
  font-size: 12px; }
.header .nav ul.subNav li a:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #162f58; }

.banner {
  overflow: hidden; }
.banner .sld-text {
  font-size: 25px;
  color: #ffffff;
  line-height: 36px;
  padding: 21px 4%;
  background: rgba(22, 47, 109, 0.5);
  position: absolute;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  text-align: center;
  width: 60%; }
.banner .sld-text1 {
  bottom: 60%;
  right: -250px;
  border-left: 8px solid #b88f63;
}
.banner .sld-text2 {
  top: 22%;
  left: -250px;
  border-right: 8px solid #b88f63; }
.banner .sld-text3 {
  top: 20%;
  left: -150px;
  text-align: center;
  border-right: 8px solid #b88f63; }
.banner .flex-active-slide .sld-text {
  visibility: visible;
  opacity: 1; }
.banner .flex-active-slide .sld-text1 {
  right: 0px; }
.banner .flex-active-slide .sld-text2 {
  left: 0px; }
.banner .flex-active-slide .sld-text3 {
  left: 0px; }

.footer {
  position: relative;
  z-index: 1000;
  background: #3c3736;
  padding-top: 25px;
  height: 320px; }
.footer .fl {
  width: 200px; }
.footer .fr {
  width: 100px; }
.footer .fr h3 {
  font-size: 14px;
  color: #e6e6e6;
  padding-left: 35px;
  background: url("/skin/default/images/icon-winxin.png") no-repeat left center;
  line-height: 26px; }
.footer .list {
  width: 700px;
  margin: 0 100px 0 200px; }
.footer .list li {
  width: 15%;
  float: left; }
.footer .list li:nth-child(1) {
  width: 10%; }
.footer .list li a {
  color: #d4d4d3;
  display: inline-block; }
.footer .list li a:hover {
  color: #fff;
  font-weight: bold; }
.footer .list li h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 28px; }
.footer .list li h4 {
  font-size: 12px;
  line-height: 24px; }
.footer h5 {
  margin-top: 45px;
  text-align: center; }
.footer h5 a {
  color: #d4d4d3;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  line-height: 20px;
  background: url("/skin/default/images/icon-quan.png") no-repeat left center; }
.footer h5 a:hover {
  color: #fff;
  font-weight: bold; }
.footer h6 {
  text-align: center;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 24px;
  margin-top: 8px; }
.footer .pic {
  margin-top: 12px;
  width: 100px;
  height: 100px; }

.topNav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  z-index: 1000;
  background: #e6e7e7; }
.topNav a {
  display: inline-block;
  font-size: 12px;
  color: #727171;
  padding-right: 24px;
  background: url("/skin/default/images/icon-jiao.png") no-repeat right 7px center; }
.topNav a:hover {
  color: #162f58; }
.topNav span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #162f58; }

.warpTop {
  position: fixed;
  top: 118px;
  width: 100%;
  left: 0; }

.warpBottom {
  background: #e6e7e7;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 900;
  margin-top: 310px; }
.warpBottom .c1 .back {
  width: 42%; }
.warpBottom .c1 .pic {
  width: 850px;
  height: 265px;
  overflow: hidden; }
/*.warpBottom .c1 .pic img{
  height: 100%;
  width: 100%;
}*/
/*.warpBottom .c1 .pic:after{
  content: "";
  position: absolute;
  background: rgba(45,154,139,0.8);
  width: 324px;
  height: 27px;
  right: 0;
  bottom: 0;
}*/
.Bottom-1 {
  background: #e6e7e7;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 990;
  margin-top: 48px; }

.r-title {
  background: #fff;
  width: 130px; }
.r-title h3 {
  font-size: 18px;
  color: #162f58;
  text-align: center;
  height: 95px;
  padding-top: 40px;
  font-weight: bold; }
.r-title ul {
  padding: 0 5px; }
.r-title li a {
  border-bottom: 1px solid #ecebeb;
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #777676;
  text-align: center; }
.r-title li a:hover {
  color: #18427f;
  border-bottom-color: #cbaf90; }
.r-title li.on a {
  color: #18427f;
  border-bottom-color: #cbaf90;
  font-weight: bold; }
.r-title li:nth-child(1) {
  border-top: 1px solid #ecebeb; }

.c-title {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 22px;
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  z-index: 200; }

.warpTop .c1 .back {
  width: 42%; }
.warpTop .c1 .pic {
  width: 850px;
  height: 265px;
  overflow: hidden; }

.shareholderMain .c2 {
  margin-top: 60px; }
.shareholderMain .c2 .clearfix {
  margin-bottom: 55px; }
.shareholderMain .c2 .fl {
  width: 470px; }
.shareholderMain .c2 .fr {
  width: 530px;
  padding-left: 20px; }
.shareholderMain .c2 .text h3 {
  font-size: 16px;
  color: #595757;
  font-weight: bold;
  margin-bottom: 30px; }
.shareholderMain .c2 .text h4 {
  margin-top: 10px;
  font-size: 14px;
  color: #162f58;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px; }
.shareholderMain .c2 .text p {
  font-size: 12px;
  color: #595757;
  line-height: 20px; }

.back {
  height: 80px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100; }

.back1 {
  background: rgba(22, 47, 109, 0.8); }

.back2 {
  background: rgba(25, 134, 124, 0.8); }

.newsMain .c1 .pic {
  width: 1000px; }
.newsMain .c1 h4 {
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 22px;
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  z-index: 200; }
.newsMain .c3 .tabMain-c .news-c2-top .text {
  background: #449b93;
  padding-left: 20px; }

.tab {
  margin-top: 40px; }
.tab .head {
  padding: 0 20px;
  height: 40px;
  margin: 0 0 10px; }
.tab .head h3 {
  line-height: 40px;
  display: inline-block;
  background: url("/skin/default/images/icon-jiao-l.png") no-repeat right center;
  padding-right: 20px;
  font-size: 17px;
  color: #595757; }
.tab .head .tabList {
  text-align: right; }
.tab .head .tabList li {
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  color: #939393;
  margin-left: 30px;
  cursor: pointer; }
.tab .head .tabList li.on {
  color: #162f6d;
  font-weight: bold; }

.tabMain-c {
  display: none; }
.tabMain-c .news-c2-top {

  height: 280px; }
.tabMain-c .news-c2-top .pic {
  width: 665px; }
.tabMain-c .news-c2-top .text {
  width: 335px;
  background: #415587;
  height: 280px;
  padding: 60px 25px 0 25px; }
.tabMain-c .news-c2-top .text h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }
.tabMain-c .news-c2-top .text h4 {
  font-size: 12px;
  color: #ffffff;
  margin: 10px 0; }
.tabMain-c .news-c2-top .text p {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }
.tabMain-c .news-c2-top .text h6 {
  margin-top: 15px;
  text-align: right;
  height: 20px; }
.tabMain-c .news-c2-top .text h6 a {
  color: #fff;
  font-size: 12px;
  display: inline-block; }
.tabMain-c .news-c2-top .text h6 a:hover {
  opacity: 0.8;
  font-weight: bold; }
.tabMain-c .news-c2-bottom {
  margin-top: 40px; }
.tabMain-c .news-c2-bottom .col-6 {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  height: 160px;
  overflow: hidden; }
.tabMain-c .news-c2-bottom .col-6:nth-child(2n-1) {
  border-left: 8px solid #2da091; }
.tabMain-c .news-c2-bottom .col-6 h3, .tabMain-c .news-c2-bottom .col-6 h4, .tabMain-c .news-c2-bottom .col-6 p {
  color: #595757; }
.tabMain-c .news-c2-bottom .col-6 h3 {
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }
.tabMain-c .news-c2-bottom .col-6 h4, .tabMain-c .news-c2-bottom .col-6 p {
  font-size: 12px;
  line-height: 20px; }
.tabMain-c .news-c2-bottom .col-6 h4 {
  margin: 8px 0; }
.tabMain-c .news-c2-bottom .col-6 p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.tabMain-c .news-c2-bottom .col-6 h6 {
  margin-top: 15px;
  text-align: right;
  height: 20px; }
.tabMain-c .news-c2-bottom .col-6 h6 a {
  display: inline-block;
  font-size: 12px;
  color: #28468b; }
.tabMain-c .news-c2-bottom .col-6 h6 a:hover {
  /* -webkit-transform: translate(-5px, 0);
   -ms-transform: translate(-5px, 0);
   transform: translate(-5px, 0);*/
  opacity: 0.8;
  font-weight: bold; }

.tabTitle {
  height: 40px;
  background: #fff;
  margin-top: 40px; }
.tabTitle a {
  display: block;
  width: 33.33%;
  float: left;
  border-bottom: 6px solid #fff;
  padding-top: 6px;
  line-height: 28px;
  font-size: 19px;
  color: #162f58;
  text-align: center; }
.tabTitle a.on {
  border-color: #b88f63;
  font-weight: bold;
  background: #e6e6e6;
  padding: 3px 0; }
.tabTitle a:hover {
  border-color: #b88f63;
  font-weight: bold;
  background: #e6e6e6;
  padding: 3px 0; }

.page {
  margin: 0 0 40px;
  text-align: center; }
.page a, .page span, .page select {
  display: inline-block;
  margin: 0 5px;
  color: #162f58;
  font-size: 12px; }
.page a:hover {
  border-bottom: 1px solid #c6a582; }

/*区域布局*/
.layoutMain .left {
  width: 850px;
  overflow: hidden; }
.layoutMain .pic {
  display: none;
  width: 100%; }
.layoutMain .label {
  position: absolute;
  right: 20px;
  top: 15px;
  text-align: right; }
.layoutMain .label span {
  display: inline-block;
  font-size: 12px;
  color: #949595; }
.layoutMain .label span i {
  width: 15px;
  height: 4px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px; }
.layoutMain .label span.gray {
  color: #949595;
  margin-left: 25px; }
.layoutMain .label span.gray i {
  background: #949595;
  border: 1px solid #c6a582;
}
.layoutMain .label span.white {
  color: #fff; }
.layoutMain .label span.white i {
  background: #fff; }
.layoutMain .text {
  width: 380px;
  background: rgba(45, 160, 145, 0.8);
  padding: 35px 18px;
  bottom: 30px;
  left: -340px;
  -webkit-transition: .3s;
  transition: .3s; }
.layoutMain .text p {
  opacity: 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px; }
.layoutMain .text i {
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -15px; }
.layoutMain .text:hover {
  left: 0; }
.layoutMain .text:hover i {
  opacity: 0; }
.layoutMain .text:hover p {
  opacity: 1; }
.layoutMain .list li {
  position: absolute;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s; }
.layoutMain .list li img {
  -webkit-transition: .25s;
  transition: .25s; }

.layoutGlobal .li-1 {
  top: 185px;
  left: 110px;
  z-index: 1; }
.layoutGlobal .li-2 {
  top: 247px;
  left: 140px;
  z-index: 1;
  background: url("/skin/default/images/layoutGlobal-pic-2.png") no-repeat;
  width: 141px;
  height: 49px; }
.layoutGlobal .li-3 {
  top: 200px;
  left: 259px;
  z-index: 2;
  background: url("/skin/default/images/layoutGlobal-pic-3.png") no-repeat;
  width: 122px;
  height: 56px; }
.layoutGlobal .li-3:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-3-on.png"); }
.layoutGlobal .li-4 {
  top: 263px;
  left: 509px;
  z-index: 4; }
.layoutGlobal .li-5 {
  top: 272px;
  left: 534px;
  z-index: 3; }
.layoutGlobal .li-6 {
  top: 313px;
  left: 524px;
  z-index: 2;
  background: url("/skin/default/images/layoutGlobal-pic-6.png") no-repeat;
  width: 117px;
  height: 102px; }
.layoutGlobal .li-7 {
  top: 308px;
  left: 521px;
  z-index: 1;
  background: url("/skin/default/images/layoutGlobal-pic-7.png") no-repeat;
  width: 129px;
  height: 166px; }
.layoutGlobal .li-8 {
  top: 95px;
  left: 625px;
  z-index: 1; }
.layoutGlobal .li-9 {
  top: 260px;
  left: 630px;
  z-index: 1;
  background: url("/skin/default/images/layoutGlobal-pic-9.png") no-repeat;
  width: 135px;
  height: 22px; }
.layoutGlobal .li-10 {
  top: 410px;
  left: 690px;
  z-index: 1;
  background: url("/skin/default/images/layoutGlobal-pic-10.png") no-repeat;
  width: 138px;
  height: 29px; }
.layoutGlobal .li-2:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-2-on.png"); }
.layoutGlobal .li-3:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-3-on.png"); }
.layoutGlobal .li-6:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-6-on.png"); }
.layoutGlobal .li-7:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-7-on.png"); }
.layoutGlobal .li-9:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-9-on.png"); }
.layoutGlobal .li-10:hover {
  background-image: url("/skin/default/images/layoutGlobal-pic-10-on.png"); }

.layoutChina .li-1 {
  top: 90px;
  left: 493px;
  z-index: 1;
  background: url("/skin/default/images/layoutChina-pic-1.png") no-repeat;
  width: 202px;
  height: 157px; }

.layoutChina .li-2 {
  top: 155px;
  left: 255px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-2.png") no-repeat;
  width: 217px;
  height: 119px; }

.layoutChina .li-3 {
  top: 195px;
  left: 470px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-3.png") no-repeat;
  width: 264px;
  height: 115px; }

.layoutChina .li-4 {
  top: 252px;
  left: 484px;
  z-index: 3;
  background: url("/skin/default/images/layoutChina-pic-4.png") no-repeat;
  width: 247px;
  height: 68px; }

.layoutChina .li-5 {
  top: 322px;
  left: 473px;
  z-index: 4;
  background: url("/skin/default/images/layoutChina-pic-5.png") no-repeat;
  width: 255px;
  height: 33px; }

.layoutChina .li-6 {
  top: 340px;
  left: 463px;
  z-index: 3;
  background: url("/skin/default/images/layoutChina-pic-6.png") no-repeat;
  width: 306px;
  height: 70px; }

.layoutChina .li-7 {
  top: 352px;
  left: 452px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-7.png") no-repeat;
  width: 315px;
  height: 107px; }

.layoutChina .li-8 {
  top: 370px;
  left: 432px;
  z-index: 1;
  background: url("/skin/default/images/layoutChina-pic-8.png") no-repeat;
  width: 315px;
  height: 142px; }

.layoutChina .li-9 {
  top: 313px;
  left: 200px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-9.png") no-repeat;
  width: 250px;
  height: 37px; }

.layoutChina .li-10 {
  top: 246px;
  left: 186px;
  z-index: 1;
  background: url("/skin/default/images/layoutChina-pic-10.png") no-repeat;
  width: 223px;
  height: 94px; }

.layoutChina .li-11 {
  top: 142px;
  left: 492px;
  z-index: 1;
  background: url("/skin/default/images/layoutChina-pic-11.png") no-repeat;
  width: 203px;
  height: 128px; }

.layoutChina .li-12 {
  top: 232px;
  left: 290px;
  z-index: 6;
  background: url("/skin/default/images/layoutChina-pic-12.png") no-repeat;
  width: 171px;
  height: 101px; }
.layoutChina .li-13 {
  top: 127px;
  left: 321px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-13.png") no-repeat;
  width: 145px;
  height: 137px; }
.layoutChina .li-14 {
  top: 198px;
  left: 247px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-14.png") no-repeat;
  width: 214px;
  height: 102px; }
.layoutChina .li-15 {
  top: 190px;
  left: 481px;
  z-index: 2;
  background: url("/skin/default/images/layoutChina-pic-15.png") no-repeat;
  width: 176px;
  height: 133px; }
.layoutChina .li-16 {
  top: 297px;
  left: 481px;
  z-index: 4;
  background: url("/skin/default/images/layoutChina-pic-16.png") no-repeat;
  width: 171px;
  height: 33px; }
.layoutChina .li-1:hover {
  background-image: url("/skin/default/images/layoutChina-pic-1-on.png"); }

.layoutChina .li-2:hover {
  background-image: url("/skin/default/images/layoutChina-pic-2-on.png"); }

.layoutChina .li-3:hover {
  background-image: url("/skin/default/images/layoutChina-pic-3-on.png"); }

.layoutChina .li-4:hover {
  background-image: url("/skin/default/images/layoutChina-pic-4-on.png"); }

.layoutChina .li-5:hover {
  background-image: url("/skin/default/images/layoutChina-pic-5-on.png"); }

.layoutChina .li-6:hover {
  background-image: url("/skin/default/images/layoutChina-pic-6-on.png"); }

.layoutChina .li-7:hover {
  background-image: url("/skin/default/images/layoutChina-pic-7-on.png"); }

.layoutChina .li-8:hover {
  background-image: url("/skin/default/images/layoutChina-pic-8-on.png"); }

.layoutChina .li-9:hover {
  background-image: url("/skin/default/images/layoutChina-pic-9-on.png"); }

.layoutChina .li-10:hover {
  background-image: url("/skin/default/images/layoutChina-pic-10-on.png"); }

.layoutChina .li-11:hover {
  background-image: url("/skin/default/images/layoutChina-pic-11-on.png"); }

.layoutChina .li-12:hover {
  background-image: url("/skin/default/images/layoutChina-pic-12-on.png"); }

.layoutChina .li-13:hover {
  background-image: url("/skin/default/images/layoutChina-pic-13-on.png"); }

.layoutChina .li-14:hover {
  background-image: url("/skin/default/images/layoutChina-pic-14-on.png"); }


.layoutChina .li-15:hover {
  background-image: url("/skin/default/images/layoutChina-pic-15-on.png"); }

.layoutChina .li-16:hover {
  background-image: url("/skin/default/images/layoutChina-pic-16-on.png"); }


.tab-style {
  width: 100%;
  padding-top: 6px;
  background: #fff;
  margin-bottom: 40px; }
.tab-style li {
  width: 50%;
  float: left;
  border-bottom: 6px solid #fff;
  padding-top: 6px;
  line-height: 28px;
  font-size: 19px;
  color: #162f58;
  text-align: center; }
.tab-style li.on {
  border-color: #b88f63;
  font-weight: 700;
  background: #e6e6e6;
  padding-top: 3px;
  padding-bottom: 3px; }

.icon-jt-r {
  background-image: url("/skin/default/images/icon-jt-r.png");
  width: 18px;
  height: 29px;
  -webkit-transition: .2s;
  transition: .2s; }

/*夺宝简介*/
.companyProfileMain .c2 {
  padding: 20px 0 20px; }
.companyProfileMain .c2 .col-7 {
  padding: 0 20px; }
.companyProfileMain .c2 h3 {
  font-weight: bold;
  font-size: 16px;
  color: #162f58;
  padding: 20px; }
.companyProfileMain .c2 p {
  font-size: 12px;
  color: #595757;
  line-height: 20px;
  text-indent: 2em;
  margin-bottom: 20px; }
.companyProfileMain .c2 .pic {
  text-align: right; }
.companyProfileMain .c2 .pic img {
  width: 410px;
  height: 260px;
  overflow: hidden; }
.companyProfileMain .c3 {
  margin-bottom: 40px; }
.companyProfileMain .c3 h3 {
  font-weight: bold;
  font-size: 16px;
  color: #162f58;
  padding: 20px; }
.companyProfileMain .c3 .videoCenter {
  display: none;
  position: relative;
  width: 800px;
  height: 400px; }
.companyProfileMain .c3 .videoCenter .vBtn {
  width: 75px;
  height: 75px;
  background: url("/skin/default/images/vBtn.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37.5px 0 0 -37.5px;
  cursor: pointer; }
.companyProfileMain .c3 .bigImg {
  width: 800px;
  height: 400px;
  float: right;
  background: #fff; }
.companyProfileMain .c3 .smallImg {
  width: 200px;
  height: 400px;
  float: left;
  background: #fff;
  border-right: 1px solid #cbcccc; }
.companyProfileMain .c3 #imageMenu {
  height: 360px;
  overflow: hidden; }
.companyProfileMain .c3 #imageMenu li {
  cursor: pointer;
  height: 120px;
  border-bottom: 5px solid #ffffff;
  width: 200px;
  padding-top: 15px; }
.companyProfileMain .c3 #imageMenu li .pic {
  width: 135px;
  height: 75px;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
.companyProfileMain .c3 #imageMenu li .pic:after {
  content: "";
  background: url("/skin/default/images/bf-small.png") no-repeat;
  width: 17px;
  height: 18px;
  position: absolute;
  margin-top: -9px;
  margin-left: -8.5px;
  left: 50%;
  top: 50%; }
.companyProfileMain .c3 #imageMenu li h6 {
  text-align: center;
  font-size: 12px;
  color: #595757;
  padding: 5px 0;
  line-height: 14px; }
.companyProfileMain .c3 #imageMenu .onlickImg {
  background: #cbcccc;
  border-bottom-color: #b88f63; }
.companyProfileMain .smallImg {
  text-align: center; }
.companyProfileMain .smallImgUp, .companyProfileMain .smallImgDown {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer; }
.companyProfileMain .smallImgUp {
  background: url("/skin/default/images/smallImgUp.png") no-repeat center; }
.companyProfileMain .smallImgDown {
  background: url("/skin/default/images/smallImgDown.png") no-repeat center; }
.companyProfileMain .disabled {
  display: none; }

/*发展战略*/
.strategyMain .c2 p {
  text-indent: 0; }

/*浩搏平台app,ku游平台足球,夺宝文化*/
.cultureMain {
  padding-bottom: 40px; }
.cultureMain .c2 {
  padding-top: 20px; }
.cultureMain .c2 .title {
  font-size: 16px;
  color: #162f58;
  font-weight: bold;
  padding: 20px; }
.cultureMain .c2 .list li {
  margin-bottom: 20px; }
.cultureMain .c2 .li3 .listText {
  padding-top: 25px; }
.cultureMain .c2 .li3 .listText b {
  width: 65px; }
.cultureMain .c2 .li3 .listText p {
  margin-left: 65px; }
.cultureMain .c2 .pic {
  width: 695px;
  height: 170px;
  overflow: hidden; }
.cultureMain .c2 .pic img{
  width: 100%;
}
.cultureMain .c2 .pic.fr .listTextBtn {
  background: url("/skin/default/images/right-jin-jt.jpg") no-repeat;
  right: auto;
  left: 0; }
.cultureMain .c2 .pic.fr .listText {
  padding: 30px 40px 0 60px; }
.cultureMain .c2 .on .listTextBtn {
  background: url("/skin/default/images/right-jin-jt.jpg") no-repeat; }
.cultureMain .c2 .on .fr .listTextBtn {
  background: url("/skin/default/images/left-jin-jt.jpg") no-repeat; }
.cultureMain .c2 .listTextBtn {
  width: 20px;
  height: 170px;
  background: url("/skin/default/images/left-jin-jt.jpg") no-repeat;
  position: absolute;
  right: 0;
  top: 0; }
.cultureMain .c2 .listText {
  top: 0;
  left: -100%;
  width: 100%;
  height: 170px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 60px 0 40px;
  -webkit-transition: .5s;
  transition: .5s; }
.cultureMain .c2 .listText p {
  font-size: 12px;
  line-height: 18px;
  color: #415a80;
  margin-left: 70px; }
.cultureMain .c2 .listText b {
  float: left;
  width: 70px;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #415a80; }
.cultureMain .c2 .fr .listText {
  left: auto;
  right: -100%; }
.cultureMain .c2 .on .listText {
  left: 0; }
.cultureMain .c2 .on .fr .listText {
  left: auto;
  right: 0%; }
.cultureMain .c2 .text {
  width: 305px;
  height: 170px;
  background: #415a82; }
.cultureMain .c2 .text h4 {
  padding-top: 55px;
  padding-bottom: 15px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center; }
.cultureMain .c2 .text h5 {
  font-size: 12px;
  color: #fff;
  text-align: center; }
.cultureMain .c2 .text.fr {
  background: #2da091; }
.cultureMain .c3 .title {
  font-size: 16px;
  color: #162f58;
  font-weight: bold;
  padding: 20px; }
.cultureMain .c3 li {
  position: relative;
  width: 305px;
  height: 305px;
  overflow: hidden;
  float: left;
  margin-left: 42.5px; }
.cultureMain .c3 li:nth-child(1) {
  margin-left: 0; }
.cultureMain .c3 li h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 21px;
  color: #ffffff;
  background: #162f6d;
  background: rgba(22, 47, 109, 0.8);
  -webkit-transition: .3s;
  transition: .3s; }
.cultureMain .c3 li a:hover h5 {
  height: 75px;
  line-height: 75px;
  font-size: 24px; }

/*新闻详情*/
.newsDetailsMain {
  padding-bottom: 40px;
  padding-top: 49px; }
.newsDetailsMain .back1 {
  z-index: -1;
  height: 260px;
  background: #415a80; }
.newsDetailsMain .mainLeft {
  width: 655px; }
.newsDetailsMain .mainLeft .pic {
  height: 260px; }
.newsDetailsMain .mainLeft .text {
  padding-top: 15px; }
.newsDetailsMain .mainLeft .text .title {
  font-size: 22px;
  font-weight: bold;
  color: #162f58;
  text-align: center;
  padding: 20px 0; }
.newsDetailsMain .mainLeft .text p {
  text-indent: 2em;
  font-size: 12px;
  color: #595757;
  line-height: 20px; }
.newsDetailsMain .mainLeft .text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #162f58;
  padding: 20px 0; }
.newsDetailsMain .mainRight {
  background: #fff;
  width: 325px; }
.newsDetailsMain .mainRight .title {
  font-size: 12px;
  color: #fff;
  background: #415a80;
  height: 44px;
  padding: 17px 20px 0; }
.newsDetailsMain .mainRight .list {
  padding: 0 20px; }
.newsDetailsMain .mainRight .list li a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #d1d2d2; }
.newsDetailsMain .mainRight .list li h5 {
  font-size: 12px;
  color: #595757;
  line-height: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }
.newsDetailsMain .mainRight .list li a:hover {
  border-bottom: 2px solid #b88f63; }
.newsDetailsMain .mainRight .list li a:hover h5 {
  font-weight: bold;
  font-size: 12px;
  color: #162f58; }
.newsDetailsMain .mainRight .list li:last-child a {
  border-bottom: 0; }

/*招贤纳士*/
.recruitMain .c1 .pic {
  width: 1000px; }
.recruitMain .warpBottom .c1 .pic {
  width: 1000px; }
.recruitMain .search {
  padding: 40px 0 40px;
  text-align: right; }
.recruitMain .search input {
  width: 385px;
  height: 38px;
  border: 1px solid #a8a7a7;
  text-align: right;
  padding: 0 30px;
  font-size: 14px;
  background: #fff url("../images/icon-fdj.png") no-repeat right 5px center; }
.recruitMain .search input::-webkit-input-placeholder {
  color: #949595; }
.recruitMain .search input:-ms-input-placeholder {
  color: #949595; }
.recruitMain .search input::-ms-input-placeholder {
  color: #949595; }
.recruitMain .search input::placeholder {
  color: #949595; }
.recruitMain .search button {
  height: 38px;
  border: 1px solid #a8a7a7;
  font-size: 14px;
  color: #162f58;
  width: 130px;
  margin-left: 20px;
  background: #fff; }
.recruitMain .search button:hover {
  background: #162f58;
  color: #fff; }

.tableMain table {
  margin-bottom: 30px;
  width: 100%;
  text-align: center; }
.tableMain table th {
  height: 55px;
  font-size: 16px;
  color: #ffffff;
  background: #415a82;
  text-align: center; }
.tableMain table td {
  height: 55px;
  font-size: 14px;
  color: #727171; }
.tableMain table td a {
  color: #162f58;
  display: inline-block; }
.tableMain table td a:hover {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0); }
.tableMain table tr {
  background: #fbfbfb; }
.tableMain table tr:nth-child(2n-1) {
  background: #d6d7d7; }

/*招聘详情*/
.recruitDetailsMain {
  padding-top: 15px;
  padding-bottom: 40px; }
.recruitDetailsMain h3.title {
  font-size: 22px;
  color: #162f58;
  text-align: center;
  padding: 30px 0; }
.recruitDetailsMain h5.title {
  font-size: 14px;
  color: #fff;
  background: #162f58;
  line-height: 26px;
  padding-left: 20px; }
.recruitDetailsMain .c {
  padding: 20px 0; }
.recruitDetailsMain .c li, .recruitDetailsMain .c h6 {
  font-size: 12px;
  color: #595757;
  line-height: 20px;
  padding: 10px 10px 10px 0; }
.recruitDetailsMain .tz {
  font-size: 12px;
  color: #162f58; }
.recruitDetailsMain .tz:hover {
  opacity: 0.8; }
.recruitDetailsMain .applyFor {
  text-align: right; }
.recruitDetailsMain .applyFor .c {
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 265px;
  background: #fff; }
.recruitDetailsMain .applyFor .c h5 {
  font-size: 14px;
  color: #162f58;
  padding: 80px 0 20px; }
.recruitDetailsMain .applyFor .c a {
  font-size: 12px;
  color: #595757;
  width: 78px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #c6a582;
  border-radius: 4px;
  display: inline-block; }
.recruitDetailsMain .applyFor .c a:hover {
  background: #c6a582;
  color: #fff; }

.mt-40 {
  margin-top: 40px; }

/*业务组合*/
.businessMain {
  padding-bottom: 40px; }
.businessMain .c2 .title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #162f58;
  line-height: 55px; }
.businessMain .c2 .tabTitle a {
  width: 50%; }
.businessMain .c2 .list li {
  margin-right: 12.5px;
  float: left; }
.businessMain .c2 .list li:last-child {
  margin-right: 0; }
.businessMain .c2 .list .li-2 {
  margin-right: 12px;
  width: 494px; }
.businessMain .c2 .list .li-3 {
  margin-right: 12.5px;
  width: 325px; }
.businessMain .c2 .pic {
  width: 100%;
  height: 265px;
  overflow: hidden; }
.businessMain .c2 .text {
  width: 100%;
  background: #ffffff;
  height: 180px;
  border-bottom: 4px solid #2d9b8c;
  padding: 25px 36px 0; }
.businessMain .c2 .text h4 {
  margin-top: 10px;
  font-size: 21px;
  color: #162f58;
  line-height: 33px; }
.businessMain .c2 .text p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #595757;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.nucleusMain {
  padding-bottom: 40px; }
.nucleusMain .list li {
  margin-top: 20px; }
.nucleusMain .pic {
  width: 45%;
  height: 170px;
  overflow: hidden; }
.nucleusMain .text {
  width: 55%;
  background: #415a82;
  height: 170px;
  padding: 25px 20px 0; }
.nucleusMain .text h3 {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 30px; }
.nucleusMain .text p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #fff; }
.nucleusMain .text.fr {
  background: #2da091; }

/*运作模式*/
.patternMain .c2 .text h4 {
  margin-top: 85px; }
.patternMain .c2 p {
  margin-bottom: 20px; }

/*重点ku游平台足球*/
.projectMain .c1 .pic {
  width: 1000px;
  height: 265px; }
.projectMain .tabTitle a {
  width: 50%; }
.projectMain .c2 .list > li {
  width: 480px;
  height: 170px;
  border-right: 10px solid #2da091;
  background: #fff;
  margin-top: 40px;
  margin-left: 40px; }
.projectMain .c2 .list > li:nth-child(2n-1) {
  margin-left: 0; }
.projectMain .c2 .pic {
  width: 165px;
  height: 170px; }
.projectMain .c2 .text {
  padding: 20px;
  width: 305px;
  height: 170px; }
.projectMain .c2 .text h4 {
  font-size: 16px;
  color: #162f58;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }
.projectMain .c2 .text p {
  font-size: 12px;
  color: #595757;
  line-height: 17px;
  height: 68px;
  overflow: hidden; }
.projectMain .c2 .text a {
  float: right;
  display: block;
  font-size: 12px;
  color: #162f58;
  padding-top: 5px;
  -webkit-transition: .3s;
  transition: .3s; }
.projectMain .c2 .text a:hover {
  opacity: 0.8;
  font-weight: bold; }
.projectMain .page {
  padding-top: 20px; }

/*点击弹窗*/
.piro_overlay {
  background: #000;
  position: fixed;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150000;
  display: none; }

.piro_html {
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 580px;
  margin: -265px 0 0 -500px;
  background: #fff;
  position: fixed;
  display: block;
  z-index: 150001;
  padding: 0; }
.piro_html .h_c_c {
  padding: 0;
  border: 0;
  position: relative; }
.piro_html .flexslider {
  width: 1000px !important;
  height: 360px !important;
  overflow: hidden; }
.piro_html .pic img{ width: 100%; height: auto;}
.piro_html .text-c {
  padding: 40px 40px 0;
  height: 220px;
  overflow-y: auto;
}
.piro_html .text-c h4 {
  font-size: 21px;
  color: #162f58;
  font-weight: bold;
  margin-bottom: 20px; }
.piro_html .text-c p {
  font-size: 12px;
  line-height: 17px;
  color: #4c4948; }

.piro_prev_fake, .piro_next_fake {
  display: none; }

.piro_prev, .piro_next {
  width: 29px;
  height: 49px;
  top: 165px;
  position: absolute;
  cursor: pointer; }

.piro_prev {
  background: url("/skin/default/images/icon-jt-left.png") no-repeat;
  left: 15px; }

.piro_next {
  background: url("/skin/default/images/icon-jt-right.png") no-repeat;
  right: 15px; }

.piro_close {
  display: block;
  right: 0;
  top: -30px;
  padding: 0 10px;
  position: absolute;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  cursor: pointer; }

.piro_loader {
  background: url("/skin/default/images/loadinfo.gif") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/*法律声明*/
.lawMain {
  padding-top: 20px;
  padding-bottom: 40px; }
.lawMain .textList li {
  padding-bottom: 20px; }
.lawMain .textList h3 {
  line-height: 48px;
  color: #162f58;
  padding: 0 18px;
  font-size: 22px;
  background: #dedede; }
.lawMain .textList p {
  font-size: 12px;
  line-height: 20px;
  color: #595757;
  margin-top: 20px; }
.lawMain .navList {
  width: 130px;
  background: #fff;
  float: right;
  padding: 0 5px; }
.lawMain .navList li:last-child a {
  border: 0; }
.lawMain .navList li a {
  line-height: 32px;
  border-bottom: 1px solid #c3cddc;
  display: block;
  text-align: center;
  color: #727171; }
.lawMain .navList li a:hover {
  color: #162f58; }
.lawMain .navList li .on a {
  color: #162f58; }

/*关于我们*/
.contactMain .c2 h4 {
  font-size: 22px;
  color: #162f58;
  line-height: 36px; }
.contactMain .c2 .row {
  margin: 10px 0 30px; }
.contactMain .c2 .row li {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 3px; }
.contactMain .c2 .row li .iconStyle {
  position: relative;
  top: 3px;
  right: 5px; }
.contactMain .c3 .dt {
  width: 1000px;
  height: 400px;
  overflow: hidden; }

.icon-contact-1 {
  background-image: url("/skin/default/images/icon-contact-1.png");
  width: 19px;
  height: 18px; }

.icon-contact-2 {
  background-image: url("/skin/default/images/icon-contact-2.png");
  width: 19px;
  height: 18px; }

.icon-contact-3 {
  background-image: url("/skin/default/images/icon-contact-3.png");
  width: 19px;
  height: 18px; }

.icon-contact-4 {
  background-image: url("/skin/default/images/icon-contact-4.png");
  width: 19px;
  height: 18px; }

.icon-contact-5 {
  background-image: url("/skin/default/images/icon-contact-5.png");
  width: 19px;
  height: 18px; }

.icon-contact-6 {
  background-image: url("/skin/default/images/icon-contact-6.png");
  width: 19px;
  height: 18px; }

/*投资者关系*/
.investMain .c2 {
  margin-top: 40px; }
.investMain .c2 .clearfix {
  margin-bottom: 40px; }
.investMain .c2 h3 {
  padding-left: 20px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #595757; }
.investMain .c2 h3 b {
  color: #162f58; }
.investMain .c2 .pic {
  width: 550px; }
.investMain .c2 .text {
  width: 450px;
  padding: 0 20px; }
.investMain .c2 .text h5 {
  font-size: 12px;
  color: #595757;
  line-height: 1.9; }
.investMain .c2 .text h5 span {
  color: #162f58; }
.investMain .c3 {
  margin-bottom: 40px; }
.investMain .c3 .title {
  margin: 40px 0;
  background: #fff;
  font-size: 16px;
  color: #595757;
  line-height: 55px;
  padding: 0 20px; }
.investMain .c3 .title b {
  color: #162f58; }
.investMain .c3 .page {
  margin-top: 25px; }

.investList li a {
  display: block;
  height: 55px;
  border-bottom: 1px solid #ececec;
  border-left: 5px solid #fff;
  background: #fff; }
.investList li h4 {
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  padding: 13px 20px;
  color: #595757; }
.investList li a:hover {
  background: #d0d1d1;
  border-left-color: #b88f63; }
.investList li a:hover .pdf_xz {
  background: #415a80 url("../images/icon-pdf-f.png") no-repeat center; }

.pdf_xz {
  width: 100%;
  background: #fafafa;
  height: 54px;
  background: #fff url("../images/icon-pdf-9.png") no-repeat center; }

@media (max-width: 1440px) {
  .banner .sld-text {
    width: 40%; }
}

/*.banner .sld-text2{ height: 110px; }*/