/* 客户服务 */

.cs1 {
    background: url(/public/static/images/cs_bg.jpg) no-repeat;
    position: relative;
    z-index: 5;
    background-size: 100% 100%;
    padding: 100px 0 150px;
}

.cs1 .con1 {
    background: url(/public/static/images/cs_bg2.jpg) right no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    padding: 60px;
    border-radius: 15px;
}


.cs1 .con1 .col-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 780px;
}

.cs1 .con1 .col-wrap .col1 {
    width: 380px;
    height: auto;
    padding: 25px 15px 25px 20px;
    background-color: #fbfdfe;
    border-radius: 15px;
    opacity: 0.9;
    margin-right: 20px;
    margin-top: 21px;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    border-top: 4px solid #198253;
    border-width: 4px;
}

.cs1 .con1 .col-wrap .col1 br{display: none;}

.cs1 .con1 .col-wrap .col1:nth-child(even) {
    margin-right: 0;
}

.cs1 .con1 .col-wrap .col1:nth-child(1) {
    margin-top: 0;
}

.cs1 .con1 .col-wrap .col1:nth-child(2) {
    margin-top: 0;
}

.cs1 .con1 .col-wrap .col1:nth-child(4) {
    padding-bottom: 17px;
}

.cs1 .col-wrap .col1 .col1-size {
    display: flex;
    flex-direction: column;
    margin-left: 18px;
    width: 100%;
}

.cs1 .col-wrap .col1 .col1-size a{display: block;}

.cs1 .col-wrap .col1 .col1-size span{display: inline-block;line-height: 1.3;font-size: 22px;}

.cs1 .col-wrap .col1 .col1-size .fz06{font-size: 12px;}

.cs1 .col-wrap .col1 .col1-size .fz01 {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #222222;
}

.cs1 .col-wrap .col1 .col1-size .fz02 {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fe8a0c;
}

.cs1 .col-wrap .col1 .col1-size .fz03 {
    margin-top: 18px;
}

.cs1 .col-wrap .col1 .col1-size .fz04 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.cs1 .col-wrap .col1 .col1-size .fz05 {
    color: #fe8a0c;
}

.cs1 .col-wrap .col1 .col1-size .fz06 {
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    color: #999999;
}




/* 媒体关系 */
.cm1 {
    background: url(/public/static/images/cs_bg.jpg) no-repeat;
    position: relative;
    z-index: 5;
    background-size: 100% 100%;
    padding: 100px 0 150px;
}

.cm1 .con1 {
    display: flex;
    flex-direction: row;
}

.cm1 .con1 .con1-left {
    position: relative;
    z-index: 7;
    width: 35.15%;
	height: 670px;
	background-color: #e4edea;
	border-radius: 15px 0px 0px 15px;
}


.cm1 .con1 .con1-left .con1-left-img{
    width: 100%;
	height: 215px;
	background-color: #f6f9ff;
	border-radius: 15px 0px 0px 0px;
    background: url(/public/static/images/cm_left.jpg) no-repeat;
    padding: 92px 21px 33px;
    background-size: 100% 100%;
}

.cm1 .con1 .con1-left .con1-left-img .img-sz01 {
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
}
.cm1 .con1 .con1-left .con1-left-img .img-sz02 {
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 12px;
}


.cm1 .con1 .con1-left .con1-left-img .img-sz03 {
    font-family: Gilroy-Bold;
    font-weight: bold;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #007440;
    margin-top: 20px;
}


.cm1 .con1 .con1-left .con1-left-form{
    padding:  21px;
}

.cm1 .con1 .con1-left .con1-left-form img{
    margin-top: 196px;
}



.cm1 .con1 .con1-left .con1-left-form .fz-01{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 19px;
}

.cm1 .con1 .con1-left .con1-left-form .fz-02{
    font-family: Gilroy-Bold;
	text-decoration: underline;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 14px;
}

.cm1 .con1 .con1-left .con1-left-form .fz-02 a{border-bottom: 2px solid #222222;line-height: 20px;}

.cm1 .con1 .con1-left .con1-left-form .fz-02 a:hover{color: #007440;border-bottom: 2px solid #007440;}

.cm1 .con1 .con1-left .con1-left-form button{
   padding:  22px 56px;
    text-align: center;
	background-color: #007440;
	border-radius: 30px;
    margin-top: 50px;
    font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.cm1 .con1 .con1-left .con1-left-form button a{
     color: #ffffff;
 }

button{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
}
button::after{
    border: none;
}


.cm1 .con1 .con1-right{
    width: 64.7%;
	height: 670px;
	background-color: #f6f9ff;
	border-radius: 0px 15px 15px 0px;
    padding:  60px 50px 60px 54px;
}

.cm1 .con1 .con1-right .con1-right-fz01{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
}


.cm1 .con1 .con1-right .con1-right-fz02{
    width: 100%;
    font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #222222;
    margin-top: 13px;
}


 input{
	border: none;
	border: 0;
	outline: none;
}

.cm1  .con1 .con1-right  .name{
    padding: 24px 18px;
    width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
    color: rgba(34, 34,34, 0.5);
    font-size: 14px;

}
.cm1  .con1 .con1-right  .name1{
    padding: 24px 18px;
    width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 20px;
}
.cm1  .con1 .con1-right  .tel{
    padding: 24px 18px;
    width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 20px;
}
.cm1  .con1 .con1-right  .detail{
    padding: 24px 18px;
    width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 20px;
}


.cm1  .con1 .con1-right  .code{
    padding: 24px 18px;
    width: 180px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 20px;
}

.cm1  .con1 .con1-right  .code-img{
    padding: 24px 18px;
    width: 127px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 20px;
    margin-left: 16px;
    display: flex;
    align-items: center;
}
.cm1  .con1 .con1-right  .code-img img{
    width:96px;
	height: 36px;

}

.cm1  .con1 .con1-right  .yzm-img{
  display: flex;
  align-items: center;
}

.cm1  .con1 .con1-right button{
    background-color: #007440;
	border-radius: 30px;
    padding: 22px 56px;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 30px;
}

.cm1  .con1 .con1-right button a{
    color: #ffffff;
}


/* 投资者联系 */
.ci1 {
    background: url(/public/static/images/cs_bg.jpg) right no-repeat;
    position: relative;
    z-index: 5;
    background-size: cover;
    padding: 100px 0 150px;
}


.ci1 .ci1-item{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.ci1 .ci1-item .ci1-item-left{
    width: 48.4%;
	/* height: 388px; */
    padding: 45px 50px 40px;
	background-color: #ffffff;
	box-shadow: 0px 4px 81px 0px rgba(221, 221, 221, 0.49);
	border-radius: 10px;
    
}
.ci1 .ci1-item .ci1-item-inn{
    position: relative;
    overflow: hidden;
}
.ci1 .ci1-item .ci1-item-inn::before{
    width: 0;
    position: absolute;
    content: '';
    height: 2px;
    top:0;
    left: 0;
    background: #007440;
    transition: all 0.6s;
}
.ci1 .ci1-item .ci1-item-inn:hover::before{
    width: 100%;
    transition: all 0.6s;
}
.ci1 .ci1-item .ci1-item-left .ci_p1{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 14px; */
    padding-bottom: 10px;
	letter-spacing: 0px;
	color: #222222;
}

.ci1 .ci1-item .ci1-item-right .ci_p1{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 14px; */
	letter-spacing: 0px;
    padding-bottom: 10px;
	color: #222222;
}
.ci1 .ci1-item .ci1-item-right .tite{
    font-family: MicrosoftYaHeiLight;
	font-weight: bold;
	letter-spacing: 0px;
	color: #222222;
}

.ci1 .ci1-item .ci1-item-right .ci_p2{
    font-family: MicrosoftYaHei-Bold;
	font-weight: 100;
	font-stretch: normal;
    word-wrap: break-word;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 15px;
}

.ci1 .ci1-item .ci1-item-right .ci_p3{
    height: 17px;
}

.ci1 .ci1-item .ci1-item-right .ci_p5{
    width: 100%;
	height: 2px;
	background-color: #f6f7f7;
    margin-top: 30px;
}

.ci1 .ci1-item .ci1-item-left .tite{
    font-family: MicrosoftYaHeiLight;
	font-weight: bold;
	letter-spacing: 0px;
	color: #222222;
}


.ci1 .ci1-item .ci1-item-left .ci_p2{
    font-family: MicrosoftYaHei-Bold;
	font-weight: 100;
	font-stretch: normal;
    word-wrap: break-word;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 15px;
}

.ci1 .ci1-item .ci1-item-left .ci_p5{
    width: 100%;
	height: 2px;
	background-color: #f6f7f7;
    margin-top: 21px;
}




.ci1  .ci1-item .ci1-item-right{
    width: 48.4%;;
	/* height: 388px; */
	background-color: #ffffff;
	border-radius: 10px;
    padding: 45px 50px 40px;


	border: solid 1px #eeeeee;
}


.ci1 .ci2-item{
    display: flex;
    border-radius: 10px;
    flex-direction: row;
    border: solid 1px #eeeeee;
    margin-top: 39px;
    background-color: #ffffff;
 }
 .ci1  .ci2-item .ci2-item-left img{
    border-radius: 10px 0 0 10px;
    height: 100%;
}
 .ci1  .ci2-item .ci2-item-right{
    width: 51.6%;
	background-color: #ffffff;
    padding: 51px 55px;
    border-radius: 10px;
	
}

.ci1 .ci2-item .ci2-item-right .ci_p1{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
}
.ci1 .ci2-item .ci2-item-right .tite{
    font-family: MicrosoftYaHeiLight;
	font-weight: bold;
	letter-spacing: 0px;
	color: #222222;
}

.ci1 .ci2-item .ci2-item-right .ci_p2{
    font-family: MicrosoftYaHei-Bold;
	font-weight: normal;
	font-stretch: normal;
    word-wrap: break-word;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 20px;
}
.ci3-item{
    margin-top: 61px;
}
.ci3-item .ci3-item-head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ci3-item .ci3-item-head .ci3-item-head-l {
    display: flex;
    flex-direction: row;
}
.ci3-item .ci3-item-head .ci3-item-head-l img{
   width: 16px;
   height: 16px;
   margin-right: 16px;
}
.ci3-item .ci3-item-head .ci3-item-head-l span{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
 }
.ci3-item .ci3-item-head .xt {
    height: 1px;
    width: 80%;
    margin-left: 29px;
	background-color: #eeeeee;
}
.ci3-item .ci3-item-center .ci3-item-center-l{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex: 1;
}
.ci3-item .ci3-item-center .ci3-item-center-l input{
    display: block;
}


.ci3-item .ci3-item-center .ci3-item-center-l .name{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}


.ci3-item .ci3-item-center .ci3-item-center-l .sex{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}

.ci3-item .ci3-item-center .ci3-item-center-l .tel{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}
.ci3-item .ci3-item-center .ci3-item-center-l .emil{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}
.ci3-item .ci3-item-center .ci3-item-center-l .emil{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}

.ci3-item .ci3-item-center .ci3-item-center-l .code{
    width: 24%;
    padding: 20px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 8px;
    margin-top: 31px;
}

.ci3-item .ci3-item-center .ci3-item-center-l2{
    justify-content: flex-start;
}

.ci3-item .ci3-item-center .ci3-item-center-l2 img{
    width: 120px;
    height: 60px;
    margin-left: 1.333%;
    margin-top: 31px;
}


.ci3-item .ci3-item-center .ci3-item-center-l input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-weight: lighter;
}
.ci3-item .ci3-item-center .ci3-item-center-l input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-weight: lighter;
}              
.ci3-item .ci3-item-center .ci3-item-center-l input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-weight: lighter;
}              
.ci3-item .ci3-item-center .ci3-item-center-l input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-weight: lighter;
}    

.ci3-item .ci3-item-center textarea::placeholder{ 
	color: #999999;
    font-weight: lighter;
}

#licenseText {
	height: 200px;
    padding: 22px;
    resize: none;
    font: 14px / 20px "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, 黑体, Arial, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    background-color: #ffffff;
	border-radius: 15px;
    border:  none;
    margin-top: 20px;

}

.ci3-item .ci3-item-center   button {
    background-color: #007440;
    border-radius: 30px;
    padding: 22px 56px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.ci3-item .ci3-item-center button a {
    color: #ffffff;
}

/* 廉洁举报 */
.cr1 {
    background: url(/public/static/images/cs_bg.jpg) no-repeat;
    position: relative;
    z-index: 5;
    background-size: 100% 100%;
    padding: 100px 0 150px;
}

.cr1 .cr1-item .cr1-item-p1{
    font-family: MicrosoftYaHeiLight;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222222;
}

.cr1 .cr1-item .cr1-item-p1 span{display: block;}

.cr1 .cr1-item .cr1-item-p2{
    font-family: MicrosoftYaHei-Bold;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 22px;
}
.cr1 .cr1-item .cr1-item-p2 a{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	letter-spacing: 0px;
    line-height: 18px;
	color: #fe8a0b;
    border-bottom: 1px solid transparent;
}

.cr1 .cr1-item .cr1-item-p2 a:hover {
    border-bottom: 1px solid #fe8a0b;

}

.cr1 .cr1-item .cr1-item-p2 span{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #222222;
}

.cr1 .cr1-item  .cr1-item-p3{
    background: url(/public/static/images/beis.jpg) no-repeat center;
    position: relative;
    z-index: 5;
    height: 420px;
    display: flex;
	align-items: center;
    margin-top: 40px;
    background-size: cover;
	padding: 0 85px;
	color: #fff;
}

.cr1 .cr1-item  .cr1-item-p3 a{color: #fff;}

.cr1 .cr1-item  .cr1-item-p3 .d{margin-bottom: 20px;}

.cr1 .cr1-item  .cr1-item-p3 .ct{margin-bottom: 20px;}

.cr1 .cr1-item .cr1-item-p3  .xia a{text-decoration: underline;}

.cr1 .cr1-item  .cr1-item-p3 .d1{background: url(/public/static/images/xb.png) center no-repeat;background-size: 100% 100%;height: 26px;line-height: 26px;margin-bottom: 5px;padding-left: 15px;}

.cr1 .cr1-item  .cr1-item-p3 .d2{padding-left: 15px;}

.cr1 .cr1-item  .cr1-item-p3 .ds{line-height: 30px;border-top: 1px solid #ffffff60;}

.cr1 .cr1-item  .cr1-item-p3 .ds span{color: #ff0000;}

.cr1 .cr1-item  .cr1-item-p3 .bt1{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
}
.cr1 .cr1-item  .cr1-item-p3 .bt2{
    width: 180px;
	height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background-color: #fe8a0b;
	border-radius: 30px;
    /* margin:  0 auto; */
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cr1 .cr1-item  .cr1-item-p3 .bt2 a {
    color: #ffffff;
}


.cr1 .cr1-item  .cr1-item-p3 .bt2 img{
    width: 21px;
	height: 27px;
    margin-right: 13px;
}

.cr1 .cr1-item .cr1-item-p4{
    font-family: MicrosoftYaHeiLight;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    margin-top: 25px;
    line-height: 24px;
}

.cr1 .cr1-item .cr1-item-p4 span{
    font-family: MicrosoftYaHeiLight;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ff0000;
    text-align: center;
}



.cr1 .cr1-item .cr1-item-p5{
    background: url(/public/static/images/cr_img4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    min-height: 374px;
    padding: 42px 52px;
    margin-top: 54px;
	border-top:  4px solid  rgba(24, 129, 82, 0.9);
}

.cr1 .cr1-item .cr1-item-p5 .jb-font1 {
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
}

.cr1 .cr1-item .cr1-item-p5 .jb-font2 {
    width: 100%;
	height: 1px;
	background-color: #cfcfcf;
	border-radius: 1px;
	opacity: 0.9;
    margin-top: 20px;
}

.cr1 .cr1-item .cr1-item-p5 .col-wrap {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   margin-top: 30px;
   margin-bottom: 10px;
}
.cr1 .cr1-item .cr1-item-p5 .col-wrap .col-wrap-l{
   width: 39.25%;
 }
 .cr1 .cr1-item .cr1-item-p5 .col-wrap .col-wrap-r{
    width: 47%;
    margin-left: 13.3%;
  }


.cr1 .cr1-item .cr1-item-p5 .col-wrap .jb-title1{
    font-family: MicrosoftYaHeiLight;
	font-weight: bold;
	letter-spacing: 0px;
	color: #222222;
    margin-bottom: 25px;
 }
 .cr1 .cr1-item .cr1-item-p5 .col-wrap .jb-title2{
    font-family: MicrosoftYaHei-Bold;
	font-weight: 100;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
    line-height: 26px;
 }

 .cr1 .cr1-item .cr1-item-p5  .col-wrap-b .jb-title1{
    font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
    margin-top: 50px;
 }
 .cr1 .cr1-item .cr1-item-p5  .col-wrap-b .jb-title2{
    font-family: MicrosoftYaHei;
	font-size: 14px;
    line-height: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
 }






@media(max-width: 1600px){
    .cr1 .cr1-item .cr1-item-p5  .col-wrap-b .jb-title1{ margin-top: -12px; }

    .cr1 .cr1-item .cr1-item-p5 .col-wrap { margin-top: 20px;}

    .cr1 .cr1-item .cr1-item-p5 .col-wrap .jb-title1 { margin-bottom: 21px; }

    .ci3-item .ci3-item-head .xt{width: calc(100% - 200px);}
}





@media (max-width:1025px) {

    .f_16{font-size: 14px;}
    .f_20{font-size: 16px;}
    .f_22{font-size: 18px;}
    .f_24{font-size: 18px;}
    .f_26{font-size: 18px;}
    .f_28{font-size: 20px;}
    .f_30{font-size: 20px;}
    .f_32{font-size: 22px;}
    .f_36 {font-size: 22px;}
    .f_40{font-size: 22px;}
    .f_42{font-size: 24px;}
    .f_44{font-size: 24px;}
    .f_48{font-size: 24px;}
    .f_50{font-size: 24px;}
    .f_54{font-size: 26px;}
    .f_56{font-size: 26px;}
    .f_60{font-size: 30px;}
    .f_64{font-size: 36px;}
    .f_72{font-size: 22px;}
    .f_76{font-size: 24px;}
    .f_88{font-size: 24px;}
    .f_100{font-size: 50px;}
    .pc{ display: none; }

    .yd{  display: block;}

    .cedao{  display: none; }

    body { min-width: 100px; }

    /*客户服务 */
    .cs1 .con1 .col-wrap {
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }

    .cs1 .con1 {
        background: none;
        padding: 0;
        min-width: 0 !important;
    }

    .cs1 .con1 .col-wrap .col1 {
        height: 105px;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .cs1 .con1 .col-wrap .col1:last-child {
        margin-bottom: 0px;
    }

    .pbox {  width: calc(100% - 40px); margin: 0 20px; }

    /* 媒体联系 */
    .cm1 .con1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .cm1 .con1 .con1-left {
        position: relative;
        z-index: 7;
        width: 100%;
        height: 470px;
        background-color: #e4edea;
        border-radius: 15px;
        margin-bottom: 20px;
    }

    .cm1 .con1 .con1-left .con1-left-form img {
        margin-top: 20px;
    }

    .cm1 .con1 .con1-right {
        width: 100%;
        background-color: #f6f9ff;
        border-radius: 0px 15px 15px 0px;
        padding: 30px 10px;
        height: auto;
    }

    .cm1 .con1 .con1-left .con1-left-img {
        width: 100%;
    }


/* 投资者联系 */

.ci1 .ci1-item{
    display: flex;
    flex-direction: column;
}

.ci1 .ci1-item .ci1-item-left {
    width: 100%;
    height: auto;
    padding: 20px;
}

.ci1  .ci1-item .ci1-item-right{
    width: 100%;
    margin-top: 20px;
}

.ci1  .ci2-item{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ci1  .ci2-item .ci2-item-left img{
    border-radius: 10px 10px   0;
    height: 100%;
}

.ci1 .ci2-item .ci2-item-right {
   width: 100%;
   padding: 30px 20px;
}
.ci1  .ci3-item{
    width: 100%;
    display: flex;
    flex-direction: column;
}


.ci3-item .ci3-item-head .xt {
    width: 65%;
}


.ci3-item .ci3-item-center .ci3-item-center-l{
    flex-direction: column;
}
.ci3-item .ci3-item-center .ci3-item-center-l  .name{
    width: 100%;
    margin-top: 20px;
}

.ci3-item .ci3-item-center .ci3-item-center-l  .sex{
    width: 100%;
    margin-top: 20px;
}

.ci3-item .ci3-item-center .ci3-item-center-l  .tel{
    width: 100%;
    margin-top: 20px;
}
.ci3-item .ci3-item-center .ci3-item-center-l  .emil{
    width: 100%;
    margin-top: 20px;
}

.ci3-item .ci3-item-center .ci3-item-center-l2{
    flex-direction: row;
}
.ci3-item .ci3-item-center .ci3-item-center-l2  .code{
    width: calc(100% - 130px);
    margin-top: 20px;
}
.ci3-item .ci3-item-center .ci3-item-center-l2 img{
    margin-top: 20px;
}

.ci3-item .ci3-item-center   button {
   width: 100%;
   margin-top: 20px;
}

.ci3-item .ci3-item-center   button a {
    width: 100%;
   text-align: center;
 }

/* 投诉举报 */
.cr1 .cr1-item .lei01{
    width: 100%;
}

.cr1 .cr1-item .cr1-item-p3{
    width: 100%;
    background-size: cover;
    margin-top: 20px;
	padding: 0 5%;
}

.cr1 .cr1-item .cr1-item-p5{
    width: 100%;
    padding: 20px 20px;
    background: none;
    margin-top: 20px;
}

.cr1 .cr1-item-p5 .col-wrap{
    display: flex;
    flex-direction: column !important;
}

.cr1 .cr1-item-p5 .col-wrap .col-wrap-l {
    width: 100% !important;
}
.cr1 .cr1-item-p5 .col-wrap .col-wrap-r{
    width: 100% !important;
    margin-left: 0 !important;
}
.cr1 .cr1-item-p5  .col-wrap-b{
    margin-top: 30px;
}

.ci1 { padding: 20px 0 20px;width: 100vw;}

.cs1 { padding: 20px 0 20px;width: 100vw;}

.ci1 .ci1-item .ci1-item-right{height: auto;padding: 30px 20px;}

.cm1 { padding: 20px 0 20px;width: 100vw;}

.cr1 { padding: 20px 0 20px;}

.cr1 .cr1-item .cr1-item-p5 .col-wrap .jb-title2{ margin-bottom: 10px;}

/* .ci3-item .ci3-item-head .xt{width: calc(100% - 190px);} */
}


