a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: Roboto, sans-serif;
  /*  min-width: 1136px; */
}
img {
  /* width: 100%; */
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.clearf:after,
.clearf:before {
  display: block;
  content: "";
}
.clearfix::after,
.clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}
.clearf:after {
  clear: both;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* .container {width: 1136px;margin: 0 auto;position: relative;} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #f3531e;
  text-align: center;
  position: relative;
  margin-bottom: 68px;
}
.tit_s h2 {
  font-size: 42px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 12px;
  background: #f3531e;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #222424;
  font-size: 29px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 1142px;
  height: 2px;
  background: #f3531e;
  left: 50%;
  top: -29px;
  transform: translateX(-50%);
}
#tjzybox {
  display: none;
}
.right-zx {
  box-sizing: content-box;
}
.tjzybox {
  display: none;
}
.container {
  width: 1142px;
  margin: 0 auto;
  position: relative;
}
/* .cgzs-sec{ width: 100%; padding: 48px 0;} */
/*banner*/
.banner-sec {
  position: relative;
  max-width: 1920px;
  padding-top: 455px;
  margin: 0 auto;
  overflow: hidden;
}
.banner-sec .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.banner-sec .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #afa5a5;
  background: #fff;
}
.banner-sec .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0050A2;
}
.news-sec {
  width: 100%;
  width: 0 auto;
}
.news-box {
  width: 1280px;
  margin: 0 auto;
  padding: 1.1% 0 3.2% 0;
  justify-content: space-between;
}
.n_l {
  width: 23%;
  padding-top: 0%;
}
.n_l .news-p {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}
.n_l .news-p .pic-bg {
  display: block;
  width: 100%;
  position: relative;
}
.n_l .news-p .pic-bg img {
  display: block;
  width: 100%;
}
.n_l .news-p .pic-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(114, 172, 245, 0.42);
  width: 100%;
  height: 100%;
}
.n_l .news-p .pic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 19%;
  z-index: 1;
}
.n_l .news-p .pic i {
  font-size: 35px;
  color: #fff;
}
.n_l .news-p h4 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 51.2%;
}
.n_l .news-p p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 72%;
}
.n_l .news-p:hover .pic i {
  color: #0050A2;
}
.n_l .news-nav {
  width: 100%;
  display: none;
}
.n_l .news-nav a {
  padding: 5.5% 0 5.5% 16%;
  font-size: 19px;
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
  position: relative;
}
.n_l .news-nav a:after {
  content: "\eec2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16%;
  color: #0050A2;
  font-size: 18px;
}
.n_l .news-nav a:hover {
  background: #0050A2;
  color: #fff;
}
.n_l .news-nav a:hover:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #137cf5;
  left: 0;
  top: 0;
  z-index: 99;
}
.n_l .news-nav a:hover:after {
  color: #fff;
}
.n_l .news-p2 {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 7%;
}
.n_l .news-p2 .pic-bg {
  display: block;
  width: 100%;
  position: relative;
}
.n_l .news-p2 .pic-bg img {
  display: block;
  width: 100%;
}
.n_l .news-p2 .pic-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(114, 172, 245, 0.54);
  width: 100%;
  height: 100%;
}
.n_l .news-p2 h4 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 30%;
}
.n_l .news-p2 p {
  font-size: 19px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 54%;
  font-weight: bold;
}
.n_l .news-p3 {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 7%;
}
.n_l .news-p3 .pic-bg {
  display: block;
  width: 100%;
  position: relative;
}
.n_l .news-p3 .pic-bg img {
  display: block;
  width: 100%;
}
.n_l .news-p3 .pic-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(114, 172, 245, 0.54);
  width: 100%;
  height: 100%;
}
.n_l .news-p3 h4 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 30%;
}
.n_l .news-p3 p {
  font-size: 19px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  top: 54%;
  font-weight: bold;
}
.xg-sec {
  width: 100%;
}
.xg-sec .xg-tit h4 {
  font-weight: 400;
  font-size: 22px;
  padding: 6% 0 7% 0;
  text-align: center;
}
.xg-sec .xg-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xg-sec .xg-wrap .xg-item {
  width: 100%;
  margin-bottom: 4.26%;
  text-align: center;
  line-height: 0;
}
.xg-sec .xg-wrap .xg-item .xg-pic img {
  width: 100%;
  display: block;
}
.xg-sec .xg-wrap .xg-item .xg-des p {
  font-size: 15px;
  line-height: 2.2;
  background: #f5f3f3;
  overflow: hidden;
  height: auto;
  text-indent: 0;
  /* display: -webkit-box;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; 
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;*/
  padding: 0 6px 0 6px;
  text-align: left;
}
.xg-sec .xg-wrap .xg-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.xg-sec .xg-wrap .xg-item:hover .xg-des p {
  color: #0050A2;
  background: #fff;
}
.nav-sec {
  width: 100%;
}
.nav-sec .position {
  display: block;
  text-align: right;
  padding-bottom: 3%;
}
.nav-sec .position a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  margin-left: 2px;
}
.nav-sec .position a.sy {
  color: #0050a2;
  display: inline-block;
}
.nav-sec .position a.sy:before {
  content: "\e679";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  left: -111%;
  color: #0050A2;
  font-size: 24px;
}
.nav-sec .position a.sy:hover:before {
  color: #1896df;
}
.nav-sec .position .mid {
  display: none;
}
.nav-sec .position .last {
  display: inline-block;
}
.n_r {
  width: 72%;
}
.newslist {
  margin: 0 auto;
}
.newslist-item {
  justify-content: space-between;
  padding: 1.24% 0;
  border-bottom: 1px dashed #ddd;
}
.newslist-item .picurl {
  width: 17.2%;
}
.newslist-item .picurl img {
  width: 100%;
  display: block;
  border-radius: 16px;
  opacity: 0.64;
}
.newslist-item .desc {
  width: 78%;
  position: relative;
}
.newslist-item .desc .tits {
  margin: 0 auto 0;
}
.newslist-item .desc .tits .title {
  font-size: 16px;
  font-weight: 700;
  color: #0050A2;
  font-family: "iconfont";
}
.newslist-item .desc .tits .title:hover {
  color: #000;
}
.newslist-item .desc .info a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.82);
  line-height: 23px;
}
.newslist-item .desc .date {
  text-align: right;
  font-size: 14px;
  color: #8b95cc;
  line-height: 28px;
}
.newslist-item .desc .date .time {
  font-size: 14px;
}
.newslist-item .desc .btn-zx {
  position: absolute;
  bottom: -4px;
  left: 0px;
}
.newslist-item .desc .btn-zx a {
  color: #2440d6;
  border-radius: 8px;
  border: 1px dashed #6189f7;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  padding: 4px;
  background: #f4f403;
}
.newslist-item .desc .btn-zx a:hover {
  color: #000;
  font-weight: bold;
}
.newslist-item:first-child {
  border-top: 1px dashed #ddd;
}
.news_pages {
  padding: 2% 0 2.6% 0;
}
.news_pages li {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0 1.1%;
  background: #f9f6f6;
  border-radius: 4px;
  margin-right: 5px;
}
.news_pages li a {
  font-size: 15px;
}
.news_pages li.thisclass {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #0050A2;
}
.navs-tab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
  background: #efeeee;
}
.navs-tab .navs-wrap {
  justify-content: center;
}
.navs-tab .navs-wrap li {
  width: 226px;
  height: 64px;
  border-radius: 10px;
  background: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-left: 46px;
  color: #333;
  margin-right: 68px;
}
.navs-tab .navs-wrap li img {
  position: absolute;
  top: 14px;
  left: 36px;
  width: auto;
}
.navs-tab .navs-wrap li .tb1 {
  opacity: 1;
}
.navs-tab .navs-wrap li .tb2 {
  opacity: 0;
}
.navs-tab .navs-wrap .on {
  background: #cfa973;
  color: #fff;
}
.navs-tab .navs-wrap .on .tb1 {
  opacity: 0;
}
.navs-tab .navs-wrap .on .tb2 {
  opacity: 1;
}
.navs-tab .navs-wrap li:last-child {
  margin-right: 0;
}
.nr-sec {
  padding: 0% 0.36% 0.4%;
  margin: 0 auto;
  /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
}
.nr-sec .big-tit {
  width: 100%;
}
.nr-sec .big-tit h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  font-family: "iconfont";
  text-align: center;
}
.nr-sec .txt-info {
  border-bottom: 1px solid #ebebeb;
  color: #7a7676;
  margin: 1% auto 2.2%;
  padding-bottom: 0.8%;
  padding-left: 0px;
  text-align: center;
}
.nr-sec .txt-info .time {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #7a7676;
}
.nr-sec .txt-info .read {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #7a7676;
}
.nr-sec .intro {
  width: 100%;
  text-align: justify;
}
.nr-sec .intro p {
  border: 1px dashed #22323b;
  padding: 1.8% 1.5%;
  font-size: 16px;
  background: #f2f2f2;
}
.nr-sec .zw-con {
  font-size: 16px;
}
.nr-sec .zw-con p {
  text-indent: 2em;
  padding: 1.4% 0 0 0;
  text-align: justify;
}
.nr-sec .zw-con p img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-indent: 0;
}
.nr-sec .zw-con h3 {
  text-indent: 0!important;
  font-size: 16px;
  line-height: initial;
  padding-top: 1.2%;
}
.nr-sec .zw-con div img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.6%;
  max-width: 600px!important;
  height: auto!important;
  width: 100%!important;
}
.nr-sec .zw-con a {
  display: initial;
}
.nr-sec .zw-con a u {
  text-decoration: none;
  color: #f70b06;
}
.nr-sec .guanjian {
  font-size: 14px;
  color: #7a7676;
  padding: 2% 0;
}
.nr-sec .tags_new span {
  display: inline-block;
  padding: 2px 8px 2px 8px;
  border-radius: 16px;
  background: #f2f2f2;
  margin-right: 10px;
  font-weight: bold;
}
.nr-sec .tags_new a {
  color: #0050A2;
  margin-right: 4px;
  display: inline-block;
}
.nr-sec #prenext {
  margin-left: 58px;
  font-size: 16px;
  color: #0050A2;
  padding: 2% 0;
  margin: 2% auto;
  border: 1px solid #ebebeb;
  border-left: none;
  border-right: none;
}
.nr-sec #prenext a {
  color: #0050A2;
  display: inline-block;
}
.btn {
  width: 284px;
  height: 50px;
  line-height: 20px;
  padding: 15px 30px;
  background: #cc7833;
  color: #fff;
  margin: 42px auto 0;
  font-size: 18px;
  border-radius: 3px;
}
