@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: 625%;
}

body {
  line-height: 1;
  font: .14rem/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;
}

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: 10px;
}

.w10p {
  width: 10%;
}

.w20 {
  width: 20px;
}

.w20p {
  width: 20%;
}

.w30 {
  width: 30px;
}

.w30p {
  width: 30%;
}

.w40 {
  width: 40px;
}

.w40p {
  width: 40%;
}

.w50 {
  width: 50px;
}

.w50p {
  width: 50%;
}

.w60 {
  width: 60px;
}

.w60p {
  width: 60%;
}

.w70 {
  width: 70px;
}

.w70p {
  width: 70%;
}

.w80 {
  width: 80px;
}

.w80p {
  width: 80%;
}

.w90 {
  width: 90px;
}

.w90p {
  width: 90%;
}

.w100 {
  width: 100px;
}

.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: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb60 {
  padding-bottom: 60px;
}

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

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

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

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

/* padding */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

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

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mt301 {
  margin-top: 10px;
}

.mt31 {
  padding: 0rem 0.2rem;
}

.mb30 {
  margin-bottom: 30px;
}

/* 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;
}

/* 主色 */
/* 橙色 */
/* 红色 */
#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: 0.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;
}

.inp {
  -webkit-box-shadow: 1px 1px 1px 1px #F0F0F0 inset;
  box-shadow: 1px 1px 1px 1px #F0F0F0 inset;
  outline: none;
  border: 1px solid #DADADA;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}

.inp:hover, .inp:focus {
  border: 1px solid #3B7BC0;
}

.otw {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.flex-sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

body {
  font-size: .14rem;
  letter-spacing: .01rem;
}

body.en_page {
  letter-spacing: 0;
}

.txt_s_size {
  font-size: 625%;
}

.txt_m_size {
  font-size: 700%;
}

.txt_l_size {
  font-size: 800%;
}

.a_outerhtml {
  position: absolute;
  left: -100%;
  color: #333;
  top: -100%;
}

.taj {
  text-align: justify;
}

.index_main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.index_main .bgbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../temp/index_bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.index_main .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mobilebox {
  display: none;
}

.header {
  padding: 30px .45rem;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .1rem;
  padding: .1rem;
}

.header .logobox .logo {
  display: block;
  width: .5rem;
  height: .5rem;
  margin-right: 20px;
}

.header .logobox .logo_img {
  height: .7rem;
  display: block;
}

.header .logobox .textbox {
  color: #fff;
  font-weight: bold;
  letter-spacing: .015rem;
}

.header .logobox .p_s {
  font-size: .12rem;
}

.header .logobox .p_l {
  font-size: .18rem;
}

.header .rightpart {
  position: relative;
}

.header .a_btn {
  font-size: .14rem;
  padding: 0 .1rem;
  height: .28rem;
  line-height: .28rem;
  background: rgba(30, 30, 30, 0.8);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  -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;
  cursor: pointer;
}

.header .a_btn:hover {
  color: #fff;
}

.header .a_btn.bg_red {
  background: #DE2910;
  color: #fff;
}

.header .a_btn.hide {
  display: none;
}

.header button.a_btn {
  border: none;
}

.header .size_group {
  margin-left: .1rem;
  line-height: .28rem;
  background: rgba(30, 30, 30, 0.8);
  padding: 0 .1rem;
  border-radius: 3px;
}

.header .a_link_group {
  line-height: .28rem;
}

.header .a_text {
  color: #cdc8c8;
  margin: 0 .05rem;
  font-weight: bold;
  cursor: pointer;
}

.header .a_text.txt_s {
  font-size: .12rem;
}

.header .a_text.txt_m {
  font-size: .14rem;
}

.header .a_text.txt_l {
  font-size: .16rem;
}

.header .a_text.on {
  color: #FFFFFF;
}

.header button.a_text {
  background: none;
  border: none;
  padding: 0;
}

.header .a_link {
  font-size: .14rem;
  color: #e0dbdb;
  padding-left: .5rem;
  border-left: 1px solid #7D91AD;
  background-position: .2rem center;
  background-repeat: no-repeat;
  margin-left: .2rem;
  -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 .a_link.a_contact {
  padding-left: .1rem;
  margin-left: .1rem;
  background-color: rgba(30, 30, 30, 0.8);
  border-left: none;
  background-position: .1rem center;
  height: .28rem;
  line-height: .28rem;
  border-radius: 3px;
  display: inline-block;
  padding-right: .1rem;
}

.header .a_link.a_help {
  background-image: url(../images/ico_help.png);
}

.header .a_link:hover {
  color: #fff;
}

.header .searchbox {
  border-radius: 2px;
  background: rgba(30, 30, 30, 0.8);
  width: 1.64rem;
  position: absolute;
  top: 40px;
  right: 0;
}

.header .searchbox .inp_text {
  font-size: .12rem;
  color: #fff;
  width: calc(100% - .3rem);
  padding: 0 .1rem;
  height: .3rem;
  line-height: .3rem;
  border: none;
  background: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header .searchbox .inp_text::-webkit-input-placeholder {
  color: #fff;
}

.header .searchbox .inp_text:-ms-input-placeholder {
  color: #fff;
}

.header .searchbox .btn_search {
  min-width: .3rem;
  width: .3rem;
  height: .3rem;
  background: url(../images/ico_search3.png) center center no-repeat;
  cursor: pointer;
}

.header .searchbox button.btn_search {
  border: none;
}

.header.en_header .logobox {
  width: 4.22rem;
}

.header.en_header .logobox .textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0;
}

.header.en_header .logobox .p_l {
  font-size: .14rem;
}

.header.en_header .size_group {
  min-width: .62rem;
}

.header.en_header .leftpart {
  min-width: .383rem;
}

.header.en_header .a_btn {
  white-space: nowrap;
}

.header.en_header .a_link {
  white-space: nowrap;
}

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

[v-cloak] {
  display: none;
}

.nav_index {
  position: absolute;
  left: 90px;
  top: 1.4rem;
  width: 3.14rem;
  z-index: 12;
  bottom: 0;
  overflow-y: auto;
}

.nav_index li {
  margin: 2px 0;
}

.nav_index a {
  display: block;
  -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;
  color: #fff;
  line-height: 20px;
  position: relative;
  padding: 10px 5px;
  padding-left: 35px;
}

.nav_index a:hover {
  background: #DE2910;
}

.nav_index .ico {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: .15rem;
}

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

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

.popup_jl .container {
  position: absolute;
  z-index: 2;
  max-width: 1000px;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  left: 50%;
  top: 50%;
  background: #fff;
}

.popup_jl .ico_close {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ico_close.png) center center no-repeat;
  left: 50%;
  margin-left: -25px;
  bottom: -80px;
  padding: 0;
  border: none;
}

.popup_jl .p_title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #014E8C;
  border-left: 2px solid #DE2810;
  padding-left: 5px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.popup_jl .imgbox {
  width: 150px;
  margin-right: 30px;
}

.popup_jl .imgbox img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.popup_jl .imgbox .p_text {
  text-align: center;
  line-height: 22px;
  color: #014E8C;
}

.popup_jl .textbox {
  line-height: .26rem;
  color: #666;
  text-align: justify;
}

.mainbox_index {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 1.4rem;
  height: calc(100% - 1.4rem);
  z-index: 1;
  left: 0;
}

.mainbox_index.cover {
  z-index: 11;
}

.mainbox_index .ovyabox {
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainbox_index #mainbox {
  padding-top: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  max-width: calc(100% - 4.2rem);
}

.mainbox_index .red90box {
  padding: 30px 0;
}

.mainbox_index .p_btitle {
  font-size: .24rem;
  font-weight: bold;
}

.mainbox_index .section1 {
  color: #fff;
}

.mainbox_index .section1 .textbox {
  line-height: .24rem;
}

.mainbox_index .section1 .span_zr {
  margin-left: .15rem;
  font-size: .2rem;
  letter-spacing: 0;
}

.mainbox_index .section1 .ml0 {
  margin-left: 0;
}

.mainbox_index .section1 .zr_p {
  margin-top: .3rem;
}

.mainbox_index .section1 p {
  margin-top: .1rem;
}

.mainbox_index .section1 .btn_lyy {
  background: #FFF;
  color: #DE2910;
  border: none;
  padding: 0.04rem 0.2rem;
  border-radius: 3px;
  margin-top: .2rem;
}

.mainbox_index .section2 {
  padding: 50px 60px;
  background: #fff;
}

.mainbox_index .section2 .p_btitle {
  color: #DE2910;
}

.mainbox_index .section2 .textbox {
  line-height: .26rem;
  margin-top: 10px;
  color: #666;
}

.mainbox_index .section2 .textbox p {
  margin-top: .15rem;
}

.mainbox_index .ul_sos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.mainbox_index .ul_sos a {
  display: block;
  text-align: center;
}

.mainbox_index .ul_sos a:hover span {
  color: #CD2D1A;
}

.mainbox_index .ul_sos i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
}

.mainbox_index .ul_sos .ico_sos1 {
  background-image: url(../images/ico_sos1.png);
}

.mainbox_index .ul_sos .ico_sos2 {
  background-image: url(../images/ico_sos2.png);
}

.mainbox_index .ul_sos .ico_sos3 {
  background-image: url(../images/ico_sos3.png);
}

.mainbox_index .ul_sos .ico_sos4 {
  background-image: url(../images/ico_sos4.png);
}

.mainbox_index .ul_sos .ico_sos5 {
  background-image: url(../images/ico_sos5.png);
}

.mainbox_index .ul_sos span {
  color: #000;
  margin-top: 10px;
  display: block;
  -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;
}

.mainbox_index .section3 .a_box {
  position: relative;
  overflow: hidden;
}

.mainbox_index .section3 .a_box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mainbox_index .section3 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;
}

.mainbox_index .section3 .textbox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.mainbox_index .section3 .p_big {
  font-size: .24rem;
  font-weight: bold;
}

.mainbox_index .section3 .p_sec {
  font-size: .16rem;
}

.mainbox_index .section3 .span_btn {
  font-size: .12rem;
  border-radius: 3px;
  padding: .02rem .1rem;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: .4rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.mainbox_index .section4 {
  background: rgba(255, 255, 255, 0.9);
  padding-top: .5rem;
  padding-bottom: .4rem;
}

.mainbox_index .section4 .topbox {
  padding: 0 60px;
}

.mainbox_index .section4 .p_btitle {
  color: #333;
}

.mainbox_index .section4 .a_more {
  margin-left: 60px;
  display: inline-block;
  margin-top: .4rem;
  padding: .02rem .2rem;
  font-size: .12rem;
  color: #A28167;
  background: #fff;
  border-radius: 3px;
  -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;
}

.mainbox_index .section4 .a_more:hover {
  color: #CE2D1B;
}

.mainbox_index .swiper_news {
  height: 4.27rem;
  margin: .3rem .6rem 0;
  overflow-y: auto;
}

.mainbox_index .ul_news_index {
  margin-top: .3rem;
}

.mainbox_index .ul_news_index li > a {
  -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: .2rem;
}

.mainbox_index .ul_news_index li > a:hover {
  background: #fff;
}

.mainbox_index .ul_news_index .textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.mainbox_index .ul_news_index .timebox {
  color: #A3A1A1;
  text-align: center;
  border-right: 1px solid #A8A7A6;
  padding-right: .2rem;
  font-weight: bold;
  -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;
  width: .8rem;
}

.mainbox_index .ul_news_index .p_day {
  font-size: .3rem;
}

.mainbox_index .ul_news_index .p_text {
  color: #666;
  line-height: .2rem;
  text-align: justify;
  margin-top: .15rem;
}

.mainbox_index .ul_news_index .p_title {
  font-weight: bold;
  color: #555;
}

.mainbox_index .ul_news_index .span_new {
  display: inline-block;
  vertical-align: 1px;
  font-size: .12rem;
  color: #fff;
  color: #fff;
  background: #DF2810;
  padding: 0 .1rem;
  font-weight: normal;
  height: .16rem;
  line-height: .16rem;
  margin-right: .1rem;
}

.mainbox_index .swiper_opbox {
  position: relative;
}

.mainbox_index .swiper_opbox .btn_prev, .mainbox_index .swiper_opbox .btn_next {
  display: block;
  width: .3rem;
  height: .3rem;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  padding: 0;
  background-color: transparent;
  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;
}

.mainbox_index .swiper_opbox .btn_prev.swiper-button-disabled, .mainbox_index .swiper_opbox .btn_next.swiper-button-disabled {
  pointer-events: none;
}

.mainbox_index .swiper_opbox .btn_prev {
  background-image: url(../images/ico_arrowl1.png);
}

.mainbox_index .swiper_opbox .btn_prev:hover {
  background-image: url(../images/ico_arrowl2.png);
}

.mainbox_index .swiper_opbox .btn_next {
  background-image: url(../images/ico_arrowr1.png);
}

.mainbox_index .swiper_opbox .btn_next:hover {
  background-image: url(../images/ico_arrowr2.png);
}

.mainbox_index .swiper-pagination {
  position: relative;
  margin: 0 .07rem;
}

.mainbox_index .swiper-pagination .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=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;
  margin: 0 .07rem;
  background: #B9B9B9;
}

.mainbox_index .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DE2910;
}

.mainbox_index .section5 {
  color: #fff;
  line-height: .28rem;
  padding-top: 0;
}

.mainbox_index .section5 .flex.jusb:after {
  content: '';
  display: block;
}

.mainbox_index .section5 .p_sec {
  font-size: .18rem;
  margin-top: .1rem;
}

.mainbox_index .section5 .ewcode {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.mainbox_index .section5 .ewcode img {
  display: block;
}

.mainbox_index .section5 .ewcode p {
  background: #fff;
  line-height: .14rem;
  font-size: .12rem;
  padding-bottom: .05rem;
  color: #333;
  text-align: center;
  width: 100%;
}

.mainbox_index .ul_contact .ewcode {
  width: .96rem;
}

.mainbox_index .ul_contact .ewcode img {
  width: 100%;
}

.mainbox_index .ul_contact li {
  padding-top: .1rem;
}

.mainbox_index .ul_contact .leftetxt {
  width: 1.7rem;
  margin-right: .1rem;
}

.mainbox_index .ul_contact .textmain {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mainbox_index .ul_contact .textmain p {
  padding-left: .38rem;
  background-repeat: no-repeat;
  background-position: 0 .09rem;
}

.mainbox_index .ul_contact .textmain .p_addr {
  background-image: url(../images/ico_contact1.png);
}

.mainbox_index .ul_contact .textmain .p_postcode {
  background-image: url(../images/ico_contact2.png);
}

.mainbox_index .ul_contact .textmain .p_tel {
  background-image: url(../images/ico_contact3.png);
}

.mainbox_index .ul_contact .textmain .p_fax {
  background-image: url(../images/ico_contact4.png);
}

.mainbox_index .ul_contact .textmain .p_email {
  background-image: url(../images/ico_contact5.png);
}

.mainbox_index .ul_contact .textmain a {
  color: #fff;
}

.mainbox_index .section6 {
  padding: 50px 60px;
  background: #2A2827;
  color: #ABABAB;
}

.mainbox_index .section6 p > span {
  display: inline-block;
}

.mainbox_index .section6 p > span a {
  color: #ABABAB;
  text-decoration: underline;
}

.mainbox_index .section6 p > span a:hover {
  color: #fff;
}

.mainbox_index .section6 .mrspan {
  margin-right: .3rem;
}

.mainbox_index .section6 .imglink {
  margin-top: .3rem;
}

.mainbox_index .section6 .imglink a {
  display: inline-block;
  margin-right: .3rem;
  vertical-align: middle;
}

.mainbox_index .section6 .imglink img {
  display: block;
}

.a_returntop {
  display: none;
  position: fixed;
  right: 60px;
  font-size: 0;
  bottom: 100px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8) url(../images/ico_returntop.png) center center no-repeat;
}

.a_returnback {
  display: none;
}

.bannerbox {
  position: relative;
  overflow: hidden;
}

.bannerbox img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.bannerbox .p_pagetitle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: .45rem;
  color: #fff;
  letter-spacing: .1rem;
  width: 80%;
  font-weight: bold;
  text-align: center;
  display: none;
}

.footer {
  background: #2A2827;
  padding: .2rem 0;
}

.footer .content {
  max-width: 1400px;
  padding: 0 20px;
  color: #ABABAB;
}

.footer .content a {
  color: #ABABAB;
}

.footer .content a:hover {
  color: #fff;
}

.footer .imglink {
  margin-top: .3rem;
}

.footer .imglink a {
  display: inline-block;
  margin-right: .3rem;
  vertical-align: middle;
}

.footer .imglink img {
  display: block;
}

.nav_inner {
  position: relative;
  z-index: 10;
}

.nav_inner .absbox {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.nav_inner .absbox.show {
  position: fixed;
  z-index: 1;
}

.nav_inner .absbox.show .bgshowbox {
  background: rgba(16, 65, 108, 0.98);
}

.nav_inner .absbox.show .tableflex .a_item {
  border-color: #2c6a9a;
}

.nav_inner .a_menu {
  background: #fff;
  height: 112px;
  width: calc((100% - 1400px)/2);
  display: block;
  background: #fff url(../images/ico_menu1.png) center center no-repeat;
  -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;
  border-bottom: 1px solid #4A6DBA;
  position: relative;
  z-index: 2;
}

.nav_inner .a_menu.show {
  background-image: url(../images/ico_menu2.png);
  border-bottom: 1px solid #4A6DBA;
}

.nav_inner .a_menu:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.nav_inner .bghidebox {
  position: absolute;
  height: 113px;
  left: 50%;
  top: 0;
  margin-left: -700px;
  max-width: 685px;
  right: 0;
  z-index: 1;
  background: rgba(222, 41, 16, 0.9) url(../images/ico_arrowmenu.png) right 30px center no-repeat;
  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;
}

.nav_inner .bghidebox .textbox {
  padding-left: 20px;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  letter-spacing: .1rem;
}

.nav_inner .bgshowbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 65, 108, 0.9);
}

.nav_inner .bgshowbox a {
  color: #fff;
  font-size: .14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

.nav_inner .bgshowbox a:hover {
  background: rgba(222, 41, 16, 0.9);
}

.nav_inner .bgshowbox .ico {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: .1rem;
}

.nav_inner .bgshowbox .a_home {
  width: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav_inner .bgshowbox .a_home.cur {
  background: #DE2910;
}

.nav_inner .tableflex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav_inner .tableflex .a_item {
  line-height: .2rem;
  border-left: 1px solid #1F5D8E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .07rem .3rem;
  border-bottom: 1px solid #1F5D8E;
  width: 16.666%;
}

.nav_inner .tableflex .a_item:nth-child(6n) {
  border-right: 1px solid #1F5D8E;
}

.nav_inner .tableflex .a_item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav_inner .tableflex .a_item.cur {
  background: #DE2910;
}

.nav_inner .secnav {
  background: #FFF;
  border-bottom: 1px solid #EDEDED;
  padding-top: .08rem;
  padding-bottom: .13rem;
}

.nav_inner .secnav.show {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.nav_inner .container {
  padding: 0 .2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 0;
}

.nav_inner .a_secitem {
  display: inline-block;
  vertical-align: top;
  margin-right: .1rem;
  margin-top: .05rem;
  margin-left: .1rem;
  font-size: .16rem;
  color: #365F91;
  border-right: 1px solid #B2B2B2;
  padding-right: .2rem;
  -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-weight: bold;
}

.nav_inner .a_secitem:last-child {
  border-right: none;
}

.nav_inner .a_secitem.cur {
  color: #DA2810;
}

.nav_inner .a_secitem:hover {
  color: #DA2810;
}

.nav_inner .position {
  max-width: 1440px;
  padding: .1rem .2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  margin-left: auto;
  margin-right: auto;
}

.nav_inner .position a {
  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;
}

.nav_inner .position a:hover {
  color: #CE2812;
}

.nav_inner .position .a_index {
  padding-left: .2rem;
  background: url(../images/ico_addr.png) 0 center no-repeat;
  margin-right: .1rem;
}

.nav_inner .position .a_position {
  margin-right: .1rem;
}

.nav_inner .position .a_position:before {
  content: '';
  height: .13rem;
  width: 1px;
  display: inline-block;
  vertical-align: -2px;
  background: #888;
  margin-right: .1rem;
}

.p_h1 {
  font-size: .26rem;
  font-weight: bold;
  color: #0065B0;
}

.p_h2 {
  font-size: .2rem;
  font-weight: bold;
  color: #296D7F;
}

.p_h3 {
  font-size: .16rem;
  font-weight: bold;
  color: #014E8C;
  line-height: .32rem;
}

.p_h11 {
  font-size: .26rem;
  font-weight: bold;
  color: #0065B0;
}

.detail_box {
  color: #333;
  line-height: .26rem;
}

.detail_box p {
  margin-top: .1rem;
  text-align: justify;
}

.main_cdoffice .p_btitle {
  font-size: .3rem;
  font-weight: bold;
}

.main_cdoffice #page2 {
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}

.main_cdoffice #page3 {
  padding-top: 2rem;
  margin-top: -2rem;
}

.main_cdoffice #page4 {
  padding-top: 1.6rem;
  margin-top: -1.6rem;
}

.main_cdoffice .section1 {
  background: #fff;
  padding: 115px 0 100px;
  margin-top: -105px;
}

.main_cdoffice .section1 .container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 .2rem;
}

.main_cdoffice .section1 .logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_cdoffice .section1 .logobox .logo {
  display: block;
  width: .71rem;
  height: .71rem;
  margin-right: 20px;
}

.main_cdoffice .section1 .logobox .logo2 {
  display: block;
  width: 1.2rem;
}

.main_cdoffice .section1 .logobox .textbox {
  color: #333;
  font-weight: bold;
}

.main_cdoffice .section1 .logobox .p_s {
  font-size: .14rem;
}

.main_cdoffice .section1 .logobox .p_l {
  font-size: .22rem;
}

.main_cdoffice .section1 .detail_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main_cdoffice .section1 .detail_box .p_h2 {
  margin-top: 40px;
}

.main_cdoffice .section2 {
  background: url(../temp/bg_cdzn.jpg) center top no-repeat;
  height: 860px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.main_cdoffice .section2 .container {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1590px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 110px;
  background: rgba(7, 73, 124, 0.9);
  width: 100%;
}

.main_cdoffice .section2 .textbox {
  margin-top: .2rem;
}

.main_cdoffice .ul_function {
  margin-top: .3rem;
  border-top: 1px solid #45759A;
  border-bottom: 1px solid #45759A;
  position: relative;
  padding: .15rem 0;
}

.main_cdoffice .ul_function li {
  width: calc(24% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .15rem 0;
  margin-right: 10px;
}

.main_cdoffice .ul_function .p_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.main_cdoffice .ul_function .p_show span {
  -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;
  line-height: .24rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main_cdoffice .ul_function i {
  display: block;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-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-right: .2rem;
}

.main_cdoffice .ul_function .ico_func1 {
  background-image: url(../images/ico_func1_1.png);
}

.main_cdoffice .ul_function .ico_func2 {
  background-image: url(../images/ico_func2_1.png);
}

.main_cdoffice .ul_function .ico_func3 {
  background-image: url(../images/ico_func3_1.png);
}

.main_cdoffice .ul_function .ico_func4 {
  background-image: url(../images/ico_func4_1.png);
}

.main_cdoffice .ul_function .ico_func5 {
  background-image: url(../images/ico_func5_1.png);
}

.main_cdoffice .ul_function .ico_func6 {
  background-image: url(../images/ico_func6_1.png);
}

.main_cdoffice .ul_function .ico_func7 {
  background-image: url(../images/ico_func7_1.png);
}

.main_cdoffice .ul_function .ico_func8 {
  background-image: url(../images/ico_func8_1.png);
}

.main_cdoffice .ul_function .ico_func9 {
  background-image: url(../images/ico_func9_1.png);
}

.main_cdoffice .ul_function .ico_func10 {
  background-image: url(../images/ico_func10_1.png);
}

.main_cdoffice .ul_function .hidden {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: .3rem;
}

.main_cdoffice .ul_function .p_bigtext {
  font-size: .36rem;
  color: #FFC001;
  margin-bottom: 10px;
}

.main_cdoffice .ul_function .cur i {
  background-color: #FFC001;
}

.main_cdoffice .ul_function .cur .p_show span {
  color: #FFC001;
}

.main_cdoffice .ul_function .cur .p_show span:after {
  content: '';
  display: inline-block;
  margin-left: .2rem;
  border-top: 7px solid #FFC001;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.main_cdoffice .ul_function .cur .ico_func1 {
  background-image: url(../images/ico_func1_2.png);
}

.main_cdoffice .ul_function .cur .ico_func2 {
  background-image: url(../images/ico_func2_2.png);
}

.main_cdoffice .ul_function .cur .ico_func3 {
  background-image: url(../images/ico_func3_2.png);
}

.main_cdoffice .ul_function .cur .ico_func4 {
  background-image: url(../images/ico_func4_2.png);
}

.main_cdoffice .ul_function .cur .ico_func5 {
  background-image: url(../images/ico_func5_2.png);
}

.main_cdoffice .ul_function .cur .ico_func6 {
  background-image: url(../images/ico_func6_2.png);
}

.main_cdoffice .ul_function .cur .ico_func7 {
  background-image: url(../images/ico_func7_2.png);
}

.main_cdoffice .ul_function .cur .ico_func8 {
  background-image: url(../images/ico_func8_2.png);
}

.main_cdoffice .ul_function .cur .ico_func9 {
  background-image: url(../images/ico_func9_2.png);
}

.main_cdoffice .ul_function .cur .ico_func10 {
  background-image: url(../images/ico_func10_2.png);
}

.main_cdoffice .ul_function .cur .hidden {
  display: block;
}

.main_cdoffice .function_op {
  margin-top: 1.8rem;
}

.main_cdoffice .function_op .prev, .main_cdoffice .function_op .next {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  padding: 0;
  background-color: transparent;
  -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;
  cursor: pointer;
}

.main_cdoffice .function_op .prev {
  background-image: url(../images/ico_arrowl2_1.png);
  margin-right: .3rem;
}

.main_cdoffice .function_op .prev:hover {
  background-image: url(../images/ico_arrowl2_2.png);
}

.main_cdoffice .function_op .next {
  background-image: url(../images/ico_arrowr2_1.png);
}

.main_cdoffice .function_op .next:hover {
  background-image: url(../images/ico_arrowr2_2.png);
}

.main_cdoffice .section3 {
  padding-top: 65px;
  padding-bottom: 140px;
  background: #E8F2FB url(../temp/bg_cdjg.jpg) center bottom no-repeat;
}

.main_cdoffice .section3 .p_btitle {
  color: #27313C;
}

.main_cdoffice .section3 .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.main_cdoffice .section3 .img_zzjg {
  display: block;
  width: 100%;
  margin-top: 90px;
}

.main_cdoffice .section3 .h3_title {
  font-size: .24rem;
  color: #01508B;
  font-weight: bold;
}

.main_cdoffice .section3 .tagsbox {
  color: #01508B;
  margin-left: -.4rem;
  margin-bottom: .4rem;
  padding-bottom: .3rem;
  border-bottom: 1px dashed #DCDCDC;
  font-size: 0;
}

.main_cdoffice .section3 .tagsbox span {
  display: inline-block;
  margin: .3rem .4rem 0;
  font-weight: bold;
  position: relative;
  font-size: .18rem;
}

.main_cdoffice .section3 .tagsbox span:after {
  content: '';
  color: #C0C5C9;
  width: 1px;
  height: .2rem;
  position: absolute;
  right: -.4rem;
  background: #C0C5C9;
  top: 50%;
  margin-top: -.1rem;
}

.main_cdoffice .section3 .tagsbox span:last-child:after {
  display: none;
}

.main_cdoffice .section4 {
  background: #DB3C26 url(../temp/bg_llwm.jpg) center top no-repeat;
  padding-top: 90px;
  padding-bottom: 50px;
  color: #fff;
}

.main_cdoffice .section4 .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.main_cdoffice .section4 .mapbox {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 360px;
  padding: 12px;
  border: 1px solid #E5897D;
}

.main_cdoffice .section4 .mapbox #map {
  width: 100%;
  height: 100%;
}

.main_cdoffice .section4 .leftbox {
  width: 100%;
}

.main_cdoffice .section4 .mainflex {
  padding-top: .5rem;
  min-height: 3.6rem;
}

.main_cdoffice .ul_contact_us {
  position: relative;
}

.main_cdoffice .ul_contact_us li {
  vertical-align: top;
  margin-right: .3rem;
}

.main_cdoffice .ul_contact_us .hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: .16rem;
  color: #fff;
}

.main_cdoffice .ul_contact_us .hidden p {
  line-height: .26rem;
  margin-top: .18rem;
  position: relative;
  padding-left: 1.2rem;
}

.main_cdoffice .ul_contact_us .hidden a {
  color: #fff;
}

.main_cdoffice .ul_contact_us .hidden .p_cont1 .s_dt {
  background-image: url(../images/ico_contactus1.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont1 .span_title {
  background-image: url(../images/ico_contactus1.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont2 .s_dt {
  background-image: url(../images/ico_contactus2.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont2 .span_title {
  background-image: url(../images/ico_contactus2.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont3 .s_dt {
  background-image: url(../images/ico_contactus3.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont3 .span_title {
  background-image: url(../images/ico_contactus3.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont4 .s_dt {
  background-image: url(../images/ico_contactus4.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont4 .span_title {
  background-image: url(../images/ico_contactus4.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont5 .s_dt {
  background-image: url(../images/ico_contactus5.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont5 .span_title {
  background-image: url(../images/ico_contactus5.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont6 .s_dt {
  background-image: url(../images/ico_contactus6.png);
}

.main_cdoffice .ul_contact_us .hidden .p_cont6 .span_title {
  background-image: url(../images/ico_contactus6.png);
}

.main_cdoffice .ul_contact_us .hidden .s_dt {
  display: block;
  padding-left: .3rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 center;
  left: 0;
  top: 0;
}

.main_cdoffice .ul_contact_us .hidden .span_title {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: .3rem;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.main_cdoffice .ul_contact_us .p_show {
  display: block;
  font-size: .2rem;
  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;
  padding: .15rem .2rem;
  cursor: pointer;
}

.main_cdoffice .ul_contact_us .cur .p_show {
  background: #fff;
  color: #DF3C26;
}

.main_cdoffice .ul_contact_us .cur .hidden {
  display: block;
}

.txt_m_size .main_cdoffice .ul_contact_us .hidden p {
  margin-top: .1rem;
}

.txt_l_size .main_cdoffice .section4 .mainflex {
  padding-top: .3rem;
}

.txt_l_size .main_cdoffice .ul_contact_us .p_show {
  padding: .05rem .2rem;
}

.txt_l_size .main_cdoffice .ul_contact_us li {
  margin-right: .2rem;
}

.txt_l_size .main_cdoffice .ul_contact_us .hidden p {
  margin-top: .1rem;
}

.general_page {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.general_page .leftnav {
  position: static;
  top: 20px;
  width: 100%;
  max-width: 192px;
}

.general_page .leftnav.showFixed {
  position: fixed;
}

.general_page .leftnav.showFixed .ul_leftanv {
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.general_page .leftnav .p_pagettile {
  border-bottom: 1px solid #B3B3B3;
  font-size: .2rem;
  font-weight: bold;
  color: #625B24;
  padding-bottom: .15rem;
}

.general_page .a_returnpage {
  border-bottom: 1px solid #B3B3B3;
  font-weight: bold;
  font-size: .24rem;
  color: #333;
  padding-left: .5rem;
  background: url(../images/ico_returnpage.png) left 0.07rem no-repeat;
  padding-bottom: .15rem;
  display: block;
  line-height: .36rem;
}

.general_page .ul_leftanv {
  padding-top: 1px;
}

.general_page .ul_leftanv::-webkit-scrollbar {
  background: #eee;
  width: 4px;
  border-radius: 5px;
}

.general_page .ul_leftanv::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.general_page .ul_leftanv::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(170, 170, 170, 0.5);
}

.general_page .ul_leftanv li {
  margin: .08rem 0;
}

.general_page .ul_leftanv li.cur a {
  color: #DE2910;
}

.general_page .ul_leftanv li.cur a:before {
  background-image: url(../images/ico_arrow2.png);
}

.general_page .ul_leftanv a {
  display: block;
  font-size: .16rem;
  color: #948A54;
  font-weight: bold;
  line-height: .3rem;
  position: relative;
  padding-left: .26rem;
  -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;
}

.general_page .ul_leftanv a:before {
  content: '';
  position: absolute;
  display: block;
  width: .07rem;
  height: .13rem;
  background: url(../images/ico_arrow1.png) center center no-repeat;
  left: 0;
  top: .08rem;
  -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;
}

.general_page .ul_leftanv a:hover {
  color: #DE2910;
}

.general_page .ul_leftanv a:hover:before {
  background-image: url(../images/ico_arrow2.png);
}

.general_page .ul_leftanv.en a {
  line-height: .24rem;
}

.right_container {
  width: 100%;
  max-width: 1000px;
  color: #333;
  padding-bottom: 100px;
  min-height: 600px;
}

.right_container .p_h1 {
  margin-bottom: .2rem;
  line-height: .4rem;
}

.right_container .p_h2 {
  margin-top: .3rem;
  line-height: .32rem;
}

.right_container .p_h3 {
  margin-top: .3rem;
}

.right_container .p_h11 {
  margin-bottom: .2rem;
  line-height: .4rem;
  letter-spacing: 0.04rem;
  padding: 0rem .2rem;
}

.right_container section {
  padding-top: 50px;
}

.right_container section:first-child {
  margin-top: -80px;
}

.right_container section:last-child {
  padding-bottom: 2rem;
}

.right_container p {
  line-height: .33rem;
  margin-top: .1rem;
}

.right_container .a_link {
  color: #49701E;
  border-bottom: 1px solid #49701E;
  -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;
  word-break: break-all;
}

.right_container .a_link:hover {
  color: #DE2910;
  border-bottom: 1px solid #DE2910;
}

.right_container .ul_tel li {
  margin-top: .24rem;
  background: #F2F2F2;
  padding: .2rem .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_container .ul_tel .p_title {
  color: #014E8C;
  font-size: .18rem;
  width: 230px;
  margin-right: .3rem;
  line-height: .3rem;
}

.right_container .ul_tel .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: .4rem;
  border-left: 1px solid #D9D9D9;
}

.right_container .ul_tel .desc p {
  margin-top: .05rem;
}

.right_container .ul_tel.link li {
  background: none;
  -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;
  border: 1px solid #B2CADC;
}

.right_container .ul_tel.link li:hover {
  border-color: #014E8C;
}

.right_container .ul_tel.link li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #333;
}

.right_container .ul_tel.link .a_gohref {
  width: .28rem;
  height: .3rem;
  display: block;
  background: url(../images/ico_arrow7.png) center center no-repeat;
  margin-left: .3rem;
  -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: 0;
}

.right_container .ul_tel.link .a_gohref:hover {
  background-image: url(../images/ico_arrow8.png);
}

.right_container .ul_tel.link .desc p {
  padding-left: .3rem;
  background-repeat: no-repeat;
  background-position: 0 .06rem;
}

.right_container .ul_tel.link .p_time {
  background-image: url(../images/ico_active1.png);
}

.right_container .ul_tel.link .p_addr {
  background-image: url(../images/ico_active2.png);
}

.right_container .ul_tel.link .p_orga {
  background-image: url(../images/ico_active3.png);
}

.right_container .letter_point {
  margin-top: .3rem;
}

.right_container .letter_point .partABC {
  margin-left: .36rem;
}

.right_container .c_tips {
  color: #014E8C;
}

.right_container .partABC {
  background: #F2F2F2;
  padding: .2rem;
  padding-top: .01rem;
  margin-top: .1rem;
}

.right_container .partABC p {
  position: relative;
  padding-left: .24rem;
}

.right_container .partABC p:before {
  content: attr(data-letter);
  position: absolute;
  font-size: .12rem;
  color: #014E8C;
  left: 0;
  font-weight: bold;
}

.right_container .partABC p span.db {
  padding-left: .15rem;
  background: url(../images/ico_arrow6.png) 0 0.09rem no-repeat;
}

.right_container .partABC .c_tips {
  padding-left: 0;
}

.right_container .partABC.sec {
  padding-left: .4rem;
}

.right_container .partABC.sec .p_title {
  font-weight: bold;
  color: #014E8C;
  padding-left: 0;
  margin-left: -.2rem;
}

.right_container .partABC.sec p:before {
  color: #666;
}

.right_container .partABC.arrow p {
  padding-left: .1rem;
}

.right_container .partABC.arrow p:before {
  display: block;
  width: .1rem;
  height: .26rem;
  content: '';
  background: url(../images/ico_arrow6.png) 0 center no-repeat;
}

.right_container .partABC.text_note p {
  padding-left: .46rem;
}

.right_container .p_line {
  border-top: 1px solid #CCCCCC;
}

.right_container .p_dashed {
  border-top: 1px dashed #A1A1A1;
}

.right_container .p_dashed1 {
  border-top: 1px solid #E3E3E3;
}

.right_container .a_diblink {
  display: inline-block;
  margin-right: .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: .1rem;
  color: #49701E;
  -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;
  word-break: break-all;
  border: none;
  background-repeat: no-repeat;
  background-image: url(../images/ico_share.svg);
  background-position: right center;
  background-size: .21rem;
  border-bottom: 1px solid #014E8C;
  min-width: auto;
  padding: 0;
  padding-right: .24rem;
  border-radius: 0;
  background-image: none;
  padding-right: 0;
  border-bottom: none;
  text-decoration: underline;
}

.right_container .a_diblink:hover {
  color: #DF3118;
  background-image: url(../images/ico_share1.svg);
  border-bottom-color: #DF3118;
}

.right_container .a_diblink:after {
  content: '';
  display: inline-block;
  vertical-align: -.06rem;
  width: .22rem;
  height: .22rem;
  background: url(../images/ico_share.svg) center center no-repeat;
  background-size: .21rem;
  -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;
}

.right_container .a_diblink:hover {
  background-image: none;
}

.right_container .a_diblink:hover:after {
  background-image: url(../images/ico_share1.svg);
}

.right_container.olddiblink .a_diblink {
  min-width: 2.6rem;
  border: 1px solid #49701E;
  border-radius: 3px;
  background-image: url(../images/ico_arrow3_2.png);
  background-position: right .15rem center;
  padding: .1rem .15rem;
  padding-right: .5rem;
  background-size: auto;
}

.right_container.olddiblink .a_diblink:hover {
  background-image: url(../images/ico_arrow5.png);
  background-color: #DE2910;
  color: #fff;
  border-color: #DE2910;
}

.right_container.olddiblink .a_diblink:after {
  display: none;
}

.right_container.olddiblink span.a_diblink {
  border-color: #000;
  color: #000;
  text-decoration: unset;
  background-image: none;
}

.right_container.olddiblink span.a_diblink:hover {
  background-image: none;
}

.right_container .videobox {
  margin-top: .2rem;
}

.right_container .videobox video {
  display: block;
  width: 600px;
  max-width: 100%;
}

.right_container .p_num {
  position: relative;
  padding-left: .3rem;
}

.right_container .p_num span {
  display: block;
  position: absolute;
  font-size: .12rem;
  color: #fff;
  background: #DE2910;
  height: .2rem;
  line-height: .2rem;
  position: absolute;
  top: .03rem;
  left: 0;
  padding: 0 .05rem;
  font-weight: bold;
}

.right_container .p_num em {
  font-size: .18rem;
  color: #014E8C;
  font-weight: bold;
  font-style: normal;
  display: block;
}

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

.right_container .importanttips {
  background: #F2F2F2;
  border: 1px solid #DF3118;
  margin-top: .3rem;
  padding: .2rem;
  padding-top: .01rem;
}

.right_container .c_blue {
  color: #014E8C;
  font-weight: bold;
}

.right_container .bg_gray {
  background: #F2F2F2;
  padding: .05rem .22rem .2rem;
  margin-top: .1rem;
}

.right_container .tipsbox {
  font-size: .12rem;
  margin-top: .1rem;
}

.right_container .tipsbox p {
  margin-top: 0;
}

.right_container .table {
  margin-top: .1rem;
  width: 100%;
}

.right_container .table td, .right_container .table th {
  border: 1px solid #fff;
  padding: .1rem;
}

.right_container .table th {
  background: #014E8C;
  color: #fff;
  font-weight: bold;
}

.right_container .table .th_sec {
  background: #236DA8;
}

.right_container .table td {
  background: #EDEDED;
  text-align: center;
}

.right_container .table td p {
  margin-top: 0;
}

.right_container .table.tl th, .right_container .table.tl td {
  text-align: left;
}

.right_container .table.nowrap td {
  white-space: nowrap;
}

.right_container .a_radio {
  font-size: 0;
  background: url(../images/ico_radio.png) center 0 no-repeat;
  width: .28rem;
  height: .3rem;
  display: inline-block;
  vertical-align: middle;
}

.right_container .a_radio:hover {
  background-position: center -.3rem;
}

.right_container .a_text {
  font-size: 0;
  background: url(../images/ico_text.png) center 0 no-repeat;
  width: .28rem;
  height: .3rem;
  display: inline-block;
  vertical-align: middle;
}

.right_container .a_text:hover {
  background-position: center -.3rem;
}

.right_container .a_video {
  font-size: 0;
  background: url(../images/ico_video.png) center 0 no-repeat;
  width: .28rem;
  height: .3rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.08rem;
  cursor: pointer;
  padding: 0;
  border: none;
}

.right_container .a_video:hover {
  background-position: center -.3rem;
}

.right_container .pdfbox {
  background: #EDEDED;
  padding: .05rem .2rem .3rem;
  margin-top: .2rem;
}

.right_container .pdfbox .a_pdf {
  display: inline-block;
  color: #333;
  border-bottom: 1px solid #727272;
  position: relative;
  -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: .3rem .3rem 0 .54rem;
  vertical-align: top;
}

.right_container .pdfbox .a_pdf:before {
  content: '';
  display: block;
  position: absolute;
  width: .38rem;
  height: .46rem;
  background: url(../images/ico_pdf.png) center center no-repeat;
  background-size: cover;
  left: -.54rem;
  top: 50%;
  margin-top: -.23rem;
}

.right_container .pdfbox .a_pdf:hover {
  color: #FD010E;
  border-bottom: 1px solid #FD010E;
}

.right_container .point p {
  padding-left: .2rem;
  position: relative;
}

.right_container .point p:before {
  content: '';
  display: block;
  position: absolute;
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: #03487F;
  left: 0;
  top: .1rem;
}

.right_container .imgbox img {
  max-width: 652px;
}

.right_container .p_imgtips {
  padding-left: .25rem;
  background: url(../images/ico_arrow9.png) 0 0.07rem no-repeat;
}

.right_container .ul_pdf {
  margin-top: -.3rem;
}

.right_container .ul_pdf li {
  margin-top: .3rem;
  margin-right: .8rem;
  padding-top: .4rem;
  width: 1.4rem;
}

.right_container .ul_pdf a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #625B24;
  padding: .4rem 0;
  -webkit-box-sizing: border-box;
  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;
  background: #EDEDED;
}

.right_container .ul_pdf a:hover {
  background: #DE2910;
  color: #fff;
}

.right_container .ul_pdf a:hover p {
  border-bottom: 1px solid #fff;
}

.right_container .ul_pdf p {
  border-bottom: 1px solid #727272;
  margin-top: 0;
  font-weight: bold;
  display: inline-block;
  padding-top: .52rem;
  background: url(../images/ico_pdf.png) center top no-repeat;
}

.right_container .ul_pdf.bg_pdf a {
  position: relative;
  padding: 0;
  padding-top: 134%;
}

.right_container .ul_pdf.bg_pdf a:hover {
  background: none;
  color: #333;
}

.right_container .ul_pdf.bg_pdf a:hover .bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.right_container .ul_pdf.bg_pdf a:hover p {
  color: #DE2910;
  border-bottom: none;
}

.right_container .ul_pdf.bg_pdf .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
  -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;
}

.right_container .ul_pdf.bg_pdf p {
  background: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  font-size: .2rem;
  font-weight: bold;
  padding-top: .2rem;
  border-bottom: none;
  -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;
}

.right_container .tel_group {
  margin-top: .3rem;
}

.right_container .tel_group .item {
  background: #DEE8F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .4rem;
}

.right_container .tel_group .p_title {
  font-size: .24rem;
  font-weight: bold;
  width: 2.3rem;
  margin-right: .4rem;
  line-height: .36rem;
}

.right_container .tel_group .textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #B3B9BF;
  padding-left: .4rem;
  position: relative;
}

.right_container .tel_group .textbox p {
  margin-top: 0;
  position: relative;
}

.right_container .tel_group .bgbox {
  background: #014E8C;
  color: #fff;
}

.right_container .tel_group .bgbox .a_link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.right_container .tel_group .bgbox .a_link:hover {
  color: #F3D57F;
  border-bottom: 1px solid #F3D57F;
}

.right_container .activeinfo {
  border-bottom: 1px solid #E3E3E3;
  color: #03487F;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.right_container .activeinfo span {
  display: inline-block;
  padding-left: .24rem;
  background-repeat: no-repeat;
  background-position: left .06rem;
  line-height: .26rem;
  margin-right: .5rem;
}

.right_container .activeinfo .span_time {
  background-image: url(../images/ico_active1.png);
}

.right_container .activeinfo .span_addr {
  background-image: url(../images/ico_active2.png);
}

.right_container .activeinfo .span_orga {
  background-image: url(../images/ico_active3.png);
}

.right_container .activeinfo1 {
  color: #49701E;
  padding-top: .15rem;
  padding-bottom: .05rem;
}

.right_container .activeinfo1 span {
  display: inline-block;
  padding-left: .24rem;
  background-repeat: no-repeat;
  background-position: left .06rem;
  line-height: .26rem;
  margin-right: .5rem;
}

.right_container .activeinfo1 .span_time {
  background-image: url(../images/ico_active11.png);
}

.right_container .activeinfo1 .span_addr {
  background-image: url(../images/ico_active22.png);
}

.right_container .activeinfo1 .span_orga {
  background-image: url(../images/ico_active33.png);
}

.right_container .ul_diblink {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.right_container .ul_diblink li {
  margin-right: .7rem;
}

.right_container .ul_diblink a {
  border-bottom: 5px solid transparent;
  -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-weight: bold;
  color: #333;
  font-size: .18rem;
  padding-bottom: .1rem;
}

.right_container .ul_diblink a:hover {
  color: #DE2910;
}

.right_container .ul_diblink .cur a {
  color: #DE2910;
  border-bottom-color: #DE2910;
}

.right_container .blue_arrow p {
  color: #014E8C;
  padding-left: .2rem;
  position: relative;
  font-weight: bold;
}

.right_container .blue_arrow p:before {
  content: '';
  display: block;
  position: absolute;
  border-left: .07rem solid #014E8C;
  border-top: .05rem solid transparent;
  border-bottom: .05rem solid transparent;
  left: .05rem;
  top: 0.08rem;
}

.ques_and_answer .span_mark {
  font-size: .14rem;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  position: absolute;
  padding: 0 .04rem;
  line-height: .2rem;
  height: .2rem;
}

.ques_and_answer .questions {
  margin: .16rem 0;
  background: #F2F2F2;
  padding: .05rem;
  font-weight: bold;
  position: relative;
  padding-left: .4rem;
}

.ques_and_answer .questions .span_mark {
  background: #DE2910;
  left: .05rem;
  top: .08rem;
}

.ques_and_answer .questions.two_words {
  padding-left: .5rem;
}

.ques_and_answer .answers {
  margin: .16rem 0;
  padding: .1rem .05rem;
  padding-right: .2rem;
  padding-left: .4rem;
  background: #F2F2F2;
}

.ques_and_answer .answers .p_answers {
  position: relative;
  margin-top: 0;
}

.ques_and_answer .answers .span_mark {
  background: #00BE31;
  left: -.35rem;
  top: .03rem;
}

.ques_and_answer .answers .partABC {
  padding: 0;
}

.ques_and_answer .answers.two_words {
  padding-left: .5rem;
}

.ques_and_answer .answers.two_words .span_mark {
  left: -.45rem;
}

.ques_and_answer .ul_tel {
  margin-top: .2rem;
}

.ques_and_answer .ul_tel li {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  border-bottom: 1px solid #CCCCCC;
}

.ques_and_answer .ul_tel li:first-child {
  border-top: 1px solid #CCCCCC;
}

.img_link_shznd {
  margin-top: .2rem;
  max-width: 780px;
}

.img_link_shznd .a_box {
  position: relative;
}

.img_link_shznd .a_box:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.img_link_shznd 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;
}

.img_link_shznd .textbox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.img_link_shznd .p_big {
  font-size: .24rem;
  font-weight: bold;
}

.img_link_shznd .p_sec {
  font-size: .16rem;
  margin-top: .05rem;
}

.img_link_shznd .span_btn {
  font-size: .12rem;
  border-radius: 3px;
  padding: .02rem .1rem;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: .2rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ul_news {
  margin-top: .3rem;
}

.ul_news li {
  padding: .2rem .2rem;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ul_news li:hover {
  background: #F1F1F1;
}

.ul_news .a_linkimg {
  display: block;
  width: 22%;
  margin-right: .3rem;
  -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_news .a_linkimg img {
  display: block;
  width: 100%;
}

.ul_news .a_linkimg:hover, .ul_news .a_linkimg:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ul_news .textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ul_news .a_title {
  font-size: .16rem;
  color: #bc4808;
  font-weight: bold;
  -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_news .a_title:hover {
  color: #DE2910;
}

.bg_error {
  background: #F6F6F6;
}

.bg_error .header .a_text.on {
  color: #666;
}

.bg_error .header .a_link {
  color: #666;
}

.bg_error .header .a_link.a_contact {
  background-image: url(../images/ico_email2.png);
}

.bg_error .header .a_link.a_help {
  background-image: url(../images/ico_help2.png);
}

.bg_error .header .logobox .textbox {
  color: #333;
}

.bg_error .header .searchbox {
  border: 1px solid #C9C9C9;
}

.bg_error .abstipsbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bg_error .abstipsbox .p_big {
  font-size: .42rem;
  color: #333;
}

.bg_error .abstipsbox .p_sec {
  font-size: .24rem;
  color: #666;
  margin-top: .05rem;
}

.bg_error .abstipsbox .a_btn {
  width: 2.1rem;
  height: .5rem;
  line-height: .5rem;
  border-radius: .1rem;
  color: #fff;
  font-size: .24rem;
  background: #DA2710;
  display: inline-block;
  margin-top: .4rem;
}

.newsvuebox .inp_select {
  height: .26rem;
  background: none;
  padding: 0 .1rem;
  width: .9rem;
}

.newsvuebox .table td:first-child {
  width: 1.2rem;
}

.span_menu_index {
  display: none;
}

.page_guide {
  width: 100%;
  height: 100vh;
  background: url(../temp/banner0.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_guide .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6% .2rem;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.page_guide .logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.page_guide .logobox .logo {
  display: block;
  width: .72rem;
  height: .72rem;
}

.page_guide .logobox .textbox {
  padding-left: .2rem;
  max-width: 4rem;
}

.page_guide .logobox .p_l {
  font-size: .22rem;
}

.page_guide .logobox .p_s {
  font-size: .11rem;
}

.page_guide .midtext {
  text-align: center;
  font-weight: bold;
}

.page_guide .midtext .p_title {
  font-size: .45rem;
}

.page_guide .midtext .p_en {
  font-size: .26rem;
}

.page_guide .midtext .p_line {
  width: 1.08rem;
  border-top: 1px solid #FFFFFF;
  margin-top: .2rem;
  margin-left: auto;
  margin-right: auto;
}

.page_guide .bottomlinks {
  width: 100%;
}

.page_guide .bottomlinks .topflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_guide .bottomlinks .a_linkbtn {
  max-width: 1.46rem;
  width: calc(33.33% - .2rem);
  height: .46rem;
  line-height: .46rem;
  font-size: .18rem;
  color: #333;
  background: #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;
  border-radius: 3px;
  margin: 0 .1rem;
  text-align: center;
  text-decoration: underline;
}

.page_guide .bottomlinks .a_linkbtn:hover, .page_guide .bottomlinks .a_linkbtn:active {
  background: #DE2910;
  color: #fff;
}

.page_guide .a_link_group {
  text-align: center;
  margin-top: .3rem;
}

.page_guide .a_link {
  font-size: .14rem;
  color: #fff;
  padding-left: .5rem;
  background-position: .2rem center;
  background-repeat: no-repeat;
  margin: 0 .1rem;
  -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;
}

.page_guide .a_link.a_contact {
  background-image: url(../images/ico_email.png);
}

.page_guide .a_link.a_help {
  background-image: url(../images/ico_help.png);
}

.page_guide .a_link:hover {
  color: #CD2D1A;
}

.sitemap {
  margin-top: .3rem;
}

.sitemap .item {
  border-top: 1px solid #E1E1E1;
}

.sitemap .p_title {
  font-weight: bold;
  color: #333;
  border-left: 5px solid #0068C1;
  height: .2rem;
  line-height: .2rem;
}

.swiper_imglinks {
  margin: 0 60px .3rem;
}

.swiper_imglinks .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper_imglinks .swiper-slide {
  position: relative;
}

.swiper_imglinks .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper_imglinks .swiper_imglinks_crtl {
  padding: 0 .2rem;
  height: .3rem;
  line-height: .3rem;
  font-size: .14rem;
  background: #DE2910;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.sitemapbox .item {
  margin-top: .3rem;
  background: #eee;
  padding: .2rem;
}

.sitemapbox .item a {
  color: #333;
  -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;
}

.sitemapbox .item a:hover {
  color: #DE2910;
}

.sitemapbox .a_title {
  border-left: 3px solid #054A81;
  padding-left: .1rem;
  font-size: .16rem;
  font-weight: bold;
}

.sitemapbox .secbox {
  margin-top: .15rem;
}

.sitemapbox .a_sec {
  margin-right: .3rem;
  font-weight: bold;
  width: 1.5rem;
  display: block;
}

.sitemapbox .thirdbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sitemapbox .thirdbox a {
  display: inline-block;
}

.sitemapbox .a_third {
  margin-right: .2rem;
}

.xlnone {
  display: none;
}

.pupup_video {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

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

.pupup_video .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  max-width: 1000px;
  max-height: 100%;
  padding: .2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
}

.pupup_video .ico_close {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ico_close.png) center center no-repeat;
  padding: 0;
  right: -60px;
  top: 0;
  border: none;
}

.pupup_video .p_title {
  text-align: center;
  font-weight: bold;
  font-size: .16rem;
  margin-top: 0;
}

.pupup_video .video {
  width: 100%;
  display: block;
  margin-top: .2rem;
}

.imglinks a {
  margin-right: .1rem;
  margin-top: .1rem;
}

.imglinks a img {
  border: 1px solid #034C81;
}

.video_img {
  display: block;
  margin-top: .2rem;
  max-width: 3.13rem;
}

.video_img.big {
  max-width: 5rem;
}

.video_img img {
  display: block;
  width: 100%;
}

.video_img span {
  color: #1F497D;
  font-size: .14rem;
  text-align: center;
  height: .4rem;
  line-height: .4rem;
  display: block;
}

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

.ul_videolist li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .3rem;
}

.ul_videolist li:first-child {
  margin-left: 0;
}

.ul_videolist.tl span {
  text-align: left;
  height: auto;
  line-height: .24rem;
  padding: .08rem 0;
}

.en_page {
  font-family: Arial;
}

.en_page .mainbox_index .ul_contact .ewcode {
  width: 1.36rem;
}

.en_page .ewcode p {
  font-size: .12rem;
}

.en_page .bannerbox .p_pagetitle {
  letter-spacing: 0;
  font-size: .4rem;
  line-height: .5rem;
}

.en_page .nav_inner .bghidebox .textbox {
  letter-spacing: 0;
  font-size: .2rem;
}

.en_page .general_page .leftnav {
  max-width: 350px;
}

.en_page .general_page .leftnav .p_pagettile {
  line-height: .3rem;
  font-size: .2rem;
  padding-bottom: .1rem;
}

.en_page .right_container {
  max-width: calc(100% - 400px);
}

.en_page .right_container section p {
  text-align: justify;
}

.en_page .right_container .ul_tel li {
  display: block;
}

.en_page .right_container .ul_tel .p_title {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}

.en_page .right_container .ul_tel .desc {
  border-left: none;
  padding-left: 0;
}

.en_page .right_container .a_diblink {
  word-break: normal;
}

.en_page .right_container .a_diblink.is_link {
  word-break: break-all;
}

.en_page .right_container .a_link {
  word-break: normal;
}

.en_page .right_container .a_link.is_link {
  word-break: break-all;
}

.en_page .p_h1 {
  font-size: .28rem;
  line-height: .36rem;
}

.en_page .p_h2 {
  font-size: .22rem;
  line-height: .32rem;
}

.en_page .img_link_shznd .textbox p {
  text-align: center;
}

.en_page .main_cdoffice #page2 {
  padding-top: 1.8rem;
  margin-top: -1.8rem;
}

.en_page .main_cdoffice #page3 {
  padding-top: 3rem;
  margin-top: -3rem;
}

.en_page .main_cdoffice #page4 {
  padding-top: 2.8rem;
  margin-top: -2.8rem;
}

.en_page .main_cdoffice .section1 .logobox .logo2 {
  width: 2.5rem;
}

.en_page .main_cdoffice .ul_contact_us .hidden p {
  padding-left: 1.4rem;
  margin-top: .05rem;
}

.pswp__img {
  border-radius: .1rem;
  padding: .2rem;
  background: #fff;
}

.popup_img {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

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

.popup_img .ico_close {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/ico_close.png) center center no-repeat;
  left: 50%;
  margin-left: -25px;
  bottom: -60px;
  padding: 0;
  border: none;
}

.popup_img .cont {
  padding: 10px;
  width: 330px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  margin-top: -20px;
}

.popup_img .cont img {
  display: block;
  width: 100%;
}

.ulgroupnews .item {
  padding: .2rem 0;
}

.ulgroupnews .item + .item {
  border-top: 1px solid #E3E3E3;
}

.ulgroupnews .activeinfo {
  border-bottom: none;
}

.ulgroupnews .topinfo {
  padding: 0 .2rem;
}

.ulgroupnews .topinfo .p_title {
  font-size: .24rem;
  font-weight: bold;
  color: #C54826;
}

.ulgroupnews .ul_news {
  margin-top: 0rem;
}

.ulgroupnews .ul_news .textbox {
  padding-top: .1rem;
}

.ulgroupnews .ul_news .a_linkimg {
  width: 14%;
}

.ulgroupnews .ul_news .a_title {
  font-size: .20rem;
  color: #E1A333;
}

.ulgroupnews .ul_news .activeinfo {
  margin-top: .1rem;
}

.popup_ls .cont {
  padding: 20px;
  width: 70%;
}

.ewcodelist .ul_code {
  margin-top: -.2rem;
}

.ewcodelist .ul_code li {
  margin-left: .2rem;
  margin-top: .2rem;
}

.ewcodelist .imgbox {
  width: 1rem;
  margin: 0 auto;
}

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

.ewcodelist .p_text {
  text-align: center;
  padding-top: .05rem;
  font-size: .12rem;
  line-height: .18rem;
  color: #ABABAB;
}

@media screen and (max-width: 1590px) {
  .nav_inner .absbox {
    display: block;
  }
  .nav_inner .absbox:before {
    display: none;
  }
  .nav_inner .absbox:after {
    display: none;
  }
  .nav_inner .a_menu {
    left: 0;
    width: .8rem;
    position: absolute;
    top: -113px;
  }
  .nav_inner .bghidebox {
    left: .8rem;
    margin-left: 0;
    top: -113px;
  }
  .nav_inner .tableflex .a_item {
    padding: .07rem .1rem;
  }
  .txt_l_size .en_header {
    padding: .3rem;
  }
}

@media screen and (max-width: 1480px) {
  .header {
    padding: .3rem;
  }
  .header .a_btn {
    margin-left: 10px;
    margin-right: 0;
  }
  .header .a_btn.bg_red {
    margin-left: 0;
  }
  .header.en_header {
    padding: .3rem;
  }
  .nav_index {
    left: 60px;
  }
  .en_page .main_cdoffice #page2 {
    padding-top: 2.2rem;
    margin-top: -2.2rem;
  }
  .en_page .main_cdoffice #page3 {
    padding-top: 3.5rem;
    margin-top: -3.5rem;
  }
  .en_page .main_cdoffice #page4 {
    padding-top: 3.2rem;
    margin-top: -3.2rem;
  }
}

@media screen and (max-width: 1320px) {
  .en_header .toplinebox {
    display: block;
  }
  .en_header .size_group {
    margin-left: 0;
  }
  .en_header .righttop {
    margin-top: .15rem;
  }
  .en_header .searchbox {
    position: static;
    width: 100%;
    margin-top: .15rem;
  }
}

@media screen and (max-width: 1220px) {
  .header .toplinebox {
    display: block;
  }
  .header .size_group {
    margin-left: 0;
  }
  .header .righttop {
    margin-top: .15rem;
  }
  .header .searchbox {
    position: static;
    width: 100%;
    margin-top: .15rem;
  }
  .mainbox_index .red90box {
    padding: .3rem;
  }
  .mainbox_index .section1 .p_btitle {
    margin-top: 0;
  }
  .mainbox_index .section2 {
    padding: .3rem;
  }
  .mainbox_index .section4 {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  .mainbox_index .section4 .topbox {
    padding: 0 .3rem;
  }
  .mainbox_index .section4 .a_more {
    margin-left: .3rem;
  }
  .mainbox_index .swiper_news {
    margin: .3rem .3rem 0;
  }
  .mainbox_index .ul_news_index li > a {
    padding: .2rem .3rem;
  }
  .mainbox_index .section6 {
    padding: .3rem;
  }
  .nav_index {
    left: 0;
    padding: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3.14rem;
  }
  .right_container {
    width: calc(100% - 200px);
  }
  .right_container .tel_group .item {
    padding: .2rem;
  }
  .right_container .tel_group .p_title {
    font-size: .2rem;
    width: 1.8rem;
    margin-right: .2rem;
  }
  .right_container .ul_tel li {
    padding: .2rem;
    margin-top: .2rem;
  }
  .right_container .ul_tel .p_title {
    font-size: .16rem;
    width: 2rem;
    margin-right: .2rem;
  }
  .right_container .ul_tel .desc {
    padding-left: .2rem;
  }
  .right_container .ques_and_answer .ul_tel li {
    margin-top: 0;
  }
  .right_container .tablebox {
    overflow-x: auto;
  }
  .right_container .tablebox .table {
    min-width: 7rem;
  }
  .right_container .tablebox .table.tw100p {
    min-width: auto;
  }
  .main_cdoffice #page2 {
    padding-top: 2.5rem;
    margin-top: -2.5rem;
  }
  .main_cdoffice #page3 {
    padding-top: 2.5rem;
    margin-top: -2.5rem;
  }
  .main_cdoffice .section1 .container {
    display: block;
  }
  .main_cdoffice .section1 .logobox {
    display: none;
  }
  .main_cdoffice .section1 .detail_box {
    padding: .3rem .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_cdoffice .section2 {
    height: auto;
    background-size: cover;
  }
  .main_cdoffice .section2 .container {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 60px 20px;
  }
  .main_cdoffice .ul_function li {
    width: calc(25% - 10px);
  }
  .main_cdoffice .section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main_cdoffice .section3 .img_zzjg {
    margin-top: .4rem;
  }
  .main_cdoffice .section3 .tagsbox {
    margin-left: -.2rem;
  }
  .main_cdoffice .section3 .tagsbox span {
    margin: .15rem .2rem 0;
  }
  .main_cdoffice .section3 .tagsbox span:after {
    right: -.2rem;
  }
  .main_cdoffice .section4 {
    background-color: #E44933;
  }
  .main_cdoffice .section4 .mainflex {
    display: block;
  }
  .main_cdoffice .section4 .leftbox {
    max-width: none;
    padding-bottom: 3.5rem;
  }
  .main_cdoffice .section4 .mapbox {
    margin-top: .3rem;
  }
  .bannerbox .p_pagetitle {
    font-size: .36rem;
  }
}

@media screen and (max-width: 1024px) {
  .mobilebox {
    display: block;
  }
  .header {
    position: fixed;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
  }
  .header .rightpart {
    display: none;
  }
  .header .btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .a_search {
    width: .4rem;
    height: .4rem;
    background: url(../images/ico_search2.png) center center no-repeat;
    display: block;
    cursor: pointer;
    background-size: .32rem .32rem;
    border: none;
  }
  .header .a_menu {
    display: block;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    background: url(../images/ico_menu.png) center center no-repeat;
    background-size: .32rem .32rem;
    margin-left: .3rem;
    border: none;
  }
  .header .a_menuclose {
    display: block;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    background: url(../images/ico_close2.png) center center no-repeat;
    background-size: 0.208rem 0.224rem;
    border: none;
  }
  .header .logobox .textbox {
    color: #181716;
  }
  .searchbox_mobile {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: .2rem;
    -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;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
  }
  .searchbox_mobile.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 100%;
  }
  .searchbox_mobile .p_title {
    font-size: .16rem;
    font-weight: bold;
  }
  .searchbox_mobile .searchbox {
    background: #eee;
    border: 1px solid #ddd;
  }
  .searchbox_mobile .searchbox .inp_text {
    color: #333;
  }
  .searchbox_mobile .ico_close {
    display: block;
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .32rem;
    height: .32rem;
    background: url(../images/ico_close1.png) center center no-repeat;
    background-size: .2rem .2rem;
    cursor: pointer;
    border: none;
  }
  .menu_mobile {
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: .2rem;
    -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;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
  }
  .menu_mobile.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 100%;
  }
  .menu_mobile .links .a_btn {
    margin-bottom: .15rem;
  }
  .ul_mobilenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_mobilenav li {
    width: calc((100% - .8rem)/5);
    margin-top: .2rem;
    margin-right: .2rem;
  }
  .ul_mobilenav li:nth-child(5n) {
    margin-right: 0;
  }
  .ul_mobilenav a {
    display: block;
    background: #F5F5F5;
    -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: .2rem 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ul_mobilenav a:hover, .ul_mobilenav a:focus, .ul_mobilenav a:active {
    background-color: #DE2910;
  }
  .ul_mobilenav a:hover span, .ul_mobilenav a:focus span, .ul_mobilenav a:active span {
    color: #fff;
  }
  .ul_mobilenav a:hover .ico_nav1, .ul_mobilenav a:focus .ico_nav1, .ul_mobilenav a:active .ico_nav1 {
    background-image: url(../images/ico_nav1_3.png);
  }
  .ul_mobilenav a:hover .ico_nav2, .ul_mobilenav a:focus .ico_nav2, .ul_mobilenav a:active .ico_nav2 {
    background-image: url(../images/ico_nav2_3.png);
  }
  .ul_mobilenav a:hover .ico_nav3, .ul_mobilenav a:focus .ico_nav3, .ul_mobilenav a:active .ico_nav3 {
    background-image: url(../images/ico_nav3_3.png);
  }
  .ul_mobilenav a:hover .ico_nav4, .ul_mobilenav a:focus .ico_nav4, .ul_mobilenav a:active .ico_nav4 {
    background-image: url(../images/ico_nav4_3.png);
  }
  .ul_mobilenav a:hover .ico_nav5, .ul_mobilenav a:focus .ico_nav5, .ul_mobilenav a:active .ico_nav5 {
    background-image: url(../images/ico_nav5_3.png);
  }
  .ul_mobilenav a:hover .ico_nav6, .ul_mobilenav a:focus .ico_nav6, .ul_mobilenav a:active .ico_nav6 {
    background-image: url(../images/ico_nav6_3.png);
  }
  .ul_mobilenav a:hover .ico_nav7, .ul_mobilenav a:focus .ico_nav7, .ul_mobilenav a:active .ico_nav7 {
    background-image: url(../images/ico_nav7_3.png);
  }
  .ul_mobilenav a:hover .ico_nav8, .ul_mobilenav a:focus .ico_nav8, .ul_mobilenav a:active .ico_nav8 {
    background-image: url(../images/ico_nav8_3.png);
  }
  .ul_mobilenav a:hover .ico_nav9, .ul_mobilenav a:focus .ico_nav9, .ul_mobilenav a:active .ico_nav9 {
    background-image: url(../images/ico_nav9_3.png);
  }
  .ul_mobilenav a:hover .ico_nav10, .ul_mobilenav a:focus .ico_nav10, .ul_mobilenav a:active .ico_nav10 {
    background-image: url(../images/ico_nav10_3.png);
  }
  .ul_mobilenav a:hover .ico_nav11, .ul_mobilenav a:focus .ico_nav11, .ul_mobilenav a:active .ico_nav11 {
    background-image: url(../images/ico_nav11_3.png);
  }
  .ul_mobilenav a:hover .ico_nav12, .ul_mobilenav a:focus .ico_nav12, .ul_mobilenav a:active .ico_nav12 {
    background-image: url(../images/ico_nav12_3.png);
  }
  .ul_mobilenav a:hover .ico_nav13, .ul_mobilenav a:focus .ico_nav13, .ul_mobilenav a:active .ico_nav13 {
    background-image: url(../images/ico_nav13_3.png);
  }
  .ul_mobilenav a:hover .ico_nav14, .ul_mobilenav a:focus .ico_nav14, .ul_mobilenav a:active .ico_nav14 {
    background-image: url(../images/ico_nav14_3.png);
  }
  .ul_mobilenav a:hover .ico_nav15, .ul_mobilenav a:focus .ico_nav15, .ul_mobilenav a:active .ico_nav15 {
    background-image: url(../images/ico_nav15_3.png);
  }
  .ul_mobilenav .cur a {
    background-color: #DE2910;
  }
  .ul_mobilenav .cur a span {
    color: #fff;
  }
  .ul_mobilenav .cur .ico_nav1 {
    background-image: url(../images/ico_nav1_3.png);
  }
  .ul_mobilenav .cur .ico_nav2 {
    background-image: url(../images/ico_nav2_3.png);
  }
  .ul_mobilenav .cur .ico_nav3 {
    background-image: url(../images/ico_nav3_3.png);
  }
  .ul_mobilenav .cur .ico_nav4 {
    background-image: url(../images/ico_nav4_3.png);
  }
  .ul_mobilenav .cur .ico_nav5 {
    background-image: url(../images/ico_nav5_3.png);
  }
  .ul_mobilenav .cur .ico_nav6 {
    background-image: url(../images/ico_nav6_3.png);
  }
  .ul_mobilenav .cur .ico_nav7 {
    background-image: url(../images/ico_nav7_3.png);
  }
  .ul_mobilenav .cur .ico_nav8 {
    background-image: url(../images/ico_nav8_3.png);
  }
  .ul_mobilenav .cur .ico_nav9 {
    background-image: url(../images/ico_nav9_3.png);
  }
  .ul_mobilenav .cur .ico_nav10 {
    background-image: url(../images/ico_nav10_3.png);
  }
  .ul_mobilenav .cur .ico_nav11 {
    background-image: url(../images/ico_nav11_3.png);
  }
  .ul_mobilenav .cur .ico_nav12 {
    background-image: url(../images/ico_nav12_3.png);
  }
  .ul_mobilenav .cur .ico_nav13 {
    background-image: url(../images/ico_nav13_3.png);
  }
  .ul_mobilenav .cur .ico_nav14 {
    background-image: url(../images/ico_nav14_3.png);
  }
  .ul_mobilenav .cur .ico_nav15 {
    background-image: url(../images/ico_nav15_3.png);
  }
  .ul_mobilenav .ico {
    display: block;
    width: 100%;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -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_mobilenav .ico_nav1 {
    background-image: url(../images/ico_nav1_2.png);
  }
  .ul_mobilenav .ico_nav2 {
    background-image: url(../images/ico_nav2_2.png);
  }
  .ul_mobilenav .ico_nav3 {
    background-image: url(../images/ico_nav3_2.png);
  }
  .ul_mobilenav .ico_nav4 {
    background-image: url(../images/ico_nav4_2.png);
  }
  .ul_mobilenav .ico_nav5 {
    background-image: url(../images/ico_nav5_2.png);
  }
  .ul_mobilenav .ico_nav6 {
    background-image: url(../images/ico_nav6_2.png);
  }
  .ul_mobilenav .ico_nav7 {
    background-image: url(../images/ico_nav7_2.png);
  }
  .ul_mobilenav .ico_nav8 {
    background-image: url(../images/ico_nav8_2.png);
  }
  .ul_mobilenav .ico_nav9 {
    background-image: url(../images/ico_nav9_2.png);
  }
  .ul_mobilenav .ico_nav10 {
    background-image: url(../images/ico_nav10_2.png);
  }
  .ul_mobilenav .ico_nav11 {
    background-image: url(../images/ico_nav11_2.png);
  }
  .ul_mobilenav .ico_nav12 {
    background-image: url(../images/ico_nav12_2.png);
  }
  .ul_mobilenav .ico_nav13 {
    background-image: url(../images/ico_nav13_2.png);
  }
  .ul_mobilenav .ico_nav14 {
    background-image: url(../images/ico_nav14_2.png);
  }
  .ul_mobilenav .ico_nav15 {
    background-image: url(../images/ico_nav15_2.png);
  }
  .ul_mobilenav .ico_nav14 {
    background-size: 0.372rem;
  }
  .ul_mobilenav .ico_nav15 {
    background-size: 0.354rem;
  }
  .ul_mobilenav span {
    display: block;
    text-align: center;
    font-size: .14rem;
    margin-top: .1rem;
    font-weight: bold;
    color: #333;
    padding: 0 .2rem;
    -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;
  }
  .nav_index {
    display: none;
  }
  .index_main {
    overflow: visible;
  }
  .index_main .bgbox {
    position: fixed;
  }
  .mainbox_index {
    position: static;
    height: auto;
  }
  .mainbox_index #mainbox {
    max-width: none;
    width: 100%;
    padding-top: 5.1rem;
  }
  .mainbox_index .index_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ewcodelist {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: .2rem;
  }
  .ewcodelist .ul_code li {
    margin-left: 0;
    margin-right: .2rem;
  }
  .nav_inner .absbox {
    display: none;
  }
  .general_page .leftnav {
    display: none;
  }
  .general_page .right_container {
    width: 100%;
  }
  .bannerbox {
    margin-top: 1.3rem;
  }
  .bannerbox img {
    margin-bottom: -5%;
  }
  .bannerbox .p_pagetitle {
    width: 80%;
    text-align: center;
  }
  .mobile_newsbox .p_title {
    padding: .1rem;
    background: #014E8C;
    color: #fff;
    font-weight: bold;
  }
  .mobile_newsbox .ul_mobile_news li {
    border-top: 1px solid #fff;
  }
  .mobile_newsbox .ul_mobile_news a {
    display: block;
    background: #EDEDED;
    -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: .1rem;
    color: #014E8C;
  }
  .mobile_newsbox .ul_mobile_news a p {
    margin-top: 0;
  }
  .mobile_newsbox .ul_mobile_news a:hover, .mobile_newsbox .ul_mobile_news a:active {
    color: #DE2910;
  }
  .mobile_newsbox .ul_mobile_news .p_time {
    font-weight: bold;
  }
  .swiper_imglinks {
    margin: 0 .3rem .3rem;
  }
  .xlnone {
    display: block;
  }
  .pupup_video .container {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
  .pupup_video .p_title {
    text-align: left;
  }
  .pupup_video .ico_close {
    right: 0;
    top: 0;
    left: auto;
    margin-left: auto;
  }
  .a_returntop {
    bottom: 1.8rem;
  }
  .a_returnback {
    display: block;
    position: fixed;
    font-size: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8) url(../images/ico_returnpage2.png) center center no-repeat;
    bottom: 1rem;
    z-index: 10;
    border-radius: 50%;
  }
  .ul_mobilenav_en li {
    background: #F5F5F5;
    border-bottom: 1px solid #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;
  }
  .ul_mobilenav_en li.cur {
    background: #DF2810;
  }
  .ul_mobilenav_en li.cur .a_h1 {
    color: #fff;
  }
  .ul_mobilenav_en li.cur .h1_title .a_arrow {
    background-image: url(../images/ico_arrow10.png);
  }
  .ul_mobilenav_en li.cur .ico_nav1 {
    background-image: url(../images/ico_nav1_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav2 {
    background-image: url(../images/ico_nav2_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav3 {
    background-image: url(../images/ico_nav3_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav4 {
    background-image: url(../images/ico_nav4_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav5 {
    background-image: url(../images/ico_nav5_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav6 {
    background-image: url(../images/ico_nav6_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav7 {
    background-image: url(../images/ico_nav7_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav8 {
    background-image: url(../images/ico_nav8_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav9 {
    background-image: url(../images/ico_nav9_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav10 {
    background-image: url(../images/ico_nav10_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav11 {
    background-image: url(../images/ico_nav11_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav12 {
    background-image: url(../images/ico_nav12_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav13 {
    background-image: url(../images/ico_nav13_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav14 {
    background-image: url(../images/ico_nav14_3.png);
  }
  .ul_mobilenav_en li.cur .ico_nav15 {
    background-image: url(../images/ico_nav15_3.png);
  }
  .ul_mobilenav_en li.active {
    background: #DF2810;
  }
  .ul_mobilenav_en li.active .a_h1 {
    color: #fff;
  }
  .ul_mobilenav_en li.active .h1_title .a_arrow {
    background-image: url(../images/ico_arrow10.png);
  }
  .ul_mobilenav_en li.active .ico_nav1 {
    background-image: url(../images/ico_nav1_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav2 {
    background-image: url(../images/ico_nav2_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav3 {
    background-image: url(../images/ico_nav3_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav4 {
    background-image: url(../images/ico_nav4_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav5 {
    background-image: url(../images/ico_nav5_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav6 {
    background-image: url(../images/ico_nav6_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav7 {
    background-image: url(../images/ico_nav7_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav8 {
    background-image: url(../images/ico_nav8_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav9 {
    background-image: url(../images/ico_nav9_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav10 {
    background-image: url(../images/ico_nav10_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav11 {
    background-image: url(../images/ico_nav11_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav12 {
    background-image: url(../images/ico_nav12_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav13 {
    background-image: url(../images/ico_nav13_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav14 {
    background-image: url(../images/ico_nav14_3.png);
  }
  .ul_mobilenav_en li.active .ico_nav15 {
    background-image: url(../images/ico_nav15_3.png);
  }
  .ul_mobilenav_en a {
    -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;
    color: #333;
  }
  .ul_mobilenav_en .ico {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: .15rem;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .ul_mobilenav_en .ico_nav1 {
    background-image: url(../images/ico_nav1_2.png);
  }
  .ul_mobilenav_en .ico_nav2 {
    background-image: url(../images/ico_nav2_2.png);
  }
  .ul_mobilenav_en .ico_nav3 {
    background-image: url(../images/ico_nav3_2.png);
  }
  .ul_mobilenav_en .ico_nav4 {
    background-image: url(../images/ico_nav4_2.png);
  }
  .ul_mobilenav_en .ico_nav5 {
    background-image: url(../images/ico_nav5_2.png);
  }
  .ul_mobilenav_en .ico_nav6 {
    background-image: url(../images/ico_nav6_2.png);
  }
  .ul_mobilenav_en .ico_nav7 {
    background-image: url(../images/ico_nav7_2.png);
  }
  .ul_mobilenav_en .ico_nav8 {
    background-image: url(../images/ico_nav8_2.png);
  }
  .ul_mobilenav_en .ico_nav9 {
    background-image: url(../images/ico_nav9_2.png);
  }
  .ul_mobilenav_en .ico_nav10 {
    background-image: url(../images/ico_nav10_2.png);
  }
  .ul_mobilenav_en .ico_nav11 {
    background-image: url(../images/ico_nav11_2.png);
  }
  .ul_mobilenav_en .ico_nav12 {
    background-image: url(../images/ico_nav12_2.png);
  }
  .ul_mobilenav_en .ico_nav13 {
    background-image: url(../images/ico_nav13_2.png);
  }
  .ul_mobilenav_en .ico_nav14 {
    background-image: url(../images/ico_nav14_2.png);
  }
  .ul_mobilenav_en .ico_nav15 {
    background-image: url(../images/ico_nav15_2.png);
  }
  .ul_mobilenav_en .ico_nav14 {
    background-size: 0.372rem;
  }
  .ul_mobilenav_en .ico_nav15 {
    background-size: 0.354rem;
  }
  .ul_mobilenav_en .h1_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ul_mobilenav_en .h2_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ul_mobilenav_en .a_arrow {
    border: none;
    padding: 0;
    height: .5rem;
    width: .5rem;
    cursor: pointer;
    background: url(../images/ico_arrow12.png) center center no-repeat;
    background-size: .20rem .20rem;
    -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_mobilenav_en .a_arrow.on {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ul_mobilenav_en .a_h1 {
    padding: .12rem 0;
    padding-left: .5rem;
    padding-right: .2rem;
    line-height: .26rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-size: .16rem;
  }
  .ul_mobilenav_en .a_h2 {
    padding: .07rem 0;
    padding-left: .5rem;
    padding-right: .2rem;
    line-height: .26rem;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-size: .14rem;
  }
  .ul_mobilenav_en .a_h2:before {
    content: '';
    position: absolute;
    border-left: 6px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: .3rem;
    top: .16rem;
  }
  .ul_mobilenav_en .a_h3 {
    display: block;
    padding: .07rem 0;
    padding-left: .7rem;
    padding-right: .2rem;
    line-height: .26rem;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-size: .12rem;
    border-bottom: 1px solid #ffb7ad;
    background: #ffe2e2;
  }
  .ul_mobilenav_en .a_h3:before {
    content: '';
    position: absolute;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    width: .06rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: .06rem;
    left: .5rem;
    top: .16rem;
  }
  .ul_mobilenav_en .item {
    border-bottom: 1px solid #ffb7ad;
  }
  .ul_mobilenav_en .item .a_arrow {
    background-image: url(../images/ico_arrow12.png);
    height: .4rem;
  }
  .ul_mobilenav_en .item.cur .h2_title {
    background: #e94e4e;
  }
  .ul_mobilenav_en .item.cur .a_h2 {
    color: #fff;
  }
  .ul_mobilenav_en .item.cur .a_h2:before {
    border-left-color: #fff;
  }
  .ul_mobilenav_en .item.cur .a_arrow {
    background-image: url(../images/ico_arrow10.png);
  }
  .ul_mobilenav_en .h2box {
    display: none;
    background: #FFD1D1;
  }
  .ul_mobilenav_en .h3box {
    display: none;
    border-top: 1px solid #ffb7ad;
  }
  .right_container .ul_diblink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .right_container .ul_diblink li {
    margin-right: 0;
  }
  .en_page .bannerbox {
    margin-top: 1.4rem;
  }
  .en_page .bannerbox .p_pagetitle {
    font-size: .3rem;
    line-height: .42rem;
  }
  .en_page .ul_mobilenav li {
    width: calc((100% - .4rem)/3);
  }
  .en_page .ul_mobilenav li:nth-child(5n) {
    margin-right: .2rem;
  }
  .en_page .ul_mobilenav li:nth-child(3n) {
    margin-right: 0;
  }
  .en_page .searchbox_mobile {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
    padding-right: 0;
  }
  .en_page .menu_mobile {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 100%;
  }
  .en_page .menu_mobile.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .en_page .nav_inner .secnav {
    display: none;
  }
  .en_page .right_container {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .en_page .main_cdoffice .ul_function li {
    width: calc(33.33% - 10px);
  }
  .mainbox_index #mainbox {
    padding-top: 3.8rem;
  }
  .ulgroupnews .ul_news .a_title {
    font-size: .2rem;
  }
  .right_container .imgbox img {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mt31 {
    padding: 0;
  }
  .header {
    padding: .05rem;
  }
  .header .logobox .logo {
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
  }
  .header .logobox .logo_img {
    height: .45rem;
  }
  .header .logobox .p_l {
    font-size: .16rem;
  }
  .header .a_search {
    background-size: 0.208rem 0.208rem;
  }
  .header .a_menu {
    background-size: 0.208rem 0.208rem;
    margin-left: .1rem;
  }
  .header .a_menuclose {
    background-size: 0.16224rem 0.17472rem;
    width: 0.26rem;
    height: 0.26rem;
  }
  .header .links {
    font-size: 0px;
  }
  .header .links .a_btn {
    font-size: .12rem;
    padding: 0 .04rem;
    margin: 0;
    margin-right: .1rem;
    margin-bottom: .1rem;
  }
  .ul_mobilenav li {
    width: calc((100% - .4rem)/3);
  }
  .ul_mobilenav li:nth-child(5n) {
    margin-right: .2rem;
  }
  .ul_mobilenav li:nth-child(3n) {
    margin-right: 0;
  }
  .ul_mobilenav a {
    padding: .1rem 0;
  }
  .ul_mobilenav .ico {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  .ul_mobilenav span {
    margin-top: 0;
    padding: 0 .1rem;
    font-size: .12rem;
  }
  .mainbox_index #mainbox {
    padding-top: calc(100vh - 4.35rem);
  }
  .mainbox_index .red90box {
    padding: .2rem;
  }
  .mainbox_index .section1 p {
    margin-top: .2rem;
  }
  .mainbox_index .section1 .btn_lyy {
    margin-top: 0;
  }
  .mainbox_index .section2 {
    padding: .2rem;
  }
  .mainbox_index .ul_sos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .mainbox_index .ul_sos li {
    width: 33%;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainbox_index .ul_sos li:nth-child(3) {
    border-right: none;
  }
  .mainbox_index .ul_sos li:nth-child(4) {
    border-bottom: none;
  }
  .mainbox_index .ul_sos li:nth-child(5) {
    border-right: none;
    border-bottom: none;
  }
  .mainbox_index .ul_sos i {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  .mainbox_index .ul_sos span {
    margin-top: 0;
  }
  .mainbox_index .section3 {
    display: block;
  }
  .mainbox_index .section3 .a_box {
    display: block;
  }
  .mainbox_index .section3 .span_btn {
    margin-top: .1rem;
  }
  .mainbox_index .section4 {
    padding: .2rem 0;
  }
  .mainbox_index .section4 .topbox {
    padding: 0 .2rem;
  }
  .mainbox_index .section4 .a_more {
    margin: .2rem;
    display: block;
    text-align: center;
    line-height: .4rem;
    height: .4rem;
    font-weight: bold;
    font-size: .14rem;
  }
  .mainbox_index .swiper_news {
    margin: .2rem .2rem 0;
    height: 3.2rem;
  }
  .mainbox_index .ul_news_index {
    margin-top: .2rem;
  }
  .mainbox_index .ul_news_index li > a {
    padding: .05rem .1rem;
  }
  .mainbox_index .ul_news_index .p_day {
    font-size: .22rem;
  }
  .mainbox_index .ul_news_index .timebox {
    padding-top: .1rem;
    width: .5rem;
    padding-right: .1rem;
  }
  .mainbox_index .ul_news_index .timebox .p_day {
    font-size: .18rem;
  }
  .mainbox_index .ul_news_index .timebox .p_time {
    font-size: .12rem;
  }
  .mainbox_index .ul_news_index .p_title {
    margin-bottom: .1rem;
  }
  .mainbox_index .ul_news_index .p_text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .mainbox_index .section5 .ewcode {
    width: 1.16rem;
  }
  .mainbox_index .ul_contact {
    margin-top: .2rem;
  }
  .mainbox_index .ul_contact li {
    padding: .2rem 0;
    display: block;
    border-top: 1px solid #D34735;
  }
  .mainbox_index .ul_contact .leftetxt {
    width: 100%;
    margin-right: 0;
  }
  .mainbox_index .ul_contact .leftetxt p {
    display: inline-block;
  }
  .mainbox_index .ul_contact .textmain {
    margin-top: .2rem;
  }
  .mainbox_index .section6 {
    padding: .2rem;
  }
  .mainbox_index .section6 .imglink {
    margin-top: .1rem;
    margin-left: -0.1rem;
  }
  .mainbox_index .section6 .imglink a {
    margin-right: 0rem;
    margin-top: .1rem;
    margin-left: .1rem;
  }
  .mainbox_index .swiper-pagination {
    display: none;
  }
  .mainbox_index .swiper_opbox .btn_next {
    margin-left: .2rem;
  }
  .ewcodelist .ul_code li {
    margin-right: 0;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .2rem;
  }
  .ewcodelist .ul_code .imgbox {
    width: 100%;
  }
  .popup_jl .container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: .2rem;
  }
  .popup_jl .ico_close {
    left: auto;
    right: 0;
    top: 0;
  }
  .popup_jl .leaderbox {
    display: block;
  }
  .popup_jl .imgbox {
    margin-left: auto;
    margin-right: auto;
  }
  .a_returntop {
    right: .2rem;
    bottom: 1.4rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .a_returnback {
    right: .2rem;
    bottom: .8rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .bannerbox {
    margin-top: .75rem;
  }
  .bannerbox .p_pagetitle {
    font-size: .3rem;
  }
  .nav_inner .secnav {
    padding-bottom: .1rem;
    padding-top: .01rem;
  }
  .nav_inner .a_secitem {
    font-size: .14rem;
    margin-left: 0;
    margin-right: .1rem;
    margin-top: .1rem;
    padding-right: .1rem;
  }
  .nav_inner .position {
    padding: .1rem .2rem;
  }
  .main_cdoffice .p_btitle {
    font-size: .2rem;
  }
  .main_cdoffice .section1 {
    padding: .3rem 0;
    margin-top: 0;
    padding-top: 0;
  }
  .main_cdoffice .section1 .container {
    padding: 0;
  }
  .main_cdoffice .section1 .logobox {
    margin-top: 0;
  }
  .main_cdoffice .section1 .logobox .logo {
    width: .5rem;
    height: .5rem;
  }
  .main_cdoffice .section1 .logobox .p_l {
    font-size: .18rem;
  }
  .main_cdoffice .section1 .detail_box .p_h2 {
    margin-top: .3rem;
  }
  .main_cdoffice .section2 .container {
    padding: .2rem;
  }
  .main_cdoffice .ul_function li {
    width: calc(50% - 10px);
  }
  .main_cdoffice .ul_function .hidden {
    margin-top: .2rem;
  }
  .main_cdoffice .ul_function .p_bigtext {
    font-size: .22rem;
  }
  .main_cdoffice .function_op {
    margin-top: 1.5rem;
  }
  .main_cdoffice .function_op .prev:hover {
    background-image: url(../images/ico_arrowl2_1.png);
  }
  .main_cdoffice .function_op .next:hover {
    background-image: url(../images/ico_arrowr2_1.png);
  }
  .main_cdoffice .section3 {
    padding: .2rem 0;
  }
  .main_cdoffice .section3 .h3_title {
    font-size: .18rem;
  }
  .main_cdoffice .section3 .tagsbox {
    margin-bottom: .1rem;
    padding-bottom: .1rem;
    margin-left: -.1rem;
  }
  .main_cdoffice .section3 .tagsbox span {
    font-size: .14rem;
    margin: .1rem .1rem 0;
  }
  .main_cdoffice .section3 .tagsbox span:after {
    right: -.1rem;
    height: .1rem;
    margin-top: -.05rem;
  }
  .main_cdoffice .section4 {
    padding: .2rem 0;
  }
  .main_cdoffice .section4 .mainflex {
    padding-top: .2rem;
  }
  .main_cdoffice .section4 .leftbox {
    padding-bottom: 4.8rem;
  }
  .main_cdoffice .section4 .mapbox {
    margin-top: .2rem;
    height: 1.8rem;
  }
  .main_cdoffice .ul_contact_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_cdoffice .ul_contact_us li {
    margin-right: 0;
  }
  .main_cdoffice .ul_contact_us .p_show {
    font-size: .12rem;
    padding: .1rem;
    border-radius: 3px;
  }
  .main_cdoffice .ul_contact_us .hidden {
    margin-top: .2rem;
  }
  .main_cdoffice .ul_contact_us .hidden p {
    margin-top: .1rem;
    background-position: 0 0.03rem;
  }
  .p_h1 {
    font-size: .3rem;
    line-height: .42rem;
  }
  .p_h2 {
    font-size: .2rem;
    line-height: .34rem;
  }
  .footer {
    padding: .2rem 0;
  }
  .footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .content span {
    display: block;
    float: none;
  }
  .footer .imglink {
    margin-top: .1rem;
    margin-left: -0.1rem;
    text-align: left;
  }
  .footer .imglink a {
    margin-right: 0rem;
    margin-top: .1rem;
    margin-left: .1rem;
  }
  .right_container {
    padding-bottom: .5rem;
  }
  .right_container section {
    padding-top: .5rem;
  }
  .right_container section:first-child {
    margin-top: -.5rem;
  }
  .right_container .ul_tel li {
    display: block;
    padding: .1rem;
  }
  .right_container .ul_tel .p_title {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding-right: .32rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .right_container .ul_tel .desc {
    padding-left: 0;
    border-left: none;
  }
  .right_container .ul_tel.link li > a {
    display: block;
    position: relative;
  }
  .right_container .ul_tel.link .a_gohref {
    position: absolute;
    right: 0;
    top: 0;
  }
  .right_container .letter_point .partABC {
    margin-left: 0;
  }
  .right_container .ul_pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right_container .ul_pdf.wtwo li {
    width: 50%;
  }
  .right_container .ul_pdf.wtwo li:nth-child(3n) {
    padding-right: .1rem;
  }
  .right_container .ul_pdf.wtwo li:nth-child(2n) {
    padding-right: 0;
  }
  .right_container .ul_pdf li {
    width: 33.33%;
    margin-right: .1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: .1rem;
  }
  .right_container .ul_pdf li:nth-child(3n) {
    padding-right: 0;
  }
  .right_container .ul_pdf a {
    padding: .2rem 0;
  }
  .right_container .pdfbox .a_pdf {
    display: block;
    margin-right: 0;
  }
  .right_container .tel_group {
    margin-top: .2rem;
  }
  .right_container .tel_group .item {
    display: block;
  }
  .right_container .tel_group .p_title {
    margin-top: 0;
  }
  .right_container .tel_group .textbox {
    padding-left: 0;
    border-left: none;
    padding-top: .1rem;
  }
  .right_container .tel_group .textbox:before {
    font-size: .5rem;
  }
  .right_container .ul_diblink a {
    font-size: .14rem;
    border-bottom-width: 3px;
  }
  .right_container .activeinfo span {
    margin-right: .4rem;
  }
  .img_link_shznd {
    display: block;
  }
  .img_link_shznd .a_box {
    display: block;
  }
  .page_guide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .page_guide .container {
    padding-bottom: calc(6% + 0.8rem);
  }
  .page_guide .logobox .logo {
    width: .4rem;
    height: .4rem;
  }
  .page_guide .logobox .p_l {
    font-size: .16rem;
  }
  .page_guide .logobox .p_s {
    font-size: .1rem;
  }
  .page_guide .midtext .p_title {
    font-size: .22rem;
  }
  .page_guide .midtext .p_en {
    font-size: .14rem;
  }
  .page_guide .bottomlinks .a_linkbtn {
    font-size: .14rem;
    height: .36rem;
    line-height: .36rem;
  }
  .ul_news li {
    display: block;
    padding: 0;
    margin-top: .2rem;
  }
  .ul_news li:hover {
    background: none;
  }
  .ul_news .a_linkimg {
    width: 100%;
  }
  .ul_news .textbox {
    margin-top: .2rem;
    padding: .15rem 0;
  }
  .swiper_imglinks {
    margin: 0 .2rem .2rem;
  }
  .sitemapbox .secbox {
    display: block;
  }
  .sitemapbox .a_sec {
    display: inline-block;
    margin-bottom: .1rem;
  }
  .ul_mobilenav_en .a_arrow {
    background-size: 0.13rem 0.13rem;
  }
  .video_img {
    margin-top: .2rem;
    max-width: none;
  }
  .video_img span {
    color: #1F497D;
    font-size: .14rem;
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    display: block;
  }
  .ul_videolist {
    display: block;
  }
  .ul_videolist li {
    margin-left: 0;
  }
  .en_page .header {
    padding: .15rem;
  }
  .en_page .header .a_menu {
    margin-left: 0;
    padding: 0;
    width: .3rem;
    height: .3rem;
  }
  .en_page .header .logobox .p_s {
    font-size: .1rem;
  }
  .en_page .header .logobox .p_l {
    font-size: .12rem;
  }
  .en_page .header .logobox .logo_img {
    height: .4rem;
  }
  .en_page .bannerbox {
    margin-top: .9rem;
  }
  .en_page .right_container section p {
    text-align: left;
  }
  .en_page .right_container .p_num em {
    font-size: .14rem;
  }
  .en_page .right_container .a_diblink {
    word-break: break-all;
  }
  .en_page .right_container .a_link {
    word-break: break-all;
  }
  .en_page .detail_box p {
    text-align: left;
  }
  .en_page .main_cdoffice .ul_function li {
    width: calc(50% - 10px);
  }
  .en_page .main_cdoffice .function_op {
    margin-top: 2.4rem;
  }
  .en_page .bannerbox .p_pagetitle {
    font-size: .2rem;
    line-height: .36rem;
  }
  .en_page .p_h1 {
    font-size: .2rem;
    line-height: .32rem;
  }
  .en_page .p_h2 {
    font-size: .16rem;
    line-height: .26rem;
  }
  .ulgroupnews .topinfo {
    padding: 0;
  }
  .ulgroupnews .item {
    padding: .1rem 0;
  }
  .ulgroupnews .ul_news {
    padding-top: .2rem;
  }
  .ulgroupnews .ul_news .a_linkimg {
    width: 100%;
  }
  .ulgroupnews .ul_news li {
    margin-top: 0;
  }
  .popup_ls .cont {
    width: 96%;
    max-height: calc(96% - .6rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: -.3rem;
  }
  .popup_ls .cont .ico_close {
    display: none;
  }
  .popup_ls:after {
    content: '';
    display: block;
    width: .4rem;
    height: .4rem;
    margin-left: -.2rem;
    margin-top: -.2rem;
    position: absolute;
    background: url(../images/ico_close.png) center center no-repeat;
    left: 50%;
    bottom: .1rem;
    background-size: cover;
    z-index: 2;
    pointer-events: none;
  }
}

@media screen and (max-width: 380px) {
  .header .logobox .p_s {
    font-size: .1rem;
  }
  .header .logobox .p_l {
    font-size: .14rem;
  }
  .header .logobox .logo_img {
    height: .38rem;
  }
  .header .a_search {
    background-size: 0.16rem 0.16rem;
    width: .3rem;
    height: .3rem;
  }
  .header .a_menu {
    background-size: 0.16rem 0.16rem;
    width: .3rem;
    height: .3rem;
  }
  .en_page .header .logobox .logo_img {
    height: .32rem;
  }
  .en_page .bannerbox {
    margin-top: .82rem;
  }
  .mainbox_index .p_btitle {
    font-size: .18rem;
  }
  .mainbox_index .ul_news_index li > a {
    padding: .1rem .2rem;
  }
  .mainbox_index .ul_contact .textmain {
    margin-top: .1rem;
  }
  .mainbox_index .ul_contact .textmain p {
    padding-left: .3rem;
  }
  .bannerbox {
    margin-top: .68rem;
  }
  .main_cdoffice .ul_function .p_show span {
    font-size: .12rem;
  }
  .main_cdoffice .function_op {
    margin-top: 1.7rem;
  }
  .main_cdoffice .ul_contact_us .hidden p {
    font-size: .12rem;
  }
  .right_container section {
    padding-top: .3rem;
  }
  .right_container section:first-child {
    margin-top: -.3rem;
  }
  .right_container .a_diblink {
    font-size: .12rem;
  }
  .right_container .a_diblink + br {
    display: none;
  }
  .right_container.olddiblink .a_diblink {
    padding: .05rem .15rem;
    padding-right: .4rem;
    display: block;
    margin-right: 0;
  }
  .right_container .partABC {
    padding-right: .1rem;
    padding-left: .1rem;
  }
  .right_container .partABC p {
    padding-left: .2rem;
  }
  .right_container .partABC.sec {
    padding-left: .36rem;
  }
  .right_container .ul_diblink a {
    font-size: .12rem;
    border-bottom-width: 2px;
  }
  .ques_and_answer .span_mark {
    font-size: .12rem;
  }
  .ques_and_answer .questions {
    padding-left: .36rem;
  }
  .ques_and_answer .answers {
    padding-left: .36rem;
  }
  .bannerbox .p_pagetitle {
    font-size: .24rem;
    letter-spacing: .05rem;
  }
  .page_guide .logobox .textbox {
    padding-left: .1rem;
  }
  .page_guide .logobox .p_l {
    font-size: .14rem;
  }
  .table {
    border: 1px solid #000;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #000;
  }
}
