﻿
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background-color: #fff;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a {
  cursor: pointer;
}

.pub_header .header_wrap {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
  background: url(../image/map.png) no-repeat right center/45% 200%;
}
.pub_header .header_wrap .header_lt {
  float: left;
  padding-top: 12px;
}
.pub_header .header_wrap .header_lt img {
  height: 74px;
}
.pub_header .header_wrap .header_rt {
  float: right;
}
.pub_header .header_wrap .header_rt .layui-btn {
  width: 80px;
  padding: 0;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
  background-color: #0045c0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pub_header .header_wrap .header_rt .up {
  text-align: right;
  margin-top: 10px;
}
.pub_header .header_wrap .header_rt .up .flag {
  display: inline-block;
  height: 19px;
}
.pub_header .header_wrap .header_rt .up .flag img {
  height: 100%;
}
.pub_header .header_wrap .header_rt .up .layui-btn {
  background-color: #0045c0;
}
.pub_header .header_wrap .header_rt .down {
  margin-top: 10px;
  height: 50px;
  align-items: center;
}
.pub_header .header_wrap .header_rt .down span {
  color: #666;
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 120px;
}
.pub_header .header_wrap .header_rt .down img {
  height: 40px;
}
.pub_header .header_wrap .header_rt .down .layui-btn {
  background-color: #ff8900;
}
.pub_header .header_wrap .header_rt .down .novip, .pub_header .header_wrap .header_rt .down .vip {
  float: right;
  height: 50px;
}
.pub_header .header_wrap .header_rt .down .novip {
  display: none;
}
.pub_header .header_wrap .header_rt .down .novip img {
  display: none;
}
.pub_header .header_wrap .header_rt .down .vip {
  display: none;
  position: relative;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu {
  position: absolute;
  display: none;
  z-index: 999;
  background: #fff;
  top: 50px;
  right: 0;
  width: 173px;
  border: 1px solid #d7e4f5;
  border-radius: 0 0 10px 10px;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu h3 {
  padding: 20px 22px 5px;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu .tag {
  padding-left: 20px;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 12px;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu .tag img {
  height: 16px;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu ul {
  padding: 13px 0;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu ul li {
  cursor: pointer;
  line-height: 32px;
  padding-left: 22px;
}
.pub_header .header_wrap .header_rt .down .vip .vip_menu ul li img {
  height: 14px;
  margin-right: 8px;
}
.pub_header .header_wrap .header_rt .down .vip:hover .vip_menu {
  display: block;
}

.pub_nav {
  background-color: #0057ec;
}
.pub_nav .nav_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #0057ec;
  display: flex;
}
.pub_nav .nav_wrap .layui-nav-item {
  flex: 1;
  text-align: center;
  border-left: 1px solid #2b7cee;
  border-right: 1px solid #2b7cee;
  line-height: 50px;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-more {
  right: auto;
  margin-left: 5px;
}
.pub_nav .nav_wrap .layui-nav-item a {
  color: #fff;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-child a {
  color: #333;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-child .block {
  position: relative;
  width: 390px;
  padding-left: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-child .block .tit {
  position: absolute;
  top: 4px;
  left: 30px;
  font-weight: 600;
  color: #333;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-child .block dd {
  width: 93px;
  float: left;
}
.pub_nav .nav_wrap .layui-nav-item .layui-nav-child .block:after {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}
.pub_nav .nav_wrap .layui-this {
  background-color: #004ac9;
}

.pub_footer {
  width: 100%;
  background-color: #2d2d2d;
  padding: 40px 0 20px;
  box-sizing: border-box;
}
.pub_footer .footer_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.pub_footer .footer_wrap .up {
  display: flex;
  justify-content: space-between;
}
.pub_footer .footer_wrap .up .footer_nav {
  width: 250px;
}
.pub_footer .footer_wrap .up .footer_nav li {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.pub_footer .footer_wrap .up .footer_nav li a {
  color: #999;
}
.pub_footer .footer_wrap .up .footer_info {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  flex-grow: 1;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pub_footer .footer_wrap .up .footer_info li {
  color: #999999;
  height: 34px;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pub_footer .footer_wrap .up .footer_info li .footer_info_li_key {
  width: 50px;
  height: 100%;
  text-align: justify;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.pub_footer .footer_wrap .up .footer_info li .footer_info_li_key i {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pub_footer .footer_wrap .up .footer_info li .footer_info_li_value {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  box-sizing: border-box;
}
.pub_footer .footer_wrap .up .footer_code {
  display: flex;
  align-items: center;
}
.pub_footer .footer_wrap .up .footer_code li {
  margin-left: 60px;
}
.pub_footer .footer_wrap .up .footer_code li p {
  color: #1b62c7;
  text-align: center;
  margin-top: 15px;
}
.pub_footer .footer_wrap .down {
  margin-top: 30px;
  text-align: center;
}
.pub_footer .footer_wrap .down span {
  color: #999;
  margin-right: 10px;
}
.pub_footer .footer_wrap .down span a {
  color: #999;
}

.pub_friendlink {
  width: 1200px;
  height: 116px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid #c3c3c3;
}
.pub_friendlink .friendlink_lt {
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  background-color: #005dff;
  width: 140px;
  position: absolute;
  text-align: center;
  line-height: 112px;
}
.pub_friendlink .friendlink_lt .triangle {
  position: absolute;
  top: 46px;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #005dff;
}
.pub_friendlink .friendlink_box {
  z-index: 99;
  position: relative;
  margin-top: 23px;
  margin-left: 130px;
  overflow: hidden;
  background-color: #fff;
  width: 1058px;
  height: 72px;
  float: left;
  align-items: center;
}
.pub_friendlink .friendlink_box .friendlink_rt {
  height: 80px;
  position: absolute;
  left: 0;
  padding-left: 33px;
  /*a{
  	display:inline-block;
  	width:285px;
  	height:68px;
  	line-height:68px;
  	text-align:center;
  	border:0;
  	background-color:#ff8900;
  	background-position-x: 60px;
  	background-position-y: 50%;
  	text-indent:30px;
  	background-repeat: no-repeat;
  	color:#fff;
  	font-size:22px;
  	margin-left:33px;
  	border-radius: 10px;
  }*/
}
.pub_friendlink .friendlink_box .friendlink_rt li {
  width: 182px;
  height: 68px;
  float: left;
  margin-right: 21px;
}
.pub_friendlink .friendlink_box .friendlink_rt li img {
  width: 100%;
  height: 100%;
}
.pub_friendlink .friendlink_box .friendlink_rt a:hover {
  opacity: 0.8;
}

.friendlink:after, .pub_friendlink:after {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
}

.pub_main {
  background-color: #f2f4f8;
  padding: 20px 0 40px;
}
.pub_main .main_wrap {
  width: 1200px;
  margin: 0 auto;
}

.pub_list {
  margin-bottom: 30px;
  display: flex;
  padding: 0 10px;
}
.pub_list .list_lt {
  width: 260px;
  background-color: #fff;
  border-radius: 4px;
}
.pub_list .list_lt .list_title {
  background-color: #1163d0;
  background-image: url(../image/bg_2.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
.pub_list .list_lt .list_title .list_title_lt {
  font-size: 56px;
  color: #fff;
}
.pub_list .list_lt .list_title .list_title_rt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.pub_list .list_lt .list_title .list_title_rt h3 {
  font-size: 26px;
}
.pub_list .list_lt .list_title .list_title_rt h4 {
  font-size: 15px;
}
.pub_list .list_lt .img-container {
  text-align: center;
  padding-bottom: 10px;
}
.pub_list .list_lt .img-container img {
  max-width: 100%;
}
.pub_list .list_lt .list_wrap {
  padding-left: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.pub_list .list_lt .list_wrap li {
  box-sizing: border-box;
  margin-top: 10px;
  width: 240px;
  height: 60px;
  background-color: #eeebeb;
  padding-left: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pub_list .list_lt .list_wrap li span {
  color: #0045c0;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
}
.pub_list .list_lt .list_wrap .img_off {
  display: block;
}
.pub_list .list_lt .list_wrap .img_on {
  display: none;
}
.pub_list .list_lt .list_wrap .active, .pub_list .list_lt .list_wrap .on {
  background-color: #ff8900;
  position: relative;
}
.pub_list .list_lt .list_wrap .active span, .pub_list .list_lt .list_wrap .on span {
  color: #fff;
}
.pub_list .list_lt .list_wrap .active .triangle, .pub_list .list_lt .list_wrap .on .triangle {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ff8900;
}
.pub_list .list_lt .list_wrap .active .img_off, .pub_list .list_lt .list_wrap .on .img_off {
  display: none;
}
.pub_list .list_lt .list_wrap .active .img_on, .pub_list .list_lt .list_wrap .on .img_on {
  display: block;
}
.pub_list .list_lt .list_wrap .small_list {
  padding-top: 22px;
  background: #fff8f0;
}
.pub_list .list_lt .list_wrap .small_list .active {
  color: #ff8900;
  background: #ffebd4;
}
.pub_list .list_lt .list_wrap .small_list li {
  background: #fff8f0;
  color: #7a7a7a;
  margin-top: 0;
  padding-left: 85px;
}
.pub_list .list_lt .list_wrap .small_list .active .triangle {
  border-color: transparent transparent transparent #ffebd4;
}
.pub_list .list_rt {
  height: auto;
  background-color: #fff;
  flex-grow: 1;
  margin-left: 20px;
  border-radius: 4px;
  padding-bottom: 20px;
}
.pub_list .list_rt .list_title {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 20px 20px 8px;
}
.pub_list .list_rt .list_title h3 {
  color: #0045c0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.pub_list .list_rt .list_title h4 {
  color: #c8c8c8;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}
.pub_list .list_rt .list_title .query {
  position: absolute;
  right: 20px;
  top: 16px;
}
.pub_list .list_rt .list_title .query input {
  float: left;
  width: 176px;
  height: 34px;
  border: 2px solid #e3e4e8;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  text-indent: 10px;
}
.pub_list .list_rt .list_title .query .btn {
  float: left;
  width: 45px;
  height: 38px;
  border: 0;
  background: #0057ec url(../image/query.jpg) center center no-repeat;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s;
  cursor: pointer;
}
.pub_list .list_rt .list_title .query .btn:hover {
  opacity: 0.6;
}
.pub_list .list_rt .img-container {
  text-align: center;
  padding-bottom: 10px;
}
.pub_list .list_rt .img-container img {
  max-width: 100%;
}
.pub_list .list_rt .list_wrap {
  padding: 25px 20px;
}
.pub_list .list_rt .list_wrap li {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #c8c8c8;
  height: 40px;
  line-height: 40px;
}
.pub_list .list_rt .list_wrap li .article_title {
  width: 720px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pub_list .list_rt .list_wrap li .article_title .layui-icon {
  color: #333;
}
.pub_list .list_rt .list_wrap li .article_title a {
  color: #333;
}
.pub_list .list_rt .list_wrap li p {
  color: #666;
  width: 100px;
}
.pub_list .list_rt .list_wrap li:hover a {
  color: #0045c0;
}
.pub_list .list_rt .list_wrap li:hover p {
  color: #0045c0;
}

.pub_article .list_title .layui-breadcrumb .breadcrumb_title {
  color: #0045c0 !important;
  font-size: 18px;
  font-weight: 700;
}
.pub_article .list_title .layui-breadcrumb cite {
  font-size: 16px;
}
.pub_article .content_wrap {
  padding: 40px 60px;
}
.pub_article .content_wrap .content_title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.pub_article .content_wrap .content_date {
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.pub_article .content_wrap .content p {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 2.3;
}
.pub_article .content_wrap .content div {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 2.3;
}
.pub_article .content_wrap .content span {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
  line-height: 2.3;
}
.pub_article .content_wrap .content p .span {
  color: #fff;
  background: #2067be;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  padding: 2px 5px;
  line-height: 20px;
  margin-right: 5px;
  text-indent: 0;
}
.pub_article .content_wrap .content span {
  line-height: 20px;
  line-height: 30px;
}
.pub_article .content_wrap .content .content_p_c {
  color: #0453b6;
}
.pub_article .content_wrap .content img {
  max-width: 100%;
}
.pub_article .content_wrap .content .content_img_center {
  padding-bottom: 20px;
  text-align: center;
  text-indent: 0;
}
.pub_article .content_wrap .content .button {
  width: 226px;
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #fff;
  border-radius: 10px;
  background: #ff8900;
  font-size: 20px;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  text-indent: 0;
}
.pub_article .content_wrap .content button:hover {
  opacity: 0.8;
}
.pub_article .content_wrap .content video {
  width: 550px;
  margin: 0 auto;
}
.pub_article .block_1 {
  background: #f2f2f2;
  padding: 30px 60px;
}
.pub_article .block_1 h3 {
  font-size: 18px;
  color: #216cc9;
  font-weight: 600;
  padding-bottom: 20px;
}
.pub_article .block_1 p {
  font-size: 16px;
  text-indent: 32px;
  line-height: 32px;
  color: #1a1a1a;
}
.pub_article .block_1 img {
  float: right;
  padding-left: 30px;
}
.pub_article .block_1:after, .pub_article .block_2:after {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}
.pub_article .block_2 {
  padding: 30px 22px;
}
.pub_article .block_2 h3 {
  font-size: 18px;
  color: #216cc9;
  font-weight: 600;
  padding-bottom: 30px;
}
.pub_article .block_2 .flex {
  display: flex;
}
.pub_article .block_2 .flex .block {
  margin: 0 5px;
  padding: 10px;
  flex: 1;
  background: #f2f2f2;
}
.pub_article .block_2 .flex p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 30px;
  color: #1a1a1a;
}
.pub_article .block_2 .flex img {
  padding: 40px 0 30px 92px;
}

.laypage {
  text-align: center;
}

._article {
  display: none;
}
._article .content_wrap .content_title {
  color: #0b5cc4;
  font-size: 19px;
}
._article .content_title {
  padding-bottom: 20px;
}
._article .content_p_center {
  text-align: center;
  padding-bottom: 20px;
}

.book_content {
  padding: 33px;
  min-height: 520px;
}

.book li {
  margin-left: 20px;
  padding-top: 21px;
  padding-left: 28px;
  width: 328px;
  height: 215px;
  float: left;
  border-radius: 10px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.book li .book_box {
  float: left;
  width: 145px;
  height: 192px;
  border-radius: 7px 16px 16px 7px;
  border-right: 3px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  margin-right: 22px;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
}
.book li .book_box img {
  width: 100%;
  height: 100%;
}
.book li .book_tit {
  font-size: 16px;
  padding-right: 16px;
  line-height: 22px;
}
.book li .book_tit_2 {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
}
.book li .book_link a {
  position: absolute;
  bottom: 26px;
  right: 85px;
  display: inline-block;
  width: 76px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #0045c0;
  border-radius: 10px;
  border: 1px solid #0045c0;
}
.book li .book_link a:hover {
  color: #fff;
  background: #0045c0;
}

.method .input input::-webkit-input-placeholder {
  color: #ccc;
}
.method .input input::-moz-input-placeholder {
  color: #ccc;
}
.method .input input::-ms-input-placeholder {
  color: #ccc;
}

.margin_left_0 {
  margin-left: 0 !important;
}

#condition {
  width: 300px;
  float: left;
  margin-right: 20px;
}

.layui-btn-normal {
  background-color: #1858c4;
  float: left;
}

.index .news .news_right .tab ul {
  padding: 11px 0 11px 0px !important;
}

.index .news .news_right .tab ul li::before {
  content: "·";
  padding-right: 6px;
  font-weight: 800;
  display: inline-block;
}

.layui-nav-child {
  top: 50px;
}

.layui-nav-bar {
  display: none;
}

#_fw p {
  display: inline-block;
  float: left;
}
#_fw p a {
  display: inline !important;
  padding: 0 16px;
  border-right: 1px solid #aeaeae;
}
#_fw p a:hover {
  background: none !important;
  color: #0045c0;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}

.layui-nav .layui-nav-more {
  width: 14px;
  height: 12px;
  margin-top: -3px;
  border: none !important;
  background: url(../image/jiantou1.png) no-repeat;
}

.layui-nav .layui-nav-mored {
  width: 14px;
  height: 12px;
  margin-left: 5px;
  margin-top: -3px;
  border: none !important;
  background: url(../image/jiantou2.png) no-repeat;
}

.layui-nav-item {
  transition: background-color 0.3s;
}

.layui-nav-item:hover {
  background: #0066f5;
}

.footer_nav li {
  margin-right: 30px;
}

.newFooter {
  flex: 1;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}

.newFooter dl dt {
  font-size: 14px;
  line-height: 32px;
  color: #999;
}

.newFooter dl dd {
  font-size: 12px;
  line-height: 32px;
  color: #999;
}

/*# sourceMappingURL=public.css.map */
