@import url("font-awesome.min.css");
@import url("menu.css");
@import url("animate.css");
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('fonts/webfont.eot'); /* IE9 */
    src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/webfont.woff2') format('woff2'),
    url('fonts/webfont.woff') format('woff'), /* chromeˇ˘firefox */
    url('fonts/webfont.ttf') format('truetype'), /* chromeˇ˘firefoxˇ˘operaˇ˘Safari, Android, iOS 4.2+*/
    url('fonts/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	color:#555;
	font-family: "Microsoft YaHei", "Î˘ČíŃĹşÚ";
	background-color: #FFFFFF;
	line-height:24px;
}
.heiti{ font-family: "webfont" !important;
       -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
.xdwz{ position:relative;}
input,button,textarea,select{font-family:"Microsoft YaHei", "Î˘ČíŃĹşÚ";}
UL {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,dd,dl,dt,ol{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
video{ width:100%; z-index:1000;}
video::-webkit-media-controls-enclosure { overflow:hidden;    }
video::-webkit-media-controls-panel {
        width: calc(100% + 30px);
    }
::selection {
color:#fff; background-color:#FE8101;
}
::-moz-selection {
color:#fff; background-color:#FE8101;
}
::-webkit-selection {
color:#fff; background-color:#FE8101
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}
img{ border:0px;}
#headt{ width:100%; float:left; min-width:1200px; background-color:#f7f7f7; border-bottom:#ddd solid 1px; }
#head{
	width:100%; float:left; background-color:#fff;min-width:1200px; 
}

#flash{
	width:100%;
	float:left;
 min-width:1200px;
}
#dh{
	width:100%;
	float:left;
	 background-color:#605D54;
min-width:1200px; z-index:10000;
}
#nyweb{
	width:100%;
	float:left;
	min-width:1200px;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(png1.jpg);
	background-repeat: repeat;
	background-position: left top; overflow:hidden;
}

.banner{
	width: 100%;
	background: #fff; overflow:hidden; position:relative;
}
.banner .swiper-slide{  width:100%;
	/* height: 8.0rem; */
}
.banner .swiper-slide img{
	border:0px; width:100%;
}
.banner .swiper-slide  a{ display:block; width:100%;background-position: center; background-repeat: no-repeat; background-size:100% auto;}
.banner .swiper-pagination-bullets{ bottom:2px; margin-bottom:15px;}
.banner .swiper-pagination-bullet{
width: 35px;
	height:5px;
 background:none;
	opacity: 1; background-color:#605D54; 	transition:all 0.5s ease-in-out 0s;filter: Alpha(Opacity=50);
-moz-opacity:0.5; 			opacity:0.5;border-radius:1px; z-index:5;
}
.banner .swiper-pagination-bullet-active{
filter: Alpha(Opacity=100);
-moz-opacity:1; 			opacity:1;
	background:#FF7300;width: 50px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{ filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{ filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8; background-color:rgba(96,93,84,0.7); padding:10px;border-radius:4px;}
#hyweb{ width:100%; float:left; padding-top:30px; padding-bottom:60px; min-width:1200px;overflow:hidden;}
#end{
	width:100%;
	float:left; height:80px;
}
#hyweb_3{
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
	min-width:1200px;
	background-color:#fff;
}
#dbfd{
	width:100%;
	float:left; position:fixed; z-index:10000; left:0px;bottom:0px;

}
#fdbg{ width:100%; float:left; position:relative; z-index:1; display:block;}
#fdbg:after{ width:100%; height:80px; position:absolute; left:0px; bottom:0px; background-color:#666; content:""; z-index:-1;}
#dbzx{ width:100%; float:left;}
#fdbg .gb{ width:50px; height:50px; position:absolute; right:10px; text-align:center; bottom:10px; cursor:pointer;}
#fdbg .gb i{ color:#fff; line-height:50px; font-size:30px;}
#fdbg .gb i:hover{color:#FF8601;}
#dbzx .kftp{ float:left;}
#dbzx .kftp img{ display:block;}
#dbzx .nrbr{ width:900px; float:right; height:80px; line-height:80px; margin-top:40px; font-size:30px; color:#fff; line-height:80px;}
#dbzx .nrbr .yx{  float:right; margin-top:15px; text-align:center;}
#dbzx .nrbr .yx A{
	display:inline-block; width:260px; height:50px;
	line-height:50px;
	font-size:24px;
	border-radius:50px;
	color:#fff; background-color:#FF8601;
	transition:all 0.2s ease-in-out 0s;
}
#dbzx .nrbr .yx A:hover {
	background:#FF9F00; color:#fff;font-size:22px; -webkit-transform:scale(1.1); -moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);
}
#body_1{width:1200px; margin-left:auto; margin-right:auto;}
#dibu{
	width:100%;
	float:left;
	background-color:#333333;
	padding-bottom:10px; padding-top:10px; margin-top:70px;


}
#dibu.dbg1{ margin-top:30px;}
#dibu.dbg2{ margin-top:15px;}	
.fl{ float:left;}
.fr{ float:right;}
#top{
	width:1200px;
	float:left;
	padding-top:15px;
	padding-bottom:15px; overflow:hidden;
}
#logo{ width:600px; float:left; text-align:left;}
#logo img{ height:75px; display:block;}
#top-1{
	width:440px;
	float:right;
	
}
#tel{ float:right;   color:#666; text-align:left;background-image: url(tel.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:35px; font-weight:600; line-height:45px; margin-top:15px;}
#tel .name{ text-align:left;color:#C2C2C2; font-size:24px;}
#tel .f22{ line-height:25px;
	font-size: 28px;
	color:#FF7500; 
}
#t1{ width:1200px; float:left; color:#555; font-size:14px; }
#t1 .left{ float:left; width:800px; float:left; line-height:35px;}
#t1 .right{float:right; text-align:right; padding-left:15px; padding-right:15px;}
#t1 .right span{ font-size:14px;}
#t1 A{color:#555;  float:left; line-height:35px;font-size:12px;}
#t1 A i{ margin-left:12px; margin-right:12px; font-size:14px;}
#t1 A.fd{ position:relative; height:35px; cursor:pointer; z-index:100;}
#t1 A.fd .pic{ position:absolute; left:0px; top:-35px; height:0px; overflow:hidden; filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#t1 A.fd .pic img{ width:100px; height:100px;}
#t1 A:hover{color:#FE8101;}
#t1 A.fd:hover .pic{ top:35px; filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1; height:auto;}


#bottom{
	width:1200px;
	float:left;
	line-height:22px;

}

#bottom .ewm{ width:120px; padding:0px 20px; text-align:center;float:right;}
#bottom .ewm img{ width:120px;}
#bottom .ewm p{ font-size:14px; color:#ddd; margin-top:10px;}

#bottom .frb{ width:1000px; float:left; margin-top:30px; margin-left:20px; }
#bottom .footer { 
	HEIGHT: 30px;
	width:1200px;
	float:left;overflow:hidden; background-color:rgba(0,0,0,0.9); height:50px; margin-bottom:25px; line-height:50px;
}
#bottom .footer UL {
text-align:center; 

}
#bottom .footer UL LI {
	DISPLAY: inline; line-height:50px;
	color: #fff; text-align:center; font-size:16px; 
}
#bottom .footer UL LI A {
	MARGIN: 0px 8px; color: #fff;}
#bottom .footer UL LI A:hover {
	color:#FE8101;
}
#bottom .copyright { width:100%; float:left;
	LINE-HEIGHT: 28px;
color: #fff; font-size:15px; text-align:center; font-weight:bold;

}
#bottom .copyright A{ color:#FF7500;}
a:link {
	text-decoration: none;
	color:#5a5a5a;
}
a:visited {
	text-decoration: none;
	color:#5a5a5a;
}
a:hover {
	color:#FE8101;
}
.hg2{ margin-top:25px;}
.hg{ margin-top:30px;}
.hg1{ margin-top:20px;}
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 999;width: 126px;
}
.izl-rmenu .kfa{ width:100%; float:left; cursor:pointer;}
.izl-rmenu .kfa img{ width:100%; border:0px; display:block;}
#wxnr{ width:100%;position:fixed; display:none; top:0px; left:0px; z-index:1000; background-color:rgba(0,0,0,0.4); height:100%;}
#wxnr .nrdf{ width:30%; padding:5%; margin-top:10%; float:left; margin-left:30%; text-align:center; background-color:#fff;box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr  .img1{ max-width:100%;}
#wxnr  .img2{ max-width:100%; }
#wxnr .top1{ margin-top:-6%;}
#wxnr .top2{ margin-top:2%;}
#wxnr  p{ font-size:14px; line-height:30px; text-align:center;}
#wxnr  p.gxm{ font-size:16px; line-height:2.5; font-size:18px; color:#257DC4;}
#wxnr  p i{ font-size:16px;}
#wxnr  em{ font-weight:normal;
	display:inline-block;
	line-height:35px;
	font-size:14px;
	background-color:#FE8101;
	color:#fff; font-weight:14px; font-weight:600;
	border-radius:8px;
	cursor:pointer;
	font-style: normal;padding-left:25px; padding-right:25px;
}
#wxnr  span{ display:inline-block; padding-left:25px; padding-right:25px; line-height:35px; font-size:14px; background-color:#1AAD17; color:#fff;border-radius:5px; cursor:pointer;}
#wxnr  span.rd{ background-color:#FFA14A;}
