body {
	min-width: 1200px;
	background: #f8f8f8;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
	overflow-x: hidden;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*ie10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.ovh {
	overflow: hidden;
}

.top {
	position: relative;
	border-top: 4px solid #e71a19;
	height: 120px;
	background: #fff;
	z-index: 100;
}

.top_main {
	margin: auto;
	position: relative;
	width: 1200px;
	height: 120px;
}

.logo {
	float: left;
	margin-top: 11px;
}

.top_msgline {
	margin: 0 30px;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 326px;
	height: 42px;
	background: #e71b1a;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: center;
}

.top_msgline:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 42px;
	background: url(/uploads/image/simg/tmsgb_left.png) no-repeat;
	background-size: 100%;
}

.top_msgline:after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 42px;
	background: url(/uploads/image/simg/tmsgb_right.png) no-repeat;
	background-size: 100%;
}

.top_navline {
	float: left;
	margin-top: 50px;
	margin-left: 148px;
	height: 69px;
	font-size: 0;
}

.top_navline .top_nav {
	position: relative;
	margin-right: 6px;
	min-width: 100px;
	max-width: 120px;
	text-align: center;
	display: inline-block;
}

.top_navline .top_nav:first-of-type {
	min-width: auto;
}

.top_nav .tn_a {
	position: relative;
	display: block;
	height: 69px;
	padding: 0 5px;
	font-size: 15px;
	line-height: 69px;
	vertical-align: top;
}

.top_nav .tn_a span {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	word-break: break-word;
	word-wrap: break-word;
}

.top_nav .tn_a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 0;
	width: 0;
	height: 3px;
	background: #e71a19;
	transition: all 0.15s;
}

.top_nav:hover .tn_a:before,
.top_nav .tn_a.on:before {
	margin-left: -50%;
	width: 100%;
}

.top_navin {
	display: none;
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 0;
	background: #f4f3f0;
	z-index: 100;
}

.top_navline .tn_a:hover .top_navin,
.top_navin:hover {
	display: block;
}

.top_navin a {
	display: block;
	min-height: 40px;
	font-size: 14px;
	color: #999;
	padding: 10px 15px;
	box-sizing: border-box;
	line-height: 20px;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
	transition: all 0.15s;
}

.top_navin a:hover {
	color: #e71a19;
}

.top_lang {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 100;
}

.lang_btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #acacac;
	font-size: 13px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}

.lang_sel a {
	position: relative;
	margin-right: 40px;
	margin-bottom: 24px;
	display: inline-block;
	width: 181px;
	height: 36px;
	background: #ffffff;
	line-height: 36px;
	vertical-align: top;
}

.lang_sel a img {
	vertical-align: middle;
}

.lang_sel a span {
	display: inline-block;
	width: 124px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

.lang_sel {
	display: none;
	position: absolute;
	top: 60px;
	right: -355px;
	width: 1920px;
	background: #f6f6f7;
}

.lang_sel_in {
	margin: auto;
	width: 1200px;
	height: 350px;
	font-size: 0;
}

.lang_sel_in .img {
	margin-top: 66px;
	margin-left: 18px;
}

.lang_sel_right {
	float: right;
	width: 450px;
	padding-top: 127px;
}

.lang_sel a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #e71a19;
	opacity: 0;
	transition: all 0.2s;
}

.lang_sel a:hover:before,
.lang_sel a.on:before{
	opacity: 1;
}

.main {
	margin: auto;
	width: 1200px;
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 200;
}

.tc_box {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	padding: 12px;
	box-sizing: border-box;
	background: #eee;
	z-index: 300;
	opacity: 0;
}

.tc_content {
	padding: 32px 36px 45px 36px;
	background: #fff;
}

.tc_content img {
	margin-top: 25px;
	width: 100%;
}

.oneline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer {
	background: #fff;
}

.footer_main {
	margin: auto;
	width: 1200px;
	padding-top: 70px;
	padding-bottom: 45px;
	overflow: hidden;
}

.footer_left {
	float: left;
	width: 310px;
}

.footer_right {
	float: right;
	overflow: hidden;
}

.footer_a {
	display: block;
	padding: 7px;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	transition: all 0.15s;
}

.footer_a:hover {
	color: #e71b1a;
}

.fr_type {
	float: left;
	margin-left: 20px;
	width: 130px;
}

.fr_type p {
	word-break: break-all;
	word-wrap: break-word;
}

.fr_type:first-of-type {
	margin-left: 0;
}

.footer_underline {
	height: 55px;
	background: #efefef;
}

.footerul_main {
	margin: auto;
	width: 1200px;
	height: 100%;
	font-size: 13px;
	color: #999;
	line-height: 54px;
}

.footerul_main a {
	font-size: 13px;
	color: #999;
}

.footerul_main a:hover {
	color: #e17a19;
}

.top_banner {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.top_banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 250px;
}

.bread_line {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}

.breadl_main {
	margin: auto;
	width: 1200px;
	height: 60px;
	line-height: 60px;
}

.bread_left {
	float: left;
	height: 60px;
	padding-left: 27px;
	background: url(/uploads/image/simg/bread_icon.png) no-repeat left center;
	background-size: 19px;
	font-size: 14px;
	color: #999;
}

.bread_left a {
	display: inline-block;
	max-width: 130px;
	color: #999;
	line-height: 18px;
	transition: all 0.15s;
	vertical-align: middle;
}

.bread_left a.on {
	color: #666;
}

.bread_left a:hover {
	color: #1265ab;
}

.bread_right {
	position: relative;
	float: right;
	overflow: hidden;
}

.bread_right a {
	position: relative;
	padding: 0 20px;
	float: left;
	font-size: 14px;
	color: #666;
}

.bread_right a:last-of-type {
	padding-right: 0;
}

.bread_line .border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #1265ab;
	transition: all 0.15s;
}


/*.bread_right a:hover:before,.bread_right a.on:before {	margin-left: -50%;	width: 100%;}*/

.big_title {
	margin-top: 60px;
}

.btt_1 {
	font-size: 42px;
	color: #e71a19;
}

.btt_2 {
	margin-top: 3px;
	font-size: 26px;
	font-weight: bold;
	color: #dedddd;
}

.main.fff {
	width: auto;
	background: #fff;
}

.mainf {
	margin: auto;
	width: 1200px;
}