@import "swiper.min.css";
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-tap-highlight-color: rgba(0,0,0,0);
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li {
  font: normal 14px/1.5 "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans, "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  font-weight: 500;
}
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  background: main_color;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
input,
textarea {
  -webkit-user-select: text;
  -moz-user-select: -moz-text;
  -moz-user-select: text;
}
img {
  width: 100%;
  max-width: 100%;
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #009cf8;
}
h1 {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 14px;
  }
}
p {
  color: #666;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 12px;
  }
}
p.sml {
  font-size: 12px;
}
.c-select {
  display: inline-block;
  max-width: 447px;
  padding: 3.75px;
  border: 1px solid #ddd;
  position: relative;
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}
.c-select:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28px;
  background-color: #e0e0e0;
}
.c-select:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 4px solid #999;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-100%) translateY(90%) rotate(45deg);
          transform: translateX(-100%) translateY(90%) rotate(45deg);
}
.c-select select {
  width: 100%;
  padding: 3.75px;
  background: transparent;
  border: none;
  shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select:focus {
  outline: none;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.t-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.t-wrap .l,
.t-wrap .r {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.c-word,
.c-select-wrap {
  display: inline-block;
	vertical-align: top;
	line-height: 27px;
}
.c-select-wrap span {
	display: inline-block;
	vertical-align: top;
	line-height: 27px;
	color: rgba(255,255,255,.7);
}
.c-word a {
	margin-left: 10px;
	color: rgba(255,255,255,.7);
}
@media screen and (max-width: 480px) {
	.c-word a {
		margin-left: 0;
		margin-right: 10px;
	}
}
.c-word a:hover {
	color: rgba(255,255,255,.6);
}
@media screen and (max-width: 640px) {
  .t-wrap .l,
  .t-wrap .r {
    display: block;
    width: 100% !important;
  }
}
.f_wrap,
.g_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}
.g_wrap.t-wrap .l,
.g_wrap.t-wrap .r {
  display: table-cell !important;
}
.g_wrap.t-wrap .l {
  width: 30%;
}
.g_wrap.t-wrap .r {
  width: 70%;
}
.web_wrapper .m_c {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.web_wrapper .m_c.index {
  padding-bottom: 0 !important;
  background-color: #fff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container .post p,
.container .post dd {
  line-height: 2em;
  margin-bottom: 0.3em;
}
.container .post .post-nav {
  margin: 60px 0;
}
.container .post .post-nav .prev,
.container .post .post-nav .next {
  margin: 10px 0;
}
.container .post .post-nav .prev a,
.container .post .post-nav .next a {
  color: #0073b6;
}
.container .post .post-nav .prev a:hover,
.container .post .post-nav .next a:hover {
  opacity: 0.8;
}
header {
  border-bottom: 2px solid #0073b6;
  /*padding: 20px 0;*/
}
header .l {
  width: 200px !important;
}
header .l .logo {
  float: left;
  width: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
}
@media screen and (max-width: 640px) {
  header .l .logo {
    width: 180px;
  }
}
header .r .mob_menu {
  float: right;
  display: none;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 868px) {
  header .r .mob_menu {
    display: block;
  }
}
header .r .mob_menu .menu_line {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: #0073b6;
}
header .r .mob_menu .menu_line:before,
header .r .mob_menu .menu_line:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: #0073b6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .r .mob_menu .menu_line:before {
  top: -8px;
}
header .r .mob_menu .menu_line:after {
  bottom: -8px;
}
header .r .mob_menu.close {
  position: fixed;
  right: 30px;
  top: 40px;
  z-index: 500;
}
header .r .mob_menu.close .menu_line {
  background: #fff;
}
header .r .mob_menu.close .menu_line:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .r .mob_menu.close .menu_line:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .r nav {
  float: right;
  /*padding: 20px 0;*/
	height: 100px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 868px) {
  header .r nav {
    float: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
	  height: auto;
    background: rgba(255,255,255,0.95);
    z-index: 200;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
header .r nav.mob-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 868px) {
  header .r nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
header .r nav li {
  display: inline-block;
  /*padding: 2px 20px;*/
  font-size: 16px;
  /*border-radius: 45px;*/
	vertical-align: top;
	height: 100px;
	line-height: 100px;
}
header .r nav li h3 {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 20px;
	border-radius: 45px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  header .r nav li h3 {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 868px) {
	header .r nav li {
		display: block;
		height: auto;
	}
  header .r nav li h3 {
    display: block;
    text-align: center;
    margin: 15px 20%;
    padding: 5px 0;
  }
	header .r nav li:hover .sub {
		display: none;
	}
}
header .r nav li:hover h3,
header .r nav li.active h3 {
  background-color: #185ba3;
}
header .r nav li:hover a,
header .r nav li.active a {
  color: #fff;
}
header .r nav li.t-lang h3 {
  padding: 2px 6px;
  background-color: #185ba3;
  border-radius: inherit;
  font-size: 12px;
}
header .r nav li.t-lang a {
  color: #fff;
}
header .r nav li:hover .sub {
	display: block;
}
header .r nav .sub {
	display: none;
	position: absolute;
	width: 370px;
	top: 100px;
	left: 0;
	background-color: #0073b6;
	box-sizing: border-box;
	padding: 15px 0 15px 25px;
	z-index: 2;
}
header .r nav .sub-li {
	float: left;
	width: 115px;
	line-height: 40px;
}
header .r nav .sub-li a {
	font-size: 14px;
	color: #FFF;
}
header .r nav .sub-li a:hover {
	text-decoration: underline;
}
footer {
  background-color: #0073b6;
  padding: 40px 0;
}
footer .c-select.f {
  box-shadow: inset 3px 2px 10px #797979;
  border: none;
}
footer .c-select.f select {
  width: 260px;
  padding-left: 15px;
}
footer .c-select.f:before {
  width: 0;
}
footer .c-select.f:after {
  right: 4%;
  border-right-color: #333;
  border-bottom-color: #333;
}
footer .l {
  width: 70% !important;
}
footer .copy p {
  margin-top: 10px;
  color: #fff;
  opacity: 0.7;
}
footer .copy p a {
  color: #fff;
  margin-left: 8px;
}
footer .copy p a:hover {
  opacity: 0.8;
}
footer .r {
  width: 30% !important;
}
@media screen and (max-width: 640px) {
  footer .r {
    display: table-row !important;
  }
  footer .r .share {
    margin-top: 30px !important;
    text-align: left;
  }
  footer .r .share a {
    margin-left: 0;
    margin-right: 20px;
  }
}
footer .share {
  text-align: right;
}
footer .share a {
  display: inline-block;
  margin-left: 10px !important;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center !important;
  float: right !important;
}
footer .share a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  footer .share a {
    float: left !important;
  }
}
footer .share a.bds_weixin {
  background-image: url("../imgs/i_wechat.png");
}
footer .share a.bds_tsina {
  background-image: url("../imgs/i_weibo.png");
}
footer .share a.bds_mail {
  background-image: url("../imgs/i_email.png");
}
.container.article {
  padding: 0 10px;
}
.container .inner_head {
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .container .inner_head {
    padding-top: 40px;
    margin-bottom: 15px;
  }
  .container .inner_head .title,
  .container .inner_head .crumb {
    position: relative !important;
    margin-top: 10px !important;
  }
  .container .inner_head .title h1 {
    font-size: 16px;
  }
  .container .inner_head .title h3 {
    font-size: 12px;
  }
  .container .inner_head .crumb {
    font-size: 10px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.container .inner_head .title {
  float: left;
}
.container .inner_head .title h1,
.container .inner_head .title h3 {
  font-weight: 600;
}
.container .inner_head .title .en {
  opacity: 0.6;
}
.container .inner_head .crumb {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.container .inner_head .crumb span {
  margin: 0 5px;
}
.container .wrap {
  background-color: #eef5fb;
  border: 1px #eee solid;
}
.container .wrap .aside {
  float: left;
  width: 235px;
}
@media screen and (max-width: 868px) {
  .container .wrap .aside {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .container .wrap .aside {
    float: none;
    width: 100%;
  }
  .container .wrap .aside .items {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .container .wrap .aside .items {
    display: block !important;
  }
}
.container .wrap .aside .head {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  background-color: #2689d2;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .container .wrap .aside .head {
    padding: 15px 20px;
  }
  .container .wrap .aside .head:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    border: 6px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.container .wrap .aside .head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/aside_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.container .wrap .aside li {
  padding: 20px 40px;
  color: #fff;
  background-color: #2689d2;
  border-top: 1px solid #fff;
}
.container .wrap .aside li a {
  font-size: 16px;
  position: relative;
  color: #fff;
}
.container .wrap .aside li a:hover {
  opacity: 0.6;
}
.container .wrap .aside li a:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 30%;
  width: 11px;
  height: 11px;
  background-image: url("../imgs/aside_in.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .wrap .aside li.active,
.container .wrap .aside li:hover {
  background-color: #00a6de;
}
.container .wrap .aside li.active a:before,
.container .wrap .aside li:hover a:before {
  background-image: url("../imgs/aside_out.png");
}
.container .wrap .post {
  margin-left: 235px;
  padding: 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 868px) {
  .container .wrap .post {
    margin-left: 200px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .container .wrap .post {
    margin-left: 0;
    padding: 20px;
  }
}
.container .wrap .post article .title {
  margin: 20px 0;
}
.container .wrap .post article .title .en_title {
  margin-left: 10px;
  color: #0073b6;
  font-size: 0.8em;
}
.container .wrap .post article img {
  margin: 10px 0;
}
.container .wrap .post article p {
  margin: 10px 0;
}
.container .wrap .post .pagenav {
  margin: 60px 0 40px;
  text-align: center;
}
.container .wrap .post .pagenav .current,
.container .wrap .post .pagenav .p_info,
.container .wrap .post .pagenav a {
  display: inline-block;
  margin: 0 2px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px #ccc solid;
}
.container .wrap .post .pagenav .current:hover,
.container .wrap .post .pagenav .p_info:hover,
.container .wrap .post .pagenav a:hover,
.container .wrap .post .pagenav .current.current,
.container .wrap .post .pagenav .p_info.current,
.container .wrap .post .pagenav a.current {
  border: 1px #0073b6 solid;
  color: #fff;
  background: #0073b6;
}
.banner_wrap {
  position: relative;
  padding-bottom: 462px;
}
.banner_wrap_mob {
  position: relative;
  padding-bottom: 420px;
  display: none;
}
@media screen and (max-width: 640px) {
  .banner_wrap {
    display: none;
  }
  .banner_wrap_mob {
    display: block;
  }
}
.banner_wrap .swiper-container,
.banner_wrap_mob .swiper-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner_wrap .pc,
.banner_wrap_mob .mobile {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  /* .banner_wrap .pc {
    display: block;
  } */
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  /* .banner_wrap .tablet {
    display: block;
  } */
}
@media screen and (max-width: 640px) {
  /* .banner_wrap .mobile {
    display: block;
  } */
}
.banner_wrap .swiper-controller-wrap,
.banner_wrap_mob .swiper-controller-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}
.banner_wrap .swiper-controller-wrap .swiper-controller,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 462px;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  position: absolute;
  top: 50%;
  height: 36px;
  width: 36px;
  border-radius: 45px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 100;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap .swiper-controller-wrap .swiper-controller .next {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 5px;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:after,
.banner_wrap .swiper-controller-wrap .swiper-controller .next:after,
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap .swiper-controller-wrap .swiper-controller .next:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:after,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:after,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:hover {
  background-color: #0073b6;
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev {
  background-image: url("../imgs/l_arrow.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .prev:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .prev:hover {
  background-image: url("../imgs/l_arrow_w.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  background-image: url("../imgs/r_arrow.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next:hover,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next:hover {
  background-image: url("../imgs/r_arrow_w.png");
}
.banner_wrap .swiper-controller-wrap .swiper-controller .next,
.banner_wrap_mob .swiper-controller-wrap .swiper-controller .next {
  right: 0;
}
.container.index {
  max-width: none;
}
.container.index .service {
  background: url("../imgs/index_p_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: #f5f5f5;
}
.container.index .tab_wrap {
  margin-bottom: 30px;
  background-color: #fff;
}
.container.index .tabs {
  display: table;
  width: 100%;
  height: 120px;
  max-width: 1200px;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 640px) {
  .container.index .tabs {
    height: 80px;
  }
}
.container.index .tabs ul {
  display: table-row;
}
.container.index .tabs ul li {
  position: relative;
  display: table-cell;
  text-align: center;
  width: 25%;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.container.index .tabs ul li:last-child {
  border-right: none;
}
.container.index .tabs ul li .item {
  padding: 15px;
}
@media screen and (max-width: 868px) {
  .container.index .tabs ul li .item .tit {
    display: block;
    padding-left: 0;
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .container.index .tabs ul li .item {
    padding: 0;
  }
  .container.index .tabs ul li .item .tit p {
    margin-top: 5px;
    font-size: 10px;
  }
  .container.index .tabs ul li .item .tit .en {
    display: none;
  }
}
.container.index .tabs ul li .icon,
.container.index .tabs ul li .tit {
  display: inline-block;
}
.container.index .tabs ul li .icon .ac {
  display: inline-block;
}
.container.index .tabs ul li .icon .nv {
  display: none;
}
.container.index .tabs ul li .tit {
  font-size: 16px;
  padding-left: 10px;
  text-align: left;
}
.container.index .tabs ul li .tit p {
  color: #333;
}
.container.index .tabs ul li .tit .en {
  font-size: 12px;
  opacity: 0.7;
}
.container.index .tabs ul li.active {
  background-color: #0073b6;
}
.container.index .tabs ul li.active p {
  color: #fff;
}
.container.index .tabs ul li.active .en {
  opacity: 1;
}
.container.index .tabs ul li.active .icon .ac {
  display: none;
}
.container.index .tabs ul li.active .icon .nv {
  display: inline-block;
}
.container.index .tabs ul li.active:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 50%;
  border: 10px solid #0073b6;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
.container.index .page {
  position: relative;
  max-width: 1200px;
  padding: 20px 15px 40px;
  margin: 0 auto;
}
.container.index .page .item {
  padding: 0 15px;
  display: none;
}
.container.index .page .item.active {
  display: block;
}
.container.index .page .item .thumb {
  float: right;
  width: 28%;
  height: 220px;
  padding-left: 40px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container.index .page .item .info {
  float: left;
  width: 60%;
  padding: 10px 0;
  padding-right: 40px;
}
.container.index .page .item .info h1 {
  position: relative;
  margin-bottom: 40px;
}
.container.index .page .item .info h1:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 55px;
  background-color: #ddd;
}
.container.index .page .item .info p {
  margin-bottom: 60px;
}
.container.index .page .item .info .btn {
  padding: 5px 30px;
  color: #fff;
  background-color: #0073b6;
  border-radius: 45px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.container.index .page .item .info .btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .container.index .page .item .thumb {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .container.index .page .item .info {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
  }
}
.container.index .news {
  padding: 60px 0;
  background-image: url("../imgs/index_p_bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.container.index .news .g-h {
  margin-bottom: 40px;
}
.container.index .news .g-h h2 {
  text-align: center;
}
.container.index .news .g-h h2 .bullet {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 2px 15px;
  background-color: #0073b6;
  border-radius: 45px;
}
.container.index .news .g-h h2 img {
  position: relative;
  top: -2px;
  width: auto;
}
.container.index .news .t-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.container.index .news .t-wrap .l {
  width: 40%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .container.index .news .t-wrap .l {
    display: table-row;
    width: 100%;
  }
}
.container.index .news .t-wrap .l .swiper-pagination-bullet {
  margin: 0 4px;
  height: 10px;
  width: 10px;
}
.container.index .news .t-wrap .l .new_w {
  position: relative;
}
.container.index .news .t-wrap .l .new_w img {
  width: 100%;
  padding-bottom: 50px;
}
.container.index .news .t-wrap .l .new_w img:hover {
  opacity: 0.8;
}
.container.index .news .t-wrap .l .new_w .des {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #0073b6;
}
.container.index .news .t-wrap .l .new_w .des h3 a {
  color: #fff;
}
.container.index .news .t-wrap .l .new_w .des h3 a:hover {
  opacity: 0.8;
}
.container.index .news .t-wrap .l .new_w .des p {
  color: #fff;
}
.container.index .news .t-wrap .l .new_w .des .i_slide_t {
  margin-bottom: 10px;
}
.container.index .news .t-wrap .l .i-slide-nav {
  text-align: right;
  padding: 0 20px 5px;
}
.container.index .news .t-wrap .l .i-slide-nav .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.container.index .news .t-wrap .l .i-slide-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5bc3ff;
}
.container.index .news .t-wrap .news-list {
  padding: 30px 40px;
}
.container.index .news .t-wrap .news-list li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.container.index .news .t-wrap .news-list li:first-child {
  padding-top: 0;
}
.container.index .news .t-wrap .news-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.container.index .news .t-wrap .news-list li h3 {
  margin-bottom: 10px;
  cursor: pointer;
}
.container.index .news .t-wrap .news-list li h3 a:hover {
  color: #185ba3;
}
.container.index .news .t-wrap .news-list li p {
  opacity: 0.6;
}
@media screen and (max-width: 868px) {
  .container.index .news .t-wrap .l {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .container.index .news .t-wrap .news-list {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .container.index .news .t-wrap .l {
    width: 100%;
  }
}
.post.pro-download .d-item {
  padding: 15px 0;
  border-bottom: 1px #ccc solid;
  border-bottom-style: dashed;
  overflow: hidden;
}
.post.pro-download .d-item .name {
  float: left;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .post.pro-download .d-item .name {
    float: none;
  }
}
.post.pro-download .d-item .name:before {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "";
  height: 7px;
  width: 7px;
  margin-right: 10px;
  background-color: #a0a0a0;
  border-radius: 45px;
}
.post.pro-download .d-item a {
  color: #0073b6;
  float: right;
}
.post.news .t-wrap {
  padding: 20px 0;
  border-bottom: 1px #eee solid;
}
.post.news .t-wrap .l {
  width: 160px;
  vertical-align: top;
}
.post.news .t-wrap .l img {
  border: 10px #f5f5f5 solid;
}
.post.news .t-wrap .r {
  padding-left: 20px;
}
.post.news .t-wrap .r .time {
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
}
.post.news .t-wrap .r .content {
  margin-top: 10px;
}
.post.news_article .article-header {
  text-align: center;
  margin-bottom: 40px;
}
.post.news_article .article-header .meta {
  margin: 10px 0;
}
.post.news_article .article-header .meta p {
  display: inline-block;
  opacity: 0.6;
}
.post.news_article .article-header .meta .time {
  margin-right: 15px;
}
.post.news_article .article-header .meta .count {
  margin-left: 15px;
}
.post.profile .top_img {
  border: 10px #ddd solid;
}
.post.case_list li {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: calc(99.9% * 1 / 3 - (30px - 30px * 1 / 3));
}
.post.case_list li:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.post.case_list li:last-child {
  margin-right: 0;
}
.post.case_list li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.post.case_list li:nth-child(3n + 1) {
  clear: both;
}
@media screen and (max-width: 868px) {
  .post.case_list li {
    width: calc(99.9% * 1 / 2 - (30px - 30px * 1 / 2));
  }
  .post.case_list li:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .post.case_list li:last-child {
    margin-right: 0;
  }
  .post.case_list li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .post.case_list li:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  .post.case_list li {
    width: 100%;
  }
}
.post.case_list li .wrap {
  padding: 7.5px 7.5px 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.post.case_list li .wrap a {
  display: block;
}
.post.case_list li .wrap .thumb {
  width: 100%;
  height: 159px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post.case_list li .wrap .title {
  margin-top: 20px;
}
.post.case_info .c_row {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f5f5f5;
}
.post.case_info .c_row .thumb {
  float: left;
  width: 50%;
}
.post.case_info .c_row .info {
  float: left;
  width: 50%;
  padding: 20px 30px;
  overflow: hidden;
}
.post.case_info .c_row .info .title {
  color: #0073b6;
  margin: 20px 0;
}
.post.case_info .c_row .info .more {
  display: block;
  height: 25px;
  width: 25px;
  margin: 40px 0 20px;
  background-image: url("../imgs/i_more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post.case_info .c_row .info .more:hover {
  opacity: 0.6;
}
.post.case_info .c_row.reverse .thumb {
  float: right;
}
@media screen and (max-width: 1024px) {
  .post.case_info .c_row .thumb {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .post.case_info .c_row .info {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 868px) {
  .post.case_info .c_row .thumb {
    width: 100%;
  }
}
.post.jobs li {
  margin-bottom: 10px;
}
.post.jobs li .content {
  display: none;
  padding: 20px;
  margin-bottom: 60px;
}
.post.jobs li .content .section {
  margin: 20px 0;
}
.post.jobs li .content .section .sub-title {
  color: #0073b6;
  font-weight: 700;
  margin-bottom: 10px;
}
.post.jobs li .content .section .key {
  color: #333;
}
.post.jobs li .content .section .key span {
  color: #666;
}
.post.jobs li .content .apply-btn {
  display: inline-block;
  padding: 5px 30px;
  margin-top: 30px;
  border-radius: 45px;
  color: #fff;
  background-color: #185ba3;
}
.post.jobs li .content .apply-btn:hover {
  opacity: 0.8;
}
.post.jobs li .des {
  width: 100%;
  overflow: hidden;
  border: 1px #f5f5f5 solid;
}
.post.jobs li .des p {
  float: left;
  margin: 0;
  padding: 0 10px;
}
.post.jobs li .des p.title {
  color: #333;
  width: 40%;
}
.post.jobs li .des p.time {
  width: 30%;
}
.post.jobs li .des p.apply-count {
  width: 20%;
}
.post.jobs li .des p.time,
.post.jobs li .des p.apply-count {
  opacity: 0.8;
}
.post.jobs li .des .icon {
  float: right;
  height: 28px;
  width: 28px;
  background-image: url("../imgs/i_job_down.png");
  background-position: center;
  background-size: inital;
  background-repeat: no-repeat;
  cursor: pointer;
}
.post.jobs li .des .icon:hover {
  opacity: 0.8;
}
.post.jobs li.show .des .icon {
  background-image: url("../imgs/i_job_up.png");
}
.post.jobs li.show .content {
  display: block;
}
.post.apply .submit_btn {
  text-align: center;
}
.post.apply .submit_btn .submit {
  padding: 6px 40px;
  margin: 0 auto;
  border-radius: 45px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #0073b6;
  border: none;
  cursor: pointer;
}
.post.apply .submit_btn .submit:hover {
  opacity: 0.8;
}
.post.apply .section {
  margin-bottom: 40px;
}
.post.apply .section .head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.post.apply .section .head h2 {
  position: relative;
  padding-left: 30px;
  color: #0073b6;
}
.post.apply .section .head h2:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  background-image: url("../imgs/i_joba_h.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post.apply .section .form {
  padding: 40px 0;
}
.post.apply .section .form .ps {
  font-size: 0.8em;
  color: #f00;
  text-align: center;
  width: 100%;
}
.post.apply .section .form input[type="text"],
.post.apply .section .form input[type="email"],
.post.apply .section .form input[type="tel"],
.post.apply .section .form input[type="date"],
.post.apply .section .form input[type="file"],
.post.apply .section .form textarea {
  display: table-cell;
  max-width: 447px;
  width: 80%;
  padding: 3.75px;
  border: 1px solid #ddd;
}
.post.apply .section .form .c-select {
  width: 50%;
}
.post.apply .section li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.post.apply .section li .option {
  margin-right: 40px;
}
.post.apply .section li .key {
  display: table-cell;
  padding-right: 15px;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.post.apply .section li .key:before {
  display: inline-block;
  content: "";
  width: 10px;
}
.post.apply .section li .key.must:before {
  content: "*";
  color: #f00;
}
.post.location .info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 2;
  -ms-box-flex: 2;
  box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-line-pack: top;
      align-content: top;
  padding: 40px 0;
}
@media screen and (max-width: 868px) {
  .post.location .info {
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.post.location .info .section {
  width: 50%;
  padding: 40px 30px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.post.location .info .section .t {
  font-size: 20px;
  margin-bottom: 15px;
}
.post.location .info .section .sub_t {
  margin-top: 15px;
  color: #0073b6;
  font-weight: 700;
}
.post.location .info .section:nth-child(2n+1) {
  border-top: none;
  border-left: none;
}
.post.location .info .section:nth-child(2n) {
  border-top: none;
  border-right: none;
  border-left: none;
}
.post.location .info .section:last-child {
  border-bottom: none;
}
@media screen and (max-width: 868px) {
  .post.location .info .section {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
/*uwebcms6*/
.article { font-family: '宋体'; font-size: 12px; line-height: 20px; color: #777; min-height: 300px; }
.article p { margin-bottom: 12px; }
.article img { max-width: 100%; }
.article ul li { list-style-type: none; }
.article ol li { list-style-type: decimal; }

.mapSite { width: 100% }
.mapSite dl { float: left; width: 16.66667%; overflow: hidden; }
.mapSite dl dt { padding-left: 0px; margin-bottom: 10px }
.mapSite dl dt a { font-size: 16px; color:#777; font-family: '宋体' }
.mapSite dl dt a:hover { color: #000; }
.mapSite dl dd { paddint-top: 5px; padding-left: 30px; line-height: 26px; margin-bottom: 5px; }
.mapSite dl dd a { font-size: 12px }
.mapSite dl dd a:hover { color : #777; }

.post.location .info .section{
    width:auto;
    border:0px;
}