@charset "utf-8";
/* public */
.container {
  margin: 0 auto;
  max-width: 1200px;
}
.flex-center{
  display: flex;
  align-items: center;
}
.bgWhite {
  background-color: #fff;
}
.cRed {
  color: #e22323;
}
.cBlue {
  color: #0063ba;
}
.cGray6 {
  color: #666666;
}
.cGray9 {
  color: #999999;
}
.w100per {
  width: 100% !important;
}
.bd {
  border: 1px solid #e6e6e6;
}
.bdb {
  border-bottom: 1px solid #e6e6e6;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tal {
  text-align: left!important;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.oh {
  overflow: hidden;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.mgT15 {
  margin-top: 15px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB25 {
  margin-bottom: 25px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR0 {
  margin-right: 0!important;
}
.mgR30 {
  margin-right: 30px;
}
.pd30 {
  padding: 30px;
}
.pdT30 {
  padding-top: 30px;
}
.pdB20 {
  padding-bottom: 20px;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.df {
  display: flex;
}
/* header */
#header {
  height: 258px;
  background: url("../images/topBG.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
#header .headerTop {
  padding-top: 10px;
  padding-bottom: 18px;
  text-align: right;
}
#header .search {
  padding-top: 30px;
  width: 669px;
  position: relative;
}
#header .search .active {
  color: #e22323;
}
#header .search .search_term {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: -1px;
}
#header .search .search_term span {
  display: inline-block;
  margin-right: 100px;
  cursor: pointer;
}
#header .search .search_term span.active {
  background: url("../images/icon.png") no-repeat center bottom;
}
#header .search .search_content {
  margin-top: 49px;
}
#header .search .search_input {
  width: 600px;
  height: 50px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background: #ffffff;
  line-height: 50px;
  text-indent: 20px;
  vertical-align: middle;
  border-right: none;
}
#header .search .search_btn {
  vertical-align: middle;
  width: 68px;
  height: 50px;
  background: #e22323 url('../images/search_grey.png') no-repeat 26px;
  border: 0px;
  cursor: pointer;
  float: right;
}
#header .search .search_btn:hover {
  background-color: #e43131;
}
# {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 50px;
}
#headerLogin .logo {
  margin-right: 57px;
  padding-right: 57px;
  border-right: 2px solid #bebebe;
}
/* 导航 */
.headerNav {
  background-color: #e22323;
}
.headerNav .nav_container {
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.headerNav ul {
  display: table-row;
  height: 50px;
}
.headerNav .nav_item {
  position: relative;
  display: table-cell;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.headerNav .nav_item:hover:after,
.headerNav .nav_item.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 0px;
  border-bottom: 6px solid #fb7d7d;
}
.headerNav .nav_item a{
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 98%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.headerNav .nav_item span {
  float: right;
  color: #ec7272;
  width: 2%;
  text-align: right;
}
.headerNav .nav_item .no_border_line {
  border: 0px solid #fff;
}
.headerNav .nav_item1 {
  border-bottom: 1px solid #ec7272;
}
/* footer */
#footer {
  height: 215px;
  background-color: #e22323;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 5px;
}
#footer .container {
  padding: 15px 0;
  position: relative;
}
#footer a {
  color: #FFFFFF;
}
#footer a:hover {
  color: #cccccc;
}
#footer p {
  line-height: 26px;
}
.footer.type2 {
  background-color: #e22323;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 5px;
}
.footer .footer-container {
  padding: 40px 0;
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.footer .red-img{
  margin-right: 110px;    
  margin-top: 20px;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #cccccc;
}
.footer p {
  line-height: 26px;
}
/* 面包屑 */
/* article 文章页 */
.article {
  padding: 35px;
}
.article .articleTop {
  border-bottom: 1px solid #e6e6e6;
}
.article .articleCon {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.article .articleCon p {
  /*text-indent: 2em;*/
}
.article.type2{
  padding: 20px;
  border: 1px solid #bebebe;
  margin-right: 20px;
  margin-bottom: 20px;
}
.article-share img{
  vertical-align: middle;
}
.article.type2 .articleCon {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.article.type2 .articleCon table {
    width: 100%!important;
}
.article-solt{
  font-size: 17px;
  margin: 10px;
}
.article-solt a{
  font-size: 16px;
}
/* 标题 */
.title4,
.title3,
.title2,
.title1 {
  font-size: 18px;
}
.title4,
.title1,
.title2 {
  padding-left: 35px;
  line-height: 36px;
}
.title1 {
  background: url("../images/titlebg1.png") no-repeat left bottom;
}
.title2 {
  background: url("../images/titlebg2.png") no-repeat left bottom;
}
.title3 {
  padding-left: 30px;
  padding-bottom: 13px;
  background: url("../images/titlebg3.png") no-repeat left bottom;
}
.title4 {
  padding-bottom: 5px;
  background: url("../images/titlebg4.png") no-repeat left bottom;
}
/* tab */
.tabLi {
  overflow: hidden;
  border: 1px solid #bebebe;
}
.tabLi a {
  float: left;
  padding: 0 15px;
  line-height: 43px;
  border-right: 1px solid #bebebe;
}
.tabLi a.active {
  background-color: #e22323;
  color: #FFFFFF;
}
.tabCon {
  display: none;
}
.newsList li {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px;
}
.btnRed {
  background-color: #e22323;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnRed:hover {
  background-color: #e43131;
}
.btnGray {
  background-color: #f0f0f0;
  text-align: center;
  color: #222222;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
}
.btnGray:hover {
  background-color: #f3f3f3;
}
.form {
  margin: 0 auto;
}
.form input[type='password'],
.form input[type='text'] {
  box-sizing: border-box;
  border: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
}
.form input[type='password'][type='password'],
.form input[type='text'][type='password'],
.form input[type='password'][type='text'],
.form input[type='text'][type='text'] {
  padding-left: 50px;
  padding-right: 30px;
}
.form input[type='password'].user,
.form input[type='text'].user {
  background: #fff url("../images/user.png") no-repeat 15px 50%;
}
.form input[type='password'].pwd,
.form input[type='text'].pwd {
  background: #fff url("../images/pwd.png") no-repeat 15px 50%;
}
.form input[type='password'].verify,
.form input[type='text'].verify {
  background: #fff url("../images/verify.png") no-repeat 15px 50%;
}
.form2 {
  margin: 0 auto;
}
.form2 select,
.form2 textarea,
.form2 input[type='password'],
.form2 input[type='text'] {
  padding: 0 10px;
  width: 334px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.form2 select,
.form2 input[type='password'],
.form2 input[type='text'] {
  line-height: 35px;
  height: 35px;
  outline: none;
}
.form2 textarea {
  padding: 10px;
}
.form2 .inpDiv {
  overflow: hidden;
  line-height: 35px;
}
.form2 .inpDiv span.tar {
  float: left;
  width: 90px;
}
.form2 .inpDiv input,
.form2 .inpDiv select,
.form2 .inpDiv textarea {
  overflow: hidden;
}
.inpDiv {
  margin-bottom: 30px;
}
.inpDiv .tip {
  color: #e22323;
  padding-top: 10px;
}
.loginForm {
  margin-top: 125px;
  margin-bottom: 260px;
}
.loginForm .form {
  width: 485px;
}
.loginForm .posa {
  border: none;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #e22323;
  color: #FFFFFF;
  right: 5px;
  top: 5px;
  bottom: 5px;
  cursor: pointer;
}
.loginForm .posa:hover {
  background-color: #e43131;
}
/* banner */
.banner {
  height: 352px;
}
.banner .barItem {
  height: 350px !important;
  border: 1px solid #bebebe;
}
.banner .slick-dots {
  position: absolute;
  right: 422px;
  bottom: 10px;
  left: 0;
  width: 800px;
  text-align: right;
}
.banner .slick-dots li button:before {
  color: white;
  opacity: 1;
}
.banner .slick-dots li.slick-active button:before {
  color: #0063ba;
  opacity: 1;
}
.banner .slick-prev {
  left: 25px;
}
.banner .slick-next {
  right: 395px;
}
.barInfo {
  height: 310px;
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 38px;
}
.barInfo h3 {
  font-weight: bold;
  font-size: 19px;
  color: #0c0300;
  line-height: 35px;
}
.barInfo .barTips {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 12px;
}
.barInfo .barTips p {
  font-size: 13px;
  line-height: 18px;
}
.barInfo .barTips + p {
  height: 111px;
  overflow: hidden;
}
.barInfo .barCon {
  height: 260px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
.barTag {
  padding-right: 7px;
  line-height: 20px;
  color: #0c0300;
  background-color: #efefef;
}
.barTag .fl {
  margin-right: 7px;
  padding: 0 7px;
  color: #ffffff;
  background-color: #e22323;
}
.barTime {
  padding-left: 15px;
  color: #9f9f9f;
  background: url("../images/comp.png") no-repeat left center;
}
/* 内容1 */
.indexConBox1 .indexCon1Left {
  width: 909px;
  width: 939px\9;
}
.indexConBox1 .indexCon1LeftPart {
  flex: 0 0 435px;
  float: left\9;
  width: 435px\9;
  margin-right: 30px;
}
.indexConBox1 .indexCon1LeftPart .db {
  overflow: hidden\9;
  margin-right: -30px \9;
}
.indexConBox1 .indexCon1Right {
  width: 257px;
}
.indexConBox1 .picList a {
  display: block;
  font-size: 0;
}
.indexConBox1 .list a {
  display: block;
  line-height: 55px;
}
/* 中间的链接 */
.middleLink {
  background-color: #eaeaea;
  padding: 25px 0;
}
.middleLink .oh {
  display: flex;
}
.middleLink .oh a {
  flex: 1;
  float: left \9;
  width: 25% \9;
  text-align: center \9;
  justify-content: space-between;
  font-size: 0;
}
/* 内容2 */
.indexConBox2 {
  /*Plugin CSS*/
}
.indexConBox2 .indexCon2Left {
  width: 780px;
}
.indexConBox2 .title1.case2 {
  background: url("../images/titlebg1on.png") no-repeat left bottom;
}
.indexConBox2 .title1 span:hover {
  cursor: pointer;
}
.indexConBox2 .picList {
  width: 780px;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.indexConBox2 .picList a {
  flex: 0 0 384px;
  float: left\9;
  width: 384px\9;
  margin: 5px 3px;
}
.indexConBox2 .caseList {
  overflow: hidden;
}
.indexConBox2 .caseList a {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 380px;
}
.indexConBox2 .indexCon2Right {
  width: 390px;
}
.indexConBox2 table {
  width: 390px;
  position: relative;
  overflow: hidden;
}
.indexConBox2 table td,
.indexConBox2 table th {
  padding: 0 10px;
  width: 110px;
  width: 107px\9;
  text-align: center;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.indexConBox2 table th {
  background-color: #e22323;
  color: #FFFFFF;
}
.indexConBox2 table tbody {
  background-color: #efefef;
}
.indexConBox2 .str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.indexConBox2 .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.indexConBox2 .str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.indexConBox2 .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.indexConBox2 .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.indexConBox2 .str_vertical .str_move,
.indexConBox2 .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.indexConBox2 .str_static .str_move,
.indexConBox2 .no_drag .str_move,
.indexConBox2 .noStop .str_move {
  cursor: inherit;
}
/* 友情链接 */
.iFriendLink .oh {
  display: flex;
  margin: 0 -9px;
}
.iFriendLink a {
  display: block;
  width: 286px;
  text-align: center;
  flex: 1;
  float: left \9;
  width: 25% \9;
  text-align: center \9;
  justify-content: space-between;
  font-size: 0;
}
/* 小组单位成员 */
.iMember {
  padding: 30px 0;
  background-color: #efefef;
}
.iMember .container {
  width: 1170px;
}
.iMember h3 {
  margin-bottom: 30px;
  line-height: 40px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url("../images/fdbg.jpg") no-repeat left bottom;
}
.iMember .iMemberList li {
  float: left;
  margin-bottom: 10px;
  width: 14.28%;
}
.iMember .iMemberList a {
  padding: 0 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scrollTable {
  height: 454px;
  width: 390px;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}
.scrollTable p {
  overflow: hidden;
}
.scrollTable .td {
  float: left;
  padding: 0 10px;
  width: 110px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 信用动态 */
.conBox .leftPart {
  width: 830px;
}
.conBox .rightPart {
  width: 370px;
}
.conBox .part {
  width: 362px;
}
.conBox .part.type2 {
  width: calc( ( 100% - 40px ) / 2 );
}
.conBox .part:nth-child(odd) {
  margin-right: 75px;
}
.conBox .part.type2{
  margin-right: 20px;
}
.conBox .list a {
  display: block;
  line-height: 60px;
}
.conBox .list.type2 a {
  display: block;
  line-height: 50px;
}
.focuses,
.specialColumn {
  padding: 20px;
  border: 1px solid #bebebe;
}
.pageSearchBox {
  width: 100%;
  height: 150px;
  background-color: #d1e1f0;
  text-align: center;
}
.pageSearchBox input,
.pageSearchBox input:focus {
  border: none;
  outline: 0;
}
.pageSearchBox .searchTitle {
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  color: #0c0300;
  text-indent: 20px;
}
.pageSearchBox .searchInput {
  height: 45px;
  width: 310px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #fff;
}
.pageSearchBox .search_text {
  display: inline-block;
  width: 265px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  text-indent: 20px;
  float: left;
}
.pageSearchBox .btn {
  float: right;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: url(../images/search_blue.png) 5px 10px no-repeat;
  cursor: pointer;
}
.specialColumn .sList {
  width: 280px;
  margin: 0 auto;
}
.specialColumn a {
  float: left;
  width: 130px;
  height: 25px;
  line-height: 25px;
  margin: 5px;
  background-color: #e8e7e7;
}
.specialColumn a.c2 {
  background-color: #f2f2f2;
}
.focuses a {
  display: block;
  margin: 10px 0;
  padding-bottom: 10px;
  line-height: 26px;
}
.focuses .tags {
  border: 1px solid #e22323;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px;
  font-size: 12px;
  color: #e22323;
  margin-right: 10px;
}
.lawsBanner .part {
  width: 585px;
}
.lawsBanner .barInfo {
  height: 272px;
  padding-top: 20px;
}
.lawsBanner .barCon {
  height: auto;
  border-bottom: none;
}
/* 信用公示 */
.xygsBox {
  margin-right: -100px \9;
}
.xygsPart {
  flex: 0 0 332px;
  float: left \9;
  width: 332px \9;
  overflow: hidden;
  margin-right: 100px;
  margin-bottom: 30px \9;
}
.xygsPart .h260 {
  height: 260px;
}
.xygsPart .xygsList {
  padding: 10px;
  width: 312px;
}
.xygsPart .xygsList a {
  padding-left: 15px;
  line-height: 30px;
  background: url("../images/dot.png") no-repeat left center;
}
.sxgs {
  padding: 2px 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.sxgs.active {
  border-color: #e22323;
}
/* 信用服务 */
.creditService a {
  float: left;
  margin: 30px 69px;
  width: 260px;
  height: 218px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}
.creditService a:hover p {
  color: #e22323;
}
.creditService p {
  padding-top: 175px;
}
.creditServiceTab h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  background: url("../images/sBg.jpg") no-repeat center bottom;
}
.creditServiceTab form {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.creditServiceTab form input {
  height: 50px;
  line-height: 50px;
}
.creditServiceTab form input[type='text'] {
  padding: 0 20px;
  width: 558px;
  border: 1px solid #e22323;
}
.creditServiceTab form input[type='submit'] {
  width: 95px;
  background-color: #e22323;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.creditServiceTab form input[type='submit']:hover {
  background-color: #e43131;
}
.creditServiceTab form select {
  width: 90px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  height: 30px;
}
.creditServiceTab form select + input[type='text'] {
  width: 462px;
}
.creditServiceTab table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.creditServiceTab table th {
  text-align: center;
  background: #e22323;
  color: #FFFFFF;
}
.creditServiceTab table th,
.creditServiceTab table td {
  border: 1px solid #eeeeee;
}
.creditServiceDetail .tabLi {
  border-color: #dbdbdb;
  border-bottom: none;
}
.creditServiceDetail .tabConBox {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
}
/* 联合奖惩 */
.jointBox .part {
  width: 560px;
}
/* 专项治理 */
.smImg {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg a {
  float: left \9;
  width: 293px;
  margin-right: 9px;
}
.smImg2 {
  overflow: hidden \9;
  margin-right: -9px \9;
}
.smImg2 a {
  float: left \9;
  width: 394px;
  margin-right: 9px;
}
/* 交流互动 */
.jlhd {
  padding: 25px 40px;
}
.jlhd .w470 {
  width: 470px;
  margin: 0 auto;
}
.jlhd .btnBox input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 34px;
  height: 34px;
}
.jlhd .btnBox .btnRed {
  margin-right: 35px;
  width: 140px;
  background-color: #d9544f;
}
.jlhd .btnBox .btnRed:hover {
  background-color: #db5c57;
}
.jlhd .btnBox .btnGray {
  width: 55px;
}
/* 网站导航 */
.websiteList {
  padding: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
.websiteList a {
  padding: 15px;
  flex: 0 0 22%;
  float: left \9;
  width: 22% \9;
}
/* userCenter */
.userCenter .userImg {
  margin: 0 auto;
  width: 81px;
  height: 81px;
  overflow: hidden;
  text-align: center;
}
.userCenter .userCenterCon,
.userCenter .userCenterNav {
  box-sizing: border-box;
  padding: 30px 35px;
}
.userCenter .userCenterNav {
  width: 250px;
}
.userCenter .userNavList {
  font-size: 15px;
  color: #333333;
}
.userCenter .userNavList a {
  margin-bottom: 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
}
.userCenter .userNavList a.active,
.userCenter .userNavList a:hover {
  background-color: #e22323;
  color: #FFFFFF;
}
.userCenter .userCenterCon {
  width: 948px;
  border-left: 1px solid #e6e6e6;
}
.userCenter .userCenterCon .title4 {
  margin-bottom: 40px;
}
.userCenter table {
  line-height: 43px;
}
.userCenter .table {
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}
.userCenter .table th {
  text-align: center;
  background: #e6e6e6;
  color: #333333;
}
.userCenter .table th,
.userCenter .table td {
  border: 1px solid #eeeeee;
}
.userCenter .table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.userCenter .table td:nth-child(2n) {
  width: 300px;
  line-height: normal;
}
/* 专题 */
.ztPart {
  float: left;
  margin-bottom: 30px;
  width: 380px;
}
.ztPart .title1 {
  margin-bottom: 20px;
}
.ztPart:nth-child(odd) {
  margin-right: 40px;
}
.ztPart p {
  color: #999999;
}
.ztImgList {
  padding: 20px;
  border: 1px solid #bebebe;
}
.sxtj {
  background-color: #fff;
  padding: 10px 20px;
}
.tjBox {
  overflow: hidden;
}
.tjBox a {
  float: left;
  background-color: #cccccc;
  height: 30px;
  border: 1px solid #e6e6e6;
  margin: 8px;
  padding: 0 10px;
  line-height: 30px;
  color: #444444;
}
/* .tjBox a:hover {
  background-color: #e22323;
  color: #ffffff;
  border-color: #e22323;
} */
.tjBox a.active {
  background-color: #e22323;
  color: #ffffff;
  border-color: #e22323;
}










/*网站首页右边栏*/
.right-fixed {
  position: fixed;
  right: 0;
  bottom: 150px
}

.right-fixed li {
  width: 50px;
  height: 50px;
  background-color: #cacaca;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative
}

.right-fixed .weixin,
.weixin-logo {
  background-image: url(../images/indexIcon.png);
  background-repeat: no-repeat;
  transition-duration: .4s;
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s
}

/*.right-fixed .weixin:hover {
  background-image: url(../images/tubiao.png);
  background-repeat: no-repeat;
  transition-duration: .4s;
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s
}*/

.right-fixed .back-top {
  background-image: url(../images/indexIcon.png);
  background-repeat: no-repeat
}

/*.right-fixed .back-top:hover {
  background-image: url(../images/tubiao.png);
  background-repeat: no-repeat
}*/

.right-fixed .weixin {
  background-position: -10px -61px
}

/*.right-fixed .weixin:hover {
  background-position: -65px -114px
}*/

.right-fixed .back-top {
  display: none;
  background-position: -10px -166px
}

/*
.right-fixed .back-top:hover {
  background-position: -175px -114px
}
*/

.weixin-logo {
  width: 162px;
  display: none;
  position: absolute;
  bottom: 0;
  left: -162px;
  border: 1px solid #ccc;
  box-sizing: border-box
}

.weixin-logo {
  height: 160px;
  background-position: -10px -229px
}

.right-fixed .weixin:hover .weixin-logo {
  display: block
}

.right-fixed .app,
.app-logo {
  background-image: url(../images/indexIcon.png);
  background-repeat: no-repeat;
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms
}

.connect{
  background-position: -10px -10px;
  background-image: url(../images/indexIcon.png);
  background-repeat: no-repeat;
}

/*.right-fixed .app:hover {
  background-image: url(../images/tubiao.png);
  background-repeat: no-repeat;
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}*/
.right-fixed .app {
  background-position: -10px -114px
}

/*.right-fixed .app:hover {
  background-position: -10px -114px
}*/
.app-logo {
  width: 162px;
  display: none;
  position: absolute;
  bottom: 0;
  left: -162px;
  border: 1px solid #ccc;
  box-sizing: border-box
}

.app-logo {
  height: 160px;
  background-position: -180px -229px
}

.right-fixed .app:hover .app-logo {
  display: block
}


/* 表格 */

.con-table {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  margin: 0 auto;
}

.con-table.interval tr:nth-child(2n+1) {
  background-color: #eee;
}

.con-table th,
.con-table td {
  border: 1px solid #d9d9d9;
  text-align: left;
  padding: 10px 10px;
  line-height: 30px;
}
.con-table th{
  font-size: 14px;
}
.con-table td.bgc {
  background-color: #ccc;
}
.con-table.line20 td {
  line-height: 20px !important;
}
.con-table.line25 td {
  line-height: 25px !important;
}

.con-table.line38 td {
  line-height: 38px !important;
}

.con-table.line30 td {
  line-height: 30px !important;
}

.con-table td a:hover{
  color:#e32223;
}

.con-table td:nth-child(odd) {
  width: 155px;
}

.con-table.type2 th,
.con-table.type2 td {
  text-align: center;
}

.con-table.type2 th {
  color: #fff;
  padding: 5px 0;
  background-color:#e32223;
}

.con-table.type2.black th {
  background:rgba(85,85,85,1);
}

.con-table.type2 td:nth-child(odd) {
  width: auto;
}

/* 分页 */
.list-page {
  margin: 25px auto;
}

.list-page li {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
}

.list-page li.active,
.list-page li:hover {
  color: #fff;
  background-color: #e32223;
}

.list-page li.page-input:hover {
  color: #000;
  background-color: #fff;
}

.list-page li input {
  border: 1px solid transparent;
  width: 30px;
  background-color: transparent;
}

/* tab */
.list-tab{
  margin-right: 20px;
  position: relative;
}
.list-tab::after{
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #e22323;
}
.list-tab a{
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #333;
  font-size: 18px;
  padding: 10px;
  display: block;
  float: left;
}
.list-tab a.active,
.list-tab a:hover{
  color: #fff;
  border: 1px solid #e22323;
  background-color: #e22323;
}
.list-tab-item{
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  margin-right: 20px;
}
.list-tab-item a{
  width: 90%;
  font-size: 16px;
  color: #333;
  display: inline-block;
}
.list-tab-item p{
  font-size: 13px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 15px;
}
.list-tab-item p .top-btn ,.top-btn {
  border: 1px solid #e22323;
  background-color: #e22323;
  color: #fff;
  font-size: 12px;
  padding:1px 6px;
  cursor: pointer;
}
/*  */
.list-company{
  border: 1px solid #bebebe;
  margin: 20px 20px 30px 0;
  padding: 15px;
}
.company-title{
  margin-bottom: 20px;
}
.company-title span{
  font-size: 17px;
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 5px;
  vertical-align: bottom;
  border-left: 5px solid #e32223;
  position: relative;
}
.company-item{
  /*width: 150px;*/
  text-align: center;
  /*border-left: 1px solid #bebebe;*/
  /*border-right: 1px solid #bebebe;*/
  /*border-bottom: 1px solid #bebebe;*/
  /*border-top: 3px solid #e32223;*/
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  /*padding: 10px 15px;*/
}
.company-item:nth-child(4n){
  margin-right: 0;
}
.company-item span{
  font-size: 17px;
}
.company-item img{
  vertical-align: sub;
}
.company-item p{
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
/* 导航标题 */
.list-title {
  border-bottom: 4px solid #ddd;
  padding-bottom: 3px;
}

.list-title img {
  vertical-align: middle;
}

.list-title span {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 5px;
  vertical-align: bottom;
  border-left: 5px solid #e32223;
  position: relative;
}
.list-title.type2 span {
  font-size: 16px;
}

.list-title.img span {
  border-left: 0px solid #e32223;
}

.list-title span:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -5px;
  width: calc( 100% + 4px );
  border-bottom: 4px solid #e32223;
}
.list-title.img span:after {
  left: -28px;
  width: calc( 100% + 30px );
}


.list-title a {
  margin-top: 10px;
}

.list-title .back-btn {
  font-size: 12px;
  color: #fff;
  background-color: #035ab8;
  padding: 5px 16px;
  border-radius: 0;
  margin-top: 5px;
}
.list-title .title-back{
  border: 1px solid #e22323;
  background-color: #e22323;
  color: #fff;
  font-size: 14px;
  width: 60px;
  padding: 2px 0;
  float: right;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.list-title .title-count{
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
.article-panel{
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
}
.article-tab{
  border-bottom: 4px solid #999;
}
.article-tab span{
  font-size: 18px;
  display: block;
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}
.article-tab span.active,
.article-tab span:hover{
  color:#e32223;
}
.article-tab span.active::after,
.article-tab span:hover::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 126px;
  width: 140px;
  border-bottom: 4px solid #e32223;
}
.article-list .article-item{
  padding: 12px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.article-list .article-item .item-title{
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 400px;
  vertical-align: bottom;
}
.article-list .article-item .item-title:hover{
  color: #e22323;
}
.article-list .article-item button{
  border: 1px solid #e22323;
  background-color: #e22323;
  color: #fff;
  font-size: 14px;
  width: 52px;
  padding: 3px 0;
}
.article-list .article-item .item-time{
  float: right;
  margin-right: 50px;
  margin-top: 9px;
}
.article-list.type2 .article-item{
  padding: 30px 0px 20px;
}
.article-list.type2 .article-item .item-title{
  font-size: 17px;
  width: 670px;
}
.article-list.type2 .article-item .item-time{
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 16px;
}
.article-more{
  cursor: pointer;
  display: block;
  color: #e22323;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.search-form{
  width: auto!important;
}
.search-form .form-tab .tab-btn{
  border: 0px solid #fff;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  width: calc( ( 100% - 80px ) / 5 );
  padding: 10px 0;
  display: block;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.search-form .form-tab .tab-btn:nth-child(5n){
  margin-right: 0px;
}
.search-form .form-tab .tab-btn.active,
.search-form .form-tab .tab-btn:hover{
  border: 0px solid #e22323;
  background-color: #e22323;
  color: #fff;
}

.search-form .form-input-item,
.search-form .form-select-item{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.search-form .form-input-item span,
.search-form .form-select-item span{
  font-size: 16px;
  color:#010101;
}
.search-form .form-input-item input,
.search-form .form-select-item select{
  border: 1px solid #e5e5e5!important;
  font-size: 16px;
  padding: 11px!important;
  width: 350px!important;
  margin-left: 20px!important;
  height: auto;
  line-height: initial;
}
.search-form .form-input-item input.w180,
.search-form .form-select-item select.w180{
  width: 180px!important;
}
.search-form .search-btn{
  border: 1px solid #e22323;
  background-color: #e22323;
  color: #fff;
  font-size: 20px;
  width: 100px;
  padding: 8px 0;
  height: auto;
  line-height: inherit;
}



.server-panel{
  width: calc( ( 100% - 60px ) / 4 );
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #fff;
  text-align: center;
}
.server-panel:nth-child(4n){
  margin-right: 0;
}
.server-panel img{
  margin-top: 59px;
  margin-bottom: 15px;
}
.server-panel.type2 img{
  margin-top: 15px;
  margin-bottom: 10px;
}
.server-panel a{
  color: #333;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}
.server-panel h3{
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.server-panel .panel-desc{
  color: #fff;
  font-size: 16px;
  background-color: #969696;
  padding: 10px 20px;
  height: 125px;
  text-align: left;
  line-height: 26px;
}

.governance-panel{
  width: calc( ( 100% - 120px ) / 4 );
  margin-right: 40px;
  float: left;
  background-color: #fff;
  text-align: center;
}
.governance-panel img{
  margin-top: 12px;
}
.governance-panel a{
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 8px;
  display: block;
}

.center-panel{
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 100px;
}
.center-panel .center-left{
  float: left;
  width: 249px;
}
.center-panel .center-left .left-user img{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto;
}
.center-panel .center-left .left-user p{
   font-size: 14px;
   color: #333;
   margin-bottom: 10px;
   margin-top: 15px;
}
.center-panel .center-left .left-user-tab a{
  border: 1px solid #e22323;
  border-radius: 3px;
  font-size: 13px;
  color: #e22323;
  padding: 1px 4px;
  margin: 10px 6px;
}

.center-panel .center-left .left-tab a{
  display: block;
  color: #333;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  font-size: 15px;
  padding: 8px 0;
  text-align: center;
  margin: 10px 30px;
}
.center-panel .center-left .left-tab a.active,
.center-panel .center-left .left-tab a:hover{
  border: 1px solid #e22323;
  background-color: #e22323;
  color: #fff;
}

.center-panel .center-right{
  width: calc( 100% - 310px );
  float: left;
  padding: 30px;
  border-left: 1px solid #ddd;
}

.center-form{
  margin-top: 50px;
  margin-left: 90px;
}
.center-form .form-top-title{
  font-size: 18px;
  text-decoration: underline;
}
.center-form.type2{
  margin: 0;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.center-form .form-item{
  margin-bottom: 22px;
  position: relative;
}
.center-form .item-name{
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 180px;
  text-align: right;
}
.center-form .item-name i{
  color: #e22323;
}
.center-form .item-input{
  width: 330px;
  padding: 9px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: transparent;
}
.center-form .item-input.file{ 
  border: 0;
}
.center-form .form-code{
  display: inline-block;
  position: relative;
}
.center-form .form-code img{
  position: absolute;
  right: 1px;
  height: 35px;
  top: 1px;
}
.center-form .form-title{
  font-size: 17px;
  color: #e22323;
  margin-bottom: 30px;
}
.center-form .item-select{
  width: 352px;
  padding: 9px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
}
.center-form .item-error{
  position: absolute;
  font-size: 12px;
  color: #e22323;
  margin-left: 190px;
  margin-top: 2px;
}
.center-form .list-title{
  margin-top: 30px;
}
.center-form .item-tip{
  color: #bbb;
  font-size: 12px;
  color: #bbb;
  font-size: 12px;
  margin-left: 190px;
  margin-top: 20px;
}
.center-form .form-btn{
  margin-top: 60px;
  margin-left: 175px;
  margin-bottom: 60px;
}
.center-form.type2 .form-btn{
  margin-left: 405px;
}
.center-form .form-btn button{
  font-size: 15px;
  width: 114px;
  padding: 6px 0;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.center-form .form-btn button.btn-sure{
  color: #fff;
  border: 1px solid #e22323;
  background-color: #e22323;
  margin-right: 60px;
}
.center-form .form-btn button.btn-reset{
  color: #333;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}
.center-form .form-radio-group{
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 16px;
}
.center-form .form-radio-group .radio-item{
  width: calc( 100% / 4 );
  float: left;
  margin-top: 6px;
}
.center-form .form-radio-group .radio-item:last-child{
  margin-top: 0px;
}
.center-form .form-radio-group .radio-input{
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: transparent;
}
.radio-item input[type="radio"]{
  position: relative;
  margin-right: 15px;
}
.radio-item input[type="radio"]:after{
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../images/select/r.png);
  background-repeat: no-repeat;
  background-position: center!important;
  display: block;
  position: absolute;
  top: -5px;
  background-color: #F6F6F6;
}
.radio-item input[type="radio"]:checked:after{
  background-image: url(../images/select/rs.png);
}
.radio-item input[type="radio"]:hover:after{
  background-image: url(../images/select/r.png);
}
.radio-item input[type="radio"]:checked:hover:after{
  background-image: url(../images/select/rs.png);
}

.rz-panel{
  text-align: center;
  width: 300px;
  float: left;
  margin: 80px 60px;
  position: relative;
}
.rz-panel .panel-top{
  border: 1px solid #666;
  border: 1px solid #666;
  padding: 55px 0 33px;
  margin-bottom: 15px;
}
.rz-panel .panel-top h3{
  color: #333;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 8px;
}
.rz-panel .panel-top p{
  color: #aaa;
  font-size: 12px;
}
.rz-panel .panel-reason{
  color: #e22323;
  font-size: 16px;
  text-decoration: underline!important;
}
.rz-panel .panel-mask{
  width: 175px;
  height: 175px;
  background-image: url(../images/crz.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: -45px;
}
.rz-panel.wrz .panel-mask{
  width: 175px;
  height: 175px;
  background-image: url(../images/cwrz.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2px;
  right: -45px;
}
.rz-panel.yrz .panel-reason{
  display: none;
}
.url-panel .url-item{
  width: calc( ( 100% - 60px ) / 4 );
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}
.url-panel .url-item:nth-child(4n){
  margin-right: 0px;
}
.url-panel .url-item h3{
  font-size: 17px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.url-panel .url-item p{
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
}
@media screen and (max-width: 1024px){
  .container{
    overflow-x: hidden;
  }
  .loginForm .form{
    width: 90% !important;
  }
  #headerLogin .logo{
    width: 50% !important;
  }
  fieldset, img{
    max-width: 100% !important;
    height: auto !important;
  }
  #headerLogin .logo{
    margin-right: 5% !important;
    padding-right: 5% !important;
  }
  #headerLogin{
    font-size: 24px !important;
  }
  .credit-plate select{
    font-size: 14px !important;
  }
}

