@charset "utf-8";
/* CSS Document */

/* 2021 新样式 */

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(144,144,144,0.7);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(144,144,144,0.7);
-webkit-box-shadow:inset006pxrgba(144,144,144,0.7);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(144,144,144,0.7);
}

html,body {
    color: #000;
    margin: 0;
    height: 100%;
    font-family: 'PingFang SC', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
	font-style: normal !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'PingFang SC', Helvetica, sans-serif;
}

img {
    border: 0;
}

body {
    /*background: #f3f3f3;*/
    color: #666;
	/* IOS禁止微信调整字体大小 */
-webkit-text-size-adjust: 100% !important;
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;

}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

button {
    outline: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
	 clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}
.h10{height: 10vh;}
.w95 {width: 95% !important;}

.color-fff{color: #fff !important;}

.line-height26{line-height: 26px !important;}

.fontw-l {font-weight: lighter !important;}
.f20{font-size: 20px;}

.tra-50 {
       transform: translateY(-50%) !important;
	display: none;
}
/*--导航--*/

.header {
    /* border-bottom: 1px solid #e2e8f0;
    max-width: 80%;
	transform: translateX(10%);*/
    margin: 0 auto;
    z-index: 999;
    position: absolute;
    /* left: auto; */
    /* top: 0; */
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    z-index: 999;
	width: 100%;
    max-width: 80%;
    margin: 0 auto;
	text-align: left;
}
.navbar-h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1.5rem;
    z-index: 999;
	width: 100%;
    max-width: 80%;
    margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 1px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.bar-h {
    display: block;
    width: 25px;
    height: 1px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 2rem;
}

.nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
	width: 40px;
    display: block;
}

.nav-link:hover {
    color: #fff;
	font-weight: bold;
}

.nav-link-h {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
	width: 40px;
    display: block;
}

.nav-link-h:hover {
    color: #000;
	font-weight: bold;
}


.nav-item .languages{
  justify-content: center;
    align-items: center;
    display: flex;
	position: relative;
    line-height: 20px;
    overflow: hidden;
	    margin-top: 10px;
}
.nav-item .languages a{
    font-size: .8rem;
    font-weight: 500;
    color: #fff;
	width: 20px;
    display: block; 
}
.nav-item .languages a:hover{
     color: #fff;
	font-weight: bold;
}


.nav-item .languages-h{
  justify-content: center;
    align-items: center;
    display: flex;
	position: relative;
    line-height: 20px;
    overflow: hidden;
	    margin-top: 10px;
}
.nav-item .languages-h a{
    font-size: .8rem;
    font-weight: 500;
    color: #000;
	width: 20px;
    display: block; 
}
.nav-item .languages-h a:hover{
     color: #4D4D4D;
	font-weight: bold;
}
.nav-link-cn {
    font-size: 1rem;
    font-weight: 500;
    color: #4D4D4D;
	width: 20px;
    display: block;
}

.nav-link-cn:hover {
    color: #fff;
	font-weight: bold;
}

.nav-link-h-cn {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
	width: 20px;
    display: block;
}

.nav-link-h-cn:hover {
    color: #000;
	font-weight: bold;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #fff;
}
.nav-logo img {
    max-width: 30%;
    width: 100%;
    height: 100%;
    min-width: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center0;
    /* position: fixed; */
    top: 0;
    left: 0;
}
.tra{
transform: translateY(-30%);
display: none;}
/*--首页滚动--*/
.section-bg{
	background-size: cover;
    background-position: 50% 50%;
	position: relative;
    height: 100%;
	background: round;
}
.section-bg-1{
	background-image: url(../img/index-1.jpg);
}
.section-bg-2{
	background-image: url(../img/index-2.jpg);
}
.section-bg-3{
	background-image: url(../img/index-3.jpg);
}
.section-bg-4{
	background-image: url(../img/index-4.jpg);
}
.section-bg-5{
	background-image: url(../img/index-5.jpg);
}
.section-bg-6{
	background-image: url(../img/index-6.jpg);
}
.section-bg-7{
	background-image: url(../img/index-7.jpg);
}
.section-bg-8{
	background-image: url(../img/index-8.jpg);
}
.section-bg-9{
	background-image: url(../img/index-9.jpg);
}
.section-bg-10{
	background-image: url(../img/index-10.jpg);
}
.section-bg-11{
	background-image: url(../img/index-11.jpg);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	text-align: left;
    color: #fff;
	max-width: 80%;
	padding-left: 10%;
    padding-right: 10%;
	transform: translateY(25%);
}
.fp-tableCell h3 a{
    color: #fff;
}
.fp-tableCell h3 a:hover{
    color: #fff;
	font-size: 1.2rem;
}
	.fp-tableCell p{
    max-width: 40%;
	margin-top: 2%;
	font-size: 90%;
    font-weight: lighter;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 2px;
    height: 20px;
    margin: 15px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 20px;
    width: 2px;
    margin: 10px 0 0 0;
    /*border-radius: 100%;*/
	background: #9e9e9e;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 20px;
    width: 2px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 2px;
    height: 20px;
    margin: 10px 0px 0px 0;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

/*首页第一屏用*/
/*.fp-one {
	transform: translateY(-30%) !important;
    animate-duration: 2s;
    animate-delay: 2s;
    animate-iteration-count: 3;
}*/
.by-bg {
    /* background: url(/style/img/bg.jpg) no-repeat;*/
    /*background-size: 100% 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
    position: relative;
    right: 0;
    width: 100%;
    min-height: 100vh;
    /*padding: 100px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #111; */
    transition: 0.5s;
    /* z-index: 2; */
    animate-duration: 3s;
    animate-delay: 3s;
    animate-iteration-count: 5s;
	transform: translateY(-30%) !important;
}
.by-bg .index-c {
    width: 100%;
    max-width: 70%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.by-bg .index-c .logo {
	text-align: center;
    overflow: hidden;
	/*margin-bottom: 10%;*/
	padding-top: 10px;
    animate-duration: 3s;
    animate-delay: 3s;
    animate-iteration-count: 5s;
}
.by-bg .index-c .logo a {
	text-align: center;
    overflow: hidden;
}
.by-bg .index-c .logo a img{
	width: 100%;
	max-width: 260px;
	height: 100%;
	top: 2rem;
    overflow: hidden;
}
.by-bg .index-c .logo a img:hover{
	/*transform:translateY(-5px);*/
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.by-bg .index-c .ico {
	text-align: center;
    overflow: hidden;
	width: 100%;
    margin: 0 auto;
	padding-top: 20px;
    animate-duration: 3s;
    animate-delay: 3s;
    animate-iteration-count: 5s;
	
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.by-bg .index-c .ico a {
	text-align: center;
    overflow: hidden;
	margin: 6%;
}
.by-bg .index-c .ico a img {
    width: 100%;
    max-width: 60px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    position: relative;
    display: flex;
    padding-top: 15px;
}
#fadeInDown {
animate-duration: 4s;
animate-delay: 2s;
animate-iteration-count: 2;
}
#fadeInUp {
animate-duration: 4s;
animate-delay: 2s;
animate-iteration-count: 2;
}
.by-bg .index-c .ico a img:hover{
	/*transform:translateZ(30px) scale(0.9);*/
	/*transform:translateY(-10px);
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	text-overflow: ellipsis;
white-space: nowrap; 
	table-layout: fixed;*/
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
	transform: scale(1) translateY(-15px);
}
/*底部*/

.ft {
    position: fixed;
    width: 98%;
    max-width: 80%;
    height: 1rem;
    margin: 0 auto;
    /* margin: 0 1% 1%; */
    padding-bottom: 2%;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
}
.ft p{
	width: 50%;
	line-height: 1rem;
	color: #fff;
	font-size: 14px;
}
.ft p a {
	line-height: 1rem;
	color: #fff;
	font-size: 14px;
}
.ft span{
	width: 50%;
	line-height: 1rem;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.ft span a {
	line-height: 1rem;
	color: #fff;
	font-size: 14px;
}
.cloud-share {
margin-top: -10px;
    position: relative;
    float: right;
    text-align: right;
}
.cloud-share ul li:first-child {
    float: left;
    margin-left: 2rem;
    width: 40px;
    height: 40px;
}
.cloud-share>p {
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.corner {
    /*border: 10px solid transparent;
    border-top: 10px solid #fff;*/
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
}

.wei-xin {
    position: absolute;
    top: -145px;
    left: 40px;
    background-image: url(../img/wx-ewm.jpg);
    display: none;
    background-size: 132px;
}

.wei-bo {
    position: absolute;
    top: -145px;
    left: -15px;
    background-image: url(../img/wb-ewm.png);
    display: none;
    background-size: 132px;
}

.douyin {
    position: absolute;
    top: -145px;
    right: -46px;
    background-image: url(../img/face-ewm.png);
    display: none;
    background-size: 132px;
}

.cloud-share ul li {
    float: left;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

.cloud-share ul li a {
    display: block;
}

.cloud-share ul li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.cloud-share ul li .icon-blog {
    background-image: url(../img/weibo-new.png);
}

.cloud-share ul li .icon-blog:hover {
    background-image: url(../img/weibo-new-h.png);
}

.cloud-share ul li .icon-wei {
    background-image: url(../img/weixin-new.png);
}

.cloud-share ul li .icon-wei:hover {
    background-image: url(../img/weixin-new-h.png);
}

.cloud-share ul li .icon-dy {
    background-image: url(../img/facebook-new.png);
}

.cloud-share ul li .icon-dy:hover {
    background-image: url(../img/facebook-new-h.png);
}

/*关于*/
.container {
    max-width: 100%;
	margin: 0 auto;
	/*margin-top: -5%;*/
}
.about-translateY {
	transform: translateY(0) !important;
}
.about-bg{
	background-image: url(../img/about-bg-pc.jpg);
}
.about-csr-bg {
	background-image: url(../img/about-csr-bg-pc.jpg);
}
.b2_ppgs_cont {
    width: 100%;
    padding: 30px 0 50px 0;
}

.b2_ppgs_cont .b2_ppgs_l {
    width: 43.1%;
    float: left;
}

.b2_ppgs_cont .b2_ppgs_l img {
    width: 100%;
}

.b2_ppgs_cont .b2_ppgs_r {
    width: 56.9%;
    float: left;
    padding-left: 90px;
    /*height: 587px;*/
}

.b2_ppgs_cont .b2_ppgs_r p,
.b2_ppgs_cont .b2_ppgs_r {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.b2_ppgs_cont .b2_ppgs_r p {
    margin-top: 21px;
}
/*新加创始人*/

.b2_ppgs_cont .b2_ppgs_csr_l {
    width: 20%;
    float: left;
    margin-right: 10%;
}

.b2_ppgs_cont .b2_ppgs_csr_l p,
.b2_ppgs_cont .b2_ppgs_csr_l {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.b2_ppgs_cont .b2_ppgs_csr_l p {
    margin-top: 21px;
}

.b2_ppgs_cont .b2_ppgs_csr_z {
    width: 35%;
    float: left;
    padding-left: 40px;
    /*height: 587px;*/
}

.b2_ppgs_cont .b2_ppgs_csr_z p,
.b2_ppgs_cont .b2_ppgs_csr_z {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.b2_ppgs_cont .b2_ppgs_csr_z p {
    margin-top: 21px;
}

.b2_ppgs_cont .b2_ppgs_csr_z img {
    width: 50% !important;
}

.b2_ppgs_cont .b2_ppgs_csr_r {
    width: 35%;
    float: left;
    padding-left: 40px;
    /*height: 587px;*/
}

.b2_ppgs_cont .b2_ppgs_csr_r p,
.b2_ppgs_cont .b2_ppgs_csr_r {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.b2_ppgs_cont .b2_ppgs_csr_r p {
    margin-top: 21px;
}

.b2_ppgs_cont .b2_ppgs_csr_r img {
    width: 50% !important;
}


.b2_ppgs_co {
   /* padding-top: 30px;*/
    overflow: hidden;
}

.b2_ppgs_cont {
    width: 100%;
    padding-top: 100px;
}

.b2_ppgs_cont .b2_ppsy_img {
    padding-top: 30px;
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_img img {
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_ul {
    width: 100%;
    margin-top: 58px;
}

.b2_ppgs_cont .b2_ppsy_ul li {
    width: 46.7%;
    margin-right: 6.6%;
    float: left;
}

.b2_ppgs_cont .b2_ppsy_ul li:nth-child(2n) {
    margin-right: 0;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 {
    width: 100%;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_h3 .b2_ppsy_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_img_t {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.b2_ppgs_cont .b2_ppsy_ul li .b2_ppsy_img_t img {
    width: 100%;
}
/*--联系--*/

.container-contact {
    max-width: 70%;
	margin: 0 auto;
	/*margin-top: -5%;*/
}
.contact-bg{
	background-image: url(../img/contact-bg-pc.jpg);
}

.contact-translateY {
	transform: translateY(0) !important;
}
.g1_jmys {
    width: 100%;
    /*padding: 100px 0 80px 0;*/
	overflow: hidden;
}
.g1_jmys .g1_title {
    width: 100%;
    text-align: center;
}

.g1_jmys .g1_title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 46px;
    padding-top: 30px;
}
.g1_jmys .g1_jmys_list {
    margin: 0;
}

.g1_jmys .g1_jmys_list ul {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.g1_jmys .g1_jmys_list ul li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    /*background: #FFFFFF;
    box-shadow: 0px 2px 17px 1px rgba(0, 0, 0, 0.05);*/
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.g1_jmys .g1_jmys_list ul li:nth-child(4n) {
    margin-right: 0;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_img {
    width: 40px;
    margin-bottom: 26px;
    transition: all .4s;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_img img {
    width: 80%;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text {
    width: 100%;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    margin-bottom: 10px;
}

.g1_jmys .g1_jmys_list ul li .g1_jmys_text p {
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    line-height: 30px;
}
/*--联系 end--*/