/* 
Less compilation
> npm install -g less
> lessc style.less style.css
*/
@keyframes rise {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.resetStyle {
  font-family: "微软雅黑";
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resetStyle p {
  margin: 0;
}
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.ie-warning h1 {
  margin: 0 0 30px;
}
.ie-warning p {
  font-size: 16px;
}
.ie-warning .ie-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 60px 0;
}
.ie-warning .ie-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .ie-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  margin: 0 auto;
}
.ie-warning .ie-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .ie-download > li > a:hover {
  background-color: #eee;
}
/* @media (min-width: 1710px) {
  .container {
    padding: 0;
    width: 1680px;
  }
} */
@media (max-width: 1199px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*backtop*/
#backtop {
  position: fixed;
  right: 49px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
#backtop ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  line-height: 54px;
  text-align: center;
  margin-bottom: 3px;
  list-style: none;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.on {
  opacity: 1;
}
#backtop ul li .sidetop {
  width: 100%;
  height: 100%;
  line-height: 54px;
  border-radius: 100px;
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all 0.3s;
  background: #eee url(../images/side_icon.png) center / cover no-repeat;
  background-size: 40%;
}
@media (min-width: 768px) {
  #backtop ul li .sidetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #1468b4 url(../images/side_icon-w.png) center / cover no-repeat;
    background-size: 40%;
  }
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}


.home-header-fixed{
  /* position: fixed; */
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #fff;
}
.home-header {
  width: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .home-header {
    background: #fff;
  }
}
.home-header .flexbox {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-header .flexbox {
    height: 80px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .home-header .flexbox {
    height: 60px;
    position: static;
  }
}
.home-header .logo {
  position: relative;
  flex: 0 0 400px;
  min-width: 400px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left:40px;
}
/* @media (max-width: 1710px) {
  .home-header .logo {
    flex: 0 0 325px;
    min-width: 325px;
  }
} */
/* @media (max-width: 1710px) {
  .home-header .logo {
    flex: 0 0 280px;
    min-width: 280px;
  }
} */
@media (max-width: 1710px) {
  .home-header .logo {
    flex: inherit;
    min-width: inherit;
    padding: 0 40px 0 0;
  }
}
.home-header .logo h1 {
  position: relative;
  z-index: 1;
  width: 230px;
  margin: 0;
}
@media (max-width: 1440px) {
  .home-header .logo h1 {
    width: 230px;

  }
}
@media (max-width: 767px) {
  .home-header .logo h1 {
    width: 161px;
    padding-left:10px;
  }
}
.home-header .logo h1 a {
  display: flex;
  align-items: center;
}
.home-header .logo h1 img {
  width: 100%;
}
.home-header .rightbox {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .home-header .rightbox {
    position: absolute;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.home-header .navmenu {
  /* margin: 0 108px 0 0; */
  display: flex;
  /* margin-right:60px; */
}
@media (max-width: 1840px) {
  .home-header .navmenu {
    margin: 0 25px 0 0;
    margin-right:20px;
  }
}
@media (max-width: 991px) {
  .home-header .navmenu {
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 65px;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 7px -2px #757575;
    transition: 0.3s;
    transform: scale(0);
    transform-origin: top right;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .home-header .navmenu.on {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .home-header .navmenu {
    /* left: 15px; */
    right: 15px;
    margin: auto;
    top: 100%;
  }
}
.home-header .navmenu > li {
  position: relative;
  margin: 0 60px  0 0;
  height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-header .navmenu > li .tit{
  width: 100%;
}
.home-header .navmenu > li .cont{
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  background-color: #fff;
  display: none;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-header .navmenu > li .cont a{
  display: block;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.home-header .navmenu > li .cont a:hover{
  color: #15955a;
}
.home-header .navmenu > li .cont a:last-child{
  border-bottom: none;
}
@media (max-width: 1710px) {
  .home-header .navmenu > li {
    margin: 0 44px 0 0;
  }
  .home-header .navmenu > li .cont a{
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .home-header .navmenu > li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .home-header .navmenu > li {
    margin: 0;
    display: block;
    height: auto;
  }
  
}
.home-header .navmenu > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  left:50%;
  margin-left:-12px;
  background: #12d07c;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .home-header .navmenu > li:before {
    display: none;
  }
}
/* .home-header .navmenu > li:last-child {
  margin: 0;
} */
.home-header .navmenu > li:last-child:after {
  display: none;
}
.home-header .navmenu > li.active:before,
.home-header .navmenu > li:hover:before {
  /* left: -10px; */
  width: 25px;
}

.home-header .navmenu > li .tit a {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #333;
}
.home-header .navmenu > li .tit i{
  display: none;
}
.home-header .navmenu > li.active .tit a{
  color:#15955a;
}

@media (max-width: 1710px) {
  .home-header .navmenu > li .tit a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-header .navmenu > li .tit a {
    color: #333;
    display: block;
    padding: 5px 20px;
  }
  .home-header .navmenu > li .tit a:hover {
    background: #eee;
  }
}
@media (max-width: 575px) {
  .home-header .navmenu > li  .tit a {
    font-size: 14px;
  }
}
.home-header .searchbox {
  position: relative;
}
.home-header .searchbox form {
  width: 260px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 1710px) {
  .home-header .searchbox form {
    width: 175px;
  }
}
@media (max-width: 1199px) {
  .home-header .searchbox form {
    width: 260px;
    display: none;
    position: absolute;
    z-index: 1;
    right: -19px;
    top: -7px;
  }
}
@media (max-width: 991px) {
  .home-header .searchbox form {
    display: flex;
    position: static;
  }
}
@media (max-width: 575px) {
  .home-header .searchbox form {
    display: none;
  }
}
.home-header .searchbox input {
  flex: 1;
  min-width: 100px;
  height: 100%;
  font-size: 14px;
  color: #333;
  padding: 0 0 0 24px;
  border: 0;
  background: transparent;
  outline: none;
}
.home-header .searchbox button {
  flex: 0 0 55px;
  min-width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0;
}
.home-header .searchbox button img{
  width: 18px;
}
.home-header .searchbox .app-search {
  cursor: pointer;
  display: none;
}
@media (max-width: 1199px) {
  .home-header .searchbox .app-search {
    display: block;
    width: 18px;
  }
  .home-header .searchbox .app-search img{
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-header .searchbox .app-search {
    display: none;
  }
}
@media (max-width: 575px) {
  .home-header .searchbox .app-search {
    display: flex;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
  }
}
@media (max-width: 575px) {
  .home-header .searchbox .app-search img {
    filter: grayscale(1) brightness(0);
    width: 100%;
  }
}
@media (min-width: 576px) {
  .home-header .searchbox:hover form {
    display: flex;
  }
}
.home-header .app-navmenu-btn {
  display: none;
  width: 25px;
  cursor: pointer;
  margin: 0 0 0 30px;
}
@media (max-width: 991px) {
  .home-header .app-navmenu-btn {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 8px;
    margin: 0 0 0 20px;
    box-sizing: content-box;
  }
  .home-header .navmenu > li .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .home-header .navmenu > li .tit a{
    padding: 5px 30px 5px 20px;
  }
  .home-header .navmenu > li .tit i{
    display: block;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 32%;
    z-index: 2;
  }
  .home-header .navmenu > li .tit i img{
    height: 100%;
    float: left;
  }
  .home-header .navmenu > li .cont{
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
  }
  .home-header .navmenu > li .cont a{
    border-bottom: none;
    color: #333;
    display: block;
    padding: 5px 20px;
    text-align: left;
    text-indent: 1em;
  }
}
@media (max-width: 575px) {
  .home-header .app-navmenu-btn {
    padding: 12px;
    margin: 0 3px 0 0;
  }
}
.home-header .app-navmenu-btn img {
  width: 100%;
}
@media (max-width: 575px) {
  .home-header .app-navmenu-btn img {
    filter: grayscale(1) brightness(0);
  }
}
@media (max-width: 575px) {
  .home-header-fixed {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 60px;
  }
  .home-header-fixed .home-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -1px 5px 0 #757575;
  }
}

.fix{
  background: #fff;
  transition: all .4s;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.fix .home-header .navmenu > li .tit a{
  color:#000;
}




.home-footer-bg{
  display: flex;
  margin-top: -47px;
}
.home-footer-bg div{
  flex: 1;
  background: #000;
}


.home-footer {
  padding: 45px 0 50px;
  background: #000;
}
@media (max-width: 991px) {
  .home-footer {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .home-footer {
    padding: 30px 0;
  }
}


.home-footer .flexbox {
  display: flex;
  justify-content: center;
}
.home-footer .flexbox .items{
  flex: 11%;
}
.home-footer .flexbox .items:nth-child(6){
  flex: 20%;
  padding-right:6%;
}
.home-footer .flexbox .items dl{
  margin:0;
}
.home-footer .flexbox .items dl dt{
  padding-top:20px;
  padding-bottom:20px;
  font-size: 18px;
}
.home-footer .flexbox .items dl dt a{
  color:#fff;
  font-weight: normal;
}
.home-footer .flexbox .items dl dd {
  color:rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 36px;
}
.home-footer .flexbox .items dl dd a{
  color:rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 36px;
}

.home-footer .flexbox .items dl dd img{
  max-width: 100%;
  padding-top:10px; 
}
@media (max-width: 1440px) {
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 575px) {
  .home-footer .flexbox{
    display: inline;
    text-align: center;
  }
  .home-footer .flexbox .items:nth-child(-n+5){
    display: none;
  }
  .home-footer .flexbox .items dl dt{
    border-top:1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
  }
  .home-footer .flexbox .items dl dd{
    display: none;
  }
  .home-footer .flexbox .items:nth-child(6){
    padding:0;
  }
}
.home-footer .flogo img {
  width: 100%;
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {
  .home-footer .flexbox{
    display: inline;
    text-align: center;
  }
  .home-footer .flogo {
    flex: inherit;
    min-width: inherit;
    margin: 0 auto;
    margin-bottom:30px;
  }
}

/*底部*/
.home_bottom{
	background: #0a0b1f;
}
.home_bottom .flexbox{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.home_bottom .leftbox{
	padding-top:78px;
	padding-bottom:80px;
	width: 300px;
	text-align: center;
	background: rgba(255,255,255,0.1);
}
.home_bottom .leftbox ul{
	overflow: hidden;
	padding-top:20px;
}
.home_bottom .leftbox ul li{
	width: 50%;
	float: left;
	color:#fff;
}
.home_bottom .leftbox ul li a{
	color:#fff;
	line-height: 60px;
}
.home_bottom .rightbox{
	padding-left:70px;
	padding-top:80px;
	width: 560px;
}

.home_bottom .rightbox .tit{
	border-bottom: 1px solid #838389;
	padding-bottom:20px;
}
.home_bottom .rightbox .tit strong{
	width: 95px;
	height: 23px;
	font-size: 24px;
	color: #ffffff;
}
.home_bottom .rightbox .tit span{
	opacity: 0.2;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	padding-left:10px;
}
.home_bottom .rightbox .bottom{
	padding-top:10px;
	color:rgba(255,255,255,0.5);
	font-size: 16px;
	line-height: 36px;
}

#erwei{
	padding-top:100px;
	padding-left:100px;
}
.erwei_box{
	padding:12px;
	background: rgba(255,255,255,0.1);
}
#erwei p{
	color:#fff;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	padding-top:10px;
}

.copyright {
  background: #0a0b1f;
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:27px;
  padding-bottom:27px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 575px) {
  .copyright {
    line-height: 1.8;
  }
}
.copyright a {
  color: #fff;
  transition: 0.3s;
}
.copyright a:hover {
  color: #15955a;
}




.banner-pagination{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-pagination > .container{
  position: relative;
  height: 100%;
}


.app-navmenu-mask{
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
@media (min-width: 576px) {
  .app-navmenu-mask{
    display: none;
  }
}
@media (max-width: 576px) {
  .app-navmenu-mask.on {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
    -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
    transition: transform 0.4s 0s, box-shadow 0s 0s;
  }
}
.app-navmenu-mask .app-navmenu-ul{
  padding: 20px 0;
}
.app-navmenu-mask .app-navmenu-ul > li{
  border-bottom: 1px solid #eee;
}
.app-navmenu-mask .app-navmenu-ul > li .tit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.app-navmenu-mask .app-navmenu-ul > li .cont{
  width: 100%;
  display: none;
}
.app-navmenu-mask .app-navmenu-ul > li .cont a{
  text-indent: 1em;
  display: block;
  width: 100%;
  padding: 0.6em 0;
  font-size: 16px;
}
.app-navmenu-mask .app-navmenu-ul > li  .tit a{
  
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #333;
  padding: 0.8em 0;
  margin: 0px auto;
  text-transform: uppercase;
}
.app-navmenu-mask .app-navmenu-ul > li.active .tit a{
  color: #15955a;
}
.app-navmenu-mask .app-navmenu-ul > li.active .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-navmenu-mask .app-navmenu-ul > li .tit i{
  display: block;
  width: 14px;
  
}
.f_menu > li .tit i{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.f_menu > li.on .tit i{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.app-navmenu-mask .app-navmenu-ul > li .tit i img{
  width: 100%;
}
.app-navmenu-mask .head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 60px;
  border-bottom: 1px solid #eee;
}
.app-navmenu-mask .app-navmenu-ul > li .cont{
  width: 100%;
  font-size: 18px;
  padding: 0.8em 15px;
}
.app-navmenu-mask .app-navmenu-ul > li .cont a{
  text-indent: 1em;
}
.app-navmenu-mask .head .app-navmenu-logo{
  width: 170px;
}
.app-navmenu-mask .head .app-navmenu-logo img{
  width: 100%;
}
.app-navmenu-mask .head .app-navmenu-close{
  width: 25px;
  height: 25px;
}
.app-navmenu-mask .head .app-navmenu-close img{
  width: 100%;
}



/*内页导航*/

.navbox{
  position: relative;
  bottom:0;
  width: 90%;
  margin: 0 auto;
  height: 80px;
  margin-top:-80px;
  z-index: 99;
  background: #fff;
  border-bottom:1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbox ul{
  padding-left:40px;
}
.navbox ul li{
  float: left;
  font-size: 16px;
  padding:0 20px;
}
.navbox ul li a{
  position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
}
.navbox .leftbox ul li.avi a{
  color: #15955a;
}
.navbox .leftbox ul li.avi a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #15955a;
  transition: 0.3s;
}
.navbox .leftbox ul li:hover a{
  color: #15955a;
}
.navbox .leftbox ul li:hover a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #15955a;
  transition: 0.3s;
}
.navbox .rightbox{
  
  padding-right:30px;
  padding-left:30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbox .rightbox img{
  width: 25px;
}
#page_nav_button{
  display: none;
}
@media (max-width: 1440px) {
  
}
@media (max-width: 1199px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 575px) {
  .navbox .rightbox{
    width: 100%;
  }
  #page_nav_button{
    display: block;
  }
}


@media (max-width: 767px){
  .navbox .leftbox {
    display: none;
  }
}
#page_nav_button{
  filter: grayscale(1) brightness(0);
}
