﻿@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(50px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
#click-tabs-color li {
	/* z-index: 101; */
	position: relative;
}

#click-tabs-color li:hover .border_dus {
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
	animation-name: litoping;
}

@keyframes litoping {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 0.6;
      }
}
.tabs-title-ops {
	opacity: 0.6;
}
.tabs-title-ops a{
	color: #ffffff;
}

.list-title-more, .btFeed {
	cursor: pointer;
}

.details-list-title .list-title-more:hover {
	color: #1170ee;
}

.big {
	width: 162px;
	height: 70px;
	background: linear-gradient(146deg, rgba(255, 193, 193, 0.6) 0%,
		rgba(255, 142, 142, 0.6) 100%);
	overflow: hidden;
	position: relative;
}

.icon_box {
	width: 212px;
	position: absolute;
	left: -50px;
	bottom: 0;
}

.icon_box img {
	float: left;
}

.big:hover .icon_box {
	animation-fill-mode: forwards;
	animation-name: colora;
	animation-duration: 1s;
}

@keyframes colora {
        0% {
          left: -50px;
        }
    
        100% {
          left: 118px;
        }
      }
.icon_box img:nth-child(1) {
	float: left;
}

.icon_box img:nth-child(2) {
	float: right;
}

.tabs-title-ops:hover {
	opacity: 1;
	font-weight: bold;
}

.border_mrad {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0px;
	opacity: 0.6;
	background: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.border_rad {
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0px;
	opacity: 0.6;
	background: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.border_dus {
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0px;
	opacity: 0;
	background: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.footer-center {
	width: 80%;
	margin: 0 auto;
	border:0px solid red;
}

.city-map-name {
	font-size: 12px;
	font-family: "PingFangSC-Semibold,PingFang SC";
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 14px;
}

.yan-liang-city {
	position: absolute;
	top: 159px;
	right: 146px;
}

.lin-tong-city {
	position: absolute;
	top: 221px;
	right: 143px;
}

.lan-tian-city {
	position: absolute;
	top: 290px;
	right: 123px;
}

.gao-ling-city {
	position: absolute;
	top: 194px;
	right: 193px;
}

.ba-qiao-city {
	position: absolute;
	top: 244px;
	right: 174px;
}

.yan-ta-city {
	position: absolute;
	top: 260px;
	right: 237px;
}

.chang-an-city {
	position: absolute;
	top: 299px;
	right: 213px;
}

.hu-xian-city {
	position: absolute;
	top: 308px;
	right: 297px;
}

.zhou-zhi-city {
	position: absolute;
	top: 321px;
	right: 383px;
}

#a-color-heigh {
	color: #5a97ff;
	text-decoration: none;
}

.header-tabs a {
	color: #ffffff;
}

a:hover, a:visited, a:link, a:active {
	/* color: #FFFFFF; */
	text-decoration: none;
}

/* .details-list-li a:hover, a:visited, a:link, a:active {
                   color: #5A97FF;
                   text-decoration: none;
               } */
/* 普通轮播 */
#main {
	height: 100%;
}

.outer {
	height: 470px;
	width: 590px;
	margin: 50px auto;
	position: relative;
}

/*轮播图片集合处理:
                 1.将其设置为脱离文档流
                 2.设置距顶部和左侧都为0
                 */
.img li {
	position: absolute;
	top: 0;
	left: 0;
}

/*顺序按钮区域处理：
                 1.设置脱离文档流
                 2.通过设置text-align、width使其整体水平居中
                 3.设置距离底部20px
                 */
.num {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
}

.num li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: darkgray;
	color: white;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	margin: 0 20px;
}

.outer:hover .btn {
	display: inline-block;
	cursor: pointer;
}

.current {
	background-color: red !important;
}

.map-box {
	width: 585px;
	height: 437px;
}

.echars-list {
	width: 210px;
	height: 203px;
	background: rgba(244, 249, 255, 1);
	border-radius: 2px;
	border: 1px solid rgba(188, 203, 219, 1);
	position: absolute;
	left: 0;
	top: 100px;
}

.echars-list-one ul li {
	float: left;
}

.echars-list-one ul li:nth-child(1) {
	width: 11px;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 6px;
	height: 11px;
	background: linear-gradient(180deg, rgba(255, 143, 143, 1) 0%,
		rgba(255, 134, 134, 1) 100%);
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 1);
}

.echars-list-one ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
	margin-top: 14px;
	margin-right: 58px;
}

.echars-list-one ul li:nth-child(3) {
	font-size: 12px;
	font-family: "MicrosoftYaHei";
	color: rgba(85, 85, 85, 1);
	line-height: 16px;
	margin-top: 18px;
	float: right;
	margin-right: 10px;
}

.echars-list-two {
	margin-top: 50px;
	font-size: 14px;
	padding-left: 10px;
	font-family: "MicrosoftYaHei";
	color: rgba(85, 85, 85, 1);
	line-height: 20px;
}

.echars-list-two p {
	margin-top: 10px;
}

.echars-list-two p span {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold", "MicrosoftYaHei";
	font-weight: bold;
	color: rgba(85, 85, 85, 1);
	line-height: 20px;
	float: right;
	margin-right: 10px;
}

.echars-list-three {
	position: absolute;
	right: 20px;
	top: 128px;
}

.echars-list-three ul li {
	widows: 78px;
	height: 23px;
	padding: 3px;
	line-height: 23px;
}

.echars-list-three ul li:nth-child(1) {
	background: rgba(244, 249, 255, 1);
	border-radius: 1px;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: "MicrosoftYaHei";
	color: rgba(85, 85, 85, 1);
}

.echars-list-three ul li:nth-child(2) {
	background: linear-gradient(180deg, rgba(255, 143, 143, 1) 0%,
		rgba(255, 134, 134, 1) 100%);
	border-radius: 1px;
	border: 1px solid rgba(255, 255, 255, 1);
	font-size: 11px;
	font-family: "MicrosoftYaHei";
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 1);
}

.echars-list-three ul li:nth-child(3) {
	background: rgba(244, 249, 255, 1);
	border-radius: 1px;
	font-size: 11px;
	font-family: "MicrosoftYaHei";
	color: rgba(85, 85, 85, 1);
}

.echars-tabs ul {
	border: 1px solid rgba(204, 204, 204, 1);
	position: absolute;
	left: 0px;
	top: 42px;
}

.echars-tabs ul li {
	text-align: center;
	line-height: 34px;
	float: left;
	width: 80px;
	height: 34px;
	background: #ffffff;
	color: #333333;
}
/* .echars-tabs ul li:hover {
               border-right: 1px solid rgba(204, 204, 204, 1);
               background: #5a97ff;
               color: #ffffff;
             } */
#tabs-color-ids .echars-tabs-liop {
	border-right: 1px solid rgba(204, 204, 204, 1);
	background: #5a97ff;
	color: #ffffff;
}

.echars-tabs ul li:nth-child(2) {
	border-right: 1px solid rgba(204, 204, 204, 1);
}

.echars-right-tabs ul {
	border: 1px solid rgba(204, 204, 204, 1);
	position: absolute;
	left: 0px;
	top: 42px;
}

.echars-right-tabs ul li {
	text-align: center;
	line-height: 34px;
	float: left;
	width: 80px;
	height: 34px;
	background: #ffffff;
	color: #333333;
}

/* .echars-right-tabs ul li:nth-child(1) {
         border-right: 1px solid rgba(204, 204, 204, 1);
         background: #5a97ff;
         color: #ffffff;
       } */
#right-tabs-ips .echars-tabs-liops {
	border-right: 1px solid rgba(204, 204, 204, 1);
	background: #5a97ff;
	color: #ffffff;
}

.echars-right-tabs ul li:nth-child(2) {
	border-right: 1px solid rgba(204, 204, 204, 1);
}

/* 多图无缝轮播 */
.content-herf-content {
	width: 1190px;
	height: 119px;
	/* margin: 160px auto; */
	overflow: hidden;
	position: relative;
}

.content-herf-content ul li {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.picBox2 {
	margin: 0px;
	padding: 0px;
	/*list-style: none;*/
	width: 3190px;
	height: 119px;
}
.picBox12 {
	margin: 0px;
	padding: 0px;
	/*list-style: none;*/
	width: 1790px;
	height: 119px;
	border:1px solid red;
}


.picDiv {
	width: 230px;
	height: 64px;
	background: yellow;
	overflow: hidden;
}
/*此处很关键，在实现无疑轮播时这个宽度一定要比显示图片数量+1的宽度宽*/
.picBox2:hover {
	cursor: pointer;
}

.picDiv img {
	width: 230px;
	height: 64px;
	float: left;
	transition: all 1s;
}

.picDiv img:hover {
	transform: scale(1.1);
}

.picBox2 img {
	width: 230px;
	height: 64px;
}

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "Microsoft Yahei";
}

.transaction-div {
	width: 100%;
	height: 100%;
}

.transaction-header {
	width: 100%;
	height: 134px;
	background-image: url(img_back.png);
}

.transaction-content {
	width: 1190px;
	/* height: 1305px; */
	margin: auto;
	/* border: 1px solid #e3e3e3; */
	margin-top: 14px;
	margin-bottom: 20px;
	min-height: 782px;
}

.transaction-footer {
	width:100%;
	background: #646464;
}

.content-env {
	width: 100%;
	height: 145px;
	float: left;
	margin: 0px 0px 20px 0px;
}

/* #css-opacity {
               z-index: 10;
             } */
.content-env ul li {
	float: left;
	overflow: hidden;
	position: relative;
}

.content-env ul li:nth-child(1) {
	width: 162px;
	height: 70px;
	background: linear-gradient(146deg, rgba(255, 193, 193, 0.6) 0%,
		rgba(255, 142, 142, 0.6) 100%);
	margin-right: 9px;
}

.content-env ul li:nth-child(2) {
	width: 162px;
	height: 70px;
	background: linear-gradient(145deg, rgba(176, 222, 255, 0.5) 0%,
		rgba(125, 183, 255, 0.5) 100%);
	margin-right: 9px;
}

.content-env ul li:nth-child(3) {
	width: 162px;
	height: 70px;
	background: linear-gradient(149deg, rgba(255, 222, 179, 0.5) 0%,
		rgba(255, 186, 124, 0.5) 100%);
	margin-right: 9px;
}

.content-env ul li:nth-child(4) {
	width: 162px;
	height: 70px;
	margin-right: 9px;
	background: linear-gradient(145deg, rgba(176, 240, 239, 0.5) 0%,
		rgba(120, 221, 219, 0.5) 100%);
}

.content-env ul li:nth-child(5) {
	width: 162px;
	height: 70px;
	background: linear-gradient(146deg, rgba(230, 192, 255, 0.5) 0%,
		rgba(200, 140, 255, 0.5) 100%);
	margin-right: 9px;
}

.content-env ul li:nth-child(6) {
	width: 162px;
	height: 70px;
	background: linear-gradient(146deg, rgba(227, 255, 192, 0.6) 0%,
		rgba(167, 230, 74, 0.6) 100%);
	margin-right: 9px;
}

.content-env ul li:nth-child(7) {
	width: 162px;
	height: 70px;
	background: linear-gradient(155deg, rgba(255, 245, 194, 0.7) 0%,
		rgba(255, 222, 143, 0.7) 100%);
}

/* .content-env dl dt {
               float: right;
               width: 44px;
               height: 44px;
               margin-top: 26px;
             } */
.content-env dl dd {
	z-index: 10;
	width: 77px;
	height: 44px;
	padding-top: 13px;
	padding-left: 20px;
}

.content-env ul li:nth-child(1) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: #a93838;
	line-height: 22px;
}

.content-env ul li:nth-child(2) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(44, 93, 154, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(3) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(155, 97, 40, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(4) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(37, 122, 115, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(5) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(123, 74, 171, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(6) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(86, 160, 48, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(7) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(128, 109, 46, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(8) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(44, 93, 154, 1);
	line-height: 22px;
}

.content-env ul li:nth-child(9) dl dd {
	font-size: 16px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(44, 93, 154, 1);
	line-height: 22px;
}

.content-details {
	width: 100%;
	height: 280px;
	margin-bottom: 20px;
	float: left;
}

.content-details-noface {
	width: 390px;
	height: 280px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}

/* .boface-animation {
               width: 390px;
               height: 280px;

             } */

/* .boface-animation:hover {
               transform: scale(1.1);
             } */
.boface-animation-back {
	width: 390px;
	height: 280px;
	background-image:
		url("./no_face/img_不见面开标背景.png");
	background-size: 390px 280px;
	transition: all 1s;
	position: relative;
	overflow: hidden;
}

.boface-animation-back:hover {
	transform: scale(1.1);
}

.details-noface-op {
	width: 100%;
	height: 56px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 500;
	bottom: 0;
}

.details-noface-op dl {
	width: 160px;
	float: left;
}

.details-noface-op dl dt {
	float: left;
}

.details-noface-op dl dt img {
	width: 28px;
	height: 28px;
	margin: 14px 10px 0px 20px;
}

.details-noface-op dl dd {
	font-size: 20px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	padding-top: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
}

#details-noface-in {
	float: right;
	font-size: 16px;
	font-family: "MicrosoftYaHei";
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
	height: 100%;
	display: flex;
	align-items: center;
}
.enterBtn:hover{
	left: 0;
}
#details-noface-in img {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	display: block;
	float: right;
	margin-right: 10px;
}

.swiperWrap {
      float: left;
      width: 390px;
      height: 280px
    }
.swiperWrap img {
        width: 100%;
        height: 100%;
      }

.swiper-black {
	width: 380px;
	font-size: 16px;
	font-family: "MicrosoftYaHei";
	padding-left: 10px;
	line-height: 56px;
	color: rgba(255, 255, 255, 1);
	z-index: 1000;
	height: 56px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	important;
}
.swiper-black .title {
        width: 280px;
        height: 56px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        important;
      }

.slide_container .tempWrap {width:390px!important;}

.content-details-list {
	padding-left: 10px;
	padding-right: 10px;
	/* width: 379px; */
	width: 768px;
 	height: 280px;
	border-top: 1px solid #d1e0f1;
	border-bottom: 1px solid #d1e0f1;
	border-right: 1px solid #d1e0f1;
	float: left;
}

.details-list-title {
	height: 39px;
	width: 100%;
	border-bottom: 1px solid #555555;
}

.details-list-title ul li {
	float: left;
}

.details-list-title ul li:nth-child(1) {
	width: 4px;
	height: 16px;
	margin-top: 16px;
	margin-right: 10px;
	background: rgba(90, 151, 255, 1);
}

.details-list-title ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	margin-top: 11px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.details-list-title ul li:nth-child(3) {
	font-size: 16px;
	margin-top: 15px;
	/* margin-left: 234px; */
        margin-left: 625px;
	font-family: "MicrosoftYaHei";
	color: rgba(68, 68, 68, 1);
	line-height: 16px;
}

.details-list-title ul li a {
	font-family: "MicrosoftYaHei";
	color: rgba(68, 68, 68, 1);
}
.details-list-title ul li a:hover {
	color: #5A97FF;
}

.details-list-title ul li:nth-child(4) {
	float: right;
}

.details-list-title ul li:nth-child(4) img {
	width: 20px;
	height: 20px;
	margin-top: 13px;
}

.details-list-li {
	width: 100%;
	height: 228px;
	margin-top: 12px;
}


.details-list-li strong {
	float: left;
	width: 4px;
	height: 4px;
	margin-right: 6px;
}

.details-list-li ul li {
	width: 100% -6px;
	height: 38px;
	font-size: 16px;
	font-family: "MicrosoftYaHei";
	line-height: 38px;
	/* margin-left: 6px; */
}

.details-list-li ul li a{
	 color: rgb(68, 68, 68);
	 float: left;
  /* width: 270px; */
  width: 640px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.details-list-li ul li span {
	float: right;
}

.details-list-li ul li:nth-of-type(odd) {
	background: #f5f5f5;
}


.content-show {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	height: 120px;
}

.content-show img:hover {
	opacity: 0.8;
}

.content-goin {
	width: 100%;
	height: 139px;
	float: left;
}

.goin-window {
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #555555;
}

.goin-window ul li {
	float: left;
}

.goin-window ul li:nth-child(1) {
	width: 4px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
	background: rgba(90, 151, 255, 1);
}

.goin-window ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.content-echars-left {
	width: 585px;
	height: 467px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.content-echars-right {
	width: 585px;
	height: 467px;
	float: left;
	position: relative;
}

/* 22222222 */
.echars-left-title {
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #555555;
}

.echars-left-title ul li {
	float: left;
}

.echars-left-title ul li:nth-child(1) {
	width: 4px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
	background: rgba(90, 151, 255, 1);
}

.echars-left-title ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.echars-right-title {
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #555555;
}

.echars-right-title ul li {
	float: left;
}

.echars-right-title ul li:nth-child(1) {
	width: 4px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
	background: rgba(90, 151, 255, 1);
}

.echars-right-title ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.content-herf-title {
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #555555;
}

.content-herf-title ul li {
	float: left;
}

.content-herf-title ul li:nth-child(1) {
	width: 4px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
	background: rgba(90, 151, 255, 1);
}

.content-herf-title ul li:nth-child(2) {
	font-size: 18px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}



/* ////// */
.goin-window-box ul li {
	float: left;
	width: 222px;
	height: 70px;
	position: relative;
	background-size: 100% 100%;
}
.goin-window-box ul li p{
	color:#ffffff;
}

.hioOne, .hioTwo, .hioThree, .hioFore, .hioFive {
	width: 222px;
	height: 70px;
	position: absolute;
	background: rgba(90, 151, 255, 0.6);
	display: none;
	opacity: 0.6;
}

.goin-window-box ul li:nth-child(1) {
	background-image: url(./main/block1.png);
	margin-right: 20px;
	margin-top: 20px;
}

.goin-window-box ul li:nth-child(2) {
	background-image: url(./main/block2.png);
	margin-right: 20px;
	margin-top: 20px;
}

.goin-window-box ul li:nth-child(3) {
	background-image: url(./main/block3.png);
	margin-right: 20px;
	margin-top: 20px;
}

.goin-window-box ul li:nth-child(4) {
	background-image: url(./main/block4.png);
	margin-right: 20px;
	margin-top: 20px;
}

.goin-window-box ul li:nth-child(5) {
	background-image: url(./main/block5.png);
	margin-top: 20px;
}

.goin-window-box ul:nth-child(1) li dl dt {
	float: right;
	margin-right: 20px;
}

.goin-window-box ul:nth-child(1) li dl dd p:nth-child(1) {
	font-size: 20px;
	font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
}

.goin-window-box ul:nth-child(1) li dl dd p:nth-child(2) {
	font-size: 12px;
	margin-left: 20px;
	font-family: "ArialMT";
	color: rgba(255, 255, 255);
	line-height: 20px;
}

.content-echars {
	width: 100%;
	height: 467px;
	float: left;
	margin-bottom: 20px;
}

.content-herf {
	width: 100%;
	height: 119px;
	float: left;
}

.header-content {
	width: 1190px;
	height: 100%;
	margin: 0 auto;
}

.header-content-logo {
	float: left;
	width: 585px;
	border:0px solid #ddd;
}

.header-content-logo dl{
		padding: 18px 0!important;
		margin: 0!important;
	}

.header-content-logo dl dt {
	float: left;
	/* margin-left: 365px; */
	margin-right: 10px;
}

.header-content-logo dl dt img {
	width: 80px;
	height: 80px;
}

.header-content-logo dl dd p{
		text-align: left!important;
}

.header-content-logo dl dd p:nth-child(1) {
	text-align:center;
	font-size: 23px;
	font-family: "MicrosoftYaHei-Bold, MicrosoftYaHei";
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	letter-spacing: 2px;
}

.header-content-logo dl dd p:nth-child(2) {
	text-align:center;
	font-size: 23px;
	font-family: "MicrosoftYaHei-Bold, MicrosoftYaHei";
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 3px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}


.header-content-logo dl dd p:nth-child(3) {
	text-align:center;
	font-size: 23px;
	font-family: "MicrosoftYaHei-Bold, MicrosoftYaHei";
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-top: 3px;
	line-height: 20px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

.header-content-logo dl dd p:nth-child(4) {
	text-align:center;
	font-size: 14px;
	margin-top: 6px;
	font-family: "ArialMT";
	color: rgba(255, 255, 255, 1);
	line-height: 16px;
}

#word-little {
	display: inline-block;
	width: 202px;
}

.header-tabs-font {
	padding: 0px 5px 0px 5px;
}

.header-content-tabs {
	width: 585px;
	height: 100%;
	float: right;
	text-align:right;
	border:0px solid #ddd;
}

.header-tabs {
	width: 100%;
	float: right;
	height: 86px;
	border:0px solid #ddd;
}

.header-tabs ul {
	
}

.header-tabs ul li {
	border:0px solid #ddd;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 86px;
	font-family: "MicrosoftYaHei-Bold", "MicrosoftYaHei";
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 110px;
	text-align: center;
}

#margin-eroe {
	width: 100px;
}

.header-tabs-title {
	font-size: 14px;
	font-family: "MicrosoftYaHei-Bold", "MicrosoftYaHei";
	color: rgba(255, 255, 255, 1);
	line-height: 14px;
	padding-top: 20px;
	float: right;
}

.transaction-footer dl {
	margin-left: 228px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.transaction-footer dl dt {
	float: right;
	width: 30%;
	margin-right: 128px;
}

.footer-img-safety {
	margin-left: 45px;
	margin-top: 8px;
}

.footer-img-search {
	width: 110px;
	height: 55px;
	display: block;
	margin-top: 14px;
	float: left;
}

.transaction-footer dl dd {
	width: 50%;
	font-size: 14px;
	font-family: "MicrosoftYaHei";
	color: rgba(255, 255, 255, 1);
	line-height: 26px;
}

#all-time {
	color: rgba(255, 255, 255, 1);
	background: rgba(90, 151, 255, 1);
	border-radius: 2px;
}

.main-content {
	width: 970px;
	height: 490px;
	margin-top: 15px;
	margin-left: 6px;
	border-top: 1px solid #ececec;
}

#tabs-heigh {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	position: relative;
	overflow: hidden;
}

#list-color li:nth-of-type(odd) {
	background: #f5f5f5;
}

#list-color-time li:nth-of-type(odd) {
	background: #f5f5f5;
}

.header-title-list {
	padding: 0px 20px 0 20px;
	opacity: 0.6;
}
.head-title-tabs{
      width: 1190px;
      height: 20px;
      padding: 10px 0px 10px 0px;
      font-size:14px;
      font-family:"PingFangSC-Regular","PingFang SC";
      font-weight:400;
      color:rgba(153,153,153,1);
      line-height:20px;
}
.head-title-tabs ul li a{
      color:#666666
}
.head-title-tabs ul li a:hover{
     color: #5A97FF;
}
.hrfoot p{
      color:#666666
}
.hrfoot a{
      color:#666666
}
.hrfoot a:hover{
     color: #5A97FF;
}

.header-tabs-title p {
	font-size: 14px;
	font-family: "PingFangSC-Regular", "PingFang SC";
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
}

#tabs-change{
      color: #999999;
    }
#tabs-change li{
  padding: 0px 5px 0px 0px;
  float: left;
}
#tabs-change li a{
  text-decoration: none;
  color: rgba(153, 153, 153, 1);
}

.hoverOne dl, .hoverTwo dl, .hoverThree dl, .hoverFore dl, .hoverFive dl
	{
	position: relative;
}

.content-main {
    width: 1190px;
    border-radius: 2px;
    border: 1px solid rgba(227, 227, 227, 1);
}

.content-title {
    font-size: 24px;
    text-align:center;
    font-family: "PingFangSC-Semibold, PingFang SC";
    margin-top: 20px;
    font-weight: 600;
    color: rgba(68, 68, 68, 1);
    line-height: 24px;
}

.content-time {
	text-align:center!important;
    width: 990px;
    height: 32px;
    background: rgba(241, 242, 246, 1);
    border-radius: 2px;
    font-size: 12px;
    font-family: "PingFangSC-Regular,PingFang SC";
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 32px;
    margin: 0 auto;
	margin-top:10px;
}

.content-main-words{
	padding-left:100px;
	padding-right:100px;
}

.content-main-words p{
	text-indent:28px;
	font-size: 16px;
	line-height:29px;
}

.content-main-words table{
	border-collapse:collapse;
	margin:auto auto;
}














.new-box{
        width:36px;
        height:18px;
        margin-left: 10px;
    }
    .ion-search{
        position: absolute;
        left:10px;
        width:14px;
        height: 14px;
    }
    * {
      padding: 0;
      margin: 0;
      list-style-type: none;
      font-family: "Microsoft Yahei","MicrosoftYaHei-Bold";
    }


#tabs-change {
	color: #999999;
}

#tabs-change li {
	padding: 0px 5px 0px 0px;
	float: left;
}

#tabs-change li a {
	text-decoration: none;
	color: rgba(153, 153, 153, 1);
}

.content-box {
	margin: 0 auto;
}

#content-block-click .all-time {
	color: #FFFFFF;
	background: #5A97FF;
	border-radius: 2px;
}

#content-right-onclick .all-time-box {
	color: #FFFFFF;
	background: #5A97FF;
	border-radius: 2px;
}

.content-box-left {
	width: 190px;
	height: 700px;
	float: left;
	border-left: 2px solid #eeeeee;
	border-right: 2px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-radius: 2px;
}

.content-box-left ul li a{
	cursor: pointer;
	font-size: 16px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	height: 50px;
	line-height: 50px;
	padding-left: 22px;
}

.content-box-right {
	width: 990px;
	height: 700px;
	float: right;
	border: 1px solid #E3E3E3;
}

#right-title {
	font-size: 18px;
	font-family: 'MicrosoftYaHei-Bold', 'MicrosoftYaHei';
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin: 14px 0px 0px 10px;
	padding-left: 10px;
	border-left: 4px solid #5A97FF;
}

.content-box-search {
	float: right;
	display: block;
	margin: -4px 10px 0px 0px;
}

.content-search-input {
	width: 246px;
	height: 33px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(210, 210, 210, 1);
	font-size: 14px;
	padding-left: 10px;
	border-right: none;
	font-family: 'PingFangSC-Regular', 'PingFang SC';
	font-weight: 400;
	color: #444444;
	line-height: 14px;
}

.content-search-btn {
	cursor: pointer;
	width: 74px;
	height: 33.5px;
	background: rgba(90, 151, 255, 1);
	font-size: 14px;
	padding-left: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 14px;
	border: 1px solid #5a97ff;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	outline: none;
	position: relative;
	margin-left: -6px;
}

.content-search-btn:hover {
	background: rgba(90, 151, 255, 0.8);
}

.main-content {
	width: 970px;
	height: 490px;
	margin-top: 15px;
	margin-left: 10px;
	border-top: 1px solid #ececec;
}

.main-content-block {
	width: 100%;
	height: 136px;
	font-size: 14px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.content-block-left {
	color: rgba(51, 51, 51, 1);
	float: left;
	padding: 20px 6px 0px 10px;
}

.content-block-right {
	width: 872px;
	float: left;
	padding: 20px 0px 10px 12px;
}

.content-block-right ul li {
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	padding: 3px 16px 3px 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: rgba(245, 245, 245, 1);
	border-radius: 2px;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.content-block-lefttwo {
	color: rgba(51, 51, 51, 1);
	float: left;
	padding: 3px 6px 0px 10px;
}

.content-block-righttwo {
	width: 872px;
	float: left;
	padding: 0px 0px 20px 12px;
}

.content-block-righttwo ul li {
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	padding: 3px 16px 3px 16px;
	margin-right: 10px;
	background: rgba(245, 245, 245, 1);
	color: rgba(51, 51, 51, 1);
	border-radius: 2px;
	line-height: 20px;
}

.main-content-inline {
	width: 970px;
	height: 490px;
	float: left;
	position: relative;
	font-size: 16px;
}

.content-inline-left ul li strong {
	width: 4px;
	height: 4px;
	margin-right: 10px;
}

#list-info {
	color: #444444;
}

.content-inline-left {
	width: 100%;
	float: left;
	color: #444444;
}

.content-inline-left ul li {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	padding-left: 10px;
	width: 960px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
}

.tabs-heigh {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	position: relative;
	overflow: hidden;
}

#list-color li a:nth-of-type(odd) {
	background: #f5f5f5;
}

#list-color li span {
	float: right;
	padding-right: 10px;
}

#list-color li a{
	color: #444;
}

#list-color li:hover, #list-color li a:hover {
	color: #1170EE;
}

#list-color-time li:nth-of-type(odd) {
	background: #f5f5f5;
}

.header-title-list {
	padding: 0px 20px 0 20px;
	opacity: 0.6;
}

.header-tabs-title p {
	font-size: 14px;
	font-family: 'MicrosoftYaHei', 'MicrosoftYaHei-Bold';
	color: #ffffff;
	line-height: 14px;
}

#a1, #a2, #a3, #a4, #a5, #a6, #a7 {
	color: #444444;
}

#a3 a {
	color: #444444;
}
#content-block-click li:hover,#content-right-onclick li:hover{
      background-color:#5A97FF;
      color:#FFFFFF ;
    }
#home-click-tabs li a{
      color: #666666;
}
#home-click-tabs li a:hover{
  color: #1170EE;
}
.left-box-first a{
	color: #1170ee!important;
	background-color: #ecf5ff;
	border-left: 3px solid #3f86ff;
}

/* 8.25日新添加的样式开始 */
      * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        outline: none;
        font-family: "Microsoft YaHei", "微软雅黑", "Arial";
        list-style: none;
      }
      
      .content-env ul{
      height:80px;
      }
      .content-env ul:nth-child(2) li:nth-child(1){
        background:linear-gradient(155deg,rgba(255,245,194,0.7) 0%,rgba(255,222,143,0.7) 100%);
        
      }
      .content-env ul:nth-child(2) li:nth-child(1) a{
        color:rgba(128,109,46,1);
      }
      .content-env ul:nth-child(2) li:nth-child(2){
        background:linear-gradient(147deg,rgba(227,255,192,0.6) 0%,rgba(167,230,74,0.6) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(2) a{
        color:rgba(86,160,48,1);
      }
      .content-env ul:nth-child(2) li:nth-child(3){
        background:linear-gradient(146deg,rgba(230,192,255,0.5) 0%,rgba(200,140,255,0.5) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(3) a{
        color:rgba(123,74,171,1);
      }
      .content-env ul:nth-child(2) li:nth-child(4){
        background:linear-gradient(155deg,rgba(255,245,194,0.7) 0%,rgba(255,222,143,0.7) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(4) a{
        color:rgba(128,109,46,1);
      }
      .content-env ul:nth-child(2) li:nth-child(5){
        background:linear-gradient(145deg,rgba(176,222,255,0.5) 0%,rgba(125,183,255,0.5) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(5) a{
        color:rgba(44,93,154,1);
      }
      .content-env ul:nth-child(2) li:nth-child(6){
        background:linear-gradient(149deg,rgba(255,222,179,0.5) 0%,rgba(255,186,124,0.5) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(6) a{
        color:rgba(155,97,40,1);
        font-weight:bold;
        color:rgba(155,97,40,1);
        line-height:22px;
        
      }
      .content-env ul:nth-child(2) li:nth-child(6) dl dd{
        width: 74px;
      }
      .content-env ul:nth-child(2) li:nth-child(7){
        background:linear-gradient(145deg,rgba(176,240,239,0.5) 0%,rgba(120,221,219,0.5) 100%);
      }
      .content-env ul:nth-child(2) li:nth-child(7) a{
        color:rgba(37,122,115,1);
      }
      .icon_boxs {
        width: 116px;
        position: absolute;
        left: 217px;
        bottom: 0;
      }
      .icon_boxs img{
        float: left;
      }
      .icon_boxs img:nth-child(1) {
        float: left;
        opacity: 0;
      }

      .icon_boxs img:nth-child(2) {
        float: right;
      }
      
      .big:hover .icon_boxs {
        animation-fill-mode: forwards;
        animation-name: coloras;
        animation-duration: 0.3s;
      } 
       @keyframes coloras {
        0% {
          left: 234px;
        }

        100% {
          left: 290px;
        }
      }
      .big:hover .icon_boxs img:nth-child(1){
        animation-fill-mode: forwards;
        animation-name: colorlefts;
        animation-duration: 0.3s;
      }
      
      @keyframes colorlefts {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }
      .big:hover .icon_boxs img:nth-child(2){
        animation-fill-mode: forwards;
        animation-name: colorrights;
        animation-duration: 0.3s;
      }
      
      @keyframes colorrights {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
      }
      
      .big:hover .icon_box {
        animation-fill-mode: forwards;
        animation-name: colora;
        animation-duration: 0.3s;
      }
      
      @keyframes colora {
        0% {
          left: 50px;
        }

        100% {
          left: 116px;
        }
      }
      .big:hover .icon_box img:nth-child(1){
        animation-fill-mode: forwards;
        animation-name: colorleft;
        animation-duration: 0.3s;
      }
      
      @keyframes colorleft {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }
      .big:hover .icon_box img:nth-child(2){
        animation-fill-mode: forwards;
        animation-name: colorright;
        animation-duration: 0.3s;
      }
      
      @keyframes colorright {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
      }

      .icon_box img:nth-child(1) {
        float: left;
        opacity: 0;
      }

      .icon_box img:nth-child(2) {
        float: right;
      }
      /* 8.25日新添加的样式结束 */
      
.selectWrap{
  width: 80%;
  padding-top:15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

	.topline{
		background: #0D72EC;
	}
	.topline .toplineContent{
		width: 1190px;
		margin: 0 auto;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #fff;
		font-size: 14px;
	}
	.topline .toplineContent #timeContent{
		color: rgba(255, 255, 255, 0.6);
	}
	
	.searchWrap{
		width: 296px;
		height: 40px;
		background: #fff;
		border-radius: 20px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.searchWrapHide{
		width: 296px;
		height: 40px;
		border-radius: 20px;
		display: flex;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.searchWrap .centerLine{
		color: #999;
	}
	.searchWrap input{
		height: 100%;
		border: none;
		flex: 1;
		color: #333;
	}
	.searchWrap .searchBtn{
		padding-left: 20px;
		color: #333;
		box-sizing: border-box;
		height: 100%;
		line-height: 40px;
	}
	.searchWrap .searchBtn:hover{
		cursor: pointer;
	}
	.arrawImg{
		height: 16px;
		width:16px;
	}

	.enterBtn{
		height: 53px;
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		left: 220px;
		font-weight: bold;
		transition: 100ms;
	}
	.enterBtn .systemName{
		display: flex;
  		align-items: center;
  		margin-right: 20px;
	}
	.enterBtn .systemName .centerLine{
		margin: 0 10px;
	}
	.btnsWrap:hover{
		cursor: pointer;
	}