/* 网站主体颜色 */
.mainColor {
	color: #000000;
}
body{
	padding-top: 78px !important;
	/* overflow:  hidden; */
}
.ellipsis {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.border{box-sizing:border-box; 
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box;} 
.over{overflow: hidden;}
.f {
    display: flex;
}
.fc
{
     flex-direction:column;
}
.jfs {
    justify-content: flex-start;
}

.jfe {
    justify-content: flex-end;
}

.ja {
    justify-content: space-around;
}

.jb {
    justify-content: space-between;
}
.jc{
    justify-content: center;
}
.je {
    justify-content: space-evenly;
}

.ac {
    align-items: center;
}

.ab {
    align-items: baseline;
}
.as{
    align-items: flex-start;
}
.ae {
    align-items: flex-end;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}
.tr{
    text-align: right;
}
.w {
    flex-wrap: wrap;
}

.p_r {
    position: relative;
}

.p_a {
    position: absolute;
}

/* 字体样式 */
@font-face {
	
	src: url('../fonts/SourceHanSansCN-Regular.otf');
}


@font-face {
	font-family: 'OPPOSans-B';
	src: url('../fonts/OPPOSans-B-2.ttf');
}
@font-face {
	font-family: 'OPPOSans-R';
	src: url('../fonts/OPPOSans-R-2.ttf');
}
@font-face {
	font-family: 'OPPOSans-H';
	src: url('../fonts/OPPOSans-H-2.ttf');
}
@font-face {
	font-family: 'OPPOSans-M';
	src: url('../fonts/OPPOSans-M-2.ttf');
}
@font-face {
	font-family: 'OPPOSans-L';
	src: url('../fonts/OPPOSans-L-2.ttf');
}
@font-face {
	font-family: 'PingFang';
	src: url('../fonts/PingFang Regular.otf');
}
@font-face {
	font-family: 'PingFang-SC-Medium';
	src: url('../fonts/PingFang Medium_downcc.otf');
}
@font-face {
	font-family: 'PingFang-SC-Heavy';
	src: url('../fonts/PingFang Heavy.ttf');
}
@font-face {
	font-family: 'PingFang-SC-Bold';
	src: url('../fonts/PingFang-SC-Bold.ttf');
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-SemiBold.ttf');
}
@font-face {
	font-family: 'Gilroy-Bold';
	src: url('../fonts/gilroy-bold-4.otf');
}
@font-face {
	font-family: 'Gilroy-Regular';
	src: url('../fonts/gilroy-regular.otf');
}
@font-face {
	font-family: 'Gilroy-SemiBoldItalic';
	src: url('../fonts/GILROY-SEMIBOLDITALIC.TTF');
}
/* 字体  标题 */
.fontt{
	font-family: OPPOSans-H;
}
/* 字体  副标题 */
.fontf{
	font-family: OPPOSans-M;
}
/* 字体  数字/不常用 */
.fontN{
	font-family: OPPOSans-B;
}
/* 字体  英语字母/不常用 */
.fontY{
	font-family: OPPOSans-L;
}
/* 字体  主体常用 */
body{
	font-family: OPPOSans-R;
}
/* 字体样式 end*/
/* 字体颜色 公共 */
.commoncolor{
	color: #EE5D28;
}
.commoncolor2{
	color: ##116395;
}
/* 文字方向   竖向 */
.zshu {
	writing-mode: tb-rl;
}

.yshu {
	writing-mode: tb-rl;
}

.w100 {
	width: 100%;
	flex: none;
}

.h100 {
	height: 100%;
	flex: none;
}





/* 鼠标 */
.cp {
	cursor: pointer;
}

/* 溢出隐藏 */
.toe {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.toe2 {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.toe3 {
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 溢出隐藏 */

/* 字体 1rem = 1px */
.fs10 {
	font-size: 10px;
	/*SupportIE7&IE8*/
}
.fs12 {
	font-size: 12px;
	/*SupportIE7&IE8*/
}


.fs14 {
	font-size: 14px;
	/*SupportIE7&IE8*/
}

.fs16 {
	font-size: 16px;
	/*SupportIE7&IE8*/
}

.fs18 {
	font-size: 18px;
	/*SupportIE7&IE8*/
}

.fs20 {
	font-size: 20px;
	/*SupportIE7&IE8*/
}

.fs22 {
	font-size: 22px;
	/*SupportIE7&IE8*/
}

.fs24 {
	font-size: 24px;
	/*SupportIE7&IE8*/
}

.fs26 {
	font-size: 26px;
	/*SupportIE7&IE8*/
}

.fs28 {
	font-size: 28px;
	/*SupportIE7&IE8*/
}

.fs30 {
	font-size: 30px;
	/*SupportIE7&IE8*/
}

.fs32 {
	font-size: 32px;
	/*SupportIE7&IE8*/
}
.fs36 {
	font-size: 36px;
	/*SupportIE7&IE8*/
}
.fs40 {
	font-size: 40px;
	/*SupportIE7&IE8*/
}

.fs48 {
	font-size: 48px;
	/*SupportIE7&IE8*/
}

.fs55 {
	font-size: 55px;
	/*SupportIE7&IE8*/
}


/* 字 颜色 */
.cf {
	color: #FFFFFF;
}

.c3f {
	color: #3f3f3f;
}

.c64 {
	color: #646464;
}

.c34 {
	color: rgba(51, 51, 51, 0.4);
}

.c36 {
	color: rgba(51, 51, 51, 0.6);
}

.c38 {
	color: rgba(51, 51, 51, 0.8);
}

.c39 {
	color: rgba(51, 51, 51, 0.9);
}

.c7f8 {
	color: rgba(127, 127, 127, 0.8);
}

.c28259a {
	color: #28259A;
}



.c31B457 {
	color: #31B457;
}

.c2b {
	color: #053B88;
}

.c83 {
	color: #838383;
}

.c5c {
	color: #5C5C5C;
}

.c3 {
	color: #333333;
}

.c6 {
	color: #666666;
}

/* 背景 */

.bg4EA569 {
	background-color: #4EA569;
}

.bg28259a {
	background: #28259A;
}

/* 字 粗细 */
.fwb {
	font-weight: bold;
}

.fw4 {
	font-weight: 400;
}

.fw5 {
	font-weight: 500;
}

.fw6 {
	font-weight: 600;
}

.fw7 {
	font-weight: 700;
}

.fw8 {
	font-weight: 800;
}

.fw9 {
	font-weight: 900;
}

/* flex布局 */
.flexR {
	display: flex;
	flex-direction: row;
}

.flexC {
	display: flex;
	flex-direction: column;
}

.fww {
	flex-wrap: wrap;
}

.aic {
	align-items: center;
}

.aifs {
	align-items: flex-start;
}

.aife {
	align-items: flex-end;
}

.aib {
	align-items: baseline;
}

.jcc {
	justify-content: center;
}

.jcfe {
	justify-content: flex-end;
}

.jcsa {
	justify-content: space-around;
}

.jcsb {
	justify-content: space-between;
}

.fa {
	flex: auto;
}

.fn {
	flex: none;
}

/* flex 中 image */

/* 圆角 跟着自己项目ui设置圆角*/
.brs {
	border-radius: 50%;
}


/* 文字 */
.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}






/* **************  分页  *************** */
/* 分页 */
.pagination {
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	font-size: 18px;
	color: #999999;
}

.pagination li {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	margin: 0 3px;
	background: #eee;
}

.pagination li a {
	width: 40px;
	height: 40px;
	display: block;
	color: #999999;
}

.pagination li a:hover {
	color: #fff;
	background: #0064B7;
}

.pagination li.active {
	color: #fff !important;
	background: #0064B7 !important;
}



/* 繁花客 */
.base2 {
	width: 208px;
	height: 97px;
}

.botton1 {
	font-size: 18px;
	;
	font-weight: 400;
	color: #FFFFFF;
	margin: 26px 0 58px;
}

.botton2 {
	font-size: 18px;
	;
	font-weight: 400;
	color: #FFFFFF;
}

.botton3 {
	font-size: 39px;
	font-weight: normal;
	color: #FFFFFF;
}

.botton4 {
	font-size: 18px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin: 26px 0 34px;
}

.base3 {
	width: 116px;
	height: 116px;
}

.base4 {
	margin-left: 32px;
	width: 116px;
	height: 116px;
}

.base5 a {
	margin-top: 80px;
	margin-bottom: 57px;
	font-size: 18px;
	;
	font-weight: 500;
	color: #FFFFFF;
}

.base6 {
	position: absolute;
	bottom: 180px;
	right: -70px;
	width: 458px;
	height: 497px;
	background: #FFFFFF;
	border: 1px solid #D41D3B;
	border-radius: 27px;
}

.base7 {
	width: 326px;
	font-size: 16px;
	;
	font-weight: 400;
	color: #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
	padding-bottom: 9px;
}

.base7hover {
	color: #D41D3B;
	border-bottom: 1px solid #D41D3B;
}

.base8 {
	margin-top: 48px;
	width: 191px;
	height: 52px;
}

.mt55 {
	margin-top: 55px;
}


/* *************首页轮播图********** */
html {
	font-size: 1px;
}

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}

body {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto !important;
	color: #333333;
	font-size: 18px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.no {
	display: none;
}

.img {
	display: block;
	width: 100%;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

.box1 {
	width: 74%;
	min-width: 1200px;
	margin: 0 auto;
}

.over {
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.bsb {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ht_img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
	display: block
}

.ht_img:hover {
	transform: scale(1.06);
}


.detailtitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.detailContent {
	line-height: 36px;
}

.detailContent img {
	max-width: 100%;
}



/* 面包屑 样式 */
.aboutus_content_main_title {
	
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	margin-top: 89px;
	text-align: center;
	width: 100%;
}

.aboutus_content_main_title_x {
	width: 56px;
	height: 4px;
	background: #13B0DC;
	border-radius: 2px;
	margin: 22px auto 87px;
}




/* 生成代码样式 */
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}



/* 2023.05.16 修改 */

.xg_head{width: 100%;height: 78px;background:#1b40e3;position: fixed;top: 0;left: 0;z-index: 9999}
.xg_head .xg_box{width: 88.75%;height: 78px;margin: 0 auto;min-width: 1200px;}
.xg_head .xg_box .hl .logo{display: block;height: 45px;}
.xg_head .xg_box .hl .ms{width: 260px;height: 30px;border-radius: 15px;border: 1px solid rgba(255, 255, 255, 0.12); margin-left: 15px;font-size: 16px;color: #fff;}
.xg_head .xg_box .hl .ms .line{width: 1px;height: 6px;background:#fff;opacity: 0.12;margin: 0 8px;}
.xg_head .xg_box nav{width: 46%;}
.xg_head .xg_box nav a{font-size: 16px;color: #fff;}
.xg_head .xg_box nav a:hover,.xg_head .xg_box nav a.active{font-weight: bold;}
.xg_head .xg_box .hr img{margin-right: 7px;}
.xg_head .xg_box .hr .span1{font-size: 16px;color: #fff;}
.xg_head .xg_box .hr .span2{font-size: 18px;font-family: Gilroy;color: #fff;}
