/*==全局样式==*/
* {
	padding: 0;
	margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}

img,
input {
	border: none;
	vertical-align: middle;
}

body {
	font-family: Tahoma, Arial, Helvetica, "微软雅黑";
	font-size: 12px;
	text-align: left;
	background: #FFF;
	color: #333;
}

html {
	overflow-y: scroll;
}

ul,
ol {
	list-style-type: none;
}

th,
td,
input {
	font-size: 12px;
}

h3 {
	font-size: 14px;
}

button {
	border: none;
	cursor: pointer;
	font-size: 12px;
	background-color: transparent;
}

select {
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 12px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clear {
	zoom: 1;
}

a {
	text-decoration: none !important;
}

/* a:link,a:visited{text-decoration:none;color:#333;}
a:hover,a:active{text-decoration:underline;color:#f60;} */
.warp {
	width: 100%;
}
.mar_r20{
	margin-right: 50px;
}
.contont {
	width: 1400px;
	margin: 0 auto;
}
.flexP{
	display: flex;
}
.fl {
	float: left !important;
}

.fr {
	float: left !important;
}

.modal_title {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 100px;
}

.modal_title .modal_en {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #343434;
	text-transform: uppercase;
	line-height: 50px;
	font-family:MyFontName;
}

.modal_title .modal_ico {
	width: 10px;
	height: 10px;
	border: solid 2px #d64d3f;
	border-radius: 50%;
	margin: 5px auto;
}

.modal_title .modal_cn {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #171717;
	line-height: 50px;
}

.modal_title .modal_line {
	display: inline-block;
	width: 40px;
	height: 8px;
	background-color: #d25f56;
	margin-top: 15px;
}


.btn_more {
	border: 1px solid #fff;
	color: #fff !important;
	font-size: 16px;
	padding-right: 58px;
	outline: none !important;
	background: url(../images/more-ico.png) no-repeat center right 12px;
}

.btn_more {
	background-image: url(../images/more-ico.png) !important;
}
.btn_more:focus {
	border-color: #a70912;
}

.btn_more_color {
	border-color: #000;
	color: #000 !important;
	background-image: url(../images/more-ico2.png) !important;
}

.btn_more_color a {
	border-color: #000;
	color: #000 !important;
}

.text_white {
	color: #fff;
}

.text_claret {
	color: #114f9d;
}
.text_gray {
	color: #616161;
}
.text_gray2 {
	color: #757575;
}
.text_red {
	color: #cf4f44;
}
.bg_white {
	background-color: #fff;
}

.font_14 {
	font-size: 14px;
}

.font_16 {
	font-size: 16px;
}

.font_18 {
	font-size: 18px;
}

.font_20 {
	font-size: 20px !important;
	/*float:left;*/
}

.font_24 {
	font-size: 24px;
}

.font_30 {
	font-size: 30px;
}

.margin_fluid {
	margin-left: -15px;
	margin-right: -15px;
}

.fluid {
	padding-left: 0;
	padding-right: 0;
}

.pad_l0 {
	padding-left: 0 !important;
}
.pad_r0 {
	padding-right: 0 !important;
}
.pad_l15 {
	padding-left: 15px !important;
}
.pad_r15 {
	padding-right: 15px !important;
}
.pad_15 {
	padding-left: 15px;
	padding-right: 15px;
}
.pad_tb15 {
	padding: 15px 0;
}
.marg_pad {
	margin-bottom: 15px;
	padding: 1px;
}
.bor-b-e{
	border:1px solid #eee;
}
.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}

.mar_b15 {
	margin-bottom: 15px !important;
}

.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_t40{
	margin-top: 40px !important;
}
.of_hide {
	overflow: hidden;
}
.disp_block {
	display: inline-block;
}

/* 根据宽度计算高度 */
.compute_height {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}

/* 单行文本溢出处理 */
.text_one_line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 多行文本溢出处理 */
.text_multiline_ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 内容水平垂直居中显示 */
.all_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 相对定位 */
.posr {
	position: relative;
}

a {
	color: #fff;
}

.li_box {
	webkit-transition: -webkit-transform ease .7s;
	transition: -webkit-transform ease .7s;
	-o-transition: -o-transform ease .7s;
	-moz-transition: transform ease .7s, -moz-transform ease .7s;
	transition: transform ease .7s;
	transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}

.li_boxs {
	webkit-transition: -webkit-transform ease .7s;
	transition: -webkit-transform ease .7s;
	-o-transition: -o-transform ease .7s;
	-moz-transition: transform ease .7s, -moz-transform ease .7s;
	transition: transform ease .7s;
	transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}

.li_box:hover {
	transform: translateY(-28px) !important;

}

.li_boxs:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 40px #e5e5e5 !important;

}
/* 放大 */
.li_boximg{
	-webkit-transition: -webkit-transform ease .7s;
		transition: -webkit-transform ease .7s;
		-o-transition: -o-transform ease .7s;
		-moz-transition: transform ease .7s, -moz-transform ease .7s;
		transition: transform ease .7s;
		transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}
.li_boximg:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.flex_wno {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_wno1 {
	display: flex;
	flex-wrap: wrap;
}
.flex_item {
	display: flex;
	flex-wrap: wrap;
}

/* 页面头部 */
.headimg {
	position: relative;
}

/* .headimg .img{
	position: absolute;
	top: 0;
	left: 0;
} */
.headimg .head_desc {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.headimg .head_desc .page_en {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #fff;
	display: none;
}

.headimg .head_desc .bg_lin {
	width: 25px;
	height: 8px;
	background-color: #cf4f44;
	margin: 15px auto 25px;
	display: none;
}

.headimg .head_desc .page_cn {
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 6px;
	color: #ffffff;
	text-align: center;
	display: none;
}
.headimg .head_desc .desc {
	font-size: 18px;
	padding-top: 40px;
}

/* modal_title2 */
.modal_title2 {}

.modal_title2 .title {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #0c0c0c;
}
.modal_title2 .info {
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 27px;
		letter-spacing: 0px;
		color: #171717;
}
.modal_title2 .line_bg {
	width: 15px;
	height: 5px;
	background-color: #cf4f44;
	margin: 15px 0;
}

.modal_title2 .line_bg {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #393939;
}

.content_14 {
	font-size: 14px;
	line-height: 28px;
}

.color_40 {
	color: #404040;
}

.color_cf4f44 {
	font-size: 26px;
	letter-spacing: 1px;
	color: #cf4f44;
}

.shows {
	display: block !important;
}

.hides {
	display: none !important;
}

.flex_centent_between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* 其他页面导航 */
.modal_nav{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.modal_nav .title{
	padding:10px;
	
}
.modal_nav .title a{
	color: #666;
	font-size: 16px;
}
.active_nav a{
	color: #cf4f44 !important;
}
.active_nav{
	border-bottom: 2px solid #cf4f44 !important;
}
/* 面包屑 */
.crumbs {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.crumbs a {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 50px;
}
.crumbs a:last-child {
	color: #00a2e9;
}	

/* tab选项卡头 */
.tab li {
	cursor: pointer;
	padding: 14px 0;
	margin-right: 40px;
	position: relative;
	display: inline-block;
}
.tab li.cur::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cf4f44;
}

.list_style li {
	padding-left: 15px;
	position: relative;
	line-height: 24px;
	color: #717171;
}
.list_style li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #db5252;
	border-radius: 50%;
}
.padding_none_top{
	padding-top: 0;
}
.width100{
	width: 100% !important;
}

@font-face {
    font-family: MyFontName;
    src: url(../images/eras_bl.ttf)
}
@media(max-width:1920px){
 
.fr {
    float: right !important;
}
}