html {
  font-size: 50px;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
img,
p,
dd,
dl,
dt,
ul,
li,
ol,
form,
label,
table,
td,
tr,
input {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.topnav {
  display: flex;
  height: 90px;
}
.topnav .logo {
  width: 275px;
  height: 73px;
  margin-top: 10px ;
}
.topnav .navlist {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.topnav .navlist li {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  margin-left: 20px;
}
.topnav .navlist li a {
  display: block;
  padding-left: 15px ;
  padding-right: 15px ;
}
.topnav .navlist li.on {
  border-bottom: #65c99c solid 5px;
}
.foot {
  display: flex;
  justify-content: space-between;
}
.foot .footlogo {
  text-align: left;
  flex: 1;
  margin-top: 46px;
  margin-bottom: 70px ;
}
.foot .footlist {
  width: 340px;
  text-align: left;
}
.foot .footlist span {
  display: block;
  height: 40px;
  line-height: 35px ;
  font-size: 23px;
  color: white;
  font-weight: lighter;
  margin-top: 40px ;
}
.foot .footlist li {
  color: #999999;
  font-size: 15px;
  line-height: 30px;
  display: flex;
}
.foot .footlist li::before {
  font-family: 'iconfont';
  content: "\e65e";
  width: 34px;
  height: 30px;
  display: block;
  color: #65c99c;
  font-size: 22px;
}
.foot .footlist :nth-child(3)::before {
  content: "\e8be";
  width: 34px;
}
.footbot {
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #010101;
  font-size: 18px;
}
.bg-green {
  background-color: #66bfa1;
}
.bg-grey {
  background-color: #efefef;
}
.bg-black {
  background-color: black;
}
.carousel-indicators .active {
  background-color: #66bfa1;
  width: 19px;
  height: 19px;
  border: none;
}
.carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: white;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
}
.titlebox {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 32px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
  background: url("../images/title.png") center 80px no-repeat;
  padding-bottom: 20px;
}
.titlebox span {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.titleboxdiv {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}
.newstitle {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 32px;
  font-weight: 900;
  margin-top: 40px;
}
.newstitle span {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #999;
}
.newsbox {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 50px;
  text-align: center;
}
.newsbox img{
    max-width: 1100px;
    border:#CCCCCC solid 1px;
   
    
}
.newsbox video{
   border:#CCCCCC solid 1px;
   
    
}
.newslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.newslist li {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.newslist li:nth-child(2n) {
  background-color: #f9f9f9;
}
.newslist li a {
  width: 100%;
  font-size: 18px;
  color: #999;
}
.newslist li a dt {
  font-size: 24px;
  color: #333;
}
.newslist li a dd {
  line-height: 40px;
}
.newslist li a span {
  font-size: 16px;
  color: #ddd;
  font-weight: lighter;
}
.newdetail {
  display: flex;
  justify-content: space-between;
}
.newdetail .newleft {
  width: 25%;
}
.newdetail .leftbox {
  width: 100%;
  text-indent: 20px;
  margin-bottom: 50px;
}
.newdetail .leftbox span {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
}
.newdetail .leftbox li {
  height: 40px;
  line-height: 50px;
  font-size: 20px;
  color: #999;
}
.newdetail .leftbox li a {
  color: #999;
  display: block;
}
.newdetail .leftbox li a:hover {
  background-color: whitesmoke;
}
.newdetail .newslist {
  width: 100%;
}
.newdetail .addressbox {
  width: 100%;
  text-align: left;
  text-indent: 20px;
  margin-bottom: 50px;
}
.newdetail .addressbox li {
  margin-top: 30px ;
}
.newdetail .addressbox span {
  display: block;
  height: 50px;
  line-height: 50px ;
  font-size: 20px;
  color: white;
  font-weight: lighter;
  margin-top: 40px ;
}
.newdetail .addressbox li {
  color: #999999;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}
.newdetail .addressbox li::before {
  font-family: 'iconfont';
  content: "\e65e";
  width: 40px;
  height: 30px;
  display: block;
  color: #ddd;
  font-size: 24px;
  margin-right: 10px;
}
.newdetail .addressbox :nth-child(3)::before {
  content: "\e8be";
  width: 34px;
  margin-right: 15px;
}
.myposition {
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 20px;
  margin-top: 20px ;
  margin-bottom: 30px;
  color: #a3a3a3;
}
.myposition .container {
  display: flex;
}
.myposition .container::before {
  width: 30px;
  display: block;
  content: "\e65f";
  font-family: 'iconfont';
  font-size: 30px;
  color: #999;
  line-height: 24px;
  margin-right: 5px;
  padding-top: 12px ;
}
.fenye {
  width: 100%;
  background: white;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.fenye span {
  padding-left: 20px;
  padding-right: 20px;
}
.fenye .on {
  color: #66bfa1;
  font-weight: bolder;
}
