body,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Simsun, SimHei, Arial;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #2c528c
}

/* flex布局 */
.flex {
  display: flex;
}

.flexOne {
  display: flex;
  justify-content: space-between;
}

.flexTow {
  display: flex;
  flex: 1;
}

.flexThree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexFour {
  display: flex;
  flex-wrap: wrap;
}

/* 文字超出隐藏 */
.font {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

/*以上为公共调用*/

.main {
  width: 100%;
  background: #fff;
}

.Top {
  width: 100%;
  background: #ebebeb;
}

.top {
  width: 1129px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 10px;
}

.list {
  position: relative;
  padding-left: 10px;
  margin-right: 25px;
}

.list:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #666;
  border-bottom: 4px solid transparent;
}

.top-right-list {
  position: relative;
  padding-right: 10px;
}

.top-icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 3px;
  background-image: url(../img/top_icon.png);
  transition-duration: .5s;
}

.top-right-list:hover .top-icon {
  background-position: 0 -30px;
  transition-duration: .5s;
}

.background {
  position: relative;
  width: 100%;
}

.home {
  position: absolute;
  top: 45px;
  right: 300px;
  cursor: pointer;
}

.middle {
  width: 100%;
}

.content {
  width: 1129px;
  margin: 0 auto;
}

.specialArea {
  width: 100%;
  margin-top: 60px;
}

.specialAreaTop {
  width: 145px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.specialAreaButton {
  width: 100%;
  height: 210px;
}

.specialAreaButtonMiddle {
  position: relative;
  width: 1092px;
  overflow: hidden;
  margin: 0 auto;
}

.specialAreaButtonImg {
  position: absolute;
  width: 300%;
  transition: .5s;
}

.specialAreaButtonImg img {
  margin: 0 5px;
}

.specialAreaButtonLeft {
  width: 14px;
  height: 39px;
  margin-top: 85.5px;
  cursor: pointer;
}

.work {
  width: 100%;
  margin-top: 100px;
  padding-left: 10px;
}

.workButton {
  width: 100%;
}

.workButtonLeft {
  width: 46%;
  margin-top: 20px;
}

.workButtonLeftIcon {
  position: relative;
  width: 19px;
  height: 405px;
  padding-right: 10px;
}

.workButtonLeftContent {
  padding-top: 20px;
}

.workButtonLeftContentitem {
  width: 480px;
  border-bottom: 2px dashed #666;
  margin-top: 15px;
}

.workButtonLeftContentitemData {
  position: relative;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgb(57, 128, 250);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 20px;
}

.workButtonLeftContentitemData:before {
  background: rgb(57, 128, 250);
  content: "";
  position: absolute;
  left: -48px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.workButtonLeftContentitemTxt {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  padding-right: 92px;
}

.workButtonLeftContentitemData:hover:before {
  background-color: rgb(255, 174, 0);
}

.workButtonLeftContentitemData:hover {
  background: rgb(255, 174, 0);
}

.workButtonReght {
  position: relative;
  width: 577px;
  margin-top: 30px;
}

.workButtonReghtTop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 405px;
}

.workButtonReghtTopImg {
  position: absolute;
  width: 2308px;
  transition: .5s;
}

.workButtonReghtBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: rgb(57, 128, 250);
  color: #fff;
  font-weight: 600;
  padding: 0 40px;
}

.workButtonReghtBoxDot {
  height: 31px;
}

.Dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  margin-top: 10.5px;
  margin-right: 5px;
}

.DotSelect {
  width: 15px;
  height: 15px;
  margin-top: 8px;
}

.policy {
  width: 100%;
  margin-top: 100px;
  padding-left: 10px;
}

.policyButton {
  width: 100%;
  height: auto;
}

.policyButtonLeft {
  width: 100%;
}

.policyButtonLeft img {
  height: 70px;
  margin-top: 25px;
  cursor: pointer;
}

/* .policyButtonRight {
  width: 50%;
  padding: 0 50px;
}

.policyButtonRight ul {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: -8px;
  list-style: none;
}

.policyButtonRightTxt {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 67px;
  border-bottom: 2px dashed #666;
  box-sizing: border-box;
}

.status-point {
  background: rgb(57, 128, 250);
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.policyMore {
  text-align: right;
  margin-right: 50px;
  margin-top: 10px;
  font-size: 12px;
  color: rgb(57, 128, 250);
  cursor: pointer;
} */

.contents {
  width: 100%;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 50px;
}

.contentsButton {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(57, 128, 250);
  height: 76px;
}

.contentsButtonItem {
  width: 200px;
}

.contentsButtonItem span {
  padding-left: 20px;
  line-height: 76px;
}

.contentsButtonItem span a {
  color: rgb(57, 128, 250);
}

.information {
  width: 100%;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 50px;
}

.informationButtonimg {
  width: 100px;
  margin: 45px 25px 0 25px;
  text-align: center;
}

.informationButtonimgTxt {
  color: #666;
  font-size: 14px;
  font-family: 微软雅黑;
  font-weight: bold;

}

.interaction {
  width: 100%;
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 50px;
}

.interactionButton {
  width: 100%;
  margin-top: 30px;
  padding: 0 60px;
}

.interactionButtonItem {
  height: 40px;
  line-height: 40px;
}

.interactionButtonItemTxt {
  padding-left: 20px;
}

.buttom {
  width: 100%;
  margin-top: 10px;
}

.buttomItem {
  width: 100%;
  margin-bottom: -4px;
}

/*list*/
/* .content{
    width: 100%;
}*/
.contentCurrent {
  width: 100%;
  margin: 40px 0;
}

.contenttitle {
  position: relative;
  width: 100%;
}

.contentRight {
  position: absolute;
  top: 13px;
  right: 40px;
}

.contentRightButton {
  width: 162px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  background: #fff;
  color: rgb(74, 130, 255);
  font-size: 20px;
  padding-left: 25px;
  cursor: pointer;
}

.contentText {
  width: 100%;
}

.contentTextItem {
  position: relative;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px dashed #666;
  padding-left: 70px;
  padding-right: 20px;
}

.contentTextItemLeft {
  flex: 1;
  padding-right: 10%;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.contentTextItemLeft:before {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  content: "";
  background: #666;
  border-radius: 100%;
}

.contentTextItemLeft a {
  box-sizing: border-box;
  line-height: 60px;
}

/* .contentTextItemLeft a:visited{
    width: 50%;
    padding-right: 171px;
    box-sizing: border-box;
    line-height: 60px;
}
.contentTextItemLeft a:active{
    width: 50%;
    padding-right: 171px;
    box-sizing: border-box;
    line-height: 60px;
} */
.buttom {
  width: 100%;
  margin-top: 100px;
}

/*pagediv*/
.pagediv {
  padding: 20px 0;
  font-size: 14px;
  color: #555;
  line-height: 28px;
  text-align: center;
  clear: both;
}

.pagediv li {
  display: inline-block;
}

.pagediv .arrow a {
  color: #555;
}

.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
  display: inline-block;
  padding: 0 10px;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
}

.pagediv #page_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
}

.pagediv .total_count,
.pagediv .arrow a,
.page_jump a {
  transition: all .2s;
  -webkit-transition: all .2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}

.pagediv .arrow span {
  background: #f5f5f5;
  color: #999;
}

.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current {
  background: #5d7ea9;
  border-color: #5d7ea9;
  color: #fff;
  text-decoration: none;
}

.pagediv .arrow .current {
  font-weight: bold;
}

.page_jump {
  margin-left: 4px;
}

.page_jump a {
  margin-left: 6px;
}