#section1 .sec1-wrap {
  position: absolute;
  width: 87%;
  height: 100%;
  top: 0;
  left: 6.5%;
}
#section1 .sec1-text {
  position: absolute;
  width: 47%;
  height: 68.75%;
  /* for IE9 IE8 IE7 not sure about IE6*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8F1F1F1,endColorstr=#c8F1F1F1);
  background-color: rgba(241, 241, 241, 0.8);
  top: 18.75%;
  left: 0%;
}
:root #section1 .sec1-text {
  /* 
          * IE9 由于rgba和filter都支持，会导致两个颜色叠加，使用hack去除 
          * \9 代表 IE9 以下浏览器支持
          * :root 只有 IE9+ 以及其他现代浏览器支持
          * IE10 以上不再支持 filter
         */
  filter: none;
}
#section1 .sec1-text .text-wrap {
  padding: 0 10%;
}
#section1 .sec1-text .t1 {
  font-size: 26px;
  color: #00baff;
  letter-spacing: 1px;
}
#section1 .sec1-text .t2 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  margin: 30px 0;
}
#section1 .sec1-text .t3 {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: justify;
}
#section1 .sec1-text .more {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  border-radius: 25px;
  margin-top: 10%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section1 .sec1-text .more:hover {
  color: #fff;
  background: #00baff;
  border-color: #00baff;
}
#section1 .sec1-pic {
  position: absolute;
  width: 71.5%;
  height: 68%;
  top: 12.5%;
  right: 0;
}
/*#section2 {
  background: url('../imgs/indexProBg.jpg') center center no-repeat;
  background-size:cover;
}*/
#section2 .wrap {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#section2 .wrap.active {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
#section2 .wrap.active .pro-cont {
  -webkit-transform: rotateY(20deg);
  -moz-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  -o-transform: rotateY(20deg);
  transform: rotateY(20deg);
}
#section2 .pro-slick {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section2 .pro-slick .slick-slide {
  perspective: 2500px;
}
.pro-nav {
  position: absolute;
  bottom: 23%;
  left: 18%;
  width: 300px;
  z-index: 20;
}
.pro-nav .slick-current span {
  color: #fff;
  background: #00baff;
}
.pro-nav span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  font-size: 46px;
  color: #666;
  background: #fff;
  cursor: pointer;
}
.pro-nav span:hover {
  color: #fff;
  background: #00baff;
}
.pro-cont {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.pro-cont .main-text {
  position: absolute;
  top: 10%;
  right: 75%;
  width: 125%;
  background: rgba(255, 255, 255, 0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
  padding: 10% 21%;
}
.pro-cont .main-text .t1 {
  color: #333;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}
.pro-cont .main-text .t2 {
  position: relative;
  padding-right: 80px;
  color: #666;
  font-size: 14px;
  line-height: 36px;
  text-align: justify;
}
.pro-cont .main-text .t2 span {
  display: inline-block;
  margin-right: 10px;
}
.pro-cont .main-text .t2 .iconfont {
  font-size: 70px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 70px;
  margin-top: -35px;
}
.secCate-list {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width:100%;
}
.secCate-list li {
  position: absolute;
  width: 600px;
}
.secCate-list li .ver-wrap {
  width: 100%;
}
.secCate-list li a {
  display: inline-block;
  padding:2px 5px 2px 2px;
  border-radius:40px;
  transition:color 0.3s ease;
}
.secCate-list li .title:hover a{
  background:#00baff;
}
.secCate-list li .title:hover .t{
  color: #fff;
}
.secCate-list li .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  color: #333;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  border:1px solid #ddd;
}
.secCate-list li .t {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
}
.secCate-brief {
  position: absolute;
  width: 25%;
  top: 20%;
  right: -100%;
  background: #fff;
  padding: 2% 3%;
  border:1px solid #ddd;
  box-shadow:0 2px 5px #ccc;
  opacity:1;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display:none;

}
.secCate-brief.shift{
  opacity:0;
}
.secCate-brief.active {
  display:block;
  right: 8%;
}
.secCate-brief .tit {
  font-size: 28px;
  color: #333;
  margin: 0 0 20px 0;
}
.secCate-brief .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 20px;
}
#section3 .wrap {
  position:relative;
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#section3 .wrap:before,
#section3 .wrap:after {
  display: table;
  content: "";
}
#section3 .wrap:after {
  clear: both;
}

/*新*/
#section3 .left{
  width:48%;
}
#section3 .right{
  position:absolute;
  width:48%;
  height:100%;
  right:0;
  top:0;
  background: url('../imgs/zj-bg.jpg') center center no-repeat;
  background-size:cover;
}
#section3 .video-item {
  width: 100%;
  margin-bottom: 20px;
  overflow:hidden;
  background:#f5f5f5;
}
#section3 .video-item .poster,
#section3 .culture-item .poster{
  width:60%;
  float:left;
}
#section3 .video-item .cont,
#section3 .culture-item .cont{
  margin-left:60%;
  padding:20px 3% 0 3%;
}
#section3 .culture-item {
  width: 100%;
  overflow:hidden;
  background:#f5f5f5;
}
/*新*/

 
#section3 .poster {
  position: relative;
}
#section3 .poster .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  font-size: 50px;
}
#section3 .tit {
  margin-top: 20px;
}
#section3 .tit .ch {
  display: inline-block;
  color: #333;
  font-size: 34px;
  font-weight: bold;
  margin-right: 10px;
}
#section3 .tit .en {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  font-family: "Arial";
  margin-right: 10px;
  margin-top:5px;
}

#section3 .info {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-align: justify;
}
#section3 .more-btn {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: "Arial";
  color: #00baff;
  border-radius: 20px;
  border: 1px solid #00baff;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section3 .more-btn:hover {
  color: #fff;
  background: #00baff;
}
#section3 .video-item .poster {
  cursor: pointer;
}
#section3 .into-item {
  
  padding: 0 5%;
}
#section3 .into-item .en {
  color: #999;
  font-size: 18px;
  font-family: "Arial";
  font-weight: bold;
}
#section3 .into-item .ch {
  color: #333;
  font-size: 34px;
  font-weight: bold;
  margin-bottom:20px;
}
#section3 .into-item .into-info {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow:hidden;
}
#section4 .wrap {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
}
#section4 .tit {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.index-contact {
  width: 38%;
  padding-right: 10px;
  float: left;
}
.index-contact .t1 {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.index-contact .list li {
  margin-bottom: 15px;
  line-height: 24px;
}
.index-contact .list li .iconfont {
  display: block;
  width: 60px;
  color: #666;
  font-size: 20px;
  float: left;
}
.index-contact .list li p {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-left: 60px;
}
.index-flink {
  float: right;
  width: 35%;
  margin-left: 1%;
}
.index-flink .link-wrap a {
  display: inline-block;
  width: 45%;
  height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-right: 3%;
  margin-bottom: 10px;
  overflow: hidden;
}
.index-flink .link-wrap a:hover {
  border-color: #00baff;
}
.index-flink .link-wrap img {
  height: 30px;
  margin-top: 10px;
}
.index-qr {
  width: 24%;
  float: left;
  text-align: center;
}
.index-qr img {
  width: 160px;
  height:160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-qr .sj-link {
  display: inline-block;
}
.index-qr .sj-link a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  color: #666;
  background: #f5f5f5;
  border-radius: 22.5px;
  margin: 10px 3px 0;
}
.index-qr .sj-link a:hover {
  color: #00baff;
}
.index-msg {
  padding: 2% 0;
  background: #333;
  margin-top: 1%;
}
.index-msg .form-item {
  margin-bottom: 15px;
}
.index-msg .form-item input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #666;
  color:#d2d2d2;
}
.index-msg .form-item input:focus {
  border-color: #00baff;
}
.index-msg .form-item textarea {
  width: 100%;
  height: 50px;
  line-height: 25px;
  padding: 0 10px;
  border-bottom: 1px solid #666;
  resize: none;
  color:#d2d2d2;
}
.index-msg .form-item textarea:focus {
  border-color: #00baff;
}
.index-msg .submit-btn {
  display: block;
  width: 180px;
  height: 40px;
  border:1px solid #00baff;
  border-radius: 40px;
  color: #00baff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-msg .submit-btn:hover {
  background: #00baff;
  color:#fff;
}
@media screen and (max-width: 1660px) {
  #section1 .sec1-text .text-wrap {
    padding: 0 6%;
  }
  #section1 .sec1-text .t1 {
    font-size: 24px;
  }
  #section1 .sec1-text .t2 {
    font-size: 40px;
  }
  .pro-nav {
    width: 200px;
  }
  .pro-nav span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    border-radius: 25px;
  }
  .index-flink .link-wrap a {
    height: 40px;
    border-radius: 20px;
  }
  .index-flink .link-wrap img {
    height: 26px;
    margin-top: 7px;
  }
  .pro-cont .main-text {
    padding: 10%;
  }
  .pro-cont .main-text .t1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .pro-cont .main-text .t2 {
    line-height: 30px;
  }
}
@media screen and (max-width: 1366px) {
  #section3 .tit{
    margin-top:0;
  }
  #section3 .tit .ch{
    font-size:28px;
  }
  #section3 .into-item .ch{
    font-size:28px;
  }
}

@media screen and (max-width: 1279px) {
  .pro-cont{
    width:30%;
    background-size:cover;
  }
  .secCate-brief {
    width: 28%;
  }
  .secCate-brief.active {
    right: 3%;
  }
  .pro-nav {
    left: 14%;
  }
  
}
@media screen and (max-width: 1024px) {
  #section1 .sec1-text {
    background-color: rgba(241, 241, 241, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8F1F1F1,endColorstr=#c8F1F1F1);
  }
  #section1 .sec1-text .t1 {
    font-size: 18px;
  }
  #section1 .sec1-text .t2 {
    font-size: 30px;
  }
  .pro-cont {
    width: 70%;
    margin: 0;
  }
  .pro-cont .main-text {
    position: relative;
    width: 80%;
    padding: 6%;
    left: 10%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8F1F1F1,endColorstr=#c8F1F1F1);
  }
  .secCate-brief {
    display: none;
  }
  .pro-nav {
    width: 160px;
    bottom: 20%;
    left: 35%;
    margin-left: -80px;
  }
  .pro-nav span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 20px;
  }
  .secCate-list {
    margin-left: -15px;
  }
  .secCate-list li .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
  .secCate-list li .t {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact {
    width: 60%;
  }
  .index-qr {
    width: 40%;
  }
  .index-flink {
    width: 100%;
    margin-top: 30px;
  }
  #section3 .left{
    width:100%;
  }
  #section3 .video-item{
    margin-bottom:10px;
  }
  #section3 .video-item .poster, #section3 .culture-item .poster{
    width:40%;
  }
  #section3 .video-item .cont, #section3 .culture-item .cont{
    margin-left:40%;
  }
  #section3 .right{
    position:relative;
    width:100%;
    margin-top:10px;
  }
  #section3 .into-item{
    padding:4% 5%;
  }
  #section3 .into-item .into-info{
    height:auto;
    padding-bottom:0;
  }
  
}
@media screen and (max-width: 767px) {
  #section3 .video-item .cont, #section3 .culture-item .cont{
    padding:10px 3% 0 3%;
  }
  #section3 .tit .ch{
    font-size:24px;
  }
  #section3 .into-item .ch{
    font-size:24px;
  }
  #section4 .wrap {
    padding: 30px 0 50px;
  }
  #fp-nav {
    display: none;
  }

}
@media screen and (max-width: 600px) {
  #section1 .sec1-text {
    width: 90%;
    height: 73%;
    top: 14%;
    left: 5%;
  }
  #section1 .sec1-text .t1 {
    font-size: 16px;
  }
  #section1 .sec1-text .t2 {
    font-size: 20px;
    margin: 20px 0;
  }
  #section1 .sec1-text .t3 {
    font-size: 14px;
    line-height: 24px;
  }
  #section1 .sec1-text .more {
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
  #section1 .sec1-pic {
    width: 100%;
    height: 81%;
    top: 10%;
  }
  .pro-cont {
    width: 58%;
  }
  .pro-cont .main-text {
    width: 90%;
    left: 5%;
  }
  .pro-cont .main-text .t1 {
    font-size: 18px;
  }
  .pro-cont .main-text .t2 {
    line-height: 24px;
    padding-right: 0;
  }
  .pro-cont .main-text .t2 .iconfont {
    position: relative;
    font-size: 50px;
    display:block;
    margin-top:0;
  }
  .pro-nav {
    width: 120px;
    bottom: 12%;
    left: 30%;
    margin-left: -60px;
  }
  .pro-nav span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 15px;
  }
  .secCate-list li .t {
    font-size: 14px;
  }

  #section3 .wrap{
    width:95%;
  }
  #section3 .video-item .poster, #section3 .culture-item .poster{
    width:100%;
    float:none;
  }
  #section3 .video-item .cont, #section3 .culture-item .cont{
    padding:15px 3%;
    margin-left:0;
  }

  #section4 .wrap {
    width: 95%;
  }
  #section4 .index-contact {
    width: 100%;
  }
  #section4 .index-qr {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  #section4 .index-qr img {
    margin: 0;
  }
  #section4 .index-flink {
    margin-top: 20px;
  }
  #section4 .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #section4 .t1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #section4 .index-contact .list li {
    margin-bottom: 6px;
  }
  #section4 .index-contact .list li p {
    font-size: 14px;
    margin-left: 50px;
  }
  #section4 .index-contact .list li .iconfont {
    width: 50px;
    font-size: 15px;
  }
  #section4 .index-flink .link-wrap img {
    height: 22px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 480px) {
  #section1 .sec1-wrap {
    width: 94%;
    left: 3%;
  }
}
