html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,a{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "-apple-system","BlinkMacSystemFont","PingFang SC","Helvetica","Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#666666;outline:0;}
html,body{background:#FFF;max-width: 640px}

img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
	display: block;
	color: inherit;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none;
}
div,li{box-sizing: border-box;}

.fl{float: left;}
.fr{float: right;}

.clearfix{}
.clearfix:after {
     clear: both;
     content: ' ';
     display: block;
     font-size: 0;
     line-height: 0;
     visibility: hidden;
     width: 0;
     height: 0;
}

input,button{
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

/* åŠ å°æ‰‹è§¦å‘ */
input[type="button"]{
    cursor: pointer;
 }
 
 /* åŽ»æŽ‰é»˜è®¤è§¦å‘ */
 input[type="text"] {
     outline: none;
 }

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=button],input[type=text],input[type=password],textarea{-webkit-appearance:none;outline:none;border-radius: 0; opacity: 1;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #999999; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #999999; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #999999; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #999999; 
}     
   
/*æ»šåŠ¨æ¡æ ·å¼*/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color:rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}
::-webkit-scrollbar-thumb{
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

@font-face {
    font-family: 'Brandon_bld';
    src: url('../fonts/Brandon_bld.eot');
    src: url('../fonts/Brandon_bld.otf')format('otf'),
    url('../fonts/Brandon_bld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_bld.woff') format('woff'),
    url('../fonts/Brandon_bld.ttf') format('truetype'),
    url('../fonts/Brandon_bld.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon_light';
    src: url('../fonts/Brandon_light.eot');
    src: url('../fonts/Brandon_light.otf')format('otf'),
    url('../fonts/Brandon_light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_light.woff') format('woff'),
    url('../fonts/Brandon_light.ttf') format('truetype'),
    url('../fonts/Brandon_light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon_med';
    src: url('../fonts/Brandon_med.eot');
    src: url('../fonts/Brandon_med.otf')format('otf'),
    url('../fonts/Brandon_med.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_med.woff') format('woff'),
    url('../fonts/Brandon_med.ttf') format('truetype'),
    url('../fonts/Brandon_med.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Brandon_regular';
    src: url('../fonts/Brandon_regular.eot');
    src: url('../fonts/Brandon_regular.otf')format('otf'),
    url('../fonts/Brandon_regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Brandon_regular.woff') format('woff'),
    url('../fonts/Brandon_regular.ttf') format('truetype'),
    url('../fonts/Brandon_regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* animated */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes z-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    80% {
        opacity: .6;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes z-zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    80% {
        opacity: .6;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes fadeInRight2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(200px, 0, 0);
      transform: translate3d(200px, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}
@keyframes fadeInRight2 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(200px, 0, 0);
      transform: translate3d(200px, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

@-webkit-keyframes z-float {
    0% {
        -webkit-transform: translate(5%,5%);
        transform: scale(5%,5%);
    }

    100% {
        -webkit-transform: translate(-5%,-5%);
        transform: scale(-5%,-5%);
    }
}

@keyframes z-float {
    0% {
        -webkit-transform: translate(5%,5%);
        transform: scale(5%,5%);
    }

    100% {
        -webkit-transform: translate(-5%,-5%);
        transform: scale(-5%,-5%);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.z-zoom {
    -webkit-animation-name: z-zoom;
    animation-name: z-zoom
}
.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}
.z-float {
    -webkit-animation-name: z-float;
    animation-name: z-float
}

/*头部*/
.header {
    width: 100%;
    height: 1.24rem;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s;
}
.header .head_logo {
    width: 2.15rem;
    /* height: .54rem; */
    float: left;
    margin: .34rem 0 0 .3rem;
}

/*左侧导航*/
.ovfHiden {
    overflow: hidden;
}
.head_nav_bg {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.head_bg {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.4);
    display: none;
}
.head_nav {
    width: 4.55rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(../images/head_bg.jpg) no-repeat center/cover;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn_click .head_nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.btn_click .head_bg {
    display: block;
    animation: fadeIn .4s linear forwards;
    -webkit-animation: fadeIn .4s linear forwards;
}
.nav_list {
    padding-top: 1.5rem;
}
.nav_list>li {
    color: #666666;
}
.nav_list>li>a {
    color: #666666;
    display: block;
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: .4rem;
    padding-left: .55rem;
}
.nav_list>li>a p {
    line-height: 1.28rem;
    font-size: .4rem;
}
.nav_list>li>p {
    font-size: .4rem;
    height: 1.28rem;
    line-height: 1.28rem;
    padding-left: .55rem;
}
.nav_list>li>p.on {
    color: #333333;
    background-color: #e7dcbe;
}

/*子导航*/
.ul_nei_nav {
    display: none;
    padding-bottom: .45rem;
    background-color: #e7dcbe;
}
.ul_nei_nav li {
    line-height: .36rem;
    color: #666666;
    font-size: .3rem;
    padding: 0 .55rem;
    margin-top: .3rem;
}
.ul_nei_nav li:first-child {
    margin: 0;
}
.nav_list>li a.on p,
.ul_nei_nav li.curr a {
    color: #333333;
}
.ul_nei_nav li a {
    color: #666666;
    display: inherit;
    font-size: .3rem;
}

.head_nav_btn {
    width: .7rem;
    height: .7rem;
    position: fixed;
    top: .26rem;
    right: .15rem;
    cursor: pointer;
    z-index: 9999;
}
.head_nav_btn span {
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #f01000;
    position: absolute;
    top: .33rem;
    left: 0;
    right: 0;
    margin: auto;
    transition: background-color 0.3s ease-out 0.1s;
    -webkit-transition: background-color 0.3s ease-out 0.1s;
}
.head_nav_btn span:after {
    content:'';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #f01000;
    position: absolute;
    top: .14rem;
    left: 0;
    transition: transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.head_nav_btn span:before {
    content:'';
    display: inline-block;
    width: .4rem;
    height: .04rem;
    background-color: #f01000;
    position: absolute;
    top: -.14rem;
    left: 0;
    transition: transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.btn_click .head_nav_btn span {
    background-color: transparent;
}
.btn_click .head_nav_btn span:after {
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(-45deg);top: 0;
}
.btn_click .head_nav_btn span:before{
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);top: 0;
}
.btn_click .head_nav_bg {
    /* display: block; */
    z-index: 999;
}
/*å¤´éƒ¨æ ·å¼ç»“æŸ*/
.content,
.w1200 {
    padding: 0 .28rem;
}
p {
    font-size: .24rem;
    color: #5f5e5e;
    line-height: 1.5;
}
footer {
    width: 100%;
    background: #3f3f3f;
    padding: .36rem 0 .66rem;
}
footer p {
    color: rgba(244, 248, 252, .7);
    text-align: center;
    line-height: .34rem;
}
footer p em {
    font-family: 'Brandon_bld';
    font-size: .36rem;
    line-height: .24rem;
    color: #ff9600;
    margin-top: .2rem;
    display: inline-block;
}
footer a {
    display: block !important;
}

.tab {
    overflow: hidden;
}
.tab a {
    font-size: .3rem;
    color: #685f57;
    float: left;
}
.detailed .box {
    display: block;
}
.detailed .box + .box {
    display: none;
}
/* index */
.index_side .swiper-slide {
    width: 100%;
    height: 5.35rem;
    background-size: cover;
    background-position: center;
}
.index_side .swiper-slide > div {
    display: none;
}
.index_side .swiper-slide.swiper-slide-active > div {
    display: block;
}
.index_side .caption {
    padding: 0 .3rem;
}
.index_side .caption.caption01 {
    position: absolute;
    left: 0;
    top: 60%;
}
.index_side .caption.caption01 .cn,.index_side .caption.caption01 .en{
    color:#fff;
    text-shadow:0 0 10px rgba(0,0,0,.7);
}
.index_side .caption.caption02 {
    position: absolute;
    left: 0;
    top: 28%;
}
.index_side .caption.caption02 img {
    height: .8rem;
}
.index_side .caption.caption03 {
    position: absolute;
    /* left: 25%; */
    left: 0%;
    top: 83%;
}
.index_side .caption.caption04 {
    position: absolute;
    left: 0;
    top: 27%;
}
.index_side .caption .cn {
    /* font-size: .46rem;
    color: #ff9524;
    line-height: .5rem; */
    /* font-family: 'Brandon_med';
    font-size: .3rem;
    color: #ff9524;
    line-height: .3rem;
    text-transform: uppercase;
    margin-top: .14rem; */
    font-family: 'Brandon_med';
    font-size: .6rem;
    color: #ff9524;
    line-height: .72rem;
    text-transform: uppercase;
    margin-top: .14rem;
    letter-spacing: -.02rem;
    /* letter-spacing: -4px; */
}
.index_side .caption .en {
    font-family: 'Brandon_med';
    font-size: .3rem;
    color: #ff9524;
    line-height: .3rem;
    text-transform: uppercase;
    margin-top: .14rem;
}
.index_side .caption.caption02 .cn {
    /* color: #b2590a; */
    /* font-size: .7rem; */
    color: #dab8b9;
    /* line-height: .7rem; */
    /* letter-spacing: -.05rem; */
}
.index_side .caption.caption02 .en {
    font-size: .7rem;
    color: #dab8b9;
    line-height: .7rem;
    letter-spacing: -.05rem;
}
.index_side .caption.caption03 .cn {
    /* color: #fff; */
    /* color: #fff;
    line-height: .28rem; */
    color: #fff;
    /* line-height: .72rem; */
    font-size: .6rem;
    /* letter-spacing: 0; */
}
.index_side .caption.caption03 .en {
    color: #fff;
    line-height: .28rem;
}
.index_side .caption.caption04 .cn {
    /* font-size: .44rem;
    color: #fff;
    line-height: .56rem;
    position: relative; */
    /* font-family: 'Brandon_med'; */
    /* font-size: .56rem; */
    /* color: #ffbc00; */
    /* line-height: .7rem; */
    /* text-transform: none; */
    /* letter-spacing: -.03rem; */
    /* text-transform: uppercase; */
    color: #ffbc00;
    font-size: .4rem;
    line-height: .52rem;
}
/* .index_side .caption.caption04 .cn:before {
    content: '';
    width: .34rem;
    height: .04rem;
    background-color: #ffc200;
    position: absolute;
    left: 0;
    top: -.28rem;
} */
.index_side .caption.caption04 .en {
    /* font-family: 'Brandon_light'; */
    /* font-size: .56rem; */
    color: #ffbc00;
    /* line-height: .7rem; */
    /* text-transform: none; */
    /* letter-spacing: -.03rem; */
}
.index .con01 {
    background: url(../images/index/ico4.jpg) no-repeat center;
    background-size: cover;
    padding: .55rem 0 .9rem;
    overflow: hidden;
}
.index .con01 .content {
    padding: 0 0 0 .3rem;
}
.index .con01 .tab {
    width: 6.9rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.index .con01 .tab a {
    padding-bottom: .2rem;
    display: inline-block;
}
.index .con01 .tab a.on {
    border-bottom: .05rem solid rgba(227,0,14,.15);
}
.index .con01 .detailed {
    width: 6.9rem;
}
.index .con01 .li {
    margin: .36rem 0 .5rem;
}
.index .con01 .li .date {
    font-family: 'Brandon_bld';
    font-size: .4rem;
    color: #2f2dbb;
}
.index .con01 .li .name {
    font-size: .32rem;
    color: #685f57;
    margin-bottom: .1rem;
}
.index .con01 .li .text {
    font-size: .24rem;
    color: #535353;
    line-height: .36rem;
    opacity: .6;
}
.index .con01 .list {
    height: 2.64rem;
}
.index .con01 .list .swiper-slide {
    width: 38%;
    height: 2.64rem;
    position: relative;
}
.index .con01 .list .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}
.index .con01 .list .img {
    width: 97%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.index .con01 .list .title {
    position: absolute;
    left: .25rem;
    top: .42rem;
    color: #fff;
}
.index .con01 .list .title .cn {
    /* font-size: .3rem; */
    font-size: .22rem;
    color: #fff;
    line-height: .3rem;
    opacity: .4;
    filter: alpha(opacity=40);
    letter-spacing: -.01rem;
    font-family: 'Brandon_regular';
    text-transform: uppercase;
}
.index .con01 .list .title .en {
    font-size: .22rem;
    color: #fff;
    line-height: .3rem;
    opacity: .4;
    filter: alpha(opacity=40);
    letter-spacing: -.01rem;
    font-family: 'Brandon_regular';
    text-transform: uppercase;
}
.index .con02 {
    padding-top: .3rem;
}
.index .con02 .list .li {
    width: 100%;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: .6rem 0 0 .6rem;
    margin-bottom: .2rem;
}
.index .con02 .list .li .en {
    font-family: 'Brandon_med';
    font-size: .4rem;
    color: #fff;
    line-height: .46rem;
    text-transform: uppercase;
    letter-spacing: -.03rem;
    opacity: .5;
    filter: alpha(opacity=50);
}
.index .con02 .list .li .cn {
    /* margin-bottom: .1rem;
    font-size: .32rem;
    color: #fff;
    line-height: .24rem; */
    font-family: 'Brandon_med';
    font-size: .4rem;
    color: #fff;
    line-height: .46rem;
    text-transform: uppercase;
    letter-spacing: -.03rem;
    opacity: .5;
    filter: alpha(opacity=50);
}
/* å†…é¡µ */
.sub_ban {
    height: 2.6rem;
    background: url(../images/ny_ban.jpg) no-repeat center;
    margin-top: 1.24rem;
}
.sub_ban .w1200 {
    position: relative;
    height: 100%;
}
.sub_ban .txt {
    position: absolute;
    right: .28rem;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: right;
}
.sub_ban .txt .h1 {
    width: 5.22rem;
    margin-bottom: .08rem;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    position: absolute;
    right: 0;
    top: 1.35rem;
    animation-delay: .3s !important;
}
.sub_ban .txt .h2 {
    font-size: .3rem;
    color: #f3e3b8;
    line-height: .4rem;
    font-weight: 200;
    animation-delay: .1s !important;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    position: absolute;
    right: 0;
    top: .9rem;
    width: 6rem;
}
.main {
    padding: .4rem 0 .5rem;
}
.c_h1 {
    /* font-size: .46rem;
    color: #ff6c00;
    line-height: 1;
    font-weight: 300; */
    font-size: .4rem;
    color: #e2b33a;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    margin-top: .06rem;
}
.c_h2 {
    font-size: .4rem;
    color: #e2b33a;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    margin-top: .06rem;
}
.c_h1 em,
.c_h2 em {
    font-family: 'Brandon_bld';
}
/* about */
.abt_tBox .img {
    margin: .4rem 0 .28rem;
}
.abt_tBox .h1 {
    font-size: .36rem;
    color: #9f9291;
    line-height: 1;
    margin: .4rem 0 .1rem;
    font-family: 'Brandon_regular';
    letter-spacing: -.01rem;
    text-transform: uppercase;
}
.abt_tBox .h1 em {
    font-weight: 600;
    font-family: 'Brandon_regular';
}
.abt_map table {
    width: 100%;
}
.abt_map table td {
    padding-top: .4rem;
}
.abt_map table .num {
    font-size: .62rem;
    line-height: 1;
    color: #eb030d;
    font-family: 'Brandon_med';
    letter-spacing: -.03rem;
    display: inline-block;
}
.abt_map table .num em:last-child{
	opacity: 0;
}
.abt_map table .num em.on{opacity: 1;}
.abt_map table p {
    font-size: .24rem;
    line-height: .3rem;
    color: #8a8a8a;
    vertical-align: text-top;
    display: block;
    clear: both;
    min-height: .6rem;
}
.abt_map .ri .box {
    /* width: 4.26rem; */
    margin: auto;
    margin-top: .55rem;
    position: relative;
}
.abt_map .ri .li {
    position: absolute;
}
.abt_map .ri .li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff1c1c;
    -webkit-animation: z-zoom 3s linear infinite;
    animation: z-zoom 3s linear infinite;
}
.abt_map .ri .li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff1c1c;
    -webkit-animation: z-zoom 3s 1.5s linear infinite backwards;
    animation: z-zoom 3s 1.5s linear infinite backwards;
}
.abt_map .ri .i1 {
    left: 2.3rem;
    top: 1rem;
    width: .5rem;
    height: .5rem;
}
.abt_map .ri .i2 {
    left: .96rem;
    top: 1.45rem;
    width: 1.14rem;
    height: 1.14rem;
}
.abt_map .ri .i3 {
    left: 2.1rem;
    top: 1.9rem;
    width: .46rem;
    height: .46rem;
}
.abt_map .ri .i4 {
    left: 2.55rem;
    top: 1.64rem;
    width: .62rem;
    height: .62rem;
}
.abt_map .ri .i5 {
    left: 2.5rem;
    top: 2.38rem;
    width: .6rem;
    height: .6rem;
}
/* about2 */
.about2 {
    position: relative;
    overflow: hidden;
}
.abt2_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .9rem;
    background: url(../images/about/about2_bg.png) no-repeat bottom center;
    background-size: cover;
}
.about2 .c_le {
    position: relative;
}
.about2 .c_le .h4 {
    font-size: .28rem;
    color: #947256;
    line-height: .36rem;
    margin: .18rem 0 .74rem;
    position: relative;
    z-index: 2;
    width: 76%;
}
.about2 .c_le .icon {
    width: 1.92rem;
    position: absolute;
    right: -.28rem;
    top: 0;
}
.abt2_tBox {
    position: relative;
    height: 7.36rem;
    width: 100%;
    margin-bottom: 1.72rem;
    overflow: hidden;
}
.abt2_tBox .bg {
    height: 100%;
    width: 100%;
    background: url(../images/about/about2_pic.jpg) no-repeat left top;
    background-size: cover;
}
.abt2_tBox .cnt {
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;
    padding: 0 .32rem;
    z-index: 2;
    zoom: .9;
}
.abt2_tBox .h2 {
    font-size: .42rem;
    color: #ffe993;
    line-height: .3rem;
    margin-bottom: .14rem;
    text-transform: uppercase;
}
.abt2_tBox p {
    color: #fff;
    opacity: .7;
}
.abt2_scroll .bd {
    position: relative;
    padding-bottom: 1.2rem;
}
.abt2_scroll .bd:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e7e7e7;
    position: absolute;
    left: 1.6rem;
    top: .1rem;
}
.abt2_scroll .bd li {
    margin-bottom: 1.28rem;
}
.abt2_scroll .bd li .box {
    position: relative;
    overflow: hidden;
    padding-left: 2rem;
}
.abt2_scroll .bd li .cnt {
    min-height: .8rem;
}
.abt2_scroll .bd li .time {
    font-size: .46rem;
    color: #ff6c00;
    line-height: 1.2;
    font-family: "Brandon_regular";
    letter-spacing: -.03rem;
    position: absolute;
    left: 0;
    top: -.1rem;
    /* letter-spacing: -.05rem; */
    /* padding-right: .6rem; */
    width: 1.2rem;
}
.abt2_scroll .bd li .time em {
    display: block;
}
.abt2_scroll .bd li .time:before {
    content: '';
    width: .18rem;
    height: .18rem;
    background: url(../images/about/about2_icon_dot.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 1.52rem;
    top: .15rem;
}
.abt2_scroll .bd li p {
    color: #5f5e5e;
    opacity: .7;
}
.abt2_scroll {
    position: relative;
}
.abt2_scroll .more {
    width: .57rem;
    position: absolute;
    left: 1.33rem;
    bottom: .6rem;
}
/* about3 */
.about3 {
    overflow: hidden;
}
.about3 .main {
    padding: .4rem 0 0;
}
.abt3_list ul {
    margin: 1rem 0 0 1.53rem;
    padding-bottom: .32rem;
    border-left: 1px solid #e7e7e7;
    padding-left: .16rem;
}
.abt3_list li:after {
    content: '';
    width: .13rem;
    height: .13rem;
    background: url(../images/about/abt3_icon.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: -.23rem;
    top: -.1rem;
}
.abt3_list li {
    position: relative;
    padding: .25rem .4rem .2rem;
    border-top: 1px solid #e7e7e7;
}
.abt3_list li .box {
    margin-bottom: .14rem;
}
.abt3_list li .time {
    font-size: .62rem;
    color: #ff6c00;
    line-height: 1;
    font-family: "Brandon_regular";
    letter-spacing: -.03rem;
    position: absolute;
    left: -1.7rem;
    top: -.33rem;
}
.abt3_list li .h4 {
    position: relative;
    font-size: .32rem;
    color: #ff6c00;
    line-height: .56rem;
}
.abt3_list li .h4:after {
    content: "";
    display: block;
    position: absolute;
    left: -.34rem;
    top: .1rem;
    width: .12rem;
    height: .04rem;
    background: #ff8e00;
}
.abt3_list li p {
    color: #999999;
    margin-bottom: 0;
    line-height: .32rem;
    margin-bottom: .14rem;
}
.abt3_list li p:last-child {
    margin-bottom: 0;
}
.abt3_list .more {
    margin-left: .38rem;
    width: .62rem;
    height: .61rem;
    background: url(../images/about/about3_down.png) no-repeat center;
    background-size: cover;
}
/* news */
.news_list .top_a {
    overflow: hidden;
    background-color: #fdf8ea;
    margin-top: .4rem;
}
.news_list .top_a .pic {
    text-align: center;
}
.news_list .top_a .txt {
    padding: .3rem .4rem .4rem;
}
.news_list .top_a .til {
    font-size: .32rem;
    color: #f01000;
    line-height: .4rem;
    margin-bottom: .2rem;
}
.news_list .top_a p {
    font-size: .28rem;
    color: #514f49;
    line-height: .36rem;
    opacity: .7;
}
.news_list .top_a .time {
    margin-top: .14rem;
    font-size: .4rem;
    line-height: 1;
    color: #c4bfb0;
    font-family: 'Brandon_bld';
}
.news_list .ul a {
    margin-top: .2rem;
    padding: .4rem;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
}
.news_list .ul a .pic {
    display: none;
}
.news_list .ul .til {
    font-size: .32rem;
    color: #333333;
    margin-bottom: .24rem;
}
.news_list .ul p {
    color: #999999;
}
.news_list .ul .time {
    font-size: .4rem;
    color: #999999;
    line-height: 1;
    font-family: 'Brandon_bld';
    opacity: .4;
    margin-top: .1rem;
}
.news_list .more_btn {
    width: .62rem;
    height: .61rem;
    background: url(../images/about/about3_down.png) no-repeat center;
    background-size: cover;
    margin: .4rem auto 0;
}
/* news_d */
.news_d .til_box {
    padding-bottom: .16rem;
    border-bottom: .02rem solid #76ab7c;
    margin: .4rem 0 .2rem;
}
.news_d .til_box .time {
    font-size: .4rem;
    color: #d7000f;
    line-height: 1;
    font-family: 'Brandon_bld';
    margin-bottom: .14rem;
}
.news_d .til_box .til {
    font-size: .34rem;
    color: #5d594f;
    margin-bottom: .35rem;
}
.news_d .til_box .flux {
    float: left;
    font-size: .2rem;
    color: #808080;
}
.news_d .cnt_wr p {
    margin-bottom: .2rem;
}
.news_d .btns {
    display: inline-block;
    border: .03rem solid #f4eeee;
    margin-top: .4rem;
}
.news_d .btns .btn {
    float: left;
    width: 2rem;
    height: .87rem;
    color: #9b9894;
    font-size: .22rem;
    line-height: .87rem;
    text-align: center;
}
.news_d .btns .btn.prev{
    border-right: .03rem solid #f4eeee;
    text-indent: .2rem;
    background: url("../images/news/ic-news-prev.png") no-repeat left .35rem center;
    background-size: .22rem auto ;
}
.news_d .btns .btn.next{
    border-right: .03rem solid #f4eeee;
    text-indent: -.2rem;
    background: url("../images/news/ic-news-next.png") no-repeat right .35rem center;
    background-size: .22rem auto ;
}
.news_d .btns .btn.return{
    background: url("../images/news/ic-return.png") no-repeat  center;
    background-size: .32rem auto ;
}
/* investor */
.investor_list {
    margin-top: .4rem;
}
.investor_list .ul a {
    padding: .32rem .3rem;
    overflow: hidden;
    margin-bottom: .2rem;
    border: 1px solid #e1e1e1;
}
.investor_list .ul .time {
    float: left;
    font-size: .32rem;
    color: #eb030d;
    line-height: .4rem;
    letter-spacing: -.02rem;
    width: 1.8rem;
    font-family: 'Brandon_regular';
}
.investor_list .ul .til {
    float: left;
    font-size: .3rem;
    color: #3f3f3f;
    line-height: .36rem;
    width: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* join */
.join {
    overflow: hidden;
}
.join .top_box {
    margin-top: .4rem;
}
.join .top_box .til {
    font-size: .32rem;
    color: #f01000;
    line-height: .26rem;
    margin-bottom: .14rem;
}
.join .top_box p {
    opacity: .7;
}
.join .c_ri .box {
    margin-top: .3rem;
}
.join .c_ri .ri {
    position: relative;
    width: 100%;
    height: 1.9rem;
}
.join .c_ri .ri .txt {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* right: .88rem; */
    left: 50%;
}
.join .c_ri .ri .h1_en {
    font-size: .26rem;
    color: #fff;
    line-height: .26rem;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
}
.join .c_ri .box .h1_en {
    font-size: .4rem;
    line-height: .4rem;
}
.join .c_ri .ri .h1_cn {
    font-size: .26rem;
    color: #fff;
    line-height: .26rem;
    font-family: 'Brandon_bld';
    text-transform: uppercase;
}
/* join3 */
.join3 .c_ri .img {
    margin-top: .4rem;
}
/* contact */
.contact_info {
    margin-top: .55rem;
}
.contact_info .til {
    font-size: .32rem;
    color: #f01000;
    line-height: .26rem;
}
.contact_info .phone {
    padding-left: .45rem;
    font-family: 'Brandon_med';
    font-size: .36rem;
    color: #ff2010;
    line-height: .36rem;
    background: url(../images/contact/contact_icon_phone.png) no-repeat left .02rem/.32rem .62rem;
    margin-top: .15rem;
    min-height: .8rem;
}
.contact_info .phone em {
    font-size: .24rem !important;
}
.contact_info .p_box p {
    opacity: .7;
}
#contact_map{
    height: 3rem; 
    border: .03rem solid #efe4c8;
    margin-top: .32rem;
}
#contact_map img{
    max-width: none;
}
/* contact2 */
.contact2_l_box {
    margin: .32rem 0 .3rem;
}
.contact2_l_box .h1 {
    font-size: .46rem;
    color: #d4b28d;
    line-height: 1;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    letter-spacing: -.02rem;
}
.contact2_l_box p {
    font-size: .24rem;
    color: #ac8f75;
    line-height: .36rem;
}
.contact2_img {
    margin-bottom: .42rem;
}
.contact2_info .h2 {
    font-size: .32rem;
    color: #f01000;
    line-height: .26rem;
    margin-bottom: .14rem;
}
.contact2_info p {
    opacity: .7;
}
/* product */
.product {
    overflow: hidden;
}
.product .main {
    padding: .4rem 0 0;
}
.product .c_ri,
.product1_2 .c_ri,
.product1_3 .c_ri,
.product1_4 .prt_hd_wr {
    margin: 0 -.28rem;
    position: relative;
}
.product .c_ri:before,
.product1_2 .c_ri:before,
.product1_3 .c_ri:before,
.product1_4 .prt_hd_wr:before {
    content: '';
    width: .45rem;
    height: 1.2rem;
    background: url(../images/product/ico4.png) no-repeat left center/.29rem .5rem;
    position: absolute;
    right: 0;
    top: 0;
    animation: myfirst_ri 2s infinite;
    -webkit-animation: myfirst_ri 2s infinite;
}
.product1_4 .prt_hd_wr:before {
    right: .05rem;
    animation: myfirst_fl 2s infinite;
    -webkit-animation: myfirst_fl 2s infinite;
}
@-webkit-keyframes myfirst_ri {
    0% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(10px, 0px);
    }
}
@keyframes myfirst_ri {
    0% {
        opacity: 0;
        transform: translate(0px, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(10px, 0px);
    }
}
@-webkit-keyframes myfirst_fl {
    0% {
        opacity: 0;
        transform: rotateY(180deg)translate(0px, 0px);
    }
    100% {
        opacity: 1;
        transform: rotateY(180deg)translate(10px, 0px);
    }
}
@keyframes myfirst_fl {
    0% {
        opacity: 0;
        transform: rotateY(180deg)translate(0px, 0px);
    }
    100% {
        opacity: 1;
        transform: rotateY(180deg)translate(10px, 0px);
    }
}
.prt_hd {
    width: 7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .08rem;
    margin-top: .4rem;
}
.prt_hd::-webkit-scrollbar { 
    display: none;
}
.prt_hd::-webkit-scrollbar-thumb { 
    display: none;
}
.prt_hd .ul {
    font-size: 0;
}
.prt_hd .ul a {
    display: inline-block;
    vertical-align: middle;
    padding: .1rem .1rem 0;
    white-space: initial;
    width: 2.3rem;
    height: 1.2rem;
    text-align: center;
    /* line-height: 1.2rem; */
    line-height: .34rem;
    font-size: .3rem;
    color: #897b55;
    background: #f5ebd1;
    margin-right: .06rem;
    position: relative;
}
.prt_hd .ul a h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prt_hd .ul a.on {
    color: #fff;
    background: #e0b175;
}
.product .prt_item1 {
    margin: 0 -.28rem;
}
.prt_item1 .ul a {
    position: relative;
    /* height: 6rem; */
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
    margin-bottom: .1rem;
    overflow: hidden;
}
.prt_item1 .ul a:last-child {
    margin-bottom: 0;
}
.prt_item1 .ul .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/product/prt1_li_shade.png) no-repeat left center;
    background-size: cover;
}
.prt_item1 .ul .txt {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 .66rem;
    z-index: 2;
}
.prt_item1 .ul .h1_cn {
    /* font-size: .4rem;
    color: #81551d;
    font-weight: 600;
    margin-bottom: .14rem; */
    font-size: .3rem;
    color: #c08a46;
    line-height: .4rem;
    font-family: "Brandon_light";
    text-transform: uppercase;
    letter-spacing: -.02rem;
    margin-bottom: .42rem;
}
.prt_item1 .ul .h1_en {
    font-size: .3rem;
    color: #c08a46;
    line-height: .4rem;
    font-family: "Brandon_light";
    text-transform: uppercase;
    letter-spacing: -.02rem;
    margin-bottom: .42rem;
}
.prt_item1 .ul .icon {
    width: .63rem;
    height: .41rem;
    background: url(../images/product/prt1_li_icon.png) no-repeat center;
    background-size: cover;
}
.prt_item1 .ul .hid_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.prt_item1 .ul .hid {
    position: absolute;
    right: 5%;
    top: .7rem;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 88%;
    height: 3rem;
    overflow-y: scroll;
    padding-right: .1rem;
}
.prt_item1 .ul .hid .p {
    font-size: .26rem;
    color: #fff;
    line-height: .34rem;
    margin-bottom: .14rem;
}
.prt_item1 .ul .hid ul {
    overflow: hidden;
    width: 100%;
}
.prt_item1 .ul .hid li {
    /* float: left; */
    /* width: 50%; */
    padding-left: .9rem;
    min-height: .7rem;
    line-height: .3rem;
    font-size: .24rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: .7rem .7rem;
    margin-bottom: .26rem;
    padding-top: .1rem;
}
.prt_item1 .ul .hid .li {
    margin-bottom: .3rem;
}
.prt_item1 .ul .hid .h4 {
    font-size: .26rem;
    color: #fff;
    line-height: .32rem;
    margin-bottom: .06rem;
}
.prt_item1 .ul .hid p {
    color: #dad9d7;
    margin-bottom: .24rem;
}
.prt_item1 .ul .hid .row {
    border-top: 1px solid rgba(255,255,255,.4);
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.prt_item1 .ul .hid .row em {
    float: left;
    font-size: .28rem;
    color: #ffebb6;
    line-height: .77rem;
    margin-right: .4rem;
}
.prt_item1 .ul a.on .hid_bg {
    opacity: .5;
    filter: alpha(opacity=50);
}
.prt_item1 .ul a.on .hid {
    opacity: 1;
    filter: Alpha(opacity=100);
    animation: fadeInRight .4s linear forwards;
    -webkit-animation: fadeInRight .4s linear forwards;
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
}
.prt_item1 .ul a.on .txt {
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    filter: alpha(opacity=0);
}
.prt1_4_lump1 {
    min-height: 8.02rem;
    background: url(../images/product/product1_4_k1_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 2.26rem 0 .5rem;
    position: relative;
}
.prt1_4_lump1 .prt_hd_wr {
    position: relative;
    z-index: 2;
}
.product1_4 .prt_hd {
    margin: 0;
}
.prt1_4_lump1 .txt_wr .h1_cn {
    /* font-size: .46rem;
    color: #fff;
    line-height: 1;
    font-weight: 300; */
    font-size: .4rem;
    color: #fff;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    margin-top: .06rem;
    margin-bottom: 2rem;
}
.prt1_4_lump1 .txt_wr {
    position: relative;
    width: 100%;
    padding: 0 .28rem;
    margin-top: -2.7rem;
}
.prt1_4_lump1 .txt_wr .h1_en {
    font-size: .4rem;
    color: #fff;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    margin-top: .06rem;
    margin-bottom: 1.7rem;
}
.prt1_4_lump1 .txt_wr .h1_cn em,
.prt1_4_lump1 .txt_wr .h1_en em {
    font-family: 'Brandon_bld';
}
.prt1_4_lump1 .txt_wr p {
    color: #fff;
    margin-bottom: .14rem;
}
.prt1_4_lump2 .group_hd {
    width: 7.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    background-color: #fb4157;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .28rem;
}
.prt1_4_lump2 .group_hd::-webkit-scrollbar { 
    display: none;
}
.prt1_4_lump2 .group_hd::-webkit-scrollbar-thumb { 
    display: none;
}
.prt1_4_lump2 .group_hd ul {
    font-size: 0;
    height: 1.6rem;
}
.prt1_4_lump2 .group_hd li {
    /* display: inline-block;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    margin-right: .36rem;
    position: relative; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: initial;
    width: 2.3rem;
    text-align: center;
    height: 1.6rem;
    line-height: .34rem;
    font-size: .3rem;
    color: #fff;
    padding-top: .1rem;
    margin-right: .1rem;
    position: relative;
}
.prt1_4_lump2 .group_hd li h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prt1_4_lump2 .group_hd li.on {
    color: #ffe993;
}
.prt1_4_lump2 .group_hd li.on:before {
    content: '';
    width: 100%;
    height: .03rem;
    background-color: #ffe993;
    position: absolute;
    left: 0;
    bottom: .01rem;
}

.prt1_4_lump2 .product_side02 .swiper-slide {
    height: 5rem;
} 
.prt1_4_lump2 .slide_wr .swiper-slide .w1200 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 .28rem;
    z-index: 2;
}
.prt1_4_lump2 .slide_wr .swiper-slide .h1 {
    font-size: .36rem;
    color: #fff;
    line-height: .42rem;
    font-weight: 300;
}

.prt1_4_lump3 {
    margin-top: .3rem;
}
.prt1_4_scroll .bd a {
    margin-bottom: .3rem;
}
.prt1_4_scroll .bd .pic {
    text-align: center;
    margin-bottom: .1rem;
    overflow: hidden;
}
.prt1_4_scroll .bd .txt {
    padding: .27rem .45rem .38rem;
    border: 1px solid #e5e5e5;
}
.prt1_4_scroll .bd .txt .h4 {
    font-size: .3rem;
    color: #f37d55;
    line-height: .34rem;
    margin-bottom: .06rem;
}
.prt1_4_scroll .bd .txt p {
    color: #8a8a8a;
}
/* äº§å“è¯¦æƒ… */
.product_d .return_btn {
    margin-top: -.8rem;
    float: right;
    height: .67rem;
    line-height: .62rem;
    font-size: 14px;
    color: #837c6c;
    padding: 0 .16rem 0 .60rem;
    border: .02rem solid #ebdbb3;
    background: url(../images/product/product_d_return.png) no-repeat .24rem center;
    background-size: .09rem .16rem;
    position: relative;
    z-index: 2;
}
.product_d .product_side {
    margin: .35rem -.28rem;
}
.product_d .clearfix {
    position: relative;
    clear: both;
}
.product_d .txt_wr .h3 {
    font-size: .32rem;
    color: #f01000;
    margin-bottom: .04rem;
}
.product_d .txt_wr .h2 {
    font-size: .36rem;
    line-height: .46rem;
    color: #808080;
    font-weight: 300;
    margin-bottom: .2rem;
}
.product_d .txt_wr p {
    color: #999;
    margin-bottom: .14rem;
}
.product_d .txt_wr p:last-child {
    margin: 0;
}
.product_d .adorn_wr .adorn {
    position: absolute;
}
.product_d .adorn_wr .a1 {
    left: 1.85rem;
    top: 1.18rem;
    width: 2.58rem;
    -webkit-animation: z-float 6s linear infinite alternate;
    animation: z-float 6s linear infinite alternate;
}
.product_d .p_box {
    min-height: 2rem;
}
/* product2 */
.product2 {
    overflow: hidden;
}
.product2 .main {
    padding: .4rem 0 0;
}
.product2 .txt_box {
    margin: .28rem 0 .33rem;
}
.product2 .txt_box .til {
    font-size: .34rem;
    line-height: .4rem;
    color: #808080;
    margin-bottom: .14rem;
}
.product2 .txt_box  p {
    color: #999;
}
.product2 .c_ri .img {
    position: relative;
    margin: 0 -.28rem;
}
.prt2_r_txt {
    position: absolute;
    left: .28rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prt2_r_txt .h1_cn {
    /* font-size: .36rem;
    color: #fff;
    line-height: .42rem;
    margin-bottom: .08rem; */
    font-size: .26rem;
    color: #ebdbb3;
    line-height: .28rem;
    text-transform: uppercase;
    font-family: 'Brandon_regular';
    letter-spacing: -.01rem;
}
.prt2_r_txt .h1_en {
    font-size: .26rem;
    color: #ebdbb3;
    line-height: .28rem;
    text-transform: uppercase;
    font-family: 'Brandon_regular';
    letter-spacing: -.01rem;
}
.prt2_r_txt .h1_en img {
    height: .5rem;
}
/* product5 */
.prt5_r_txt {
    position: absolute;
    left: .28rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prt5_r_txt .h1_cn {
    /* font-size: .36rem;
    color: #f05a00;
    line-height: .42rem;
    margin-bottom: .08rem; */
    font-size: .4rem;
    color: #c17c4a;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    letter-spacing: -.02rem;
}
.prt5_r_txt .h1_en {
    font-size: .4rem;
    color: #c17c4a;
    line-height: .4rem;
    font-family: 'Brandon_light';
    text-transform: uppercase;
    letter-spacing: -.02rem;
}

/* äº§å“è½®æ’­1 */
.product_side {
    margin: 0 -.28rem;
}
.product_side .swiper-slide {
    width: 100%;
    height: 4.2rem;
    background-size: cover;
    background-position: center;
}
.product_side .btn {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(229,196,124,.85);
    background-size: .63rem .41rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
    outline:none;
}
.product_side .btn.prev {
    background-image: url(../images/prev.png);
    right: 1rem;

}
.product_side .btn.next {
    background-image: url(../images/next.png);
    right: 0;
}

/* äº§å“è½®æ’­2 */
.product_side02 .swiper-slide {
    width: 100%;
    height: 4.15rem;
    background-size: cover;
    background-position: center;
}
.product_side02 .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/product/ico3.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_side02 .swiper-pagination {
    text-align: left;
    left: .27rem;
}
.product_side02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .35rem;
    border-color: #fff;
    background-color: #fff;
    border-radius: .06rem;
}
.product_side02 .swiper-pagination-bullet {
    width: .09rem;
    height: .09rem;
    overflow: hidden;
    color: transparent;
    background-color: transparent;
    border: .03rem solid #fff;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    margin-right: -.06rem;
    opacity: 1;
}




.upgrade_wrap .top_box {
    height: 3.62rem;
    background: url(../images/bg.jpg) no-repeat center/cover;
    text-align: center;
    /* padding-top: .85rem; */
}
.upgrade_wrap .top_box .w1200 {
    padding-top: .66rem;
}
.upgrade_wrap .top_box .i_logo {
    font-size: .46rem;
    color: #a69059;
    line-height: 1;
    text-align: center;
}
.upgrade_wrap .top_box .h1 {
    font-size: .49rem;
    color: #a69059;
    line-height: 1;
    margin: .3rem 0 0;
    background: url(../images/upgrade/ico1.jpg) no-repeat right bottom;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
}
.upgrade_wrap .top_box .h1_en {
    /* font-family: 'Brandon_med'; */
    font-family: 'Brandon_light';
    font-size: .22rem;
    color: #a69059;
    /* letter-spacing: -.02rem; */
    text-transform: uppercase;
}
.upgrade_wrap .top_box .p {
    font-size: .3rem;
    color: #a69059;
}
.upgrade_wrap .top_box .p em {
    letter-spacing: .15rem;
}
.upgrade_foot {
    background: #3f3f3f;
}
.upgrade_foot .p {
    padding: .46rem 0;
    font-size: .22rem;
    color: #f4f8fc;
    color: rgba(244,248,252,.7);
    line-height: .22rem;
    text-align: center;
}
.upgrade_wrap .index_side .swiper-slide {
    background-position: center 60%;
}
.upgrade_wrap .index_side .caption.caption02 {
    left: auto;
    right: 0;
    /* top: 32%; */
}




/* 2020-10-27 */
/* investor */
.investor .img_tab .swiper-slide {
	height: 4.5rem;
	background-size: cover;
	background-position: center;
}
.investor .img_tab .swiper-slide > div {
    display: none;
}
.investor .img_tab .swiper-slide.swiper-slide-active > div {
    display: block;
}
.investor .img_tab .caption {
    padding: 0 .3rem;
    position: absolute;
    left: 53%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
}
.investor .img_tab .cn {
    font-weight: bold;
    font-size: .36rem;
    /* color: #fff;   */
    background: linear-gradient(to top, #95989f, #fff);
    -webkit-background-clip: text;
    color: transparent;
}
.investor .img_tab .cn em {
    font-size: .42rem;
}
.investor .img_tab .swiper-pagination {
	bottom: .24rem;
}
.investor .img_tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}
.investor .img_tab .swiper-pagination-bullet {
	width: 0.14rem;
	height: 0.14rem;
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
}
.inv_box {
    min-height: 3.6rem;
    padding: .5rem .3rem;
    background: url(../images/investor/investor_bg2.jpg) no-repeat center/cover;
    margin-top: .2rem;
}
.inv_box .til_en {
    font-family: 'Brandon_bld';
    font-size: .3rem;
    color: #81561e;
    line-height: 1;
    margin-bottom: .08rem;
    text-transform: uppercase;
}
.inv_box .til_cn {
    font-size: .3rem;
    color: #ffe993;
    margin-bottom: .3rem;
}
.inv_box .li {
    padding-left: .7rem;
    min-height: .7rem;
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
    background: no-repeat top left/.6rem .6rem;
    padding-top: .02rem;
    margin-top: .2rem;
}
.inv_box .li p {
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
    margin-bottom: .1rem;
}
.inv_box .mail {
    background-image: url(../images/investor/investor_mail.png);
}
.inv_box .phone {
    background-image: url(../images/investor/investor_phone.png);
}
.inv_stock {
    min-height: 3.1rem;
    padding: .5rem .3rem;
    background: url(../images/investor/inv_stock_bg.jpg) no-repeat center/cover;
    position: relative;
    margin-bottom: .2rem;
}
.inv_stock .til {
    font-size: .3rem;
    color: #81561e;
    line-height: 1;
    margin-bottom: .1rem;
}
.inv_stock .p {
    font-size: .24rem;
    color: #81561e;
    margin-bottom: .1rem;
    /* width: 50%; */
    line-height: .34rem;
}
.inv_stock .li{font-size: 0;
    margin-top: .1rem;
}
/* .inv_stock .li + .li {
    margin-top: .5rem;
}
.inv_stock .li + .li + .li {
    margin-top: 1rem;
} */
.inv_stock .li .span{display:inline-block; vertical-align: top; min-width:2.4rem; font-size: .24rem; color:#81561e; }
.inv_stock .li .em{display:inline-block; vertical-align: top; font-size: .42rem; color:#d6000f; font-family: 'Brandon_bld';}
.inv_stock .li .em.up {color:#0f990f;}
.inv_stock .icon img {height: .3rem;}
.inv_stock .hint {
    font-size: .24rem;
    color: #a5865c;
    line-height: .3rem;
    margin-top: .2rem;
}
.investor .bom_wr .le {
    position: relative;
    /* text-align: center; */
    background-color: #faf7ee;
    padding: .4rem .3rem;
    overflow: hidden;
}
.investor .bom_wr .le .img {
    width: 2.6rem;
    float: left;
}
.investor .bom_wr .le .caption {
    width: 3.3rem;
    padding-top: .2rem;
    margin-left: .4rem;
    float: left;
    /* padding: 0 .3rem;
    position: absolute;
    left: 53%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center; */
}
.investor .bom_wr .le .cn {
    /* font-weight: bold; */
    font-size: .3rem;
    color: #f01000;  
    line-height: .36rem;
    padding-bottom: .1rem;
    border-bottom: .02rem solid #d5c6af;
    margin-bottom: .26rem;
}
.investor .bom_wr .le h4 {
    font-size: .26rem;
    color: #8d6632;
    line-height: .36rem;
}
.investor .bom_wr .le .more {
    position: static;
    background: #f01000;
    width: 2rem;
    line-height: .8rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    margin-top: .45rem;
}
.investor .bom_wr .le .more:before {
    display: none;
}
.investor .bom_wr .til_box {
    position: relative;
    padding: .45rem 0 .4rem;
    margin-bottom: .4rem;
    border-bottom: 2px solid #e9e9e9;
}
.investor .bom_wr .til_box .til {
    font-size: .3rem;
    color: #f01000;
}
.investor .bom_wr .more {
    font-size: .2rem;
    color: #333;
    position: absolute;
    right: 0;
    top: .45rem;
    padding-right: .2rem;
    /* background: url(../images/investor/investor_icon_more.png) no-repeat right center/.09rem .18rem; */
}
.investor .bom_wr .more:before {
    content: '';
    width: .09rem;
    height: .18rem;
    background: url(../images/investor/investor_icon_more.png) no-repeat center/100%;
    position: absolute;
    right: 0;
    top: .12rem;
}
.investor .bom_wr .more.on {
    color: #f01000; 
}
.investor .bom_wr .more.on:before {
    background-image: url(../images/investor/investor_icon_more-on.png);
}
.investor .bom_wr .p_box a {
    min-height: 1.36rem;
    padding: .32rem .3rem .32rem;
    overflow: hidden;
    margin-bottom: .2rem;
    border: 1px solid #e1e1e1;
    position: relative;
}
.investor .bom_wr .p_box a .time {
    font-size: .32rem;
    color: #eb030d;
    line-height: .4rem;
    letter-spacing: -.02rem;
    width: 1.8rem;
    font-family: 'Brandon_regular';
    /* position: absolute; */
    /* left: .3rem; */
    /* top: .3rem; */
    /* float: right; */
}
.investor .bom_wr .p_box a .p {
    font-size: .3rem;
    color: #3f3f3f;
    line-height: .36rem;
    /* width: 4.5rem; */
    /* word-break: break-all; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    margin-bottom: .2rem;
}
/* investor2 */
.investor2 .c_ri ul{overflow:hidden;}
.investor2 .c_ri li{position:relative; margin-top: .2rem; padding:.5rem .3rem; background:#fdf8ea;}
.investor2 .c_ri li:first-child{padding:.5rem .3rem 1rem; margin-top:.42rem;}
.investor2 .c_ri li .h4{font-size: .3rem; color:#ca9148; padding:.24rem 0 0;}
.investor2 .c_ri li .h4:first-child{padding-top: 0;}
.investor2 .c_ri li p{font-size: .26rem; color:#3f3f3f; line-height: .42rem; margin-bottom: .24rem;}
.investor2 .c_ri li .more{position:absolute; right:.3rem; bottom:.55rem; font-size: .26rem; color:#f01000;  padding-right: .35rem; background:url(../images/investor/investor2_icon_more-on.png) no-repeat center right/.25rem .18rem;}
/* investor3 */
.investor3 .list{width:100%; background:#fdf8ea;padding: .5rem .3rem; margin-top:.42rem;}
.investor3 .list .li h3 {font-size: .3rem; color:#d8a970;padding-bottom: .3rem;border-bottom: 1px solid #d8a970;margin-bottom: .22rem;}
.investor3 .list .li p {
    font-size: .26rem;
    color: #3f3f3f;
    line-height: .42rem;
}
.investor3 .list .li + .li {
    margin-top: .5rem;
}
.investor3 .entrance_wr{overflow:hidden;}
.investor3 .entrance_wr .box{padding: .45rem .3rem;margin-top: .2rem; background:#fdf8ea;}
.investor3 .entrance_wr .p{font-size: .3rem; color:#d8a970;}
.investor3 .entrance_wr .btn{font-size: 0;}
.investor3 .entrance_wr .more{display:inline-block; vertical-align: top;  font-size: .26rem; color:#f01000;  padding-right: .35rem; background:url(../images/investor/investor2_icon_more-on.png) no-repeat center right/.25rem .18rem;}
/* investor4 */
.mySelect {
    position: relative;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    z-index: 100;
}
.mySelect .show {
    z-index: 1;
    position: relative;
    padding: 0 1.65rem 0 .3rem;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer;
    transition-duration: .4s;
    font-size: .3rem;
    color: #897b56;
    background-color: #f5eccf;
}
.mySelect .show:before {
    content: '';
    position: absolute;
    top: 50%;
    right: .64rem;
    z-index: 2;
    margin-top: -.085rem;
    width: .31rem;
    height: .17rem;
    background: url(../images/investor/arrow_down.png) no-repeat center/cover;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.mySelect .show:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6rem;
    height: 1.2rem;
    background: #deb074;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.mySelect .show.on:after {
    background-color: #f37d55;
}
.mySelect .show.on:before {
    background: url(../images/investor/arrow_down_on.png) no-repeat center/cover;
}
.mySelect .show.on:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.mySelect .drapList {
    display: none;
    position: absolute;
    top: 1.2rem;
    left: 0;
    overflow: auto;
    width: 100%;
    background-color: #fff;
    border: 2px solid #f37d55;
}
.mySelect .drapList ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 4rem;
    padding: .3rem 0;
}
.mySelect .drapList li {
    padding: 0 .3rem;
    line-height: .9rem;
    color: #58575d;
    cursor: pointer;
}
.mySelect .drapList::-webkit-scrollbar {
    display: none;
}

.investor4 .mySelect {
    margin: .42rem 0;
}
.investor4 .list .ul {
    margin-right: -.2rem;
    overflow: hidden;
}
.investor4 .list .ul a {
    float: left;
    width: 3.37rem;
    margin: .2rem .2rem 0 0;
}
.investor4 .list .ul .p {
    font-size: .26rem;
    color: #333333;
    line-height: .36rem;
    text-align: center;
    padding: .26rem .15rem;
}
/* investor5 */
.investor5 {
    overflow: hidden;
}
.investor5 .c_ri {
    margin: 0 -.28rem;
    position: relative;
}
.investor5 .c_ri:before {
    content: '';
    width: .45rem;
    height: 1.2rem;
    background: url(../images/product/ico4.png) no-repeat left center/.29rem .5rem;
    position: absolute;
    right: 0;
    top: 0;
    animation: myfirst_ri 2s infinite;
    -webkit-animation: myfirst_ri 2s infinite;
}
.investor5 .prt_hd .ul a {
    width: 2.315rem;
    font-size: .28rem;
    margin-right: 0;
    position: relative;
}
.investor5 .prt_hd .ul a:before {
    content: '';
    width: .06rem;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -.06rem;
    top: 0;
    z-index: 9;
}
.investor5 .mySelect {
    margin: .1rem 0 .4rem;
    width: 6.93rem;
}
.inv5_tab {
    padding: 0 .3rem;
}
.inv5_tab .more {
    width: .62rem;
    height: .61rem;
    background: url(../images/about/about3_down.png) no-repeat center;
    background-size: cover;
    margin: .4rem auto 0;
}
.inv5_tab .ul a {
    /* padding: .32rem .3rem; */
    min-height: 1.36rem;
    padding: .32rem .3rem .32rem;
    overflow: hidden;
    margin-bottom: .2rem;
    border: 1px solid #e1e1e1;
    position: relative;
}
.inv5_tab .ul a .time {
    font-size: .32rem;
    color: #eb030d;
    line-height: .4rem;
    letter-spacing: -.02rem;
    width: 1.8rem;
    font-family: 'Brandon_regular';
/*     position: absolute;
    left: .3rem;
    top: .3rem; */
}
.inv5_tab .ul a .til {
    font-size: .3rem;
    color: #3f3f3f;
    line-height: .36rem;
    /* width: 4.5rem; */
    /* word-break: break-all; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    margin-bottom: .2rem;
}
/* investor6 */
.investor6 {
    overflow: hidden;
}
.investor6 .info_wrap {
    margin-top: .42rem;
}
.investor6 .info_wrap .ri{padding:.5rem .3rem .42rem; min-height:3.6rem; background:url(../images/investor/investor6_bg.jpg) no-repeat center/cover;position: relative;}
.investor6 .info_wrap .ri .icon{position: absolute;right: .3rem; top: .5rem;width: 1.2rem;}
.investor6 .info_wrap .ri .til_en{font-size: .3rem; color:#81561e; line-height: 1; font-family: 'Brandon_bld'; text-transform:uppercase; letter-spacing: -.01rem;    margin-bottom: .08rem;}
.investor6 .info_wrap .ri .til_cn{font-size: .3rem; color:#81561e; line-height: 1; font-family: 'Brandon_bld'; text-transform:uppercase; letter-spacing: -.01rem;    margin-bottom: .08rem;
    /* font-size: .3rem; color:#ffe993; margin-bottom: 40px;    margin-bottom: .3rem; */
}
.investor6 .info_wrap .ri .li{
    padding-left: .7rem;
    min-height: .7rem;
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
    background: no-repeat top left/.6rem .6rem;
    padding-top: .02rem;
    margin-top: .2rem;
}
.investor6 .info_wrap .ri .li p {
    font-size: .24rem;
    color: #fff;
    line-height: .3rem;
    margin-bottom: .1rem;
}
.investor6 .info_wrap .ri .mail{background-image: url(../images/investor/investor_mail.png);}
.investor6 .info_wrap .ri .phone{background-image: url(../images/investor/investor_phone.png);}





/* 2020-11-11 */
.version_list {
    padding-left: .55rem;
    margin: .3rem 0 .8rem;
    overflow: hidden;
}
.version_list a {
    font-size: .4rem;
    color: #666666;
    line-height: .55rem;
    margin-right: .54rem;
    float: left;
}
.version_list a.on {
    color: #333333;
    border-bottom: .05rem solid #333333;
}

.law_wr{
    display:none; 
    position:fixed; left:0; top:0; height:100%; width:100%; z-index: 9999;}
.law_wr .bg{position:absolute; left:0; top:0; height:100%; width:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.law_wr .cnt{position:absolute; left:0;right: 0;margin: auto; top:50%;    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);width:6.9rem; background:#fff; padding:.5rem .3rem; }
    .law_wr .c_h1 {
        font-size: .4rem;
        color: #e2b33a;
        line-height: .4rem;
        font-family: 'Brandon_light';
        text-transform: uppercase;
        margin-top: .06rem;
        margin-bottom: .3rem;
    }
.law_wr .c_h2{margin-bottom: .3rem;}
.law_wr .con {
    overflow-y: auto;
    padding-right: .1rem;
    height: 7rem;
}
.law_wr .h4:first-child {
    margin: 0 0 .1rem;
}
.law_wr .h4{font-size: .28rem; color:#555; line-height: .34rem; margin: .3rem 0 .1rem;}
.web_map_wr{display:none; position:fixed; left:0; top:0; height:100%; width:100%; z-index: 999;}
.web_map_wr .bg{position:absolute; left:0; top:0; height:100%; width:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.web_map_wr .cnt{position:absolute; left:50%; top:50%; width:1200px; height:600px; background:#fff; padding:55px 70px 0; margin:-300px 0 0 -600px;}
.web_map_wr ul{width:1200px; font-size: 0; text-align: center; margin:70px -70px 0; height:49px; border-bottom: 2px solid #eeebeb;}
.web_map_wr ul .til{font-size: 16px; color:#555; line-height: 26px; height:49px; padding-bottom: 20px; border-bottom: 3px solid #d1b986;}
.web_map_wr li{display:inline-block; vertical-align: top; position:relative; margin:0 52px;}
.web_map_wr .a_box{position:absolute; left:0; top:65px;}
.web_map_wr .a_box a{font-size: 14px; color:#999; line-height: 24px; white-space: nowrap; text-align: left;}
.web_map_wr .a_box a:hover{color:#f01000;}
.web_map_wr .c_h2{margin-bottom: 30px;}
.web_map_wr .h4{font-size: 16px; color:#555; line-height: 26px; margin-bottom: 10px;}

.upgrade_wrap .index_side .caption .cn {
    font-size: .5rem;
    line-height: .62rem;
    margin: 0;
}


@media screen and (max-width: 320px) {  
    .abt2_tBox p {
        line-height: 1.2;
    }
}

.investor5 .w1200 {
    padding: 0;
}
.investor .c_ri {
    margin: 0 -.3rem -.5rem;
}
.investor5 .main {
    padding: .4rem 0 0rem;
}