html {
  min-height: 100%;
}
body {
  margin: auto;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 14px;
  height: 100%;
  width: 100%;
  background: #ffffff;
  color: #333;
  min-width: 1200px;
}
* {
  box-sizing: border-box;
}
a:link,
a:visited,
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}
img {
  border: none;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
}
.headTop {
  height: 121px;
  position: relative;
  background: #1d9e7f;
  padding-left: 58px;
  padding-right: 76px;
}
.logoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  float: left;
}
.logoBox::after {
  content: "";
  display: block;
  clear: both;
}
.logoBox > .logImg {
  width: 85px;
  height: 85px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.logoBox > .logImg > img {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.logoBox > .logTxt {
  width: 234px;
  height: 58px;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: 11px;
}
.logoBox > .logTxt > img {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.headTopSearch {
  position: absolute;
  right: 76px;
  top: 0px;
  background: #188067;
  height: 38px;
  color: #FFFFFF;
  line-height: 38px;
  padding: 0px 24px;
  border-radius: 0px 0px 11px 11px;
}
.headTopSearch > span {
  padding-right: 26px;
  display: inline-block;
  vertical-align: top;
}
.headTopSearch > input {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #188067;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  padding: 0px 10px;
}
.headTopSearch > form> input {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #188067;
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  padding: 0px 10px;
}

.headTopSearch .dateVal {
  margin-left: 16px;
  margin-right: 9px;
}
.headTopSearch > i.iconfont {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.headTopSearch > form > a > i.iconfont {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
	color:#ffffff;
}

.navBox {   width: 75%;
  float: right;
  margin-top: 57px;
}
.navBox > ul::after {
  content: "";
  display: block;
  clear: both;
}
.navBox > ul > li {text-align: center;
  float: left;
  color: #FFFFFF;
  position: relative;
  height: 64px;    width: 9%;
}
.navBox > ul > li > span {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
    /* padding: 0px 29px; */
  display: block;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.navBox > ul > li:hover > span {
  background: #0e7058;
}
.navBox > ul > li > ul.sub {
  min-width: 170px;
  left: 0;
  top: 48px;
  position: absolute;
  background: #000000;
  line-height: 40px;
  padding: 0;
  opacity: 0.7;
  z-index: 10;
  top: 100%;
  left: 0px;
  display: none;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  height: 0px;
  overflow: hidden;
}
.navBox > ul > li:hover > ul.sub {
  display: block;
  height: auto;
}
.navBox > ul > li > ul.sub > li > a {
  display: block;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.navBox > ul > li > ul.sub > li > a:hover {
  background: #1d9e7f;
}
@media all and (max-width: 1700px) {
  .headTop {
    padding-left: 48px;
    padding-right: 66px;
  }
  .headTopSearch {
    right: 66px;
  }
}
@media all and (max-width: 1650px) {
  .headTop {
    padding-left: 38px;
    padding-right: 50px;
  }
  .headTopSearch {
    right: 50px;
  }
}
@media all and (max-width: 1620px) {
  .navBox > ul > li > span {
    /* padding: 0px 24px;  */
  }
}
@media all and (max-width: 1570px) {
  .headTop {
    padding-left: 28px;
    padding-right: 40px;
  }
  .headTopSearch {
    right: 40px;
  }
  .navBox > ul > li > span {
    /* padding: 0px 24px; */
  }
}
@media all and (max-width: 1550px) {
  .headTop {
    padding-left: 18px;
    padding-right: 30px;
  }
  .headTopSearch {
    right: 30px;
  }
  .navBox > ul > li > span {
    /*  padding: 0px 20px;*/
  }
}
@media all and (max-width: 1420px) {
  .headTop {
    padding-left: 18px;
    padding-right: 18px;
  }
  .headTopSearch {
    right: 18px;
  }
  .navBox > ul > li > span {
     /* padding: 0px 18px;*/
  }
}
@media all and (max-width: 1380px) {
  .logoBox > .logImg {
    width: 80px;
    height: 80px;
  }
  .logoBox > .logTxt {
    width: 224px;
    height: 53px;
  }
}
@media all and (max-width: 1350px) {
  .logoBox > .logImg {
    width: 75px;
    height: 75px;
  }
  .logoBox > .logTxt {
    width: 210px;
    height: 48px;
  }
  .navBox > ul > li > span {
   /*  padding: 0px 16px;*/
  }
}
@media all and (max-width: 1300px) {
  .logoBox > .logImg {
		display:none;
    width: 70px;
    height: 70px;
  }
  .logoBox > .logTxt {
    width: 200px;
    height: 40px;
  }
  .navBox {
    margin-top: 52px;
	float: left;
	margin-left: 10px;
  }
  .headTop {
    height: 116px;
  }
  .navBox > ul > li > span {
  /*   padding: 0px 14px;*/
  }
}
@media all and (max-width: 1250px) {


.navBox {
    width: 100%;
 
}


	.logoBox {
		 display:none;
		}
  .logoBox > .logImg {
    width: 63px;
    height: 63px;
  }
  .logoBox > .logTxt {
    width: 185px;
    height: 35px;
  }
  .navBox {
	margin-top: 45px;
	float: left;
	margin-left: 10px;
  }
  .headTop {
    height: 109px;
  }
  .navBox > ul > li > span {
   /*   padding: 0px 12px;*/
  }
}
.footerBox {
  background: url(../images/index_17.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0px 15px;
  /* height: 530px; */
}
.footerBox > .conBox {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-top: 48px;
}
.footerBox > .conBox > .footerTxt {
  border-bottom: 1px solid #3fab91;
  padding-bottom: 22px;
}
.footerBox > .conBox > .footerTxt::after {
  content: "";
  display: block;
  clear: both;
}
.footerBox > .conBox > .footerTxt > div.left {
  float: left;
}
.footerBox > .conBox > .footerTxt > div.left > h3 {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 17px;
  padding-top: 11px;
}
.footerBox > .conBox > .footerTxt > div.left > p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 13px;
}
.footerBox > .conBox > .footerTxt > div.left > p > i.iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  margin-right: 7px;
}
.footerBox > .conBox > .footerTxt > div.right {
  float: right;
}
.footerBox > .conBox > .footerTxt > div.right > .imgBox {
  width: 140px;
  height: 140px;
}
.footerBox > .conBox > .footerTxt > div.right > .imgBox > img {
  width: 100%;
  height: 100%;
}
.footerBox > .conBox > .footerTxt > div.right > span {
  margin-top: 9px;
  width: 140px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
}
.footerBox > .conBox > .copyright {
  line-height: 70px;
  height: 70px;
  color: #FFFFFF;
}
.footerBox > .conBox > .copyright > span:last-child {
  float: right;
  font-weight: bold;
  font-size: 18px;
}
.sideBox {
  position: fixed;
  width: 90px;
  right: 0px;
  top: 20%;
  z-index: 100;
}
.sideBox > .sideTop {
  background: #f28c01;
  padding-bottom: 10px;
}
.sideBox > .sideTop > h3 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  margin-top: 2px;
}
.sideBox > .sideTop > p {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
}
.sideBox > div:not(.sideTop) {
  color: #666666;
  font-size: 14px;
  background: #FFFFFF;
  padding: 17px 0px;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
}
.sideBox > .sideBottom {
  padding-top: 7px!important;
  cursor: pointer;
}
.sideBox > .sideBottom > i.iconfont {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
.sideBox > div:not(.sideTop) > div {
  position: absolute;
  right: 100%;
  background: #FFFFFF;
  width: 120px;
  border: 1px solid #e4e4e4;
  padding-bottom: 18px;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  display: none;
}
.sideBox > div:not(.sideTop) > div > .imgBox {
  width: 120px;
  height: 120px;
  margin: 23px auto 7px;
}
.sideBox > div:not(.sideTop) > div > .imgBox2 {
  width: 120px;
  height: 73px;
  margin: 23px auto 7px;
}
.sideBox > div:not(.sideTop) > div > .imgBox > img {
  width: 100%;
  height: 100%;
}
.sideBox > div:not(.sideTop) > div > span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.sideBox > div:not(.sideTop):hover > div {
  display: block;
}