body {
  font-family: "Helvetica Neue", Helvetica,tahoma, Arial,"Source Han Sans CN","Heiti SC", "PingFang SC", "Hiragino Sans GB", "Heiti SC","WenQuanYi Micro Hei", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul, li {
  list-style: none;
}
input:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
html {
  font-size: 100px;
}
html, body {
  width: 100%;
  height: 100%;
}
.m_total_nav {
  display: none;
  margin: .2rem 0;
}
.m_resear_nav select option {
  color: #000;
}
.m_total_nav select {
  width: 100%;
  background: #fff url(../image/select_icon.png) no-repeat right center;
  background-size: 26px;
  border: 1px solid #d9d9d9;
  outline: none;
  border-radius: 4px;
  padding: .15rem .17rem;
  height: .66rem;
  color: #6e6d6d;
  font-size: .2rem;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
.m_total_nav option {
  width: 100%;
}
.news_container {
  position: relative;
  padding: 0 20%;
}
.con_wrap {
  position: relative;
  padding: 0 6.25%;
}
.container_wrap {
  position: relative;
  padding: 0 6.25%;
}
.gray {
  background-color: #f8f8f8;
}
.s_padding {
  padding: 0.48rem 0;
}
.b_padding {
  padding: 0.7rem 0;
}
.t_padding {
  padding: 0.99rem 0 .85rem;
}
.floadAd {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 169px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99999999999999;
}
.header {
  width: 100%;
}
.header .droplist_tile {
  border: none;
  position: static;
  background: transparent;
  height: 0 !important;
}
.header .droplist_tile .con {
  border-top: 1px solid #d5d5d5;
}
.header .droplist_tile .drop_tile {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .droplist_tile .drop_tile.on {
  background-color: #fff;
  position: absolute;
  left: 0 !important;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 7px 11px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 11px -10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 7px 11px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 11px -10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 7px 11px -10px rgba(0, 0, 0, 0.2);
}
.header .droplist_tile ul {
  padding: .3rem .4rem .2rem;
  background-color: #fff;
}
.header .droplist_tile li {
  margin-bottom: .15rem;
}
.header .droplist_tile li a {
  font-size: .2rem;
  color: #323232;
}

.header .droplist_tile .drop_tile:nth-child(3) li {
  margin: 0 .12rem;
  display: inline-block;
}
.header .droplist_tile .drop_tile:nth-child(3) ul {
  padding: .2rem;
}
.header .droplist_tile .drop_tile{
  width:100%;
  background-color: #fff;
  left:50% !important;
}
/*.header .droplist_tile .drop_tile:nth-child(3){
  width:100%;
  background-color: #fff;
  left:50% !important;
}*/

.header .droplist_tile li a:hover {
  color: #b81c22;
}
.header .droplist_tile .left {
  width: 33%;
  padding: .46rem .7rem .3rem 9.5%;
  background-color: #ececec;
}
.header .droplist_tile .right {
  width: 67%;
  padding: 0.56rem 3% 0 .7rem;
}
.header .droplist_tile h2 {
  font-size: .36rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 3px;
}
.header .droplist_tile .img {
  width: 100%;
  padding-top: 55%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: .2rem;
}
.header .droplist_tile p {
  font-size: .16rem;
  color: #787878;
  /*height: 6em;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_header .share_code{
  display: block;
  position: absolute;
  left: 100%;
  top:50%;
  width: 55px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  font-size: 12px;
  color: #b91c23;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
.sky-carousel-bg h4{
  position: absolute;
  top:100%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: .18rem;
  color: #b81c22;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
}
.m_header .share_code em{
  display: block;
  font-size: 12px;
  color: #b91c23;
  line-height: 1;
  font-weight: bold;
}
.header .share_code{
  display: block;
  position: absolute;
  left: 100%;
  top:50%;
  width: .6rem;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  font-size: 12px;
  color: #b91c23;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
.header .share_code em{
  display: block;
  font-size: 12px;
  color: #b91c23;
  line-height: 1;
  font-weight: bold;
}
.header .droplist_tile dl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .36rem;
  vertical-align: top;
}
.header .droplist_tile dl:last-child {
  margin-right: 0;
}
.header .droplist_tile dt {
  min-width: 1.13rem;
  font-size: .2rem;
  color: #000;
  padding-bottom: .14rem;
  margin-bottom: .14rem;
  border-bottom: 1px solid #949494;
}
.header .droplist_tile dt:hover a {
  color: #b81c22;
}
.header .droplist_tile dt a {
  font-size: .2rem;
  color: #000;
}
.header .droplist_tile dd {
  margin-bottom: .11rem;
}
/*table,table tr th, table tr td { border:1px solid #cacaca; }*/
.header .droplist_tile dd a {
  font-size: .16rem;
  color: #8f8f8f;
}
.header .droplist_tile dd a:hover {
  color: #b81c22;
}
.header .head_top {
  background-color: #efefef;
}
.header .head_top p {
  font-size: 0.16rem;
  color: #323232;
  margin: 6px 0;
}
.header .head_top ul {
  padding: 6px 0;
}
.header .head_top i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.25rem;
  color: #b81c22;
  margin-right: 9px;
  transition: all .5s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
}
.header .head_top a {
  font-size: 0.16rem;
  color: #323232;
}
.header .head_top a:hover {
  color: #b81c22;
  text-decoration: underline;
}
.header .head_top li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 12px;
  padding-right: 0;
}
.header .head_top li:first-child {
  border-right: 1px solid #d2d2d2;
}
.capital_row2 .left>a{
  width: 100%;
}
.capital_row2 .left .img_box{
  position: absolute;
  width: 100%;
  left: 0;
  top:0;
}
.capital_row2 .left>a img{
  max-width: 100%;
}
.capital_row2 .left .left>a .img_box{
  display: none;
}
.capital_row2 .left .left>a:first-child .img_box{
  display: block;
}
.header .head_right {
  padding-top: .3rem;
}
.header .logo {
  display: block;
  position: relative;
}
.header .head_nav .nav_list > li > a > span {
  padding: .1rem 0;
  line-height: 1;
  color: #323232;
  font-size: .2rem;
}
.header .head_nav .nav_list > li > a {
  padding: 0 .19rem;
}
.header .nav_tile .nav_line {
  height: 2px;
  background: #b81c22;
  bottom: -8px;
}
.header .search_box {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: .48rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  vertical-align: middle;
  margin-left: .1rem;
}
.header .search_box::before {
  content: '';
  position: absolute;
  left: -0.08rem;
  top: 50%;
  width: 2px;
  height: 52%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background-color: #d0d0d0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.header .search_box:hover, .header .search_box.on {
  width: 2.15rem;
}
.header .search_box:hover::before, .header .search_box.on::before {
  left: -0.15rem;
}
.header .search_box:hover input, .header .search_box.on input {
  padding: .1rem .44rem .1rem .2rem;
  background-color: #f0f0f0;
}
.header .search_box input {
  width: 100%;
  height: .39rem;
  background-color: transparent;
  border-radius: .39rem;
  -webkit-border-radius: .39rem;
  -ms-border-radius: .39rem;
  -moz-border-radius: .39rem;
  -o-border-radius: .39rem;
  border: none;
  outline: none;
  padding: 0;
}
.header .search_box button {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.header .search_box button i {
  font-size: 26px;
  color: #828282;
  line-height: 1;
}
.header .search_box button i.on {
  color: #b81c22;
}
.m_header {
  z-index: 9999999;
}
.banner .slick-slide > div {
  line-height: 0;
}
.banner .slick_item {
  position: relative;
  width: 100%;
  padding-top: 25.4%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner p {
  position: absolute;
  left: 6.25%;
  top: 50%;
  width: 90%;
  font-size: 0.36rem;
  color: #fff;
  line-height: normal;
  font-weight: bold;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}



.banner .slick-dots {
  width: auto;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 48px;
  padding: 18px 20px;
  min-width: 260px;
  bottom: 10px;
}
.banner .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.banner .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 15px;
  background: #fff;
  opacity: 1;
}
.banner .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #fff;
  opacity: .6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row1 .col_lg_1_7 {
  text-align: center;
}
.index_row1 .col_lg_1_7 a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row1 .col_lg_1_7 a:hover img {
  animation:bounceIn 1.5s;
  -webkit-animation:bounceIn 1.5s;
  -ms-animation:bounceIn 1.5s;
  -moz-animation:bounceIn 1.5s;
  -o-animation:bounceIn 1.5s;
}
.index_row1 .col_lg_1_7 h2{
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row1 .col_lg_1_7 a:hover h2 {
  color: #b81c23;
}
.index_row1 h2 {
  font-size: 0.24rem;
  color: #323232;
}
.index_row1 p {
  font-size: 0.16rem;
  color: #787878;
}
.learn_more {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.16rem;
  color: #b81c22;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.learn_more.wh {
  color: #fff;
}
.learn_more.wh:hover {
  color: #b81c22;
}
.learn_more i {
  transition: margin .5s;
  -webkit-transition: margin .5s;
  -ms-transition: margin .5s;
  -moz-transition: margin .5s;
  -o-transition: margin .5s;
}
.learn_more.kuang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #646464;
  border: 1px solid #e1e1e1;
  padding: 0.12rem 0.22rem;
  border-radius: 5px;
}
.learn_more.kuang:hover {
  color: #b81c22;
  border: 1px solid #b81c22;
}
.learn_more.kuang.wh {
  color: #fff;
}
.learn_more.kuang.wh:hover {
  color: #b81c22;
  border: 1px solid #b81c22;
}
.learn_more:hover i {
  margin-left: 8px;
}
.learn_more i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 5px;
}
#team {
  position: absolute;
  top: -20%;
}
.index_row2 .row {
  margin: 0 -0.21rem;
}
.index_row2 .col_lg_8 {
  padding: 0 0.21rem;
}
.index_row2 .col_lg_8:hover .img {
  transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
}
.index_row2 h1 {
  position: relative;
  font-size: 0.36rem;
  color: #323232;
  margin-bottom: 0.18rem;
}
.index_row2 .img_box {
  margin-bottom: 0.3rem;
}
.index_row2 .img {
  padding-top: 62%;
  webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index_row2 .col {
  display: block;
  margin-bottom: 0.32rem;
}
.index_row2 .col:hover p {
  color: #b81c22;
}
.index_row2 h2 {
  font-size: 0.14rem;
  color: #a3a3a3;
  line-height: 1;
  margin-bottom: 3px;
}
.index_row2 span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  border-left: 1px solid #a3a3a3;
  margin-left: 6px;
  padding-left: 6px;
  line-height: 1;
}
.index_row2 p {
  font-size: 0.18rem;
  color: #464646;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_row3 {
  position: relative;
  padding-top: 0.7rem;
}
.index_row3 .tit h6 {
  font-size: .6rem;
  color: #000;
}
.index_row3 .sc-content {
  padding: 0 .9rem;
}
.index_row3 .con {
  padding: 0 10% 0.7rem;
  background: url(../image/5f13dfde53f4a.png) no-repeat bottom center;
  background-size: contain;
}
.index_row3 .sky-carousel-bg {
  position: relative;
}
.index_row3 .line {
  position: absolute;
  left: 0;
  bottom: 1.05rem;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.footer .foot_right .left{
  margin-right: .5rem;
}
.index_row3 em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.04rem 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.04rem;
  background-color: #b81c22;
}
.index_row3 h2 {
  font-size: 0.48rem;
  color: #3d3d3d;
}
.index_row3 h3 {
  margin: 0.1rem 0 0.3rem;
}
.index_row3 h3, .index_row3 p {
  font-size: 0.16rem;
  color: #787878;
}
.index_row3 p {
  line-height: 1.7;
}
.noti_con{
  padding: .36rem .56rem;
}
.noti_con label,.noti_con input{
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.noti_con label{
  width: 18%;
  font-size: 14px;
  color: #666;
}
.noti_con em{
  font-size: 14px;
  color: #ff1d2b;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 4px;
}
.noti_con input{
  width: 81%;
  border: 1px solid #d5d5d5;
  padding: 12px;
  outline: none;
  background: transparent;
}
.noti_con .col{
  width: 100%;
  margin-bottom: 20px;
}
.noti_con .col.on input{
  width: 55%;
  margin-right: 1%;
}
.noti_con .sub{
  margin-bottom: 12px;
}
.layui-layer-title {
  height: 38px!important;
  line-height: 38px!important;
  border-bottom: none!important;
  font-size: 16px!important;
  color: #333333!important;
  background-color: #f5f5f5!important;
  font-weight: bold;
}
.layui-layer-setwin a {
  margin-left: 0!important;
}
.layui-layer-setwin {
  right: 18px!important;
  top: 10px!important;
}
.noti_con button,.noti_con p{
  width: 81%;
}
.noti_con button{
  background:#b81c22;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.noti_con p{
  font-size: 13px;
  color: #999;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.noti_con p i{
  color: #b92026;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 14px;
}
.noti_con img{
  width:24%;
  height: auto;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
}
.index_row3 .learn_more {
  margin-top: 0.25rem;
}
.index_row3 .sky-carousel-box {
  width: 10.24rem;
  margin: 0 auto;
  position: relative;
}
.index_row3 .sky-carousel {
  height: 4.83rem;
  padding-top: 2.8rem;
}
.index_row3 .sky-carousel .sc-nav-button {
  display: none;
}
.index_row3 .sky-carousel li {
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.index_row3 .sky-carousel img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1.2rem;
}
.index_row3 .sky-carousel .sc-selected .img,
.index_row3 .sky-carousel .sc-selected img {
  width: 1.85rem;
  height: 1.85rem;
  border: 3px solid #b81c22;
  transform: translate(-15%, -17%);
  -webkit-transform: translate(-15%, -17%);
  -ms-transform: translate(-15%, -17%);
  -moz-transform: translate(-15%, -17%);
  -o-transform: translate(-15%, -17%);
}
.index_row3 .sky-carousel .img {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.index_row3 .sky-carousel img {
  position: absolute;
  bottom: -99.99rem;
}
.more_tit {
  position: relative;
  margin-bottom: .2rem;
}
.more_tit h4 {
  font-size: 0.4rem;
  color: #fff;
}
.index_row4 {
  background: url(https://wwwdata.cyqh.com.cn/cyqh/Uploads/Uploads/image/index_bg2.png) no-repeat center;
  background-size: cover;
}
.index_row4 .row {
  margin: 0 -0.21rem;
}
.index_row4 .col_lg_8 {
  padding: 0 0.21rem;
}
.index_row4 .col .in{
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.index_row4 .col .in h2{
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row4 .col .in:hover img{
  animation:bounceIn 1.5s;
  -webkit-animation:bounceIn 1.5s;
  -ms-animation:bounceIn 1.5s;
  -moz-animation:bounceIn 1.5s;
  -o-animation:bounceIn 1.5s;
}
.index_row4 .col .in:hover h2{
  color: #b81c23;
}
.index_row4 .col {
  background-color: #fff;
  text-align: center;
  padding: .4rem .6rem;
}
.index_row4 h2 {
  font-size: .3rem;
  color: #323232;
  margin-bottom: .14rem;
}
.index_row4 li a {
  display: block;
  padding: .08rem 0;
  border-bottom: 1px dashed #cacaca;
}
.index_row4 li a:hover span, .index_row4 li a:hover em {
  color: #b81c22;
}
.index_row4 span {
  display: block;
  width: 75%;
  text-align: left;
  font-size: .16rem;
  color: #464646;
  vertical-align: middle;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row4 em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .16rem;
  color: #c0c0c0;
  vertical-align: middle;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_row5 ul {
  position: relative;
  margin-bottom: .28rem;
}
.index_row5 li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .4rem;
  color: #9c9c9c;
  cursor: pointer;
  padding: 0 .15rem;
  border-left: 1px solid #bdbdbd;
  line-height: 1;
}
.index_row5 li:first-child {
  padding-left: 0;
  border-left: none;
}
.index_row5 li.on {
  color: #b81c22;
}
.index_row5 .col_lg_12 {
  padding: 0 .16rem;
  margin-bottom: .16rem;
}
.index_row5 .row {
  margin: 0 -.16rem;
}
.index_row5 .col {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
}
.index_row5 .col:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.index_row5 .col:hover .img {
  transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
}
.index_row5 .img_box {
  width: 43%;
}
.index_row5 .img {
  width: 100%;
  padding-top: 67%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.index_row5 .text {
  position: absolute;
  left: 50%;
  width: 44%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.index_row5 span {
  display: block;
  font-size: .16rem;
  color: #c0c0c0;
  margin-bottom: 3px;
}
.index_row5 p {
  font-size: .21rem;
  color: #464646;
  line-height: 1.4;
}
.index_row5 .tab_item {
  display: none;
}
.index_row5 .tab_item.on {
  display: block;
}
.m_per_nav {
  display: none;
}
.footer .foot_nav {
  margin-bottom: .35rem;
  display: flex;
  justify-content: space-between;
}
.footer .foot_left {
  border-right: 1px solid #7c7c7d;
  margin-right: .2rem;
}
.footer .foot_top {
  padding: .74rem 0 .3rem;
  background-color: #3b3b3d;
}
.footer dl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .58rem;
  vertical-align: top;
}
.footer dl a {
  font-size: .16rem;
  color: #c5c5c5;
}
.footer dl a:hover {
  color: #b81c22;
}
.footer dt {
  font-size: .2rem;
  color: #fff;
  margin-bottom: 0.14rem;
}
.footer dd {
  margin-bottom: 0.07rem;
}
.footer .foot_right span {
  display: block;
  font-size: .2rem;
  color: #fff;
}
.footer .foot_right .complaint span{
  display: inline-block;
  font-size: .16rem;
  color: #c9c9ca;
  min-width: 1.24rem;
}
.footer .foot_right h2 {
  font-size: .48rem;
  color: #fff;
  margin-top: .08rem;
  line-height: 1;
}
.footer .foot_right h3 {
  font-size: .16rem;
  color: #c5c5c5;
  margin-bottom: .18rem;
}
.footer .complaint {
  background-color: #4a4a4c;
  padding: .24rem .16rem;
  margin-right: .28rem;
}
.footer .complaint em {
  display: block;
  font-size: .16rem;
  color: #c9c9ca;
  margin-bottom: .04rem;
}
.footer li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .24rem;
}
.footer li:last-child {
  margin-right: 0;
}
.footer li h4 {
  font-size: .16rem;
  color: #fff;
  margin-top: .05rem;
  text-align: center;
}
.footer .link {
  padding: .16rem 0;
  border-top: 1px solid #707071;
  border-bottom: 1px solid #707071;
}
.footer .link h6, .footer .link a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .16rem;
  color: #cecece;
}
.footer .link a {
  margin-right: .12rem;
}
.footer .link a:hover {
  color: #b81c22;
}
.footer .copyright {
  padding: .3rem 0;
  background-color: #1c1c1c;
  text-align: center;
}
.footer .copyright p, .footer .copyright a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .16rem;
  color: #e4e4e4;
}
.footer .copyright a:hover {
  color: #b81c22;
}
.footer .copyright p {
  margin-right: .18rem;
}
.footer .copyright p:last-child {
  margin-right: 0;
}
.footer .copyright p:last-child a{
  padding-right: 82px;
  background: url(../image/kgu.png) no-repeat right center;
  background-size: 83px;
}
.footer .copyright p:last-child a:hover{
  color: #e4e4e4;
}
.banner_norm {
  position: relative;
  padding-top: 27%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner_norm .text {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-align: center;
  padding-top: .66rem;
}
.banner_norm .text::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -.5px;
  width: 1px;
  height: .5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner_norm span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .18rem;
  color: #fff;
  padding: 0 .26rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.25);
}
.banner_norm h2 {
  font-size: .6rem;
  color: #fff;
  line-height: 1.3;
}
.com_row1 {
  position: relative;
}
.com_row1 .left {
  width: 50%;
  padding: 1.52rem .7rem;
}
.com_row1 .right {
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #f8f8f8 url(../image/com_img3.png) no-repeat right bottom;
}
.com_row1 .img_box {
  display: block;
}
.com_row1 .img_box:hover .img {
  transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  -webkit-transform: scale(1.1) translateZ(0);
  -o-transform: scale(1.1) translateZ(0);
  -moz-transform: scale(1.1) translateZ(0);
}
.com_row1 .img {
  width: 100%;
  padding-top: 79%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.com_row1 .con {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.com_row1 h1 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .14rem;
}
.com_row1 p {
  font-size: .16rem;
  color: #787878;
  margin-bottom: .16rem;
}
.tit {
  text-align: center;
  margin-bottom: .3rem;
}
.tit.wh h6 {
  color: #fff;
}
.tit h6 {
  font-size: .48rem;
  color: #323232;
}
.tit p {
  font-size: .16rem;
  color: #787878;
  margin-top: .18rem;
}
.tit em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .2rem;
  color: #858585;
  vertical-align: middle;
  margin: 0 .11rem;
}
.tit span {
  display: block;
  font-size: .16rem;
  color: #b81c22;
  margin-top: .05rem;
}
.com_row2 {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.com_row2 .row {
  margin: 0 -0.24rem;
}
.com_row2 .col_lg_6 {
  padding: 0 .24rem;
}
.com_row2 .con {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  text-align: center;
  padding: .5rem .4rem .4rem;
}
.com_row2 h2 {
  font-size: .2rem;
  color: #646464;
  margin: .12rem 0 0;
  height: 3em;
}
.com_row2 .txt {
  border-top: 1px solid #d8d8d9;
  padding-top: .18rem;
}
.com_row2 p {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  font-size: .15rem;
  color: #323232;
  font-weight: bold;
  height: 4.8em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  line-height: 1.6;
}
.next {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1.64rem 0;
}
.next h2 {
  font-size: .24rem;
  color: #fff;
}
.next h3 {
  font-size: .48rem;
  color: #fff;
  margin-bottom: .3rem;
}
.com_row3 .scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
}
.com_row3 .scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #b81d23;
}
.com_row3 .scrollbar-rail > .scroll-element {
  background-color: transparent;
}
.com_row3 .scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 1px;
}
.com_row3 .scrollbar-rail > .scroll-element.scroll-x {
  bottom: -10px;
}
.com_row3 ul {
  padding: 0 4%;
  margin-bottom: .82rem;
  white-space: nowrap;
  overflow: auto;
}
.com_row3 li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-family: 'Arial';
  background-color: #fce6e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: .24rem;
  color: #323232;
  text-align: center;
  margin: 0 .11rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.com_row3 li.on {
  width: 3.26rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  background-color: #b81c22;
  color: #fff;
}
.com_row3 .honor_con .slick_item {
  padding: 0 .16rem;
}
.com_row3 .honor_con .item {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  text-align: center;
  padding: .3rem .1rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.com_row3 .honor_con .item:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.com_row3 .honor_con p {
  display: none;
  font-size: .16rem;
  color: #787878;
  height: 6em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.com_row3 .honor_con img {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.com_row3 .honor_con .img_box {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 90%;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  margin-bottom:0;
}
.com_row3 .slick-prev, .com_row3 .slick-next {
  background: none;
  height: .7rem;
  line-height: .7rem;
  width: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.com_row3 .slick-prev:hover .iconfont, .com_row3 .slick-next:hover .iconfont {
  color: #b81c22;
}
.com_row3 .slick-prev .iconfont, .com_row3 .slick-next .iconfont {
  font-size: .7rem;
  color: #bababa;
}
.com_row3 .slick-prev {
  left: -4%;
}
.com_row3 .slick-next {
  right: -4%;
}
.com_row3 .honor_slick {
  height: 0;
  opacity: 0;
}
.com_row3 .honor_slick.on {
  height: auto;
  opacity: 1;
}
.about_txt {
  text-align: center;
}
.about_txt h1 {
  font-size: .48rem;
  color: #323232;
  font-weight: bold;
}
.about_txt p {
  font-size: .16rem;
  color: #787878;
}
.about_row1 .left {
  width: 54.5%;
  background-color: #f8f8f8;
  padding: 3% 3% 2%;
}
.about_row1 h2 {
  font-size: .35rem;
  color: #323232;
  line-height: 1.4;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
}
.about_row1 p {
  font-size: .2rem;
  line-height: 2;
  color: #787878;
  margin-bottom: .2rem;
}
.about_row1 .right {
  width: 45.5%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 760px;
}
.about_row2 {
  padding: 1.64rem 24% 2.78rem;
  text-align: center;
  background: #fefefe url(../image/about_img2.png) no-repeat bottom center;
}
.about_row2 h3 {
  font-size: .36rem;
  color: #323232;
  margin-bottom: .2rem;
}
.about_row2 p {
  font-size: .16rem;
  color: #787878;
  margin-bottom: .27rem;
  text-align: left;
}
.about_row3 {
  padding: 1.56rem 23% 1.24rem;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.about_row3 h2 {
  font-size: .48rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .1rem;
}
.about_row3 p {
  font-size: .16rem;
  color: #fff;
}
.about_row3 ul {
  margin: .5rem 0 .95rem;
}
.about_row3 li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 1.13rem;
  height: 1.13rem;
  line-height: 1.13rem;
  margin: 0 .13rem .2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
.about_row3 img {
  max-width:73%;
  max-height: 69%;
  vertical-align: middle;
}
.about_row3 .learn_more {
  position: static;
}
.organ_row {
  text-align: center;
}
.per_tag {
  background-color: #a8101f;
}
.per_tag h2 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .36rem;
  color: #fff;
  padding-right: .23rem;
  margin-right: .23rem;
  border-right: 1px solid #a84b55;
  line-height: 1;
}
.per_tag a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .24rem;
  color: #d6a6a9;
  margin-right: .26rem;
}
.per_tag a:hover {
  color: #fff;
}
/*.per_tag .per_nav {
  margin-bottom: .23rem;
}*/
.per_tag input, .per_tag select {
  width: 100%;
  background: #c0535d;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: .2rem .17rem;
  height: .66rem;
  color: #fff;
  font-size: .18rem;
}
.per_tag select {
  background: #c0535d url(../image/select_icon1.png) no-repeat right center;
  background-size: 35px;
  padding: .2rem .4rem .2rem .17rem;
}
.per_tag input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: .16rem;
  color: #e7c6c8;
}
.per_tag input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .16rem;
  color: #e7c6c8;
}
.per_tag input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .16rem;
  color: #e7c6c8;
}
.per_tag input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: .16rem;
  color: #e7c6c8;
}
.per_tag button {
  width: 100%;
  height: .66rem;
  background-color: #fff;
  color: #b81c22;
  font-size: .18rem;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
}
.per_tag .col_lg_7, .per_tag .col_lg_3 {
  padding: 0 .1rem;
}
.per_tag .row {
  margin: 0 -.1rem;
}
.per_tag option {
  font-size: .16rem;
  color: #fff;
  background: transparent;
}
.per_list {
  background-color: #f8f8f8;
}
.per_list.message .col {
  padding: .3rem 2rem .3rem .38rem;
}
.per_list.on dl {
  margin-right: 0;
  width: 16%;
  padding: 0 .1rem;
  vertical-align: top;
}
.per_list.on dl:last-child{
  max-width: .6rem;
}
.per_list.on .mes {
  vertical-align: middle;
}
.per_list.on h3 {
  position: relative;
  width: 27%;
  font-size: .24rem;
  vertical-align: middle;
  line-height: 1.4;
  margin-right: 0;
  text-align-last: auto;
}
.per_list.on h3::after {
  display: none;
  content: '';
  position: absolute;
  right: .2rem;
  top: 50%;
  margin-top: -.21rem;
  width: 1px;
  height: .42rem;
  background-color: #f0f0f0;
}
.per_list.on .mes {
  width: 72%;
}
.per_list.on .mes dl:first-child{
  max-width: 1.2rem;
}
.per_list .col {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 9px;
  padding: .3rem 0 .3rem .3rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.per_list .col:hover {
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
}
.per_list.recruit h3 {
  margin-right:0;
}
.per_list h3 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .36rem;
  color: #323232;
  vertical-align: top;
  line-height: 1;
  /*margin-right: 1.5rem;*/
  /*text-align-last: justify;*/
  width: 2rem;
}
.per_list .mes {
  width: 73%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.per_list .mes.line dl {
  position: relative;
  margin-right: 0;
  width: 25%;
}
.per_list .mes.line dl::after {
  /*content: '';*/
  /*position: absolute;*/
  /*right: -0.3rem;*/
  /*top: 50%;*/
  /*margin-top: -.21rem;*/
  /*width: 1px;*/
  /*height: .42rem;*/
  /*background-color: #f0f0f0;*/
}
.per_list dl {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14%;
  vertical-align: top;
  padding: 0 .1rem;
}
.per_list dl.on{
  width: 80%;
}
.per_list dt {
  font-size: .16rem;
  color: #aeaeae;
  margin-bottom: .03rem;
}
.per_list dd {
  font-size: .16rem;
  color: #323232;
}
.per_list .item {
  display: none;
}
.per_list .txt {
  margin-top: .2rem;
}
.per_list h5 {
  font-size: .16rem;
  color: #a9a9a9;
}
.per_list p {
  font-size: .16rem;
  color: #787878;
}
.per_list .open, .per_list .close {
  position: absolute;
  right: .47rem;
  top: .45rem;
  font-size: .16rem;
  color: #b81c22;
  cursor: pointer;
}
.per_list .close {
  display: none;
}
.per_list .learn_more {
  position: absolute;
  right: .47rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.recruit_row .img_row {
  position: relative;
  text-align: center;
  margin-top: .5rem;
}
.recruit_row ul {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2.08rem 0;
}
.recruit_row li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .48rem;
  color: #fff;
  margin-right: 3.96rem;
  cursor: pointer;
}
.recruit_row li:last-child {
  margin-right: 0;
}
.recruit_row li.on {
  border-bottom: 1px solid #fff;
}
.recruit_row .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.recruit_row .img {
  display: none;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.recruit_row .img.on {
  display: block;
}
.recruit .learn_more {
  cursor: pointer;
}
.recruit h3 {
  display: none;
  width: 27%;
  float: left;
}
.recruit .mes {
  width: 68%;
  float: left;
  /*margin-left: 3%;*/
}
.recruit .txt {
  margin-top: 0;
  margin-bottom: .32rem;
}
.recruit .txt p {
  margin-bottom: .06rem;
}
.recruit .resume {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .16rem;
  color: #b81c22;
  padding: .15rem .6rem;
  border: 1px solid #b81c22;
  border-radius: 4px;
}
.recruit .resume i {
  vertical-align: middle;
}
.recruit .resume:hover {
  background-color: #b81c22;
  color: #fff;
}
.total_nav ul {
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.total_nav a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .24rem;
  color: #646464;
  padding: .28rem 0 .2rem;
}
.total_nav li {
  position: relative;
  margin: 0 .34rem;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.total_nav li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #b81c22;
  content: "";
}
.total_nav li.current::after {
  left: 0;
  width: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.total_nav li.current a {
  color: #b81c22;
}
.total_nav ul li a.current {
  color: #b81c22;
}
#tips, #ser, #busi, #last {
  position: absolute;
  top: -30%;
}
#intro, #mes {
  position: absolute;
  top: -23%;
}
.inter_row1 {
  position: relative;
}
.inter_row1 .col_lg_12 {
  padding: 0;
}
.inter_row1 .img {
  width: 100%;
  padding-top: 61%;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inter_row1 .col {
  display: block;
  margin-bottom: .3rem;
}
.inter_row1 .col:hover p {
  color: #b81c22;
}
.inter_row1 span {
  display: block;
  font-size: .14rem;
  color: #a3a3a3;
  margin-bottom: .03rem;
}
.inter_row1 p {
  font-size: .18rem;
  color: #464646;
}
.inter_row1 .right {
  padding-left: .7rem;
}
.inter_row1 .learn_more {
  position: static;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.inter_row1 .row {
  margin-bottom: .5rem;
}
.inter_row2 {
  position: relative;
}
.inter_row2 .col_lg_6 {
  padding:.13rem;
}
.inter_row2 .row {
  margin: 0 -0.13rem;
}
.inter_row2 .con {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 4px;
  padding: .52rem .15rem .47rem;
}
.inter_row2 .con:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.inter_row2 h2 {
  font-size: .3rem;
  color: #323232;
}
.inter_row3 {
  position: relative;
}
.inter_row3 .col_lg_6 {
  padding: 0 .16rem;
}
.inter_row3 .row {
  margin: 0 -0.16rem;
}
.inter_row3 .con {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  text-align: center;
  padding: .48rem .36rem .4rem;
}
.inter_row3 h2 {
  font-size: .24rem;
  color: #323232;
  margin-bottom: .2rem;
}
.inter_row3 p {
  font-size: .16rem;
  color: #787878;
  height: 7.5em;
  overflow: hidden;
  display: none;
}
.inter_row3 .learn_more {
  position: static;
  margin-top: .28rem;
}
.inter_row4 {
  position: relative;
}
.inter_row4 .col_lg_12 {
  padding: 1.9rem 0 1.7rem;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.inter_row4 h3 {
  text-align: center;
  font-size: .48rem;
  color: #fff;
  margin-bottom: .2rem;
}
.account {
  text-align: center;
}
.ques .ques_col {
  border-top: 3px solid #b81c22;
  padding-top: .26rem;
}
.ques .con {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: .27rem 0;
}
.ques .con.on p {
  display: block;
  width: 90%;
}
.ques .con.on .top {
  color: #b81c22;
  font-weight: bold;
  width: 90%;
}
.ques .con.on .top i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: #b81c22;
}
.ques .con .top {
  font-size: .18rem;
  color: #505050;
  margin-bottom: .08rem;
}
.ques .con .top i {
  position: absolute;
  right: .4rem;
  top: 31%;
  display: inline-block;
  font-size: .35rem;
  color: #555;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  cursor: pointer;
}
.ques .con p {
  display: none;
  font-size: .16rem;
  color: #505050;
  line-height: 1.7;
}
.down .col {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: .45rem .85rem .45rem 1.1rem;
  margin-bottom: .3rem;
  position: relative;
}
.down .img {
  width: 18%;
  padding-right: .3rem;
}
.down .img img{
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 1.1rem;*/
  /*max-height: 110px;*/
/*  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);*/
  width: 100%;
}
.down .txt {
  /*width: 82%;*/
  /*width: 100%;*/
  overflow: hidden;
}
.down h2 {
  font-size: .3rem;
  color: #323232;
}
.down p {
  font-size: .16rem;
  color: #787878;
  margin-bottom: .2rem;
}
.down a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 1.83rem;
  height: .54rem;
  line-height: .54rem;
  border: 1px solid #b81c22;
  border-radius: 3px;
  font-size: .16rem;
  color: #b81c22;
  text-align: center;
  margin-right: .12rem;
}
.down a:hover {
  background-color: #b81c22;
  color: #fff;
}
.down a.download {
  background-color: #b81c22;
  color: #fff;
}
.down a.download:hover {
  background-color: #fff;
  color: #b81c22;
}
.down i {
  font-size: .18rem;
  margin-right: .05rem;
}
.chart .con {
  padding: 0 20%;
}
.chart .col {
  border-bottom: 1px solid #d8d8d8;
  padding: .3rem 0;
}
.chart .col:first-child {
  border-top: 1px solid #d8d8d8;
}
.chart .col_lg_9 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .3rem;
  color: #323232;
  line-height: 1;
}
.chart em {
  width: 80%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .18rem;
  color: #323232;
}
.chart a {
  width: 19%;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .16rem;
  color: #b81c22;
  text-align: right;
}
.chart a:hover i {
  margin-left: 3px;
}
.chart i {
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.chart .list {
  margin-bottom: .3rem;
}
.chart .list:last-child {
  margin-bottom: 0;
}
.edu {
  padding: 1.32rem 0 1px;
}
.edu .col {
  position: relative;
  background-color: #fff;
  padding: .52rem .5rem .6rem;
  margin-bottom: 1rem;
}
.edu .col i {
  vertical-align: middle;
}
.edu .num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  top: -.75rem;
  font-family: 'Arial';
  font-size: 1.2rem;
  color: #f6c4c8;
}
.edu p {
  font-size: .3rem;
  color: #323232;
  text-align: center;
  margin-bottom: .5rem;
}
.edu .col_lg_12 {
  padding: 0 .2rem;
}
.edu .row {
  margin: 0 -.2rem .54rem;
}
.edu .img {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 28%;
}
.edu span {
  display: block;
  font-size: .2rem;
  color: #585858;
  text-align: center;
  margin-top: .16rem;
}
.edu i {
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.edu a {
  font-size: .16rem;
  color: #b81c22;
}
.edu a:hover i {
  margin-left: 3px;
}
.contact_row1 .row {
  margin: 0 -.9rem;
}
.contact_row1 .col_lg_12 {
  padding: 0 .9rem;
}
.contact_row1 .col_lg_12:last-child em {
  min-width: .4rem;
}
.contact_row1 .top {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: .28rem;
  margin-bottom: .3rem;
}
.contact_row1 img {
  vertical-align: middle;
}
.contact_row1 h2 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .36rem;
  color: #b81c22;
  vertical-align: middle;
  margin-left: 5px;
}
.contact_row1 ul {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .56rem;
  vertical-align: top;
}
.contact_row1 ul:last-child {
  margin-right: 0;
}
.contact_row1 em, .contact_row1 span, .contact_row1 i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .16rem;
}
.contact_row1 em {
  margin-right: .18rem;
  color: #323232;
  font-weight: bold;
  min-width: 1rem;
}
.contact_row1 span {
  color: #323232;
  min-width: 1.13rem;
}
.contact_row1 i {
  color: #323232;
  margin-left: .1rem;
}
.contact_row1 li {
  margin-bottom: .16rem;
}
.zbSupport li{
  float: left;
  min-width: 45%;
}
.contact_row2 {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_row2 .col_lg_6 {
  padding: 0;
}
.contact_row2 .col_lg_6:last-child .con::after {
  background-color: 255, 255, 255, 1;
}
.contact_row2 .con {
  position: relative;
  padding: .94rem .42rem .7rem;
}
.contact_row2 .con::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.33);
}
.contact_row2 h1 {
  margin: .26rem 0 .13rem;
  font-size: .24rem;
  color: #fff;
}
.contact_row2 p {
  font-size: .18rem;
  color: #fff;
  height: 4em;
}
.news_con {
  background-color: #f8f8f8;
}
.news_con span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: .14rem;
  color: #aaaaaa;
  width: 15%;
}
.news_con h2 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: .18rem;
  color: #323232;
  width: 75%;
}
.news_con .time, .news_con .text, .news_con .time_con {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.news_con .time_con {
  width: 15%;
}
.news_con .time {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  width: 1.1rem;
  padding-top: .09rem;
  margin-right: .52rem;
}
.news_con em {
  display: block;
  font-family: 'Arial';
  font-size: .36rem;
  color: #3b3b3b;
  text-align: center;
}
.news_con h4 {
  display: block;
  background-color: #b81c22;
  color: #fff;
  font-size: .18rem;
  text-align: center;
  padding: .04rem 0;
}
.news_con h1 {
  font-size: .3rem;
  color: #000;
  margin-bottom: .08rem;
}
.news_con p {
  font-size: .16rem;
  color: #787878;
  line-height: 1.5;
}
.news_con .learn_more {
  position: absolute;
  right: .47rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.news_con .text {
  width: 84%;
}
.news_con .col {
  position: relative;
  background-color: #fff;
  margin-bottom: .12rem;
  padding: .28rem .47rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.news_con .col.on {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_con .c_page {
  margin-top: .3rem;
}
.news_con .c_page em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #787878;
  font-size: .18rem;
  vertical-align: middle;
}
.news_con .c_page .con {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #787878;
  font-size: .18rem;
}
.news_con .c_page select, .news_con .c_page input {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: .5rem;
  height: .34rem;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  outline: none;
  background-color: #fff;
  color: #787878;
  font-size: .18rem;
  vertical-align: middle;
}
.news_con .c_page input {
  text-align: center;
  margin-left: .43rem;
}
.news_con .c_page a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #787878;
  font-size: .18rem;
  margin-left: .24rem;
}
.news_con .c_page a:hover {
  color: #b81c22;
}
.banner_small {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: .88rem 10%;
}
.banner_small h1 {
  font-size: .36rem;
  color: #fff;
  text-align: center;
  margin-bottom: .1rem;
}
.banner_small p {
  text-align: center;
}
.banner_small em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 .14rem;
  font-size: .16rem;
  color: #fff;
}
.news_de_con {
  background-color: #f8f8f8;
}
.news_de_con table{
   width: 100%;
   position: relative;
 }
.news_de_con table i{
  position: absolute;
  right: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #b91d23;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  top: -24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}
.news_de_con table i.on{
  transform: rotate(180deg);
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}
.news_de_con table p{
  text-indent: 0!important;
  margin-bottom: 0!important;
}
.news_de_con table p a{
  color: #787878;
}
.news_de_con table p a:hover{
  color: #b81c22;
  text-decoration: underline;
}
.news_de_con table td{
  padding: 10px;
}
.news_de_con table td:nth-child(6){
  min-width: 1rem;
}
.news_de_con p,.news_de_con span,.news_de_con p span {
  margin-block-start: 1em;
  margin-block-end: 1em;
  /*font-size: .16rem!important;*/
  /*color: #787878!important;*/
  /*margin-bottom: .29rem!important;*/
  /*line-height: 1.6!important;*/
  /*text-indent: 2em!important;*/
  /*font-family: "Helvetica Neue", Helvetica,tahoma, Arial,"Source Han Sans CN","Heiti SC", "PingFang SC", "Hiragino Sans GB", "Heiti SC","WenQuanYi Micro Hei", sans-serif!important;*/
}
.news_de_con .sign_up {
  text-align: right;
  margin-top: .35rem;
}
.news_de_con .sign_up em, .news_de_con .sign_up span {
  display: block;
  font-size: .16rem;
  color: #787878;
  text-align: right;
}
.news_de_con .sign_up em {
  margin-bottom: .05rem;
}
.news_de_con .list {
  margin-top: .64rem;
}
.news_de_con .list h3 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .18rem;
  color: #7f7f7f;
  margin-right: .6rem;
}
.news_de_con .list a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .18rem;
  color: #323232;
}
.news_de_con .list a:hover {
  color: #b81c22;
}
.news_de_con .col {
  background-color: #fff;
  padding: .28rem .46rem;
  margin-bottom: .1rem;
}
.resear_nav {
  background-color: #b81c22;
  padding: .4rem 0;
}
.resear_nav dt {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #f9f0f0;
  font-size: .2rem;
}
.resear_nav dd {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #f9f0f0;
  font-size: .2rem;
  padding: .08rem .18rem;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.resear_nav dd.on {
  border: 1px solid #e0bfc0;
}
.resear_nav dl {
  margin-bottom: .11rem;
}
.resear_row .row {
  margin: 0 -0.18rem;
}
.resear_row .col_lg_6 {
  padding: 0 .18rem;
  margin-bottom: .36rem;
}
.resear_row .con {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: .3rem;
}
.resear_row .img_box {
  background-color: #fce6e8;
  text-align: center;
  padding: .3rem 0;
  margin-bottom: .2rem;
}
.resear_row em {
  display: block;
  font-size: .16rem;
  color: #aeaeae;
}
.resear_row h2 {
  display: block;
  font-size: .24rem;
  color: #464646;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resear_row span {
  display: block;
  font-size: .16rem;
  color: #aeaeae;
  margin-bottom: .18rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resear_row p {
  display: block;
  font-size: .16rem;
  color: #787878;
  margin-bottom: .3rem;
  height: 4.4em;
  overflow: hidden;
}
.c_page {
  margin-top: .3rem;
}
.c_page em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #787878;
  font-size: .18rem;
  vertical-align: middle;
}
.c_page .con {
  border:0px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #787878;
  font-size: .18rem;
}
.building h2{
  float:left;
}
.building .build_btn{
  cursor: pointer;
}
.c_page select, .c_page input {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: .5rem;
  height: .34rem;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  outline: none;
  background-color: #fff;
  color: #787878;
  font-size: .18rem;
  vertical-align: middle;
}
.c_page input {
  text-align: center;
  margin-left: .43rem;
}
.c_page a {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #787878;
  font-size: .18rem;
  margin-left: .24rem;
}
.c_page a:hover {
  color: #b81c22;
}
.capital_row1 {
  position: relative;
}
.capital_row1 .tit h6 {
  font-weight: bold;
}
.capital_row1 .row {
  margin: 0 -.22rem;
}
.capital_row1 .col_lg_8 {
  padding: 0 .22rem;
}
.capital_row1 .img {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 62%;
}
.capital_row1 h2 {
  font-size: .3rem;
  color: #323232;
  margin: .28rem 0 .14rem;
}
.capital_row1 h3 {
  font-size: .16rem;
  color: #787878;
  line-height: 1.6;
}
.capital_row2 {
  position: relative;
}
.capital_row2 .tit p {
  text-align: center;
}
.capital_row2 h6 {
  font-weight: bold;
}
.capital_row2 .img_box {
  text-align: center;
}
.capital_row2 .con {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: .7rem .67rem .6rem;
  text-align: center;
}
.capital_row2 h2 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .3rem;
  color: #323232;
  padding: 0 .8rem .35rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: .48rem;
}
.capital_row2 .row {
  margin: 0 -10px;
}
.capital_row2 .col_lg_11, .capital_row2 .col_lg_13 {
  padding: 0 10px;
}
.capital_row2 p {
  font-size: .16rem;
  color: #787878;
  line-height: 1.6;
  text-align: left;
  margin-bottom: .05rem;
}
.capital_row2 .col_lg_11 p{
  text-indent: 2em;
}
.capital_row2 p a {
  color: #b81c22;
  word-wrap: break-word;
}
.capital_row2 p a:hover {
  text-decoration: underline;
}
.capital_row2 .col {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: .6rem .58rem;
}
.capital_row2 .col:last-child {
  margin-bottom: 0;
}

.capital_row2 .col i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  background-color: #b81c22;
  text-align: center;
  line-height: .4rem;
  cursor: pointer;
}
.capital_row2 img {
  cursor: pointer;
}
.capital_row2 h3 {
  font-size: .3rem;
  color: #323232;
  line-height: 1;
  margin-bottom: .1rem;
}
.capital_row2 .left {
  position: relative;
  width: 21%;
  text-align: center;
}
.capital_row2 .right {
  width: 72%;
}
.risk_row1 .left {
  position: relative;
  width: 25%;
  background-color: #f8f8f8;
  padding: .25rem .66rem 0 0;
}
.risk_row1 .contain {
  margin-top: .8rem;
}
.risk_row1 .right {
  position: relative;
  width: 73.5%;
  /*border: 1px solid #d4d4d4;*/
}
.risk_row1 .right .con {
  position: absolute;
  left: .5rem;
  display: none;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  /*padding: 1.07rem .78rem;*/
}
.risk_row1 .right .con.on {
  display: block;
}
.risk_row1 li {
  font-size: .24rem;
  color: #323232;
  padding: .16rem 0 .16rem .84rem;
  cursor: pointer;
  margin-bottom: .25rem;
}
.risk_row1 li.on {
  color: #fff;
  background-color: #b81c22;
}
.risk_row1 li i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .28rem;
  font-size: .28rem;
}
.risk_row1 h2 {
  font-size: .3rem;
  color: #323232;
  line-height: 1;
  margin-bottom: .1rem;
}
.risk_row1 p {
  font-size: .18rem;
  color: #787878;
}
.risk_row1 .text {
  width: 50%;
  /*padding-top: .45rem;*/
  padding-top: 0;
  float: none;
}
.risk_row1 .img_box {
  width: 50%;
  text-align: left;
  float: none;
  margin-left:0;
  position: absolute;
  left: 56%;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);

}
.risk_row1 .img_box img {
  max-width: 100%;
  max-height: 160px;
}
.risk_row2 .title {
  text-align: center;
  margin-bottom: .3rem;
}
.risk_row2 .title h1 {
  font-size: .3rem;
  color: #323232;
}
.risk_row2 .title span {
  display: block;
  font-size: .16rem;
  color: #898989;
}
.risk_row2 .row {
  margin: 0 -.31rem .53rem;
}
.risk_row2 .col_lg_12 {
  padding: 0 .31rem;
}
.risk_row2 h2, .risk_row2 h3 {
  font-size: .18rem;
}
.risk_row2 h2 {
  color: #8e8e8e;
}
.risk_row2 h3 {
  color: #181818;
}
.risk_row2 .item {
  border-bottom: 1px solid #e6e6e6;
  padding: .14rem 0;
}
.risk_row2 .item:first-child {
  border-top: 1px solid #e6e6e6;
}
/*.risk_row2 p {*/
/*  font-size: .16rem;*/
/*  color: #787878;*/
/*  margin-bottom: .32rem;*/
/*}*/
.risk_row2 h4 {
  font-size: .16rem;
  font-weight: bold;
  color: #323232;
}
.risk_container {
  padding: 0 20%;
}
/*.risk_container table tr td:first-child{*/
/*  white-space: nowrap;*/
/*}*/
/*.risk_container table tr td{*/
/*  padding: 10px;*/
/*  font-size: .16rem;*/
/*}*/
.risk_row3 .con {
  border: 1px solid #e0e0e0;
  padding: .65rem 1.5rem;
}
.risk_row3 h2 {
  font-size: .3rem;
  color: #323232;
  margin-bottom: .4rem;
  text-align: center;
}
.risk_row3 p {
  font-size: .16rem;
  color: #787878;
  margin-bottom: .06rem;
}
.risk_row3 .sign {
  text-align: right;
  margin-top: .34rem;
}
.risk_row4 {
  text-align: center;
}
.risk_row4 h1 {
  font-size: .48rem;
  color: #323232;
  margin-bottom: .25rem;
  text-align: center;
}
.risk_row4 p {
  font-size: .18rem;
  color: #787878;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .5px;
}
.risk_row4 .risk_form {
  margin-top: .45rem;
  background-color: #f8f8f8;
  padding: .63rem 1.9rem;
}
.risk_row4 h2 {
  font-size: .24rem;
  color: #787878;
  margin-bottom: .38rem;
  text-align: center;
}
.risk_row4 .col {
  margin-bottom: .14rem;
}
.risk_row4 .col.last {
  margin-bottom: .33rem;
}
.risk_row4 .col.last input {
  width: 56%;
}
.risk_row4 label, .risk_row4 input, .risk_row4 .code {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.risk_row4 label {
  width: 13%;
  font-size: .16rem;
  color: #606060;
}
.risk_row4 input {
  width: 86%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 20px 10px;
  font-size: .18rem;
  color: #181818;
}
.risk_row4 .code {
  width: 28%;
  height: auto;
  margin-left: 1%;
}
.risk_row4 button {
  border: none;
  outline: none;
  font-size: .18rem;
  color: #fff;
  padding: .28rem 1.55rem;
  background-color: #b81c22;
  border-radius: 4px;
  cursor: pointer;
}
.risk_row4 button:hover {
  background-color: #d31920;
}
.risk_row4 em {
  display: block;
  font-size: .18rem;
  color: #787878;
  margin-top: .05rem;
}
.veri_letter {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #fff;
  padding: .68rem .62rem .64rem;
  border-radius: 4px;
  text-align: center;
  z-index: 99999999;
  max-height: 77%;
  overflow: auto;
}
.veri_letter h1 {
  font-size: .48rem;
  color: #323232;
  margin-bottom: .6rem;
}
.veri_letter p {
  font-size: .18rem;
  color: #787878;
  text-align: left;
}
.veri_letter .sure {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .18rem;
  color: #fff;
  padding: .28rem 1.55rem;
  background-color: #b81c22;
  border-radius: 4px;
  cursor: pointer;
  margin-top: .6rem;
}
.veri_letter .sure:hover {
  background-color: #d31920;
}
.veri_shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 9999999;
}
.veri_login {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  padding: .68rem .62rem .64rem;
  border-radius: 4px;
  text-align: center;
  z-index: 99999999;
  width: 45%;
}
.veri_login h1 {
  font-size: .48rem;
  color: #323232;
  margin-bottom: .3rem;
  text-align: center;
}
.veri_login .col {
  margin-bottom: .14rem;
}
.veri_login label, .veri_login input {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.veri_login label {
  width: 15%;
  font-size: .16rem;
  color: #606060;
}
.veri_login input {
  width: 83%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 20px 10px;
  font-size: .18rem;
  color: #181818;
  margin-left: 1%;
}
.veri_login button {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .18rem;
  color: #fff;
  padding: .25rem 1.3rem;
  background-color: #b81c22;
  border-radius: 4px;
  cursor: pointer;
  margin-top: .3rem;
  outline: none;
  border: none;
}
.veri_login button:hover {
  background-color: #d31920;
}
.pro_row ul {
  margin-bottom: .36rem;
}
.pro_row li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: .48rem;
  font-size: .36rem;
  color: #323232;
  cursor: pointer;
}
.pro_row li.on {
  color: #b81c22;
  border-bottom: 1px solid #b81c22;
}
.pro_row .row {
  margin: 0 -.15rem;
  display: none;
}
.pro_row .row.on {
  display: block;
}
.pro_row .col_lg_6 {
  padding: 0 .15rem;
  margin-bottom: .3rem;
}
.pro_row .con {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: .3rem .4rem .4rem;
}
.pro_row .img_box {
  display: block;
  text-align: center;
  height: 2.28rem;
  line-height: 2.28rem;
  margin-top: 0;
}
.pro_row img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro_row .t {
  position: relative;
}
.pro_row .t::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.16rem;
  width: 1.25rem;
  height: 1px;
  background-color: #e1e1e1;
}
.pro_row h1 {
  font-size: .2rem;
  color: #323232;
  /*height: 3.04em;*/
  overflow: hidden;
  margin-bottom: .32rem;
}
.pro_row p {
  font-size: .16rem;
  color: #787878;
  margin-bottom: .06rem;
}
.pro_row a {
  display: block;
  margin-top: .28rem;
  color: #b81c22;
  font-size: .16rem;
}
.pro_row a i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: .25rem;
  vertical-align: bottom;
  margin-right: 1px;
}
.pro_row .hot {
  position: absolute;
  width: .38rem;
  height: .42rem;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: .15rem;
  top: 0;
}
.capital_row3 p {
  font-size: .16rem;
  color: #787878;
  line-height: 1.8;
  margin-bottom: .33rem;
}
.capital_row3 .con,.risk_row1 .conn {
  padding: 0 20%;
}
.capital_row3 em {
  font-size: .16rem;
  color: #323232;
  font-weight: bold;
}
.capital_row4 .tit {
  margin-bottom: .36rem;
}
.capital_row4 .tit p {
  font-size: .16rem;
  color: #787878;
}
.capital_row4 .row {
  margin: 0 -.28rem;
}
.capital_row4 .col_lg_8 {
  padding: 0 .28rem;
}
.capital_row4 .img {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 62%;
  margin-bottom: .18rem;
}
.capital_row4 p {
  font-size: .18rem;
  color: #323232;
}
.contact_row3 h1 {
  font-size: .48rem;
  color: #323232;
  font-weight: bold;
  text-align: center;
  margin-bottom: .56rem;
}
.contact_row3 .left, .contact_row3 #map_container {
  width: 65%;
}
.contact_row3 .right, .contact_row3 .map_con .text {
  width: 35%;
}
.contact_row3 .right {
  text-align: right;
}
.contact_row3 button {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 68%;
  font-size: .18rem;
  color: #fff;
  background-color: #b81c22;
  border-radius: 4px;
  border: none;
  outline: none;
  height: .74rem;
  line-height: .74rem;
  cursor: pointer;
}
.contact_row3 button:hover {
  background-color: #d31920;
}
.contact_row3 .select_col .row {
  margin: 0 -.06rem;
}
.contact_row3 .select_col .col_lg_8 {
  padding: 0 .06rem;
}
.contact_row3 .select_col i {
  position: absolute;
  right: .1rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #b6b6b6;
  font-size: .37rem;
}
.contact_row3 .col {
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.contact_row3 select {
  width: 100%;
  font-size: .18rem;
  color: #787878;
  background-color: #fff;
  height: .74rem;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 0 .4rem 0 .3rem;
}
.contact_row3 select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/select_icon.png) no-repeat right center;
  background-size: 35px;
}
.contact_row3 select::-ms-expand {
  display: none;
}
.contact_row3 .map_con {
  margin: .4rem 0 .55rem;
}
.contact_row3 .map_con .text {
  height: 6.3rem;
}
.contact_row3 #map_container {
  height: 6.3rem;
  /*width:100%;*/
}
/*.contact_row3 .text.pull_left{
  display:none;
}*/
.contact_row3 .text.pull_left.emptyValue .emptyList{
  display:none;
}
.contact_row3 .map_loca {
  width: .3rem;
}
.contact_row3 .text {
  padding: .45rem 0 0 .53rem;
  border: 1px solid #e3e3e3;
  height: 361px;
}
.contact_row3 .text h2, .contact_row3 .text em {
  font-size: .3rem;
}
.contact_row3 .text h2 {
  color: #323232;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: .23rem;
  margin-bottom: .2rem;
}
.contact_row3 .text em {
  display: block;
  color: #b81c22;
  line-height: 1;
}
.contact_row3 .text .list {
  margin-bottom: .1rem;
  padding-right: .45rem;
}
.contact_row3 .text span, .contact_row3 .text p {
  font-size: .16rem;
}
.contact_row3 .text span {
  color: #aeaeae;
}
.contact_row3 .text p {
  color: #323232;
}
.contact_row3 .map_bot .row {
  margin: 0 -.25rem;
}
.contact_row3 .map_bot .col_lg_8 {
  padding: 0 .25rem;
  margin-bottom: .4rem;
}
.contact_row4 {
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_row4 .col{
  margin-bottom: .24rem;
}
.contact_row4 .contact_code input{
  width: 61%;
  margin-right: 3%;
}
.contact_row4 .contact_code img{
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width:35%;
  vertical-align: middle;
}
.contact_row4 .tex{
  margin-bottom: .42rem;
}
.contact_row4 .con{
  padding: 0 27%;
}
.contact_row4 .row {
  margin: 0 -.28rem .42rem;
}
.contact_row4 .col_lg_12 {
  padding: 0 .28rem;
}
.contact_row4 input, .contact_row4 textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 0.28rem 0.2rem;
  color: #3a3a3a;
  font-size: .18rem;
}
.contact_row4 textarea {
  height: 1.8rem;
}
.contact_row4 input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 textarea::-webkit-input-placeholder {
  font-size: .18rem;
  color: #848484;
}
.contact_row4 textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: .18rem;
  color: #848484;
}
.contact_row4 input#submit {
  padding: .28rem 1rem;
  background-color: #b81c22;
  font-size: .18rem;
  color: #fff;
  border: none;
  outline: none;
  margin-top: .6rem;
  cursor: pointer;
  width: 3rem;
}
.contact_row4 input#submit:hover {
  background-color: #d31920;
}
.building .build_btn.on{
  border-bottom: 3px solid #fff;
}
.deve_row .deve_con {
  padding: 0 .7rem;
}
.deve_row h2 {
  font-family: 'Arial';
  font-size: .6rem;
  color: #000;
  font-weight: bold;
  margin-bottom: .3rem;
  text-align: center;
}
.deve_row .col {
  margin-bottom: .27rem;
  text-align: left;
}
.deve_row h4, .deve_row em {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: .18rem;
}
.deve_row h4 {
  font-weight: bold;
  color: #000;
  margin-right: .19rem;
}
.deve_row em {
  color: #787878;
}
.deve_row .bot {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.deve_row span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 1.42rem;
  height: 1.42rem;
  background-color: #fce6e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 1.42rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  font-family: 'Arial';
  color: #323232;
  font-size: .24rem;
  cursor: pointer;
}
.deve_row .swiper-slide-thumb-active {
  width: 3.25rem !important;
}
.deve_row .swiper-slide-thumb-active span {
  width: 3.25rem;
  background-color: #b81c22;
  border-radius: 1.42rem;
  -webkit-border-radius: 1.42rem;
  -ms-border-radius: 1.42rem;
  -moz-border-radius: 1.42rem;
  -o-border-radius: 1.42rem;
  color: #fff;
}
/*.deve_row .deve-thumbs {*/
  /*margin-top: .88rem;*/
/*}*/
.deve_row .swiper-slide {
  text-align: center;
}
.touchevents .total_nav {
  display: none;
}
.touchevents .total_nav.sticky {
  display: block;
}
.touchevents .m_total_nav {
  display: block;
}
.index_row1 .col_lg_1_7 {
  position: relative;
}
.money_float{
  display: none;
  position: absolute;
  left: 79%;
  top:0;
  background-color: #fff;
  padding: 0 .3rem .1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.money_float .ico{
  position: absolute;
  left: -14px;
  top:50%;
  margin-top: -9.5px;
  width: 14px;
  height: 19px;
  background: url(../image/money_float.png) no-repeat center;
  background-size: cover;
}
.money_float li{
  margin-bottom: .12rem;
  display: block;
}
.money_float li a{
  font-size: .17rem;
  color: #8d8d8d;
  white-space: nowrap;
}
.money_float li a:hover{
  color: #b81c22;
  text-decoration: underline;
}
.index_row1 .col_lg_1_7:hover .money_float {
  display: block;
}
.news_con .m_total_nav {
  margin-top: 0;
  margin-bottom: .2rem;
}
.touchevents .capital_row2 .m_total_nav {
  margin-top: 0;
  margin-bottom: .3rem;
}
.honor_con {
  margin-top: .7rem;
}
.search_result {
  padding: .7rem 0;
}
.m_resear_nav {
  background: #b81c22;
  display: none;
  padding: 15px 0;
}
.account img{
  max-height: 1800px;
}
.news_de_con .table_con{
  width: 100%;
  overflow: auto;
}

/*手机端三级导航*/
.dropdown_menu .th_menu li{
  background-color: #efefef;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown_menu .th_menu li:last-child{
  border-bottom: none;
}
.dropdown_menu .th_menu a{
  display: block;
  padding: 0 20px;
  line-height: 30px;
  text-align: left;
  font-size: 13px;
  color: #9a9898;
}
.dropdown_menu .th_menu{
  display: none;
}


.m_resear_nav select {
  width: 100%;
  font-size: .18rem;
  color: #fff;
  background: transparent url(../image/select_icon1.png) no-repeat right center;
  background-size: 26px;
  height: .74rem;
  border: 1px solid #fff;
  outline: none;
  border-radius: 4px;
  padding: 0 .4rem 0 .3rem;
  margin-bottom: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.com_row2 .con img{
  height:116px;
}
/*悬浮二维码*/
.code_float{
  position: fixed;
  right: 0;
  top:50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  background-color: rgba(255,255,255,.8);
  z-index: 999999;
  padding: 28px 0 20px;
}
.code_float ul li:first-child img{
  max-width: none;
}
.code_float li{
  display: block;
  padding: 4px 0;
  margin-right: 0!important;
}
.code_float li a{
  position: relative;
  display: block;
  padding: 8px 20px;
  text-align: center;
}
.code_float li a:hover i{
  border: 1px solid #ba1e23;
  color: #ba1e23;
}
.code_float li a:hover em{
  color: #ba1e23;
}
.code_float li a:hover img{
  right: 110%;
}
.code_float li a i{
  font-size: 25px;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  color: #6f6f6f;
  padding: 7px;
  transition: all .5s;
}
.code_float li a em{
  display: block;
  font-size: 14px;
  color: #565656;
  text-align: center;
  margin-top: 10px;
  transition: all .5s;
}
.code_float li img{
  position: absolute;
  right: -500%;
  top:50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transition: all .3s;
  height:auto!important;
}

.code_float .code_close{
  position: absolute;
  right: 5px;
  top:6px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  background:#ba1e23;
  border-radius: 50%;
  cursor: pointer;
}
.code_float .code_close i{
  color: #fff;
  font-size: 12px;
}
.m_resear_nav select:last-child {
  margin-bottom: 0;
}
.jump_input{

}
.per_list.branch_list .container_wrap .col{
  clear:both;
  overflow: hidden;
}
.per_list.branch_list .container_wrap .col .col_title {
  width: 4rem;
  float: left;
  padding-top: .05rem;
}
.per_list.branch_list .container_wrap .col .col_title h4 {
  color: #b91d23;
}
.per_list.branch_list .container_wrap .col .col_title h3 {
  zoom: 1;
  /*font-size: .36rem;*/
  color: #323232;
  vertical-align: top;
  line-height: 1;
  text-align-last: justify;
  width:auto;
  margin-right: 0;
}
.per_list.branch_list .container_wrap .col .mes {
  width: 65%;
  float: right;
  zoom: 1;
  vertical-align: top;
}
.per_list.branch_list .container_wrap .col .mes .item{
  padding: 0 .1rem;
}
.per_list.branch_list .container_wrap .col .mes.line dl {
  position: relative;
  margin-right: 0;
  width: 35%;
  text-align: left;
}
.per_list.branch_list .container_wrap .col .mes.line dl dd{
  line-height: 0.3rem;
}
.per_list.branch_list .container_wrap .col .mes.line dl:nth-child(n+4) {
  margin-top: .15rem;
}
.per_list.branch_list .container_wrap .col .mes.line dl:nth-child(1) {
  width: 25%;
}
.per_list.branch_list .container_wrap .col .mes.line dl:nth-child(4) {
  width: 25%;
}
.per_list.branch_list .container_wrap .col .mes.line dl:first-child{
  max-width:none !important;
}
.risk_row4 input.phonecodebtn{
  position: absolute;
  right: 0;
  top: 0;
  background: #a5a5a5;
  width: 2.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 0.18rem;
  padding: 20px 10px;
  cursor: pointer;
  height: auto;
  line-height: initial;
}
@media (max-width: 1870px) {
  .footer dl {
    margin-right: .5rem;
  }
}
@media (max-width: 1814px){
  .com_row2 .con {
    padding: .5rem .38rem .4rem;
  }
}
@media (max-width: 1790px) {
  .footer dl {
    margin-right: .4rem;
  }
}
@media (max-width: 1770px) {
  .noti_con label {
    width: 20%;
  }
  .noti_con input,.noti_con button, .noti_con p {
    width: 79%;
  }
  .noti_con .col.on input {
    width: 53%;
  }
}
@media (max-width: 1760px){
  .footer .foot_left {
    padding-right: .2rem;
  }
}
@media (max-width: 1730px) {
  .header .droplist_tile dl {
    margin-right: .3rem;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 93px;
  }
  .header .droplist_tile .right {
    padding: 0.36rem 3% 0 .7rem;
  }
  .header .droplist_tile .left {
    padding: .3rem .7rem .3rem 9.5%;
  }
  .index_row1 img {
    height: 80px;
  }
  .footer dl {
    margin-right: .35rem;
  }
  .about_row2 {
    padding: 1rem 24% 2rem;
  }
  .risk_row1 li {
    padding: .16rem 0 .16rem .7rem;
  }
  .com_row2 .col_lg_6 {
    padding: 0 .1rem;
  }
  .com_row2 .row {
    margin: 0 -0.1rem;
  }
}
@media (max-width: 1662px){
  .per_list.branch_list .container_wrap .col .mes{
    width:65%;
  }
  .per_list h3 {
    font-size: .34rem;
  }
  .per_list.recruit h3 {
    width: 27%;
    padding-right: 0;
  }
}
@media (max-width: 1610px){
  .pro_row .con {
    padding: .3rem .3rem .4rem;
  }
}
@media (max-width: 1600px) {
  .per_list.on dl {
    margin-bottom: .1rem;
  }
  .footer li {
    margin-right: .18rem;
  }
  .footer li > img{
    height: 133px;
  }
  .noti_con {
    padding: .36rem .4rem;
  }
  .noti_con label {
    width: 22%;
  }
  .noti_con input, .noti_con button, .noti_con p {
    width: 76%;
  }
  .noti_con .col.on input {
    width: 51%;
  }
}
@media (max-width: 1570px){
  .per_list.recruit h3 {
    width: 28%;
  }
  .per_list.on h3 {
    width: 31%;
  }
  .per_list.on .mes {
    width: 68%;
  }
}
@media (max-width: 1560px) {


  html {
    font-size: 90px;
  }
  .header .droplist_tile dl {
    margin-right: .2rem;
  }
  .header .droplist_tile ul {
    padding: .3rem .4rem .15rem;
  }
  .index_row4 span {
    width: 74%;
  }
  .footer li img {
    height: 113px;
  }
  .con_wrap {
    padding: 0 6.25%;
  }
  .pro_row li {
    font-size: .34rem;
  }
  .risk_container {
    padding: 0 11%;
  }
  .risk_row4 h1 {
    font-size: .45rem;
  }
  .veri_letter {
    padding: .5rem;
  }
  .veri_letter h1 {
    font-size: .4rem;
    margin-bottom: .4rem;
  }
  .veri_letter .sure {
    margin-top: .3rem;
  }
  .veri_login {
    padding: .6rem;
  }
  .about_txt h1 {
    font-size: .4rem;
  }
  .about_row1 h2 {
    font-size: .32rem;
  }
  .about_row3 h2 {
    font-size: .4rem;
  }
  .risk_row1 li {
    padding: .16rem 0 .16rem .5rem;
  }
  .risk_row1 .left {
    padding: .25rem .6rem 0 0;
  }

  .per_list.recruit h3 {
    width: 29%;
    padding-right: 0;
  }
  .footer .foot_left {
    padding-right: .5rem;
  }
}
@media (max-width: 1500px){
  .per_list dl {
    width: 13%;
  }
}
@media (max-width: 1480px){
  .pro_row .con {
    padding: .3rem .2rem .4rem;
  }
}
@media (max-width: 1460px){
  .pro_row .col_lg_6 {
    padding: 0 .10rem;
    margin-bottom: .2rem;
  }
  .per_list h3 {
    font-size: .32rem;
  }.per_list.on h3 {
     width: 30%;
   }
  .per_list.on .mes {
    width: 69%;
  }
  .per_list.on dl {
    width: 16%;
  }
  .per_list.on .mes dl:first-child {
    max-width: 1rem;
  }
}
@media (max-width: 1450px) {
  .header .search_box:hover, .header .search_box.on {
    width: 2rem;
  }
  .header .search_box button {
    margin-top: -11px;
  }
  .header .search_box button i {
    font-size: 22px;
  }
  .header .head_top i {
    margin-right: 6px;
  }
  .header .head_top li {
    padding: 0 9px;
  }
  .index_row1 img {
    height: 72px;
  }
  .index_row2 .col {
    margin-bottom: 0.28rem;
  }
  .index_row4 span {
    width: 70%;
  }
  .index_row4 .col img {
    height: 63px;
  }
  .footer dl {
    margin-right: .3rem;
  }
  .footer li {
    margin-right: .12rem;
  }
  .footer .complaint {
    padding: .2rem .16rem;
    margin-right: .25rem;
  }
  .con_wrap {
    padding: 0 6.25%;
  }
  .banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .banner .slick-dots {
    padding: 12px 20px;
    min-width: 220px;
  }
  .banner .slick-dots li.slick-active button {
    width: 30px;
  }
  .header .logo {
    margin: 12px 0;
  }
  .header .droplist_tile .left {
    padding: .2rem .5rem .3rem 9.5%;
  }
  .header .droplist_tile .right {
    padding: 0.3rem 3% 0 .5rem;
  }
  .header .droplist_tile dt {
    min-width: 1.02rem;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
  }
  .header .droplist_tile dd {
    margin-bottom: .08rem;
  }
  .resear_row .col_lg_6 {
    padding: 0 .1rem;
    margin-bottom: .2rem;
  }
  .resear_row .row {
    margin: 0 -0.1rem;
  }
  .index_row3 .sky-carousel-box {
    width: 10.55rem;
  }
  .edu .num {
    top: -.55rem;
    font-size: 1rem;
  }
  .edu {
    padding: 1rem 0 1px;
  }
  .capital_row2 h2 {
    padding: 0 .8rem .25rem;
    margin-bottom: .35rem;
  }
  .capital_row2 .con {
    padding: .5rem;
  }

  .capital_row2 .col {
    padding: .8rem .58rem;
  }
  .tit h6 {
    font-size: .46rem;
  }
  .inter_row2 h2 {
    font-size: .26rem;
  }
  .inter_row2 .con img {
    height: 93px;
  }
  .inter_row3 .con img {
    height: 100px;
  }
  .per_tag h2 {
    font-size: .34rem;
  }
  .per_list h3 {
    font-size: .34rem;
  }
  .com_row1 .left {
    padding: 1rem .7rem;
  }
  .com_row2 .con img {
    height: 90px;
  }
  .t_padding {
    padding: 0.7rem 0;
  }
  .about_row1 .right {
    background-position: 39% center;
  }
  .about_row1 .left {
    padding: 2% 4%;
  }
  .about_row1 h2 {
    padding-bottom: .2rem;
    margin-bottom: .2rem;
  }
  .about_row2 {
    padding: .8rem 24% 1rem;
  }
  .com_row2 .con img {
    height: 82px;
  }
  .com_row2 .col_lg_6 {
    padding: 0 .05rem;
  }
  .com_row2 .row {
    margin: 0 -0.1rem;
  }
  .noti_con input, .noti_con button, .noti_con p {
    width: 73%;
  }
  .noti_con label {
    width: 26%;
  }
  .noti_con .col.on input {
    width: 47%;
  }
}
@media (max-width: 1434px){
  .risk_row1 li i {
    margin-right: .2rem;
  }
  .risk_row1 li {
    padding: .16rem 0 .16rem .4rem;
  }
}
@media (max-width: 1425px){
  .about_row1 .left {
    padding: 3% 2%;
  }
  .account img{
    max-height: 1300px;
  }
  .down .img img{
    max-height:80px;
  }
  .deve_row .col {
    margin-bottom: .27rem;
  }
  .about_row1 h2 {
    font-size: .3rem;
  }
  .per_list h3 {
    font-size: .32rem;
  }
  .about_row3 {
    padding: 1.56rem 14% 1.24rem;
  }
  .risk_row1 .right {
    width: 73%;
  }
  .risk_row1 .right .con {
    left: .3rem;
  }
}
@media (max-width: 1415px){
  .per_list.on dl {
    width: 15%;
  }
  .per_list.on dd {
    font-size: .15rem;
  }
}
@media (max-width: 1400px){
  #announcement.per_list dl:first-child {
    width: 15%;
  }

  .per_list .mes.line dl:first-child{
    max-width: 1.3rem;
  }
  .header .head_nav .nav_list > li > a {
    padding: 0 .165rem;
  }
}
@media (max-width: 1370px){
  .per_list.on h3 {
    font-size: .23rem;
  }
  .per_list.on dl {
    width: 16%;
  }
}
@media (max-width: 1350px) {
  .contact_row3 .text {
    height: 340px;
  }
  html {
    font-size: 85px;
  }
  .header .head_nav .nav_list > li > a {
    padding: 0 .15rem;
  }
  .header .search_box:hover, .header .search_box.on {
    width: 1.8rem;
  }
  .header .search_box button i {
    font-size: 19px;
  }
  .header .search_box button {
    margin-top: -9.5px;
  }
  .header .logo img {
    height: 54px;
  }
  .banner p {
    font-size: 0.32rem;
  }
  .b_padding {
    padding: 0.6rem 0;
  }
  .index_row4 .col {
    padding: .4rem .4rem;
  }
  .footer li img {
    height: 90px;
  }
  .container_wrap {
    padding: 0 4.25%;
  }
  .con_wrap {
    padding: 0 4.25%;
  }
  .banner_norm h2 {
    font-size: .5rem;
  }
  .banner_norm .text {
    bottom: 8%;
  }
  .pro_row li {
    font-size: .32rem;
    margin-right: .4rem;
  }
  .pro_row .col_lg_6 {
    padding: 0 .1rem;
    margin-bottom: .2rem;
  }
  .pro_row .row {
    margin: 0 -.1rem;
  }
  .pro_row .con {
    padding: .2rem;
  }
  .resear_nav {
    padding: .3rem 0;
  }
  .index_row3 .tit h6 {
    font-size: .55rem;
  }
  .edu .num {
    top: -.5rem;
    font-size: .9rem;
  }
  .tit h6 {
    font-size: .43rem;
  }
  .inter_row3 .con {
    padding: .38rem .2rem;
  }
  .contact_row1 ul {
    margin-right: .4rem;
  }
  .risk_row4 h1 {
    font-size: .4rem;
  }
  .risk_row4 h2 {
    font-size: .21rem;
  }
  .veri_letter h1 {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .veri_letter p {
    font-size: .16rem;
  }
  .veri_letter .sure {
    padding: .18rem 1rem;
  }
  .veri_login h1 {
    font-size: .4rem;
  }
  .veri_login {
    padding: .4rem;
  }
  .per_tag a {
    font-size: .22rem;
  }
  .per_tag h2 {
    font-size: .3rem;
  }
  .about_row1 h2 {
    font-size: .28rem;
  }
  .about_row1 p {
    margin-bottom: .1rem;
    line-height: 1.9;
  }
  .about_row3 {
    padding: 1rem 18%;
  }
  .risk_row1 .left {
    width: 27%;
    padding: .6rem .6rem .6rem 0;
  }
  .risk_row1 .left {
    width: 27%;
    background-color: #f8f8f8;
    padding: .25rem .3rem 0 0;
  }
  .risk_row1 .right {
    width: 70.5%;
  }
  /*.risk_row1 .text {*/
    /*padding-top: .3rem;*/
  /*}*/
  .com_row2 .con {
    padding: .5rem .2rem .3rem;
  }
  .per_list h3 {
    font-size: .3rem;
  }
  .per_list h4 {
    font-size: 0.26rem;
  }
}
@media (max-width: 1300px){
  .per_list dl {
    padding: 0 .05rem;
  }
}
@media (max-width: 1284px){
  .per_list.on h3 {
    width: 29%;
    font-size: .22rem;
  }.per_list.on .mes {
     width: 70%;
   }
  .pro_row .con {
    padding: .2rem .1rem;
  }
}
@media (max-width: 1260px){
  .money_float {
    padding: 0 .2rem .1rem;
  }
  .noti_con label {
    width: 26%;
  }
  .noti_con input, .noti_con button, .noti_con p {
    width: 72%;
  }
  .noti_con .col.on input {
    width: 46%;
  }
  .per_list h3 {
    /*width: 1rem;*/
  }
}
@media (max-width: 1226px){
 .per_list.on h3 {
     font-size: .2rem;

   }
}
@media (max-width: 1200px) {
  .per_list.on .mes {
    width: 70%;
  }
  .per_list.on dl {
    width: 15%;
  }
  .per_list h3 {
    /*width: .9rem;*/
    margin-right: .1rem;
  }
  .down .col {
    padding: .45rem .85rem .45rem .5rem;
  }
  .down .img img {
    left: .5rem;
  }
  #announcement.per_list dl:first-child {
    width: 19%;
  }
  .floadAd{
    display: none;
  }
  .deve_row .col {
    margin-bottom: .1rem;
    text-align: left;
  }
  .per_list .mes.line dl {
    width: 17%;
  }
  .per_list dl {
    width: 24%;
    margin-bottom: .1rem;
  }
  .contact_row3 .map_bot .col_lg_8 {
    padding: 0 .1rem;
  }

  .about_row1 .right {
    background-position: center;
  }
  .recruit .mes {
    width: 61%;
  }
  .per_list.recruit h3 {
    width: 35%;
  }
  .contact_row4 .con {
    padding: 0 20%;
  }
  .m_header .logo_box {
    padding-left: 10px;
  }
  .m_header .logo_box a {
    display: block;
  }
  .m_header .logo_box img {
    height: 44px;
    margin-top: 4px;
  }
  body {
    padding-top: 50px;
  }
  .footer .foot_left {
    border-right: none;
    float: none;
    border-bottom: 1px solid #7c7c7d;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
  }
  .foot_right {
    float: none;
  }
  .footer dl {
    margin-right: .2rem;
  }
  .footer .foot_top {
    padding: .55rem 0 .3rem;
  }
  .index_row3 .sky-carousel-box {
    width: 8rem;
  }
  .edu .col_lg_12 {
    padding: 0 .1rem;
  }
  .edu .row {
    margin: 0 -.1rem .3rem;
  }
  .capital_row1 h2 {
    font-size: .26rem;
    margin: .2rem 0 .1rem;
  }
  .capital_row2 h2, .capital_row2 h3 {
    font-size: .26rem;
  }
  .inter_row1 .col {
    margin-bottom: .2rem;
  }
  .inter_row2 .con img {
    height: 76px;
  }
  .inter_row3 .con img {
    height: 84px;
  }
  .chart .con {
    padding: 0 13%;
  }
  .contact_row1 img {
    height: 40px;
  }
  .contact_row1 li {
    margin-bottom: .1rem;
  }
  .contact_row1 em {
    margin-right: 0;
  }
  .contact_row2 .con img {
    height: 40px;
  }
  .contact_row2 h1 {
    margin: .1rem 0;
  }
  .contact_row3 .text h2, .contact_row3 .text em {
    font-size: .26rem;
  }
  .contact_row3 .map_bot .col_lg_8 {
    padding: 0 .2rem;
  }
  .contact_row3 .map_bot .row {
    margin: 0 -.2rem;
  }
  .news_con .c_page select, .news_con .c_page input {
    width: .6rem;
  }
  .risk_container {
    padding: 0 8%;
  }
  .veri_letter {
    padding: .4rem;
  }
  .per_list h3 {
    font-size: .3rem;
    margin-right: 1rem;
  }
  .per_list .mes.line dl {
    width: 28%;
  }
  .per_list .col {
    padding: .3rem;
  }
  .c_page select, .c_page input {
    width: .6rem;
  }
  .t_padding {
    padding: 0.7rem 0;
  }
  .com_row2 .con img {
    height: 76px;
  }
  .deve_row h2 {
    font-size: .5rem;
  }
  .deve_row span {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .deve_row .swiper-slide-thumb-active span {
    width: 3rem;
  }
  .about_row1 p {
    margin-bottom: .1rem;
  }
  .about_row3 {
    padding: 1rem 12%;
  }
  .about_row2 {
    padding: .8rem 18% 1rem;
  }
  .recruit_row li {
    font-size: .42rem;
  }
  .building .build_btn.on{
    border-bottom: 2px solid #fff;
  }
  .about_row1 .left, .about_row1 .right {
    height: auto;
    float: none;
    width: 100%;
  }
  .about_row1 .right {
    padding-top: 87%;
  }
}
@media (max-width: 1025px){
  .per_list dt {
    font-size: .14rem;
  }
  .per_list .col {
    padding: .2rem;
  }
  .per_list.on dd {
    font-size: .13rem;
  }
  .per_list.on h3 {
    font-size: .25rem;
  }
  .per_list.on h3 {
    width: 28%;
    font-size: .17rem;
  }
  .per_list.on .mes {
    width: 71%;
  }
  .per_list.on h3 {
    width: 100%;
    font-size: .18rem;
    margin-bottom: .1rem;
  }
  .per_list.on .mes dl:first-child {
    max-width: 1rem;
    padding-left: 0;
  }
  .per_list.on .mes {
    width: 100%;
  }
  .per_list.on dl {
    width: 16%;
  }
}

@media (max-width: 1170px) {
  .per_list .mes.line {
    width: 84%;
  }
  /*.per_list.branch_list .container_wrap .col .mes{
    width:60%;
  }*/
  .per_list.branch_list .container_wrap .col .col_title{
    width: 3rem;
  }
  .per_list h3 {
    margin-right: .5rem;
  }
}
@media (max-width: 1015px){
  .per_list .mes.line dl {
    width: 27%;
  }
}
@media (max-width: 992px) {
  .com_row2 p {
    height: 6.2em;
  }
  .sky-carousel-bg h4 {
    top: auto;
    bottom: 0;
  }
  #announcement.per_list dl:first-child {
    width: 23%;
  }
  .per_list.on h3 {
    width: 100%;
    margin-bottom: .1rem;
  }
  .per_list.on .mes {
    width:100%;
  }
  .per_list dl.on {
    width: 74%;
  }
  .per_list.on dl {
    width: 16%;
  }
  .news_container {
    padding: 0 8%;
  }
  .risk_row1 .right .con {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
  }
  .risk_row1 .text {
    width: 100%!important;
  }
  .risk_row1 .contain {
    margin-top: .5rem;
  }
  .down .img img{
    max-height:60px;
  }
  .per_list .mes.line dl {
    width: 29%;
  }
  .contact_row3 .text {
    height: 290px;
  }
  .per_tag select {
    background-size: 27px;
  }
  .index_row1 img {
    height: 57px;
  }
  .per_list .mes.line dl:first-child {
    max-width: .8rem;
  }
  .index_row1 .col_lg_1_7 {
    margin-bottom: .3rem;
  }
  .index_row1 h2 {
    margin-bottom: .04rem;
  }
  .index_row2 h1 {
    font-size: 0.3rem;
  }
  .learn_more.kuang {
    padding: 0.08rem 0.15rem;
  }
  .learn_more i {
    margin-left: 0;
  }
  .index_row2 .col {
    margin-bottom: 0.2rem;
  }
  .index_row4 .col_lg_8 {
    padding: 0 0.1rem;
  }
  .index_row4 .row {
    margin: 0 -0.1rem;
  }
  .index_row4 .col {
    padding: .3rem;
  }
  .index_row4 span {
    width: 68%;
  }
  .index_row5 li {
    font-size: .36rem;
  }
  .more_tit h4 {
    font-size: 0.36rem;
  }
  .footer .copyright {
    padding: .2rem 0;
  }
  html {
    font-size: 75px;
  }
  .banner p {
    line-height: 1.4;
    font-size: 0.3rem;
  }
  .index_row2 .col_lg_8 {
    margin-bottom: .4rem;
  }
  .index_row4 .col_lg_8 {
    margin-bottom: .2rem;
  }
  .footer .foot_top {
    display: none;
  }
  .footer .copyright p {
    margin-right: 0;
    display: block;
  }
  .con_wrap {
    padding: 0 3%;
  }
  .pro_row h1 {
    height: auto;
    overflow: hidden;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pro_row .t {
    margin-top: .2rem;
  }
  .resear_row .col_lg_6 {
    padding: 0 .2rem;
    margin-bottom: .4rem;
  }
  .sky-carousel-bg {
    padding-bottom: 1.5rem;
  }
  .resear_row .row {
    margin: 0 -0.2rem;
  }
  .index_row3 .sky-carousel-box {
    width: 5.5rem;
  }
  .index_row3 .con {
    padding: 0 7% 0.4rem;
    background-size: contain;
  }
  .index_row3 .sc-content {
    padding: 0 .1rem;
    width: 70vw !important;
  }
  .index_row3 .sky-carousel {
    height: 5.1rem;
    padding-top: 2.8rem;
  }
  .index_row3 .line {
    bottom: 1.4rem;
  }
  .tit h6 {
    font-size: .4rem;
  }
  .capital_row1 .col_lg_8 {
    padding: 0 .1rem;
  }
  .capital_row1 .row {
    margin: 0 -.1rem;
  }
  .capital_row2 .col_lg_11 {
    margin-bottom: .2rem;
  }
  .capital_row2 .col_lg_11, .capital_row2 .col_lg_13 {
    padding: 0;
  }
  .capital_row2 .row {
    margin: 0;
  }
  .capital_row2 .col {
    padding: .5rem;
    margin-bottom: .2rem;
  }
  .inter_row1 .right {
    padding-left: 0;
    margin-top: .3rem;
  }
  .inter_row2 .col_lg_6 {
    margin-bottom: .26rem;
  }
  .inter_row3 .col_lg_6 {
    margin-bottom: .32rem;
  }
  .inter_row1 .row {
    margin-bottom: .5rem;
    margin-right: 0;
    margin-left: 0;
  }
  .chart .con {
    padding: 0 6.25%;
  }
  .contact_row3 .left, .contact_row3 #map_container {
    width: 100%;
    float: none;
  }
 /* .contact_row3 #map_container{
    width: 100%!important;
  }*/
  .contact_row3 .right, .contact_row3 .map_con .text {
    width: 100%;
    float: none;
    margin-top: .3rem;
  }
  .contact_row3 button {
    width: 44%;
  }
  .contact_row3 .map_con .text {
    height: auto;
  }
  .news_con h1 {
    font-size: .26rem;
  }
  .risk_container {
    padding: 0 6.25%;
  }
  .risk_row4 .risk_form {
    margin-top: .4rem;
    padding: .5rem 1rem;
  }
  .veri_login {
    width: 58%;
  }
  .veri_login h1 {
    font-size: .3rem;
  }
  .veri_login button {
    padding: .2rem 1rem;
  }
  .per_tag a {
    font-size: .2rem;
    margin-right: .2rem;
  }
  .per_tag h2 {
    padding-right: .2rem;
    margin-right: .2rem;
  }
  .s_padding {
    padding: 0.4rem 0;
  }
  .per_list.message dl {
    margin-bottom: 0;
  }
  .per_list .mes {
    width: 77%;
    margin-left: 0;
  }
  .per_list h3 {
    margin-right: .5rem;
  }
  .per_list .txt {
    margin-top: 0;
  }
  .com_row2 .col_lg_6 {
    padding: 0 .05rem;
  }
  .com_row2 .row {
    margin: 0 -0.18rem;
  }
  .com_row3 li {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  .com_row3 li.on {
    width: 2.8rem;
  }
  .banner_small h1 {
    font-size: .32rem;
  }
  .about_row1 .left, .about_row1 .right {
    height: auto;
    float: none;
    width: 100%;
  }
  .about_row1 .right {
    padding-top: 87%;
  }
  .about_row3 {
    padding: 1rem 8%;
  }
  .about_row2 {
    padding: .8rem 10% 1rem;
  }
  .per_list.recruit h3 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .per_list.recruit dl {
    margin-bottom: 0;
  }
  .risk_row1 .text {
    width: 100%;
    padding-top: 0;
    float: none;
    margin-bottom: 15px;
  }
  .risk_row1 .img_box {
    position: static;
    width: 100%;
    text-align: left;
    float: none;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
  }
  .risk_row1 .right .con {
    padding: .5rem;
  }
  .risk_row1 .img_box img {
    max-width: 100%;
    max-height: 136px;
  }
  .risk_row1 .left {
    width: 31%;
    background-color: #f8f8f8;
    padding: .25rem .3rem 0 0;
  }
  .risk_row1 li i {
    margin-right: 10px;
  }
  .risk_row1 li {
    padding: .16rem 0 .16rem .2rem;
  }
  .footer .copyright p:last-child a {
    padding-right: 67px;
    background: url(../image/kgu.png) no-repeat right center;
    background-size: 70px;
  }
  .risk_row1 .right .con {
    position: static;
  }
  .risk_row1 .right {
    width: 68.5%;
  }
  .news_con h2 {
    width: 72%;
  }
  .per_list .mes.line {
    width: 82%;
  }
}
@media (max-width: 800px) {
  .per_list.branch_list .container_wrap .col .col_title{
    width: 100%;
  }
  .per_list.branch_list .container_wrap .col .mes{
    width:100%;
    margin-top: .2rem;
  }
  .per_list.branch_list .container_wrap .col .mes .item{
    padding: 0 .05rem;
  }
  .per_list.branch_list .container_wrap .col .col_title h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
	.news_de_con table{
		width: 100%;
	}
  .pro_row .col_lg_6 {
    padding: 0;
  }
  .pro_row .con {
    padding: .2rem .4rem;
  }
  .news_de_con table i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
  }
  .sky-carousel-bg h4 {
    bottom:15px;
  }
  .per_list.on .mes dl:first-child {
    padding: 0 .1rem;
  }
  .per_list.on h3 {
    font-size: .25rem;
  }
  .per_list.on h3 {
    width: 100%;
    padding-left: .1rem;
  }
  .per_list .mes.line dl:first-child {
    max-width: none;
  }
  .per_list.on dl:last-child {
    max-width: none;
  }
  .per_list.on .mes dl:first-child {
    max-width: none;
  }
  .code_float li a em {
    font-size: 12px;
  }
  .code_float li a i {
    font-size: 16px;
  }
  .code_float ul li:first-child img {
    height: 120px!important;
  }
  .per_list.on .mes {
    width: 100%;
  }
  .code_float li a {
    padding: 8px 13px;
  }
  .down .img img {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
  }
  #announcement.per_list dl:first-child {
    width:100%;
  }
  .per_list.message dl {
    width: 100%;
  }
  .news_container {
    padding: 0 6.25%;
  }
  .down .img img{
    max-height:40px;
    margin-bottom: 5px;
  }
  .per_list .open, .per_list .close {
    top: .2rem;
    right: .2rem;
  }
  .per_list .mes.line dl {
    width: 50%;
  }
  .per_list dl {
    width: 46%;
    margin-bottom: .1rem;
  }
  .per_list.on dl {
    width: 50%;
  }
  .index_row3 .line {
    bottom: 1.25rem;
  }
  .per_list .col {
    padding: .2rem;
  }
  .contact_row3 .text {
    height: auto;
    padding: .4rem 0 .3rem .53rem;
  }
  .money_float .ico {
    left: -10px;
    margin-top: -7px;
    width: 10px;
    height: 14px;
  }
  .noti_con label,.noti_con p,.noti_con p i,.noti_con input{
    font-size: 12px;
  }
  .noti_con label {
    width: 29%;
  }
  .noti_con input{
    width: 69%;
  }
  .noti_con button, .noti_con p{
    width: 100%;
  }
  .noti_con .col.on input {
    width: 43%;
  }
  .noti_con .sub {
    margin-bottom: 5px;
  }
  .noti_con .col {
    margin-bottom: 12px;
  }
  .contact_row4 .con {
    padding: 0;
  }
  .building .build_btn.on {
    border-bottom: 1px solid #fff;
  }
  .index_row5 p {
    font-size: .19rem;
  }
  .contact_row1 span {
    min-width: 1.3rem;
  }
  .index_row1 p {
    height: 3em;
  }
  .per_tag select {
    background-size: 24px;
  }
  .contact_row3 select {
    background: url(../image/select_icon.png) no-repeat right center;
    background-size: 24px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .resear_row .col_lg_6 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .per_list.on h3 {
    width: 100%;
  }
  .capital_row2 .col_lg_11 img {
    height: 80px;
  }
  .banner .slick_item {
    padding-top: 38.4%;
    padding-top: 29.4%;
  }
  html {
    font-size: 65px;
  }
  .banner p {
    width: 40%;
    font-size: 0.25rem;
  }
  .banner .slick-dots {
    padding: 8px 10px;
    min-width: 120px;
    bottom: 5px;
  }
  .banner .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .banner .slick-dots li.slick-active button {
    width: 20px;
  }
  .banner .slick-dots li {
    margin: 0 2px;
  }
  .index_row1 img {
    height: 48px;
  }
  .b_padding {
    padding: 0.4rem 0;
  }
  .index_row2 p {
    overflow: visible;
    white-space: normal;
  }
  .index_row4 .col img {
    height: 53px;
  }
  .index_row5 li {
    padding: 0 .1rem;
  }
  .pro_row li {
    font-size: .3rem;
    margin-right: .2rem;
  }
  .banner_norm {
    padding-top: 34%;
  }
  .banner_norm h2 {
    font-size: .26rem;
  }
  .banner_norm .text h2 {
    margin-bottom: 0;
  }
  .banner_norm .text {
    bottom: 9%;
    padding-top: .3rem;
  }
  .banner_norm .text::before {
    height: .25rem;
  }
  .banner_norm span {
    font-size: 10px;
    padding: 0 .15rem;
  }
  .pro_row h1 {
    overflow: visible;
    white-space: normal;
  }
  .resear_row p {
    height: auto;
    overflow: visible;
  }
  .resear_row .row {
    margin: 0;
  }
  .index_row3 .sky-carousel-box {
    width: 3.7rem;
  }
  .index_row3 .sky-carousel .sc-selected .img, .index_row3 .sky-carousel .sc-selected img {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #b81c22;
  }
  .index_row3 .sky-carousel .img {
    width: .8rem;
    height: .8rem;
  }
  .index_row3 .tit h6 {
    font-size: .4rem;
  }
  .index_row3 {
    padding-top: 0.5rem;
  }
  .index_row3 .tit {
    margin-bottom: .2rem;
  }
  .index_row3 h2 {
    font-size: 0.36rem;
  }
  .index_row3 .sky-carousel-box {
    width: 4.5rem;
  }
  .sky-carousel .sc-content-container {
    padding: 0;
  }
  .index_row3 .con {
    padding: 0 7%;
  }
  .index_row3 .sky-carousel {
    height: 4.8rem;
  }
  .edu p {
    font-size: .25rem;
    margin-bottom: .2rem;
  }
  .edu .col_lg_12 {
    padding: 0;
    margin-bottom: .3rem;
  }
  .edu .row {
    margin: 0;
  }
  .edu .col {
    padding: .52rem .3rem .3rem;
    margin-bottom: .8rem;
  }
  .tit h6 {
    font-size: .32rem;
  }
  .capital_row1 .col_lg_8 {
    padding: 0;
    margin-bottom: .4rem;
  }
  .capital_row1 .row {
    margin: 0;
  }
  .capital_row1 h2 {
    margin: .2rem 0 0;
  }
  .tit p {
    margin-top: .08rem;
  }
  .capital_row2 .con {
    padding: .3rem;
  }
  .capital_row2 .col {
    padding: .3rem;
  }
  #intro, #mes {
    position: absolute;
    top: -10%;
  }
  .inter_row3 .row {
    margin: 0;
  }
  .inter_row2 .row {
    margin: 0;
  }
  .inter_row3 p {
    height: auto;
    overflow: visible;
    margin-bottom: .3rem;
  }
  .inter_row3 .col_lg_6 {
    margin-bottom: .16rem;
    padding: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .total_nav a {
    padding: .2rem 0;
  }
  .total_nav li {
    margin: 0 .2rem;
  }
  .ques .con .top i {
    right: .1rem;
  }
  .ques .ques_col {
    padding-top: 0;
  }
  .ques .con {
    padding: .2rem 0;
  }
  .chart em {
    width: 100%;
  }
  .chart a {
    width: 100%;
    text-align: left;
    margin-top: .1rem;
  }
  .down .col {
    padding: .3rem;
  }
  .down .img {
    width: 32%;
    padding-right: 0;
    float: none;
  }
  .down .txt {
    width: 100%;
  }
  .contact_row1 .col_lg_12 {
    padding: 0;
    margin-bottom: .3rem;
  }
  .contact_row1 .row {
    margin: 0;
  }
  .contact_row1 ul {
    margin-right: .1rem;
  }
  .contact_row1 img {
    height: 32px;
  }
  .contact_row1 h2 {
    font-size: .3rem;
  }
  .contact_row2 .con {
    padding: .7rem .3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .contact_row3 h1 {
    font-size: .38rem;
    margin-bottom: .3rem;
  }
  .contact_row3 .select_col .col_lg_8 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .contact_row3 .select_col .row {
    margin: 0;
  }
  .contact_row3 button {
    width: 100%;
  }
  .contact_row3 .right {
    margin-top: 0;
  }
  .contact_row3 #map_container {
    height: 5rem;
  }
  .contact_row3 .map_bot .col_lg_8 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .contact_row3 .map_bot .row {
    margin: 0;
  }
  .contact_row4 .col_lg_12 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .contact_row4 .row {
    margin: 0;
  }
  .capital_row3 .con,.risk_row1 .conn {
    padding: 0 6.5%;
  }
  .capital_row4 .col_lg_8 {
    padding: 0;
    margin-bottom: .4rem;
  }
  .capital_row4 .row {
    margin: 0;
  }
  .news_con span, .news_con h2 {
    display: block;
    width: 100%;
  }
  .news_con .col {
    padding: .25rem 28% .25rem .25rem;
  }
  .news_con .learn_more{
    right: .25rem;
  }
  .news_con em {
    font-size: .25rem;
  }
  .news_con .text {
    width: 100%;
    margin-top: .1rem;
  }
  .c_page {
    display: none;
  }
  .m_page a.next {
    padding: 0;
  }
  .m_page {
    margin-bottom: 0;
    margin-top: .3rem;
  }
  .risk_row4 h1 {
    font-size: .35rem;
    margin-bottom: .15rem;
  }
  .risk_row4 .risk_form {
    margin-top: .4rem;
    padding: .3rem .2rem;
  }
  .risk_row4 label {
    width: 22%;
  }
  .risk_row4 input {
    width: 75%;
    padding: 15px 10px;
  }
  .risk_row4 input.phonecodebtn{
    padding: 15px 10px;
  }
  .risk_row4 .col.last input {
    width: 45%;
  }
  .risk_row4 button {
    padding: .26rem 1rem;
  }
  .risk_row4 em i {
    font-size: 12px;
  }
  .veri_letter, .veri_login {
    width: 80%;
  }
  .veri_login {
    padding: .2rem;
  }
  .veri_login label {
    width: 18%;
  }
  .veri_login input {
    width: 75%;
    padding: 15px 10px;
    margin-left: 1%;
  }
  .per_nav {
    display: none;
  }
  .m_per_nav {
    display: block;
    margin-bottom: .2rem;
  }
  .per_tag .col_lg_7, .per_tag .col_lg_3 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .per_tag .row {
    margin: 0;
  }
  .per_list h3 {
    margin-bottom: .2rem;
  }
  .per_list .mes {
    width: 100%;
  }
  .com_row1 .left {
    float: none;
    width: 100%;
    padding: 6.25%;
  }
  .com_row1 .right {
    position: static;
    width: 100%;
    height: auto;
    padding: .3rem 6.25%;
  }
  .com_row1 .con {
    position: static;
    width: 100%;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
  }
  .t_padding {
    padding: 0.5rem 0;
  }
  .com_row2 p {
    height: auto;
    overflow: visible;
  }
  .com_row2 .col_lg_6 {
    padding: 0;
    margin-bottom: .2rem;
  }
  .com_row2 .row {
    margin: 0;
  }
  .com_row2 .con {
    padding: .6rem .2rem;
  }
  .com_row2 .con img {
    height: 65px;
  }
  .com_row3 li.on {
    width: 2rem;
  }
  .com_row3 li {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .2rem;
  }
  .com_row3 .honor_con .slick_item {
    padding: 0 34px;
  }
  .com_row3 .honor_con p {
    height: auto;
    overflow: visible;
  }
  .honor_con {
    margin-top: .5rem;
  }
  .next h3 {
    font-size: .38rem;
    margin-bottom: .3rem;
  }
  .deve_row span {
    width: .8rem;
    height: .8rem;
    line-height: .82rem;
  }
  .deve_row .swiper-slide-thumb-active span {
    width: 1.8rem;
  }
  .deve_row .deve_con {
    padding: 0;
  }
  .about_txt.t_padding {
    padding: 0.5rem 6.25%;
  }
  .about_row1 .left {
    padding: 6% 7%;
  }
  .about_row2 h3 {
    font-size: .32rem;
  }
  .about_row2 {
    padding: .8rem 6.25% 1rem;
  }
  .about_row3 {
    padding: .8rem 6.25%;
  }
  .about_row3 h2 {
    font-size: .32rem;
  }
  .recruit_row li {
    font-size: .32rem;
    margin-right: 2rem;
  }
  .risk_row1 .left {
    width: 100%;
    padding: .25rem .5rem .01rem 0;
    float: none;
  }
  .risk_row1 li {
    padding: .16rem 0 .16rem .3rem;
  }
  .risk_row1 .right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .risk_row2 .col_lg_12:first-child .item:last-child {
    border-bottom: none;
  }
  .risk_row3 .con {
    padding: .4rem .5rem;
  }
  .risk_row3 h2 {
    margin-bottom: .2rem;
  }
  .m_resear_nav {
    display: block;
  }
  .resear_nav {
    display: none;
  }
  .risk_row1 .right .con {
    padding: .3rem;
  }
  .sky-carousel ul {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -o-transform: translateX(6px);
  }
  .capital_row2 .col i {
    font-size: 12px;
  }
  .recruit_row ul {
    padding: 1.2rem 0;
  }
  .next {
    padding: .8rem 0;
  }
  .contact_row4 input, .contact_row4 textarea {
    padding: 0.25rem 0.2rem;
  }
  .contact_row4 .col {
    margin-bottom: .2rem;
  }
  .contact_row4 .contact_code img {
    width: 34%;
  }
  .news_de_con .table_con{
    max-width: 600px;
    overflow: scroll;
  }
}
@media (max-width: 540px){
  .risk_row4 input.phonecodebtn{
    width: 1.5rem;
  }
  .per_list.branch_list .container_wrap .col .mes.line dl{
    width: 30%;
  }
  .per_list.branch_list .container_wrap .col .mes.line dl:nth-child(2) {
    width: 40%;
  }
  .per_list.branch_list .container_wrap .col .mes.line dl:nth-child(5) {
    width: 40%;
  }
}
@media (max-width: 450px){
  .per_list.branch_list .container_wrap .col .mes.line dl{
    width:48% !important;
    margin-top: 0 !important;
    margin-bottom: .1rem !important;
  }
}
@media (max-width: 400px){
  .about_row1 h2 {
    font-size: .22rem;
  }
}
@media (max-width: 365px){
  .contact_row1 span {
    min-width: 0;
    display: block;
  }
  .contact_row1 i {
    margin-left: 0;
  }
  .index_row5 span,.index_row5 p {
    font-size: 10px;
  }
  .index_row5 .img {
    padding-top: 76%;
  }
}
@media (max-width: 350px) {
  .index_row5 li {
    font-size: .32rem;
    padding: 0 .05rem;
  }
  .learn_more.kuang {
    padding: 0.04rem 0.1rem;
  }
  .down a.download {
    display: block;
    margin-bottom: .2rem;
  }
  .risk_row4 label {
    width: 25%;
  }
  .risk_row4 input {
    width: 72%;
    padding: 12px 10px;
  }
  .risk_row4 .col.last input {
    width: 42%;
  }
  .risk_row4 button {
    padding: 11px 32px;
  }
  .veri_login label {
    width: 21%;
  }
  .veri_login button {
    padding: 11px 32px;
  }
  .veri_login input {
    padding: 12px 10px;
  }
  .index_row3 .sky-carousel-box {
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
  }
}
@media (max-width: 334px){
  .noti_con label {
    width: 27%;
  }
  .noti_con {
    padding: .36rem .2rem;
  }
  .noti_con input {
    width: 71%;
  }
}


/*在线开户页面*/
.account_row{
  padding: .9rem 0;
  background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.account_row .con{
  width: 8.02rem;
  margin: auto;
}
.account_row li{
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: .22rem;
  color:#000;
  background-color: #ddd;
  padding: 16px 0;
  cursor: pointer;
}
.account_row li.on{
  background-color: #b81c22;
  color: #fff;
}
.account_row .account_con{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.account_row .account_con > img{
  position: absolute;
  left: 0;
  top:-1000%;
}
.account_row .tab_con{
  display: none;
}
.account_row .tab_con.on{
  display:block;
}
.account_row .tab_con h2{
  font-size: .16rem;
  color: #000;
  margin-bottom: .1rem;
  font-weight: bold;
}
.account_row .tab_con:first-child h2{
  margin-left: 52px;
}
.account_row .tab_con:last-child .float_chart img{
  margin-left: 12px;
}
.account_row .in a{
  display: inline-block;
}
.account_row .in a:hover span{
  text-decoration: underline;
}
.account_row .tab_con:first-child .float_chart {
  position: absolute;
  left: 1rem;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.account_row .tab_con:first-child .right{
  position: absolute;
  right: 1.2rem;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.account_row .acc_blo .col{
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  width: 3rem;
  padding: .26rem 0;
  margin-bottom: .33rem;
  text-align: center;
}
.account_row .acc_blo .col:last-child{
  margin-bottom: 0;
}
.account_row .acc_blo span{
  display: inline-block;
  text-align: center;
  font-size: .22rem;
  color: #b81c22;
  line-height: 1.5;
  vertical-align: middle;
}
.account_row .acc_blo .img_box{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  margin-right: .18rem;
}
.account_row .acc_blo .in{
  display: inline-block;
}
.account_row .tab_con:last-child .float_chart {
  position: absolute;
  right: 1rem;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.account_row .tab_con:last-child .left{
  position: absolute;
  left: 1.2rem;
  top:50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (max-width: 1400px){
  .account_row .tab_con:first-child .float_chart {
    left:.9rem;
  }
  .account_row .tab_con:last-child .float_chart img {
    margin-left: 9px;
  }
  .account_row .tab_con:last-child .float_chart {
    right: .9rem;
  }
  .account_row .acc_blo .img_box img{
    height: 65px;
  }
  .account_row .acc_blo .img_box {
    min-width: 65px;
  }
}
@media (max-width: 1200px){
  .account_row {
    padding: .6rem 0;
  }
  .account_row .tab_con .float_chart img,.account_con > img{
    width: 110px;
  }
  .account_row .tab_con:first-child h2 {
    margin-left: 47px;
  }
  .account_row .tab_con:last-child .float_chart img {
    margin-left: 7px;
  }
}
@media (max-width: 767px){
  .account_row .con {
    width: 90%;
  }
  .account_row li {
    padding: 10px 0;
  }
  .account_row .tab_con:first-child .float_chart {
    left:.17rem;
  }
  .account_row .tab_con:first-child .right {
    right: .17rem;
  }
  .account_row .acc_blo .img_box img {
    height: 49px;
  }
  .account_row .acc_blo .img_box {
    min-width: 49px;
  }
  .account_row .acc_blo .col {
    width: 2.5rem;
    padding: .2rem 0;
    margin-bottom: .2rem;
  }
  .account_row .tab_con:last-child .float_chart {
    right: .17rem;
  }
  .account_row .tab_con:last-child .left {
    left: .17rem;
  }
}
@media (max-width: 366px){
  .account_row .tab_con .float_chart img,.account_con > img {
    width: 89px;
  }
  .account_row .acc_blo .img_box img {
    height: 40px;
  }
  .account_row .acc_blo .img_box {
    min-width: 40px;
  }
  .account_row .tab_con:first-child h2 {
    margin-left: 30px;
  }
  .account_row .acc_blo .col {
    width: 2.2rem;
  }
}

/*demo*/
/*demo*/

.footer .cy-ai-box a {
  display:flex;
  flex-direction: column;
}