a:hover {
  text-decoration: none;
}

input,
button,
textarea {
  outline: none;
  border: 0px;
}

body,
html {
  font-size: 14px;
  font-family: Arial;
  box-sizing: border-box;
  min-width: 1200px;
}

input {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main {
  width: 90%;
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
}

.index-header {
  height: 250px;
  position:relative;
  z-index:2;
}

.logo {
	position: absolute;
  z-index: 3;
  top: 5%;
  left: 50px;
  height: 90%;
  width:30%;
  display:block;
}
.logo img{
	display:block;
  max-height: 100%;
  max-width:100%;
  position:absolute;
  top:50%;
  left:0;
  transform: translate(0, -50%);
}

.navBar {
  position: absolute;
  z-index: 3;
  height: 60px;
  line-height: 60px;
  color: #333;
  bottom: 0;
  right: 50px;
  transform: translate(0, 6px);
  text-align: right;
}

.nav {
  display: inline-block;
  position: relative;
  font-size: 18px;
}

.nav a {
  color: #333;
}

.nav h3 {
  font-size: 100%;
  font-weight: normal;
  padding: 0 14px;
  line-height: 60px;
}

.nav .m {
  float: left;
  position: relative;
  z-index: 1;
}

.nav .m.on h3 {
  border-top: 4px solid #e67474;
  line-height: 56px;
}

.nav .m.on {}

.nav h3 a {
  display: inline-block;
  
  text-align: center;
}
.nav h3 img{
	margin-left: 4px;
}
.nav .sub {
  border-top: 5px solid rgba(255, 255, 255, 0);
  display: none;
  position: absolute;
  left: -3px;
  top: 60px;
  z-index: 3;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
}

.nav .sub li {
  text-align: center;
}

.nav .sub li a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #666;
}

.nav .sub li a:hover {
  background-color: #e67474;
  color: #fff;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
  height: auto;
}

.about-me {
  overflow: hidden;
  margin-top:120px;
}

.about-me-txt {
  width: 35%;
}

.about-ceo .page-title,
.about-me-txt .page-title {
  margin-bottom: 70px;
}

.page-title {
  display: inline-block;
  font-size: 40px;
  color: #3765af;
  font-weight: 550;
  padding-top: 24px;
  background: url('../img/icon_title_top.jpg') no-repeat top left;
}

.page-content h4 {
  font-size: 32px;
  font-weight: normal;
}

.page-content {
  font-size: 20px;
  line-height: 48px;
  color: #666;
  text-align: justify;
}

.about-me-map {
  width: 48%;
}

.about-ceo {
  margin-top: 120px;
  overflow: hidden;
}

.about-ceo-avater {
  margin-left: 70px;
  margin-right: 230px;
  margin-top: 100px;
}


.about-ceo-txt {
  width: 50%;
}

.about-slg {
  margin-top: 120px;
}

.about-slg-content {
  padding-top: 50px;
}

.about-slg-header {
  width: 100%;
  height: 56px;
  background: url('../img/line_top.png') no-repeat left center;
}

.about-slg-footer {
  width: 100%;
  height: 56px;
  background: url('../img/line_buttom.png') no-repeat right center;
}

.about-slg-txt {
  padding: 10px 30px;
  font-size: 22px;
  line-height: 34px;
  color: #666;
}

.about-ry {
  margin: 120px 0;
}

.about-ry-img {
  width: 100%;
  padding-top: 50px;
}

.footer-box {
  background-color: #f8f8f8;
}

.footer-nav-box {
  padding: 40px 0;
}

.footer-message,
.footer-nav-box {
  overflow: hidden;
}

.footer-nav {
  float: left;
  line-height: 38px;
  width: 14.28%;
}
.footer-nav .bold{
	line-height: 48px;
	margin-bottom:5px;
}

.footer-nav h3 {
  font-size: 20px;
  font-weight: 550;
}

.footer-nav a {
  font-size: 16px;
  color: #444;
}

.footer-infor {
  overflow: hidden;
  margin-top: 90px;
  padding-bottom: 60px;
}

.footer-infor li {
  float: left;
  margin-right: 40px;
  font-size: 16px;
}

.footer-img img {
  margin-left: 30px;
  height: 126px;
}

.gushi-box {
  height: 1160px;
  position: relative;
}

.gushi-box ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gushi-box ul li {
  width: 25%;
  height: 150px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transition: all .3s;
}

.gushi-box ul li h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 550;
  text-align: center;
  padding: 30px 0 6px;
}

.gushi-box ul li p {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding: 0 30px;
  overflow: hidden;
}

.gushi-box ul li img {
  display: none;
}

.gushi-box ul li:nth-child(1) {
  background-color: rgba(55, 101, 175, 0.8);
  left: 0;
}

.gushi-box ul li:nth-child(2) {
  background-color: rgba(213, 71, 55, 0.8);
  left: 25%;
}

.gushi-box ul li:nth-child(3) {
  background-color: rgba(100, 177, 113, 0.8);
  left: 50%;
}

.gushi-box ul li:nth-child(4) {
  background-color: rgba(245, 196, 71, 0.8);
  left: 75%;
}

.gushi-box ul li:hover {
  height: 100%;
}

.gushi-box ul li:hover h3 {
  padding-top: 400px;
  padding-bottom: 30px;
}

.gushi-box ul li:hover p {
  height: auto;
}

.gushi-box ul li:hover img {
  display: block;
  margin: 40px auto 20px;
}

.gushi-list-box {
  margin-top: 100px;
}

.gushi-title {
  overflow: hidden;
}

.gushi-title .page-title {
  float: left;
}

.gushi-more {
  float: right;
}

.gushi-list {
  margin-top: 90px;
}

.gushi-list li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  transition: all .3s;
}

.gushi-avater {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  box-sizing: border-box;
}

.gushi-list li:nth-child(1) .gushi-avater-box {
  border: 5px solid #7197d5;
}

.gushi-list li:nth-child(2) .gushi-avater-box {
  border: 5px solid #f59c9b;
}

.gushi-list li:nth-child(3) .gushi-avater-box {
  border: 5px solid #7ab97c;
}

.gushi-list li:nth-child(4) .gushi-avater-box {
  border: 5px solid #c8ab5f;
}

.gushi-list li:nth-child(4) {
  margin-right: 0px
}
.gushi-avater-box{
	display:block;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: -60px;
	  position: relative;
	  z-index: 2;
}
.gushi-list li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  
}

.gushi-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px #f5f5f5;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

.gushi-list li:hover {
  transform: translate(0, -20px);
}

.gushi-list li:hover .gushi-content {
  box-shadow: 0px 0px 20px #e1e1e1;
}

.gushi-content h4 {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
}

.gushi-content p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}

.gushi-footer {
  overflow: hidden;
  margin-top: 40px;
  font-size: 14px;
  color: #999;
}

.gushi-footer span {
  float: left;
}

.gushi-list .gushi-footer .img {
  float: right;
  width: 18px;
  height: 12px;
}

.gushi-list li:nth-child(1) .gushi-footer .img {
  background: url('../img/arrow_1.png') no-repeat center center;
}

.gushi-list li:nth-child(2) .gushi-footer .img {
  background: url('../img/arrow_2.png') no-repeat center center;
}

.gushi-list li:nth-child(3) .gushi-footer .img {
  background: url('../img/arrow_3.png') no-repeat center center;
}

.gushi-list li:nth-child(4) .gushi-footer .img {
  background: url('../img/arrow_4.png') no-repeat center center;
}

.gushi-list-box:last-child {
  padding-bottom: 100px;
}

.xd-nav-box {
  width: 100%;
  height: 80px;
  background-color: #49aa5a;
  position: relative;
}

.xd-nav-box.on {
  position: fixed;
  left: 0;
  top: 0;
}

.xd-nav-box li {
  float: left;
  width: 14.28%;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.xd-nav-box li a{
	color:#fff;
	display:block;
}
.xd-nav-box li:hover {
  background-color: #f3b519;
}

.xd-jz {
  height: 690px;
}

.xd-jz h3 {
  font-size: 60px;
  color: #fff;
  padding-top: 200px;
  text-align: center;
  font-weight: normal;
}

.xd-jz a {
  display: block;
  font-size: 30px;
  width: 264px;
  height: 86px;
  line-height: 86px;
  border-radius: 86px;
  background: url('../img/bg_btn.png') no-repeat;
  color: #fff;
  text-align: center;
  margin: 70px auto 0;
}

.xd-box {
  overflow: hidden;
  margin: 90px 0;
}

.xd-box img,
.xd-box .xd {
  float: left;
}

.xd-box img {
  width: 50%;
}

.xd-box .xd {
  width: 30%;
  padding: 100px 10% 0;
}

.xd-title {
  font-size: 48px;
  color: #e57272;
  font-weight: normal;
}

.xd-content {
  font-size: 16px;
  line-height: 38px;
  color: #666;
  margin: 50px 0 30px;
     text-align: justify;
}

.xd-link {
  display: block;
  width: 160px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: #e57272;

}

.mbx {
  background-color: #3765af;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
}

.mbx a {
  color: #fff;
}

.list-box {
  overflow: hidden;
  margin: 100px 0;
}

.list-title {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d4;
}

.list-nav {
  width: 18%;
  margin-right: 2%;
}

.list-nav-box {
  margin-top: 20px;
}

.list-nav-content {
	margin: 30px 0;
}

.list-nav-content a {
  font-size: 18px;
  color: #666;
  padding: 14px 30px 14px 0;
  display: inline;
}

.list-nav-content.on a {
  background: url('../img/icon_list_nav.png') no-repeat left center;
  padding-left: 56px;
  color: #3d9e4e;
  border: 2px solid #3d9e4e;
  border-radius: 999em;
}

.list-content {
  width: 75%;
}

.list {
  margin-top: 40px;
  overflow: hidden;
}

.list li {
  float: left;
  width: 29%;
  margin: 2%;
  transition: all .3s;
}

.list li a {
  color: #333;
}
.div-img{
	width: 100%;
	height: 300px;
	overflow:hidden;
}
.list-img {
  display:block;
  width:100%;
}

.list-txt {
  padding: 15px 18px 20px;
  background-color: #fafafa;
}

.list-name {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.list-sub {
  font-size: 16px;
  color: #999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 10px 0;
}

.list-time {
  font-size: 18px;
  color: #666;
}

.list li:hover {
  box-shadow: 0px 0px 20px #e3e3e3;
}

.pages {
  text-align: center;
  margin: 50px 0;
}

.pages a,
.pages span {
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 6px 20px;
  color: #333;
}

.pages a:hover {
  border-color: #e67474;
  background-color: #e67474;
  color: #fff;
}

.list-book {
  overflow: hidden;
  margin-top: 30px;
}

.list-book li {
  width: 21%;
  float: left;
  margin: 2%;
}

.list-book li img {
  width: 100%;
}

.list-book li:hover {
  box-shadow: 0px 0px 20px #e3e3e3;
}

.list-new {
  overflow: hidden;
  margin-top: 30px;
}

.list-new li {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 999em;
}

.list-new li:hover {
  border-color: #3d9e4e;
}

.list-new li:hover h4,
.list-new li:hover span {
  color: #3d9e4e;
}

.list-new li:hover strong {
  background-color: #3d9e4e;
}

.list-new a {
  overflow: hidden;
  padding: 10px 30px;
  display: block;
}

.list-new h4 {
  float: left;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 34px;
}

.list-new h4 strong {
  display: inline-block;
  width: 6px;
  vertical-align: middle;
  height: 6px;
  background-color: #000;
  margin-right: 10px;
  border-radius: 999em;
}

.list-new span {
  float: right;
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.detail-auther {
  font-size: 22px;
  color: #333;
  padding: 30px 5px 15px;
}

.detail-auther span {
  margin-right: 30px;
}

.detail {
  font-size: 20px;
  color: #666;
  line-height: 48px;
  padding: 10px 5px;
}
.detail img{
	padding:15px 0;
	    max-width: 100%;
}

.detail-nav {
  margin-top: 80px;
}

.detail-nav a {
  float:left;
  width: 50%;
  font-size: 22px;
  background-color: #e0e0e0;
  color: #333;
  padding: 10px 30px;
  box-sizing: border-box;
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.detail-nav a:first-child {
  border-right: 1px solid #fff;
}

.detail-nav a:hover {
  background-color: #e67474;
  color: #fff;
}

.zc {
  margin-top: 100px;
  margin-bottom: 100px;
}

.zc-jk {
  overflow: hidden;
}

.jk {
  float: left;
  position: relative;
}

.jk img {
  width: 100%;
}
.jk p{
	width:80%;
	margin:0 auto;
}
.jk>h2 {
  position: absolute;
  bottom: 40px;
  left: 0px;
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.jk1-box {
  position: absolute;
  top: 111px;
  left: 0;
  width: 100%;
}

.jk1 {
  width: 40%;
}

.jk2,
.jk3,
.jk4 {
  width: 20%;
}

.jk1-box>div {
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
}

.jk1-box img {
  width: 40px;
  height: 40px;
  margin-left: 50px;
  margin-right: 10px;
}

.zc-header {
  overflow: hidden;
  margin: 80px 0;
}

.zc-bg {
  width: 38%;
}

.scrollBox {
  position: relative;
  padding:0 80px;
}

.scrollBox .piclist {
  overflow: hidden;
  zoom: 1;
}

.scrollBox .ohbox {
  overflow: hidden;
  position: relative;

}

.scrollBox {
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin-top: 60px;
}

.scrollBox .piclist li {
  float: left;
  display: inline;
  margin-right: 10px;
  width:100%;
}

.scrollBox .piclist li a>img {
  display: block;
  margin: 0 auto;
  margin-bottom: -20px;
}

.scrollBox .pageBtn div {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 200px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e5e5e5;
}

.scrollBox .pageBtn div img {
  display: block;
  margin: 19px auto 0;
}

.scrollBox .pageBtn .prev {
  left: 0;
}

.scrollBox .pageBtn .prev img {
  transform: rotate(180deg);
}

.scrollBox .pageBtn .next {
  right: 0;
}

.zc-xz {
  width: 58%;
}

.zcgb-box {
  height: 235px;
  background-color: #f8f8f8;
  padding: 30px 25px;
  box-sizing: border-box;
  border-radius: 20px;
}

.zcgb-title {
  font-size: 20px;
  padding:5px 0;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  text-align:center;
}

.zcgb-sub {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 30px 0 20px;
}

.zcgb-footer {
  overflow: hidden;
}

.zcgb-time {
  float: left;
  font-size: 18px;
  color: #999;
}

.zcgb-footer img {
  float: right;
}

.zc-xz-content {
  font-size: 17px;
  color: #666;
  line-height: 40px;
  margin-top: 30px;
}

.zc-xz-content h4 {
  font-size: 24px;
  line-height: 60px;
  padding-top: 20px;
}


.jgzz {
  position: relative;
  padding:0 60px;
}

.jgzz .piclist {
  overflow: hidden;
  zoom: 1;
}

.jgzz .ohbox {
  overflow: hidden;
  position: relative;
  left: 88px
}

.jgzz {
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin: 60px 0 100px;
}

.jgzz .piclist li {
  float: left;
  display: inline;
  width:30%;
  margin-right: 3%;
}

.jgzz .piclist li a {
  position: relative;
  display: block;
}

.jgzz .piclist li a>img {
  display: block;
  width: 100%;
}


.jgzz  .swiper-slide{
	text-align: center;
      /* 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;
	   width:30%;/*设为固定?*/
    width:auto;/*根据内容调整宽度*/
}
.jgzz  .swiper-slide .bj{
	display:block;
	width:100%;
}
.jgzz-box {
  position: absolute;
  left: 0;
  bottom:30px;
  width: 100%;
}

.jgzz .pageBtn div {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 50px;
  background-color: #e5e5e5;
}

.jgzz .pageBtn div img {
  display: block;
  margin: 19px auto 0;
}

.jgzz .pageBtn .prev {
  left: 0;
}

.jgzz .pageBtn .prev img {
  transform: rotate(180deg);
}

.jgzz .pageBtn .next {
  right: 0;
}

.jgzz-box h3 {
  font-size: 34px;
  color: #97743c;
  text-align: center;
  font-family: SimSun;
  /*padding-top: 90px;*/
  line-height: 52px;
  height: 52px;
  overflow: hidden;
}

.jgzz-box h4 {
  font-size: 27px;
  color: #97743c;
  font-family: SimSun;
  text-align: center;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.jgzz-box h5 {
  color: #666;
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
  cursor: pointer;
}

.hb-nav {
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 100px;
}

.hb-nav li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 20px;
  border-right: 2px solid #e8e8e8;
  line-height: 70px;
  box-sizing: border-box;
  cursor: pointer;
}
.hb-nav li:last-child{
	border-right:none;
}
.hb-tab {
  padding-top: 40px;
}

.hb-nav li a {
  color: #333;
}

.hb-nav li.on {
  background-color: #e67474;
}

.hb-nav li.on a {
  color: #fff;
}

.hb-title {
  font-size: 24px;
  color: #666666;
  font-weight: normal;
  padding: 20px 0 20px;
  border-bottom: 1px solid #666666;
}
.hb-title span{
	font-size:16px;
}
.hb-logo {
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 40px;
}

.hb-logo li {
  border: 2px solid #e8e8e8;
  box-sizing: border-box;
  float: left;
  width: 12.28%;
  height: 122px;
  margin: 1%;
  overflow: hidden;
  border-radius: 20px;
}

.hb-logo li img {
  width: 100%;
  margin: 10px auto 0;
}

.td-list {
  overflow: hidden;
  margin: 20px 0 100px;
}

.td-list li {
  float: left;
  width: 25%;
  font-size: 16px;
  padding: 10px 0;
}

.td-list em {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #e67474;
  margin-right: 10px;
}

.td-list li:nth-child(2n) em {
  background-color: #436eb4;
}

.contact {
  overflow: hidden;
  margin: 60px 0 100px;
}

.contact-infor {
  float: left;
  width: 33%;
}

.contact-from-box {
  float: right;
  width: 33%;
}

.contact-infor li {
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 16px;
}

.contact-infor label {
  border-left: 5px solid #3d9e4e;
  width:100%;
  padding-left: 10px;
  margin-top: 10px;
}

.contact-infor li p {
  margin-top: 10px;
}

.contact-infor img {
  width: 90%;
  margin-top: 40px;
}

.contact-from {
  overflow: hidden;
  font-size: 15px;
  margin: 16px 0;
}

.contact-from label {
  width: 20%;
  float: left;
  line-height: 50px;
}

.contact-from .contact-from-right {
  float: left;
  width: 80%;
  position: relative;
}

.contact-from .contact-from-right input {
  height: 50px;
  line-height: 50px;
}

.contact-from .contact-from-right input,
.contact-from .contact-from-right textarea {
  width: 98%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
}

.contact-from .contact-from-right textarea {
  height: 180px;
}

.contact-from .contact-from-right.contact-from-code img {
  width: 100px;
  height: 50px;
  margin-right: 14px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-from .contact-from-right.contact-from-code .box {
  padding-left: 100px;
  height: 50px;
}

.contact-from .contact-from-right.contact-from-code input {
  width: 47%;
  float: left;
  margin-left: 3%;
}

.contact-submit {
  float: right;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #3d9e4e;
  width: 47%;
  border-radius: 5px;
}

.contact-map {
  width: 27%;
  height: 410px;
  margin: 0 3%;
  float: left;
}

.index-img {
  display: block;
  padding: 100px 0;
  width: 100%;
}

.index-video-box {
 /* background: url('../img/bg_index.jpg') no-repeat center center;*/
  background: url('../img/banner6.jpg') no-repeat center center;
  background-size: cover;
  height: 709px;
  position: relative;
}

.index-btn {
  text-align: center;
  padding: 60px 0;
}

.index-btn a {
  display: inline-block;
}

.index-btn a.index-jz {
  width: 438px;
  height: 135px;
  line-height: 160px;
  color: #fff;
  font-size: 30px;
  text-indent: 90px;
  margin-right: 100px;
  background: url('../img/icon_index_1.png') no-repeat center center;
}


.index-btn a.index-ly {
  width: 458px;
  height: 130px;
  line-height: 150px;
  color: #fff;
  font-size: 30px;
  text-indent: 90px;
  background: url('../img/icon_index_2.png') no-repeat center center;
}


.scrollBox1 .piclist {
  overflow: hidden;
  zoom: 1;
  height:100%;
  text-align:center
}

.scrollBox1 .ohbox {
  overflow: hidden;
  position: absolute;
  left: 40px;
  right:40px;
  top:0;
  bottom:0
}
.scrollBox1 .ohbox .tempWrap{
	height:100%;
}

.scrollBox1 {
  position: relative;
  zoom: 1;
  height:100%;
  width: 100%;
}

.scrollBox1 .piclist li {
  float: left;
  display: block;
  width: 100%;
  height:100%;
  padding-bottom:75px;
  position:relative;
  box-sizing:border-box;
}
.scrollBox1 .piclist li .mod_player_skin{
	width:100%;
	height:100%;
}
.scrollBox1 .piclist li iframe{
	width:100%;
	height:100%;
}
.scrollBox1 .piclist li video {
  /*display: block;
  width: 96%;
  margin: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
}

.scrollBox1 .pageBtn span {
  display: block;
  width: 31px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top:-45px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
}

.scrollBox1 .pageBtn span img {
  display: block;
  transform: rotate(180deg);
}

.scrollBox1 .pageBtn .prev {
  left: 0;
}

.scrollBox1 .pageBtn .prev img {
  transform: rotate(0deg);
}

.scrollBox1 .pageBtn .next {
  right: 0;
  left: auto;
}

.index-video-link {
  background-color: #e67474;
  font-size: 22px;
  color: #fff;
  border-radius: 999em;
  width: auto;
  padding:10px 25px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  /*display: block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-90px;
  background:url(../img/new-btn-bj.png) no-repeat center center;*/
}

#myv1{
	margin-bottom:20px;
}
#myv2{
	margin-bottom:20px;
}
#myv3{
	margin-bottom:20px;
}
#myv4{
	margin-bottom:20px;
}
.index-video-con {
  max-width: 960px;
  width: 50%;
  height:80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -6%;
}


.fullSlide {
  width: 100%;
  position: relative;
  height: 770px;
  background: #000;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 770px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 770px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}

.fullSlide .hd ul .on {
  background-color: #e67474;
}



#popup {
  display: none;
}

.popup-bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index:999;
}

.popup-img{
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index:1000
}
.swiper-container.banner .img{
	display:block;
	width:100%;
}
.swiper-pagination-bullet-active{
	background:#e67474
}

@media (max-width: 1500px) {
  .about-me-map {
    width: 59%;
  }

  .page-content {
    font-size: 16px;
    line-height: 48px;
  }

  .index-header {
    height: 180px;
  }
	.logo{
		left:10px;
	}
  .navBar {
	right:10px;
  }
  .nav{
	  font-size:16px;
  }
  .jgzz-box h3{
		font-size:30px;
	}
	.jgzz-box h4{
		font-size:22px;
	}
	.jgzz-box h5{
		padding-top:15px;
	}
	.nav h3 {
	  padding: 0 10px;
	}
	.about-ceo-avater {
	  margin-left: 70px;
	  margin-right: 180px;
	  margin-top: 100px;
	}
}
@media screen and (max-width:1420px) {

}
.new-point{
	font-size:17px;
	padding:20px 0;
	line-height:30px;
}
.jk1 .new-point{
	padding:75px 0;
}