<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
  -webkit-text-size-adjust: none;
  /*只针对低版本谷歌*/
}
body {
  font-size: 14px;
  color: #9d9d9d;
  _overflow: hidden;
  width: 100%;
  *cursor: default;
}
* {
  margin: 0;
  padding: 0 ;
  font-family: 'Microsoft Yahei', sans-serif;
}
body,
input,
button {
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
b,
strong {
  font-weight: bold;
  font-size: auto;
}
li {
  list-style-type: none;
}
img {
  border: none;
  vertical-align: middle;
}
/*-------将特定标签设成块---------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
a:active,
a:hover {
  text-decoration: none;
  color: #2a5790;
}
:focus {
  -moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
  color: #fff;
  background-color: #000;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
/*更改浏览器滚动条颜色兼容*/
html,
body {
  /*更改ie内核滚动条颜色*/
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #222;
  scrollbar-track-color: #222;
  scrollbar-darkshadow-color: #000;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #211F1F;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*清除默认样式*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*-------表单居中、清理描边---------*/
input,
button,
select,
textarea {
  outline: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*----- 表格重置-----*/
caption {
  display: none;
}
/*----- clearfix-----*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*清除浮动*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
/*-----display-----*/
.clear {
  clear: both;
}
.disno,
.hide {
  display: none;
}
.disbk {
  display: block;
}
.distb {
  display: table;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*----- 超出省略号///-----*/
.toe {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block {
  width: 1370px;
  margin: 0 auto;
}
.header {
  background: #285c95;
  height: 113px;
  position: fixed;
  z-index: 3;
  width: 100%;
}
.headerbg {
  height: 113px;
}
.logo {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 113px;
}
.fenzhanlsit {
  float: left;
  margin-left: 20px;
  position: relative;
  height: 60px;
  margin-top: 26px;
}
.fenzhanlsit a.now {
  font-size: 14px;
  line-height: 60px;
  color: #87c9f7;
}
.fenzhanlsit a.now span {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}
.fenzhanlsit .sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 199;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background: #87c9f7;
  border-radius: 6px;
  width: 100%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  padding: 5px 0;
}
.fenzhanlsit .sub a {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin-top: 1px;
}
.fenzhanlsit .sub a:hover,
.fenzhanlsit .sub a.active {
  background: #285c95;
  color: #fff;
}
.fenzhanlsit .sub:after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -10px;
  top: -6px;
  display: inline-block;
  width: 0;
  height: 0;
  transform: rotate(0deg);
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #87c9f7 transparent;
}
.fenzhanlsit .sub.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.fenzhanlsit:hover .sub {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.nav {
  margin-left: 99px;
  float: left;
}
.nav li {
  float: left;
}
.nav li a {
  float: left;
  padding: 0 10px;
  line-height: 113px;
  color: #fff;
  font-size: 18px;
}
.nav li a:hover,
.nav li a.active {
  color: #87c9f7;
}
.nav li.backindex a {
  color: #ff0033;
}
.channel-more-layer {
  display: none;
}
.ad_h_r {
  float: right;
  width: 320px;
  height: 113px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad_h_r img {
  width: auto;
  max-width: 100%;
}
.header_active,
.header_active_bg {
  height: 70px;
  background: #ececec;
}
.header_active .logo {
  margin: 0;
  height: 70px;
}
.header_active .ad_h_r {
  margin: 0;
  float: right;
  font-size: 20px;
  line-height: 70px;
  color: #225690;
}
.header_active .ad_h_r span {
  padding-left: 10px;
}
.header_active .nav {
  float: right;
  margin: 0;
  margin-right: 99px;
  margin-top: 20px;
}
.header_active .nav a {
  color: #000;
  line-height: 30px;
  margin: 0 10px;
  font-size: 14px;
}
.header_active li a:hover,
.header_active li a.active {
  color: #fff;
  background: #225690;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: auto;
}
.videobg {
  z-index: 1;
}
.videobg video {
  width: 100%;
}
.banner .tiemd {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -32px;
  width: 65px;
  height: 65px;
}
.banner .tiemd:hover {
  top: 355px;
}
.banner .biglink {
  width: 100%;
  height: auto;
  display: block;
}
.banner .biglink img {
  width: 100%;
  display: block;
}
.video-body {
  z-index: 9999;
  width: 600px;
  height: 400px;
  position: fixed;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -300px;
  display: none;
  box-shadow: 0 0 10px #666;
}
.video-body .close {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/close-icons.png) no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.video-body .close:hover {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.video-body video {
  width: 600px;
  height: 400px;
  z-index: -1;
}
.search_bg {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.searchbox {
  text-align: center;
  height: 55px;
  width: 913px;
  margin: 0 auto;
  margin-top: 22px;
}
.searchbox input.search-keyword {
  width: 617px;
  padding: 10px 7px;
  line-height: 35px;
  background: #fff;
  font-size: 18px;
  color: #626262;
  height: 35px;
  display: block;
  border: 0;
  float: left;
  margin-right: 8px;
}
.searchbox input.search-submit {
  width: 133px;
  height: 55px;
  background: #135d9f;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  display: block;
  border: 0;
  float: left;
  margin-right: 8px;
}
.searchbox a.search-link {
  width: 133px;
  height: 55px;
  background: #135d9f;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  display: block;
  float: left;
}
.searchbox a.search-link:hover,
.searchbox input.search-submit:hover {
  background: #87c9f7;
  cursor: pointer;
}
.box1 {
  padding: 40px 0;
}
.box1 li {
  width: 446px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.box1 li:nth-of-type(3) {
  margin-right: 0;
}
.box1 li .pic {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.box1 li .pic img {
  width: 100%;
  height: 300px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.box1 li:hover .pic img {
  transform: scale(1.02, 1.02);
}
.box1 li .txt {
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 7px  5px ;
  left: 0;
  width: -moz-calc(90%);
  width: -webkit-calc(90%);
  width: calc(100% - 10px);
  top: 226px;
  position: absolute;
}
.box1 .cat a {
  font-size: 18px;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
.box1 .cat a small {
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.box1 .cat a span {
  border-left: 1px solid #848484;
  color: #848484;
  font-size: 14px;
  padding-left: 10px;
}
.box2 {
  background: #135d9f;
  height: 125px;
  text-align: center;
}
.box2 li {
  display: inline-block;
  margin-right: 65px;
  margin-top: 35px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.box2 li:nth-of-type(4) {
  margin-right: 0;
}
.box2 li:hover {
  margin-left: 5px;
  margin-right: 60px;
}
.box2 li:nth-of-type(4):hover {
  margin-right: 0;
}
.box2_pic {
  background: #eff6fc;
  text-align: center;
  min-height: 530px;
  margin-bottom: 50px;
}
.box2_pic img {
  padding-top: 52px;
  max-width: 100%;
}
.box3 {
  margin-bottom: 12px;
}
.left_1 {
  width: 315px;
  margin-right: 12px;
  float: left;
}
.center_1 {
  width: 384px;
  border: 1px solid #cacaca;
  float: left;
}
.center_1 .pic {
  width: 384px;
  overflow: hidden;
  height: 291px;
}
.center_1 .pic img {
  width: 384px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.center_1 a:hover .pic img {
  transform: scale(1.02, 1.02);
}
.center_1 .txt {
  height: 51px;
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
}
.right_1 {
  width: 561px;
  float: right;
  padding: 20px 40px;
  height: 322px;
  border: 1px solid #cacaca;
}
.right_1 a {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid rgba(3, 45, 81, 0.1);
  overflow: hidden;
}
.right_1 a span {
  display: block;
  float: right;
  font-family: 'Arial';
  font-weight: normal;
}
.right_1 a strong {
  display: block;
  margin-right: 10px;
  background: #135d9f;
  line-height: 20px;
  border-radius: 10px;
  width: 40px;
  color: #fff;
  margin-top: 10px;
  font-weight: normal;
  float: right;
  text-align: center;
  font-size: 12px;
}
.left_2 {
  width: 713px;
  float: left;
}
.left_2_l {
  float: left;
  width: 315px;
}
.left_2_r {
  float: left;
  border: 1px solid #cacaca;
  border-left: 0;
  width: ;
  padding: 30px;
  width: 336px;
  height: 173px;
}
.left_2_r a {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid rgba(3, 45, 81, 0.1);
  overflow: hidden;
}
.left_2_r a span {
  display: block;
  float: right;
  font-family: 'Arial';
  font-weight: normal;
}
.left_2_r a strong {
  display: block;
  margin-right: 10px;
  background: #135d9f;
  line-height: 20px;
  border-radius: 10px;
  width: 40px;
  color: #fff;
  margin-top: 10px;
  font-weight: normal;
  float: right;
  text-align: center;
  font-size: 12px;
}
.right_2 {
  float: right;
  background: url(../images/box3_r.jpg) center center no-repeat;
  background-size: cover;
  height: 235px;
  width: 643px;
}
.right_2 a {
  width: 100%;
  display: block;
  height: 235px;
}
.box5 {
  margin-top: 40px;
  background: #eff6fc;
  padding: 15px 0;
}
.box5 .pic {
  width: 304px;
  float: left;
  margin-right: 28px;
  height: 123px;
  overflow: hidden;
}
.box5 .pic img {
  width: 100%;
}
.box5 .txt {
  width: 580px;
  float: left;
}
.box5 .txt .title {
  font-size: 16px;
  font-weight: bold;
}
.box5 .txt .subtitle {
  color: #4a4c4e;
}
.box5 .txt .time {
  font-size: 12px;
  line-height: ;
  color: #b4b9be;
}
.box5 .right {
  width: 444px;
  border-left: 1px solid #cacaca;
  float: right;
  text-align: center;
  height: 92px;
  margin-top: 15px;
}
.box5 .right p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-top: 5px;
}
.box5 .right a {
  width: 370px;
  background: #325989;
  display: block;
  margin: 10px auto 0 auto;
  color: #fff;
  line-height: 44px;
  font-size: 24px;
  letter-spacing: 15px;
}
.box6 {
  width: 1370px;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
.box6 div.title {
  padding-bottom: 60px;
}
.box6 .title .title {
  color: #000;
  font-size: 40px;
  text-align: center;
}
.box6 .title .subtitle {
  color: #000;
  font-size: 24px;
  text-align: center;
}
.box6 .slide .pic {
  width: 260px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.box6 .slide .pic img {
  width: 100%;
  height: 320px;
}
.box6 .slide .txt {
  height: 90px;
  padding: 40px 0 0 0;
  text-align: center;
  border: 1px solid #cacaca;
}
.box6 .slide .txt .title {
  font-size: 24px;
}
.box6 .slide .txt .subtitle {
  font-size: 14px;
  line-height: 50px;
}
.box6 a.more {
  width: 210px;
  height: 40px;
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  line-height: 40px;
  text-align: center;
}
.box6 a.more:hover {
  border-color: #2a5790;
  background: #2a5790;
  color: #fff;
}
.footer {
  background: #135d9f;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.footer a {
  color: #fff;
  line-height: 60px;
}
.copyright {
  text-align: center;
  padding: 15px 0;
}
.footer .fl a.icon {
  height: 16px;
  padding: 10px 0;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border-radius: 19px;
  vertical-align: middle;
  width: 36px;
}
.footer .fl a.icon img {
  width: 16px;
  display: block;
  margin: 0 auto;
}
.footer .fl a.icon:hover {
  background: #000;
  border: 1px solid #000;
}
.footer .fl span {
  font-size: 30px;
  line-height: 60px;
  display: inline-block;
  vertical-align: bottom;
}
.banner_c {
  background-size: cover;
  height: 241px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
}
.about {
  width: 1120px;
  margin: 50px auto;
}
.about_nav {
  text-align: center;
}
.about_nav a {
  display: inline-block;
  margin-right: 50px;
  padding: 27px;
  font-size: 18px;
  letter-spacing: 10px;
  border: 1px solid #cacaca;
  border-left: 3px solid #225690;
  border-color: #fff;
}
.about_nav a:hover,
.about_nav a.on {
  border: 1px solid #cacaca;
  border-left: 3px solid #225690;
  -moz-box-shadow: 0 0 15px rgba(15, 15, 15, 0.2);
  /* 老的 Firefox */
  box-shadow: 0 0 15px rgba(15, 15, 15, 0.2);
}
.about_nav a:nth-of-type(4) {
  margin-right: 0;
}
.about_nav a img {
  padding-right: 8px;
}
.about_con {
  width: 1100px;
  margin: 50px auto;
}
.about_con,
.about_con p {
  color: #585858;
  font-size: 14px;
  line-height: 30px;
}
.about_con strong {
  font-size: 18px;
  color: #000;
}
.about_con * {
  max-width: 100% !important;
  word-wrap: break-word !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.page_con {
  margin-top: 20px;
}
.page_con h2 {
  display: block;
  text-align: center;
  padding-top: 50px;
}
.page_con h2 span {
  position: relative;
  padding: 10px;
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
  display: inline-block;
  color: #285c95;
}
.page_con h2 span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 8px;
  bottom: 26.4px;
  background: #87c9f7;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.page_con p {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
.project_list {
  padding: 60px 0;
}
.project_list li {
  width: 388px;
  height: 408px;
  border: 1px solid #cacaca;
  float: left;
  margin-right: 100px;
  margin-bottom: 100px;
}
.project_list li:nth-of-type(3n) {
  margin-right: 0;
}
.project_list li .pic {
  width: 388px;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.project_list li .pic p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 15px;
  background: #e4e4e4;
  color: #000;
  width: 100%;
  text-align: center;
}
.project_list li .pic p.active {
  color: #fff;
  background: #225690;
}
.project_list li .pic img {
  width: 100%;
  height: 310px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.project_list li:hover .pic img {
  transform: scale(1.02, 1.02);
}
.project_list li .txt {
  text-align: center;
  padding: 20px;
}
.project_list li .txt .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.project_list li .txt .time {
  color: #9a9a9a;
}
.activity_list li {
  height: 400px;
}
.activity_list li .pic img,
.activity_list li .pic {
  height: 250px;
}
.activity_list li .txt .title,
.activity_list li .txt .time {
  text-align: left;
}
.pages {
  padding: 20px;
  text-align: center;
}
.pages a,
.pages span {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 2px;
}
.pages a {
  background: #222;
  color: #fff;
}
.pages span.current,
.pages a:hover {
  background: #1d65b9;
  color: #fff;
}
.pages span.pageindex,
.pages span.all {
  display: none;
}
.page_3 span.all {
  display: inline-block;
  color: #fff;
}
.pages_2 {
  padding: 5px;
  background: #225690;
}
.pages_2 a {
  background: #fff;
  color: #000;
}
.project_box {
  margin: 70px auto;
  width: 1370px;
  border: 1px solid #cacaca;
}
.project_box .title_1 {
  height: 60px;
  background: #225690;
  text-align: center;
  letter-spacing: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.project_con,
.project_info,
.project_contact,
.project_box .title_2 {
  margin: 0 auto;
  width: 760px;
}
.project_box .title_2 {
  border-bottom: 1px solid #cacaca;
  font-size: 22px;
  color: #000;
  line-height: 50px;
  padding-top: 50px;
}
.project_info ul {
  float: left;
  width: 50%;
  padding: 10px 0;
}
.project_info ul li {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  height: 40px;
}
.project_info ul li strong {
  font-size: 16px;
  color: #333;
}
.project_con {
  font-size: 16px;
  line-height: 36px;
  padding: 15px 0;
  color: #000;
}
.project_con p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
a.project_btn {
  display: block;
  width: 444px;
  letter-spacing: 15px;
  color: #fff;
  background: #225690;
  text-align: center;
  margin: 40px auto;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
a.project_btn.no {
  background: #e4e4e4;
  color: #000;
}
.project_contact {
  border-top: 1px solid #cacaca;
  text-align: center;
  padding: 46px 0;
}
.project_contact li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 38px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cacaca;
}
.project_contact li:nth-of-type(1) {
  margin-left: 0;
  padding-left: 0 ;
  border: 0;
}
.project_contact li span {
  font-size: 18px;
  line-height: 38px;
}
.project_contact li img {
  height: 20px;
  padding: 8px;
  border: 1px solid #7f7f7f;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.project_contact .wechat_img {
  width: auto;
  max-width: 400px;
}
.service_nav {
  text-align: center;
  margin: 70px auto 40px auto;
}
.service_nav li {
  display: inline-block;
}
.service_nav li a {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  margin: 0 5px;
  font-weight: bold;
}
.service_nav li a:hover,
.service_nav li a.thisclass {
  background: #225690;
  color: #fff;
}
.service_listbox {
  height: 266px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid #cacaca;
  margin-bottom: 23px;
}
.service_listbox .pic {
  width: 394px;
  height: 266px;
  overflow: hidden;
  float: left;
}
.service_listbox .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.service_listbox .pic:hover img {
  transform: scale(1.02, 1.02);
}
.service_listbox .txt {
  width: 870px;
  float: right;
}
.service_listbox .txt .info p {
  display: block;
  color: #000;
  font-weight: bold;
}
.service_listbox .txt .info .title {
  font-size: 24px;
  line-height: 46px;
}
.service_listbox .txt .info .subtitle {
  font-size: 14px;
  line-height: 24px;
}
.service_listbox .txt .team {
  font-size: 14px;
  color: #000;
  padding: 15px 0;
}
.service_listbox .txt .team span {
  display: block;
  float: left;
  height: 45px;
  border: 1px solid #225690;
  color: #225690;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  padding: 0 15px;
  font-weight: bold;
}
.service_listbox .txt .team .team_info {
  float: left;
  /* margin-left:10px; */
  width: 100%;
}
.service_listbox .txt .team .team_info p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.service_listbox .txt .more {
  text-align: right;
}
.service_listbox .txt .more p.time {
  display: inline-block;
}
.service_listbox .txt .more a {
  background: #e4e4e4;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  margin-left: 10px;
  line-height: 40px;
  display: inline-block;
}
.service_listbox .txt .more a:hover {
  background: #225690;
  color: #fff;
}
.showpath,
.showpath a {
  line-height: 70px;
}
.service_box {
  margin-bottom: 50px;
}
.service_box .title_1 {
  height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 60px;
}
.service_box .info {
  background: #f6f6f6;
  text-align: center;
  height: 30px;
}
.service_box .info span {
  display: inline-block;
  padding: 0 5px;
  line-height: 30px;
}
.service_box .pic {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cacaca;
}
.service_box .pic img {
  max-width: 900px;
}
.service_box .title_2 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 75px;
}
.service_table,
.service_con {
  width: 990px;
  margin: 0 auto;
}
.service_table table {
  background: #ccc;
  border-collapse: collapse;
}
.service_table td {
  background: #fff;
  padding-left: 10px;
  line-height: 30px;
  color: #333333;
}
.service_table tr:nth-of-type(2n) td {
  background: #eeeeee;
}
.service_con {
  color: #000;
}
#comment {
  width: 990px;
  margin: 60px auto 0 auto;
}
#comment .title {
  border-bottom: 1px #e6e6e6 solid;
  height: 42px;
  line-height: 32px;
  margin-top: 0;
}
.down_loop .title h3 {
  color: #32a5e7;
  border-left: 4px #32A5E7 solid;
  padding-left: 15px;
  font-size: 17px;
  line-height: 32px ;
  font-family: '微软雅黑';
}
.job {
  margin: 50px auto;
}
.job img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.activity_one {
  width: 1340px;
  padding: 15px;
  background: #f4f4f4;
  margin: 0 auto;
  margin-top: 50px;
}
.activity_one .pic {
  width: 640px;
  height: 390px;
  overflow: hidden;
  position: relative;
  float: left;
}
.activity_one .pic p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 15px;
  background: #e4e4e4;
  color: #000;
  width: 100%;
  text-align: center;
}
.activity_one .pic p.active {
  color: #fff;
  background: #225690;
}
.activity_one .pic img {
  width: 100%;
  height: 390px;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.activity_one .pic:hover img {
  transform: scale(1.02, 1.02);
}
.activity_one .txt {
  float: right;
  width: 670px;
  text-align: center;
}
.activity_one .txt .title a {
  font-size: 30px;
  font-weight: bold;
}
.activity_one .txt .subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}
.activity_one .txt .juli {
  padding-top: 30px;
  line-height: 60px;
  font-size: 20px;
  color: #000;
}
.activity_one .txt a.more {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 15px;
  background: #225690;
  color: #fff;
  width: 450px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}
.activity_one .txt .time {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.activity_one .txt .time span {
  font-size: 30px;
  color: #000;
}
.activity_one .txt .end {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
}
.lessonlist {
  padding: 60px 0;
}
.lessonlist li {
  display: block;
  border-bottom: 1px solid #dadada;
  height: 50px;
}
.lessonlist li span.cat {
  display: inline-block;
  vertical-align: middle;
}
.lessonlist li span.cat a {
  background: #225690;
  padding: 0 20px;
  color: #fff;
  line-height: 34px;
  display: inline-block;
  font-size: 14px;
}
.lessonlist li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}
.lessonlist li a.active {
  color: #225690;
}
.lessonlist li a.end {
  color: #848484;
}
.lessonlist li a.end span {
  display: inline-block;
  background: #848484;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  margin-left: 10px;
}
.lessonlist li a.active span {
  display: inline-block;
  background: #225690;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  margin-left: 10px;
}
.soft {
  padding: 60px 0;
}
.soft_left {
  width: 468px;
  border: 1px solid #d5d5d5;
  float: left;
}
.soft h4 {
  background: #225690;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 20px;
}
.soft_left_list {
  margin: 10px 40px;
  border-bottom: 1px solid #d5d5d5;
}
.soft_left_list h5 a {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.soft_left_list ul {
  padding: 10px 0;
}
.soft_left_list ul li {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}
.soft_left_list ul li a.channel-item {
  line-height: 24px;
}
.soft_left_list ul.hidebox {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 2;
  background: #fff;
  display: none;
}
.soft_left_list ul li.bui-left:hover ul.hidebox {
  opacity: 1;
  top: 23px;
  display: block;
}
.soft_left_list ul.hidebox li a {
  display: block;
  padding-left: 10px;
  color: #000;
}
.soft_left_list ul.hidebox li {
  float: none;
  width: 100%;
}
.soft_left_list ul.hidebox li a:hover {
  background: #225690;
  color: #fff;
}
.soft_left a.active {
  color: #225690;
}
.soft_left a.active a {
  color: #000;
}
.soft_right h4 {
  margin-bottom: 0;
}
.soft_right h4 span {
  color: #eee;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-right: 10px;
  display: block;
  width: 400px;
  text-align: right;
  height: 50px;
  overflow: hidden;
}
.soft_right h4 span a {
  color: #fff;
}
.soft_right {
  width: 860px;
  border: 1px solid #d5d5d5;
  float: right;
}
.soft_right ul {
  padding: 0;
}
.soft_right li a {
  padding: 0 10px;
  line-height: 52px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.soft_right li a span.time {
  display: inline-block;
  float: left;
  vertical-align: middle;
  padding-right: 30px;
}
.soft_right li a span.rank {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.soft_right li a span.text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding: 16px 0;
  width: -moz-calc(-245%);
  width: -webkit-calc(-245%);
  width: calc(100% - 345px);
}
.soft_right li:nth-of-type(2n-1) {
  background: #dde9f6;
}
.soft_search li:nth-of-type(2n-1) {
  background: #fff;
}
.soft_right li.empty {
  text-align: center;
  padding: 200px 50px;
  color: #777;
}
.soft_right li.empty:before {
  content: " ";
  display: block;
  height: 110px;
  background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_article.png) center center no-repeat;
  background: none, url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_article.svg) center center no-repeat;
}
.soft_left p {
  padding: 0 20px 20px 20px;
}
.soft_left p a {
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
.login_tip {
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
}
.login_tip .block {
  height: 50px;
}
.login_tip a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  margin-top: 10px;
}
.login_tip a:hover {
  color: #225690;
}
.login_tip a.link {
  margin-left: 10px;
  background: #225690;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}
.login_tip a.link:hover {
  color: #225690;
  background: #fff;
}
.search_ban {
  text-align: center;
  height: 55px;
  width: 913px;
  margin: 0 auto;
  padding-top: 50px;
}
.search_ban input.search-keyword {
  width: 617px;
  padding: 10px 7px;
  line-height: 35px;
  background: #fff;
  font-size: 18px;
  color: #626262;
  height: 35px;
  display: block;
  border: 0;
  float: left;
  margin-right: 8px;
}
.search_ban input.search-submit {
  width: 133px;
  height: 55px;
  background: #135d9f;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  display: block;
  border: 0;
  float: left;
  margin-right: 8px;
  cursor: pointer;
}
.erweimabox,
.tonglist {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
}
.tonglist a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
.erweimabox img {
  width: 200px;
}
.soft_con {
  padding: 20px;
  border: 1px solid #d5d5d5;
}
.soft_info {
  border: 1px solid #d5d5d5;
  padding-top: 20px;
}
.soft_info .icon {
  float: left;
  margin-right: 15px;
  padding-left: 20px;
}
.soft_info h1 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.soft_info h5 {
  font-size: 14px;
  font-weight: normal;
}
.soft_info .rank {
  border-top: 1px solid #d5d5d5;
  margin-top: 10px;
  padding: 20px;
}
.soft_info .rank span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  line-height: 20px;
}
.soft_info .rank span img {
  height: 20px;
}
.soft_info .rank .other {
  float: right;
  text-align: right;
}
.soft_info .rank .other a {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}
.soft_info .rank .other a img {
  height: 20px;
  padding-right: 5px;
}
.soft_info .down {
  text-align: left;
  border-top: 1px solid #d5d5d5;
  padding: 20px;
  line-height: 38px;
  height: 38px;
}
.soft_info .down a.downlink {
  text-align: center;
  line-height: 38px;
  padding: 0 20px;
  display: inline-block;
  border-radius: 19px;
  background: #3fa0e3;
  color: #fff;
}
.soft_info .down a {
  line-height: 38px;
  margin-left: 20px;
}
.soft_info .down a img {
  height: 20px;
  padding-right: 5px;
}
.soft_info .down .right {
  float: right;
}
.soft_info .down a.register {
  color: #3fa0e3;
}
.tcbox {
  position: absolute;
  width: 450px;
  height: 230px;
  left: 50%;
  z-index: 99999;
  background-color: #fff;
  border: 5px #aeaeae solid;
  padding: 5px 0 0 0;
}
.tcbox h2 {
  height: 25px;
  font-size: 14px;
  background-color: #fcfcfc;
  position: relative;
  padding-left: 10px;
  line-height: 25px;
  color: #fff;
}
.tcbox h2 a {
  position: absolute;
  right: 0px;
  font-size: 20px;
  color: #d5d5d5;
  font-weight: bolder;
}
.tcbox .mainlist {
  padding: 10px;
}
.tcbox .mainlist li {
  height: 24px;
  line-height: 24px;
}
.tcbox .mainlist li span {
  margin: 0 5px 0 0;
  font-family: "宋体";
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
}
#TB_overlayBG {
  background-color: #000;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
.tc_tbn {
  background: #2ba9e2;
  border: 1px #2ba9e2 solid;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  position: relative;
  left: 5%;
  padding: 10px;
  margin-top: 20px;
}
.mainlist a {
  background: #2ba9e2;
  border: 1px #2ba9e2 solid;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 5px 15px;
  display: inline-block;
  width: 80px;
}
.tcbox p {
  width: 318px;
  margin: 0 auto;
  line-height: 30px;
}
.tcbox .h2 {
  font-size: 18px;
  color: #39afe4;
}
.book {
  padding: 60px 0;
}
.book_left {
  width: 870px;
  float: left;
}
.book_right {
  width: 470px;
  float: right;
}
.book_box {
  border: 1px solid #d5d5d5;
  padding: 20px;
}
.book_box .pic {
  width: 120px;
  height: 160px;
  float: left;
}
.book_box .pic img {
  width: 120px;
  height: 160px;
}
.book_box .txt {
  float: right;
  width: 620px;
}
.book_box .txt .title {
  font-size: 20px;
}
.book_box .txt .subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 20px 0;
}
.book_left .more {
  background: #f8f8f8;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
  border: 1px solid #d5d5d5;
  border-top: 0;
}
.book_right h4,
.book_left h4 {
  background: #225690;
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
  line-height: 50px;
}
.tuilist,
.relist {
  border: 1px solid #d5d5d5;
  padding: 15px;
}
.tuilist a {
  height: 60px;
}
.tuilist a p.title {
  font-size: 16px;
}
.tuilist a p.subtitle {
  font-size: 14px;
  color: rgba(71, 71, 71, 0.6);
  line-height: 30px;
}
.relist a {
  display: block;
  border-bottom: 1px solid #d5d5d5;
}
.relist .pic {
  float: left;
  width: 80px;
  height: 95px;
  overflow: hidden;
  margin-right: 20px;
}
.relist .pic img {
  width: 80px;
  height: 95px;
}
.relist .title {
  font-size: 16px;
}
.relist .subtitle {
  font-size: 14px;
  color: rgba(71, 71, 71, 0.6);
  line-height: 30px;
}
.book_info {
  border: 1px solid #d5d5d5;
  padding: 25px;
}
.book_info .pic {
  float: left;
  width: 260px;
  height: 360px;
  overflow: hidden;
}
.book_info .pic img {
  width: 260px;
  height: 360px;
}
.book_info .txt {
  width: 530px;
  float: right;
  text-align: center;
  padding: 50px 10px;
}
.book_info .txt .title {
  font-size: 20px;
  color: #000;
}
.book_info .txt .subtitle {
  font-size: 16px;
  color: #000;
  padding-top: 20px;
  line-height: 40px;
}
.book_info .txt .con {
  font-size: 14px;
  color: #000;
}
.book_con {
  padding: 25px;
  border: 1px solid #d5d5d5;
}
.book_con p {
  color: #000;
  line-height: 30px;
  font-size: 14px;
}
.book_info .txt a.link {
  width: 330px;
  height: 45px;
  background: #135d9f;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  display: block;
  margin: 20px auto 0 auto;
}
.book_info .txt a.link:hover {
  background: #87c9f7;
}
.newslist .item_block {
  transition: all 0.36s ease;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  height: 142px;
  overflow: hidden;
}
.newslist .item_block::after {
  content: "";
  display: block;
  clear: both;
}
.newslist .item_block:hover {
  padding-left: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.newslist .item_block:hover .item_wrapper {
  margin-right: -10px;
}
.newslist .item_block:hover .item_wrapper .item_info .title {
  color: #233876;
}
.newslist .item_block:hover .details:before {
  left: 40px;
  opacity: 0;
}
.newslist .item_block:hover .details:after {
  left: 15px;
  opacity: 1;
}
.newslist .item_block:last-child {
  border-bottom-width: 0;
}
.newslist .item_block .item_img {
  float: left;
  width: 340px;
  height: 143px;
  overflow: hidden;
}
.newslist .item_block .item_img img {
  max-width: 100%;
}
.newslist .item_block .item_wrapper {
  transition: all 0.36s ease;
  float: right;
  width: 955px;
}
.newslist .item_block .item_wrapper .date_wrap {
  position: absolute;
  top: 76px;
  right: 27px;
  font-family: helveticaneuethn, Arial;
}
.newslist .item_block .item_wrapper .date_wrap .year {
  font-family: inherit;
  display: none;
}
.newslist .item_block .item_wrapper .date_wrap .md {
  font-family: inherit;
  font-size: 22px;
  line-height: 30px;
}
.newslist .item_block .item_wrapper .item_info {
  width: 600px;
  padding-top: 23px;
}
.newslist .item_block .item_wrapper .item_info .title {
  font-size: 16px;
  line-height: 30px;
  color: #303030;
}
.newslist .item_block .description {
  width: 600px;
  padding-top: 11px;
  font-size: 13px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #888;
}
.newslist .item_block .details {
  position: absolute;
  width: 56px;
  top: 135px;
  right: 27px;
  height: 26px;
  border-left: 1px solid #e5e5e5;
  color: transparent;
}
.newslist .item_block .details:after,
.newslist .item_block .details:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transition: all 0.36s ease;
  content: "\e90f";
  position: absolute;
  top: 50%;
  color: #999;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newslist .item_block .details:before {
  left: 15px;
}
.newslist .item_block .details:after {
  left: -30px;
  opacity: 0;
}
.newslist .item_block .details i {
  display: none;
}
.about .title {
  text-align: center;
  color: #000;
}
.about .about_info {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.about .down_loop .title h3 {
  text-align: left;
}
.loginbox {
  background: #f3f3f3;
  border: 1px solid #c1c1c1;
  margin-top: 50px;
}
.loginbox #form1 {
  width: 444px;
  margin: 0 auto;
  padding: 60px 0;
}
.loginbox .info_list span {
  display: inline-block;
  width: 90px;
  text-align: right;
  padding-right: 10px;
  line-height: 42px;
  font-size: 16px;
  color: #000;
}
.loginbox .info_list {
  margin-bottom: 20px;
}
.loginbox .input {
  width: 330px;
  padding-left: 10px;
  height: 40px;
  border: 1px solid #c1c1c1;
  display: inline-block;
}
.loginbox .info_list .right {
  text-align: right;
  float: right;
}
.loginbox .info_list label {
  margin-left: 100px;
  font-size: 14px;
}
.loginbox .home_btn {
  background: #225690;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  width: 350px;
  margin-left: ;
  padding-left: 10px;
  margin-top: 20px;
}
.loginbox .style {
  margin-left: 100px;
}
.form_join {
  background: #f3f3f3;
  border: 1px solid #c1c1c1;
}
.form_join_box {
  width: 720px;
  padding: 50px ;
  margin: 0 auto;
  font-size: 18px;
  color: #000;
}
.form_join_box td {
  height: 70px;
}
.form_join_box th {
  width: 170px;
  text-align: right;
  padding-right: 10px;
}
.form_join_box td select,
.form_join_box td input,
.form_join_box td textarea {
  border: 1px solid #c1c1c1;
  background: #fff;
}
.form_join_box td select,
.form_join_box td input {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
.form_join_box .btn_submit {
  background: #225690;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  width: 350px;
  margin-left: ;
  padding-left: 10px;
  margin-top: 20px;
}
.form_join_box span.must_red {
  color: #ff0033;
}
.form_join_box input#mobile {
  width: 520px;
}
.form_join_box td textarea {
  padding: 10px;
}
#project_form td {
  height: 70px;
}
#project_form th {
  width: 170px;
  text-align: right;
  padding-right: 10px;
}
#project_form td select,
#project_form td input,
#project_form td textarea {
  border: 1px solid #c1c1c1;
  background: #fff;
}
#project_form td select,
#project_form td input {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
#project_form .btn_submit {
  background: #225690;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  width: 262px;
  margin-left: ;
  padding-left: 10px;
  margin-top: 20px;
}
#project_form span.must_red {
  color: #ff0033;
}
#project_form input#mobile {
  width: 520px;
}
#project_form td textarea {
  padding: 10px;
}
.toubu {
  margin: 10px 0;
  border-radius: 3px;
}
.liuyan input,
.liuyan textarea {
  outline: none;
  padding: 5px;
  color: #999;
  border-radius: 3px;
  resize: none;
}
.liuyan .input {
  border: 1px solid #d2d2d2;
  height: 20px;
  width: 240px;
  line-height: 20px;
}
.form_sets {
  padding: 10px 10px 0;
  width: 500px;
  overflow: hidden;
}
.liuyan .p1 {
  height: ;
}
.liuyan .p2 {
  height: ;
}
.liuyan .p3 {
  height: ;
}
.liuyan .p4 {
  height: 104;
}
.liuyan .p5 {
  height: ;
}
.liuyan .textarea {
  width: 375px;
  height: 100px;
  border: 1px solid #d2d2d2;
}
.liuyan .btn {
  width: 79px;
  height: 33px;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  background: #135d9f;
  color: #fff;
  border-radius: 5px;
  border: 0;
}
.btn_tab {
  margin-left: 65px;
}
.rebox {
  background: none;
}
/*----------*/
#words {
  margin-top: 15px;
}
.wd_con {
  border: 1px solid #d2d2d2;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.wd_con h3 {
  font: normal 12px/1 Verdana, Geneva, sans-serif;
  color: #666;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 12px;
}
.wd_con h3 .gname {
  color: #ba2b7f;
  padding-right: 10px;
}
.wd_con h3 .gtime {
  float: right;
  font: normal 14px / normal Georgia, "Times New Roman", Times, serif;
}
.wd_con .g_question {
  padding-top: 10px;
  line-height: 1.8;
  color: #555;
  text-indent: 1.5em;
}
.wd_con .g_answer {
  border-top: 1px dashed #d2d2d2;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.8;
  text-indent: 1.5em;
  color: #F00;
}
.wd_con .g_answer span {
  color: #F00;
}
/*page*/
.g_pages {
  text-align: left;
  margin-bottom: 10px;
}
.g_pages a {
  background: #f7f7f7;
  border: 1px solid #D5D0D6;
  text-decoration: none;
  display: block;
  float: left;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #bb2c80;
  border-radius: 3px;
}
.g_pages a:hover {
  background: #bb2c80;
  border: 1px solid #bb2c80;
  color: #fff;
}
.g_pages strong {
  background: #bb2c80;
  border: 1px solid #bb2c80;
  color: white;
  display: block;
  float: left;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.g_pages span,
.g_pages .indexPage {
  background: #f7f7f7;
  border: 1px solid #D5D0D6;
  color: bb2c80;
  display: block;
  float: left;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.g_footer {
  text-align: center;
  border-top: 3px solid #bb2c80;
  padding: 10px 0px;
}
.g_footer p {
  text-align: center;
  line-height: 1.8;
  color: #444;
}
.g_footer p a {
  color: #bb2c80;
  text-decoration: none;
}
.team.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}
.team.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -20px;
}
.team.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}
.team.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}
.team.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}
.team.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 2 - 20px);
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.team.mlistpost .item_img {
  display: none;
}
.team.mlistpost .content_list .item_block .item_wrapper {
  width: 100%;
}
.team.mlist .content_list .item_wrapper {
  float: left;
  width: calc(100% - 240px);
  padding: 20px 30px;
}
.team.mlist .content_list .item_wrapper &gt; .date_wrap {
  display: none;
}
.team.mlist .content_list .item_block .details {
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: 30px;
}
.mlist.team .content_list .item_block .item_tags {
  display: none;
}
.mlist.team .content_list .item_block:hover {
  background-color: #0abbb9;
}
.mlist.team .content_list .item_block .item_img::after {
  content: "";
  display: block;
  border: 6px solid #0abbb9;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.mlist.team .content_list .item_block:hover .item_img::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle,
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
  color: #fff;
}
.mlist.team .content_list .item_block:hover .details {
  border-color: rgba(255, 255, 255, 0.44);
}
.mlist:not(.imagelink) .content_list .item_block:hover {
  background-color: transparent;
}
.mlist:not(.imagelink) .content_list .item_block:hover .details {
  border-color: #0abbb9;
  background-color: #0abbb9;
  color: #fff;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
  color: #0abbb9;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
  color: #868585;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .date_wrap {
  color: #868585;
}
.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
  color: #868585;
}
.mlist:not(.imagelink) .content_list .item_img img {
  transition: all 0.36s ease;
  display: inline;
  width: 100%;
  max-width: 100%;
}
.team .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 2 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.mlist:not(.imagelink) .content_list .item_img {
  width: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.team.mlist .content_list .item_wrapper {
  float: left;
  width: calc(100% - 320px);
  padding: 20px 30px;
}
.team.mlist .content_list .item_wrapper &gt; .date_wrap {
  display: none;
}
.team.mlist .content_list .item_block .details {
  position: relative;
  bottom: 0;
  right: 0;
  margin-left: 30px;
}
.fa.fa-search {
  color: #fff;
}
.mlist:not(.imagelink) .content_list .item_des .description {
  line-height: 22px;
  height: 46px;
}
.mlist.team .content_list .item_block .item_tags {
  display: none;
}
.mlist.team .content_list .item_block:hover {
  background-color: #0abbb9;
}
.mlist.team .content_list .item_block .item_img::after {
  content: "";
  display: block;
  border: 6px solid #0abbb9;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.mlist.team .content_list .item_block:hover .item_img::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_des .description,
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle,
.mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
  color: #fff;
}
.mlist.team .content_list .item_block:hover .details {
  border-color: rgba(255, 255, 255, 0.44);
}
.mlist:not(.imagelink) .content_list .details {
  transition: all 0.36s ease;
  border: 1px solid rgba(170, 170, 170, 0.2);
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.fa-angle-down,
.fa-angle-right {
  color: inherit;
  padding-left: 10px;
}
.mlist:not(.imagelink) .content_list .item_info .title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.mlist:not(.imagelink) .content_list .item_info .subtitle {
  transition: all 0.36s ease;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
.mlist:not(.imagelink) .content_list .date_wrap {
  transition: all 0.36s ease;
  font-size: 13px;
  line-height: 26px;
  color: #888;
}
.mlist:not(.imagelink) .content_list .item_des {
  margin-top: 13px;
}
.mlist:not(.imagelink) .content_list .item_des .description {
  transition: all 0.36s ease;
  font-size: 13px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #999;
}
.poweredby {
  text-align: center;
  font-size: 12px;
  color: #9d9d9d;
  line-height: 2;
}
.poweredby a {
  color: #9d9d9d;
}
#fenzhan .ad_h_r {
  position: fixed;
  right: 10px;
  top: 0;
  float: none;
}
@media only screen and (max-width: 1370px) {
  .block,
  .project_box,
  .box6 {
    width: 1200px;
  }
  .newslist .item_block .item_wrapper {
    width: 780px;
  }
  .box6 .slide .pic {
    width: 260px;
    width: 100%;
    height: 277px;
    overflow: hidden;
  }
  .box6 .slide .pic img {
    width: 100%;
    height: 277px;
  }
  .header,
  .headerbg {
    height: 103px;
  }
  .logo img {
    height: 70px;
  }
  .nav {
    margin-left: 50px;
  }
  .nav li a {
    padding: 0 8px;
    line-height: 103px;
  }
  .ad_h_r {
    width: 220px;
  }
  .ad_h_r img {
    height: auto;
  }
  .box1 li {
    width: 390px;
  }
  .right_1 {
    width: 391px;
  }
  .right_2 {
    width: 473px;
  }
  .box5 .txt {
    width: 400px;
  }
  .project_list li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .service_listbox .txt {
    width: 700px;
  }
  .activity_one {
    width: 1170px;
  }
  .activity_one .pic {
    width: 555px;
    height: 350px;
  }
  .activity_one .txt {
    width: 595px;
  }
  .header_active,
  .header_active_bg {
    height: 70px;
  }
  .soft_left {
    width: 383px;
  }
  .soft_right {
    width: 775px;
  }
  .book_right {
    width: 385px;
  }
  .book_left {
    width: 785px;
  }
  .book_info .pic {
    width: 217px;
  }
  .book_info .txt {
    width: 487px;
  }
}
</pre></body></html>