/*图标字体引入*/
@font-face {
	font-family: 'iconfont';  /* Project id 2558658 */
	src: url('https://at.alicdn.com/t/font_2558658_f3qckqn4wud.woff2?t=1622000767494') format('woff2'),
	url('https://at.alicdn.com/t/font_2558658_f3qckqn4wud.woff?t=1622000767494') format('woff'),
	url('https://at.alicdn.com/t/font_2558658_f3qckqn4wud.ttf?t=1622000767494') format('truetype');
}
.iconfont{
	font-family:"iconfont";
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale; 
}


*{
	margin: 0 auto;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	/*cursor: default;*/
}
html,body {
	width: 100%;
	min-height: 500px;
	background: #fff;
	font-size: 12px;
	/*font-family: 'Microsoft Yahei', 'Arial', 'Helvetica', 'sans-serif';*/
	font-family: 'Helvetica Neue','Helvetica','Arial','PingFang SC','Hiragino Sans GB', 'Microsoft YaHei','WenQuanYi Micro Hei', 'sans-serif';
	font-weight: normal;
	position: relative;
	text-align: center;
	background-color: #e0e0e0;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
a, a > *{
	cursor: pointer;

}
ul {
	list-style: none;
}
li {
	list-style: none;
	display: inline-block;
 	*display:inline;
}
input, select, textarea{
	outline: none;
	border: none;
	background-color: transparent;
}
b,i{
	font-style: normal;
	font-weight: normal;
}
:after, :before{
	box-sizing: border-box;
}
* p{
	color: #777;
	font-size: 14px;
}

.maxWrap{
	width: 100%;
	max-width: 1600px;
}
.inner_wrap{
	width: 1200px;
	position: relative;
	padding: 0 30px;
}
.backTop{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 580px;
	z-index: 100;
	display: none;
	opacity: .8;
	cursor: pointer;
}
.backTop:hover{
	opacity: 1;
}


::-webkit-scrollbar {
	width: 2px;
	height: 11px;
	border: none;
	background: #00598e !important
}
::-webkit-scrollbar-track-piece {
	border: none;
	position: absolute;
	padding: 0;
	box-shadow: none;
	background-color: #00598e;
	border-radius: 1px
}
::-webkit-scrollbar-thumb:vertical {
	background-color: #00598e;
	border-radius: 0;
	border: none
}
::-webkit-scrollbar-thumb:horizontal {
	background-color: #00598e;
	border-radius: 0;
	border: none
}
::-webkit-scrollbar {
	width: 2px;
	height: 12px
}
::-webkit-scrollbar-button:vertical {
	display: none
}
::-webkit-scrollbar-track:vertical {
	background-color: #00598e
}
::-webkit-scrollbar-track-piece {
	background: #fff
}
::-webkit-scrollbar-thumb:vertical {
	background-color: #00598e;
	border-radius: 5px
}
::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #00598e
}
::-webkit-scrollbar-corner:vertical {
	background-color: #00598e
}
::-webkit-scrollbar-resizer:vertical {
	background-color: #00598e
}


/*提示滑动的鼠标icon*/
.scroll_down{
	position: absolute;
	left: 50%;
	bottom: 5%;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .6;
}
.scroll_down i{
	display: block;
	color: #fff;
	font-size: 30px;
    -webkit-animation: tip 1s ease 0s infinite;
    -moz-animation: tip 1s ease 0s infinite;
    -ms-animation: tip 1s ease 0s infinite;
    -o-animation: tip 1s ease 0s infinite;
    animation: tip 1s ease 0s infinite;
}

.section{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.section:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: transparent;
	-webkit-transition: background-color .3s ease-in;
	-moz-transition: background-color .3s ease-in;
	-ms-transition: background-color .3s ease-in;
	-o-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}
.section .bg{
	width: 100%;
}
.section_con{
	width: 100%;
	position: absolute;
	padding: 30px;
	bottom: -30px;
	left: 0;
	right: 0;
	z-index: 100;
	color: #fff;
	font-size: 14px;
	text-align: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.section_con h4{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .12em;
}
.section_con p{
	color: #cbcbcb;
	margin-top: 20px;
}
.section_con a{
	display: inline-block;
	background: transparent;
	border: none;
	line-height: 22px;
	padding: 13px 30px;
	color: #fff;
	font-size: 14px;
	background-color: #262626;

	height: auto;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.section_con a i{
	margin-left: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*鼠标移入*/
.section:hover:before{
	background-color: rgba(0,0,0,0.2);
}
.section:hover .section_con{
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.section:hover .section_con a{
	margin-top: 30px;
    opacity: 1;
    visibility: visible;
}
.section_con a:hover{
	background-color: #565656;
}
.section_con a:hover i{
	left: 10px;
}


.section_title{
	width: 100%;
	color: #000;
	font-size: 18px;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
	/*text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	margin-bottom: 60px;
}
.section_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #000;
}
.section_title h3{
	margin-bottom: 20px;
}
.section_title p{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


/*news detail*/
.news_detail{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.news_detail_box{
	width: 1200px;
	max-width: 100%;
	height: 90%;
	background-color: #fff;
	position: relative;
}
.news_detail_con{
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: hidden; 
	overflow-y: auto;
	padding: 5% 1% 5% 0;
}
.news_detail_title{
	width: 80%;
	color: #000;
	font-size: 24px;
	margin-bottom: 20px;
}
.news_detail_time{
	width: 80%;
	color: #000;
	font-size: 14px;
	opacity: .6;
	margin-bottom: 50px;
}
.news_detail_info{
	width: 100%;
	text-align: left;
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
	font-family: 宋体;
}
.news_detail_info img{
	display: block;
	max-width: 100%;
	height: auto!important;
	margin: 0 auto;
}
.news_detail_info p{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
	font-family: 宋体;
	/*padding: 5%;*/
}
.news_detail_info p,.news_detail_info p span{
	line-height: 2 !important;
}
.news_detail_info p:first-child{
	/*padding-top: 50px;*/
}
/*info-pre-next*/
.info-pre-next {
	overflow: hidden;
	margin: 40px 0;
}
.info-pre-next ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	text-align: left;
}
.info-pre-next ul li a {
	display: block;
	overflow: hidden;
}
.info-pre-next ul li:nth-child(1) a {
	margin-right: 10px;
}
.info-pre-next ul li:nth-child(2) a {
	margin-left: 10px;
}
.info-pre-next ul li i {
	display: block;
	width: 130px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}
.info-pre-next em {
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	line-height: 80px;
	text-align: center;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}
.info-pre-next img {
	width: 100%;
	height: 100%;
	transition: .5s;
}
.info-pre-next h2 {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	border-bottom: none;
	font-weight: normal;
	color: #3e3e3e;
}
.info-pre-next p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 40px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.info-pre-next li:hover img {
	transform: scale(1.2);
}

/*head*/
.head{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.head .bg{
	width: 100%;
}
.head_title{
	width: 1200px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: 100;
	color: #000;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
	margin-left: -570px;
}


@media screen and (max-width: 1250px){
.backTop{
	margin-left: 530px;
}
}
@media screen and (min-width: 1500px){
.backTop{
	margin-left: 720px;
}
}
