/*All Rights Reserved*/
/*general begin*/
html{scroll-behavior: smooth;min-width: 1200px}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,
fieldset,legend,input,button,textarea,hr{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
li{list-style:none;text-align:left;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
abbr[title]{border-bottom:1px dotted;cursor:help;}
address,cite,dfn,em,var{font-style:normal;}
button,input,select,textarea{font-size:100%;}
body{font:14px/1.5 "Microsoft Yahei",SimSun,Arial,Tahoma,Helvetica,san-serif;overflow-x: hidden;min-width: 1200px}
a
{
	text-decoration: none;
}
a,a:link,a:visited
{
	color: #000;
}
a:hover,a:active
{
	color: #000;
}
li
{
	list-style: none;
}
p
{
	text-indent: 24px;
}
.mt20
{
	margin-top: 20px;
}
.mb40
{
	margin-bottom: 40px;
}
.mr30
{
	margin-right: 30px;
}
.moreright1
{
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #00c5ff;
	border-radius: 10px;
	text-align: center;
	float: right;
	color: #fff;
}
.moreright1,
.moreright1 a,
.moreright1 a:link,
.moreright1 a:visited,
.moreright1 a:hover,
.moreright1 a:active
{
	color: #fff;
}
.moreright2
{
	width: 72px;
	height: 33px;
	line-height: 33px;
	margin-top: 10px;
	text-align: center;
	float: right;
	display: inline;
}
.moreright2,
.moreright2 a,
.moreright2 a:link,
.moreright2 a:visited,
.moreright2 a:hover,
.moreright2 a:active
{
	color: #ff0000;
}
#bottom
{
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	clear: both;
}
#bottom,
#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active
{
	color: #000;
}
.fl{float: left;}
.fr{float: right;}

.dpn
{
	display: none;
}
.layer
{
	width: 1200px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
}
.layer2
{
	width: 1260px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
}
.layerout
{
	width: 100%;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
}
/*general end*/
/*particular*/
.top
{
	width: 100%;
	height: 1080px;
	margin: 0px auto;
	background: url(../images/pic_01.jpg) no-repeat center 0;

}
.topm
{
	display: none;
}
.menu
{
	width: 220px;
	position: fixed;
	right:10px;
	top:40%;
	z-index: 999;
}
.menu li
{
	margin-bottom: 15px;
}
.hengf
{
	width: 100%;
	height: 130px;
	margin: 40px auto 0;
}
.hengf1
{
	background: url(../images/hengfu1a.png) center top no-repeat;
}
.hengf2
{
	height: 120px;
	background: url(../images/hengfu2a.png) center top no-repeat;
}
.hengf3
{
	height: 150px;
	background: url(../images/hengfu3.png) center top no-repeat;
}


.topic{
	height: 180px;
	margin: 0 auto;
	padding: 20px 70px 0px;
	background: url(../images/pic_03.png) center top no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.topic dt {
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.topic a {
	color: #0346ea;
}

.xwyw
{
	margin-top: 20px;
}
.xwyw .bigimg
{
	width: 620px;
	height: 390px;
	float: left;
}
.title
{
	width: 100%;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.title a
{
	color: #fff;
	width: 100%;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.xwyw .content
{
	width: 535px;
	line-height: 30px;
	float: right;
}
.xwyw .content ul{
	width: 100%;
	float: left;
}
.xwyw .content li
{
	width: 100%;
	margin-bottom: 10px;
	line-height: 60px;
	padding-left: 20px;
	background: #bae7fe;
	border-radius: 10px;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.xwyw .content li:hover
{
	color: #fff;
	background: #0346ea;
}
.xwyw .content li:hover a{
	color: #fff;
}

.dksy .content
{
	width: 755px;
	float: left;
}
.dksy dl
{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../images/pic_04.png) no-repeat center 0;
	float: left;
}
.dksy dd, .dksy dt
{
	width: 100%;
	float: left;
}
.dksy dt h2
{
	width: 100%;
	text-align: center;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.dksy ul
{
	width: 100%;
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    float: left;
}
.dksy .bigimg
{
	width:366px;
	margin-right: 20px;
	float: right;
}

.xctj .bigimg
{
	width: 830px;
	margin-top: 25px;
	float: left;
}
.xctj .content
{
	width: 280px;
	margin-top: 25px;
	padding-bottom: 25px;
	float: right;
}
#scroll3 img
{
	width: 100%;
	height: auto;
}

#scroll2 .prevClass,#scroll2 .nextClass
{
	width: 20px;
	height: 30px;
	top: 45%;
}
#scroll3 .prevClass,#scroll3 .nextClass
{
	width: 30px;
	height: 20px;
	left: 50%;
}
#scroll2 .prevClass
{
	left: -20px;
	background: url(../images/left1.png) no-repeat center 0;
}
#scroll3 .prevClass
{
	top: -25px;
	background: url(../images/left2.png) no-repeat center 0;
}
#scroll2 .nextClass
{
	right: -20px;
	background: url(../images/right1.png) no-repeat center 0;
}
#scroll3 .nextClass
{
	bottom: -25px;
	background: url(../images/right2.png) no-repeat center 0;
}
#scroll3 .title
{
	font-size: 14px;
}

.picc{
display: inline;
position: relative;
float: left;
}
.picc a {
width: 100%;
display: block;
float: left;
line-height: 30px;
}
.ptitbg{
width: 100%;
height: 28px;
background-color: #1e1e1e;
opacity: .6;
filter: alpha(opacity=60);
position: absolute;
left: 0;
bottom: 0;
z-index: 10;
}
.ptit {
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: white;
position: absolute;
left: 0;
bottom: 0;
z-index: 20;
}


.bg01
{
	background: url(../images/pic_02.jpg) no-repeat center 0;
}


.tit
{
	width: 100%;
	height: 172px;
	margin: 40px auto 20px;
}
.tit01
{
		background: url(../images/t1.png) no-repeat center 0;	
}
.tit02
{
	background: url(../images/t2.png) no-repeat center 0;	
}
.tit03
{
		background: url(../images/t3.png) no-repeat center 0;	
}
.tit04
{
		background: url(../images/t4.png) no-repeat center 0;	
}
.tit05
{
		background: url(../images/t5.png) no-repeat center 0;	
}

h1
{
	font-size: 30px;
	line-height: 50px;
}
h2
{
	font-size: 22px;
	line-height: 40px;
}
h3
{
	font-size: 18px;
	line-height: 40px;
	color: #7b7b7b;
}
p
{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	text-indent: 38px;
}
li
{
	line-height: 26px;
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 18px;
}
.dpn
{
	display: none;
}
.fc1 a,
.fc1 a:link,
.fc1 a:visited,
.fc1 a:hover,
.fc1 a:active
{
	color: #fff;
}
.fc2 a,
.fc2 a:link,
.fc2 a:visited,
.fc2 a:hover,
.fc2 a:active
{
	color: #fff;
}


@media only screen and (max-width: 1200px){
  .menu{display: none;}

}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-09-18 11:53:28" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->