@charset "UTF-8";

@import "./reset.css";

/*=========================================全局共用属性CSS nie ===============================================*/
html, body { -webkit-overflow-scrolling: touch; -moz-overflow-scrolling: touch; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, figure, figcaption, table, th, td img { margin: 0; padding: 0; }

a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, time, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }

body { font-family: helvetica_neue,Helvetica,Arial,sans-serif; font-size: 14px; text-align: left; margin: 0 auto; line-height: 24px; background: #ffffff; font-style: normal; font-weight: 400; color: #212529; text-align: left; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nyb_nav, section { display: block; }

.transition { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; }

a:link, a:active, a:visited, a:hover { -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }

button { border-radius: 0px; -webkit-border-radius: 0px; outline: none; }

input, select { border-radius: 0; outline: none; }

input:-ms-clear { display: none; }

/*消除 IE10 里面的那个叉号*/
input, textarea { border: 0; -webkit-appearance: none; }

textarea { resize: none; outline: none; }

/*去掉提交框右下角箭头*/
img { border: 0; vertical-align: middle; }

/*让链接里的 img 无边框；清除图片间距*/
td { padding: 8px 5px; }

ul, li { list-style: none; }

button { cursor: pointer; }

/*这个可以不用*/
h1, h2, h3, h4, h5, h6 { -webkit-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; font-family: helvetica_neue,Helvetica,Arial,sans-serif; }

/*全局的字体链接*/
a:link, a:visited { color: #333; text-decoration: none; }

a:hover, a:active { text-decoration: none; color: #1e59a9; }

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

.container { width: 100%; padding-left: 15px; padding-right: 15px; }

@media screen and (min-width: 375px) { .container { padding-left: 20px; padding-right: 20px; } }

@media screen and (min-width: 782px) { body { font-size: 16px; line-height: 30px; }
  .container { width: 750px; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; } }

@media (min-width: 992px) { .container { width: 960px; } }

@media (min-width: 1200px) { .container { width: 1120px; } }

@media screen and (min-width: 1360px) { .container { clear: both; width: 1200px; padding: 0px; } }

.trans, a:hover, .right-ul ul li p a, .t_header .nav li span:after, .right_news ul li a { transition: all 0.3s ease; }

.kefu { font-size: 16px; line-height: 24px; padding: 10px 20px; background: #1e59a9; color: #fff; display: inline-block; cursor: pointer; }

.kefu:hover { background: #001e57; }

.t_header { z-index: 333; border-bottom: 1px solid #ddd; }

.t_header .logo { float: left; position: relative; z-index: 355; }

.t_header .logo img { width: 140px; margin-top: 9px; }

.t_header i { float: right; display: block; width: 60px; height: 60px; background: url(../img/more-line.png) center center no-repeat; background-size: 30px auto; cursor: pointer; }

.t_header .nav { position: absolute; right: 20px; top: 60px; left: 20px; background: #fff; display: none; box-shadow: 0 0 2px #dedede; z-index: 333; }

.t_header .nav li { position: relative; display: block; border-top: 1px solid #dedede; text-align: center; }

.t_header .nav li a, .t_header .nav li span { font-size: 16px; color: #333; padding: 8px 0; line-height: 40px; display: block; cursor: pointer; }

.t_header .nav li span:after { content: ''; display: inline-block; vertical-align: middle; width: 20px; height: 20px; background: url(../img/below.png) center center no-repeat; background-size: 100% auto; }

.t_header .nav li .rotate:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.t_header .nav li .nav2 { position: relative; background: #fff; left: 0; top: 0; display: none; width: 100%; padding: 0 10px; border: 1px solid #eee; }

.t_header .nav li .nav2 li { display: inline-block; vertical-align: top; margin-right: 15px; padding-left: 15px; width: auto; position: relative; border: none; }

.t_header .nav li .nav2 li a { color: #333; padding: 0; }

.t_header .nav li .nav2 li:before { content: ''; display: block; position: absolute; width: 6px; height: 6px; left: 0; top: 50%; margin-top: -3px; background-color: #1e59a9; border-radius: 50%; }

.t_header .kefu { display: none; }

@media screen and (min-width: 480px) { .t_header ul li a, .t_header ul li span { line-height: 40px; } }

@media screen and (min-width: 992px) { .t_header { position: relative; height: auto; }
  .t_header .logo img { width: 160px; margin-top: 16px; }
  .t_header i { display: none; }
  .t_header .nav { position: relative; z-index: 1; display: block; top: 0; right: 0; left: 0; text-align: center; box-shadow: none; background: none; }
  .t_header .nav li { display: inline-block; vertical-align: top; border-top: none; }
  .t_header .nav li a, .t_header .nav li span { font-weight: 700; color: #000; text-transform: capitalize; line-height: 82px; padding: 0 30px; display: block; margin: 0; }
  .t_header .nav li span:after { background: url(../img/below.png) center center no-repeat; background-size: 100% auto; }
  .t_header .nav li:hover a { color: #1e59a9; }
  .t_header .nav li .nav2 li:before { display: none; }
  .t_header .nav li .nav2 { position: absolute; left: 0; top: 100%; width: 250px; background: #fff; text-align: center; height: auto; z-index: 333; padding: 10px 0; display: none; height: 300px; overflow-y: scroll; }
  .t_header .nav li .nav2::-webkit-scrollbar { width: 4px; height: 1px; }
  .t_header .nav li .nav2::-webkit-scrollbar-thumb { box-shadow: inset 0 0 1px #f3f3f3; background: #fe5a0e; }
  .t_header .nav li .nav2::-webkit-scrollbar-track { background: rgba(204, 204, 204, 0.3); }
  .t_header .nav li .nav2 li { display: block; float: none; }
  .t_header .nav li .nav2 li a { display: block; color: #333; font-size: 15px; line-height: 30px; padding: 5px 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; } }

@media screen and (min-width: 1200px) { .t_header .kefu { display: block; float: right; position: relative; z-index: 2; margin-top: 19px; margin-left: 20px; } }

.t_top .profile li { text-align: center; padding: 20px; background: #1e59a9; }

.t_top .profile li img { width: 70px; height: auto; }

.t_top .profile li h3 { display: block; font-size: 16px; line-height: 24px; font-weight: bold; color: #fff; margin-top: 10px; text-transform: capitalize; }

@media screen and (min-width: 480px) { .t_top .profile li h3 { height: 48px; } }

@media screen and (min-width: 782px) { .t_top .profile li h3 { font-size: 18px; height: 24px; } }

@media screen and (min-width: 992px) { .t_top .profile li h3 { height: 48px; } }

.intxt { font-size: 24px; color: #333; margin-bottom: 40px; line-height: 34px; position: relative; font-weight: bold; }

.intxt::before { content: ""; width: 50px; height: 3px; background-color: #1e59a9; position: absolute; bottom: -15px; left: 0; }

.newslist li { margin-bottom: 25px; overflow: hidden; border-bottom: dashed 1px #f7f7f7; }

.newslist li .img { display: block; float: left; width: 145px; height: 130px; margin-right: 15px; position: relative; overflow: hidden; }

.newslist li .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.newslist li h3 a { display: block; font-size: 18px; color: #333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 8px; transition: all 0.3s ease; }

.newslist li h3 a:hover { color: #1e59a9; }

.newslist li p { font-size: 15px; color: #555; line-height: 24px; height: 72px; margin-bottom: 8px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.newslist li .more { font-size: 16px; font-weight: bold; display: block; font-size: 14px; line-height: 22px; }

.newslist li .more:hover { text-decoration: underline; }

.prolist li { margin-bottom: 15px; }

.prolist li .img { display: block; border: 5px solid #e6e6e6; position: relative; overflow: hidden; padding-top: 75%; transition: all 0.3s ease; }

.prolist li .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.prolist li h2 a { display: block; font-size: 17px; color: #333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 8px; transition: all 0.3s ease; }
.prolist li h2 span { display: block; font-size: 17px; color: #333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 8px; transition: all 0.3s ease; }
.prolist li p { font-size: 17px; color: #333; min-height: 90px; line-height: 30px; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; transition: all 0.3s ease; }

.prolist li:hover .img { border-color: #1e59a9; }

.prolist li:hover h2 a { color: #1e59a9; }

@media screen and (min-width: 782px) { .t_body .r_fl { float: left; width: 57%; }
  .t_body .r_fr { float: right; width: 40%; }
  .prolist li h2 a { font-size: 17px; } }

@media screen and (min-width: 992px) { .newslist li .img { margin-right: 20px; } }

.t_main { margin-bottom: 25px; }

.t_main h2 { font-size: 20px; color: #232323; margin-top: 25px; margin-bottom: 10px; }

.t_main h3 { font-size: 18px; color: #454545; margin-bottom: 10px; }

.t_main p { margin-bottom: 10px; }

.t_main .img-tit { text-align: center; margin-bottom: 35px; }

.t_main img { display: block; margin: 25px auto 15px; width: auto; max-width: 100%; }

.t_prev { padding: 15px; background: #eee; }

.t_prev .p-l a, .t_prev .p-r a { display: block; color: #444; font-size: 15px; line-height: 1.6; margin-top: 5px; }

.t_prev .p-l a span, .t_prev .p-r a span { font-weight: bold; font-size: 15px; line-height: 1.6; display: block; color: #fcb215; }

.t_prev .p-l a:hover, .t_prev .p-r a:hover { color: #1e59a9; }

.t_prev .p-l span { padding-left: 24px; background: url(../img/left-nav.png) left center no-repeat; background-size: 20px auto; }

.t_prev .p-r { text-align: right; }

.t_prev .p-r span { padding-right: 24px; background: url(../img/right-nav.png) right center no-repeat; background-size: 20px auto; }

@media screen and (min-width: 782px) { .t_prev .p-l, .stdlprev .p-r { width: 50%; float: left; } }

.right_news { border: 1px solid #eee; margin-top: 30px; }

.right_news span { background: #1e59a9; font-size: 20px; line-height: 50px; color: #fff; display: block; text-align: center; }

.right_news ul { padding: 15px; }

.right_news ul li { border-bottom: 1px solid #eee; }

.right_news ul li a { display: block; padding: 14px 0; font-size: 17px; font-weight: normal; line-height: 1.3; color: #555; }

.right_news ul li a:hover { color: #1e59a9; }

.right_news ul:after { content: ''; display: block; clear: both; }

@media screen and (min-width: 782px) { .right_news { margin-top: 0; } }
