/* 网站主体颜色 */
.mainColor {
	color: #000000;
}
body{
	padding-top: 120px !important;
}
/* 字体样式 */
@font-face {
	
	src: url('../fonts/SourceHanSansCN-Regular.otf');
}


@font-face {
	font-family: 'SourceHanSerifCN-Medium';
	src: url('../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	src: url('../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
	font-family: 'SourceHanSerifCN-SemiBold';
	src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}
@font-face {
	font-family: 'Garamond-Regular';
	src: url('../fonts/Garamond-Regular.ttf');
}
@font-face {
	font-family: 'SourceHanSerifCN-Bold';
	src: url('../fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
	font-family: 'SourceHanSerifCN-ExtraLight';
	src: url('../fonts/SourceHanSerifCN-ExtraLight.otf');
}
@font-face {
	font-family: 'SourceHanSerifCN-Light';
	src: url('../fonts/SourceHanSerifCN-Light.otf');
}
/* 字体  标题 */
.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: vertical-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: #9E9E9E;
	font-family: Garamond-Regular;
}

.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: #9E9E9E;
}

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

.pagination li.active {
	color: #fff !important;
	background: #569084 !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;
}


.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 {
	font-family: SourceHanSerifCN-SemiBold;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.detailContent {
	line-height: 36px;
	font-family: SourceHanSerifCN-SemiBold;
}

.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;
}
