html,
body {
  font-family: Microsoft YaHei, Helvetica Neue, Arial, HelveticaNeue, Helvetica, BBAlpha Sans, sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
}
/* 去除元素自带padding和margin */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
/* 去除列表自带圆点 */
li {
  list-style: none;
}
/* 去除a链接下划线 */
a {
  text-decoration: none;
  outline: 0;
  color: #333;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: transparent;
}
/* 去除图片自带的边框 */
img {
  border: 0;
}
/* 设置表单元素的文字字体 */
input,
select,
textarea,
button {
  font-family: inherit;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*去除点击高亮效果*/
a,
button,
input,
select,
img,
label {
  -webkit-tap-highlight-color: transparent;
}
/*去掉苹果的默认UI来渲染按钮*/
input[type=submit],
input[type=reset],
input[type=button],
button,
select {
  -webkit-appearance: none;
}
/*PC样式*/
#pc {
  /*共用样式*/
  /*模块样式*/
  /*大图样式*/
  /*内容模块*/
  /*遮罩层样式*/
}
#pc .displayed {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .center_box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
#pc .title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}
#pc .title_box img {
  display: inline-block;
  max-width: 354px;
  max-height: 43px;
}
#pc .title_box .sub_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0 0 0;
}
#pc .title_box .sub_box span {
  width: 80px;
  height: 1px;
  background: #707070;
}
#pc .title_box .sub_box p {
  font-size: 20px;
  padding: 0px 15px;
  color: #707070;
}
#pc .title_box .bg_white span {
  background: #fff !important;
}
#pc .title_box .bg_white p {
  color: #fff !important;
}
#pc .header {
  position: relative;
  width: 100%;
  height: 110px;
  background: #fff;
}
#pc .header .flex_box {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 999;
  transform: translateX(-50%);
  width: 100%;
  height: 110px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /*logo样式*/
  /*导航列表样式*/
}
#pc .header .flex_box .icon_logo {
  width: 384px;
  height: 70px;
}
#pc .header .flex_box .icon_logo img {
  display: inline-block;
  width: 384px;
  height: 70px;
}
#pc .header .flex_box .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 110px;
  margin: 0 20px;
}
#pc .header .flex_box .menu li {
  width: 110px;
  height: 110px;
}
#pc .header .flex_box .menu li a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
#pc .header .flex_box .menu li a:hover {
  background: #334F9E;
  color: #fff;
}
#pc .header .flex_box .menu li .active {
  background: #334F9E;
  color: #fff;
}
#pc .header .flex_box .icon_iphone {
  width: 200px;
  height: 30px;
}
#pc .header .flex_box .icon_iphone img {
  display: inline-block;
  width: 200px;
  height: 30px;
}
#pc #swiper_box {
  width: 100%;
  min-width: 1200px;
  height: 600px;
}
#pc #swiper_box .swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#pc #swiper_box .swiper-slide .lb_img {
  display: inline-block;
  width: 100%;
}
#pc .bus_center {
  width: 100%;
  background: #f2f2f2;
}
#pc .bus_center .item_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .bus_center .item_box a {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#pc .bus_center .item_box a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: transform 0.75s;
  opacity: 1;
}
#pc .bus_center .item_box a .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pc .bus_center .item_box a .text p {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
}
#pc .bus_center .item_box a .text i {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #d7d7d7;
}
#pc .bus_center .item_box a:hover img {
  opacity: 0.7;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .bus_center .more_btn {
  width: 150px;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
}
#pc .bus_center .more_btn a {
  display: inline-block;
  width: 150px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #0193CF;
  border-radius: 5px;
}
#pc .bus_center .more_btn a:hover {
  background: #334F9E;
}
#pc .about_us {
  width: 100%;
  background-image: url("../img/about_us_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
#pc .about_us .about_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#pc .about_us .about_box .about_left_box {
  width: 560px;
  height: 340px;
  overflow: hidden;
}
#pc .about_us .about_box .about_left_box img {
  display: inline-block;
  width: 100%;
}
#pc .about_us .about_box .about_right_box {
  width: 600px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#pc .about_us .about_box .about_right_box .txt_box {
  width: 100%;
}
#pc .about_us .about_box .about_right_box .txt_box .p1 {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
#pc .about_us .about_box .about_right_box .icon_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .about_us .about_box .about_right_box .icon_box .item {
  display: inline-block;
  width: 200px;
  padding: 0px 41.5px;
  box-sizing: border-box;
}
#pc .about_us .about_box .about_right_box .icon_box .item img {
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  transition: transform 0.75s;
}
#pc .about_us .about_box .about_right_box .icon_box .item span {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#pc .about_us .about_box .about_right_box .icon_box .item:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .strength_box {
  width: 100%;
}
#pc .strength_box .team_box {
  width: 100%;
  min-width: 1200px;
  background-image: url("../img/tt1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
#pc .strength_box .team_box .pd_box {
  width: 1200px;
  height: 625px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 70px 0px 50px 550px;
}
#pc .strength_box .team_box .pd_box .title .txt {
  font-size: 36px;
  color: #fff;
}
#pc .strength_box .team_box .pd_box .title i {
  display: inline-block;
  width: 83px;
  height: 2px;
  background: #fff;
}
#pc .strength_box .team_box .pd_box .txt_box {
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
#pc .strength_box .team_box .pd_box .img_box {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 65px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#pc .strength_box .team_box .pd_box .img_box .item {
  display: inline-block;
  width: 130px;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
}
#pc .strength_box .team_box .pd_box .img_box .item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: transform 0.75s;
}
#pc .strength_box .team_box .pd_box .img_box .item p {
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#pc .strength_box .team_box .pd_box .img_box .item:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .strength_box .team_box .pd_box .more_btn {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .strength_box .team_box .pd_box .more_btn a {
  display: inline-block;
  width: 150px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #fa8c16;
}
#pc .strength_box .team_box .pd_box .more_btn a:hover {
  background: #ff9c6e;
}
#pc .advantage_box {
  width: 100%;
  background: #f2f2f2;
  height: 1000px;
}
#pc .advantage_box .left {
  width: 550px;
  height: 189px;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
#pc .advantage_box .left img {
  display: inline-block;
  width: 100%;
  transition: transform 0.75s;
  opacity: 1;
}
#pc .advantage_box .left:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  opacity: 0.75;
}
#pc .advantage_box .right {
  width: 488px;
  height: 103px;
  position: absolute;
  z-index: 1;
}
#pc .advantage_box .right .title {
  font-size: 18px;
  padding-bottom: 15px;
}
#pc .advantage_box .right .title strong {
  font-size: 24px;
  color: #0193cf;
}
#pc .advantage_box .right .sub {
  font-size: 14px;
  line-height: 2;
  color: #707070;
}
#pc .advantage_box .a1 {
  top: 179px;
  left: 0;
}
#pc .advantage_box .a2 {
  top: 213px;
  left: 568px;
}
#pc .advantage_box .a3 {
  top: 397.5px;
  left: 80px;
}
#pc .advantage_box .a4 {
  top: 368px;
  left: 550px;
}
#pc .advantage_box .a5 {
  top: 557px;
  left: 100px;
}
#pc .advantage_box .a6 {
  top: 600.5px;
  left: 671.5px;
}
#pc .advantage_box .a7 {
  top: 796px;
  left: 176px;
}
#pc .advantage_box .a8 {
  top: 746px;
  left: 650px;
}
#pc .new_box {
  width: 100%;
}
#pc .new_box .new_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#pc .new_box .new_list .box {
  width: 580px;
  height: 230px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .new_box .new_list .box .img_box {
  width: 230px;
  height: 230px;
}
#pc .new_box .new_list .box .img_box img {
  display: inline-block;
  width: 100%;
  height: 230px;
}
#pc .new_box .new_list .box .txt_box {
  width: 350px;
  height: 230px;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 30px 20px 20px;
}
#pc .new_box .new_list .box .txt_box .title {
  width: 100%;
  font-size: 16px;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  padding-bottom: 10px;
}
#pc .new_box .new_list .box .txt_box .title:hover {
  color: #45A5A1;
}
#pc .new_box .new_list .box .txt_box .sub {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#pc .new_box .new_list .box .txt_box .more_btn {
  margin-top: 10px;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #7BC7E6;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#pc .new_box .new_list .box .txt_box .more_btn:hover {
  border: 1px solid #0193CF;
  background: #0193CF;
  color: #fff;
}
#pc .footer {
  width: 100%;
}
#pc .footer .footer_top {
  width: 100%;
  min-width: 1200px;
  background: #f0f0f0;
}
#pc .footer .footer_top .box {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#pc .footer .footer_top .box .lf_list {
  display: flex;
  flex-direction: row;
}
#pc .footer .footer_top .box .lf_list .item {
  padding-right: 70px;
}
#pc .footer .footer_top .box .lf_list .item .head {
  color: #333;
  font-size: 16px;
}
#pc .footer .footer_top .box .lf_list .item .line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #334F9E;
}
#pc .footer .footer_top .box .lf_list .item .list li {
  padding: 5px 0px 0px;
}
#pc .footer .footer_top .box .lf_list .item .list li a {
  font-size: 14px;
  color: #919191;
}
#pc .footer .footer_top .box .lf_list .item .list li a:hover {
  color: #434343;
}
#pc .footer .footer_top .box .lf_list .item:last-child {
  padding-right: 0px;
}
#pc .footer .footer_top .box .ri_address {
  padding-left: 20px;
  box-sizing: border-box;
}
#pc .footer .footer_top .box .ri_address .iphone_img {
  width: 256px;
  height: 36px;
  overflow: hidden;
}
#pc .footer .footer_top .box .ri_address .iphone_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#pc .footer .footer_top .box .ri_address .txt_box {
  width: 100%;
  padding-top: 15px;
}
#pc .footer .footer_top .box .ri_address .txt_box .txt {
  line-height: 1.8;
  font-size: 14px;
  color: #7b7b7b;
}
#pc .footer .footer_bm {
  width: 100%;
  background: #000000;
  padding: 20px 0;
  min-width: 1200px;
}
#pc .footer .footer_bm .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#pc .footer .footer_bm .box .lf .txt {
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
}
#pc .footer .footer_bm .box .ri {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#pc .footer .footer_bm .box .ri .qr_code {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 25px;
}
#pc .footer .footer_bm .box .ri .qr_code .txt {
  writing-mode: tb-rl;
  color: #707070;
  font-size: 12px;
  letter-spacing: 5px;
}
#pc .footer .footer_bm .box .ri .qr_code .img_box {
  width: 100px;
  height: 100px;
  padding-right: 10px;
  overflow: hidden;
}
#pc .footer .footer_bm .box .ri .qr_code .img_box img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
#pc .footer .footer_bm .box .ri .qr_code:last-child {
  margin-left: 0px;
}
#pc .big_img {
  width: 100%;
  height: 350px;
  min-width: 1200px;
}
#pc .big_img .bg_box {
  width: 100%;
  height: 350px;
  min-width: 1200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#pc .big_img .enter_bg {
  background-image: url("../img/enter_bg.jpg");
}
#pc .big_img .zyyw_bg {
  background-image: url("../img/zyyw.jpg");
}
#pc .big_img .gcal_bg {
  background-image: url("../img/gcal.jpg");
}
#pc .big_img .ryzz_bg {
  background-image: url("../img/qywh.jpg");
}
#pc .big_img .xwzx_bg {
  background-image: url("../img/xwzx.jpg");
}
#pc .big_img .lxwm_bg {
  background-image: url("../img/lxwm.jpg");
}
#pc .parent_box {
  width: 100%;
  min-width: 1200px;
}
#pc .parent_box .nav_box {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #dddddd;
}
#pc .parent_box .nav_box .nav {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#pc .parent_box .nav_box .nav .lf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .parent_box .nav_box .nav .lf a {
  display: inline-block;
}
#pc .parent_box .nav_box .nav .lf a:hover {
  text-decoration: underline;
}
#pc .parent_box .nav_box .nav .lf span {
  font-size: 16px;
  color: #333;
}
#pc .parent_box .nav_box .nav .ri {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pc .parent_box .nav_box .nav .ri .item {
  width: 140px;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  transition: all 0.5s ease-in-out 0s;
}
#pc .parent_box .nav_box .nav .ri .item:last-child {
  margin-right: 0;
}
#pc .parent_box .nav_box .nav .ri .item:hover {
  border: 1px solid #334F9E;
  cursor: pointer;
  background: #334F9E;
  color: #fff;
}
#pc .parent_box .nav_box .nav .ri .active {
  background: #334F9E;
  border: 1px solid #334F9E;
  color: #fff;
}
#pc .parent_box .conter_box {
  width: 1200px;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
  min-height: 400px;
}
#pc .parent_box .conter_box .item {
  width: 100%;
  display: none;
}
#pc .parent_box .conter_box .item .title {
  font-size: 22px;
  color: #334F9E;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 20px;
}
#pc .parent_box .conter_box .item .enter_txt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-indent: 35px;
}
#pc .parent_box .conter_box .item .txt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
#pc .parent_box .conter_box .item .enter_img {
  width: 500px;
  float: right;
  clear: both;
  padding: 0px 0px 20px 20px;
  overflow: hidden;
}
#pc .parent_box .conter_box .item .enter_img img {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
#pc .parent_box .conter_box .item .img {
  width: 600px;
  padding-top: 20px;
}
#pc .parent_box .conter_box .item .img img {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}
#pc .parent_box .conter_box .item .none_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#pc .parent_box .conter_box .item .loop_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4df;
}
#pc .parent_box .conter_box .item .loop_box .box {
  width: 580px;
  min-height: 450px;
}
#pc .parent_box .conter_box .item .loop_box .box .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /*轮播遮罩层样式*/
}
#pc .parent_box .conter_box .item .loop_box .box .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}
#pc .parent_box .conter_box .item .loop_box .box .swiper-container .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  max-height: 120px;
  padding: 20px 20px;
}
#pc .parent_box .conter_box .item .loop_box .box .swiper-container .mask .p1 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
#pc .parent_box .conter_box .item .loop_box .box .swiper-container .mask .p1:last-child {
  margin-bottom: 0px;
}
#pc .parent_box .conter_box .item .loop_box .box .gallery-top {
  height: 80%;
  width: 100%;
}
#pc .parent_box .conter_box .item .loop_box .box .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#pc .parent_box .conter_box .item .loop_box .box .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#pc .parent_box .conter_box .item .loop_box .box .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#pc .parent_box .conter_box .item .loop_box .ri_box {
  width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pc .parent_box .conter_box .item .loop_box .ri_box .head {
  width: 100%;
  font-size: 24px;
  color: #494949;
  padding-bottom: 36px;
}
#pc .parent_box .conter_box .item .loop_box .ri_box .text_box {
  width: 100%;
  min-height: 200px;
}
#pc .parent_box .conter_box .item .loop_box .ri_box .text_box .xs {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
#pc .parent_box .conter_box .item .loop_box .ri_box .text_box .yc {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 200px;
}
#pc .parent_box .conter_box .item .loop_box .ys {
  display: none;
}
#pc .parent_box .conter_box .item .loop_box:last-child {
  border-bottom: none;
}
#pc .parent_box .conter_box .item .news_list {
  width: 100%;
  padding: 0px 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#pc .parent_box .conter_box .item .news_list .img_box {
  width: 200px;
  height: 150px;
}
#pc .parent_box .conter_box .item .news_list .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#pc .parent_box .conter_box .item .news_list .txt_box {
  width: 950px;
}
#pc .parent_box .conter_box .item .news_list .txt_box .head {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pc .parent_box .conter_box .item .news_list .txt_box .content {
  padding-top: 20px;
  width: 100%;
  font-size: 16px;
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
#pc .parent_box .conter_box .item .news_list .txt_box .content span {
  color: #969696;
}
#pc .parent_box .conter_box .item .news_list .txt_box .btn {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#pc .parent_box .conter_box .item .news_list .txt_box .btn .time {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#pc .parent_box .conter_box .item .news_list .txt_box .btn .time i {
  font-size: 16px;
  line-height: 22px;
  color: #969696;
}
#pc .parent_box .conter_box .item .news_list .txt_box .btn .time .time_txt {
  padding-left: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #969696;
}
#pc .parent_box .conter_box .item .news_list .txt_box .btn .time .time_txt span {
  display: inline-block;
  padding-left: 5px;
}
#pc .parent_box .conter_box .item .news_list .txt_box:hover {
  cursor: pointer;
}
#pc .parent_box .conter_box .item .news_list .txt_box:hover .head {
  color: #334F9E;
}
#pc .parent_box .conter_box .item .news_list:last-child {
  margin-bottom: 0;
  border-bottom-color: #fff;
}
#pc .parent_box .conter_box .item .p1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
#pc .parent_box .conter_box .item .p2 {
  padding-bottom: 5px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
#pc .parent_box .conter_box .item .map_box {
  width: 100%;
  padding-top: 20px;
}
#pc .parent_box .conter_box .item .map_box .map {
  width: 100%;
  height: 600px;
}
#pc .parent_box .conter_box .item .map_box .map .iw_poi_title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
#pc .parent_box .conter_box .item .map_box .map .iw_poi_content {
  font-size: 14px;
  overflow: visible;
  padding-top: 10px;
  white-space: 0;
  word-wrap: break-word;
}
#pc .parent_box .conter_box .item .post_list {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
#pc .parent_box .conter_box .item .post_list .head {
  width: 100%;
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}
#pc .parent_box .conter_box .item .post_list .post_txt {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#pc .parent_box .conter_box .item .post_list .post_txt .p8 {
  width: 33.33%;
  color: #969696;
  font-size: 14px;
  padding-bottom: 10px;
}
#pc .parent_box .conter_box .item .post_list .post_txt .p8 span {
  color: #333;
}
#pc .parent_box .conter_box .item .post_list:hover {
  cursor: pointer;
  background: #f0f0f0;
}
#pc .parent_box .conter_box .item .post_list:hover .head {
  color: #334F9E;
}
#pc .parent_box .conter_box .show {
  display: block !important;
}
#pc .parent_box .conter_box .product_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#pc .parent_box .conter_box .product_list .list {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
#pc .parent_box .conter_box .product_list .list .dw {
  display: inline-block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 999;
}
#pc .parent_box .conter_box .product_list .list .dw:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}
#pc .parent_box .conter_box .product_list .list .dw:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-175px);
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
}
#pc .parent_box .conter_box .product_list .list .img_box {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
#pc .parent_box .conter_box .product_list .list .img_box .img1 {
  width: 100%;
  transition: transform 0.75s;
}
#pc .parent_box .conter_box .product_list .list .txt {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
#pc .parent_box .conter_box .product_list .list:hover {
  cursor: pointer;
}
#pc .parent_box .conter_box .product_list .list:hover .img1 {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#pc .parent_box .conter_box .product_list .list:hover .dw:before {
  transition: 330ms 200ms;
  transform: translateX(-23px);
}
#pc .parent_box .conter_box .product_list .list:hover .dw:after {
  transition: 330ms 200ms;
  transform: translateY(-23px);
}
#pc .parent_box .conter_box .product_list .list:hover .txt {
  color: #333;
}
#pc .parent_box .conter_box .news_head {
  width: 100%;
  color: #333;
  font-size: 30px;
  text-align: center;
}
#pc .parent_box .conter_box .time_see {
  width: 100%;
  padding: 40px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#pc .parent_box .conter_box .time_see .time {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#pc .parent_box .conter_box .time_see .time i {
  font-size: 16px;
  line-height: 22px;
  color: #969696;
}
#pc .parent_box .conter_box .time_see .time .time_txt {
  padding-left: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #969696;
}
#pc .parent_box .conter_box .time_see .time .time_txt span {
  display: inline-block;
  padding-left: 5px;
}
#pc .parent_box .conter_box .news_content {
  width: 100%;
  border-top: 1px solid #e4e4df;
  border-bottom: 1px solid #e4e4df;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-indent: 30px;
}
#pc .parent_box .conter_box .news_nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0px;
}
#pc .parent_box .conter_box .news_nav .last {
  font-size: 14px;
  color: #969696;
}
#pc .parent_box .conter_box .news_nav .last a {
  font-size: 14px;
  color: #333;
}
#pc .parent_box .conter_box .news_nav .last a:hover {
  color: #334F9E;
}
#pc .parent_box .conter_box .news_nav .next {
  font-size: 14px;
  color: #969696;
}
#pc .parent_box .conter_box .news_nav .next a {
  font-size: 14px;
  color: #333;
}
#pc .parent_box .conter_box .news_nav .next a:hover {
  color: #334F9E;
}
#pc .parent_box .conter_box .recruit_head {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
  color: #333;
}
#pc .parent_box .conter_box .job_content {
  width: 100%;
}
#pc .parent_box .conter_box .job_content .job_head {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
#pc .parent_box .conter_box .job_content .line {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #334F9E;
}
#pc .parent_box .conter_box .job_content .job_text {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
#pc .parent_box .conter_box .job_content .job_text .job_box {
  display: flex;
  flex-direction: row;
  width: 33.33%;
  color: #61687c;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
#pc .parent_box .conter_box .job_content .job_text .job_box .job_title {
  width: 25%;
}
#pc .parent_box .conter_box .job_content .job_text .job_box .job_describe {
  width: 75%;
}
#pc .parent_box .conter_box .job_content .job_sec {
  width: 100%;
  padding-top: 20px;
}
#pc .parent_box .conter_box .job_content .job_sec .job_p1 {
  color: #61687c;
  font-size: 18px;
  line-height: 30px;
}
#pc .mask_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
#pc .mask_box .base_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#pc .mask_box .base_hover {
  cursor: pointer;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .mask_box .base_size {
  font-size: 40px;
  color: #fff;
  transition: transform 0.75s;
}
#pc .mask_box .close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 20px;
  right: 20px;
}
#pc .mask_box .close .icon-guanbi {
  font-size: 40px;
  color: #fff;
  transition: transform 0.75s;
}
#pc .mask_box .close:hover {
  cursor: pointer;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .mask_box .lf {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  left: 20px;
}
#pc .mask_box .lf .icon-lf {
  font-size: 40px;
  color: #fff;
  transition: transform 0.75s;
}
#pc .mask_box .lf:hover {
  cursor: pointer;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .mask_box .ri {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  right: 20px;
}
#pc .mask_box .ri .icon-ri {
  font-size: 40px;
  color: #fff;
  transition: transform 0.75s;
}
#pc .mask_box .ri:hover {
  cursor: pointer;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
#pc .mask_box .img_content {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 90%;
  height: 90%;
  text-align: center;
  overflow: hidden;
}
#pc .mask_box .img_content .img1 {
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  max-width: 100%;
  max-height: 100%;
}
#pc .mask_box .bm_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
/*# sourceMappingURL=base_style.css.map */