@charset "utf-8";
/*Technical Support SudyTech*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

img {
	vertical-align: middle;
}

html {
	overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}

:focus {
	outline: 0;
}

/*备用样式表*/
.none {
	display: none;
}

.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
	color: #ccc;
	/* WebKit browsers */
}

:-moz-placeholder {
	color: #ccc;
	/* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
	color: #ccc;
	/* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
	color: #ccc;
	/* Internet Explorer 10+ */
}

/**布局开始**/
body {
	line-height: 1;
	font-size: 13px;
	font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #333;
	background:#f8f8f8;
}

p {
	line-height: 1.75;
}

a {
	color: #333333;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

a:hover {
	color: #e02827;
}

/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	width: 1600px;
	margin: 0 auto;
}

.wp-inner {
	width: 1600px;
	margin: 0 auto;
}

/**页面全局宽度**/

/*head开始*/
.header {
	background: #ffffff url(images/head.png) no-repeat right center;
	background-size: contain;
}

.header .inner {
	width: 100%;
	height: 291px;
}

.header .head-top {
	border-top: 3px solid #c80000;
	width: 100%;
	height: 46px;
	background: #f7f7f7;
}

.header .head-top .head-top-nr {
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 46px;
	color: #707070;

}

.header .site-lang a {
	color: #707070;
}.header .site-lang a:hover {
	color: #e02827;
}

.header .head-bottom {
	width: 1600px;
	margin: 0 auto;
	height: 244px;
}

.header .sitelogo {
	float: left;
	margin-top: 66px;
}

.header .sitelogo span {
	position: relative;
	font-size: inherit;
	font-weight: normal;
}

.header .sitelogo span a {
	color: transparent;
	margin: 0;
}
.header .site-lang ul .links{ 
	float:left;
}.header .site-lang ul .links.i1{
	position:relative;
	margin-right: 16px;
}.header .site-lang ul .links.i1:before{
	position:absolute;
	content:" ";
	width: 1px;
	height: 16px;
	background:#707070;
	right: -8px;
	top: 14px;
}

.header .sitelogo span a img {
	vertical-align: middle;
}

.header .head-left {
	float: left;
	display: inline-block;
}

.header .head-main {
	float: left;
	margin-top: 10px;
}

.header .head-right {
	float: right;
	display: inline-block;
}


/*默认主导航样式*/
#nav {
	height: 50px;
	background: linear-gradient(to bottom, #E02827, #C70E0C);
}

#nav .inner .wp-panel .navbg {
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	background: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
	margin: 0 auto
}

.wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	color: #fef8e2;
}


.wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0px 42px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}


.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
	text-decoration: none;
	color: #000;
	background: #fef8e2;
}

.wp-menu .menu-item a.fmenu-link {
	display: inline-block;
	padding: 0px 51.5px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	position:relative;
}
.wp-menu .menu-item a.fmenu-link:after {
	position:absolute;
	content:" ";
	width:1px;
	height:18px;
	background:#E3E3E3;
	right:0;
	top:15px
	
}
.wp-menu .menu-item.i9 a.fmenu-link:after {
	position:absolute;
	content:" ";
	width:0px;
	height:18px;
	background:#E3E3E3;
	right:0;
	top:15px
	
}

.wp-menu .menu-item.hover a.fmenu-link,
.wp-menu .menu-item a.hover {
	text-decoration: none;
	color: #000;
	background: #fef8e2;
}

.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 100;
}

.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
}

.sub-menu .sub-item a {
	font-size:16px;
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #e02827;
	text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
	color: #000;
	background: #fef8e2;
	display: block;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0px;
	z-index: 200;
	background: #fff;
}

/**首页三列布局**/
.main1 .inner {
	padding: 32px 0px 45px;
}

.main2,.main3,.main4,.main5,.main6 {
	padding-bottom:28px;
}

.main7{
	padding-bottom:20px;	
}
.main8{
	padding-bottom:49px;	
}

/**标题栏**/
.post .tt {
	height:46px;
	background: #fcfcfc;
	border-bottom:2px solid #CB0F0E;
}
.post .tt .tit {
	float:left;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	cursor: pointer;
	font-family: "Microsoft yahei";
	text-align:center;
	padding:0 15px;
	
}
.post .tt .tit1{
	color: #fff;
	background: linear-gradient(to bottom, #E02827, #C70E0C);
	
	margin-left:20px;
}
.post .tt .tit2{
	color: #333333;
	margin-left:15px;
	padding-left:30px;
	background:url(images/r-a.png) no-repeat left 15px;
}

.post .tt .more_btn {
	line-height: 46px;
	float: right;
	width: 54px;
	display:block;
	margin-right:15px;
}

.post .more_btn a {
	font-size: 16px;
	cursor: pointer;
	color:#A4A4A4;
}

/**自定义新闻列表**/
.post .con{
	background:#fff;
}
.news_list{
	padding: 20px 18px;
	padding-left: 30px;
}
.news_list li.news {
	line-height: 38px;
	display:flex;
	justify-content:space-between;
}
.news_list li.news .news_title{
	font-size:16px;
}


.post-11 .news_title{
	position:relative;
}
.post-12 .news_title{
	position:relative;
}.post-20 .news_title{
	position:relative;
}.post-71 .news_title{
	position:relative;
}
.news_list li.news .news_title::before{
	content:" ";
	width: 4px;
	height: 4px;
	background:#cb0f0e;
	border-radius:50px;
	left: -12px;
	top: 16px;
	position:absolute;
}
.news_list li.news .news_meta{
	font-size:16px;
	color:#7E7E7E;
}
.post-10{
	width:529px;
	float:left;
}
.post-10 .news_list{
	position:relative;
	padding: 0;
}
.post-10 .news_list .news_title{
	position:absolute;
	bottom: 20px;
	font-size: 18px !important;
	line-height:30px;
	text-align:center;
	width: 100%;
}
.post-10 .news_list .news_title:before{
	display:none;
}
.post-10 .news_list .news_title a{
	color:#fff;
	text-align: center;
}
.post-10 .news .news_imgs{
	width: 529px;
	position:relative;
	padding-top: 73%;
	overflow: hidden;
}
.post-10 .news .news_imgs img{position:absolute;height: 100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;}

.post-10 .news_list .slick-prev.slick-arrow{
	display: none !important;
}
.post-10 .news_list .slick-next.slick-arrow{
	display: none !important;
}
.post-10 .slick-dots{
	margin-bottom: 56px;
}
.post-10 .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0px 10px;
    background: #fff;
    opacity:.5
}
.post-10 .slick-dots li.slick-active{
	opacity:1;
	height: 15px;
	width: 15px;
	padding-left: 2.5px;
	padding-top: 2.5px;
} 
.post-11 ,.post-12,.post-21,.post-20,.post-30,.post-71{
	border:1px solid #e6e6e6;
}

.post-11{
	width:618px;
	float:left;
	margin-left:26px
}
.post-11 .news_list{
	padding: 16px 18px;
	padding-left: 36px;
}.post-12 .news_list{
	padding:16px 18px;
	padding-left: 26px;
}
.post-12{
	width:400px;
	float:right;
}
.post-20{
	width:529px;
	float:left;
}
.post-20.post-201 .news_list{
	padding-bottom: 10px;
	padding-top: 16px;
	padding-left: 27px;
}
.post-21{
	width:1045px;
	float:right;
}
.post-21 .news_list{margin: 0 8px;display: flex;justify-content: space-between;} 
.post-21 .news_list .news{
	flex-direction: column;
}
.post-21 .news .news_imgs{
	width:300px;
	position:relative;
	padding-top: 66.7%;
	margin-top: 5px;
	overflow: hidden;
}
.post-21 .news .news_imgs img{position:absolute;height: 100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit: cover;margin: auto;}
.post-21 .news .news_title{
	margin-top: 10px;
	text-align: center;
}


.post-30 .news .news_imgs{
	width: 346px;
	position:relative;
	padding-top: 72.8%;
	overflow: hidden;
}
.post-30 .news .news_imgs img{position:absolute;height: 100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit: cover;margin: auto;}
.post-30 .news_list{margin: 0 5px;display: flex;justify-content: space-between;} 

.post-30 .news .news_video{
	width: 346px;
	position:relative;
	padding-top: 72.8%;
	overflow: hidden;
}
.post-30 .news .news_video video{position:absolute;height: 100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit: cover;margin: auto;}

.post-60 .news .news_imgs{
	width: 244px;
	position:relative;
	padding-top: 133.6%;
	overflow: hidden;
}
.post-60 .news .news_imgs img{position:absolute;height: 100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit: cover;margin: auto;}
.post-60 .news_list{margin: 0 5px;padding: 30px 0 10px 0;display: flex;justify-content: space-between;} 

.post-71{
	width:1045px;
	float:right;
}
.post-71 .con .news_list{padding-left:35px}
.post-80 .news_list{
	height: 100px;
	display:flex;
	justify-content:space-between;
	padding: 7px 0 3px 75px;
	background: url(images/yqlj.png) no-repeat left center;
}

.post-80 .news .news_imgs{
	width: 220px;
	position:relative;
	padding-top: 40%;
	overflow: hidden;
}
.post-80 .news .news_imgs img{position:absolute;width:100%;left:0;top:0;right:0;bottom:0;}

/*标题*/
.news_list li.news span.news_title img {
	vertical-align: middle;
}

.news_list li.news span.news_meta {
	float: right;
	margin-right: 4px;
	font-size: 18px;
	color: #333333;
	line-height: 46px;
}

.col_news_con .news_list li.news span.news_meta {
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
}




/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}

.l-banner img {
	display: none;
	height: 100%;
	vertical-align: top;
}

/**主体列表页开始**/

#l-container .inner {
	padding: 25px 0px;
}

/**主体文章页开始**/
#d-container .inner {
	padding: 20px 0px;
	background: #fff;
	min-height: 438px;
}

.col_menu {
	width: 240px;
	float: left;
	margin-right: -240px;
	position: relative;
}

.col_menu .l-qh {
	margin-bottom: 10px;
}

.col_menu .col_menu_head {
	background: #e02827;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 50px;
	padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
	border: 1px solid #e4e4e4;
}

/*栏目列表*/

.col_list .wp_listcolumn {
	border-top: 0px solid #2867A0;
	border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 28px;
	line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	color: #e02827;
	background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #5f8c46;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
	font-weight: bold;
	color: #5f8c46;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;
	border-top: 1px solid #eee;
	margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 52px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	font-weight: bold;
	color: #5f8c46;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #0f429b;
}

/**栏目新闻**/
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
}

.col_news .col_news_box {
	margin-left: 290px;
}

.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: normal;
	color: #e02827;
	border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #666;
}

/**当前位置**/
.col_metas .col_path a {
	color: #2F2F2F;
}

.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 7px;
}
.col_news_con .news_list li.news{
	display:block;
}

.col_news_list {
	margin-top: 7px;
}

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}

.col_news_list .wp_entry p {
	margin-bottom: 10px;
}

.col_news_list .wp_entry table {
	margin-bottom: 4px;
}

.col_news_list .wp_entry img {
	max-width: 680px;
	_width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 48px;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #e02827;
}

/**文章标题**/
.article h2.arti_title {
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ececec;
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}

/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}

/**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none !important;
}

/**页脚开始**/
#footer {
	background: #f8f8f8;
	height: 250px;
}

#footer .inner {
	padding: 20px 0px;
}


#footer .inner .mod {
	display: flex;
	justify-content: space-between
}

#footer .foot-left {
	margin-top: 34px;
	height: 104px;
}

#footer .foot-left .copyright {
	font-size: 18px;
	line-height: 40px;
}

#footer .foot-right {
	margin-top: 16px;
	display: flex;
	column-gap: 32px;
}

#footer .foot-right .ewm {
	width: 138px;
	height: 138px;
}

#footer .foot-right .ewm img {
	width: 100%;
	height: 100%;
	border: 1px solid #D2D2D2;
}

#footer .foot-right .ewm p {
	margin-top: 12px;
	text-align: center;
	font-size: 16px
}


/**************************************************************
 * 组件功能
 */
/*自定义输入框*/
.searchbox {
	margin-top: 137px;
}

.wp-search {
	background: #fff;
	position: relative;
	width: 389px;
	height: 50px;
}

.wp-search form {
	display: block;
}

.wp-search .search-input {
	padding-left: 18px;
	margin-right: 102px;
	border: 1px solid #C6A3A3;
}

.wp-search .search-input input.search-title {
	width: 100%;
	height: 24px;
	padding: 12px 0;
	background: none;
	color: #B2B2B2;
	font-size: 18px;
	border: 0;
	outline: 0;
}

.wp-search .search-btn {
	width: 102px;
	height: 50px;
	background: #EE4341;
	position: absolute;
	right: 0;
	top: 0%;
}

.wp-search .search-btn img {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 7.5px;
	top: 7.5px;
}

.wp-search .search-btn input.search-submit {
	width: 102px;
	height: 50px;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	background: #EE4341;
	font-size: 18px;
	color: #fff;
	letter-spacing: 10px;
	padding-left: 10px;
}


/**链接样式**/
/*列表页*/


/*************************************************************
 * 特殊页面
 */
/*二级页面*/