﻿.headerTopBg {
  border-bottom: 1px solid #AFCEE0;
  height: 40px;
  line-height: 40px;
  background: url('/static/index/images/headerTopBox_bg.png') repeat-x;
}

.content {
  background-color: #fff;
  padding-top: 20px;
  margin-top:40px;
}

/* 首页第一块开始 */
.one-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 0 30px 40px;
  background-color: #fff;
}

.toutiao {
  height: 119px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 94px;
}

.sy-tt-logo {
  height: 39px;
  width: 83px;
  display: block;
  margin-top: 40px;
  margin-right: 24px;
}

.sy-tt-font {
  display: block;
  height: 119px;
  line-height: 119px;
  font-size: 28px;
  color: #333333;
  width: 824px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.sy-tt-font a {
  font-size: 32px;
  color: #015293;
}

/*首页横幅*/
.hengf>.syhf{
	margin-bottom:25px;
}
.hengf>.syhf:first-child{
	margin-bottom:10px;
}

.lbt {
  width: 646px;
  height: 363px;
  position: relative;
  overflow: hidden;
}

.lbt .hd ul li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #d2d7e0;
  cursor: pointer;
}

.lbt .bd ul li {
  position: relative;
}

.lbt .bd ul li img {
  width: 646px;
  height: 363px;
  display: block;
}

.lbt .bd ul li span {
  position: absolute;
  width: 100%;
  height: 57px;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  display: block;
}

.lbt .bd ul li span a {
  line-height: 57px;
  width: 65%;
  height: 100%;
  float: left;
  color: #ffffff;
  font-size: 18px;
  text-indent: 1.5em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lbt .hd ul {
  position: absolute;
  right: 30px;
  text-align: center;
  bottom: 20px;
  height: 18px;
  z-index: 2;
}

.lbt .hd li.on {
  width: 24px;
  background-color: #ffbf34;
}

.lbt:hover .prev {
  opacity: 1;
}

.lbt:hover .next {
  opacity: 1;
}

.lbt .prev {
  background: url(../Images/left.png) no-repeat center;
  position: absolute;
  left: 10px;
  top: 40%;
  width: 41px;
  height: 41px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}

.lbt .next {
  background: url(../Images/right.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 40%;
  width: 41px;
  height: 41px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}

.gyqs {
  width: 425px;
  height: 364px;
  overflow: hidden;
}

.gyqs .tabs {
  height: 42px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e1e1;
}

.gyqs .tabs li {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}

.gyqs .tabs li a {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 100%;

  color: #333333;
}

.gyqs .tabs li:nth-of-type(1) {
  padding-left: 0;
}

.gyqs .tabs li:last-of-type {
  padding-right: 0;
}

.gyqs .tabs li a:nth-child(1) {
  margin-left: 0;
}

.gyqs .tabs li.on a::after {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2.5px;
  content: '';
  background-color: #4177da;
  left: 0;
  bottom: 0;
}

.gyqs .tabs li.on a {
  color: #4177da;
}

.gyqs .lie {
  margin-top: 12px;
}

/* 首页第一块结束 */

/* 首页第二块开始 */
.two-block {
  height: 144px;
  background-color: #f2fafd;
}

.two-block a {
  float: left;
  width: 196px;
  height: 100%;
  display: block;
  font-size: 18px;
  color: #666666;
  text-align: center;
  padding-top: 29px;
  box-sizing: border-box;
}

.two-block a>img {
  display: block;
  margin: 0 auto 21px;
}

/* 首页第二块结束 */

/* 首页第三块开始 */
.three-block {
  height: 309px;
}

.zcfg-con {
  height: 309px;
  width: 722px;
}

.zcfg {
  width: 722px;
  height: 309px;
  overflow: hidden;
}

.zcfg .tabs {
  height: 42px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e1e1;
}

.zcfg .tabs li {
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}

.zcfg .tabs li a {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 100%;

  color: #333333;
}

.zcfg .tabs li:nth-of-type(1) {
  padding-left: 0;
}

.zcfg .tabs li:last-of-type {
  padding-right: 0;
}

.zcfg .tabs li a:nth-child(1) {
  margin-left: 0;
}

.zcfg .tabs li.on a::after {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2.5px;
  content: '';
  background-color: #4177da;
  left: 0;
  bottom: 0;
}

.zcfg .tabs li.on a {
  color: #4177da;
}

.zcfg .lie {
  margin-top: 12px;
}

.fdzd {
  width: 408px;
  height: 100%;
}

.fdzd>a {
  width: 194px;
  height: 110px;
  display: block;
  float: left;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-top: 14px;
  background-color: #f2fafd;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #4177da;
}

.fdzd>a:nth-of-type(2n) {
  float: right;
}

.fdzd>a>img {
  display: block;
  margin: 0 auto 17px;
}

.fdzd .cgyd {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}

.fdzd .cgyd>img {
  display: inline-block;
  margin: auto;
  margin-right: 14px;
  vertical-align: sub;
}

/* 首页第三块结束 */

/* 首页第四块开始 */
.foru-block {
  height: 120px;
}

.ztzl {
  width: 150px;
  height: 120px;
  background-color: #4177da;
  float: left;
}

.ztzl>a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.ztzl>a img {
  display: block;
  margin: 0 auto 10px;
}

.foru-block>a {
  display: block;
  width: 505px;
  height: 120px;
  float: left;
}

.foru-block>a:nth-of-type(1) {
  margin-right: 20px;
}



/* 首页第四块结束 */

/* 首页第五块开始 */
.five-block {
  height: 416px;
}

.five-block-l {
  width: 722px;
  box-sizing: border-box;
  height: 416px;
  border: 8px;
  padding: 30px 30px 0;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.sy-hdjl {
  width: 408px;
  height: 416px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px 28px 0;
}

.sy-hdjl ul {
  margin-top: 30px;
}

.sy-hdjl li {
  height: 80px;
  width: 348px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.sy-hdjl li a {
  height: 80px;
  width: 348px;
  display: block;
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.sy-hdjl li:nth-of-type(1) {
  background: url('../Images/sy-hdjl1.png') no-repeat center;
}

.sy-hdjl li:nth-of-type(2) {
  background: url('../Images/sy-hdjl2.png') no-repeat center;
}

.sy-hdjl li:nth-of-type(3) {
  background: url('../Images/sy-hdjl3.png') no-repeat center;
}

/* 首页第五块结束 */

/* 首页第六块开始 */
.sy-ztzl-title {
  height: 24px;
  width: 100%;
  text-align: center;
  background: url('../images/sy-ztzl-title.png') no-repeat center;
}

.sy-ztzl-title a {
  font-size: 24px;
  color: #4177d8;
  line-height: 24px;
  font-weight: bold;
}


.ztzl_con {
  width: 1200px;
  height: 214px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.ztzl_con li {
  height: 214px;
  margin-right: 14px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.ztzl_con li a:nth-of-type(1) {
  box-sizing: border-box;
  display: block;
  width: 290px;
  height: 158px;
  border: 5px solid #f4faff;
}

.ztzl_con li a:nth-of-type(2) {
  display: block;
  width: 290px;
  color: #333333;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ztzl_con li img {
  width: 280px;
  height: 148px;
}

.ztzl_con li:hover a:nth-of-type(1) {
  border: 5px solid #4177d8;
}

.ztzl_con li:hover a:nth-of-type(2) {
  color: #4177d8;
}

.ztzl_con .prev {
  position: absolute;
  left: 5px;
  top: 38%;
  height: 38px;
  width: 25px;
  z-index: 2;
  background: url(../Images/ztzl_left.png) no-repeat center;
  transform: translate(0, -50%);
}

.ztzl_con .next {
  position: absolute;
  display: block;
  height: 38px;
  width: 25px;
  right: 3px;
  z-index: 2;
  top: 38%;
  background: url(../Images/ztzl_right.png) no-repeat center;
  transform: translate(0, -50%);
}

/* 首页第六块结束 */