body{
	background: url(../images/bodybg.jpg) repeat;
	background-position: 0 0;
}
/* 轮播图 */
#slide {
  position: relative;
  min-width: 1400px;
}

.slideBox {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
}


/* 主体 */
.mainbox {
 background:#fff;padding: 20px 22px 0;
}



/*功能菜单*/
.fun {
  display: flex;
  margin: -40px -38px 0;
  padding: 34px 25px 25px;
  background: rgba(255, 255, 255, .85);
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.fun li {
  position: relative;
  flex-grow: 1;
  margin: 0 12px;
  height: 114px;
  background: #5A70C0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fun li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.fun li i {
  display: inline-block;
  transition: 1s;
}

.fun li:hover a{
  opacity: .8;
}

.fun li a:hover i {
  transform: rotateY(180deg);
}

.fun li:nth-child(2) {
  background: #4BACDB;
}

.fun li:nth-child(3) {
  background: #00C6B1;
}

.fun li:nth-child(4) {
  background: #F1A632;
}

.fun li:nth-child(5) {
  background: #FF7D83;
}

.fun li>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) scale(0);
}

.fun li:hover>img {
  /*transform: translate(-50%, -100%) scale(100%);*/
}
.fun li p{
	padding-left: 10px;
}
.fun li p span{
	display: block;
}
.fun li p span:nth-child(1){
	font-size: 20px;
}
.fun li p span:nth-child(2){
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
.consult .title {
  height: 60px;
  line-height: 40px;
  padding: 10px 0;
}

.consult .title>a {
  color: #1c3170;
  font-size: 22px;
  font-weight: bold;
}

.search {
  position: relative;
   border: 1px solid #dcdcdc;
}

.search input[type='text'] {
  width: 354px;
  height: 40px;
  line-height: 40px;
  padding: 0 74px 0 15px;
  box-sizing: border-box;
}

.search input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: #fff url(../images/icon_seach.png) no-repeat center center;
}

.search input::-webkit-input-placeholder {
  color: #666;
}

.search input::-moz-input-placeholder {
  color: #666;
}

.search input::-ms-input-placeholder {
  color: #666;
}

/*咨询反馈*/
.main1{
	display: flex;
	justify-content: space-between;
}
.consult {
  width: 60%;
  padding-right: 10px;	
}

.context {
  overflow: hidden;
}

.context .head {
  display: flex;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: rgba(2, 105, 184, 0.12);
  width: 100%;
}

.context .head span {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.context .head span:first-of-type,
.infoList li span:first-of-type {
  width: 80px;
  text-align: center;
}

.context .head span:nth-of-type(2),
.infoList li span:nth-of-type(2) {
  flex-grow: 1;
  text-align: left;
}

.context .head span:nth-of-type(3),
.infoList li span:nth-of-type(3) {
  width: 160px;
}

.context .head span:nth-of-type(4),
.infoList li span:nth-of-type(4) {
  width: 110px;
}

.context .head span:nth-of-type(5),
.infoList li span:nth-of-type(5) {
  width: 100px;
}

.infoList li {
  position: relative;
  display: flex;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
}



.infoList li span {
  position: relative;
  padding: 0 10px;
}

.infoList li span:nth-of-type(2) {
  text-align: left;
}

.infoList li span:last-of-type:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FA5E5E;
  border-radius: 50%;
}

.infoList li span.green:before {
  background-color: #62C272;
}

.infoList li span.yellow:before {
  background-color: #FDC426;
}

.side {
  flex: 1;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 15px;
}
.side .notice{
	margin-bottom: 15px;
}

.mainHd {
  height: 47px;
  line-height: 35px;
  padding-bottom: 12px;
  border-bottom: 2px solid #B6BFD8;
}

.mainHd>a {
  color: #1c3170;
  font-size: 22px;
  font-weight: bold;
}

.mainHd .rt span {
  color: #a9a9a9;
}



.mainHd .rt a {
  color: #999;
  font-size: 14px;
}

.mainHd .rt a:hover {
  color: #2E77DC;
}


.news-list {
  min-height: 190px;
  padding: 4px 0;
}

.news-list li {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #eee;
}

.news-list li:last-of-type {
  border-bottom: none;
}

.news-list li span {
  float: right;
  color: #999;
}

.news-list li p {
  margin-right: 100px;
}

.news-list li p a {
  position: relative;
  padding-left: 15px;
}

.news-list li p a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: #1440A4;
  transition: .3s;
}

.news-list li p a:hover:before {
  left: 5px;
}
.main2 .mainBd{
	border-top: 0 none;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.main2 .mainBd ul{
	display: flex;
	margin-left: -1px;
}
.main2 .mainBd ul li{
	width: 10%;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}

.main2 .mainBd ul li a span{
	display: block;
	padding-top: 3px;
}
.main3{
	display: flex;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.main3_1{
	width: 32%;
}
.main3_2{
	width: 44%;
	border-left: 1px solid #e6e6e6;
}
.main3_3{
	width: 24%;
	border-left: 1px solid #e6e6e6;
}
.mainHd2{
	font-size: 16px;
	color: #333;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.mainHd2 span{
	color: #666;
}
.main3_1 .mainBd ul{
	clear: both;
	overflow: hidden;
	margin-top: -1px;
}
.main3_1 .mainBd ul li{
	float: left;
	width: 50%;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e6e6e6;
}
.main3_1 .mainBd ul li:nth-child(2n){
	border-left: 1px solid #e6e6e6;
}
.main3_1 .mainBd ul li h2{
	font-size:38px;
	color: #1c3170;
	font-weight: bold;
}
.main3_1 .mainBd ul li p{
	display: flex;
	align-items: center;
	line-height: 1;
}
.main3_1 .mainBd ul li p img{
	padding-right: 8px;
}
.main3_2 .mainBd{
	padding: 15px 25px;
}
.main3_2 .mainBd ul li{
	display: flex;
	align-items: center;
	padding: 4px 0;
}
.main3_2 .mainBd ul li i{
	display: inline-flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	background-color: #e4e3e1;
	font-size: 14px;
	border-radius: 3px;
	color: #666;
	margin-right: 6px;
}
.main3_2 .mainBd ul li:nth-child(1) i{
	background-color: #F75A62;
	color: #fff;
}
.main3_2 .mainBd ul li:nth-child(2) i{
	background-color: #F96800;
	color: #fff;
}
.main3_2 .mainBd ul li:nth-child(3) i{
	background-color: #F6A831;
	color: #fff;
}
.main3_3 .mainBd{
	padding:20px 30px;
}
.main3_3 .mainBd ul li {
  display: flex;
  margin-bottom: 25px;
}

.main3_3 .mainBd ul li p {
  flex-grow: 1;
  margin-right: 8px;
}

.main3_3 .mainBd ul li span {
  color: #e86937;
}

.main3_3 .mainBd::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.main3_3 .mainBd::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eee;
}

.main3_3 .mainBd::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
}

/* 提示框 */
.reminder {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 510px;
  padding: 20px 15px;
  font-size: 14px;
  border: 1px solid #eee;
  background-image: linear-gradient(#DFF0F8, #FEFAF7);
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}

.reminder>p {
  line-height: 1.75em;
  margin: 0.5em 0;
  text-indent: 2em;
}

.reminder>div {
  padding: 10px 0;
  text-align: center;
}

.reminder>div p {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}

.reminder>div div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reminder>div a {
  display: inline;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  background-color: #ddd;
  border-radius: 3px;
}

.reminder>div a.on {
  background-color: #00A7E2;
  cursor: pointer;
}

#close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #00A7E2;
  font-size: 28px;
  line-height: 30px;
  cursor: pointer;
}

