﻿@charset "utf-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: \5FAE\8F6F\96C5\9ED1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fafafa;
}
a:focus {
  outline: none;
} /*点击a标签出现虚线边框*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
dd,
dl,
dt,
div,
span,
input,
textarea,
form,
table,
tr,
td {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
ul,
li {
  list-style: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
} /*input输入框在苹果手机上去除内阴影*/
textarea {
  resize: none;
  font-family: \5FAE\8F6F\96C5\9ED1;
  border: none;
  outline: none;
}
input,
button {
  font-family: \5FAE\8F6F\96C5\9ED1;
  border: none;
  outline: none;
}
input[disabled] {
  opacity: 1;
}
a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
  outline: none;
}
.container {
  width: 1212px;
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*head*/
.head .topBar {
  font-size: 14px;
  color: #37496e;
  background-color: #ffffff;
  height: 38px;
  border-top: solid 2px #3560dd;
  line-height: 36px;
}
.head .topBar .left a {
  color: #37496e;
  cursor: pointer;
}
.head .topBar .right {
  cursor: default;
}
.head .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url("../SBImage/bg_head.jpg") no-repeat center;*/
    background-image: url('../SBImage/bg_head.jpg');
    height: 201px;
    color: #ffffff;
}
.head .tit .txt {
  margin-left: 30px;
}
.head .tit .txt h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 7.5px;
}
.head .tit .txt h4 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*main*/
.main {
  margin-top: 17px;
}
.main .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 4px #2071b5;
}
.main .nav a {
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 115px;
  width: 202px;
}
.main .nav a.on {
  background-color: #2071b5;
}
.main .nav a p {
  color: #37496e;
  margin-top: 10px;
}
.main .nav a.on p {
  color: #ffffff;
  font-weight: 700;
  margin-top: 14px;
}
.main .nav a .img {
  width: 43px;
  height: 34px;
}
    .main .nav a:nth-child(1) .img {
        background: url("../SBImage/img_tab1.png") /*tpa=images/img_tab1.png*/ no-repeat center;
    }
    .main .nav a:nth-child(1).on .img {
        background: url("../SBImage/img_tab1w.png") /*tpa=images/img_tab1w.png*/ no-repeat center;
    }
    .main .nav a:nth-child(2) .img {
        background: url("../SBImage/img_tab2.png") /*tpa=images/img_tab2.png*/ no-repeat center;
    }
    .main .nav a:nth-child(2).on .img {
        background: url("../SBImage/img_tab2w.png") /*tpa=images/img_tab2w.png*/ no-repeat center;
    }
    .main .nav a:nth-child(3) .img {
        background: url("../SBImage/img_tab3.png") /*tpa=images/img_tab3.png*/ no-repeat center;
    }
    .main .nav a:nth-child(3).on .img {
        background: url("../SBImage/img_tab3w.png") /*tpa=images/img_tab3w.png*/ no-repeat center;
    }
    .main .nav a:nth-child(4) .img {
        background: url("../SBImage/img_tab4.png") /*tpa=images/img_tab4.png*/ no-repeat center;
    }
    .main .nav a:nth-child(4).on .img {
        background: url("../SBImage/img_tab4w.png") /*tpa=images/img_tab4w.png*/ no-repeat center;
    }
    .main .nav a:nth-child(5) .img {
        background: url("../SBImage/img_tab5.png") /*tpa=images/img_tab5.png*/ no-repeat center;
    }
    .main .nav a:nth-child(5).on .img {
        background: url("../SBImage/img_tab5w.png") /*tpa=images/img_tab5w.png*/ no-repeat center;
    }
    .main .nav a:nth-child(6) .img {
        background: url("../SBImage/img_tab6.png") /*tpa=images/img_tab6.png*/ no-repeat center;
    }
    .main .nav a:nth-child(6).on .img {
        background: url("../SBImage/img_tab6w.png") /*tpa=images/img_tab6w.png*/ no-repeat center;
    }
    .main .form {
        background-color: #ffffff;
        border: solid 1px #dddddd;
        background: #ffffff url("../SBImage/fix_pet.png") /*tpa=images/fix_pet.png*/ no-repeat bottom center;
        background-size: 70%;
    }
.main .form > h4 {
  background-color: #ececec;
  font-size: 24px;
  color: #37496e;
  font-weight: 700;
  text-align: center;
  height: 64px;
  line-height: 64px;
}
.main .form .tip {
  font-size: 16px;
  color: #d57d00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 22px;
}
.main .form .tip img {
  margin-top: 2px;
  margin-right: 10px;
  vertical-align: middle;
}
.main .form .tip i {
  color: #ff0000;
}
.main .form .tip span {
  color: #004b8a;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
}
.main .form .item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.main .form .item h5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 180px;
  height: 50px;
}
.main .form .item h5 span {
  font-size: 18px;
  color: #ffffff;
  background-color: #2071b5;
  width: 145px;
  height: 50px;
  text-align: center;
  border-radius: 8px;
  line-height: 50px;
  margin-right: 16px;
  text-align: center;
  padding: 0;
}
.main .form .item h5 i {
  font-size: 24px;
  color: #ff0000;
  margin-right: 6px;
}
.main .form .print {
  border: solid 1px #aaaaaa;
  width: 610px;
  border-radius: 8px;
}
.main .form .print > i {
  font-size: 18px;
  color: #ff0000;
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.main .form .input {
  font-size: 18px;
  height: 48px;
  width: 100%;
  background-color: #ececec;
  border-radius: 8px;
  padding-left: 15px;
}
.main .form span {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  height: 24px;
  line-height: 24px;
}
.main .form .trademarkType label:before {
  width: 14px;
  height: 14px;
  border: solid 1px #acacac;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
}
.main .form .trademarkType label.on:after {
  background-color: #c40001;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 4px;
  top: 7px;
}
.main .form .trademarkType {
  margin-top: 13px;
}
.main .form .trademarkType label {
  margin-right: 30px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.main .form .searchType {
  padding: 12px 0 15px 30px;
}
    .main .form .searchType .all {
        font-size: 18px;
        color: #333333;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 8px;
        background: url("../SBImage/icon_check.png") /*tpa=images/icon_check.png*/ no-repeat left center;
    }
        .main .form .searchType .all.on {
            background: url("../SBImage/icon_checked.png") /*tpa=images/icon_checked.png*/ no-repeat left center;
        }
.main .form .searchType .list {
  display: flex;
  flex-direction: row;
}
.main .form .searchType .list .li {
  display: flex;
  flex-direction: column;
  border-left: solid 1px #dfdfdf;
  padding-left: 36px;
}
.main .form .searchType .list .li:first-child {
  border-left: none;
  width: 142px;
  padding-left: 0;
}
.main .form .searchType .list .li:nth-child(2) {
  width: 187px;
}
    .main .form .searchType .list label {
        margin-bottom: 9px;
        background: url("../SBImage/icon_check.png") /*tpa=images/icon_check.png*/ no-repeat left center;
        padding-left: 25px;
        cursor: pointer;
        font-size: 18px;
        color: #333333;
    }
.main .form .searchType .list label:last-child {
  margin-bottom: 0;
}
        .main .form .searchType .list label.on {
            background: url("../SBImage/icon_checked.png") /*tpa=images/icon_checked.png*/ no-repeat left center;
        }
.main .form .btn {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.main .form .btn a {
  text-align: center;
  cursor: pointer;
  margin: 0 9px;
  width: 160px;
  height: 50px;
  font-size: 18px;
}
.main .form .reset {
  color: #333333;
  background-color: #f5f5f5;
  cursor: pointer;
  border: solid 1px #aaaaaa;
  line-height: 48px;
}
.main .form .submit {
  background-color: #c40001;
  color: #ffffff;
  line-height: 50px;
}
.main .form .submit img {
  margin-left: 10px;
}
.main .swt {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  color: #333333;
  height: 46px;
  line-height: 46px;
  margin-top: 45px;
}
.main .swt a {
  cursor: pointer;
  color: #c40001;
  font-weight: 700;
  text-decoration: underline;
}
.main .listLi {
  display: flex;
  flex-flow: column wrap;
  padding-left: 172px;
  height: 404px;
  margin-top: 47px;
}
.main .listLi a {
  position: relative;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  padding-left: 28px;
  letter-spacing: 1.8px;
  display: inline-block;
  width: 475px;
  line-height: 36px;
}

.main .listLi a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #004b8a;
  left: 0;
  top: 14px;
}
.main .listLi a:hover {
  color: #c40000;
}
.main .listLis {
  padding-left: 111px;
  height: initial;
  margin-top: 25px;
}
.main .listLis a {
  width: initial;
}
.main .zclct {
  position: relative;
  text-align: center;
  margin-top: 58px;
  margin-bottom: 69px;
}
.main .zclct p {
  position: absolute;
  width: 429px;
  height: 50px;
  border: solid 1px #c40001;
  font-size: 0;
  right: 292px;
  bottom: -6px;
}
.main .zclct p .input {
  width: 259px;
  vertical-align: top;
  height: 48px;
  padding-left: 16px;
  font-size: 18px;
  background-color: #ffffff;
}
.main .zclct p .submit {
  display: inline-block;
  width: 168px;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
}

/*foot*/
.foot {
    text-align: center;
    background: url("../SBImage/bg_foot.jpg") /*tpa=images/bg_foot.jpg*/ no-repeat center;
    height: 202px;
    margin-top: 46px;
}
.foot .nav {
  font-size: 0;
  margin-bottom: 22px;
  cursor: pointer;
  padding-top: 70px;
}
.foot .nav a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  border-left: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
}
.foot .nav a:first-child {
  border-left: none;
}
.foot p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 30px;
}
.foot .dizhi {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
/*mask*/
.mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}
.mask .box {
  background-color: #ffffff;
  position: absolute;
  width: 554px;
  left: 50%;
  margin-left: -277px;
  top: 20%;
  border-top: solid 4px #2071b5;
  text-align: center;
  padding-bottom: 40px;
}
.mask .box .close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
}
.mask .box .tit {
  font-size: 20px;
  color: #333333;
  background-color: #ececec;
  height: 60px;
  line-height: 60px;
}
.mask .box h4 {
  font-size: 18px;
  color: #2071b5;
  margin-top: 24px;
}
.mask .box .txt {
  font-size: 16px;
  color: #333333;
  text-indent: 35px;
  padding: 0 43px;
  text-align: left;
  line-height: 32px;
  margin: 15px 0 23px;
}
.mask .box p {
  height: 50px;
  width: 453px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  position: relative;
}
.mask .box .tip {
  font-size: 14px;
  color: #c40000;
  line-height: 16px;
  text-align: left;
  width: 453px;
  margin: 0 auto -10px;
}
.mask .box p span {
  font-size: 18px;
  color: #ffffff;
  background-color: #2071b5;
  display: inline-block;
  width: 123px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}
.mask .box p .input {
  width: 342px;
  height: 50px;
  border: solid 1px #dddddd;
  vertical-align: top;
  font-size: 18px;
  padding-left: 12px;
}
.mask .box p .code {
  width: 290px;
}
.mask .box p .getCode {
  font-size: 18px;
  color: #ffffff;
  background-color: #2071b5;
  display: inline-block;
  width: 152px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  outline: none;
  border: none;
  cursor: pointer;
}
.mask .box .tips {
  font-size: 14px;
  color: #c40000;
  text-align: left;
  margin-left: 50px;
  margin-top: 6px;
}
.mask .box .submit {
  width: 236px;
  font-size: 18px;
  color: #ffffff;
  background-color: #c40000;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-top: 44px;
}
.maskForm .box .tit {
  margin-bottom: 40px;
}
