a:hover {
  text-decoration: none;
}
.sectionbg {
  width: 100%;
  padding: 10px 0 20px;
  margin-top: 115px;
  background: url(../img/childbg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sectionbg .all_tit {
  text-align: center;
  margin: 60px 0 40px;
}
.sectionbg .all_tit div {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #fff;
}
.sectionbg .all_tit div p {
  margin-bottom: 0;
}
.sectionbg .all_tit div .p1 {
  font-size: 26px;
}
.sectionbg .all_tit div .p2 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.sectionbg .all_tit i {
  display: inline-block;
  width: 30%;
  height: 18px;
  margin: 0 20px;
  border-top: 1px solid #ddd;
}
.sectionbg .container {
  overflow: hidden;
  padding: 60px 50px;
  background: url(../img/bai.png) repeat;
}
.sectionbg .container .all_tit1 {
  text-align: center;
  margin-bottom: 50px;
}
.sectionbg .container .all_tit1 a {
  display: inline-block;
  padding: 10px 30px;
  height: 45px;
  border: 1px solid #0066cc;
  font-size: 18px;
  margin: 0 10px 10px;
}
.sectionbg .container .all_tit1 a:hover {
  background: #f39d38;
  color: #fff;
  border: 1px solid #f39d38;
}
@media (max-width: 767px) {
  .sectionbg {
    margin-top: 0;
    background: none;
  }
  .sectionbg .all_tit {
    margin: 60px 0 20px;
  }
  .sectionbg .all_tit div {
    display: inline-block;
    width: 90px;
    text-align: center;
    color: #333;
  }
  .sectionbg .all_tit div p {
    margin-bottom: 0;
  }
  .sectionbg .all_tit div .p1 {
    font-size: 18px;
  }
  .sectionbg .all_tit div .p2 {
    font-size: 15px;
    line-height: 20px;
    color: #333;
  }
  .sectionbg .all_tit i {
    width: 21%;
    height: 18px;
    margin: 0 20px;
    border-top: 1px solid #666;
  }
  .sectionbg .container {
    padding: 10px;
  }
  .sectionbg .container .all_tit1 {
    margin-bottom: 30px;
  }
  .sectionbg .container .all_tit1 a {
    height: 32px;
    padding: 5px 5px;
    border: 1px solid #0066cc;
    font-size: 13px;
    margin: 0 3px 5px;
  }
}
.sec1 p {
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  text-indent: 2em;
}
.sec1 img{
	max-width:90%;
	max-height:90%;
  }
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sec1 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec1 p {
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.sec2 li {
  border: 1px solid transparent;
  position: relative;
  height: 62px;
  padding: 5px;
  margin: 5px 0;
  padding-left: 90px;
}
.sec2 li .date {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #333;
  text-align: center;
}
.sec2 li .date h3 {
  line-height: 30px;
  margin: 0;
  font-size: 30px;
}
.sec2 li .date h6 {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}
.sec2 li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 40px;
  color: #333;
  font-size: 16px;
  border-left: 1px solid #888;
}
.sec2 li:hover {
  border-color: #f39d38;
}
@media (max-width: 767px) {
  .sec2 li {
    height: 49px;
    padding: 5px;
    margin: 5px 0;
    padding-left: 60px;
    border-bottom: 1px dashed #ccc;
  }
  .sec2 li .date {
    left: 0;
    top: 0;
  }
  .sec2 li .date h3 {
    line-height: 25px;
    font-size: 25px;
  }
  .sec2 li .date h6 {
    line-height: 14px;
    font-size: 12px;
  }
  .sec2 li a {
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding-left: 12px;
    font-size: 14px;
    border-left-color: #ddd;
  }
}
.sec3 {
  overflow: hidden;
}
.sec3 li {
  width: 24%;
  height: 210px;
  margin-right: 1%;
  margin-bottom: 1%;
  overflow: hidden;
  position: relative;
  float: left;
}
.sec3 li img {
  width: 100%;
  height: 170px;
}
.sec3 li p {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  padding: 0 5px;
  color: #333;
  background: #fff;
  transition: all 0.4s ease-out;
}
.sec3 li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.2) #ffffff;
  border-radius: 0 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sec3 li:hover:before {
  border-right-width: 50px;
  border-bottom-width: 50px;
}
.sec3 li:hover p {
  color: #fff;
  background: #0066cc;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .sec3 li {
    width: 32%;
    height: 170px;
  }
  .sec3 li img {
    height: 130px;
  }
  .sec3 li p {
    line-height: 40px;
  }
  .sec3 li:hover:before {
    border-right-width: 30px;
    border-bottom-width: 30px;
  }
  .sec3 li:nth-child(7),
  .sec3 li:nth-child(8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec3 li {
    width: 49%;
    height: 160px;
  }
  .sec3 li img {
    height: 120px;
  }
  .sec3 li p {
    line-height: 40px;
    font-size: 12px;
  }
  .sec3 li:hover:before {
    border-right-width: 30px;
    border-bottom-width: 30px;
  }
  .sec3 li:nth-child(7),
  .sec3 li:nth-child(8) {
    display: none;
  }
}
.sec4 li {
  height: 165px;
  padding: 15px;
  margin: 5px 0;
  border-bottom: 1px dashed #aaa;
  padding-left: 200px;
  position: relative;
}
.sec4 li a {
  color: #333;
}
.sec4 li a img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 180px;
  height: 140px;
}
.sec4 li a h4 {
  font-weight: bold;
  color: #0066cc;
  margin-top: 0;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
}
.sec4 li a p {
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin: 15px 0;
}
.sec4 li a span {
  color: #f39d38;
}
.sec4 li a span:hover {
  color: #0066cc;
}
.sec4 li:hover h4 {
  color: #ed860c;
}
@media (max-width: 767px) {
  .sec4 li {
    height: 85px;
    padding: 15px;
    margin: 5px 0;
    padding-left: 10px;
  }
  .sec4 li a img {
    display: none;
  }
  .sec4 li a h4 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .sec4 li a p {
    line-height: 16px;
    height: 32px;
    margin: 0;
    font-size: 12px;
  }
  .sec4 li a span {
    display: none;
  }
}
.sec5 li {
  height: 200px;
  margin-bottom: 1%;
}
.sec5 li img {
  width: 100%;
  height: 100%;
}
.sec5 li .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  padding: 0 5px;
  color: #fff;
  background: url(../img/hei.png) repeat;
  transition: all 0.4s ease-out;
}
.sec5 li .tit h5 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.sec5 li .tit p {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  font-size: 13px;
  text-align: left;
}
.sec5 li:hover:before {
  border-right-width: 0;
  border-bottom-width: 0;
}
.sec5 li:hover .tit {
  height: 200px;
}
.sec5 li:hover .tit h5 {
  margin-bottom: 10px;
  color: #ed860c;
  padding-top: 40px;
  font-size: 16px;
}
.sec5 li:hover .tit p {
  background: none;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .sec5 li {
    height: 160px;
  }
  .sec5 li:hover .tit {
    height: 160px;
  }
  .sec5 li:hover .tit h5 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .sec5 li {
    height: 120px;
  }
  .sec5 li:hover .tit {
    height: 120px;
  }
  .sec5 li:hover .tit h5 {
    padding-top: 30px;
  }
}
.sec6 {
  margin-top: -25px;
}
.sec6 li {
  height: 120px;
  padding-left: 10px;
}
.sec6 li:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .sec6 li {
    height: 104px;
    padding: 10px;
    margin: 5px 0;
  }
  .sec6 li a h4 {
    font-size: 16px;
  }
  .sec6 li a p {
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .sec6 {
    margin-top: -10px;
  }
  .sec6 li {
    height: 80px;
    padding: 7px;
    margin: 5px 0;
  }
  .sec6 li a h4 {
    font-size: 14px;
  }
  .sec6 li a p {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
}
.sec7 {
  position: relative;
  height: 370px;
}
.sec7 h3 {
  margin-bottom: 35px;
  padding-top: 25px;
  font-size: 24px;
  color:#337ab7;
}
.sec7 p {
  font-size: 16px;
  line-height: 45px;
}
.sec7 .map {
  position: absolute;
  top: 25px;
  right: 0;
  width: 55%;
  height: 350px;
}
.sec7 .map iframe{
	width:100%;
	height:100%;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .sec7 {
    height: 600px;
  }
  .sec7 h3 {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 20px;
  }
  .sec7 p {
    font-size: 14px;
    line-height: 30px;
  }
  .sec7 .map {
    position: inherit;
    top: 1px;
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .sec7 {
    height: 450px;
  }
  .sec7 h3 {
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 15px;
  }
  .sec7 p {
    font-size: 13px;
    line-height: 20px;
  }
  .sec7 .map {
    position: inherit;
    top: 1px;
    width: 100%;
    height: 260px;
  }
}
/*��ҳ��*/
.child_tit {
  text-align: center;
  margin-top: -25px;
}
.child_tit h2 {
  font-size: 20px;
  color: #0066cc;
  margin: 20px 0;
}
.child_tit h3 {
  margin-bottom: 30px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .child_tit {
    text-align: center;
    margin-top: -15px;
  }
  .child_tit h2 {
    font-size: 16px;
    color: #0066cc;
    margin: 20px 0;
  }
  .child_tit h3 {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .one2 div {
    line-height: 25px;
    font-size: 12px;
  }
}
/*����ҳ*/
.one1 {
  width: 265px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.one1 li {
  margin-right: 15px;
  float: left;
  line-height: 15px;
  border-bottom: 0;
}
.one1 li a {
  background: #06c;
  display: block;
  width: 15px;
  height: 15px;
  color: #fff;
}
/*��������ƪ*/
.one2 {
  margin: 20px 0;
}
.one2 div {
  line-height: 25px;
  font-size: 14px;
}
.one2 div a:hover {
  color: #06c;
}
