
*{margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
 
  
body{
	font: 14px/1.7 DINPro,Tahoma,Arial,STHeiti,sans-serif;
	overflow-x: hidden;
  color: #333;
  max-width: 1920px;
  margin:0 auto
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;}	
input, button, select { font-size:100%; box-sizing:border-box;margin:0; padding:0; vertical-align:middle; border:1px solid #ccc; outline:none;line-height:normal; color:#666;}
img {border:0px;border:none;}
ul,li{ list-style:none;}
a {text-decoration:none; outline:none;}
.w1200{width:1200px;}
.w1100{width:1100px;}
.w100 { width:100%; }
.md {margin:0 auto; }
.fl {float:left;}
.rt {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}

@font-face {
	font-family: 'Roboto';
    src : url('fonts/Roboto.ttf');
}
@font-face {
	font-family: 'dinot-bold';
    src : url('http://www.nb-jianan.com/css/fonts/dinot-bold.otf');
}
@font-face {
	font-family: 'DINPro';
    src : url('http://www.nb-jianan.com/css/fonts/DINPro.otf');
}


@font-face{
  font-family:nexa bold;
  src:url(fonts/nx-bold.eot);
  src:url(fonts/nx-bold.eot) format("embedded-opentype"),
  url(fonts/nx-bold.woff) format("woff"),
  url(fonts/nx-bold.ttf) format("truetype"),
  url("fonts/nx-bold.svg") format("svg");
  font-style:normal;
  font-weight:400
}

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

/* 基础的CSS样式 */
.header {
	position: relative;
	padding: 0 2%;
}
.header .logo {
  height: 80px
}
.header .logo img {
  height: 56px;
  padding-top: 10px;
}
.header .logo span {
  float: right;
  display: block;
  color: #f7b703;
  font-family: dinot-bold;
  padding-top: 24px;
  font-size: 18px;
  padding-left: 10px;
  text-shadow: 0 0px 0.2px rgb(50, 108, 102);
  text-transform: uppercase;
  display: none;
}
.header .logo span b {
  padding-left:10px;
}

.header .w1200 {
  position: relative;
  z-index: 4;
  width: auto;
}

.header .headright {}
.header .daoh {
  width: auto;
  height: 100%;
}
.header .daoh li {
  line-height: 80px;
  float: left;
  text-align: center;
  height: 100%;
  position: relative;
  margin-left: 2.5vw;
}
.header .daoh li .mu a {
  display: block;
  color: #333;
  font-size: 16px;
  background-color:#fff ;
  height: 70px;
  font-weight: bold;
  position: relative; 
  padding-bottom: 7px;
  border-bottom: 3px solid #ffffff;
  text-transform: capitalize;
  -webkit-transition: color .5s ease .1s;
  transition: color .5s ease-out .1s,border-bottom-color .5s ease-out .1s;
}
.header .daoh li .mu a:hover, 
.header .daoh li .mu a.current, 
.header .daoh li:hover .mu a {
    border-bottom: 3px solid #f7b703;
    color: #f7b703!important;
}

.header .daoh ul li .am-menu-sub {
position: absolute;
top: 80px;
width: 150px;
background: #f7b703;
opacity: 0.85;
filter: alpha(opacity=85);
height: 0;
overflow: hidden;
padding: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
margin-left: -75px;
left: 50%;    
}
.header .daoh ul li:hover .am-menu-sub {
    padding: 10px 0 10px;
    height: auto;
}
.header .daoh .am-menu-sub li {
    margin-left: 0;
    text-align: center;
    line-height: 36px;
    height: 36px;
	width: 100%;
	float: none;
}
.header .daoh .am-menu-sub li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
}
.header .daoh .am-menu-sub li a:hover {
	text-decoration: underline;
}





/*
.search-right {
  width: 150px;
  position: absolute;
  right: 0;
  background: #009688;
  background: #FFF;
  height: 80px;
  top: 0;
}

.search-right .nav-sou {
  position: absolute;
  top: 20px;
  right: 0px;
  padding-bottom: 0.09rem;
  border: none;
  transition: all .3s;
  z-index: 999;
  border-bottom: 1px solid #f7b703;
}
.nav-sou:hover {
  border-bottom: 1px solid #f7b703;
}
.search-right .nav-sou input {
  display: block;
  width: 100px;
  height: 40px;
  background: #f7b703;
  background: #FFF;
  border: 0;
  font-size: 14px;
  line-height: 30px;
  color: #f7b703;
  transition: all .4s;
  float: left;
}
.nav-sou:hover input { }
.search-right .nav-sou button {
  border: none;
  background: none;
  cursor: pointer;
}
*/

:-moz-placeholder {
  color: #f7b703;
}
::-moz-placeholder {
  color: #f7b703;
}
input:-ms-input-placeholder {
  color: #f7b703;
}
input::-webkit-input-placeholder {
  color: #f7b703;
}

.header .search {padding-left:10px;
}
.header .search i {
	position: absolute;
    height: 30px;
    width: 1px;
    background: #ccc;
    top: 25px;
    right: 60px;
}
.header .search .input-holder {
    border-radius: 50px;
    width: 180px;
    background: rgb(97, 97, 97);
    height: 40px;
    line-height: 40px;
    position: relative;
}
.header .search .sear-inpu {
	line-height: 40px;
    width: 130px;
    background: transparent;
    color: #d9d9d9;
    border: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 40px;
    padding-left: 20px;
}
.header .search .search-icon {
    border: none;
    background: #fff77b;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 5px 6px;
    border-radius: 30px;
}
.search-icon img {    padding-top: 2px;}


.cd-header-buttons {

}
.cd-search-trigger {
position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    background: url(/static/img/icon01.png) no-repeat center;
    height: 80px;
    line-height: 80px;
}
.cd-search-trigger:hover {background: url(/static/img/search.png) no-repeat center;}
.search-is-visible, .search-is-visible:hover {background:url(/static/img/search-on.png) no-repeat center;}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search.is-visible {
    visibility: visible;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.cd-search {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    border-top: 1px solid #eee;
    background: #f2f5f7;
}
.cd-search form {
    height: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.cd-search input {
    background: #f2f5f7;
    font-size: 26px;
    border-radius: 0;
    border: none;
    padding: 0;
    height: 80px;
    width:95%;
    text-align: right;
}
input::-webkit-search-cancel-button{ display: none;}
input[type=search]::-ms-clear{ display: none;}

.cd-search  .btn {
  position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    background: none;
    border: none;
    padding-right: 20px;
}
.cd-search .btn img {
  padding-left: 10px;
  cursor: pointer;
}

.header .lang a {
padding-left: 10px;
display: block;
float: left;
padding-right: 10px;
color: #505050;
height: 80px;
line-height: 80px;
}
.header .lang a.active {
	color: #009688;
}

/*slider*/
.index .slider{
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.index .slider .bx-wrapper{
  margin-bottom: 0;
  box-shadow: none;
  border: 0;
}
.index .slider .bx-wrapper ul li{
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*轮播标题*/
.index .slider .slider-text{
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f7b703;
}
.index .slider .slider-text li{
  position: absolute;
  width: 100%;
  right: 0;
  color: #fff;
  cursor: pointer;
}
.index .slider .slider-text li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}

.index .slider .slider-text li:not(:first-child){
  display: none;
}
.index .slider .slider-text li .title{
  font-size: 30px;
  line-height: 70px;
  text-align: right;
  position: relative;
  margin-left: -30px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  color: #fff;
}

.index .slider .slider-text li .title-p{
  font-size: 50px;
  text-align: right;
  line-height: 60px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  color: #fff;
  margin-bottom: 60px;
  font-family: dinot-bold;
}
.index .slider .slider-text li .more{
  /*width: 190px;*/
  margin-left:110px;
  position: absolute;
  right: 0;
}
.index .slider .slider-text li .more .more-one{
  width: 0;
  height: 2px;
  background-color: #fff;
  margin-top: 5px;
  transition: all 1s;
  float: left;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.index .slider .slider-text li .more .more-one.on{
  width: 50px;
}
.index .slider .slider-text li .more p{
  width: 79px;
  text-align: center;
  float: left;
}
.index .slider .slider-text li .more .more-two{
  width: 125px;
  height: 3px;
  background-color: #fff;
  position: relative;
  right: 0;
  margin-top: 7px;
  transition: all 1s;
  float: left;
  box-shadow: 0 0.01rem 0.01rem rgba(0,0,0,0.3);
}
.index .slider .slider-text li .more .more-two.on{
  width: 0.55rem;
}
.index .slider .slider-text li .more .more-two i{
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: -1px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  display: none;

}
.index .slider .slider-text li .more p{
  font-size: 16px;
  margin-top: -5px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  color: #fff;
  display: none
}
/*轮播控制器*/
.index .slider .slider-control{
  width: 170px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -85px;
  font-size: 20px;
  color: #fff;
}
.index .slider .slider-control .btn-left {
  width: 20px;
  position: relative;
  margin-top: 5px;
  float: left;
}
.index .slider .slider-control .btn-left a,.index .slider .slider-control .btn-right a{
  width: 20px;
  height: 20px;
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  z-index:999;
}
.index .slider .slider-control .btn-left .before{
  content: '';
  display: block;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-right: 9px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.index .slider .slider-control .num-one,.index .slider .slider-control .num-two{
  font-size: 20px;
  float: left;
  margin-top: -2px;
}
.index .slider .slider-control .load{
  width: 64px;
  height: 2px;
  background-color: #fff;
  margin: 14px 7px 0;
  float: left;
}
.index .slider .slider-control .load div{
  width: 0;
  height: 2px;
  background-color: #f7b703;
}
.index .slider .slider-control .load div.on{
  width: 64px;
  background-color: #f7b703;transition: all 6s;
}
.index .slider .slider-control .btn-right{
  position: relative;
  margin-top: 5px;
  float: left;
}
.index .slider .slider-control .btn-right .before{
  content: '';
  display: block;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}

/*轮播新闻*/
.index .slider .slider-new{
  width: 100%;
  height: 0.8rem;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.index .slider .slider-new .width-1200{
  /*display: flex;*/
}
.index .slider .slider-new .new-add{
  width: 3.37rem;
  height: 0.8rem;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,.15);
  border-right: 1px solid rgba(255,255,255,.15);
  /*display: flex;*/
  float: left;
}
.index .slider .slider-new .new-add .new-add-icon{
  float: left;
}
.index .slider .slider-new .new-add .new-add-icon i{
  font-size: 0.38rem;
  padding: 0.14rem 0.5rem 0 0.24rem;
}
.index .slider .slider-new .new-add .new-add-title{
  font-size: 0.16rem;
  line-height: 0.8rem;
  float: left;
}
.index .slider .slider-new .new-add .new-add-btn{
  float: right;
}
.index .slider .slider-new .new-add .new-add-btn a{
  width: 0.8rem;
  height: 0.8rem;
  display: block
}
.index .slider .slider-new .new-add .new-add-btn:hover a i{
  transform: rotate(360deg);
  /*transform-origin: 0.4rem 0.4rem;*/
}
.index .slider .slider-new .new-add .new-add-btn a:hover,
.index .slider .slider-new .new-add .new-add-btn a:visited,
.index .slider .slider-new .new-add .new-add-btn a:link,
.index .slider .slider-new .new-add .new-add-btn a:active{
  color: #fff;
}
.index .slider .slider-new .new-add .new-add-btn i{
  font-size: 0.2rem;
  padding: 0.3rem;
  margin-top: -0.05rem;
  transition: all .3s;
}
.index .slider .slider-new .new-slider{
  width: 8.2rem;
  color: #fff;
  /*display: flex;*/
  /*justify-content: space-between;*/
  float: left;
}
.index .slider .slider-new .new-slider .bx-wrapper{
  background: transparent;
  float: left;
}
.index .slider .slider-new .new-slider ul li{
  width: 8.2rem;
  display: flex;
  justify-content: space-between;
}
.index .slider .slider-new .new-slider ul li .title{
  /*display: flex;*/
}
.index .slider .slider-new .new-slider ul li .title div{
  padding-left: 0.75rem;
  font-size: 0.2rem;
  font-family: 'HelveticaNeueLTStd-Hv';
  padding-top: 0.28rem;
  float: left;
}
.index .slider .slider-new .new-slider ul li .title span{
  font-size: 0.2rem;
  line-height: 0.8rem;
  margin: 0 0.2rem;
  float: left;
}
.index .slider .slider-new .new-slider ul li .title p{
  font-size: 0.14rem;
  line-height: 0.8rem;
  float: left;
}
.index .slider .slider-new .new-slider ul li .time{
  font-size: 0.2rem;
  line-height: 0.8rem;
  font-family: 'HelveticaNeueLTStd-Hv';
  margin-right: 0.2rem;
}
.index .slider .slider-new .new-slider .new-slider-btn{
  font-size: 0.2rem;
  position: relative;
  float: right;
}
.index .slider .slider-new .new-slider .new-slider-btn div{
  cursor: pointer;
  display: block;
}
.index .slider .slider-new .new-slider .new-slider-btn .top{
  border-left: 0.09rem solid transparent;
  border-right: 0.09rem solid transparent;
  border-bottom: 0.09rem solid #fff;
  position: absolute;
  top: 0.28rem;
  transition: all .3s;
}
.index .slider .slider-new .new-slider .new-slider-btn .top a{
  width: 0.18rem;
  height: 0.09rem;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: -9px;
}
.index .slider .slider-new .new-slider .new-slider-btn .top:hover{
  border-bottom: 9px solid #f7b703;
}
.index .slider .slider-new .new-slider .new-slider-btn .bottom{
  border-left: 0.09rem solid transparent;
  border-right: 0.09rem solid transparent;
  border-top: 0.09rem solid #fff;
  position: absolute;
  top: 0.44rem;
  transition: all .3s;
}
.index .slider .slider-new .new-slider .new-slider-btn .bottom a{
  width: 0.18rem;
  height: 0.09rem;
  color: transparent;
  display: block;
  position: absolute;
  top: -0.09rem;
  left: -0.09rem;
}
.index .slider .slider-new .new-slider .new-slider-btn .bottom:hover{
  border-top: 9px solid #f7b703;
}


@media screen and (max-width: 1500px) {
  .index .slider{
      width: 100%;
      height: 500px;
      overflow: hidden;
  }
  .index .slider .bx-wrapper ul li{
      height: 500px;
      background-size: cover
  }
  .index .slider .slider-text{
      top: 110px;
  }

}

.index2 {
	padding-top:50px;
	position: relative;
	background: #fff;
	z-index: 2;
	padding-bottom: 70px;
}
.index2 .rt{
  width:600px;
  position: relative;
  z-index: 2;
}
.index2 .rt h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-family: nexa bold;
  text-transform: uppercase;
  color: #2e6d66;
}
.index2 .rt img {
  width: 100%;
  height: 300px;
}
.index2 .rt .txt {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-bottom: 23px;
  width: 540px;
  float: right;
  text-align: justify;
}
.index2 .rt p {
  font-size: 17px;
  padding-bottom: 25px;
}
.index2 .rt a {
  text-align: right;
  display: block;
  margin-right: 30px;
  background: url(/static/img/icon02.png) no-repeat right;
  padding-right: 40px;
  color: #f7b703;
  font-size: 15px;
}
.index2 .rt img {
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 22px 68px -5px rgba(22, 56, 75, 0.36);
}
.index2 .small-pic {
  position: absolute;
  overflow: hidden;
  left: 233px;
  top: 132px;
  z-index: 2;
  
}
.index2 .small-pic img {
  width: 367px;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 22px 68px -5px rgb(229, 229, 229);
}
.index2 .dote {

}
.index2 .dote img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.index2 .aboutbg {
  position: absolute;
  left: 0px;
  top: 280px;
}
.index2 .aboutbg img {width: 880px}
.index2 .solgn {
  position: absolute;
  left: 0px;
  bottom: 10px;
}
.index2 .solgn span {
  display: block;
  background-color: #d7dee4;
  width: 170px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 11px;
}
.index2 .solgn p {
  padding-left: 220px;
  font-size: 16px;
}

.index5 {
  padding: 60px 0px;
  background: #fff;
  position: relative;
}
.index5 ul li {
  float: left;
  width: 585px;
  margin-right: 30px;
}
.index5 ul .li2 {
  margin-right:0px;
}
.index5 ul li img {
  display: block;
  width: 100%;
  height: 320px;
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1);
}
.index5 li:hover img {transform: scale(1.1);}

.index5 .pr {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.index5 .pr h3 {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-family: nexa bold;
  text-transform: uppercase;
  z-index: 2;
}
.index5 .pr h3 i {
  display: block;
    background: #fff;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
}
.index5 .pr .mb {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url(black.png) repeat;
 transition: all 0.4s ease-out;
}
.index5 ul li:hover .mb {
  top:-350px;
}
.index5 .enter {
  color: #333;
  padding-top: 20px;
}
.index5 span {
  display: block;
  margin-right: 30px;
  background: url(icon02.png) no-repeat right;
  padding-right: 30px;
  color: #f7b703;
  font-size: 15px;
  width: 80px;
  margin-top: 10px;
}



.index3 {

  padding: 60px 0px;
  position: relative;
}
.index3 h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-family: nexa bold;
  text-transform: uppercase;
  color: #3c3c3c;

  text-align: center;
}
.index3 ul li {
  width: 360px;
  height: 267px;
  margin-right: 5px;
  margin-left:5px;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
   border-radius: 15px;
   background: #e9e9e9;
}
.index3 ul li a {
	display: block;
	
}
.index3 ul li.li2 {
	margin-left: 0px;
}
.index3 ul li.li2,
.index3 ul li.li3,
.index3 ul li.li5
{
	width: 32%;
}
.index3 ul li:last-child {
	margin-right: 1%;
	    width: 360px;
}
.index3 ul li.li1,
.index3 ul li.li4 {
  /*width: 590px;
  height: 300px;*/
}


.index3 ul li.li0 h2{
	text-align: left;
    margin-left: 40px;
    padding-top: 50px;
}
.index3 ul li.li0 h2 i {
	display: block;
	background: #333;
	height: 3px;
	width: 50px;
	margin-top: 30px;
	background: #f7b703;
}
.index3 ul li img {
  width:80%;
  padding-bottom: 20%;
  padding-left: 20%;
}
.index3 ul li.li4 img,
.index3 ul li.li1 img 
 {
	width:100%;
  padding-bottom: 0%;
  padding-top: 0%;
  padding-left: 0%;
}
.index3 ul li.li0 {
	background: none;
}
.index3 ul .li4 {/*width: 770px;*/}

.index3 ul li .mask { 
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: url(/css/gary.png) repeat;*/
  width: 100%;
  height: 100%;
  color:#fff;
}
.index3 ul li .hover {display: none !important;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background: #f7b703;
	transition: all .4s;
}
.index3 ul li:hover .hover {
	bottom: -500px;	
}
/*
.index3 ul .li2 .hover {bottom: 0;left: 0;
}
.index3 ul .li2:hover .hover {left: -500px;}
*/

.index3 ul li .hover img {
	width: auto;
	right: -30px;
	position: absolute;
	top: -20px;
	width: 50%;
}
.index3 ul li .hover h2 {
color: #fff;
font-size: 20px;
position: absolute;
margin-bottom: 0;
bottom: 20px;
left: 20px;	
text-align: left;
}
.index3 ul li .hover h2 span {
  display: block;
  text-align: left;
  font-family: DINPro;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

.index3 ul li .mask h2 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  margin-bottom: 0;
  bottom: 20px;
  left: 20px;
  color: #f7b703;
}
.index3 ul li .mask h2 i {
  color: #fff;
  font-size: 20px;
  opacity: 0.9;
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
}
.index3 .pa {
top: -50px;
left: 0;
position: absolute;
}



.index4 {
  background: url(/static/img/img03.jpg) no-repeat top;
  padding: 70px 0px 50px;
  position: relative;
}
.index4 .fl {
  width: 320px;
}
.index4 .fl h2 {
  font-size: 34px;
  font-family: nexa bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 160px;
}
.index4 .fl h2 i {
display: block;
    background: #fff;
    height: 3px;
    width: 50px;
    margin-top: 30px;	
}
.index4 .rt {
  width: 835px;
}
.index4 ul li {
  float: left;
  width: 227px;
  border: 1px #fff solid;
  height: 174px;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 15px 25px;
  transition: all 0.2s ease-out;
  position: relative;
}
.index4 ul .li01,
.index4 ul .li03,
.index4 ul .li05 {
	background: #fff;
}
.index4 ul .li01 a,
.index4 ul .li03 a,
.index4 ul .li05 a {
	color: #f7b703;
}

.index4 ul li:hover {background: #fff;}
.index4 ul li:hover a {
  color: #f7b703;
}
.index4 ul li:hover p {
  background: url(icon04.png) no-repeat right 1px;
}
.index4 ul li a {
  color:#fff;
  display: block;
    width: 227px;
    height: 174px;
}
.index4 ul li.li01 {
  margin-left:277px;
}


.index4 ul li h3 {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 15px;
}
.index4 ul .li02 h3,
.index4 ul .li04 h3 {

}
.index4 ul .li01 h3,
.index4 ul .li03 h3,
.index4 ul .li05 h3 {color: #888;}

.index4 ul li h2 {
  font-weight: normal;
  font-size: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index4 ul li p {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  text-decoration: underline;
  background: url(icon03.png) no-repeat right 1px;
  padding-right: 30px;
}
.index4 .more-news {
  margin-top: 30px;
}
.more-news a {
  display: block;
    float: right;
    width: 150px;
    background: #fff url(icon04.png) no-repeat 120px 9px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #f7b703;
    padding-right: 15px;
    font-size: 15px;
}

.index5 {
  padding:60px 0px;
  background:#f7f7f7; 
}


.footer {
	background: #f7f7f7;
	padding: 50px 0px 0px;
	position: relative;
}

.bottom-logo {
	width: 100px;
	margin-right: 50px;
	padding-top: 10px;
}
.footer .bottom-logo .logoo {
   max-width: 100%;
 
    margin: 0 auto;
    display: block;
}
.footer .footm {
    width: 735px;
}
.footer .footm li {
	float: left;
	margin-right: 38px;
}
.footer .footm li:last-child{ margin-right: 0;}
.footer .footm li.last {
	margin-right: 0;
}
.footer .footm li h3 {
font-size: 16px;
margin-bottom: 10px;
font-family: dinot-bold;
text-transform: uppercase;
}
.footer .footm li h3 a {
font-size: 16px;
margin-bottom: 10px;
font-family: dinot-bold;
text-transform: uppercase;
}
.footer .footm li a {
	display: block;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
}
.footer .footm li a:hover {
	color: #2e6d66;
		text-decoration:underline;
}

.footer .sns {
	float: right;
   width: 300px;
}

.footer .sns h3 a {
	color: #333;
}
.footer .sns h3 {
font-size: 16px;
margin-bottom: 10px;
font-family: dinot-bold;
text-transform: uppercase;
}
.footer .sns p a {
	color: #333;
}




.footer .sns li {margin-top: 20px;}
.footer .sns li a{
	display:block;
	float:left;
	margin-right:15px;
	width: 22px;
	height:22px;
	overflow: hidden;
    position: relative;
	
}
.footer .sns li img {
	position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    transition: all .4s;
    display: block;
}
.footer .sns li a:hover img {top:-24px;}
.copyright {
height: 35px;
line-height: 35px;
text-align: center;
font-size: 13px;
background: #ab8c35;
margin-top: 30px;
color: #fff;
}


@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}


.topban {
	position: relative;
    color: #fff;
    height: 340px;
    text-align: center;
	overflow: hidden;
}
.article-topban {height:200px}
.A-ban {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/banner01.jpg);
  background-size: cover;
  background-position: top center;
  transform: scale(1.2);
  transition: all 1.5s;
}
.con-ban {
	width: 100%;
	height: 100%;
	background-image: url(/static/img/banner07.jpg);
  background-size: cover;
  background-position: center;
}
.N-ban {
	width: 100%;
	height: 100%;
	background-image: url(/static/img/banner02.jpg);
  background-size: cover;
  background-position: center;
}
.cp-ban {
	width: 100%;
	height: 100%;
	background-image: url(/static/img/banner11.jpg);
	background-size: cover;
}

.topban.on {transform: scale(1.1);}


.topban h1 {
	position: absolute;
    top: 50%;
    width: 100%;
	text-align: center;
	font-size: 70px;
	margin-top: -58px;
	text-shadow: 0 3px 5px rgba(0,0,0,.3);
	font-family: nexa bold;
}

.index2 .main-about{
font-size: 16px;
line-height: 26px;
padding-top: 30px;
text-align: justify;
width: 1160px;
margin: 0 auto;
}

.index2 .picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 340px;
  margin-top: 40px;
}
.index2 .picScroll-left .hd{
  overflow: hidden;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}
.index2 .picScroll-left .hd .prev,
.index2 .picScroll-left .hd .next{ 
  display:block;  
  width:5px; 
  height:9px; 
  float:right; 
  margin-right:5px; 
  margin-top:10px;  
  overflow:hidden;
  cursor:pointer;
  display: none;
}
.index2 .picScroll-left .hd .next{ background-position:0 -50px;  }
.index2 .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.index2 .picScroll-left .hd .nextStop{ background-position:-60px -50px; }

.index2 .picScroll-left .hd ul{
  margin-top: 10px;
  zoom: 1;
  width: 160px;
  overflow: hidden;
  height: 10px;
  margin: 0 auto; 
}
.index2 .picScroll-left .hd ul li{ 
  float: left;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
}
.index2 .picScroll-left .hd ul li.on {background: #f7b703;}

.index2 .picScroll-left .bd{}
.index2 .picScroll-left .bd ul{ overflow:hidden;}
.index2 .picScroll-left .bd ul li{ margin:0 15px; float:left;overflow:hidden; text-align:center;  }
.index2 .picScroll-left .bd ul li .pic{ text-align:center; }
.index2 .picScroll-left .bd ul li .pic img{ width:380px; display:block;}

.index2 .rt {
	width: 700px;
}
.index2 .rt .txt {
	width: 650px;padding-top: 70px;
}
.index2 .small-pic {
    position: absolute;
    overflow: hidden;
    left: 133px;
    top: 79px;
    z-index: 2;
}
.index2 .aboutbg {
    position: absolute;
    left: 0px;
    top: 260px;
}
.index2 .solgn {
    position: absolute;
    left: 0px;
    bottom: 40px;
	font-weight: bold;
	width: 490px;
}
.index2 .solgn p {
    padding-left: 160px;
    font-size: 16px;
}
.index2 .solgn span {
	width: 140px;
	top: 20px;
}

.about2 {
	padding: 60px 0px;
}
.about2 .txt h2 {
	font-family: nexa bold;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 40px;
	color: #f7b703;
}
.about2 .txt h2 img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
.about2 .txt {
	font-size: 17px;
}
.about2 .san-top {
position: absolute;
top: -22px;
z-index: 2;
width: 100%;
text-align: center;
}


.son-menu {
	width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;	
}
.son-menu-2 {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #e5e5e5;
}
.son-menu ul {
	height: 75px;
    line-height: 75px;
	position: relative;	
}
.son-menu ul li {
	float: left;
    width: 50%;
	height: 80px;
    text-align: center;
	position: relative;
}

.son-menu ul li i {
    width: 1px;
    height: 16px;
    background-color: rgb(210, 210, 210);
    position: absolute;
    top: 30px;
    left: 0;	
}
.son-menu ul .right-i {
	width: 1px;
	height: 16px;
	background-color: rgb(210, 210, 210);
	position: absolute;
	top: 30px;
	right: 0;
}
.son-menu ul li a {
	font-size: 16px;
    text-align: center;
	    line-height: 1.3;
    height: 60px;
    padding-top: 22px;
    color: #333;
	display: block;
    font-family: nexa bold;
    text-transform: uppercase;
}
.son-menu ul li a:hover {color:#f7b703}

.son-menu ul li.cur {
	background-color: #f7b703;
	background-image: linear-gradient( 135deg, #b3e6c6 0%, #f7b703 100%);
	color: #fff;
}
.son-menu ul li.cur a {
	color: #fff;
}
.son-menu ul li.cur i {
	display: none;
}

.newspage {
	margin-top: 60px;
}
.newsin-page {margin-top:10px;}
.newspage .list-ul li {
	margin-bottom:30px;
	padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.newspage .list-ul li:hover {
	box-shadow: 0 0 15px #ccc;
}

.newspage .list-ul .left {width:630px;}
.newspage .list-ul .left .pub_time {
	border-bottom: 1px solid #f7b703;
    margin: 0 0 35px;
    width:188px;
}
.newspage .list-ul .left .pub_time span {
	border-bottom: 3px solid #f7b703;
    color: #474645;
    line-height: 32px;
    font-size: 14px;
    padding-bottom: 6px;
    font-family: dinot-bold;
}
.newspage .list-ul .left .title h2 { 
transition: color 0.3s ease-in-out;
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
    line-height: 30px;
    color: #f7b703;
    font-family: dinot-bold;
}
.newspage .list-ul .left .title a:hover {color: #005A31;}

.newspage .list-ul .left .title p {
	color: #827D77;
    font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newspage .list-ul .left .title span {
	display: block;
	    margin-right: 30px;
	    background: url(icon02.png) no-repeat right;
	    padding-right: 25px;
	    color: #f7b703;
	    font-size: 14px;
	    width: 80px;
	    margin-top: 30px;
}

.newspage .list-ul .right{
	width:480px;
	height:240px;
	overflow: hidden;
}

.newspage .list-ul .right img {
	width:480px;
	min-height: 240px;
	transition: transform 12s cubic-bezier(.23, 1, .32, 1);
	transform: scale(1);
}
.newspage .list-ul li:hover .right img {
	transform: scale(1.1);
}

.news-in {
padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 1120px;
}
.news-in .back {
font-size: 16px;
width: 100%;
text-align: right;

}
.news-in .back a {
color: #f7b703;		
font-family: nexa bold;
text-transform: uppercase;
}
.news-in .back a:hover {
	text-decoration: underline;
}

.news-in h1 {
	font-size: 24px;
    line-height: 36px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: dinot-bold;
}
.news-in .date {
	color: #f7b703;
    font-size: 14px;
}
.news-in .main-body {
padding: 20px 0px;
font-size: 16px;
color: #333;
line-height: 30px;
text-align: justify;
letter-spacing: -0.1px;
border-top: 1px solid #f0f0f0;
margin-top: 30px;
}

.news-in .main-body .back {
  font-size: 16px;
  text-align: center;
  position: absolute;
  width: auto;
  right: 0;
  margin-left: 0;
  top: 10px;
}
.news-in .next-prev {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-top: 10px;
  color: #797979;
}
.news-in .next-prev .fl {
  width: 1000px;
  float: none;
}
.news-in .next-prev .rt {
  width: 1000px;
  float: none;
}
.news-in .next-prev .fl a,
.news-in .next-prev  .rt a {
  color: #797979;
} 

.news-in .next-prev .fl a:hover,
.news-in .next-prev  .rt a:hover {
  color: #029588;
  text-decoration: underline;
}


.fenye {
	margin-bottom: 30px;
}
.fenye li {float: left;margin-top:25px;}

.fenye li a {
	padding: 6px 10px;
	border: 1px solid #333;
	margin-left: 10px;
	background: #FFF;
	color: #000;
	line-height: 20px;
	    display: block;
}
.fenye li a:hover {
	padding:6px 10px;
	border: 1px solid #f7b703;
	background: #f7b703;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;
	padding: 6px 10px;
	border: 1px solid #f7b703;
	background: #f7b703;
	color: #fff;
}
.fenye li select {display: none}


.contact-page {
	padding: 50px 0px 90px;
}
.contact-page .bg {
  position: absolute;
  top: 0;
  right: 0;
}


.contact-page .w1200 {
  position: relative;
  z-index: 2;
}
.contact-page .w1200 .lxfl {
  width: 600px;
}
.contact-page h1 {
font-size: 26px;
padding-bottom: 10px;
/*text-align: center;*/
font-family: nexa bold;
color: #f7b703;
text-transform: uppercase;
font-family: dinot-bold;
}
.contact-page h1 img {
  display: block;
  /* margin: 0 auto; */
  padding-bottom: 8px;
  width: 100px;
  margin-top: 50px;
  
}
.contact-page h3 {
  font-size: 18px;
  font-family: nexa bold;
  padding-bottom: 0px;
  background: URL(in/icon08.png) no-repeat left;
  padding-left: 33px;
  margin-bottom: 10px;
  font-weight: normal;
  margin-top: 30px;
}
.contact-page ul li {
float: left;
width: 310px;
background: #029588;
background: #f7f7f7;
height: 200px;
margin-right: 30px;
padding: 30px;
position: relative;
color: #fff;
color: #262626;
}
.contact-page li h2 {
	font-size: 20px;
	font-family: nexa bold;
	margin-bottom: 20px;
}
.contact-page li p {
	font-size: 16px;
}
.contact-page li p a {
  color: #fff;
  color: #262626;
}
.contact-page li p a:hover {
  color: #fff;
  color: #262626;
	text-decoration:underline;
}
.contact-page li .ico {
	position: absolute;
	right: 0;
	bottom: 0;
}

.son-menu-cp ul li {
	float: left;
    width: 234px; 
	width: 50%;
	width:12.5%;
    text-align: center;
	position: relative;
	
}
.index-cp {
	padding-top: 70px;
}
.index-cp.index3 ul li {
	width: 380px;
	height: 350px;
} 
.index-cp.index3 ul li
{
	background: #ebebeb;
}
/*
.index-cp.index3 ul li.li1, 
.index-cp.index3 ul li.li4 {
    width: 590px;
    height: 300px;
}*/
.index-cp.index3 ul li .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: -500px;
	background: #f7b703;
	transition: all .4s;
}
.index-cp.index3 ul li:hover .hover {
	bottom: 0px;	
}

.cplist {
	padding-top: 40px;
    margin-bottom: 30px;
}
.cplist .cpul {

}
.cplist .cpul li {
	background-color: #f4f5f6;
    width: 350px;
    margin-right: 25px;
    color: #666;
    float: left;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 25px;
    margin-bottom: 20px;
cursor: pointer;	
}
.cplist .cpul li:hover {
	box-shadow: 15px 15px 0 #f7b703;
}
.cpul li .boxx {
	margin: 20px 30px;
}
.cpul li .boxx h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: dinot-bold;
	height: 65px;
}
.cpul li .boxx .fm {
	height: 290px;
    background: #fff;
}
.cpul li .boxx .fm img {
max-height: 290px;
display: block;
    margin: 0 auto;
     min-width: 65%;
    max-width: 100%;
    height: auto;
	    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.cpul li .boxx .plus {
width: 100%;
text-align: right;
margin-top: 15px;
}
.cpul li .mask a{
    cursor: pointer;
display: block;
background-color: rgba(0,0,0,0.8);
color: #fff;
opacity: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.cpul li:hover .mask a{opacity: 1;cursor: pointer;}

.cpul li .mask p {
padding: 0 15px;
text-align: center;
font-size: 20px;
padding-top: 110px;
font-family: dinot-bold;
}
.cpul li .mask img {
	display: block;
	margin: 0 auto;
	padding-top: 25px;
}

.cpin {
  margin-bottom: 0px;
  padding-top:20px;
}
.cpin .section01 .position {    margin-bottom: 20px;}
.cpin .section01 .position a {color: #333}

.cpin .section01 .fl {
  width: 500px;
  box-shadow: 0 4px 15px rgba(146, 146, 146, 0.3);
}
.cpin .section01 .cpimg {
  margin: 30px;
  max-height: 400px;
  overflow: hidden;
}
.cpin .section01 .cpimg img {
  max-height: 400px;
  display: block;
  margin: 0 auto;
}
.cpin .section01 .overview {
  width: 650px;
}
.section01 .overview h1 {
  font-size: 28px;
  font-family: dinot-bold;
}
.section01 .overview #tabs {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.section01 .overview #tabs li {
  float: left;
}

.section01 .overview #tabs a {
  position: relative;
  line-height: 45px;
  text-transform: capitalize;
  text-decoration: none;
  color: #333;
  height: 45px;
  background: #f7f7f7;
  display: block;
  width: 210px;
  text-align: center;
  font-size: 16px;  
}
.section01 .overview .meterbox-tab1 {letter-spacing: -0.5px;}
.section01 .overview #tabs.meterbox-tabs a {width:310px}
.section01 .overview .meterbox-tab2 img {max-width:100%}


.section01 .overview #tabs a:hover,
.section01 .overview #tabs a:focus {
  color: #fff;
  background: #029588;
}

.section01 .overview #tabs a:focus {
  outline: 0;
}

.section01 .overview #tabs #current {
  color: #fff;
  background: #029588;    
}

/* ----------- */
.section01 .overview  #content {
  background: #fff;
  padding: 30px 20px;
  text-align: justify;
  font-size: 16px;
  
}
.section01 .overview  #content  .xunpan a {
  width: 200px;
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background: #ecf0f3 url(in/icon19.png) no-repeat 35px;
  text-indent: 0;
  padding-left: 18px;
}
.section01 .overview  #content  .xunpan a:hover {
  background: #029588 url(in/icon20.png) no-repeat 35px;
  color: #fff;
}

#content #tab1 ul li {
	    background: url(in/icon09.png) no-repeat left 5px;
		padding-left:28px;
}

#content #tab2 ul li {
	    background: url(in/icon09.png) no-repeat left 5px;
		padding-left:28px;
}
.cpin .section2 {
	margin-top: 40px;
  border-top: 1px solid #ebebeb;
  margin-bottom:40px;
}
.cpin .section2 .w1200 {
	position: relative;
}
.cpin .section2 .w1200 img{
	max-width: 100%;
	height: auto!important;
}
.section2  .question-list li {
	background: #f7f7f7;
	cursor: pointer;
}
.section2  .question-list li.color2 {
	background: #ECF0F3;
}
.section2  .question-list li.color3 {
  background: #fff;
  background: #ECF0F3;
}
.section2 .question-list .ques01 {
	line-height: 100px;
    width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    font-family: dinot-bold;	
}
.section2 .question-list .ques01 .ques-nember {
  background: url(/static/img/icon12.png) no-repeat left;
  padding-left: 40px;
}
.section2 .question-list .color2 .ques01 .ques-nember {
  background: url(/static/img/icon13.png) no-repeat left;
}
.section2 .question-list .color3 .ques01 .ques-nember {
  background: url(/static/img/icon14.png) no-repeat left;
}


.section2 .question-list .ques-cont {
display: block;
float: right;
font-family: nexa bold;
font-size: 20px;
background: url(/static/img/icon06.png) no-repeat right;
padding-right: 50px;
color: #f7b703;
}

.ques-txt {
	background: #fff;
	padding: 30px 40px;
	border-top: 2px solid #f7b703;
	font-size: 16px;
	cursor: auto;
}
.section2 .ques-txt table {
	border-left:1px solid #333;
	border-top:1px solid #333;
	margin: 0 auto;
	min-width: 700px;
}
.section2 .ques-txt td {
border-right: 1px solid #333;
border-bottom: 1px solid #333;
line-height: 35px;
height: 35px;
text-align: center;
}
.section2 .color2 .ques-txt img {
	
max-width: 60%;
display: block;
margin: 0 auto;
border: 1px solid #e5e5e5;
padding: 5px;
}

.section2 .question-list .active .ques-cont {
	background: url(/static/img/icon11.png) no-repeat right;
}


.zhengs {
  padding: 60px 0px;
}
.zhengs ul li {
  background: #f6f6f6;
  float: left;
  width: 330px;
  position: relative;
  overflow: hidden;
  margin-right: 35px;
  margin-left: 35px;
  margin-bottom: 35px;
}
.zhengs ul li .pic {
  background: #f6f6f6;
  text-align: center;
  padding: 11%;
  position: relative;
}
.zhengs ul li .pic img {
  width: 100%;
}
.zhengs ul li h2 {
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  color: #545454;
  line-height: 42px;
  height: 42px;
  border: 1px #f2f2f2 solid;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.zhengs ul li .full-title {
  position: absolute;
  background: url(tanchu/black80.png) repeat;
  width: 100%;
  height: 100%;
  left: -400px;
  bottom: 0;
  transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
}
.zhengs ul li:hover .full-title{left: 0}
.zhengs ul li .full-title img {
  display: block;
  margin: 0 auto;
  padding-bottom: 35px;
  padding-top: 155px;
}
.zhengs ul li .full-title p {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.zhengs ul li .full-title span {
  display: block;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  margin-top: 25px;
  background: #fff;
  color: #000;
  padding: 5px 0;
}


.contact-page p {
  font-size: 16px;
  font-family: nexa bold;
  margin-bottom: 10px;
  padding-left: 33px;
}

.contact-page p.mob {
  background: url(in/icon18.png) no-repeat left;
}
.contact-page p.fax {
  background: url(in/icon17.png) no-repeat 2px;
}
.contact-page p.mail {
  background: url(in/icon16.png) no-repeat left;
}


.contact-page p a {color: #252525;}
.contact-page p a:hover {
  text-decoration: underline
}

.googlemap{
  width: 600px;
  height: 450px;
  margin-top:40px;
  position: relative;
  display: none;
}
.googlemap .fram {
  width:100%;
  height:450px;
}
.googlemap .pa {
  left: 20px;
  top:13px;
  background: #fff;
  width: 200px;
}
.googlemap .pa span {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
  width: 240px;
  color: #f7b703;
  font-weight: bold;
}
.googlemap .pa p {
  font-size: 13px;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 15px;
}

.searchtop {height: 180px;background:#f7f7f7}
.searchtop h1 {
  margin-top: -30px;
  font-size: 30px;
  color: #f7b703;
}
.searchtop .A-ban {background:#f7f7f7}


#DB_gallery {
  width: 500px;
  box-shadow: none;
}
#DB_gallery ul, #DB_gallery li{list-style:none;margin:0;padding:0}
#DB_gallery img{
  border: none;
  vertical-align: top;
  max-height: 520px;
  margin: 0 auto;
  margin: 0 auto;
    width: 65%;
    height: 100%;
    object-fit: cover;
}

#DB_gallery .DB_imgSet {
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 4px 15px rgba(146, 146, 146, 0.3);
}
#DB_gallery .DB_imgSet .DB_imgWin{
  height:100%;
  margin: 20px;
  text-align: center;
}
#DB_gallery .DB_imgSet .DB_page{
  position:absolute;
  bottom:0;
  padding:5px;
  color:#ffffff
}
#DB_gallery .DB_imgSet .DB_page .DB_current{color:#99c6c2}
#DB_gallery .DB_imgSet .DB_page .DB_total{color:#99c6c2}
#DB_gallery .DB_imgSet .DB_prevBtn{position:absolute;top:50%;margin-top:-20px;cursor:pointer;left:0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position:absolute;top:50%;margin-top:-20px;cursor:pointer;right:0;}

#DB_gallery .DB_imgSet .DB_prevBtn img,
#DB_gallery .DB_imgSet .DB_nextBtn img {
	width:40px;
	opacity: 0.4;
}

#DB_gallery .DB_thumSet {
	position: relative;
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	/* height: 114px; */
}
#DB_gallery .DB_thumSet .DB_thumMove{position:relative;white-space:nowrap;font-size:0}
#DB_gallery .DB_thumSet .DB_thumMove img {
  width: 80px;
  height: 120px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  padding: 0px 5px;
}


#DB_gallery .DB_thumSet .DB_thumMove li{
    background: #fff;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    /*border: 1px solid #e4e4e4;width: 100px;*/
}
#DB_gallery .DB_thumSet .DB_prevPageBtn{
  position:absolute;top:0;cursor:pointer;left:0;
}
#DB_gallery .DB_thumSet .DB_nextPageBtn{position:absolute;top:0;cursor:pointer;right:0;}
#DB_gallery .DB_thumSet .DB_thumLine{
  position: absolute;
  width: 90px;
  height: 120px;
  border: 1px solid #99c6c2;
  left: 0;
  top: 0;
}

#tab2 table {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    margin: 0 auto;
    width: 100%;
}
#tab2 table tr td {
	border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.bg-white{ background: white;}
.bg-f9{ background: #f9f9f9;}
.text-uppercase{ text-transform: uppercase;}
.flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-center{  display: flex; align-items: center;}
.flex-between{  display: flex; justify-content: space-between}
.flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.flex-end{display: flex; align-items: flex-end;}
.flex-content-end{display: flex; justify-content: flex-end;}
.flex-start{display: flex; align-items: flex-start;}
.iflex{ display: inline-flex}
.block{  display: block;}
.flex-shrink{ flex-shrink: 0 }

.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.align-start{align-items: flex-start;}
.align-end{align-items: flex-end;}
.align-center{align-items: center;}

.jumpUrl{  cursor: pointer;}
			.line-clamp{  word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
			.maxinBox{ background: #f9f9f9; padding: 70px 0;}
		.down-ul li{ box-shadow: 0 0 5px rgba(0, 0, 0, .15); color: #999; margin-bottom: 25px; padding: 10px 15px; font-size: 14px; line-height: 2.4; border-radius: 5px;}
		.down-ul li h2{ font-weight: normal; color: #000; width: 500px;}

    .video-ul{display: grid; grid-gap: 15px;box-sizing: border-box; grid-template-columns: repeat(4,1fr); margin-bottom: 22px;}
				.video-ul li{ cursor: pointer; transition: all .36s; overflow: hidden; position: relative;box-sizing: border-box;}
				.video-ul li .text{ background: rgba(0, 0, 0, .8); color: #fff; top: 0; left: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 20px;
					box-sizing: border-box; transition: all .36s; transform: translateY(108%); }
				.video-ul li .text .tit{ font-size: 20px;}
				.video-ul li .text .line{ margin-top: 5px; width: 20%; height:1px;}
				.video-ul li .text .round{ width: 30px; height: 30px; font-size:16px; border: 1px solid #fff; border-radius: 50%;}
        .video-ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
				.video-ul li:hover .text{ transform: translateY(0);}
    
        div.video-play{position:fixed;top:0;bottom:0;right:0;left:0;width:100vw;height:100vh;z-index:10001;display:none}
        div.video-bg{position:absolute;top:0;bottom:0;width:100%;z-index:1001;background:#0b0b0b;opacity:.8}
        div.video-wrap{z-index:1002;position:fixed;top:52%;left:50%;-webkit-transform:translate3d(-50%, -52%, 0);transform:translate3d(-50%, -52%, 0);width:1000px;height:570px;  }
        div.video-wrap video{width:100%;height:auto}
        div.close-btn{cursor: pointer; transition: all .36s; text-align: center; line-height: 40px; z-index: 9999; position: absolute; background: #000; border: 2px solid #fff; width: 50px; height: 50px; border-radius: 50%; opacity: 0.5; right: -20px; top: -25px;}
        div.close-btn:hover{ transform: rotate(180deg); opacity: 1;}
        @media screen and (max-width:1280px) { div.video-wrap{ width: 90vw;height: auto;}}        

        @media screen and (max-width:1280px) {
          .video-ul{  grid-template-columns: repeat(3,1fr); }
         }

        @media screen and (max-width:1100px) { .video-ul{  grid-template-columns: repeat(2,1fr); }}
        @media screen and (max-width:900px) { .video-ul{  grid-template-columns: repeat(1,1fr); }}


@keyframes rightFloat {
          from {
              transform: translateX(-20px);
              opacity: 0;
          }
      
          to {
              transform: translateX(0);
              opacity: 1;
          }
}
.posi{ position: relative;}
.idxYYSwiper .swiper-slide{height: 88vh; overflow: hidden;}
.idxYYImg{ width: 100%; height: 88vh; object-fit: cover;}
.idxYYText{ position: absolute; width: 100%;left: 0; top: 15%; color: #fff; z-index: 10;}
.idxYYText li{ width: 100%; display: none;animation: rightFloat .3s; }
/* .idxYYText h3{ font-size: 40px;} */
.idxYYText .desc{ line-height: 2;   }
.idxYYText .more{ line-height: 50px; display: inline-block; border-radius: 5px; padding-left: 2vw; padding-right: 2vw; }
.idxYYText li.on{ display: block;}
.idxYYImgUl{ background: rgba(247, 183, 3, .25); width: 100%; position: absolute; z-index: 10; bottom: 0; border-top: 1px solid rgba(0, 0, 0, .25);}
.idxYYImgUl li{border-right: 1px solid rgba(255, 255, 255, .5); flex: 1;}
.idxYYImgUl li:last-child{ border-right: none;}
.idxYYImgUl li.on{ background: rgba(247, 183, 3, .1);}
.idxYYImgIcon{ height: 50px;}


.idxAbouttext{ position: absolute; left: 50%; width: 100%; transform: translateX(-50%); top: 10%;}
.idxMore{line-height: 48px; display: inline-block; border-radius: 5px; padding-left: 2vw; padding-right: 2vw;}
.index_num{ margin-top: -110px; height: 220px;}
.index_num li{ flex: 1;}
.idxNews{ }
.idxNewsItem .img{ width: 100%;  height: 0; padding-bottom: 60%; }
.idxNewsItem .img img{ transition: all .1s;}
.idxNews::after{ display: block; content: ''; width: 100%; height: 50%; position: absolute; left: 0; top: 0; background: #f7f7f7; }
.news-pagination{ width: 100%; height: 4px;}
.news-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: var(--orange) !important;}

.idxProUl *{ box-sizing: border-box; }
.idxProUl{display: grid;grid-template-columns: repeat(3, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 25px;grid-row-gap: 25px;}
	
		.idxProUl li{ min-height: 18vw;}
		
		.idxProUl li .text{ background: rgba(0, 0, 0, .15); transform: translateY(25px); opacity: 0;}
		.idxProUl li:hover  .text{transform: translateY(0); opacity: 1;}

    @media screen and (min-width:900px) {
      .idxProUl li:first-child  { grid-area: 1 / 1 / 3 / 2;   padding-top: 5vw; padding-bottom: 5vw;}
      .idxProUl li:first-child .text{ background: transparent; transform: translateY(0); opacity: 1; position: relative; left: auto; top: auto; height: auto; }
		.idxProUl li:first-child .text .color-white{ color: #333;}

     }


@media screen and (max-width:1280px) {
  .idxYYText .w1200{ width: calc(100% - 40px);}

  .idxNews .w1200,.idxPro .w1200{ width: calc(100% - 40px);}

  .idxAbout .w1200,.idxAbouttext{ width: calc(100% - 40px);}
  .idxAbout{  padding-left: 20px; padding-right: 20px;}


 }


 @media screen and (max-width:900px) {
  
  .idxYYSwiper .swiper-slide{height: 500px;  }
  .idxYYImg{   height: 500px;  }
  .idxYYImgIcon{ height: 40px; line-height: 40px;}
  .idxYYText .more,.idxMore{ height: 40px; line-height: 40px;}

  .idxAboutImg{ height: 460px; width: 100%; object-fit: cover;}

  .index_num{ height: 200px; flex-wrap: wrap; margin-top: -50px;}
  .index_num li{ width: 50%; flex: auto; height: 100px;}

  .idxProUl{display: grid;grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(1, 1fr);grid-column-gap: 18px;grid-row-gap: 18px;}

 }