* {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  font-size: 14px;
  color: #333;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
input {
  font-size: 14px;
  color: #333;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:hover {
  color: #006FC0;
}
img {
  border: none;
}
ul,
li {
  list-style: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
em,
i {
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  height: 0;
  display: block;
}
.container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table {
  width: 100%;
  word-wrap: break-word;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  min-width: 0;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
table th {
  font-weight: normal;
  text-align: inherit;
}
.banner {
  font-size: 0;
}
.banner img {
  width: 100%;
}
.nav {
  background: #006fc0 url(../images/banner/2.png) no-repeat center 0;
  justify-content: space-between;
  padding-top: 206px;
}
.nav li {
  height: 50px;
  line-height: 50px;
  flex-grow: 1;
  text-align: center;
  background: #006FC0;
}
.nav li.active a {
  background: #018BF0;
}
.nav li a {
  display: block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.nav li a:hover {
  background: #018BF0;
  text-decoration: none;
}
.title {
  height: 30px;
  line-height: 32px;
  border-bottom: 2px solid #006FC0;
  background: url(../images/bg/title.png) no-repeat 0 0;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.title a {
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 20px;
  line-height: 20px;
  color: #999;
  padding-right: 12px;
  background: url(../images/icon/more.png) no-repeat right center;
}
.title a:hover {
  color: #018BF0;
}
.home_main {
  margin-top: 25px;
}
.home_main .left_main {
  width: 216px;
}
.home_main .left_main .img_link {
  margin-bottom: 20px;
}
.home_main .left_main .img_link li + li {
  margin-top: 15px;
}
.home_main .left_main .img_link li a {
  font-size: 0;
  display: block;
}
.home_main .left_main .img_link li a img {
  width: 100%;
}
.home_main .left_main .com_list {
  padding: 25px 27px 10px;
  background: #F7F8F9;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_main .left_main .com_list li {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 18px;
  font-size: 0;
  line-height: 0;
}
.home_main .left_main .com_list li a,
.home_main .left_main .com_list li span {
  display: block;
}
.home_main .left_main .com_list li span {
  height: 20px;
  line-height: 20px;
  margin-top: 14px;
}
.home_main .center_main {
  width: 688px;
  margin-left: 35px;
}
.home_main .right_main {
  width: 216px;
}
.home_main .right_main .quick_link {
  margin-bottom: 20px;
}
.news_list li {
  height: 60px;
  line-height: 60px;
  position: relative;
  border-bottom: 1px solid #E8EAED;
}
.news_list li a {
  display: block;
  height: 100%;
  padding: 0 190px 0 19px;
  background: url(../images/icon/arrow.png) no-repeat 0 center;
  font-size: 16px;
}
.news_list li span {
  position: absolute;
  color: #999;
  right: 0;
  top: 0;
}
.page {
  margin: 29px 0;
}
.page li {
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
}
.page li a,
.page li span {
  display: block;
  height: 100%;
  line-height: 28px;
  border: 1px solid #E8EAED;
  min-width: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5px;
  background: #f9f9f9;
}
.page li span,
.page li a:hover {
  background: #006FC0;
  color: #fff;
  border-color: #006FC0;
}
.quick_link li {
  height: 38px;
  line-height: 38px;
  border: 1px solid #006FC0;
  background: #EFFAFF;
  text-align: center;
  overflow: hidden;
}
.quick_link li + li {
  margin-top: 12px;
}
.quick_link li a {
  display: block;
  color: #006FC0;
  text-align: justify;
  padding: 0 20px;
}
.quick_link li a:hover {
  background: #006FC0;
  color: #fff;
}
.quick_link li a:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.text_list {
  background: #F7F8F9;
  padding: 18px 15px 23px;
}
.text_list li {
  height: 20px;
  line-height: 20px;
}
.text_list li + li {
  margin-top: 8px;
}
.text_list li a {
  display: block;
  padding-left: 15px;
  position: relative;
}
.text_list li a:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #006FC0;
  left: 0;
  top: 8px;
}
.footer {
  margin-top: 20px;
  background: #F7F8F9;
  border-radius: 1px;
  justify-content: space-between;
  padding: 36px 0;
  text-align: center;
}
.footer .logo,
.footer .office {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  position: relative;
}
.footer .logo:after,
.footer .office:after {
  background: #DBDBDB;
  width: 1px;
  position: absolute;
  content: '';
  top: 50%;
  height: 66px;
  margin-top: -33px;
}
.footer .logo img,
.footer .office img {
  text-align: center;
}
.footer .logo {
  width: 325px;
}
.footer .logo:after {
  right: 0;
}
.footer .office {
  width: 222px;
}
.footer .office:after {
  left: 0;
}
.footer .text {
  padding: 0 39px;
  flex-grow: 1;
  text-align: left;
  line-height: 22px;
  color: #666;
}
.footer .text span + span {
  padding-left: 10px;
}
.left_nav {
  width: 226px;
  border: 1px solid #DBE0E3;
  border-top: none;
}
.left_nav li ul {
  display: none;
}
.left_nav li a,
.left_nav li label {
  display: block;
  padding-left: 56px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
}
.left_nav li a:hover,
.left_nav li label:hover {
  background: #EFFAFF;
}
.left_nav li input {
  display: none;
}
.left_nav li input:checked + label {
  background: #EFFAFF;
  border-right: 2px solid #006FC0;
  width: 169px;
}
.left_nav li input:checked + label:after {
  transform: rotate(45deg);
  top: 22px;
}
.left_nav li input:checked + label + ul {
  display: block;
}
.left_nav li label {
  position: relative;
}
.left_nav li label:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  transform: rotate(-135deg);
  right: 12px;
  top: 20px;
}
.left_nav li li a {
  color: #999;
}
.inner_right_page {
  width: 926px;
}
.search {
  justify-content: space-between;
  margin: 25px 0 19px;
}
.search span {
  color: #666;
}
.search form {
  display: block;
  width: 418px;
  height: 38px;
  border: 1px solid #006FC0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.search form input {
  height: 100%;
  box-sizing: border-box;
  border: none;
}
.search form .input {
  width: 344px;
  padding: 0 14px;
}
.search form .btn {
  width: 73px;
  background: #006FC0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search form .btn:hover {
  opacity: 0.8;
}
.news_list_2 {
  border-top: 1px solid #DBE0E3;
}
.news_list_2 li {
  border-bottom: 1px solid #DBE0E3;
}
.news_list_2 li a {
  display: block;
  padding: 14px 0;
}
.news_list_2 li a h5 {
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
}
.news_list_2 li a .des {
  line-height: 20px;
  color: #666;
  margin-top: 12px;
}
.news_list_2 li a .date {
  margin-top: 14px;
  font-size: 12px;
  color: #999;
  height: 16px;
  line-height: 16px;
}
.detail_right_page {
  width: 720px;
  margin-right: 127px;
  padding: 25px 0;
}
.detail_right_page h1 {
  line-height: 40px;
  font-size: 28px;
}
.detail_right_page .date {
  margin-top: 25px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.detail_right_page .detail_view {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.detail_right_page .detail_view .img {
  margin: 20px 0;
  font-size: 0;
  background: #F3F3F3;
}
.detail_right_page .detail_view .img img {
  width: 100%;
}
.detail_right_page .down_link {
  margin-top: 36px;
  color: #999;
  line-height: 18px;
}
.detail_right_page .down_link li + li {
  margin-top: 20px;
}
.detail_right_page .down_link a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.detail_right_page .down_link a:hover {
  color: #018BF0;
}
.sys_main {
  margin: 30px 0;
}
.sys_main li {
  float: left;
  width: 300px;
  height: 246px;
  box-sizing: border-box;
  border-right: 1px solid #EAECED;
  text-align: center;
  overflow: hidden;
}
.sys_main li a {
  display: block;
  padding-top: 40px;
  height: 100%;
  box-sizing: border-box;
}
.sys_main li a:hover {
  background: #F2FAFF;
}
.sys_main li a h5 {
  margin-top: 17px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
.sys_main li a .des {
  width: 214px;
  position: relative;
  margin: 17px auto 0;
  line-height: 20px;
  color: #999;
}
.sys_main li:nth-child(1),
.sys_main li:nth-child(2),
.sys_main li:nth-child(3),
.sys_main li:nth-child(4) {
  border-bottom: 1px solid #EAECED;
}
.sys_main li:nth-child(4n) {
  border-right: none;
}
.sys_main:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
  height: 0;
}
.join_main {
  margin: 30px 0;
}
.join_main .left_main {
  width: 741px;
}
.join_main .left_main .table table {
  width: 100%;
  text-align: center;
}
.join_main .left_main .table table th,
.join_main .left_main .table table td {
  border: 1px solid #EAECED;
  text-align: center;
}
.join_main .left_main .table table th {
  height: 46px;
  background: #F8F8F8;
}
.join_main .left_main .table table td {
  color: #666;
  padding: 5px;
  height: 48px;
}
.join_main .right_main {
  width: 429px;
}
.join_main .right_main form {
  display: block;
  border: 1px solid #EAECED;
  background: #F9F9F9;
  margin-top: 30px;
  padding-bottom: 26px;
}
.join_main .right_main form .box {
  width: 295px;
  position: relative;
  margin: 0 auto;
}
.join_main .right_main form .box.has_error h5 {
  margin-bottom: 0;
}
.join_main .right_main form .box.has_error .error {
  display: block;
}
.join_main .right_main form h5 {
  height: 24px;
  line-height: 24px;
  padding: 20px 0 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 30px;
}
.join_main .right_main form .error {
  border-radius: 3px;
  border: 1px solid #D46F16;
  background: #ffe6e5 url(../images/icon/error.png) no-repeat 14px center;
  padding-left: 40px;
  margin: 8px 0 10px;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  display: none;
}
.join_main .right_main form .input_box + .input_box {
  margin-top: 12px;
}
.join_main .right_main form .input_box input {
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  padding: 0 14px;
}
.join_main .right_main form .input_box.code {
  position: relative;
}
.join_main .right_main form .input_box.code input {
  width: 196px;
}
.join_main .right_main form .input_box.code a {
  width: 84px;
  height: 38px;
  top: 2px;
  right: 0;
  position: absolute;
  font-size: 0;
  cursor: pointer;
}
.join_main .right_main form .input_box.code a img {
  width: 100%;
  height: 100%;
}
.join_main .right_main form .btn {
  margin-top: 26px;
}
.join_main .right_main form .btn input {
  width: 100%;
  border-radius: 3px;
  height: 42px;
  border: none;
  background: #3582F8;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.join_main .right_main form .btn input:hover {
  opacity: 0.9;
}
.join_main .right_main form .link {
  margin: 20px 0 30px;
  text-align: center;
}
.join_main .right_main form .link a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}
.join_main .right_main form .code_img {
  text-align: center;
}
.join_main .right_main form .code_img .img {
  width: 57px;
  height: 57px;
  padding: 4px;
  border: 1px solid #006FC0;
  font-size: 0;
  line-height: 0;
  position: relative;
  margin: 0 auto;
  border-radius: 1px;
}
.join_main .right_main form .code_img .img img {
  width: 100%;
  height: 100%;
}
.join_main .right_main form .code_img span {
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 18px;
  margin-top: 10px;
}
