/* CSS Document */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dd,
td,
input,
fieldset,
textarea,
option {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
input {
	text-decoration: none;
	outline: none;
}

body {
	font-family: "微软雅黑", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #676a6c;
}

a {
	/*color: #fff;*/
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
.cursor_pointer{
	cursor: pointer;
}
.clearfix {
	clear: both;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.middle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.middle01 {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}



.fl44 {
	/* 垂直居中 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* 父类 不换行 */
.flex {
	display: inline-flex;
	display: -webkit-flex;
	display: flex;
}
/* 所有子类在一行平均分父类宽度 */
.flex-1 {
	
	-webkit-flex: 1;
	flex: 1;
}
/*父类  换行 */
.flex-n {
	display: flex;
	flex-wrap: wrap;
}

/*子类 排列自动换行 不平均分父类宽度 */
.flex-g{
	flex-grow:0 ;
}

.flex-between {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
}




._trans {
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}


.main_c {
	width: 1240px;
	margin: auto;
	margin-top: -65px;
}

.width1280 {
	width: 1280px;
	margin: auto;
}

.width1240 {
	width: 1240px;
	margin: auto;
}

.width1040 {
	width: 1040px;
	margin: auto;
}

.minwidth {
	min-width: 1240px;
	margin: auto;
}

.whitebg {
	background: white;
}

.graycolor {
	color: #ADADAD;
}

.redcolor {
	color: #ee6e6e;
}

.orangecolor {
	color: #ff6600;
}

.mazarinecolor {
	color: #003688;
}

.blackcolor {
	color: #202020;
}

.blackcolor01 {
	color: #000;
}

.greencolor {
	color: #46b76b;
}

.bluecolor {
	color: #2083ec;
}

.bluecolor02 {
	color: #86c2ff
}

.bluecolor03 {
	color: #1a9fdb
}

.bluecolor04 {
	color: #009aff
}

.yellowcolor {
	color: #f9f002;
}

.whitecolor {
	color: #fff;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 32px;
}

.font36 {
	font-size: 36px;
}

.font40 {
	font-size: 40px;
}

.font62 {
	font-size: 45px;
}

.font82 {
	font-size: 162px;
}

.font92 {
	font-size: 122px;
}

/*引入字体*/
@font-face {
	font-family: "TITLEFONT";
	src: local("TITLEFONT.TTF"), local("TITLEFONT.TTF"), url(TITLEFONT.TTF);

}

.titlefont {
	font-family: "TITLEFONT" !important;
}

@font-face {
	font-family: "Digital";
	src: local("DS-DIGI.TTF"), local("DS-DIGI.TTF"), url(DS-DIGI.TTF);

}

.Digital {
	font-family: "Digital" !important;
}

@font-face {
	font-family: "Youshebiaotihei";
	src: local("优设标题黑.ttf"), local("优设标题黑.ttf"), url(优设标题黑.ttf);

}

.Youshebiaotihei {
	font-family: "Youshebiaotihei" !important;
}

@font-face {
	font-family: "bahnschrift";
	src: local("bahnschrift.ttf"), local("bahnschrift.ttf"), url(bahnschrift.ttf);

}

.bahnschrift {
	font-family: "bahnschrift" !important;
}



.fontweight {
	font-weight: bold;
}

/**/
.ml0 {
	margin-left: 0px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 100px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml240 {
	margin-left: 240px;
}

/**/


.mr0 {
	margin-right: 0px;
}

.mr3 {
	margin-right: 3px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.mr70 {
	margin-right: 70px;
}


/**/

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}


/**/

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px;
}

.mt7 {
	margin-top: 7px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px
}

.mt35 {
	margin-top: 35px
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}


/**/

.mar0 {
	margin: 0px;
}

.mar10 {
	margin: 10px;
}

.mar15 {
	margin: 15px;
}

.m_tb30 {
	margin: 30px 0;
}

.m_lr0 {
	margin-left: 0px;
	margin-right: 0px;
}

.m_lr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.m_lr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mar30 {
	margin: 30px;
}

/**/
.pad0 {
	padding: 0 !important;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad30 {
	padding: 30px;
}

.pad40 {
	padding: 40px;
}

/**/
.padlr0 {
	padding-left: 0px;
	padding-right: 0px;
}

.padlr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padlr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.padlr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.padlr25 {
	padding-left: 25px;
	padding-right: 25px;
}

.padlr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padlr35 {
	padding-left: 35px;
	padding-right: 35px;
}

.padlr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.padlr60 {
	padding-left: 60px;
	padding-right: 60px;
}

/**/

.padtb0 {
	padding-bottom: 0px;
	padding-top: 0px;
}

.padtb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.padtb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.padtb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.padtb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.padtb25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

.padtb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}


.pl220 {
	padding-left: 220px;
}


/**/
.pt0 {
	padding-top: 0px;
}

.pt2 {
	padding-top: 2px;
}

.pt3 {
	padding-top: 3px;
}

.pt5 {
	padding-top: 5px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt23 {
	padding-top: 23px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt33 {
	padding-top: 33px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt85 {
	padding-top: 85px;
}

.pt100 {
	padding-top: 100px;
}


/**/

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}


.pb50 {
	padding-bottom: 50px;
}


.pb60 {
	padding-bottom: 60px;
}


/**/
.pl-10 {
	margin-left: -10px;
}

.pl0 {
	padding-left: 0px;
}

.pl5 {
	padding-left: 5px;
}


.pl7 {
	padding-left: 7px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pl85 {
	padding-left: 85px;
}

.pl100 {
	padding-left: 100px;
}

.pl110 {
	padding-left: 110px;
}

.pl120 {
	padding-left: 120px;
}

.pl140 {
	padding-left: 140px;
}

.pl240 {
	padding-left: 240px;
}

.pl280 {
	padding-left: 280px;
}

.pl320 {
	padding-left: 320px;
}



/**/
.pr0 {
	padding-right: 0px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr60 {
	padding-right:60px;
}
.pr70 {
	padding-right: 70px;
}

.pr160 {
	padding-right: 190px;
}

.pr180 {
	padding-right: 180px;
}




/**/

.flex {
	display: flex;
}

.com_page {
	padding: 10px;
	/*margin: 20px 0 20px 0;*/
}

.com_page .btn.disabled {
	background: #fff;
	border-color: #dcdee2;
	color: #dcdee2;
}

.com_page .btn_page .btn {
	background: none;
	border: none;
	outline: none;
	color: #aaa;
}

.com_page .btn_page .btn.active {
	color: #003688;
	box-shadow: none;
}


.relative {
	position: relative;
}

.inblock {
	display: inline-block;
}

.ver_align {
	vertical-align: middle;
}

.ellipsis {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.line-clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line-clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: inherit;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: inherit;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.font_normal {
	font-style: normal;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.displaty_inb {
	display: inline;
}

.displaty_bl {
	display: block;
}


.displaty_inbl {
	display: inline-block;
}

.position-rel {
	position: relative;
}

.position-ab {
	position: absolute;
}

.left0 {
	left: 0;
}

.btn01 {
	color: #fff;
	background: #0494fd;
	border-color: #0494fd;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn01:hover,
.btn01:active {
	outline: none;
	color: #fff;
	background: #0494fd;
	border-color: #0494fd;
}

.btn01:focus {
	outline: none;
	color: #fff;
	background: #0494fd;
	border-color: #0494fd;
}

.btn_blue {
	color: #fff;
	background: #0494fd;
	border-color: #0494fd;
	/* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); */
}

.btn_blue:hover,
.btn_blue:focus,
.btn_blue:active,
.btn_blue.active {
	outline: none;
	color: #fff;
	background: #0070c7;
	border-color: #0070c7;
}

.btn_green {
	color: #fff;
	background: #6cc14f;
	border-color: #6cc14f;
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.btn_green:hover,
.btn_green:active {
	outline: none;
	color: #fff;
	background: #49ad27;
	border-color: #49ad27;
}

.btn_green:focus {
	outline: none;
	color: #fff;
	background: #49ad27;
	border-color: #49ad27;
}

.btn_red {
	color: #fff;
	background: #f65858;
	border-color: #f65858;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn_red:hover,
.btn_red:active {
	outline: none;
	color: #fff;
	background: #dd3030;
	border-color: #dd3030;
}

.btn_red:focus {
	outline: none;
	color: #fff;
	background: #dd3030;
	border-color: #dd3030;
}

.btn_white {
	color: #666;
	background: #fff;
	border-color: #ccc;
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.btn_white:hover,
.btn_white:active {
	outline: none;
	color: #000;
	background: #eee;
	border-color: #ccc;
}

.btn_white:focus {
	outline: none;
	color: #666;
	background: #fff;
	border-color: #ccc;
}

.btn_no {
	color: #fff;
	background: #b3b9bd;
	border-color: #b3b9bd;
	/* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.btn_no:hover,
.btn_no:active {
	outline: none;
	color: #fff;
	background: #b3b9bd;
	cursor: not-allowed;
}

.btn_no:focus {
	outline: none;
	color: #fff;
	background: #b3b9bd;
	border-color: #b3b9bd;
}


.line01 {
	height: 0;
	border-bottom: 1px solid #dcdee2;
}

.lineB_dotted {
	border-bottom: 1px dotted #dcdee2;
}

.border_bottom {
	border-bottom: 1px solid #dcdee2;
}

.border {
	border: 1px solid #dcdee2;
}

.border_b {
	border-bottom: #dcdee2 thin solid;
}

.border_t {
	border-top: #dcdee2 thin solid;
}

.border_l {
	border-left: #dcdee2 thin solid;
}

.border_r {
	border-right: #dcdee2 thin solid;
}

.font-w {
	font-weight: bold;
}

.text_und {
	text-decoration: underline;
}



/* input[type="checkbox" i] {
	vertical-align: middle
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 0;
	line-height: normal;
	margin-top: -3px;
}

label {
	font-weight: 100;
	margin-bottom: 0px;
}
input, button, select, textarea {
    font-family: inherit;
    line-height: normal;
}
 */

.line_hei00 {
	line-height: initial;
}

.line23 {
	line-height: 2.1;
}

.font-l {
	font-weight: lighter;
}
:focus-visible {
	outline:none;
}











/*滚动条整体*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background-color: #e7e7e7;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
