﻿@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Microsoft YaHei;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li {
  list-style: none;
  cursor: pointer;
}

table {
  cursor: default;
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  border-color: #c9c9c9 !important;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  letter-spacing: 1px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}

body {
  line-height: 1;
  font-size: 16px;
  font-family: MicrosoftYaHei;
}

body img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 头部 */
.index_header {
  width: 100%;
  background: #fff;
}
.index_header .index_wrap {
  width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
}
.index_wrap p {
  font-size: 14px;
  color: #494949;
  text-align: right;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
}
.index_logo {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.index_logo .index_one_img {
  width: 423px;
  height: 54px;
  margin-top: -30px;
}
.index_logo .index_two_img {
  width: 257px;
  height: 102px;
}
.index_logo .index_search {
  width: 282px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.index_search input {
  width: 224px;
  height: inherit;
  padding-left: 17px;
  margin-left: 1px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
.index_search input::-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
}
.index_search .search_img {
  width: 58px;
  height: inherit;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}
.search_img img {
  width: 28px;
  height: 28px;
}
.index_header .index_nav {
  width: 100%;

  background: #2d548f;
}
.index_nav ul {
  width: 1170px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.index_nav ul li {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  line-height: 60px;
}

.index_nav ul li a {
  width: 100%;
  height: inherit;
  padding: 0 26px;
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
}
.index_nav ul li:hover {
  background: #2d6ed0;
}
/* 二级导航 */
.dropMenu {
  padding-top: 10px;
  position: absolute;
  top: 60px;
  z-index: 100;
  min-width: 124px;
  /* _width: 135px;
            *+width: 135px; */
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
  margin-top: -1px;
  border-top: 0 solid #428dff;
  background-color: #428dff;
}

.dropMenu li {
  width: 100%;
}

.dropMenu a {
  width: auto;
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 2px 15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.dropMenu a:hover {
  background-color: #0a5dda;
  text-decoration: none;
}

* html .dropMenu a {
  width: 100%;
}

/* Index */
/* main */
.toutiao_wrap {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.toutiao_wrap .toutiao_box {
  width: 900px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.toutiao_box .toutiao_img {
  width: 45px;
  height: 36px;
}
.toutiao_box h3 {
  font-size: 32px;
  color: #2d548f;
  margin-left: 12px;
  font-weight: 400;
}
.toutiao_wrap .xiangqing_box {
  width: 1170px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 22px 0 40px;
}
.xiangqing_box p {
  font-size: 15px;
  color: #222;
  font-weight: 400;
}
.xiangqing_box a {
  font-size: 15px;
  color: #da0503;
  font-weight: 400;
}
.toutiao_wrap .wuliu_wrap {
  width: 1170px;
  height: auto;
  margin: 40px auto 0;
  display: flex;
  display: -webkit-flex;
}
.wuliu_wrap .wuliu_left_box {
  width: 680px;
  padding-right: 10px;
}
.wuliu_left_box h3 {
  font-size: 20px;
  color: #da0503;
  font-weight: 400;
  margin-left: 8px;
}
.wuliu_left_box .wuliu_line {
  width: 670px;
  height: 1px;
  background: #e1e1e1;
  margin-top: 15px;
}
.wuliu_wrap .wuliu_right_box {
  width: 490px;
  padding-left: 20px;
}
.wuliu_right_box h3 {
  font-size: 20px;
  color: #da0503;
  font-weight: 400;
  margin-left: 8px;
}
.wuliu_right_box .wuliu_line {
  height: 1px;
  background: #e1e1e1;
  margin-top: 15px;
}
.wuliu_left_box p {
  font-size: 20px;
  color: #2d548f;
  text-align: center;
  margin: 20px 0 15px;
}
.wuliu_left_box > a {
  font-size: 15px;
  color: #999;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding-bottom: 23px;
  border-bottom: 1px dashed #999;
}
.wuliu_left_box .wuliu_ul {
  margin-top: 15px;
}
.wuliu_left_box .wuliu_ul li {
  width: 100%;
  height: 35px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wuliu_ul li a {
  width: 84%;
  font-size: 15px;
  color: #222;
  font-weight: 400;
}
.wuliu_ul li p {
  font-size: 15px;
  color: #999;
  font-weight: 400;
}
.wuliu_right_box .news_ul {
  margin-top: 7px;
}
.wuliu_right_box .news_ul li {
  width: 100%;
  height: 35px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news_ul li a {
  width: 74%;
  font-size: 15px;
  color: #222;
  font-weight: 400;
}
.news_ul li p {
  font-size: 15px;
  color: #999;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.toutiao_wrap .icon_wrap {
  width: 1170px;
  height: 140px;
  margin: 40px auto;
}
.icon_wrap .icon_ul {
  width: 100%;
  height: inherit;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  border-radius: 2px;
}
.icon_ul li {
  width: 166px;
  height: 140px;
  border: 1px solid #e1e1e1;
  border-right: none;
  text-align: center;
  position: relative;
}
.icon_ul li img {
  margin: 0 auto;
  position: absolute;
  left: 40%;
  top: 20%;
}
.icon_ul li a {
    font-size: 15px;
    color: #222;
    line-height: 200px;
    /* position: absolute; */
    /* left: 0%; */
    /* top: 60%; */
    width: 100%;
    height: 100%;
    display: block;
}
.plan_box {
  width: 100%;
  height: 115px;
  display: flex;
  display: -webkit-flex;
  margin: 25px 0 17px;
}
.plan_box .plan_img {
  width: 170px;
  height: 115px;
}
.plan_img img {
  width: 100%;
  height: 100%;
}
.plan_box .plan_title {
  margin-left: 18px;
}
.plan_title p {
  display: inherit;
  font-size: 15px;
  color: #222;
  line-height: 25px;
  margin-bottom: 20px;
}
.plan_title a {
  font-size: 15px;
  color: #999;
}
.plan_title a span {
  color: #da0503;
}
.index_info_box {
  width: 1170px;
  margin: 40px auto 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.index_info_box .long_line {
  width: 495px;
  height: 1px;
  background: #e1e1e1;
}
.index_info_box .short_line {
  width: 40px;
  height: 2px;
  background: #da0503;
}
.index_info_box .info_title {
  font-size: 20px;
  color: #da0503;
  padding: 0 8px;
}
.toutiao_wrap .wuliu_infos_box {
  width: 1170px;
  height: 400PX;
  margin: 0 auto;
}
.wuliu_infos_box .wuliu_title {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #222;
  background: #fff;
  position: relative;
}
.wuliu_infos_box .wuliu_list {
  width: 100%;
  height:360px;
  overflow: hidden;
}
/* .wuliu_list li:nth-of-type(odd){
  background: #f4f4f4;
} */
.wuliu_list li {
  width: 100%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wuliu_list li p {
  width: 14%;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.wuliu_title li {
  width: 14%;
  height: 40px;
  font-size: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 20px;
}

/* banner */
.rollBox {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.rollBox .LeftBotton {
  width: 34px;
  height: 34px;
  background: url("../img/left.png") no-repeat center;
  overflow: hidden;
  display: inline;
  cursor: pointer;
  position: absolute;
  top: 25%;
  left: 10px;
}

.rollBox .RightBotton {
  width: 34px;
  height: 34px;
  background: url("../img/right.png") no-repeat center;
  overflow: hidden;
  display: inline;
  cursor: pointer;
  position: absolute;
  top: 25%;
  right: 10px;
}

.rollBox .Cont {
  width: 1170px;
  overflow: hidden;
  float: left;
}

.rollBox .ScrCont {
  width: 10000px;
}

.rollBox .Cont .pic {
  width: 218px;
  height: 180px;
  margin-right: 20px;
  float: left;
  text-align: center;
}

.rollBox .Cont .pic img {
  width: 218px;
  height: 120px;
  background: #fff;
  display: block;
  margin: 0 auto;
}

.rollBox .Cont .pic p {
  line-height: 50px;
  color: #505050;
}

.rollBox .Cont a:link,
.rollBox .Cont a:visited {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}

.rollBox #List1,
.rollBox #List2 {
  float: left;
}

.lianjie_box {
  width: 1170px;
  height: 120px;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.lianjie_box p{
  width: 83px;
  font-weight: 400;
  color: #494949;
}
.lianjie_box .lianjie_line {
  width: 2px;
  height: 80px;
  background: #e1e1e1;
  margin-left: 20px;
}
.lianjie_box .lianjie_ul{
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: 20px;
}

.lianjie_ul li a {
  margin:10px 30px 10px 0;
  font-size: 15px;
  font-weight: 400;
  color: #494949;
  display: block;
}

/* 政策资讯policy_info */
/* banner */
.banner_box {
  width: 1170px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.left_ban_box {
  width: 680px;
  height: 400px;
  margin: 15px auto;
  overflow: hidden;
  position: relative;
}
.box-1 ul li {
  width: 680px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.box-1 ul li img {
  display: block;
  width: 680px;
  height: 400px;
}
.box-1 ul li a {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 300px;
  background: rgba(0, 0, 0, 0.6);
  text-indent: 1em;
  padding-right: 500px;
  font-size: 15px;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: ghostwhite;
}
.box-2 {
  position: absolute;
  right: 10px;
  bottom: 14px;
}
.box-2 ul li {
  float: left;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  text-indent: 100px;
  cursor: pointer;
}
.box-2 ul .on {
  background: rgba(255, 255, 255, 0.6);
}

.right_notice_box {
  width: 490px;
  height: 400px;
  padding: 20px 0 10px;
  box-sizing: border-box;
  background: #2d548f;
}
/* .right_notice_box  */
/* 选项卡 */
#outer {
  width: 450px;
  box-sizing: border-box;
}
#tab {
  overflow: hidden;
}
#tab li {
  float: left;
  color: #79abf8;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  list-style-type: none;
  padding: 0 20px;
  font-size: 26px;
}
#tab li.current {
  color: #fff;
}
#content {
  width: 470px;
  height: auto;
}
#content ul {
  width: 100%;

  display: none;
  margin: 0 10px;
  padding: 15px 0;
  box-sizing: border-box;
}
#content ul li {
  width: 100%;
  height: 55px;
  line-height: 55px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px dashed #fff;
}
#content ul li a {
  width: 75%;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
#content ul li p {
  font-size: 15px;
  color: #94befc;
  font-weight: 400;
}
.content_round {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.policy_box {
  width: 1170px;
  margin: 30px auto 0px;
}
#outer_two {
  width: 260px;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
}
#tab_two {
  background: #f4f4f4;
  box-sizing: border-box;
}
#tab_two li {
  width: 260px;
  height: 60px;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
#tab_two li:hover{
  background: #ccdcf0;
}
#tab_two li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #222;
}
#tab_two li div {
  width: 9px;
  height: 14px;
  color: #999;
  margin-right: 20px;
}
#outer_two .zhengce {
  height: 60px;
  background: #2d548f;
  color: #fff;
  font-size: 22px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#tab_two li.active {
  background: #ccdcf0;
}
#content_two {
  width: 910px;
  height: auto;
  padding-left: 30px;
  background: #fff;
}
#content_two ul {
  width: 100%;
  height: auto;
  display: none;
  padding: 20px 0;
  box-sizing: border-box;
}
#content_two ul li {
  width: 100%;
}
.content_one_box .content_h3 {
  font-size: 22px;
  color: #da0503;
  font-weight: 400;
  margin-left: 9px;
}
.content_one_box li .content_line {
  width: 880px;
  height: 1px;
  background: #e1e1e1;
  margin: 20px 0;
}
.content_one_box li h1 {
  font-size: 20px;
  color: #2d548f;
  font-weight: 400;
  text-align: center;
}
.content_one_box li h2 {
  font-size: 30px;
  color: #2d548f;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.content_one_box>li>a:nth-child(4) {
  width: 100%;
  font-size: 15px;
  color: #999;
  font-weight: 400;
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px dashed #999;
  padding-bottom: 22px;
}
.announce_ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 15px;
}
.announce_ul li {
  height: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.announce_ul li:nth-child(5n){
  margin-bottom: 21px;
}
.announce_ul li a {
  width: 87%;
  font-size: 15px;
  color: #222;
}
.announce_ul li p:nth-child(3) {
  font-size: 15px;
  color: #999;
}
.fenyePageBar {
  width: 620px;
  margin: 40px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.fenyePageBar a {
  height: 34px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #999;
  padding: 12px 12px 11px 13px;
  font-size: 15px;
  box-sizing: border-box;
  white-space:nowrap;
}
.fenyePageBar a:hover {
  background: #2d548f;
  color: #fff;
}

.fenyePageBar .current_page,.fenyePageBar .current {
    background: #2d548f;
    color: #fff;
}

/* xiangqing */
.location_box {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}
.location_box img {
  width: 14px;
  height: 20px;
}
.location_box ul {
  margin-left: 11px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.location_box ul li {
  font-size: 15px;
  color: #ccc;
  font-weight: 400;
  margin-right: 10px;
}
.location_box ul li img {
  width: 9px;
  height: 14px;
  margin-top: 1px;
}
.location_box a {
  color: #222;
}
.location_box li:last-child a {
  color: #ccc;
}
.xiangqing_text {
  width: 1170px;
  margin: 64px auto 60px;
}
.xiangqing_text h3 {
  font-size: 24px;
  color: #2d548f;
  text-align: center;
  margin-bottom: 30px;
}
.xiangqing_page {
  margin: 60px 0;
}
.xiangqing_text p {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  line-height: 34px;
}
.xiangqing_text p a {
  color: #2d548f;
}
.xiangqing_time {
  width: 565px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto 60px;
}
.xiangqing_time span {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}

/* 搜索 */
.result_wrap {
  width: 1170px;
  margin: 34px auto;
}
.result_wrap .result_box {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  border-top: 4px solid #2d548f;
  border-bottom: 1px dashed #e1e1e1;
}
.result_box p {
  color: #222;
}
.result_box span {
  font-weight: 800;
  color: #da0503;
}
.result_wrap .no_record_box {
  width: 1170px;
  margin: 0 auto;
}
.no_record_box img {
  width: 443px;
  height: 254px;
  margin: 170px auto 0;
}
.no_record_box p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #999;
  margin: -10px 0 160px;
}

/* 联系我们 */
.contact_us_h3 {
  margin: 62px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2d548f;
}
.contact_us_box {
  width: 1170px;
  height: 669px;
  margin: 0 auto;
  position: relative;
}
.contact_us_box p {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  margin-bottom: 38px;
}
.contact_us_box img {
  width: 664px;
  height: 443px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 失信名单 */
.lost_letter {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.lost_letter p {
  width: 100px;
  height: 40px;
  background: #da0503;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
table {
  width: 100%;
  margin-top: 40px;
}
table tr {
  height: 40px;
  line-height: 40px;
}
table th {
  border: 1px solid #e1e1e1;
  padding-left: 9px;
}
table th:nth-child(1) {
  width: 15%;
}
table th:nth-child(2) {
  width: 18%;
}
table th:nth-child(3) {
  width: 20%;
}
table td {
  border: 1px solid #e1e1e1;
  padding-left: 9px;
}

/* 弹窗 */
.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
}
.pop_wrap .pop_box {
  width: 600px;
  height: 527px;
  background: #fff;
  border-radius: 6px;
  padding-top: 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.pop_content {
  display: flex;
  display: -webkit-flex;
}
.pop_box h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}
.pop_left_box {
  width: 205px;
  height: auto;
}
.pop_left_box p {
  height: 40px;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  margin-bottom: 22px;
}
.pop_right_box {
  width: 395px;
  height: auto;
  padding-left: 20px;
}
.reported_type {
  width: 200px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 22px;
}
.reported_type input {
  width: 100px;
  height: inherit;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.reported_type input:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.reported_type input:nth-child(2) {
  border-radius: 0 4px 4px 0;
}
.pop_active {
  background-color: #2d548f;
  color: #fff;
}
#cancel{
  background: #fff;
}
.pop_right_box input[type="text"] {
  width: 270px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-bottom: 22px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}
.pop_right_box textarea {
  width: 270px;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  resize: none;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
}
.pop_right_box .pop_btn {
  display: flex;
  display: -webkit-flex;
}
.pop_right_box .pop_btn input {
  width: 120px;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  text-align: center;
  box-sizing: border-box;
}

/* 信息体系 */
.content_one_box .credit_list {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.credit_list li:nth-of-type(odd){
  background: #EBF2FA;
}
.credit_list li:nth-of-type(even){
  background: #D5E7F3;
}
.credit_list li {
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.credit_list li p {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.credit_list li p:nth-child(1) {
  width: 50px;
  height: 44px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  background: #50799b;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 60px;
}
.credit_list li p:nth-child(2) {
  width: 526px;
  text-align: center;
}

/* 底部 */
.index_footer {
  width: 100%;
  background: #f4f4f4;
}
.index_footer .footer_line {
  width: 100%;
  height: 6px;
  background: #2d548f;
}
.index_footer .footer_wrap {
  width: 865px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
}
.footer_wrap ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer_wrap ul li a {
  width: 55px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
.footer_wrap p {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}
