/* …………………………………………^_^………………………………………… 清除默认样式 …………………………………………^_^………………………………………… */

/*
*{margin:0; padding:0;font-size:12px;font-family:"微软雅黑";color: #333;  border: none;}
*/

/*去掉所有元素的边框*/

/*
*:focus { outline: none; }
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}

body, a {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: normal;
  color: #333333;
}

ul, ol {
  list-style: none;
}

input, button, textarea, select, input:focus, textarea:focus {
  background: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

select {
  border: none;
}

a, button {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* 合并表格线 && 去掉间隙 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 去掉webkit默认的表单样式 */

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
}

/* 去掉a、input和button点击时的蓝色外边框和灰色半透明背景 */

a, button, input, optgroup, select, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 禁止长按链接与图片弹出菜单 */

a, img {
  -webkit-touch-callout: none;
}

/* img,video下面产生间隙清除 */

video, img {
  vertical-align: top;
}

/* …^_^… 重置 HTML5 元素搜索 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  display: block;
  margin: 0;
  padding: 0;
}

/* 去掉mark默认背景颜色 */

mark {
  background: none;
}

/* 清除上下标位置 */

sub, sup {
  vertical-align: baseline;
}

/* 其它清除 */

:link, :visited, ins {
  text-decoration: none;
}

:focus {
  outline: 0;
}

/* 禁止页面选中复制 *IE10、Oprea15以下不支持，若需要，要在需要禁止选中的元素上面添加一个属性unselectable="on" */

/*
html,body{ -moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; }
*/

/* 选中颜色修改 *IE10以下不支持*/

/* …………………………………………^_^………………………………………… 自定义样式 …………………………………………^_^………………………………………… */

/* 清除bootstrap中a的下划线 */

.row {
  margin: 0;
}

.sl {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.marginT1 {
  margin-top: 30px;
}

.marginT2 {
  margin-top: 15px;
}

.top {
  background: #f2f2f2;
}

.top .en {
  float: right;
  padding: 6px 12px;
  background: #004e99;
  color: #fff;
}

.top .welcome {
  line-height: 32px;
}

header {
  box-shadow: 1px 1px 15px #999;
}

header .container nav {
  width: 750px;
}

header .container nav ul {
  display: flex;
  justify-content: space-between;
}

header .container nav ul li a {
  font-size: 16px;
  font-weight: bold;
}

header .container nav ul li.active a {
  color: #004e99;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullet-active {
  background: #004e99;
}

.m_header {
  position: relative;
}

.m_header .menuIcon {
  position: absolute;
  right: 3.6%;
  top: 0;
  height: 55px;
}

.m_header .menuIcon.active:before {
  transform: rotate(-45deg) translate3d(-1px, 0, 0);
}

.m_header .menuIcon.active:after {
  transform: rotate(45deg);
}

.m_header .menuIcon:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  top: 19px;
  right: 0;
  transform-origin: top right;
  transition: all 0.8s 0.2s ease;
}

.m_header .menuIcon.active em {
  right: -100px;
}

.m_header .menuIcon em {
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: -1px 0 0 0;
  transition: all 0.8s ease;
}

.m_header .menuIcon:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #929292;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  transform-origin: bottom right;
  transition: all 0.8s 0.2s ease;
}

.m_header .m_nav {
  position: absolute;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  line-height: 60px;
  display: none;
}

.m_header .m_nav li {
  padding: 0 40px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.m_header .m_nav li a {
  color: #333333;
  font-weight: 800;
}

.sec_title h1 {
  font-size: 20px;
  font-weight: 800;
}

.sec_title p {
  color: #999999;
}

.more {
  background: #004e99;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 10px 40px;
}

.more:hover {
  color: #fff;
  background: #db261f;
  transition: all 0.5s ease;
}

.about {
  background: url(../images/about_bg.png) center bottom no-repeat;
  background-size: cover;
}

.about .more2 {
  display: block;
  background: #fff;
  color: #004e99;
  margin: 0 auto;
  padding: 10px;
  width: 150px;
  text-align: center;
  font-size: 16px;
  border: 4px solid #1771af;
  border-radius: 6px;
}

.about_wrap .aboutR .about_text {
  padding: 20px;
}

.about_wrap .aboutR .about_text h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.about_wrap .aboutR .about_text .about_content {
  text-indent: 2em;
  line-height: 30px;
  color: #fff;
}

.about_wrap .aboutR .more2 {
  background: #004e99;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.about_wrap .aboutR .more2:hover {
  background: #db261f;
  transition: all 0.5s ease;
}

footer {
  padding: 50px 0;
  background: #eee;
}

footer a:hover {
  color: #db261f;
}

footer .foot_pro {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

footer .foot_pro h2 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #004e99;
  padding-left: 5px;
  margin-bottom: 30px;
}

footer .foot_pro li {
  line-height: 30px;
}

.case_main .swiper-slide {
  padding-left: 10px;
}

.case_main .swiper-slide h4 {
  background: #eee;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.lx {
  border-top: 1px solid #fff;
}

.lx .container {
  padding: 30px 0;
}

.lx .container .lx_l .cname {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 4px solid #004e99;
  padding-left: 5px;
}

.lx .container .lx_l .lx_info {
  line-height: 30px;
}

.lx .container .lx_r {
  line-height: 30px;
}

.lx .container .lx_r .ewm {
  margin-bottom: 20px;
}

.lx .container .lx_r .ewm h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 4px solid #004e99;
  padding-left: 5px;
}

.fLink {
  background: #333;
  padding: 10px 0;
  color: #fff;
}

.fLink h2 {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #fff;
  padding-left: 5px;
  margin-bottom: 10px;
}

.fLink a {
  color: #fff;
}

.pos_wrap {
  line-height: 40px;
  background: #eef7ff;
}

.pos_wrap .typename {
  background: #004e99;
  color: #fff;
  padding: 0 40px;
}

.main img {
  max-width: 100%;
}

.proR .nav {
  padding: 0;
}

.proR .nav a {
  background: #eef7ff;
  line-height: 22px;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 1px solid #004e99;
  border-radius: 30px;
}

.proR .nav a:hover {
  background: #fff;
}

.ny_pro .pro_item {
  margin-bottom: 30px;
}

.ny_pro .pro_item:hover .link_img {
  border: 1px solid #004e99;
  transition: all 0.5s ease;
}

.ny_pro .pro_item .link_img {
  display: block;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 8px;
}

.ny_pro .pro_item h4 {
  line-height: 40px;
  padding-left: 15px;
  font-weight: bold;
}

.ny_pro .pro_item .infos {
  min-height: 140px;
}

.ny_pro .pro_item .infos li {
  font-size: 12px;
  color: #666;
}

.pagesize {
  text-align: center;
  margin-top: 20px;
}

.pagesize li {
  display: inline-block;
  padding: 0 5px;
}

.pagesize li a {
  color: #666;
}

.pagesize li.thisclass a, .pagesize li a:hover {
  color: #004e99;
  font-weight: bold;
}

.prenext {
  margin-top: 30px;
}

.prenext a {
  border-bottom: 1px dashed #aaa;
}

.prenext a:hover {
  color: #db261f;
}

.art_key {
  border: 1px dashed #aaa;
  color: #aaa;
  padding: 20px;
  line-height: 30px;
}

/*新闻模块*/

.news-list-md {
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
}

.news-list-md h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
}

.list-group {
  margin-top: 10px;
  margin-bottom: 0px;
}

.list-group li {
  width: 48%;
  float: left;
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.list-group a {
  width: 75%;
  float: left;
  color: #555555;
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-group a:hover {
  color: #b90505;
}

.list-group span {
  float: right;
  color: #a6a6a6;
}

.list-group li:nth-child(2n) {
  margin-left: 4%;
}

.img-list-md {
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #FFF;
  overflow: hidden;
}

.img-list-md h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
}

.list-group2 {
  margin-top: 10px;
  margin-bottom: 0px;
  overflow: hidden;
}

.list-group2 a {
  color: #555555;
  font-size: 15px;
  text-align: center;
  display: block;
}

.list-group2 a:hover {
  color: #b90505;
}

.key_words {
  margin-top: 20px;
  line-height: 30px;
}

.key_words h4 {
  color: #fff;
  background: #29458f;
  text-align: center;
  line-height: 50px;
}

.key_words ul {
  padding: 20px;
}

.key_words ul a {
  border-bottom: 1px dashed #004e99;
}

.arc_infos, .tedian, .xq {
  line-height: 26px;
}

.arc_infos .title, .tedian .title, .xq .title {
  font-size: 20px;
  font-weight: bold;
  background: #eee;
  padding: 4px;
}

.tedian {
  margin: 15px auto;
}

.tedian ul {
  padding: 40px;
  line-height: 30px;
}

.icon_item:hover img:nth-child(2) {
  position: absolute;
  bottom: 0;
  opacity: 1;
}

.icon_list {
  padding-top: 50px;
}

.icon_list h4 {
  color: #004e99;
}

.icon_wrap {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.icon_wrap img {
  margin: 0 auto;
}

.icon_wrap img:nth-child(2) {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.news_hot {
  position: relative;
  margin-bottom: 18px;
}

.news_hot .news1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  color: #fff;
  padding: 10px 20px;
}

.news_hot .news1 h1 a {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.news_hot .news1 .pub {
  font-style: italic;
  line-height: 40px;
}

.news_hot .news1 .more3 {
  color: #fff;
  line-height: 40px;
  text-decoration: underline;
}

.zl_item .thumbnail {
  position: relative;
}

.zl_item .thumbnail .caption_zl {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.zl_item .thumbnail .caption {
  text-align: center;
  
}

.zl_item .thumbnail .caption h3 {
  /* line-height: 40px; */
  font-size: 16px;
}
.zl_item .thumbnail .caption_zl h3 {
  font-style: italic;
}

.zl_item .thumbnail .caption .btn_wrap {
  margin: 10px auto;
}

.zl_item .thumbnail .caption .btn_wrap a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  padding: 8px 20px;
  box-shadow: 5px 5px 5px #999;
  padding-left: 40px;
  background: #004e99;
}

.zl_item .thumbnail .caption .btn_wrap a:hover {
  box-shadow: none;
}

.zl_item .thumbnail .caption .btn_wrap a.see {
  background: #004e99 url(../images/icon_see.png) 10px center no-repeat;
}

.zl_item .thumbnail .caption .btn_wrap a.load {
  background: #004e99 url(../images/icon_load.png) 10px center no-repeat;
}

.main .main_list .caption h3 {
  font-style: unset;
  line-height: 20px;
}

.ny_proL .top {
  height: 150px;
  width: 300px;
  background: url(../images/proL_top.png) center no-repeat;
  color: #fff;
  line-height: 150px;
  text-align: center;
}

.ny_proL .pro_nav li.active a {
  background: #73ade4;
  color: #fff;
}

.map {
  height: 400px;
  background: url(../images/map.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  border: 4px solid #ddd;
}

.map .map_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #004e99;
  color: #fff;
  padding: 15px 60px;
  border: 2px solid #71a1d0;
  border-radius: 10px;
  font-size: 16px;
}

.map .map_btn:hover {
  border: 2px solid #fff;
}

.news_item {
  margin-bottom: 18px;
}

.news_item:hover {
  background: rgba(0, 130, 205, 0.1);
}

.news_item .pub {
  margin-right: 15px;
  width: 90px;
  float: left;
  background: #004e99;
  color: #fff;
  text-align: center;
}

.news_item .pub .d {
  font-size: 26px;
  display: block;
  line-height: 44px;
}

.news_item .pub .ym {
  display: block;
  border-top: 1px solid #fff;
  line-height: 40px;
}

.news_item .wrap .tit {
  margin-bottom: 10px;
}

.news_item .wrap .tit a {
  font-size: 16px;
}

.news_item .wrap p {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}

.thumbnail:hover {
  box-shadow: 0px 0px 10px #aaa;
}

.ny_litpic {
  max-width: 100%;
  margin-bottom: 10px;
}

/*分页样式*/
.pglist { padding: 30px 0 15px; width: 100%; text-align: center; clear: both; }
.pglist a { color: #666; padding: 0 15px; margin: 0 3px; background: #fff; border: 1px solid #edebeb; }
.pglist * { display: inline-block; vertical-align: middle; line-height: 34px; padding-bottom: 1px; }
.pglist a:hover, .pglist .page-num-current{ display: inline-block; color: #fff; background: #083b71; border-color: #083b71; }