@charset "UTF-8";
/** 
* 修改时间：2014-05-30
* 参考： html5doctor.com Reset Stylesheet v1.6.1和YUI 3.5.0和Eric Meyer's Reset CSS v2.0和normalize.css v1.0.0，以及参考tmall等网站
**/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}

html, body {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font: .18rem/1.5 '\5FAE\8F6F\96C5\9ED1',tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}

ol, ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 按要求改变边框的颜色 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

body {
  -webkit-tap-highlight-color: rgba(48, 124, 186, 0);
}

/** 
* 修改时间：2014-06-26
* 修改人：ABpasser
**/
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* 行内元素对齐 */
.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

/* display */
.dn {
  display: none;
}

.di {
  display: inline;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.w10 {
  width: 0.1rem;
}

.w10p {
  width: 10%;
}

.w20 {
  width: 0.2rem;
}

.w20p {
  width: 20%;
}

.w30 {
  width: 0.3rem;
}

.w30p {
  width: 30%;
}

.w40 {
  width: 0.4rem;
}

.w40p {
  width: 40%;
}

.w50 {
  width: 0.5rem;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 0.6rem;
}

.w60p {
  width: 60%;
}

.w70 {
  width: 0.7rem;
}

.w70p {
  width: 70%;
}

.w80 {
  width: 0.8rem;
}

.w80p {
  width: 80%;
}

.w90 {
  width: 0.9rem;
}

.w90p {
  width: 90%;
}

.w100 {
  width: 1rem;
}

.w100p {
  width: 100%;
}

.w90p {
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}

.w95p {
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.h100p {
  height: 100%;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mr1 {
  margin-right: 1px;
}

.p1 {
  padding: 1px;
}

.pt1 {
  padding-top: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pr1 {
  padding-right: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.p2 {
  padding: 2px;
}

.pt2 {
  padding-top: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pr2 {
  padding-right: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mr3 {
  margin-right: 3px;
}

.p3 {
  padding: 3px;
}

.pt3 {
  padding-top: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pr3 {
  padding-right: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.p4 {
  padding: 4px;
}

.pt4 {
  padding-top: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pr4 {
  padding-right: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pr10p {
  padding-right: 10%;
}

.mr10p {
  margin-right: 10%;
}

.pt100 {
  padding-top: 1rem;
}

.pb100 {
  padding-bottom: 1rem;
}

.pb60 {
  padding-bottom: .6rem;
}

.mt-1 {
  margin-top: -1px;
}

.mb-1 {
  margin-bottom: -1px;
}

.ml-1 {
  margin-left: -1px;
}

.mr-1 {
  margin-right: -1px;
}

/* padding */
.p5 {
  padding: .05rem;
}

.p10 {
  padding: .10rem;
}

.p15 {
  padding: .15rem;
}

.p20 {
  padding: .20rem;
}

.p30 {
  padding: .30rem;
}

.pl5 {
  padding-left: .05rem;
}

.pt5 {
  padding-top: .05rem;
}

.pr5 {
  padding-right: .05rem;
}

.pb5 {
  padding-bottom: .05rem;
}

.pl10 {
  padding-left: .10rem;
}

.pt10 {
  padding-top: .10rem;
}

.pr10 {
  padding-right: .10rem;
}

.pb10 {
  padding-bottom: .10rem;
}

.pl15 {
  padding-left: .15rem;
}

.pt15 {
  padding-top: .15rem;
}

.pr15 {
  padding-right: .15rem;
}

.pb15 {
  padding-bottom: .15rem;
}

.pl20 {
  padding-left: .20rem;
}

.pt20 {
  padding-top: .20rem;
}

.pr20 {
  padding-right: .20rem;
}

.pb20 {
  padding-bottom: .20rem;
}

.pl30 {
  padding-left: .30rem;
}

.pt30 {
  padding-top: .30rem;
}

.pr30 {
  padding-right: .30rem;
}

.pb30 {
  padding-bottom: .30rem;
}

/* margin */
.ml10 {
  margin-left: .10rem;
}

.mr10 {
  margin-right: .10rem;
}

.mt10 {
  margin-top: .10rem;
}

.mb10 {
  margin-bottom: .10rem;
}

.ml20 {
  margin-left: .20rem;
}

.mr20 {
  margin-right: .20rem;
}

.mt20 {
  margin-top: .20rem;
}

.mb20 {
  margin-bottom: .20rem;
}

.ml30 {
  margin-left: .30rem;
}

.mr30 {
  margin-right: .30rem;
}

.mt30 {
  margin-top: .30rem;
}

.mb30 {
  margin-bottom: .30rem;
}

/* float */
.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/* position */
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

/* 清除浮动*/
.cf {
  *zoom: 1;
}

.cf:after {
  display: table;
  content: '';
  clear: both;
}

/* text-align */
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.ovh {
  overflow: hidden;
}

.bgn {
  background: none !important;
}

.bdr5 {
  border-radius: 5px;
}

.f12 {
  font-size: .12rem;
}

.f14 {
  font-size: .14rem;
}

.f16 {
  font-size: .16rem;
}

.f18 {
  font-size: .18rem;
}

.f20 {
  font-size: .2rem;
}

.ti2 {
  text-indent: 2em;
}

.lh20 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh24 {
  line-height: 2.4;
}

.lh26 {
  line-height: 2.6;
}

.lh28 {
  line-height: 2.8;
}

.lh30 {
  line-height: 3;
}

.lh36 {
  line-height: 3.6;
}

.lh40 {
  line-height: 4;
}

.bdn {
  border: none !important;
}

.bte {
  border-top: 1px solid #eee;
}

.bbe {
  border-bottom: 1px solid #eee;
}

.bde {
  border: 1px solid #eee;
}

.btd {
  border-top: 1px solid #ddd;
}

.bbd {
  border-bottom: 1px solid #ddd;
}

.bdd {
  border: 1px solid #ddd;
}

.btc {
  border-top: 1px solid #ccc;
}

.bbc {
  border-bottom: 1px solid #ccc;
}

.bdc {
  border: 1px solid #ccc;
}

.bt6 {
  border-top: 1px solid #666;
}

.bb6 {
  border-bottom: 1px solid #666;
}

.bd6 {
  border: 1px solid #666;
}

.bte_dashed {
  border-top: 1px dashed #eee;
}

.bgfff {
  background: #fff;
}

.bgeee {
  background: #eee;
}

.bgccc {
  background: #ccc;
}

.bg888 {
  background: #888;
}

.bgf5 {
  background: #f5f5f5;
}

.cfff {
  color: #fff;
}

.ceee {
  color: #eee;
}

.cddd {
  color: #ddd;
}

.cccc {
  color: #ccc;
}

.c999 {
  color: #999;
}

.c666 {
  color: #666;
}

.c333 {
  color: #333;
}

.c000 {
  color: #000;
}

/* 主色 */
/* 橙色 */
/* 红色 */
@-webkit-keyframes opacityframe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityframe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#loading_svg .r1 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.02s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.02s ease-in-out forwards infinite;
}

#loading_svg .r2 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.04s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.04s ease-in-out forwards infinite;
}

#loading_svg .r3 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.06s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.06s ease-in-out forwards infinite;
}

#loading_svg .r4 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.08s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.08s ease-in-out forwards infinite;
}

#loading_svg .r5 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.1s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.1s ease-in-out forwards infinite;
}

#loading_svg .r6 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.12s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.12s ease-in-out forwards infinite;
}

#loading_svg .r7 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.14s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.14s ease-in-out forwards infinite;
}

#loading_svg .r8 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.16s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.16s ease-in-out forwards infinite;
}

#loading_svg .r9 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.18s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.18s ease-in-out forwards infinite;
}

#loading_svg .r10 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.2s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.2s ease-in-out forwards infinite;
}

#loading_svg .r11 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.22s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.22s ease-in-out forwards infinite;
}

#loading_svg .r12 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.24s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.24s ease-in-out forwards infinite;
}

#loading_svg .r13 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.26s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.26s ease-in-out forwards infinite;
}

#loading_svg .r14 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.28s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.28s ease-in-out forwards infinite;
}

#loading_svg .r15 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.3s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.3s ease-in-out forwards infinite;
}

#loading_svg .r16 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.32s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.32s ease-in-out forwards infinite;
}

#loading_svg .r17 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.34s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.34s ease-in-out forwards infinite;
}

#loading_svg .r18 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.36s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.36s ease-in-out forwards infinite;
}

#loading_svg .r19 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.38s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.38s ease-in-out forwards infinite;
}

#loading_svg .r20 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.4s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.4s ease-in-out forwards infinite;
}

#loading_svg .r21 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.42s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.42s ease-in-out forwards infinite;
}

#loading_svg .r22 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.44s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.44s ease-in-out forwards infinite;
}

#loading_svg .r23 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.46s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.46s ease-in-out forwards infinite;
}

#loading_svg .r24 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.48s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.48s ease-in-out forwards infinite;
}

#loading_svg .r25 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.5s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.5s ease-in-out forwards infinite;
}

#loading_svg .r26 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.52s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.52s ease-in-out forwards infinite;
}

#loading_svg .r27 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.54s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.54s ease-in-out forwards infinite;
}

#loading_svg .r28 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.56s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.56s ease-in-out forwards infinite;
}

#loading_svg .r29 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.58s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.58s ease-in-out forwards infinite;
}

#loading_svg .r30 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.6s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.6s ease-in-out forwards infinite;
}

#loading_svg .r31 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.62s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.62s ease-in-out forwards infinite;
}

#loading_svg .r32 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.64s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.64s ease-in-out forwards infinite;
}

#loading_svg .r33 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.66s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.66s ease-in-out forwards infinite;
}

#loading_svg .r34 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.68s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.68s ease-in-out forwards infinite;
}

#loading_svg .r35 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.7s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.7s ease-in-out forwards infinite;
}

#loading_svg .r36 {
  opacity: 0;
  -webkit-animation: opacityframe 0.72s 0.72s ease-in-out forwards infinite;
  animation: opacityframe 0.72s 0.72s ease-in-out forwards infinite;
}

@-webkit-keyframes rotateframe {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateframe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bar_link {
  width: 95%;
  padding: 0 2.5%;
  font-size: 1.6rem;
  color: #88CFFB;
  background: #3B7BC0;
}

.bar_link a, .bar_link span {
  padding: 5px;
  color: #88CFFB;
  display: inline-block;
  vertical-align: middle;
}

.bar_link .ico_home {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/ico_home.png") left center no-repeat;
  background-size: 18px 18px;
  padding-left: 28px;
  line-height: 2.6;
  line-height: 2;
}

#loadingbox {
  position: fixed;
  z-index: 1000;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: simsun;
}

.color_main {
  color: #3B7BC0;
}

.bg_main {
  background-color: #3B7BC0;
}

.color_orange {
  color: #E87002;
}

.color_red {
  color: #EA2425;
}

.level {
  font-size: 0;
}

.level li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: .14rem;
}

.dl dl {
  width: 100%;
  clear: both;
  font-size: 0;
}

.dl dt, .dl dd {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 1.4rem;
}

.dl dt {
  padding-right: 10px;
  text-align: right;
}

.dl .vt {
  vertical-align: top;
}

.dl .tl {
  text-align: left;
}

.otw, .indexmain .swiper_news .p_title, .indexmain .swiper_teamleft .p_text, .detailpage .relnewsbox .ul_news a .a_title, .prevnextbox a, .ul_newslist .p_title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.labeltaj {
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute;
}

/* 多行文字截断 */
.text-cut2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-cut3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jusb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jusa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.juc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bgf8 {
  background: #f8f8f8;
}

.container {
  width: 100%;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: #fff;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}

.header .logo {
  display: block;
  margin-bottom: 10px;
}

.header .logo img {
  display: block;
}

.header .ul_nav a {
  font-size: 18px;
  display: block;
  border-bottom: 3px solid transparent;
  color: #333;
  padding-bottom: 20px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.header .ul_nav a:hover {
  color: #EA5B2A;
}

.header .ul_nav .cur a {
  font-weight: bold;
  color: #EA5B2A;
  border-bottom-color: #EA5B2A;
}

.header .ul_nav li {
  margin: 0 30px;
}

.mobile_menu {
  display: none;
}

.footer .footer_top {
  background: #2F318B;
  padding-top: 30px;
  padding-bottom: 80px;
}

.footer .leftlogo .logo {
  display: block;
}

.footer .leftlogo .logo img {
  display: block;
}

.footer .ewmbox {
  border-radius: 5px;
  background: #26287E;
  padding: 15px;
  margin-top: 10px;
}

.footer .ewmbox .imgbox {
  width: 126px;
  height: 126px;
}

.footer .ewmbox .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .ewmbox .p_title {
  text-align: center;
  border-radius: 5px;
  background: #EA5B2A;
  width: 50px;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 14px;
}

.footer .ewmbox .p_title:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../images/ico_arrow1.png) center center no-repeat;
  margin-top: 10px;
}

.footer .ul_navfooter li {
  margin: 0 30px;
  vertical-align: top;
}

.footer .ul_navfooter .a_index {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  display: block;
}

.footer .ul_navfooter .seclinks a {
  font-size: 14px;
  color: #ACADCA;
  display: block;
  line-height: 40px;
}

.footer .ul_navfooter .seclinks a:hover {
  color: #fff;
}

.footer .footer_mid {
  background: #26287E;
  position: relative;
}

.footer .footer_mid .p_title {
  height: 40px;
  line-height: 40px;
  background: #26287E;
  font-weight: bold;
  padding-right: 20px;
  border-radius: 0 30px 0 0;
  position: absolute;
  padding-left: calc(50% - 700px);
  top: -40px;
  font-size: 0;
}

.footer .footer_mid .p_title span {
  font-size: 14px;
}

.footer .footer_mid .p_title .span_cn {
  color: #EAEAFE;
  border-left: 3px solid #BEBEEB;
  padding-left: 10px;
}

.footer .footer_mid .p_title .span_en {
  color: #47488E;
  margin-left: 10px;
}

.footer .footer_bot {
  background: #1F216E;
  padding-bottom: 15px;
}

.footer .footer_bot .p_title {
  font-size: 14px;
  color: #A9A9BF;
  padding-top: 15px;
}

.footer .footer_bot .flex1box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .footer_bot .flex1box a {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-top: 15px;
  font-size: 14px;
  color: #A9A9BF;
  line-height: 24px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.footer .footer_bot .flex1box a:hover {
  color: #fff;
}

.footer .footer_bottom {
  background-color: #EA5B2A;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 28px;
}

.footer .footer_bottom a {
  color: #fff;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  margin: 0 10px;
}

.footer .footer_bottom a:hover {
  color: #1F216E;
}

.ul_tellist {
  padding: 10px 0;
}

.ul_tellist li {
  width: calc((100% - 20px*3 - 18%)/3);
  margin-right: 8.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  color: #D5D6E8;
  border-bottom: 1px solid #4B4C91;
}

.ul_tellist li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -20px;
  background: url(../images/ico_arrow2.png) left center no-repeat;
  width: 7px;
  height: 10px;
}

.ul_tellist li:nth-child(3n) {
  margin-right: 0;
}

.ul_tellist span {
  display: block;
}

.ul_tellist .span_tel {
  font-weight: bold;
}

.swiper_banner .swiper-slide {
  position: relative;
  display: block;
}

.swiper_banner .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper_banner .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 140px;
  line-height: 140px;
  font-size: 42px;
  border-radius: 0 300px 0 0/0 150px 0 0;
  background-color: rgba(234, 91, 42, 0.9);
  color: #fff;
  width: 50%;
  padding-left: calc(50% - 700px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper_banner .ctrlbox {
  position: absolute;
  bottom: 50px;
  right: 14%;
}

.swiper_banner .ctrlbox .swiper-pagination span {
  background: #fff;
}

.swiper_banner .ctrlbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #EA5B2A;
}

.swiper_banner .ctrlbox .swiper-button-prev, .swiper_banner .ctrlbox .swiper-button-next {
  position: relative;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: #EA5B2A;
}

.ctrlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 70px;
}

.ctrlbox .swiper-pagination {
  position: static;
  padding: 0 20px;
}

.ctrlbox .swiper-pagination span {
  width: 14px;
  height: 14px;
  background: #CFCFCF;
  opacity: 1;
  margin: 0 10px;
}

.ctrlbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #2F318B;
}

.ctrlbox .swiper-button-prev, .ctrlbox .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  background: #2F318B url(../images/ico_arrow3.png) center center no-repeat;
  border-radius: 50%;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  margin-top: 0;
  background-size: 9.6px 16.8px;
}

.ctrlbox .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.indexmain .p_sectitle {
  position: relative;
}

.indexmain .p_sectitle:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #EA5B2A;
  position: absolute;
  left: -40px;
  top: 12px;
}

.indexmain .p_sectitle .p_cn {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 54px;
}

.indexmain .p_sectitle .p_en {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 28px;
}

.indexmain .a_more {
  border: 1px solid #2F318B;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #2F318B;
  padding: 0 20px;
}

.indexmain .a_more:after {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 9px;
  height: 15px;
  background: url(../images/ico_arrow4.png) center center no-repeat;
  margin-left: 10px;
}

.indexmain.section1 {
  background: #fff;
  border-radius: 0 0 300px 0;
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}

.indexmain.section1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2F318B;
  z-index: -1;
}

.indexmain.section1 .imgbox img {
  display: block;
  width: 100%;
}

.indexmain.section1 .lefttext {
  width: 72%;
}

.indexmain.section1 .p_title {
  font-size: 36px;
  color: #3E3E3E;
  margin-top: 50px;
}

.indexmain.section1 .textbox {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-top: 30px;
}

.indexmain.section1 .a_more {
  margin-top: 60px;
}

.indexmain.section2 {
  background: #2F318B;
  padding-top: 70px;
  padding-bottom: 110px;
}

.indexmain.section2 .p_sectitle p.p_cn {
  color: #fff;
}

.indexmain.section2 .p_sectitle p.p_en {
  color: #fff;
}

.indexmain .servicelist {
  margin-top: 90px;
}

.indexmain .servicelist .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}

.indexmain .servicelist .item + .item {
  margin-left: 35px;
}

.indexmain .servicelist .bigitem {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.indexmain .servicelist .top {
  text-align: center;
}

.indexmain .servicelist .ico {
  display: inline-block;
  width: 55px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center center;
}

.indexmain .servicelist .p_name {
  font-size: 24px;
  margin-top: 10px;
}

.indexmain .servicelist .span_line {
  display: inline-block;
  width: 46px;
  border-top: 1px solid #ADADAD;
}

.indexmain .servicelist .p_text {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666;
}

.indexmain .servicelist .ul_list {
  text-align: center;
}

.indexmain .servicelist .ul_list li {
  width: 25%;
}

.indexmain .servicelist .ul_list a {
  display: block;
}

.indexmain .servicelist .ul_list .ico_s {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.indexmain .servicelist .ul_list .p_names {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.indexmain .servicelist .ul_list .p_desc {
  font-size: 14px;
  color: #666;
}

.indexmain .servicelist .a_mores {
  position: absolute;
  bottom: 50px;
  display: inline-block;
  left: 50%;
  font-size: 14px;
  color: #2F318B;
  width: 44px;
  margin-left: -22px;
}

.indexmain .servicelist .a_mores:after {
  content: '';
  display: inline-block;
  vertical-align: 0px;
  margin-left: 10px;
  width: 6px;
  height: 11px;
  background: url(../images/ico_arrow5.png) center center no-repeat;
}

.indexmain.section3 {
  padding-top: 80px;
  padding-bottom: 140px;
  background: #fff;
  border-radius: 300px 0 0 0;
  position: relative;
}

.indexmain.section3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2F318B;
  z-index: -1;
}

.indexmain .swiper_news {
  margin-top: 40px;
}

.indexmain .swiper_news .swiper-slide {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 50px;
  border: 1px solid #DCDDDD;
  color: #666;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.indexmain .swiper_news .swiper-slide:hover {
  border-color: #2F318B;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(47, 49, 139, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(47, 49, 139, 0.2);
}

.indexmain .swiper_news .swiper-slide:hover p.p_title {
  color: #2F318B;
}

.indexmain .swiper_news .p_title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}

.indexmain .swiper_news .p_time {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.indexmain .swiper_news .text {
  font-size: 14px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
}

.indexmain .swiper_news .span_more {
  font-size: 14px;
  color: #2F318B;
}

.indexmain.section5 {
  padding-top: 70px;
  padding-bottom: 160px;
  background: #E8E9FA;
  border-radius: 0 300px 0 0;
  position: relative;
}

.indexmain.section5:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.indexmain.section5 .leftteam {
  width: 42%;
}

.indexmain.section5 .rightteam {
  width: calc(58% - 30px);
  margin-left: 30px;
}

.indexmain.section5 .teamshowbox {
  margin-top: 60px;
}

.indexmain .swiper_teamleft {
  border-radius: 50px;
  height: 100%;
}

.indexmain .swiper_teamleft .swiper-slide {
  display: block;
}

.indexmain .swiper_teamleft .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.indexmain .swiper_teamleft .p_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  line-height: 72px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 100px;
}

.indexmain .swiper_teamleft .p_text:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  border-top: 1px solid #FFFFFF;
  left: 30px;
  top: 15px;
}

.indexmain .swiper_teamleft .swiper-pagination {
  right: 30px;
  left: auto;
  width: auto;
  bottom: 26px;
}

.indexmain .swiper_teamleft .swiper-pagination span {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #CFCFCF;
  margin: 0 5px;
}

.indexmain .swiper_teamleft .swiper-pagination .swiper-pagination-bullet-active {
  background: #EA5B2A;
}

.indexmain.section6 {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #FFFFFF;
  border-radius: 0 0 0 300px;
  position: relative;
}

.indexmain.section6:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2F318B;
  z-index: -1;
}

.indexmain.section6 .p_left {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}

.indexmain.section6 .cfmt {
  margin-top: 20px;
}

.indexmain .swiper_project {
  margin-top: 70px;
}

.indexmain .swiper_project .swiper-slide {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.indexmain .swiper_project .swiper-slide img {
  display: block;
  width: 100%;
}

.indexmain .swiper_project .swiper-slide:hover .textbox {
  background: rgba(47, 49, 139, 0.8);
  top: 0;
}

.indexmain .swiper_project .swiper-slide:hover .p_title:before {
  border-top-color: #EA5B2A;
}

.indexmain .swiper_project .textbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  padding: 30px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  top: calc(100% - 120px);
}

.indexmain .swiper_project .p_title {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/ico_arrow6.png) right center no-repeat;
  position: relative;
  line-height: 40px;
  height: 40px;
  color: #fff;
  margin-top: 20px;
}

.indexmain .swiper_project .p_title:before {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  border-top: 1px solid #FFFFFF;
  top: -10px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.indexmain .swiper_project .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.indexmain .swiper_teamright {
  padding-bottom: 100px;
  margin-bottom: -100px;
  height: 100%;
}

.swiper_teamright .swiper-slide {
  display: block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}

.swiper_teamright .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_teamright .textbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2F318B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px 30px;
  border-radius: 0 50px 0 0;
}

.swiper_teamright .ctrlbox {
  position: absolute;
  right: 0;
  margin-top: 60px;
}

.swiper_teamright .p_title {
  font-size: 14px;
  color: #F5F5F8;
  line-height: 22px;
}

.swiper_teamright .p_name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
}

.swiper_teamright .p_desc {
  font-size: 12px;
  color: #ACADCA;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.banner_inner {
  border-radius: 0 0 180px 0;
  background: #2F318B;
  padding-bottom: 64px;
  position: relative;
  color: #fff;
}

.banner_inner img {
  display: block;
  width: 100%;
  border-radius: 0 0 180px 0;
}

.banner_inner .textbox {
  position: absolute;
  left: calc(50% - 700px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -32px;
}

.banner_inner .p_cn {
  font-size: 42px;
  font-weight: bold;
  line-height: 64px;
}

.banner_inner .p_en {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.banner_inner .ul_pagenav {
  position: absolute;
  left: calc(50% - 700px);
  bottom: 0;
  height: 64px;
}

.banner_inner .ul_pagenav li {
  margin-right: 100px;
}

.banner_inner .ul_pagenav a {
  display: block;
  line-height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
  border-bottom: 5px solid transparent;
  font-size: 18px;
  color: #fff;
}

.banner_inner .ul_pagenav .cur a {
  border-bottom-color: #F6602C;
  font-weight: bold;
}

.p_secinnertitle {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  position: relative;
  line-height: 40px;
  padding-top: 10px;
}

.p_secinnertitle:before {
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  border-top: 2px solid #EA5B2A;
  top: 0px;
}

.about_page .ctrlbox {
  margin-top: 0;
}

.about_page .section1 {
  padding: 70px 0;
}

.about_page .section1 .textbox {
  width: 62%;
}

.about_page .section1 .imgbox {
  width: 30.5%;
}

.about_page .section1 .imgbox img {
  display: block;
  width: 100%;
}

.about_page .section1 .p_title {
  margin-top: 70px;
  font-size: 36px;
  color: #333;
}

.about_page .section1 .text {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.about_page .section1 .text p {
  margin-top: 20px;
  text-indent: 2em;
}

.about_page .section2 {
  border-radius: 300px 0 0 0;
  position: relative;
  padding: 70px 0;
  background: url(../images/bg_aboutfz.jpg) center top no-repeat;
}

.about_page .section2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F8F8F8;
  z-index: -1;
}

.about_page .section2 .outer_swiper {
  position: relative;
  padding: 0 60px;
}

.about_page .section2 .swiper_fzlc {
  padding: 190px 0;
  height: 4px;
}

.about_page .section2 .swiper_fzlc:before {
  content: '';
  display: block;
  height: 4px;
  background: #2F318B;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
}

.about_page .section2 .swiper_fzlc .swiper-slide {
  position: relative;
  text-align: center;
}

.about_page .section2 .swiper_fzlc .swiper-slide:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #2F318B;
  background: #EA5B2A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -7px;
  margin-top: -7px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n-1) .p_time {
  top: 20px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n-1) .p_text {
  bottom: 50px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n-1) .p_text:before {
  background-image: url(../images/ico_arrow8.png);
  bottom: -9px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n) .p_time {
  bottom: 20px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n) .p_text {
  top: 50px;
}

.about_page .section2 .swiper_fzlc .swiper-slide:nth-child(2n) .p_text:before {
  background-image: url(../images/ico_arrow7.png);
  top: -9px;
}

.about_page .section2 .swiper_fzlc .p_time {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  color: #2F318B;
  left: 0;
  right: 0;
}

.about_page .section2 .swiper_fzlc .p_text {
  position: absolute;
  border: 2px solid #DCDDDD;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 20px;
  border-radius: 30px;
  background: #EEE;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.about_page .section2 .swiper_fzlc .p_text:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 9px;
  left: 50%;
  margin-left: -8px;
}

.about_page .section2 .swiper-button-prev, .about_page .section2 .swiper-button-next {
  background-color: #2F318B;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 12px;
}

.about_page .section2 .swiper-button-prev {
  background-image: url(../images/ico_arrow9l.png);
}

.about_page .section2 .swiper-button-next {
  background-image: url(../images/ico_arrow9r.png);
}

.about_page .ul_listfzlc {
  display: none;
}

.about_page .section3 {
  background: #2F318B;
  padding-top: 60px;
  padding-bottom: 100px;
}

.about_page .section3 .p_secinnertitle {
  color: #fff;
}

.about_page .section3 .whlist {
  margin-top: 60px;
}

.about_page .section3 .whlist .item {
  width: calc((100% - 80px)/3);
  overflow: hidden;
  border-radius: 20px 20px 100px 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DCDDDD;
}

.about_page .section3 .whlist .imgbox {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 45%;
}

.about_page .section3 .whlist .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_page .section3 .whlist .imgbox:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 10px solid #0F0F0F;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 70px;
  bottom: -10px;
}

.about_page .section3 .whlist .textbox {
  padding: 20px;
}

.about_page .section3 .whlist .p_title {
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  border-left: 5px solid #EA5B2A;
  padding-left: 10px;
  color: #2F318B;
}

.about_page .section3 .whlist .p_desc {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}

.about_page .section4 {
  background: url(../images/bg_abouttd.jpg) center top no-repeat;
  border-radius: 300px 0 0 0;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}

.about_page .section4:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2F318B;
  z-index: -1;
}

.about_page .section4 .swiperplbox {
  padding-left: calc(50% - 700px);
  padding-top: 45px;
}

.about_page .section4 .swiper_tdzs .imgbox {
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.about_page .section4 .swiper_tdzs .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_page .section4 .swiper_tdzs .p_text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 10px;
  line-height: 30px;
}

.about_page .section4 .titlestarebox {
  padding-top: 100px;
}

.about_page .section4 .p_titlestar {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-left: 45px;
  background: url(../images/ico_star.png) left center no-repeat;
}

.about_page .section4 .swiper_teamright {
  margin-top: 45px;
}

.about_page .section4 .swiper_teamright .swiper-slide {
  cursor: pointer;
}

.about_page .section5 {
  position: relative;
  border-radius: 0 0 0 300px;
  padding-top: 50px;
  background: #fff;
  padding-bottom: 135px;
}

.about_page .section5:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2F318B;
  z-index: -1;
}

.about_page .swiper_zzry {
  margin-top: 60px;
  padding-bottom: 110px;
}

.about_page .swiper_zzry .imgbox {
  display: block;
  width: 100%;
  padding-top: 78%;
  position: relative;
}

.about_page .swiper_zzry .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_page .swiper_zzry .p_title {
  font-size: 18px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
  line-height: 40px;
}

.about_page .swiper_zzry .p_dw {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.about_page .swiper_zzry .swiper-pagination {
  width: 60%;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #DCDDDD;
  bottom: 0;
  left: 20%;
  top: auto;
}

.about_page .swiper_zzry .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #EA5B2A;
  border-radius: 4px;
  display: block;
}

.swiper_fwzxpopup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.swiper_fwzxpopup .bg_box {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.swiper_fwzxpopup .ico_close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/ico_close.png) center center no-repeat;
  background-size: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -60px;
  cursor: pointer;
  z-index: 1;
}

.swiper_fwzxpopup .contbox {
  background: #fff;
  border-radius: 50px;
  background: #fff;
  width: 820px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -410px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.swiper_fwzxpopup .contbox .imgbox {
  border-radius: 50px;
  width: 28%;
  height: 100%;
  overflow: hidden;
}

.swiper_fwzxpopup .contbox .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper_fwzxpopup .contbox .textbox {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 72%;
}

.swiper_fwzxpopup .contbox .p_title {
  background: url(../images/bg_titlestare.png) left center no-repeat;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.swiper_fwzxpopup .contbox .p_title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico_star2.png) center center no-repeat;
  margin-right: 5px;
  vertical-align: -2px;
  margin-left: 5px;
}

.swiper_fwzxpopup .contbox .p_name {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding: 10px 0;
}

.swiper_fwzxpopup .contbox .line {
  border-top: 1px dashed #DCDDDD;
  margin-top: 10px;
}

.swiper_fwzxpopup .contbox .p_desc {
  padding-top: 20px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.service_page .section1 {
  padding: 70px 0;
}

.service_page .section1 .p_title {
  font-size: 36px;
  color: #333;
  margin-top: 20px;
}

.service_page .base_servicelist {
  margin-top: 40px;
}

.service_page .base_servicelist .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 75px)/4);
  border: 2px solid #DCDDDD;
  border-radius: 50px;
  padding: 30px;
}

.service_page .base_servicelist .item + .item {
  margin-left: 25px;
}

.service_page .base_servicelist .ioc_top {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.service_page .base_servicelist .p_name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 10px 0;
}

.service_page .base_servicelist .p_text {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.service_page .base_servicelist .imgbox {
  margin: 20px auto;
  width: 140px;
  height: 140px;
  border: 3px solid #DCDDDD;
  border-radius: 50%;
  overflow: hidden;
}

.service_page .base_servicelist .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.service_page .base_servicelist .text {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.service_page .section2 {
  background: #fff;
  border-radius: 300px 0 0 0;
  position: relative;
  padding: 80px 0;
}

.service_page .section2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F8F8F8;
  z-index: -1;
}

.service_page .section2 .p_topdesc {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 30px;
}

.service_page .jyservicelist {
  border-bottom: 1px dashed #CCCCCC;
  padding: 40px 0;
}

.service_page .jyservicelist .morebox {
  width: 12%;
  height: 126px;
  background: url(../images/ico_more.png) center center no-repeat;
}

.service_page .jyservicelist .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.service_page .jyservicelist .item + .item {
  margin-left: 75px;
}

.service_page .jyservicelist .item.cur .p_name {
  color: #EA5B2A;
  font-weight: bold;
}

.service_page .jyservicelist .item.cur .ico_arrow {
  background-image: url(../images/ico_arrow10orange.png);
}

.service_page .jyservicelist .icobox {
  border: 2px solid #F0F0F0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 126px;
  border-radius: 20px;
}

.service_page .jyservicelist .icobox .ico {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -35px;
  margin-top: -35px;
}

.service_page .jyservicelist .icobox:after {
  content: '';
  display: block;
  width: 23px;
  height: 15px;
  background: url(../images/ico_arrow11.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -11.5px;
  bottom: -15px;
}

.service_page .jyservicelist .p_name {
  font-size: 18px;
  color: #2F318B;
  text-align: center;
  margin-top: 20px;
}

.service_page .jyservicelist .ico_arrow {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/ico_arrow10blue.png) center center no-repeat;
  margin: 10px auto;
}

.service_page .hidden_jyservice .item {
  padding: 50px 0;
  display: none;
}

.service_page .hidden_jyservice .item.show {
  display: block;
}

.service_page .hidden_jyservice .imgbox {
  width: 39%;
}

.service_page .hidden_jyservice .imgbox img {
  display: block;
  width: 100%;
}

.service_page .hidden_jyservice .textbox {
  width: 56%;
}

.service_page .hidden_jyservice .p_title {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 24px;
  font-weight: bold;
  background-size: contain;
  color: #EA5B2A;
  padding-left: 50px;
  height: 36px;
  line-height: 36px;
}

.service_page .hidden_jyservice .text {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 40px;
}

.service_page .tellistbox {
  border-top: 1px dashed #CCCCCC;
  margin-top: -1px;
  padding-top: 40px;
}

.service_page .tellistbox .p_titletel {
  background: url(../images/ico_tel.png) left center no-repeat;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #2F318B;
}

.service_page .tellistbox .ul_tellist_service {
  border: 2px solid #F0F0F0;
  position: relative;
  background: #FAFAFA;
  padding-bottom: 30px;
  margin-top: 40px;
  border-radius: 20px;
}

.service_page .tellistbox .ul_tellist_service:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 15px;
  background: url(../images/ico_arrow12.png) center center no-repeat;
  left: 46px;
  top: -15px;
}

.service_page .tellistbox .ul_tellist_service li {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  border-left: 1px dashed #CACACA;
  vertical-align: middle;
}

.service_page .tellistbox .ul_tellist_service li .p_title {
  padding-left: 23%;
  font-size: 18px;
  color: #2F318B;
}

.service_page .tellistbox .ul_tellist_service li .text {
  padding-left: 23%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.service_page .tellistbox .ul_tellist_service li:nth-child(5n-4) {
  border-left: none;
}

.service_page .section3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  background: #F8F8F8;
  border-radius: 0 300px 0 300px;
}

.service_page .section3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  background: #fff;
  z-index: -1;
}

.service_page .section3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: #2F318B;
  z-index: -1;
}

.service_page .section3 .p_topdesc {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 30px;
}

.service_page .ul_activelist li {
  margin-top: 40px;
  border-radius: 20px;
  border: 2px solid #DCDDDD;
  background: #fff;
  padding: 20px;
}

.service_page .ul_activelist li:nth-child(2n) .imgbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.service_page .ul_activelist .imgbox {
  width: 44%;
  border-radius: 20px;
  border: 2px solid #DCDDDD;
  overflow: hidden;
}

.service_page .ul_activelist .imgbox img {
  display: block;
  width: 100%;
}

.service_page .ul_activelist .textbox {
  width: 54%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.service_page .ul_activelist .p_title {
  font-size: 30px;
  font-weight: bold;
}

.service_page .ul_activelist .p_desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 40px;
}

.ul_projectlist li {
  padding: 70px 0 50px;
  border-radius: 300px 0 0 0;
  position: relative;
}

.ul_projectlist li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.ul_projectlist li:nth-child(2n-1) {
  background: #F8F8F8;
}

.ul_projectlist li:nth-child(2n-1):before {
  background: #fff;
}

.ul_projectlist li:nth-child(2n) {
  background: #fff;
}

.ul_projectlist li:nth-child(2n):before {
  background: #F8F8F8;
}

.ul_projectlist li:first-child:before {
  background: #f8f8f8;
}

.ul_projectlist li:last-child {
  border-radius: 300px 0 0 300px;
}

.ul_projectlist li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  z-index: -1;
  background: #2F318B;
}

.ul_projectlist li .p_title {
  color: #333;
  font-size: 24px;
  margin-top: 40px;
}

.ul_projectlist li .text {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 40px;
}

.ul_projectlist li .textbox {
  width: 63%;
}

.ul_projectlist li .imgbox {
  display: block;
  border: 2px solid #E0E1E1;
  width: 29%;
  border-radius: 20px;
  overflow: hidden;
}

.ul_projectlist li .imgbox:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ul_projectlist li .imgbox img {
  display: block;
  width: 100%;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.ul_projectlist li .a_more {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F318B url(../images/ico_arrow13.png) center center no-repeat;
  margin-top: 10px;
}

.ul_projectlist li .p_secinnertitle {
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.ul_projectlist li .p_secinnertitle:hover {
  color: #2F318B;
}

.backbox {
  height: 62px;
  line-height: 62px;
  background: #2F318B;
}

.backbox .a_back {
  font-size: 16px;
  color: #fff;
  background: url(../images/ico_arrow16.png) left center no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.detailpage {
  padding-top: 50px;
  padding-bottom: 150px;
  background: #f8f8f8;
  border-radius: 0 0 0 300px;
  position: relative;
}

.detailpage:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #2F318B;
}
/**
.detailpage .project_detailinfo {
  max-width: 1100px;
}
**/
.detailpage .project_detailinfo .p_title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}

.detailpage .project_detailinfo .p_desc {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

.detailpage .project_detailinfo .p_tel {
  display: inline-block;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #2F318B;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
}

.detailpage .project_detailinfo .p_tel .span_tel {
  font-weight: bold;
  margin-left: 20px;
}

.detailpage .swiper_piclist {
  margin-top: 80px;
  border: 5px solid #DCDDDD;
}

.detailpage .swiper_piclist .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detailpage .swiper_piclist .swiper-slide img {
  display: block;
  width: 100%;
}

.detailpage .swiper_piclist .swiper-button-prev, .detailpage .swiper_piclist .swiper-button-next {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 31px;
  margin-top: -16px;
}

.detailpage .swiper_piclist .swiper-button-prev {
  background-image: url(../images/ico_arrow14l.png);
}

.detailpage .swiper_piclist .swiper-button-next {
  background-image: url(../images/ico_arrow14r.png);
}

.detailpage .news_left {
  width: 74%;
}

.detailpage .news_right {
  width: 22.5%;
}

.detailpage .p_time {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.detailpage .upboxcontent {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-top: 30px;
}

.detailpage .upboxcontent img {
  max-width: 100%;
}

.detailpage .relnewsbox {
  border: 1px solid #DCDDDD;
  background: #fff;
  padding: 15px;
}

.detailpage .relnewsbox .p_title {
  border-left: 4px solid #EA5B2A;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #333;
}

.detailpage .relnewsbox .ul_news {
  border-top: 1px solid #E4E4E4;
  margin-top: 15px;
}

.detailpage .relnewsbox .ul_news li {
  padding-top: 15px;
}

.detailpage .relnewsbox .ul_news a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  color: #333;
  font-size: 16px;
}

.detailpage .relnewsbox .ul_news a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CBCBCB;
  position: absolute;
  left: 0;
  top: 10px;
}

.detailpage .relnewsbox .ul_news a .a_title {
  display: block;
}

.detailpage .relnewsbox .ul_news a .span_time {
  display: block;
  font-size: 14px;
  color: #666;
}

.detailpage .relnewsbox .ul_news a:hover {
  color: #EA5B2A;
}

.detailpage .relnewsbox .ul_news a:hover .span_time {
  color: #EA5B2A;
}

.detailpage .relnewsbox .ul_news a:hover:before {
  background-color: #EA5B2A;
}

.detailpage .a_adbox {
  margin-top: 15px;
  display: block;
}

.detailpage .a_adbox img {
  display: block;
  width: 100%;
}

.prevnextbox {
  margin-top: 60px;
}

.prevnextbox a {
  display: block;
  max-width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 58px;
  line-height: 58px;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  font-size: 16px;
  color: #666;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
}

.prevnextbox a:hover {
  color: #2F318B;
}

.prevnextbox .a_prev {
  background-image: url(../images/ico_arrow15l.png);
  background-position: 20px center;
}

.prevnextbox .a_next {
  background-image: url(../images/ico_arrow15r.png);
  background-position: right 20px center;
}

.news_page {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #f8f8f8;
  border-radius: 0 0 0 300px;
  position: relative;
}

.news_page:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #2F318B;
}

.ul_newslist li {
  margin-top: 40px;
  margin-right: 40px;
  width: calc((100% - 80px)/3);
  vertical-align: top;
}

.ul_newslist li:nth-child(3n) {
  margin-right: 0;
}

.ul_newslist a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 50px;
  border: 1px solid #DCDDDD;
  background: #fff;
  color: #666;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.ul_newslist a:hover {
  border-color: #2F318B;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(47, 49, 139, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(47, 49, 139, 0.2);
}

.ul_newslist a:hover p.p_title {
  color: #2F318B;
}

.ul_newslist .p_title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}

.ul_newslist .p_time {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ul_newslist .text {
  font-size: 14px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
}

.ul_newslist .span_more {
  font-size: 14px;
  color: #2F318B;
}

.pages {
  margin-top: 90px;
  text-align: center;
}

.pages a, .pages span {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 40px;
  font-weight: bold;
}

.pages .on {
  background: #2F318B;
  color: #fff;
}

.pages .a_prev {
  background: #2F318B url(../images/ico_arrow9l.png) center center no-repeat;
}

.pages .a_next {
  background: #2F318B url(../images/ico_arrow9r.png) center center no-repeat;
}

.join_page {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #f8f8f8;
  border-radius: 0 0 0 300px;
  position: relative;
}

.join_page:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #2F318B;
}

.join_page .section1 .img_yrln {
  margin-top: 30px;
  display: block;
  width: 100%;
}

.join_page .section2 {
  margin-top: 70px;
}

.join_flextable {
  margin-top: 40px;
  border: 1px solid #DCDDDD;
  border-radius: 10px;
  overflow: hidden;
}

.join_flextable .w1 {
  width: 29%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.join_flextable .w2 {
  width: 20%;
  border-left: 1px solid #DCDDDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.join_flextable .w3 {
  width: 20%;
  border-left: 1px solid #DCDDDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.join_flextable .w4 {
  width: 20%;
  border-left: 1px solid #DCDDDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.join_flextable .w5 {
  width: 11%;
  border-left: 1px solid #DCDDDD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.join_flextable .ico_arrow {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/ico_arrow17_1.png) center center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.join_flextable .trbox {
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.join_flextable .trbox + .trbox {
  border-top: 1px solid #DCDDDD;
}

.join_flextable .trbox:not(.bgth):hover {
  background: #F2F2FF;
}

.join_flextable .tdbox {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  line-height: 26px;
}

.join_flextable .tdbox > div {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join_flextable .tdbox > div.w1 {
  padding-left: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.join_flextable .bgth {
  background: #F1F1F1;
  font-size: 14px;
  color: #7E7E7E;
  cursor: auto;
}

.join_flextable .p_name {
  font-weight: bold;
}

.join_flextable .hidden {
  display: none;
  border-top: 1px solid #DCDDDD;
  font-size: 14px;
  padding: 0 40px 40px;
  background: #F2F2FF;
  line-height: 30px;
}

.join_flextable .hidden .part {
  margin-top: 30px;
}

.join_flextable .titlebox {
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.join_flextable .titlebox.show {
  color: #2F318B;
  background: #F2F2FF;
}

.join_flextable .titlebox.show .w2 {
  border-left: none;
}

.join_flextable .titlebox.show .w3 {
  border-left: none;
}

.join_flextable .titlebox.show .w4 {
  border-left: none;
}

.join_flextable .titlebox.show .w5 {
  border-left: none;
}

.join_flextable .titlebox.show .ico_arrow {
  background-image: url(../images/ico_arrow17_2.png);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact_page {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #fff;
  border-radius: 0 0 0 300px;
  position: relative;
}

.contact_page:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #2F318B;
}

.contact_page .topbox .lefttext {
  width: 48%;
}

.contact_page .topbox .mapbox {
  width: 50%;
  height: 200px;
  border-radius: 100px 0 100px 0;
}

.contact_page .topbox .teltext {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  padding-top: 30px;
}

.contact_page .p_titlepart {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
}

.contact_page .midtelbox {
  margin-top: 60px;
  border-top: 1px dashed #8FB5D1;
  padding-top: 30px;
}

.contact_page .ul_tellist li {
  color: #535353;
  border-bottom-color: #E7E7E7;
}

.contact_page .ul_tellist li:before {
  width: 0;
  height: 0;
  background: none;
  border-left: 7px solid #A8A8A8;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.contact_page .bomform {
  border-top: 1px dashed #8FB5D1;
  margin-top: 30px;
  padding-top: 30px;
}

.contact_page .iw_poi_title {
  font-size: 16px;
  color: #2F318B;
}

.contact_page .iw_poi_content {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.formbox {
  display: block;
  padding-top: 10px;
}

.formbox .leftbox {
  width: 405px;
}

.formbox .rightbox {
  width: calc(100% - 405px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.formbox .inp_text {
  display: block;
  width: calc(50% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  border: 1px solid #DCDDDD;
  font-size: 14px;
  padding: 10px 20px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.formbox .inp_text:focus, .formbox .inp_text:hover {
  border-color: #2F318B;
}

.formbox .inp_text + .inp_text {
  margin-left: 10px;
}

.formbox .inp_text.inp_area {
  width: 100%;
  height: 180px;
  resize: none;
}

.formbox .selectbox {
  position: relative;
  margin-top: 10px;
}

.formbox .selectbox .p_text {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 48px;
  padding-left: 20px;
  color: #848484;
  position: relative;
  border: 1px solid #DCDDDD;
  cursor: pointer;
  font-size: 14px;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  background: #fff;
}

.formbox .selectbox .p_text:hover {
  border-color: #2F318B;
}

.formbox .selectbox .p_text:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  border-top: 10px solid #C7C7C7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-top: -5px;
}

.formbox .selectbox .optionlist {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #DCDDDD;
  border-top: none;
  max-height: 120px;
  overflow-y: auto;
  display: none;
  z-index: 10;
}

.formbox .selectbox .optionlist .p_option {
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  padding: 0 10px;
}

.formbox .selectbox .optionlist .p_option:hover {
  background: #f1f1f1;
}

.formbox .selectbox .optionlist .p_option.on {
  background: #2F318B;
  color: #fff;
}

.formbox .btnbox {
  width: 405px;
  margin-top: 20px;
  position: relative;
  margin-top: -50px;
}

.formbox .btnbox button {
  display: block;
  width: calc(50% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.formbox .btnbox button + button {
  margin-left: 10px;
}

.formbox .btnbox .btn_reset {
  border: 1px solid #D9D9EA;
  background: #EAEAF7;
  color: #595959;
}

.formbox .btnbox .btn_reset:hover {
  background: #dddddd;
}

.formbox .btnbox .btn_sub {
  border: 1px solid #2F318B;
  background: #2F318B;
  color: #fff;
}

.formbox .btnbox .btn_sub:hover {
  background: #585ab0;
}

.err_tips {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 10px;
  border-radius: 5px;
  background: #e97979;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  min-width: 260px;
  text-align: center;
  z-index: 100;
}

.err_tips.show {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper_banner .textbox {
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    width: auto;
    padding-right: 30px;
    border-radius: 0 50px 0 0;
  }
  .swiper_banner .ctrlbox {
    right: 5%;
    bottom: 20px;
  }
  .swiper_banner .ctrlbox .swiper-button-prev, .swiper_banner .ctrlbox .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .ctrlbox {
    margin-top: 40px;
  }
  .ctrlbox .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .ctrlbox .swiper-button-prev, .ctrlbox .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 6px 10.5px;
  }
  .indexmain.section1 {
    border-radius: 0 0 100px 0;
    padding: 40px 0;
  }
  .indexmain.section2 {
    padding: 40px 0;
  }
  .indexmain .servicelist {
    margin-top: 40px;
  }
  .indexmain.section3 {
    border-radius: 100px 0 0 0;
    padding: 40px 0;
  }
  .indexmain.section5 {
    border-radius: 0 100px 0 0;
    padding: 40px 0 80px;
  }
  .indexmain.section6 {
    border-radius: 0 0 0 100px;
    padding: 40px 0;
  }
  .indexmain .swiper_teamright {
    padding-bottom: 60px;
    margin-bottom: -60px;
  }
  .indexmain .swiper_teamright .ctrlbox {
    margin-top: 30px;
  }
  .banner_inner {
    border-radius: 0 0 100px 0;
  }
  .banner_inner img {
    border-radius: 0 0 100px 0;
  }
  .banner_inner .textbox {
    left: 20px;
  }
  .banner_inner .ul_pagenav {
    left: 20px;
  }
  .about_page .section2 {
    border-radius: 100px 0 0 0;
  }
  .about_page .section2 .swiper_fzlc {
    padding: 140px 0;
  }
  .about_page .section3 {
    padding: 40px 0;
  }
  .about_page .section3 .whlist {
    margin-top: 40px;
  }
  .about_page .section3 .whlist .item {
    border-radius: 20px 20px 50px 20px;
  }
  .about_page .section4 {
    border-radius: 100px 0 0 0;
    padding: 40px 0;
  }
  .about_page .section4 .titlestarebox {
    padding-top: 40px;
  }
  .about_page .section5 {
    border-radius: 0 0 0 100px;
    padding-bottom: 40px;
  }
  .about_page .swiper_zzry {
    padding-bottom: 60px;
  }
  .service_page .section1 {
    padding: 40px 0;
  }
  .service_page .section2 {
    border-radius: 100px 0 0 0;
    padding: 40px 0;
  }
  .service_page .section3 {
    border-radius: 0 100px 0 100px;
    padding: 40px 0;
  }
  .ul_projectlist li {
    border-radius: 100px 0 0 0;
  }
  .ul_projectlist li:last-child {
    border-radius: 100px 0 0 100px;
  }
  .detailpage {
    border-radius: 0 0 0 100px;
    padding: 40px 0;
  }
  .news_page {
    border-radius: 0 0 0 100px;
    padding: 40px 0;
  }
  .join_page {
    border-radius: 0 0 0 100px;
    padding: 40px 0;
  }
  .contact_page {
    border-radius: 0 0 0 100px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 1200px) {
  body.hid {
    overflow-y: hidden;
  }
  .header {
    position: relative;
  }
  .header .logo {
    margin-bottom: 0;
  }
  .header .container {
    padding-bottom: 10px;
  }
  .header .ul_nav {
    display: none;
    position: absolute;
    text-align: center;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 30px 0 10px;
    border-top: 1px solid #ddd;
    z-index: 10;
  }
  .mobile_menu {
    display: block;
    position: absolute;
    width: 25px;
    height: 20px;
    top: 50%;
    margin-top: -7px;
    right: 20px;
  }
  .mobile_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2F318B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .mobile_menu span:nth-child(1) {
    top: 0;
  }
  .mobile_menu span:nth-child(2) {
    top: 7px;
  }
  .mobile_menu span:nth-child(3) {
    top: 14px;
  }
  .mobile_menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
  }
  .mobile_menu.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .mobile_menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 4px;
  }
  .footer .footer_top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .ewmbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer .footer_mid .p_title {
    padding-left: 20px;
  }
  .footer .ul_navfooter {
    padding-top: 30px;
    display: none;
  }
  .footer .ul_navfooter li {
    margin: 0 20px;
  }
  .footer .footer_bottom .container {
    display: block;
    text-align: center;
  }
  .footer .footer_bottom a {
    display: inline-block;
  }
  .ul_tellist li {
    width: calc((100% - .5rem*2 - .3rem)/2);
    margin-right: .5rem;
  }
  .ul_tellist li:nth-child(3n) {
    margin-right: .5rem;
  }
  .ul_tellist li:nth-child(2n) {
    margin-right: 0;
  }
  .indexmain .servicelist .item {
    border-radius: 30px;
    padding: 30px 20px;
  }
  .indexmain .servicelist .item + .item {
    margin-left: 20px;
  }
  .indexmain .swiper_news .swiper-slide {
    border-radius: 30px;
    padding: 30px 20px;
  }
  .indexmain .swiper_teamleft {
    border-radius: 30px;
  }
  .swiper_teamright .swiper-slide {
    border-radius: 30px;
  }
  .swiper_teamright .textbox {
    border-radius: 0 30px 0 0;
    padding: 10px 15px 15px;
  }
  .banner_inner .p_cn {
    font-size: 36px;
  }
  .banner_inner .ul_pagenav li {
    margin-right: 50px;
  }
}

@media screen and (max-width: 900px) {
  .header .ul_nav li {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .header .ul_nav {
    padding-top: .1rem;
  }
  .header .ul_nav li {
    display: block;
    padding: 5px 0;
    margin: 0;
  }
  .header .ul_nav a {
    border-bottom: none;
    padding-bottom: 0;
    font-size: .14rem;
    height: .3rem;
    line-height: .3rem;
  }
  .swiper_banner .textbox {
    height: .5rem;
    line-height: .5rem;
    font-size: .2rem;
    padding-right: .3rem;
  }
  .indexmain .p_sectitle .p_cn {
    font-size: .3rem;
    line-height: .42rem;
  }
  .indexmain .p_sectitle .p_en {
    line-height: .26rem;
    font-size: .16rem;
  }
  .indexmain .a_more {
    font-size: .14rem;
    padding: 0 .15rem;
    height: .36rem;
    line-height: .36rem;
  }
  .indexmain .a_more:after {
    background-size: 0.072rem 0.12rem;
  }
  .indexmain.section1 .p_title {
    font-size: .3rem;
    margin-top: .3rem;
  }
  .indexmain.section1 .lefttext {
    padding-right: .3rem;
  }
  .indexmain.section1 .imgbox {
    width: 28%;
  }
  .indexmain.section1 .textbox {
    font-size: .16rem;
    line-height: .36rem;
    margin-top: .2rem;
  }
  .indexmain.section1 .a_more {
    margin-top: .3rem;
  }
  .indexmain .servicelist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0rem;
  }
  .indexmain .servicelist .item {
    padding: .2rem;
    margin-top: .2rem;
  }
  .indexmain .servicelist .item:nth-child(2) {
    margin-left: 0;
  }
  .indexmain .servicelist .bigitem {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .indexmain .servicelist .a_mores {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .indexmain.section5 .teamshowbox {
    margin-top: .2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indexmain.section5 .leftteam {
    width: 100%;
  }
  .indexmain.section5 .rightteam {
    margin-top: .2rem;
    margin-left: 0;
    width: 100%;
  }
  .indexmain.section6 .cfmt {
    margin-top: .1rem;
  }
  .indexmain.section6 .p_left {
    font-size: .14rem;
    line-height: .3rem;
  }
  .indexmain .swiper_project {
    margin-top: .2rem;
  }
  .indexmain .swiper_project .textbox {
    padding: .2rem;
    top: calc(100% - .9rem);
  }
  .indexmain .swiper_project .p_title {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
    height: .4rem;
  }
  .indexmain .swiper_project .text {
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .1rem;
    height: 0.96rem;
    overflow: hidden;
  }
  .banner_inner .p_cn {
    font-size: .3rem;
    line-height: .4rem;
  }
  .banner_inner .p_en {
    font-size: .16rem;
    line-height: .26rem;
  }
  .swiper_fwzxpopup .contbox {
    width: 90%;
    margin-left: 0;
    left: 5%;
  }
  .service_page .base_servicelist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .service_page .base_servicelist .item {
    width: calc((100% - .25rem)/2);
    margin-top: .25rem;
  }
  .service_page .base_servicelist .item:nth-child(2n-1) {
    margin-left: 0;
  }
  .service_page .jyservicelist {
    padding: .2rem 0;
  }
  .service_page .jyservicelist .icobox {
    height: .8rem;
  }
  .service_page .jyservicelist .icobox .ico {
    width: .4rem;
    height: .4rem;
    margin-left: -.2rem;
    margin-top: -.2rem;
  }
  .service_page .jyservicelist .item + .item {
    margin-left: .2rem;
  }
  .service_page .jyservicelist .morebox {
    width: 10%;
    height: .8rem;
    background-size: 0.3584rem 0.0768rem;
  }
  .service_page .jyservicelist .p_name {
    font-size: .16rem;
    margin-top: .2rem;
  }
  .service_page .jyservicelist .ico_arrow {
    background-size: 0.184rem 0.184rem;
  }
  .service_page .hidden_jyservice .item {
    padding: .2rem 0;
  }
  .service_page .hidden_jyservice .p_title {
    font-size: .2rem;
    height: .32rem;
    line-height: .32rem;
  }
  .service_page .hidden_jyservice .text {
    padding-top: .2rem;
  }
  .service_page .tellistbox {
    padding-top: .2rem;
  }
  .service_page .tellistbox .ul_tellist_service {
    margin-top: .3rem;
    padding-bottom: .2rem;
  }
  .service_page .tellistbox .ul_tellist_service li {
    margin-top: .2rem;
    width: 33.33%;
  }
  .service_page .tellistbox .ul_tellist_service li .p_title {
    padding-left: 10%;
  }
  .service_page .tellistbox .ul_tellist_service li .text {
    padding-left: 10%;
  }
  .service_page .section3 {
    padding: .2rem 0;
  }
  .service_page .section3 .p_topdesc {
    font-size: .16rem;
    margin-top: .2rem;
  }
  .service_page .ul_activelist li {
    margin-top: .2rem;
  }
  .ul_newslist li {
    margin-top: .2rem;
    width: calc((100% - .4rem)/3);
    margin-right: .2rem;
  }
  .pages {
    margin-top: .3rem;
  }
  .detailpage .news_right {
    display: none;
  }
  .detailpage .news_left {
    width: 100%;
  }
  .formbox .topflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .formbox .leftbox {
    width: 100%;
  }
  .formbox .rightbox {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .formbox .btnbox {
    width: 100%;
    margin-top: .2rem;
  }
  .formbox .btnbox button {
    width: 40%;
    margin: 0 5%;
  }
  .formbox .btnbox button + button {
    margin-left: 5%;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding-left: 0.0975rem;
    padding-right: 0.0975rem;
  }
  .header .logo img {
    height: .4rem;
  }
  .footer .footer_top {
    padding-bottom: .5rem;
    padding-top: .2rem;
  }
  .footer .leftlogo .logo {
    text-align: center;
  }
  .footer .leftlogo .logo img {
    height: .4rem;
    display: inline-block;
  }
  .footer .ewmbox {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin: -.2rem 0;
  }
  .footer .ul_navfooter {
    padding-top: .1rem;
    width: 100%;
  }
  .footer .ul_navfooter li {
    width: 33.33%;
    margin: 0;
  }
  .footer .ul_navfooter .a_index {
    font-size: .16rem;
    line-height: .3rem;
  }
  .footer .ul_navfooter .seclinks a {
    font-size: .14rem;
    line-height: .3rem;
  }
  .footer .footer_mid .p_title {
    padding-left: 0.0975rem;
  }
  .footer .footer_bot .flex1box a {
    font-size: .14rem;
    margin-left: .1rem;
  }
  .ul_tellist li {
    width: calc(100% - .2rem);
    margin-right: 0;
    font-size: .14rem;
  }
  .ul_tellist li:nth-child(3n) {
    margin-right: 0;
  }
  .swiper_banner .textbox {
    font-size: .16rem;
    line-height: .4rem;
    height: .4rem;
  }
  .swiper_banner .ctrlbox {
    bottom: .1rem;
    right: .1rem;
  }
  .indexmain .p_sectitle .p_cn {
    font-size: .2rem;
    line-height: .3rem;
  }
  .indexmain .p_sectitle .p_en {
    font-size: .14rem;
    line-height: .2rem;
  }
  .indexmain .ctrlbox {
    margin-top: .2rem;
  }
  .indexmain .a_more {
    font-size: .12rem;
    height: .3rem;
    line-height: .3rem;
  }
  .indexmain .a_more:after {
    vertical-align: -.03rem;
  }
  .indexmain.section1 {
    padding: .2rem 0;
    border-radius: 0 0 .5rem 0;
  }
  .indexmain.section1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indexmain.section1 .lefttext {
    width: 100%;
    padding-right: 0;
  }
  .indexmain.section1 .p_title {
    font-size: .2rem;
    margin-top: .1rem;
  }
  .indexmain.section1 .textbox {
    font-size: .14rem;
    line-height: .3rem;
    margin-top: .1rem;
  }
  .indexmain.section1 .a_more {
    margin-top: .1rem;
  }
  .indexmain.section2 {
    padding: .2rem 0;
  }
  .indexmain .servicelist .ico {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .indexmain .servicelist .p_name {
    font-size: .2rem;
    margin-top: -.1rem;
  }
  .indexmain .servicelist .p_text {
    font-size: .14rem;
    line-height: .24rem;
    height: .7rem;
  }
  .indexmain .servicelist .a_mores {
    margin-top: .1rem;
  }
  .indexmain.section3 {
    padding: .2rem 0;
    border-radius: .5rem 0 0 0;
  }
  .indexmain .swiper_news .swiper-slide {
    border-radius: .2rem;
    padding: .2rem;
  }
  .indexmain .swiper_news .p_title {
    font-size: .16rem;
    line-height: .32rem;
  }
  .indexmain .swiper_news .p_time {
    font-size: .14rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
  }
  .indexmain .swiper_news .text {
    font-size: .12rem;
    line-height: .24rem;
    height: 0.96rem;
  }
  .indexmain .swiper_news .span_more {
    font-size: .12rem;
  }
  .indexmain.section5 {
    padding: .2rem 0 .6rem;
    border-radius: 0 .5rem 0 0;
  }
  .indexmain .swiper_teamleft {
    border-radius: .2rem;
  }
  .indexmain .swiper_teamleft .p_text {
    font-size: .14rem;
    height: .5rem;
    line-height: .5rem;
  }
  .indexmain .swiper_teamleft .swiper-pagination {
    right: .1rem;
    bottom: .12rem;
  }
  .indexmain .swiper_teamright .ctrlbox {
    margin-top: .2rem;
  }
  .banner_inner {
    border-radius: 0 0 .2rem 0;
    padding-bottom: .4rem;
  }
  .banner_inner img {
    border-radius: 0 0 .2rem 0;
  }
  .banner_inner .textbox {
    margin-top: 0;
    margin-top: -.2rem;
    left: 0.0975rem;
  }
  .banner_inner .p_cn {
    font-size: .2rem;
    line-height: .32rem;
  }
  .banner_inner .p_en {
    font-size: .14rem;
    line-height: .2rem;
  }
  .banner_inner .ul_pagenav {
    height: auto;
    left: 0.0975rem;
  }
  .banner_inner .ul_pagenav li {
    margin-right: .2rem;
  }
  .banner_inner .ul_pagenav a {
    font-size: .12rem;
    height: .4rem;
    line-height: .4rem;
    border-bottom-width: .02rem;
  }
  .p_secinnertitle {
    font-size: .2rem;
    padding-top: .05rem;
  }
  .about_page .section1 {
    padding: .2rem 0;
  }
  .about_page .section1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_page .section1 .textbox {
    width: 100%;
  }
  .about_page .section1 .imgbox {
    width: 100%;
    margin-top: .2rem;
  }
  .about_page .section1 .p_title {
    margin-top: .2rem;
    font-size: .22rem;
  }
  .about_page .section1 .text p {
    margin-top: .1rem;
  }
  .about_page .section2 {
    padding: .2rem 0;
    border-radius: .5rem 0 0 0;
  }
  .about_page .section2 .outer_swiper {
    padding: 0 .4rem;
  }
  .about_page .section2 .swiper-button-prev, .about_page .section2 .swiper-button-next {
    width: .3rem;
    height: .3rem;
    margin-top: -.15rem;
  }
  .about_page .section2 .swiper-button-prev {
    left: 0;
  }
  .about_page .section2 .swiper-button-next {
    right: 0;
  }
  .about_page .section2 .outer_swiper {
    display: none;
  }
  .about_page .ul_listfzlc {
    display: block;
    border-left: 2px solid #2F318B;
    margin-top: .2rem;
  }
  .about_page .ul_listfzlc li {
    padding-left: .1rem;
    position: relative;
  }
  .about_page .ul_listfzlc li:before {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #EA5B2A;
    border: 2px solid #2F318B;
    left: -.06rem;
    top: .06rem;
  }
  .about_page .ul_listfzlc li + li {
    margin-top: .2rem;
  }
  .about_page .ul_listfzlc .p_time {
    font-size: .16rem;
    color: #2F318B;
    font-weight: bold;
  }
  .about_page .ul_listfzlc .p_text {
    font-size: .14rem;
    color: #666;
    background: #fff;
    padding: .1rem;
    border-radius: .05rem;
  }
  .about_page .section3 {
    padding: .2rem 0;
  }
  .about_page .section3 .whlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .2rem;
  }
  .about_page .section3 .whlist .item {
    width: 100%;
    border-radius: .2rem;
  }
  .about_page .section3 .whlist .item + .item {
    margin-top: .1rem;
  }
  .about_page .section4 {
    padding: .2rem 0;
    border-radius: .5rem 0 0 0;
  }
  .about_page .section4 .swiperplbox {
    padding: 0.0975rem;
  }
  .about_page .section4 .swiper_tdzs .imgbox {
    border-radius: .2rem;
  }
  .about_page .section4 .swiper_tdzs .p_text {
    font-size: .16rem;
  }
  .about_page .section4 .titlestarebox {
    padding-top: 0rem;
  }
  .about_page .section4 .p_titlestar {
    font-size: .18rem;
    padding-left: .3rem;
    background-size: 0.182rem 0.182rem;
  }
  .about_page .section4 .swiper_teamright {
    margin-top: .2rem;
  }
  .about_page .section5 {
    padding: .2rem 0;
    border-radius: 0 0 0 .5rem;
  }
  .about_page .section5 .swiper_zzry {
    margin-top: .2rem;
    padding-bottom: .2rem;
  }
  .swiper_fwzxpopup .contbox {
    border-radius: .2rem;
    padding: 0.0975rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .swiper_fwzxpopup .contbox .textbox {
    padding: 0 .2rem;
  }
  .swiper_fwzxpopup .contbox .imgbox {
    border-radius: .2rem;
  }
  .swiper_fwzxpopup .contbox .p_name {
    font-size: .2rem;
    padding: .05rem 0;
  }
  .swiper_fwzxpopup .contbox .line {
    margin-top: 0;
  }
  .swiper_fwzxpopup .contbox .p_desc {
    font-size: .14rem;
    padding: .1rem 0;
    line-height: .26rem;
  }
  .service_page .section1 {
    padding: .2rem 0;
  }
  .service_page .section1 .p_title {
    font-size: .2rem;
    margin-top: .1rem;
  }
  .service_page .base_servicelist .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0.0975rem;
    border-radius: .2rem;
    padding: .2rem;
  }
  .service_page .base_servicelist .item + .item {
    margin-left: 0;
  }
  .service_page .base_servicelist .imgbox {
    margin: .2rem auto;
    width: 1.2rem;
    height: 1.2rem;
  }
  .service_page .section2 {
    border-radius: .5rem 0 0 0;
    padding: .2rem 0;
  }
  .service_page .section2 .p_topdesc {
    font-size: .14rem;
    margin-top: .1rem;
  }
  .service_page .jyservicelist .item + .item {
    margin-left: .1rem;
  }
  .service_page .jyservicelist .icobox {
    height: .4rem;
    border-radius: .1rem;
  }
  .service_page .jyservicelist .icobox .ico {
    width: .2rem;
    height: .2rem;
    margin-left: -.1rem;
    margin-top: -.1rem;
  }
  .service_page .jyservicelist .icobox:after {
    background-size: 0.1495rem 0.0975rem;
    bottom: -0.0975rem;
    height: 0.0975rem;
    width: 0.1495rem;
  }
  .service_page .jyservicelist .p_name {
    margin-top: .1rem;
  }
  .service_page .jyservicelist .morebox {
    height: .6rem;
    background-size: 0.182rem 0.039rem;
  }
  .service_page .hidden_jyservice .item {
    padding: .1rem 0;
  }
  .service_page .hidden_jyservice .item > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_page .hidden_jyservice .imgbox {
    width: 100%;
  }
  .service_page .hidden_jyservice .textbox {
    width: 100%;
    margin-top: .1rem;
  }
  .service_page .hidden_jyservice .p_title {
    height: .24rem;
    line-height: .24rem;
    padding-left: .3rem;
    font-size: .18rem;
  }
  .service_page .tellistbox {
    padding-top: .1rem;
  }
  .service_page .tellistbox .p_titletel {
    font-size: .16rem;
    background-size: 0.169rem 0.1755rem;
    padding-left: .24rem;
  }
  .service_page .tellistbox .ul_tellist_service {
    margin-top: .2rem;
    border-radius: .1rem;
    padding-bottom: .1rem;
  }
  .service_page .tellistbox .ul_tellist_service:before {
    background-size: 0.1495rem 0.0975rem;
    width: 0.1495rem;
    height: 0.1625rem;
  }
  .service_page .tellistbox .ul_tellist_service li {
    width: 50%;
    margin-top: .1rem;
  }
  .service_page .tellistbox .ul_tellist_service li .p_title {
    font-size: .14rem;
  }
  .service_page .tellistbox .ul_tellist_service li .text {
    font-size: .14rem;
  }
  .service_page .tellistbox .ul_tellist_service li:nth-child(2n-1) {
    border-left: none;
  }
  .service_page .tellistbox .ul_tellist_service li:nth-child(2n) {
    border-left: 1px dashed #CACACA;
  }
  .service_page .section3 {
    border-radius: 0 .5rem 0 .5rem;
  }
  .service_page .section3 .p_topdesc {
    margin-top: .1rem;
    font-size: .14rem;
    line-height: .24rem;
  }
  .service_page .ul_activelist li {
    margin-top: 0.0975rem;
    border-radius: .1rem;
    padding: .1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_page .ul_activelist li:nth-child(2n) .imgbox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .service_page .ul_activelist .imgbox {
    width: 100%;
    border-radius: .1rem;
  }
  .service_page .ul_activelist .textbox {
    width: 100%;
    padding: 0.0975rem 0 0;
  }
  .service_page .ul_activelist .p_title {
    font-size: .18rem;
  }
  .service_page .ul_activelist .p_desc {
    margin-top: .1rem;
    font-size: .14rem;
    line-height: .24rem;
  }
  .ul_projectlist li {
    padding: .2rem 0;
    border-radius: .5rem 0 0 0;
  }
  .ul_projectlist li:last-child {
    border-radius: .5rem 0 0 .5rem;
  }
  .ul_projectlist li .textbox {
    width: 100%;
  }
  .ul_projectlist li .imgbox {
    width: 100%;
  }
  .ul_projectlist li .p_title {
    font-size: .18rem;
    line-height: .24rem;
    margin-top: 0.0975rem;
  }
  .ul_projectlist li .text {
    font-size: .14rem;
    line-height: .26rem;
    margin-top: .1rem;
  }
  .ul_projectlist li .a_more {
    display: none;
  }
  .ul_projectlist li .imgbox {
    margin-top: 0.0975rem;
  }
  .ul_projectlist .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .backbox {
    height: .4rem;
    line-height: .4rem;
  }
  .backbox .a_back {
    font-size: .14rem;
    padding-left: .15rem;
    background-size: 0.065rem 0.104rem;
  }
  .detailpage {
    border-radius: 0 0 0 .5rem;
    padding: .2rem 0;
  }
  .detailpage .project_detailinfo .p_title {
    font-size: .16rem;
    margin-top: .1rem;
  }
  .detailpage .project_detailinfo .p_desc {
    line-height: .26rem;
    font-size: .14rem;
    margin-top: .1rem;
  }
  .detailpage .project_detailinfo .p_tel {
    font-size: .14rem;
    margin-top: .1rem;
    height: auto;
    line-height: .26rem;
    padding: .07rem .2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detailpage .project_detailinfo .p_tel .span_tel {
    margin-left: .1rem;
  }
  .detailpage .swiper_piclist {
    margin-top: .2rem;
  }
  .detailpage .p_time {
    font-size: .16rem;
    margin-top: .1rem;
  }
  .detailpage .upboxcontent {
    font-size: .16rem;
    line-height: .3rem;
    padding-top: .1rem;
  }
  .prevnextbox {
    margin-top: .2rem;
  }
  .prevnextbox a {
    max-width: 48%;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .1rem;
    font-size: .14rem;
    background-size: 0.065rem 0.091rem;
  }
  .prevnextbox .a_prev {
    background-position: .1rem center;
    padding-left: .2rem;
  }
  .prevnextbox .a_next {
    background-position: right .1rem center;
    padding-right: .2rem;
  }
  .news_page {
    padding: .2rem 0;
    border-radius: 0 0 0 .5rem;
  }
  .ul_newslist li {
    margin-right: 0;
    width: 100%;
    margin-top: 0.0975rem;
  }
  .ul_newslist a {
    border-radius: .2rem;
    padding: .2rem;
  }
  .ul_newslist .p_title {
    font-size: .16rem;
    line-height: .32rem;
  }
  .ul_newslist .p_time {
    font-size: .14rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
  }
  .ul_newslist .text {
    font-size: .12rem;
    line-height: .24rem;
    height: 0.96rem;
  }
  .ul_newslist .span_more {
    font-size: .12rem;
  }
  .pages {
    margin-top: .2rem;
  }
  .pages span, .pages a {
    margin: 0 .05rem;
    height: .3rem;
    line-height: .3rem;
    min-width: .3rem;
    font-size: .14rem;
    padding: 0 .1rem;
  }
  .join_page {
    padding: .2rem 0;
    border-radius: 0 0 0 .5rem;
  }
  .join_page .section1 .img_yrln {
    margin-top: .1rem;
  }
  .join_page .section2 {
    margin-top: .2rem;
  }
  .join_flextable {
    margin-top: .2rem;
    border-radius: .1rem;
  }
  .join_flextable .tdbox {
    line-height: .24rem;
    font-size: .14rem;
  }
  .join_flextable .tdbox > div {
    padding: .05rem .1rem;
  }
  .join_flextable .tdbox > div.w1 {
    padding-left: .1rem;
  }
  .join_flextable .ico_arrow {
    width: .2rem;
    height: .2rem;
  }
  .join_flextable .bgth {
    font-size: .12rem;
  }
  .join_flextable .hidden {
    font-size: .14rem;
    padding: 0.0975rem;
    padding-top: 0;
  }
  .join_flextable .hidden .part {
    margin-top: .1rem;
  }
  .contact_page {
    padding: .2rem 0;
    border-radius: 0 0 0 .5rem;
  }
  .contact_page .topbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_page .topbox .lefttext {
    width: 100%;
  }
  .contact_page .topbox .mapbox {
    width: 100%;
    border-radius: .2rem 0 .2rem 0;
    margin-top: .2rem;
  }
  .contact_page .topbox .teltext {
    font-size: .14rem;
    padding-top: .2rem;
    line-height: .26rem;
  }
  .contact_page .midtelbox {
    margin-top: .2rem;
    padding-top: .2rem;
  }
  .contact_page .bomform {
    margin-top: .2rem;
    padding-top: .2rem;
  }
  .formbox .inp_text {
    padding: .05rem .1rem;
    font-size: .14rem;
    line-height: .26rem;
    width: calc(50% - .05rem);
  }
  .formbox .inp_text + .inp_text {
    margin-left: .1rem;
  }
  .formbox .inp_text.inp_area {
    height: .8rem;
  }
  .formbox .selectbox {
    margin-top: .1rem;
  }
  .formbox .selectbox .p_text {
    height: .38rem;
    line-height: .38rem;
    padding-left: .1rem;
  }
  .formbox .btnbox {
    margin-top: .1rem;
  }
  .formbox .btnbox button {
    height: .38rem;
    line-height: .38rem;
  }
  .err_tips {
    min-width: 2rem;
  }
}

@media screen and (max-width: 360px) {
  .banner_inner .ul_pagenav li {
    margin-right: .1rem;
  }
}
