/*更新*/
#header {
  width: 100%;
  text-align: center;
  background: #fff;
  font-weight: bold;
  color: #434343;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}

.logo {

  width: 50%;
 padding-top: 2%;
 text-align: left;
}

.logo img {
  width: 70%;
}

.memu {
  width: 50%
}

.haoma {
  background: url(../images/c.jpg) no-repeat top left;
  padding-left: 8%;
  color: #020202;
  font-size: 12.86px;
  background-size: 50%;
  float: left;
  width: 80%;
}

.navbg {
  width: 16%;
  float: right;
  height: 40px;
  background: url(../images/navbg.png) no-repeat;
  background-size: 60%;
  background-position: 50%;
  cursor: pointer;
  border-left: 1px solid #c4c4c4
}

.close {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background: #444;
  border-radius: 3px;
  margin: 3px 0;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9999999;
  cursor: pointer;
  font-family: "微软雅黑"
}


.daohang {
  width: 98%;
  margin: 0 auto;
  margin-top: 10px;
}

#navs li {
  float: left;
  width: 22%;
  margin: 1% 1.5%;
  background: #243f9b;
  height: 40px;
  text-align: center;
}

#navs li a {
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.nav1 {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 151, 0, .3);
}

#nav {
  width: 100%;
  padding-top: 30px;
  position: relative;
  z-index: 99999;
}

#nav li {
  border-bottom: 1px solid #fff;
  background: #243f9b;
  line-height: 40px;
  text-align: center
}

#nav li a {
  display: block;
  color: #fff;
  font-size: 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  x-sizing: border-box;
}

input {
  padding: 0;
  margin: 0;
}

/*热门搜索*/
.search {
  width: 98%;
  margin: 0 auto;
  margin-top: 15px;
}

#formsearch {
  width: 98%;
  margin: 0 auto;
  border: 2px solid #aaaaaa;
}


/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}

#formsearch input {
  height: 29px;
  background: none;
  border: none;
  line-height: 24px;
  width: 80%;
  float: left;
}

#formsearch input#keyword {
  height: 29px;
  line-height: 29px;
  padding-left: 4px;
  color: #666;
  text-align: center;
  font-size: 12px;
  outline: none;
}

#formsearch input#s_btn {
  width: 46px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: url(../images/soso.png) no-repeat center;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}


.c2 {
  margin-top: 30px;
}

.c2 h2 {
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/h2.png) no-repeat center 1px;
}

.ck {
  text-align: center;
  margin: 14px auto;
  width: 14px;
  left: 50%;
  top: 0;
  position: relative;
  margin-left: -7px;
  height: 14px;
  display: block;
}

.c2 ul {
  padding-bottom: 5px;
  text-align: left !important;
  margin-top: 6%
}

.c2 ul li {
  overflow: hidden;
  width: 44.0%;
  margin: 0% 3%;
  float: left;
}

.c2 ul li .img {
  display: block;
  border: 1px solid #d4d4d4;
}

.c2 ul li a img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.c2 ul li h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-weight: normal;
  height: 54px;
}

.c2 ul li h3 a {
  text-align: center;
  color: #4e5252;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 54px;
}

.about {
  width: 100%;
  margin: 0 auto;
}

.about_title {
  line-height: 31px;
  font-weight: bold;
  font-family: "微软雅黑";
  font-size: 21px;
  color: #1ea78d;
  text-align: center;
}

.about_tt {
  color: #cccccc;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(../images/en1.png) no-repeat center;
  margin-top: 6px;
  text-transform: uppercase;
}

.about_img {
  width: 40%;
  float: left;
  margin-top: 5px;
}

.about_img img {
  width: 100%;
}

.about_com {
  width: 55%;
  float: right;
  margin-right: 1%;
  margin-top: 5px;
  max-height: 240px;
  overflow: hidden;
  color: #4e5252;
}
.about_com h3 {
  font-size: 16px;
}
.about_com p {
  font-size: 10px;
  line-height: 21px;
}

.c3 {
  margin-top: 30px;
}

.c3-box {
  width: 90%;
  margin: 0 auto;
}

.c3 h2 {
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/h2.png) no-repeat center 1px;
}


.c3 ul {
  padding-bottom: 5px;
  text-align: left !important;
  margin-top: 6%
}

.c3 ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 1em;
}

.c3 ul li .img {
  display: block;
}

.c3 ul li a img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.c3 ul li:nth-child(3n) {
  margin-right: 0;
}

.hf {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.hf img {
  width: 100%;
}


.ban {
  background: #006ccc;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.ban p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.ban p  img{
  vertical-align: middle;
}
.ban p:nth-of-type(1) {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.ban {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #4e5f70;
  margin: 20px 0 0 0;
}

.ban img {
  /* width: 100%; */
}

.c5 {
  margin-top: 30px;
}

.c5 h2 {
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/h2.png) no-repeat center 1px;
}

.c5 dd {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.c5 dd img {
  width: 100%;
}

.news2 {
  margin-top: 15px;
  position: relative;
  padding: 15px 0;
}

.news_list2 {
  margin-top: 20px;
  width: 98%;
  margin: 0 auto;
}

.news_list2 li {
  float: left;
  margin-left: 15px;
  width: 90%;
  padding: 12px 0;
  text-align: left;
  position: relative;
  line-height: 150%;
  border-bottom: 1px dashed #e2e2e2
}

.news_list2 li a {
  background: url(../images/san.png) no-repeat left center;
  padding-left: 5%;
  font-size: 14px;
  color: #292929
}

.news_list2 li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #b0b0b0;
  line-height: 150%;
  padding: 16px 0;
  font-size: 12px;
}

#gotop {
  position: fixed;
  height: 15%;
  width: 15%;
  background: url(../images/top.png) no-repeat;
  right: 0;
  bottom: 6%;
  cursor: pointer;
}





/* footer css style*/
.distraction {
  height: 20px;
  width: 100%;
  color: #4e5f70;
  font-size: 20px;
  text-align: center;
}

.distraction p {
  text-align: center;
  font-size: 14px;
}

.footer {
  width: 100%;
  margin-top: 6px;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
}

.footer1 {
  max-width: 640px;
  margin: 0 auto;
  background: #000;
  display: -webkit-box;
}

.footer a {
  -webkit-box-flex: 1;
  display: -webkit-box;
  color: #fff;
}

.footer span {
  width: 74px;
  display: block;
  margin: 0 auto;
  text-align: right;
  font: 100 16px/50px "微软雅黑";
  color: #fff;
  height: 50px;
}

.footer span.span1 {
  background: url(../images/a1.png) 5px 11px no-repeat;
  background-size: 30px 27px;
}

.footer span.span2 {
  background: url(../images/a2.png) 7px 13px no-repeat;
  background-size: 27px 27px;
}

.footer span.span3 {
  background: url(../images/a3.png)  9px 10px no-repeat;
  background-size: 28px 29px;
}

.footer span.span4 {
  background: url(../images/a4.png) 9px 15px  no-repeat;
  background-size: 27px 25px;
}

/*end*/