@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "PingFang SC", "WenQuanYi Micro Hei", sans-serif;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  border: none;
}
i {
  font-style: normal;
}
ul,
ol,
p {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: bottom;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: none;
}
.on {
  display: block !important;
}
/* width_control  */
.control {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container_fluid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.content {
  min-height: 500px;
  padding-top: 30px;
}
.header {
  padding: 15px 0 23px;
}
.header .container {
  height: 63px;
}
.logo {
  width: 343px;
  height: 63px;
  float: left;
}
.logo a,
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -20000px;
}
.weChat {
  width: 150px;
  height: 63px;
  float: right;
  position: relative;
}
.weChat .icon {
  width: 40px;
  height: 40px;
  display: block;
  background: url(lg_icon_01.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}
.weChat img {
  /* display: none; */
  /* width: 150px; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 100%; */
  /* z-index: 99; */
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}
.nav {
  width: 100%;
  background: #f1f1f1;
  height: 63px;
  position: relative;
}
.nav > ul {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 63px;
}
.nav .level1 {
  float: left;
}
.nav .level1 > a {
  display: block;
  padding: 0 50px;
  height: 63px;
  line-height: 63px;
  color: #000;
  font-size: 18px;
}
.nav .level1 > a:hover {
  background: #304489;
  color: #fff;
}
.nav .level1 .active {
  background: #304489;
  color: #fff;
}
.nav .level2 {
  width: 1200px;
  z-index: 9;
  height: auto;
  display: none;
  padding-left: 150px;
  box-sizing: border-box;
  position: absolute;
  top: 63px;
  left: 0;
  padding: 10px 0 10px 180px;
}
.nav .level2 > li {
  width: 110px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.nav .level2 .icon {
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url(yq_arr_03.png) no-repeat;
}
.nav .level2 a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.nav .ddListBg {
  height: 48px;
  background: #304489;
  width: 100%;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 2;
  display: none;
}
.footer {
  background: #383d41;
  font-size: 16px;
  color: #fff;
}
.footer .title,
.footer .links {
  border-bottom: 1px solid #4c5054;
}
.footer .title {
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .title .container {
  padding-left: 30px;
  box-sizing: border-box;
}
.footer .title img {
  display: block;
  width: 18px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.footer .title span {
  display: block;
  font-size: 18px;
}
.footer .links {
  padding: 20px 0;
}
.footer .links .container {
  overflow: hidden;
}
.footer .links a {
  display: block;
  float: left;
  margin-right: 50px;
  color: #fff;
  line-height: 40px;
}
.footer .copyRight {
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer .copyRight p {
  height: 40px;
  line-height: 40px;
}
.footer .copyRight a {
  color: #fff;
  float: right;
  height: 40px;
  line-height: 40px;
}
.ul01 li {
  position: relative;
  padding-right: 95px;
  line-height: 36px;
}
.ul01 .link {
  display: block;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.ul01 .time {
  position: absolute;
  right: 0;
  top: 0;
}
.title1 {
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  position: relative;
}
.title1 span {
  display: inline-block;
  padding: 6px 10px;
  font-size: 18px;
  color: #000;
  border-bottom: 2px solid #ec4827;
  margin-bottom: -2px;
}
.title1 .more {
  height: 37px;
  line-height: 37px;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
  color: #304489;
}
.title2 {
  width: 202px;
  position: relative;
  padding-left: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.title2 img {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.title2 span {
  font-size: 36px;
  color: #4a4b4d;
}
/* 分页通用样式 */
.layui-box {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
.layui-box span,
.layui-box a {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 3px;
  line-height: 20px;
  padding: 5px 14px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}
.layui-box a:hover {
  color: #3877c2;
}
.layui-box .layui-laypage-curr {
  background: #3877c2;
  color: #fff;
  border: 1px solid #ccc;
}
.layui-box em {
  font-weight: normal;
}
.layui-box .layui-laypage-skip {
  border: none;
  padding: 0;
  margin-left: 10px;
}
.layui-box .layui-laypage-skip input {
  margin: 0 3px;
  width: 30px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 6px 5px;
  outline-style: none;
  text-align: center;
}
.layui-box .layui-laypage-btn {
  display: inline-block;
  height: 32px;
  padding: 6px 5px;
  margin: 0 3px;
  cursor: pointer;
  outline-style: none;
}
.pageLayout .left {
  width: 230px;
  float: left;
}
.pageLayout .right {
  margin-left: 270px;
}
.modTitle {
  padding: 5px 20px;
  background: #c7c7c7;
  margin-bottom: 25px;
}
.modTitle img {
  float: left;
}
.modTitle .text {
  margin-left: 50px;
  font-size: 16px;
  line-height: 38px;
  display: block;
  color: #135bb6;
}
.pageTitle {
  text-indent: 60px;
  border-bottom: 1px solid #3877c2;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.pageTitle h1 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.pageTitle .title-cn {
  color: #135bb6;
  text-indent: 40px;
  font-weight: 700;
  font-size: 30px;
}
.pageTitle .title-en {
  color: gray;
  font-size: 30px;
  font-weight: 500;
}
.pageTitle .halfline {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 58%;
}
.pageTitle .width72 {
  width: 72%;
}
.leftNav li {
  position: relative;
  padding: 10px 20px 10px 80px;
  cursor: pointer;
}
.leftNav li:hover {
  background: #ddd;
}
.leftNav a {
  display: block;
  color: #000;
  font-size: 16px;
}
.leftNav .active {
  background: #ddd;
}
.leftNav .icon {
  width: 14px;
  height: 14px;
  display: block;
  background: url(icon-detail-circle.png) no-repeat;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -7px;
}
.visible-xs-block {
  display: none;
}
.imgCon2 img{
  padding-right:40px;
}
.aboutUsCon .TRS_Editor{
  text-align: justify !important;
}
@media (max-width: 767px) {
  .ph_header {
    display: block;
    height: auto;
    position: relative;
    background-color: #eee;
  }
  .ph_header .container {
    width: 100%;
    padding: 0 .15rem;
    height: 100%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .ph_header .container .ph_logo {
    width: 1.4rem;
  }
  .ph_header .container .ph_logoimg {
    width: 100%;
    margin-top: .15rem;
  }
  .ph_header .container .header_right {
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid #ccc;
    width: 1.5rem;
    height: 100%;
    padding-left: .5rem;
    box-sizing: border-box;
  }
  .ph_header .container .icon-bar {
    background-color: #3877c2;
    display: block;
    width: .5rem;
    height: .05rem;
    border-radius: 1px;
    margin-top: .3rem;
  }
  .ph_header .container .icon-bar2 {
    /* height: .05rem; */
    margin-top: .1rem;
  }
  .ph_header .container .icon-bar3 {
    margin-top: .1rem;
  }
  .ph_header .ph_col {
    display: none;
    padding: 0 .4rem;
  }
  .ph_header .ph_col .h_colname {
    border-bottom: 1px solid #337ab7;
    font-size: .32rem;
  }
  .ph_header .ph_col .h_colname a{
    color: #337ab7;
  }
  .ph_header .ph_col .header_li {
    position: relative;
    font-size: .28rem;
    color: #135bb6;
    line-height: .8rem;
  }
  .ph_header .ph_col .ph_input {
    height: .6rem;
    margin: .2rem 0;
    background-color: transparent;
    position: relative;
    border: 1px #135bb6 solid;
    border-radius: 6px;
  }
  .ph_header .ph_col .input {
    height: .6rem;
    width: 100%;
    border: none;
    font-size: .24rem;
    text-indent: .1rem;
    line-height: normal;
    border-radius: 6px;
    background: transparent;
    color: #000;
    outline: none;
  }
  .ph_header .ph_col .search {
    height: .35rem;
    position: absolute;
    right: .2rem;
    top: .16rem;
  }
  .ph_header .ph_col .arr_span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border: 0px;
    left: inherit;
    right: 0px;
    transform: translate(0, 0);
    top: 8px;
    background: url(mobile-arrow-down.png) no-repeat center;
    background-size: .3rem;
  }
  .ph_header .ph_col .arr_active {
    background: url(arrow-up.png) no-repeat center;
    background-size: .3rem;
  }
  .ph_header .ph_col .dropdown-menu {
    padding: 0 .6rem;
    display: none;
  }
  .ph_header .ph_col .dropdown-menu a{
    color: #337ab7;
  }
  .ph_footer {
    background: #383d41;
    font-size: .32rem;
    color: #fff;
  }
  .ph_footer .container {
    line-height: 1rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #2C3041;
  }
  .ph_footer .container .san_arr {
    width: 0;
    height: 0;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: .2rem solid #ccc;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .ph_footer .ul_link {
    display: none;
    overflow: hidden;
  }
  .ph_footer .footer_li {
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    padding-left: 0.7rem;
    padding-right: .2rem;
    width: 50%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ph_footer .footer_li a{
  color:#fff;
  }
  .ph_footer .copyRight {
    padding: 0.3rem;
  }
  .ph_footer .copy {
    font-size: .28rem;
    text-align: center;
    line-height: .5rem;
  }
  .ph_footer .copy a{
    color:#fff;
  }
  .ph_footer .arrowClick {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .ph_page {
    padding: .5rem;
    overflow: hidden;
  }
  .ph_page .prevpage {
    float: left;
    font-size: .32rem;
    color: #135bb6;
  }
  .ph_page .nextpage {
    float: right;
    font-size: .32rem;
    color: #135bb6;
  }
  .ph__left_nav {
    height: .8rem;
    background-color: #ddd;
    padding: 0 .3rem;
    overflow-y: hidden;
  }
  .ph__left_nav .left_nav_ul {
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .ph__left_nav .left_nav_li {
    display: inline-block;
    width: 30%;
    float: left;
  }
  .ph__left_nav .swiper-container {
    height: 100%;
  }
  .ph__left_nav .swiper-container .swiper-slide {
    height: .45rem;
    line-height: .45rem;
    margin-top: .2rem;
    padding-left: .5rem;
    width: 32% !important;
    box-sizing: border-box;
    margin-left: 0;
    position: relative;
    margin-right: .1rem !important;
  }
  .ph__left_nav .swiper-container .active {
    border: 1px solid #3877c2;
  }
  .ph__left_nav .swiper-container .slide_icon {
    position: absolute;
    left: 0.1rem;
    top: .1rem;
    width: .25rem;
    height: .25rem;
    background-image: url(icon-detail-circle.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0px 0px;
    background-size: .25rem;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .control {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .container {
    width: 100%;
  }
  .content {
    min-height: 5rem;
    padding-top: .3rem;
  }
  .content .pageTitle {
    text-indent: .6rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
  }
  .content .pageTitle h1 {
    padding-top: .2rem;
    padding-bottom: .1rem;
  }
  .content .pageTitle .title-cn {
    text-indent: .4rem;
    font-size: .36rem;
  }
  .content .pageTitle .title-en {
    font-size: .36rem;
  }
  .content .pageLayout .right {
    margin-left: 0;
  }
}
/*# sourceMappingURL=global_2019.css.map */