@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
html, body {
  min-width: 1400px;
  width: 100%;
  max-width: 1920px;
  font-family: '微软雅黑', Arial, sans-serif;
  overflow-x: hidden; }

.inner {
  width: 1200px;
  margin: 0 auto; }

.top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none; }

a {
  outline: none;
  text-decoration: none;
  box-shadow: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none; }

a:active {
  background-color: transparent; }

.music.play {
  animation: music_run 3s infinite linear; }

@keyframes music_run {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.wrap {
  text-align: center; }
  .wrap h6 {
    margin-bottom: 50px;
    padding-top: 30px; }

.logo {
  width: 100%;
  height: 155px;
  background-image: url(../images/nav_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  /* background: #d96600; */
  position: fixed;
  top: 0;
  z-index: 99; }
.nav {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
  .logo .lo {
    top: 15px;
    left: 20px;
    display: block;
    position: absolute; 
	border-right: solid 2px rgba(196, 177, 199, 0.66);
	width: 90px;
	padding-right: 22px;
	box-sizing: border-box;
	height: 60px;
   }
  .logo ul {
	  float: right;
    display: flex;
    justify-content: space-between;
    width: 670px;
    margin: 0 auto; }
    .logo ul li {
      line-height: 100px; }
      .logo ul li a {
        color: #fff;
        font-size: 18px; }
  
      .logo ul li.active a, .logo ul li:hover a {
        color: #ffff00;
        border-bottom: 2px solid #ffff00; }
  .logo .music {
    position: absolute;
    right: 50px;
    top: 25px;
    width: 51px;
    height: 51px; }
    .logo .music img {
      border-radius: 30px; }

.go {
  display: block;
  width: 158px;
  height: 45px;
  background: url(../images/go.png) no-repeat;
  position: absolute;
  top: 374px;
  right: 222px; }

.banner {
	position: relative;
	margin: 0 auto;
  width: 1213px;
  height: 1042px;
  margin-top: 100px;
  background-image: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
   }
  .banner h1 {
    text-align: center;
    padding-top: 115px; }
  .banner h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 30px; }
  .banner .video_pri {
    display: block;
    margin: 317px auto 0;
    width: 328px;}

.h2 h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  height: 100px;
  line-height: 90px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/item_bg2.png) no-repeat center; }
.h2 h2.m {
	background: url(../images/item_bg1.png) no-repeat center;
	}
.jyx .gp {
  width: 153px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background: url(../images/goupiao_bg.png) no-repeat center;
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 330px;
  bottom: 0; }

.jyx ul {
  display: flex;
  justify-content: space-between; }

.jyx .inner {
  width: 1200px;
  margin: 0 auto; }

.jyx .zd {
  width: 100%;

  overflow: hidden;
  padding-top: 60px;
   }
  .jyx .zd li {
    width: 285px;
    position: relative; }
    .jyx .zd li .pic {
      width: 285px;
      height: 380px;
      overflow: hidden;
      position: relative;
      margin-bottom: 14px; }
    .jyx .zd li p {
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 24px;
      letter-spacing: 0px;
      color: #d96600; }
    .jyx .zd li .des {
      width: 100%;
      height: 380px;
      background: rgba(217, 102, 0, 0.8);
      position: absolute;
      top: 380px;
      left: 0; }
      .jyx .zd li .des ol {
        width: 240px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding-top: 156px; }
        .jyx .zd li .des ol li {
          text-align: center; }
          .jyx .zd li .des ol li p {
            color: #fff;
            font-size: 16px; }

.jyx .xk {
  width: 100%;
  /* height: 907px; */
 }
  .jyx .xk li {
    width: 387px; }
    .jyx .xk li .pic {
      width: 387px;
      height: 500px;
      margin-bottom: 14px; }
    .jyx .xk li .des {
      height: 500px;
      top: 500px; }
      .jyx .xk li .des ol {
        padding-top: 214px; }

.zd_more {
  display: none; }

.fly {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .fly .more {
    width: 910px;
    height: 502px;
    padding: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -225px;
    display: flex;
    justify-content: space-between; }
    .fly .more li {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .fly .more li h3 {
        font-size: 20px;
        margin-bottom: 14px; }
      .fly .more li .about {
        width: 490px;
        margin-left: 30px; }
        .fly .more li .about p {
          text-align: justify;
          font-size: 16px;
          color: #333; }
        .fly .more li .about .yel {
          color: #d96600;
          line-height: 30px; }
        .fly .more li .about .q {
          height: 230px;
          overflow-y: auto;
          padding-right: 10px; }
          .fly .more li .about .q p {
            text-indent: 2em;
            width: 98%; }
        .fly .more li .about .qs {
          height: 220px;
          overflow-y: auto; }
        .fly .more li .about .col {
          position: absolute;
          right: -16px;
          top: -16px;
          font-size: 30px;
          color: #a3a3a3;
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -moz-transform: rotate(45deg);
          /* Firefox */
          -webkit-transform: rotate(45deg);
          /* Safari 和 Chrome */
          -o-transform: rotate(45deg); }

.closes {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 2px;
  font-size: 20px; }

.gf {
  width: 100%;
  height: 1050px;
  background: url(../images/gf_bg.jpg) no-repeat center; }
  .gf p {
    text-align: center; }
  .gf ol li .pic {
    width: 368px;
    height: 272px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px; }
    .gf ol li .pic .des {
      position: absolute;
      top: 272px;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(217, 102, 0, 0.8); }
      .gf ol li .pic .des ol {
        width: 220px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding-top: 100px; }
        .gf ol li .pic .des ol li {
          text-align: center;
          width: 285px; }
          .gf ol li .pic .des ol li p {
            color: #fff;
            font-size: 16px; }
  .gf ol li p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #d96600; }
  .gf ol .speal .pic {
    width: 367px;
    height: 640px; }
    .gf ol .speal .pic .des {
      top: 640px; }
      .gf ol .speal .pic .des ol {
        padding-top: 290px; }

.gf_more {
  display: none; }

.gf_more .more li {
  position: relative; }

.tx {
  width: 100%;
  height: 954px;
  background: url(../images/tx_bg.jpg) no-repeat center; }

.ycap {
  width: 100%;
  /* height: 1498px; */
  padding-top: 40px;
  }
  .ycap .inner {
    width: 1263px;
    height: 530px;
    background: url(../images/ycap_bg.png) no-repeat center;
	 box-sizing: border-box;
	 padding-top: 35px;
	 }
  .ycap h4 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 120px;
    text-align: center; }
  .ycap table {
    width: 1100px;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    margin: auto; 
	 margin-top: 7px;
	}
    .ycap table tr {
      text-align: center;
      height: 50px;
      font-size: 18px;
      color: #000;
      /* background: #c9e4d0; */
      cursor: pointer; 
	 
	  }
      .ycap table tr td {
        /* border: 1px solid #a14c00; */
        border-left: none;
        vertical-align: middle;
		 background-color: rgba(181, 157, 116, 0.2);
		 }
		.ycap table tr td.line {
			border-left: 1px solid rgba(170, 168, 164, 0.5);
		}
      .ycap table tr td:first-child {
        width: 56px;
        /* border-left: 1px solid #a14c00; */
		background-color: #f36e2b;
		color:#fff;
		font-size: 18px;
		font-weight: bold;
		}
		.ycap table tr td:last-child {		
			background-color: #f36e2b;
			color:#fff;
			font-size: 18px;
		}
      .ycap table tr td:first-child {
        text-align: left;
        padding-left: 20px; }
    .ycap table .two {
      line-height: 30px; }
    

.mtzs {
  width: 100%;
  min-height: 500px;
  padding-top: 70px;
   }
  .mtzs ul {
    width: 1100px;
    margin: 0 auto; }
    .mtzs ul p {
      line-height: 50px;
      font-size: 20px;
      color: #000;
      border-bottom: 1px solid #000;
      margin-top: 20px; }
      .mtzs ul p span:first-child {
        margin-right: 34px;
        width: 200px;
        display: inline-block; }
      .mtzs ul p span:last-child {
        float: right; }
    .mtzs ul p:hover {
      color: #f36e2b; border-bottom: 1px solid #f36e2b; }

.wjhg {
  width: 100%;
  padding-bottom: 130px;
  padding-top: 40px;
  background-image: url(../images/wqhg_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  }
  .wjhg ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .wjhg ul a {
      display: inline-block;      
      overflow: hidden;
      height: 246px; 
	  width: 183px;
	  box-sizing: border-box;
	  padding: 2px;
	  background-image: url(../images/wqhg_item_bg.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  }
      .wjhg ul a img {
        height: 242px;
        width: 180px;
		/* width: 100%; */
        transition: all 0.6s; }
      /* .wjhg ul a img:hover {transform: scale(1.2); } */
    .wjhg ul P {
      text-align: center;
      color: #d96600;
	  font-weight: bold;
      font-size: 24px;
      line-height: 50px; }

footer {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  background: #4c4d67; }

.shipin {
  display: none; }

/*滚动条样式*/
.swiper-container6 {
  width: 600px;
  margin: 20px auto; }
  .swiper-container6 p {
    text-align: center;
    color: #fff;
    font-size: 18px; }
  .swiper-container6 .swiper-slide {
    text-align: center; }

.swiper-button-next {
  width: 25px;
  height: 43px;
  background: url(../images/right.png) no-repeat;
  outline: none;
  margin-top: -40px; }

.swiper-button-prev {
  margin-top: -40px;
  width: 25px;
  height: 43px;
  outline: none;
  background: url(../images/left.png) no-repeat; }
  
.jmld_box {
	width: 1230px;
	height: 659px;
	background: url(../images/jmld_bg.png) no-repeat center center;
	margin: 0 auto;	
}
.tab_box {
	margin: 0 auto;
	display: flex;
	justify-content:center;
	padding-top: 50px;
	height: 125px;
	width: 1140px;

}
.tab_box a {
	flex: 1;
	display: inline-block;
	width: 108px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background-color: transparent;
	border: solid 1px #f36e2b;
	border-radius: 5px;
	color: #f36e2b;
	margin:0 17px ;
}
.tab_box a.active {
	color: #fff;
	background-color: #f36e2b;
}
.jmld_content {
	width: 1110px;
	margin: 0 auto;
	height: 470px;
}
.jmld_thumb_left {
	float: left;
}
.jmld_thumb_left img{
	width: 320px;
	height: 470px;
}
.jmld_info {
	width: 750px;
	float: left;
	margin-left: 40px;
}
.jmld_info p.txt {
	font-size: 22px;
	color: #000;
	line-height: 33px;
}
.jmld_info_tab {
	height: 65px;
	margin-top: 10px;
}
.jmld_info_tab a {
	width: 153px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-right: 12px;
	font-size: 16px;
	background-image: url(../images/son_itembg_no.png);
}
.jmld_info_tab a.active {
	background-image: url(../images/son_itembg.png);
}
.jmld_info_txt {
	height: 300px;
	overflow-y: auto;
	font-size: 16px;
	line-height:30px ;
}
.jmld_info_txt p{
	text-indent: 2em;
}

/* .swiper-slide-active {
	background-color: #000;
	position: relative;
	z-index: 999999;
	width: 670px!important;
	height: 380px!important;
}
.swiper-slide .mainbox {
	height: 212px;
	width: 376px;
}
.swiper-slide-active .mainbox {
	width: 670px;
	height: 380px;
	position: absolute;
	left: 50%;
	margin-left: -335px;
	background-color: #000;
} */
.jcsx_box {
	width: 1200px;
	margin: 0 auto;
}

.jcsx_box .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.6);    
    transform: scale(0.6);
    margin-top: 70px;
    margin-bottom: 70px;
	position: relative;
}
.jcsx_box .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.jcsx_box .swiper-slide a p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.36);
	text-indent: 35px;
	color: #fff;
	font-size: 20px;
}
.jcsx_box .swiper-slide-active, .jcsx_box .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1002;
}
.jcsx_box .swiper-pagination-bullet {
	background: #16b894;
	width: 42px;
	height: 4px;
	border-radius:0;
}
.jcsx_box .swiper-pagination-bullet-active {
	background: #f36e2b;
}
.jcsx_box .swiper-button-next, .jcsx_box .swiper-button-prev {
	top: 280px;
	z-index: 99999;
	opacity:1;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 0;
	background-position: center center;
}
.jcsx_box .swiper-button-next {
	right: 50px;
}
.jcsx_box .swiper-button-prev {
	left: 50px;
}
/*滚动条样式*/
.jmld_info *::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.jmld_info *::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
	background: #f36e2b;
}
.jmld_info *::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.bleft {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	height: 740px;
}
.bright {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 740px;
	padding-top: 80px;
}
.bright p {
	margin-top: 18px;
	text-align: center;
}
.l_b1 {
	position: absolute;
	left: 0;
	top: 0;
}
.l_b2 {
	position: absolute;
	left: 208px;
	top: 145px;
}
.l_b3 {
	position: absolute;
	left: 56px;
	top: 343px;
}
.l_b4 {
	position: absolute;
	left: 56px;
	top: 540px;
}
.l_b5 {
	position: absolute;
	left: 0;
	top: 725px;
}
.xjj_info {
	position: absolute;
	left: 0;
	top: 776px;
}
.xjj_tit {
	width: 298px;
	height: 65px;
	background-color: #1041af;
	display: flex;
	flex-direction: row; /* 子元素横向排列 */
	justify-content: center; /* 相对父元素水平居中 */
	align-items: center;
}
.xjj_cont {
	font-size: 18px;
	color: #fff;
	background-image: url(../images/info_bg.png);
	width: 1213px;
	height: 205px;
	margin-top: -7px;
	padding: 20px 50px;
	line-height: 33px;
	text-indent: 2em;
	text-align: justify;
}
.swiper-container {
	margin: 0;
}

#lightbox_mask {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .7);
    }
    #lightbox_popup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    #lightbox_popup .pic-view {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 90%;
      height: 90%;
      text-align: center;
    }
    #lightbox_popup .pic-view .pic {
      max-width: 100%;
      max-height: 100%;
      border: 5px solid #fff;
      border-radius: 3px;
    }
    #lightbox_popup .btn-view {}
    #lightbox_popup .btn-view .btn {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 24px;
      text-decoration: none;
      border-radius: 32px;
      background-color: #000;
      opacity: .4;
      color: #fff;

      transition: all .3s;
    }
    #lightbox_popup .btn-view .btn:hover {
      opacity: 1;
      transform: scale(1.4);
    }
    #lightbox_popup .btn-view .btn-prev {
      left: 10px;
      top: 48%;
    }
    #lightbox_popup .btn-view .btn-next {
      right: 10px;
      top: 48%;
    }
    #lightbox_popup .btn-view .btn-close {
      right: 10px;
      top: 10px;
    }
    #lightbox_popup .caption-view {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 38px;
      background-color: rgba(0, 0, 0, .7);
      text-align: center;
    }
    #lightbox_popup .caption-view p {
      line-height: 38px;
      color: #fff;
    }

    .lightbox-pic {
      width: 200px;
    }
