<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*-&gt;主体框架类
*********************/
em,a{ font-style:normal;}
a:hover{ text-decoration:none;}
.bg_fafafa{ background:#fafafa; padding:0;}
.bg_333{ background:#333; color:#d3d3d3; padding:50px 0;}
.clear{ clear:both;}
.lost{ margin-right:0 !important;}
body,html{ overflow-x:hidden; font-family:'微软雅黑'; color:#000;}
ul,li{list-style:none;}
body{margin:0px;padding:0px;font-family:"微软雅黑";color:#000;font-size:12px;line-height:22px;-webkit-text-size-adjust: none;background: #fff;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
/*-&gt;网站标题
*********************/
.title_bg{ background:url(../images/mb_bg.jpg) repeat-x; border-bottom:1px solid #dba900;}
.title_bg div{ line-height:44px;}
.title_bg div span{ padding-right:10px;}
.title_bg div a{ color:#000;}



/*-&gt;间距填充
*********************/
.hg_70{ height:70px; clear:both;}
.hg_40{ height:40px; background:#f3f3f3; clear:both;}
.hg_46{ height:46px;}

@media (max-width:768px)
{
	.hg_70{ height:30px; clear:both;}
	.hg_46{ height:20px;}
}

/*-&gt;字体样式
*********************/
.fuwu01 { background: rgba(0, 0, 0, 0) url("../images/eee.png") no-repeat scroll 0 0; color: #fb383c; font-size: 24px; height: 40px; line-height: 54px; margin:0 auto; text-align: center; width: 232px; transition:all 0.5s ease 0s;}
.fuwu02 { color: #333333; font-size: 36px; height: 58px; line-height: 58px; margin: 0 auto; text-align: center; transition:all 1s ease 0s;}
.fuwu01:hover{ font-size:30px;}
.fuwu02:hover { animation:tada 1s;}
.fuwu03 { border-top: 1px solid #333333; color: #333333; font-size: 14px; height: 30px; line-height: 30px; margin: 0 auto 70px auto; text-align: center; width: 134px; transition:all 1s ease 0s;}
.font_1{ font-family:'Myriad Pro'; font-size:40px; color:#010101; text-align:center; color:#010101; padding-top:50px; margin:0; transition:all 1s ease 0s;}
.font_1:hover{ color:#F3BC00;}
.font_2{ text-align:center; color:#333333; font-size:18px; padding-bottom:25px; margin:0;}
.font_3{ font-size:80px;text-align:center;}
.font_3:hover{ animation:rubberBand 1s;}
.font_4{ font-size:18px;text-align:center;}
.font_4{ transition:all 1s ease 0s;}
.font_4:hover{ transform: scale(1.2,1.2) !important;}
.touch_head{ position:fixed; z-index:999; left:0; top:0; width:100%; background:url(../images/botnav.png);}
.touch_head a{ color:#FFF; padding:3%; display:block; font-size:16px;}

@media (max-width:1000px) and (min-width:768px)
{
	.fuwu02{ font-size:30px; height:50px; line-height:50px;}
}

@media (max-width:768px)
{
	.fuwu01{width: 132px; background-size:100%; font-size:18px; height: 30px; line-height: 40px;}
	.fuwu02{ font-size:20px; height:30px; line-height:30px;}
	.fuwu03{ margin: 0 auto 20px auto;}	
	.font_3{ font-size:40px;}	
	.font_4{ font-size:12px;}
}



/*-&gt;Header 头部
*********************/
#header{ box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); position:relative; z-index:9; border-top:5px solid #ff675b;}
.logo{ float:left; font-family:'Arial'; color:#472e34; font-weight:bold; padding:9px 0 8px 26px;}
.logo img{ transition:all 1s;}
.logo img:hover{transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);	/* IE 9 */
-webkit-transform: scale(1.2,1.2);	/* Safari 和 Chrome */
-o-transform: scale(1.2,1.2);	/* Opera */
-moz-transform: scale(1.2,1.2);	/* Firefox */}
.search{}
@media (max-width:768px)
{
	.logo img{ width:50%;}
	.navbar-header{ border-bottom:1px solid #CCC;}	
	.navbar-toggle { background:#f3bc00;}
	.navbar-toggle span{ background:#FFF;}
}

/*-&gt;Nav 导航
*********************/
#navlist{ padding:0px; overflow:hidden;}
#navlist .nav li a{ color:#333333; text-align:center; background:url(../images/nav_1.jpg) no-repeat right center; padding:31px 38px; line-height:18px; transition:all 0.3s ease 0s;}
#navlist .nav li a span{ color:#666666;}
#navlist .nav li a:hover,
#navlist .nav li a:hover span,
#navlist .nav li a:focus { color:#fb383c !important;
	text-shadow:0 -1px 0 #fb383c, 0 1px 10px #CCC, 0 12px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 7px 10px rgba(0, 0, 0, 0.25), 0 15px 10px rgba(0, 0, 0, 0.2), 0 25px 15px rgba(0, 0, 0, 0.15) !important;
}


@media (max-width:768px)
{
	#navlist .nav{ padding-left:0 !important;}
	#navlist .nav li a{ padding:10px 0;}
	.logo{ font-size:20px; padding:10px;}
}
@media (max-width:1000px) and (min-width:768px)
{
	#navlist{ padding:0;}
	.logo{ font-size:40px; padding:10px;}
	.navbar-nav &gt; li &gt; a{ padding-bottom:30px; padding-top:30px;}
	#navlist .nav li a{ padding:25px 8px;}
}
@media (max-width:1200px) and (min-width:1000px)
{
	#navlist{ padding:0;}
	.navbar-nav &gt; li &gt; a{ padding:44px 15px}
	#navlist .nav li a{ padding:28px 20px;}	
}
#botnav{ position:fixed; z-index:99; left:0; bottom:0; background:url(../images/botnav.png) repeat-x center center; width:100%;}
#botnav td{ text-align:center; padding:3% 0;}
#botnav td a{ color:#FFF; display:block;}
#botnav td a span{ font-size:2rem; text-align:center;}
#botnav td img{ max-width:80%; display:block; margin:0 auto; margin-top:-70%;}
.botpadding{ padding:10% 0;}


/*-&gt;SubNav 侧导航
*********************/
#subNav{ line-height:46px;}
#subNav a{ padding:0 13px; color:#000; border-right:1px solid #000; transition:all 0.5s ease 0s;}
#subNav a:hover{ color:#fb383c; font-size:16px;}


/*Banner*/
#Banner{ padding:0 !important; z-index:-9999;}
.piccon1{ position:absolute; left:23%; top:20%; z-index:10;}
.piccon1 p{ font-family:"Comic Sans MS"; font-size:28px; color:#613246;}
.piccon1 ul{list-style: none; text-align:center; padding:0; margin:0;}
.piccon1 ul li{ font-family:"楷体"; font-size:16px; color:#613246;}
.piccon1 .pic1{ padding-left:122px;}
.piccon1 span{ font-size:56px; color:#613246; font-family:"楷体"; padding:0 15px; font-weight:bold; display:-moz-inline-stack;}
.piccon2{ position:absolute; left:25%; top:20%; z-index:10;}
.piccon2 .pic1{ font-size:48px; white-space:nowrap; color:#f3bc00; background:url(../images/ban21_10.png); display:block; padding:1% 3%; margin:18px 0 12px 0; font-family:"华文中宋"; font-weight:bold;}
.piccon2 .pic2{ color:#ed74a9; width:435px; padding-left:6px; text-align:center;}
.piccon2 img{ vertical-align:bottom;}
.piccon2 .pic3{ padding-left:10px;}
.piccon2 .pic4{ padding-bottom:39px; padding-right:6px;}
.piccon3{ position:absolute; left:0; top:0; width:100%; height:100%;}
.piccon3 .contextpic{ width:760px; margin:15% auto 0 auto; position:relative;}
.piccon3 .pos{ position:absolute;}
.piccon3 .pic1{ left:0; top:0;}
.piccon3 .pic2{ left:145px; top:56px;}
.piccon3 .pic3{ left:255px; top:56px;}
.piccon3 .pic4{ left:370px; top:2px;}
.piccon3 .pic5{ left:494px; top:1px;}
.piccon3 .pic6{ left:547px; top:55px;}
.piccon3 .pic7{ left:663px; top:56px;}
.piccon3 .pic2_1{ left:155px; top:0px; font-size:45px; color:#ed65a2; line-height:50px; font-family:'Comic Sans MS'; font-weight:bold;}
.piccon3 .pic2_2{ left:131px; top:181px; font-size:50px; color:#ff4343;}
.piccon3 .pic2_3{ left:434px !important;}
.piccon3 .pic2_4{ left:346px; top:185px; border-radius:50%; color:#FFF; background:#ea68a2; width:75px; height:75px; text-align:center; line-height:68px; display:block; font-size:50px;}
.piccon3 .pic2_5{ position:absolute; left:223px; top:286px; background:#ea68a2; color:#FFF; font-size:24px; border-radius:24px; height:42px; line-height:42px; padding:0 13px; font-family:'楷体'; font-weight:bold; }
.piccon3 .pic0_1{ left:-99px; top:143px;}
.piccon3 .pic0_2{ left:-65px; top:85px;}
.piccon3 .pic0_3{ left:0px; top:79px;}
.piccon3 .pic0_4{ left:26px; top:50px;}
.piccon3 .pic0_5{ right:0px; top:0px;} 
.piccon3 .pic0_6{ left:740px; top:130px;}
.piccon3 .pic0_7{ left:778px; top:111px;}

@media (min-width:1000px) and (max-width:1200px)
{
	.piccon1{ left:15%; top:10%;}
	.piccon2{ left:15%; top:10%;}
	.piccon3 .contextpic{ margin-top:8%;}
	.piccon2 .pic1{ font-size:36px; text-align:center;}
}
@media (max-width:1000px)
{
	.piccon1,.piccon2,.contextpic{ display:none;}
}


/*-&gt;网站首页样式类
*********************/
.inx_products_bg{ background:url(../images/bg_1.jpg) no-repeat center top;}
.inx_products img{width:100%;}
.inx_anli_list .anli{ padding:7px; background:#f2f2f2; transition:all 0.8s ease 0s;}
.inx_anli_list div{ margin-bottom:10px;}
.inx_anli_list .anli a{ display:block;}
.inx_anli_list .anli img{ width:100%; display:block;}
.inx_anli_list .anli p{ font-size:16px; padding-top:10px; padding-left:10px;}
.inx_anli_list .anli p span{ font-size:80%;}
.inx_anli_list .anli:hover{ background:#ffc701; transform: translate(0,-20px); -moz-transform: translate(0,-20px); -ms-transform: translate(0,-20px); -o-transform: translate(0,-20px); -webkit-transform: translate(0,-20px); box-shadow:0 0 30px #CCC; -moz-box-shadow:0 0 30px #CCC; -ms-box-shadow:0 0 30px #CCC; -o-box-shadow:0 0 30px #CCC; -webkit-box-shadow:0 0 30px #CCC;}
.inx_news_bg{ background:url(../images/bg_2.jpg) no-repeat center top;}
.inx_news_list .inx_news a{ display:block;}
.inx_news_list .news_img {  height:240px; position: relative; background-size:100% !important; overflow:hidden;  transition:all 1s ease 0s;}
.inx_news_list .news_img img{ display:block; width:100%; transition:all 1s ease 0s; min-height:100%;}
.inx_news:hover img{ transform: scale(1.4,1.4); -moz-transform: scale(1.4,1.4); -ms-transform: scale(1.4,1.4); -o-transform: scale(1.4,1.4); -webkit-transform: scale(1.4,1.4);}
.inx_news:hover .news_img{ border-color:#fe6500;}
.inx_news:hover .news_date{ background:#fe6500;}
.inx_news .news_info&gt;p{ transition:all 1s ease 0s;}
.inx_news:hover .news_info&gt;p{ color:#FF675B}
.inx_news_list .news_date {  background: #55ab48 none repeat scroll 0 0;top: -240px; color: #fff; font-size: 12px; height:36px; left: 0px; line-height: 36px;  position: absolute; text-align: center; width:81px; transition:all 1s ease 0s;}
.inx_news_list .news_date p{ margin:0;}

.news_info1{ color:#000000; line-height:60px; line-height:60px; margin-bottom:5px; font-size:18px; font-family:"微软雅黑"; font-weight:bold;}
.news_info2{ color:#828282; font-size:16px; font-family:"微软雅黑"; line-height:30px;}

.news_more {  color:#55ab48; font-size:16px;}
.qq_weibo_weixin { height: 50px; margin: 50px auto; padding-bottom: 20px; width: 300px;}
.qq_weibo_weixin a div { bottom: -28px; display: none; height: 100px; left:70px; position: absolute; width: 100px;}
.erweima2 { bottom: -100px; display: none; height: 100px; left: -10px; position: absolute; width: 100px; z-index: 111;}
.qq_weibo_weixin a { display: block; float: left; margin: 0 21px; position: relative;}
.qq_weibo_weixin a&gt;span{ transition:all 0.5s ease 0s;}
.qq_weibo_weixin a&gt;span:hover{transform:scale(1.4,1.4); -moz-transform:scale(1.4,1.4); -ms-transform:scale(1.4,1.4); -o-transform:scale(1.4,1.4); -webkit-transform:scale(1.4,1.4); color:#fb383c;}
.news_info{ position:relative;}
.inx_bottom{border-bottom: 1px solid #000; border-top: 1px solid #000; padding: 40px 0;}
.inx_bottom div&gt;div{ transition:all 1s ease 0s;}
.inx_bottom div&gt;div:hover{transform: scale(1.1,1.1); color:#fb383c}
.inx_bottom img{float: left; margin:0 15px;}
.inx_bottom p{ margin:0;}
.inx_bottom span{ font-size:18px;}
.piclist  img {padding-bottom: 5px; padding-right: 5px; width: 100%;}
.piclist dd { float: left; overflow: hidden;  position: relative; width: 50%;}
.piclist_mx,.piclist dd a{ color:#333;}
.piclist_mx{ position:relative;}
.piclist_mx img{ width:100%; border:8px solid rgba(85,171,72,0.3); border-radius:10px;}
.piclist_mx span{ position:absolute; left:50%; top:-10%; z-index:2; font-size:5rem; opacity:0; transition: all 0.2s ease 0s; margin-left:-7%; margin-top:-7%}
.piclist dd span{ position:absolute; left:50%; top:-10%; z-index:2; font-size:5rem; opacity:0; transition: all 0.2s ease 0s; margin-left:-15%; margin-top:-15%}
.img-mask { background: rgb(0, 0, 0) none repeat scroll 0 0; height: 100%; opacity: 0; position: absolute; transition: all 0.2s ease 0s; width: 100%;}
.piclist dd .img-mask{ margin-left:-5px; margin-top:-5px;}
.piclist_mx:hover .img-mask{ opacity:0.5;}
.piclist_mx:hover span{ opacity:1; top:50%; color:#ffffff;}
.piclist dd:hover .img-mask{ opacity:0.5;}
.piclist dd:hover span{ opacity:1; top:50%; color:#ffffff;}
.inx_fuwu{ text-align:center;}
.inx_fuwu div{ margin-bottom:15px;}
.inx_fuwu img{ max-width:80%; transition:all 1s;}
.inx_fuwu img:hover{
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);		/* IE 9 */
	-webkit-transform: rotate(360deg);	/* Safari and Chrome */
	-o-transform: rotate(360deg);		/* Opera */
	-moz-transform: rotate(360deg);		/* Firefox */}
.piclists{ padding:0 12px;}
#GoTop{ display: none; width:50px; line-height:50px; width:50px; color: #4d4d4d; background:#ffffff; font-size:42px; text-align:center; border-radius:50%;}
.more{ background:#ec68a4 none repeat scroll 0 0; color: #fff; display: block; font-family: "微软雅黑"; font-size: 18px; margin: 30px auto; padding: 1% 0; text-align: center; width: 45%; border-radius:5px;}
@media(max-width:1200px) and (min-width:1000px)
{
	.inx_news_list .news_img{ height: 154px;}	
	
}
@media (max-width:1000px) and (min-width:768px)
{
	.bot1{ padding-bottom:15px;}
}

@media (max-width:768px)
{
	.inx_fuwu{ padding:0 8%;}	
	.inx_anli_list{ padding:0 5%;}
	.inx_bottom span{ font-size:12px !important;}
	.inx_bottom img{ width:20%; margin:0 3px;}
	.bot1{ padding-bottom:15px;}
}


/*-&gt;网站二级页样式类
*********************/
.about p{ margin:0;}
.about .contents{ line-height:35px; color:#323232; font-size:16px; padding-bottom:70px;}
.news_show{ padding:0 15px 60px 0;}
.news_show h4{ color:#1a1a1a; text-align:center; font-size:16px;}
.news_show h6{ color:#999999; text-align:center; line-height:35px;}
.news_show .context{ line-height:36px; color:#333333; border-bottom:1px dashed #666666; border-top:1px dashed #666666; padding:30px 0;}
.news_page{ padding-top:20px; color:#666666; line-height:28px;}

	
/*-&gt;友情链接
*********************/
.links{ padding:31px 0; text-align:center; font-size:16px; color:#000;}
.links a{ color:#000; padding:0 2%; border-right:1px solid #000;}
.links a:hover{ color:#fb383c;}


/*-&gt;Copyright 底部版权
*********************/
.copyright_bg{ background:url(../images/bg_3.jpg) no-repeat center top; padding-top:70px}
#copyright{ padding-top:20px; line-height:30px; text-align:center; padding-bottom:20px;}

@media (max-width:768px)
{
	.copyright_bg{ padding-top:30px}	
}

/*-&gt;底部页码
*********************/
.pages{ padding:30px 0; color:#3a3a3a; line-height:30px;}
.pages a{ color:#3a3a3a; padding:5px 20px;}
.pages a:hover{ color:#ff675b;}

/*-&gt;News
*********************/
.news_list { margin-left:-15px; margin-right:-15px;}
.news_list dd{ padding:22px 0;font-size:16px; line-height:30px; color:#333333; transition:all 2s;}
.news_list dd a{ padding:10px 0; display:block; font-size:18px; font-weight:bold; height:45px; line-height:45px; margin-bottom:10px;}
.news_list dd a:hover{ font-weight:bold; color:#ffffff;}
.news_list dd img{ width:80%; float:right; cursor:pointer;}
.news_list dd.evers{ background:#f3f2f0;}
.news_list dd:hover{ background:#55ab48; color:#ffffff;}
.news_list dd:hover a{  color:#ffffff;}

/*-&gt;Products
*********************/
.products_img { display: block; margin: 0 auto; padding-top: 50px; width: 60%; padding-bottom:30px; }
@media (max-width: 1000px) {
	.products_img {
		padding-top: 3%;
		width: 100%;
	}
}
.pro_img { overflow: hidden; width: 100%; }
.Products_list&gt;div{ transition:all 1s ease 0s;}
.Products_list&gt;div:hover{transform:translate(0px,-20px);}
.pro_img img {
    width: 100%;
}
.pro_title {
    border-bottom: 2px solid #7f7f7f;
    height: 52px;
    width: 100%;
}
.pro_price {
    color: #333333;
    line-height: 28px;
    width: 100%;
	padding-bottom:40px;
}
.topro_show1 {
    color: #333333;
    float: left;
    height: 22px;
    margin-top: 16px;
}
.topro_show2 {
    background: #32312f none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 22px;
    margin-top: 16px;
    padding: 0 6px;
}
.topro_show2:hover{ color:#ff675b;}

/*-&gt;Gbook
*********************/
.gbook_title{ padding:80px 0 45px 0;}
.gbook_title div{ text-align:center; color:#2f3338; line-height:35px;}
.gbook_title div p{ font-size:16px; color:#ec68a4;}
.gbook_title div span{ font-size:40px; color:#2f3338;}
.texts{ height:100px !important; background:#f7f7f7; color:#000 !important;}
.about input.form-control{ background:#f7f7f7; color:#000 !important; height:50px; line-height:50px;}
.btn-sub{ margin:0 auto; display:block; color:#fff; background:#ec68a4; padding:1% 8%; margin-top:47px;}
.btn-sub:hover{ color:#FFF;}
@media (max-width:768px)
{
	.btn-sub{ padding:3% 15%; margin-top:20px;}
	.gbook_title{ padding-top:10px;}
}


/*顶部*/
.cl{ clear:both;}
.head{ width:100%; background:#55ab48; height:27px; line-height:27px; }
.head1{ color:#ffffff; font-size:12px; font-family:"宋体";}
.head1 span{ float:right; color:#ffffff; font-size:12px; font-family:"宋体";}
.head1 span a{  color:#ffffff; font-size:12px; font-family:"宋体";}

.nav_bg{width:100%; min-width:1200px; background:url(../images/nav_bg.jpg); background-repeat:repeat-x; background-position:bottom center;}
.nav{height:65px; margin: 0 auto; z-index:999;}
.nav li{float: left; width:9% !important; text-align: center; text-transform: uppercase; line-height: 65px; font-size: 16px; margin-right:0px; position: relative;}
.nav li:last-child{background:none;position:relative; }


.nav a{color: #323232; display: block; font-size:16px; }
.nav a:hover{ color:#55ab48;}
.nav li:hover .nav_on{ color:#55ab48;}
.nav .nav_home{width: 28%; float:left; display:inline-block; }
.logo1{width:261px; margin:0 auto;position:absolute; top:-44px; z-index:0; right:440px; }
.logo1 img{ display:block;height:140px; margin:0 auto; width:261px;}
.subnav{width: 100%; border-top:#55ab48 solid 4px; background: rgba(255,255,255,0.8); position: absolute; top: 65px; left: 0; opacity: 0; visibility: hidden;transition:all .3s ease-out 0s; transform:translate3d(0,10px,0); -moz-transform:translate3d(0,10px,0); -webkit-transform:translate3d(0,10px,0); z-index: 999;}
.nav li:hover .subnav{opacity:1; visibility:visible; transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);}
.subnav li{float: none; margin-bottom:1px; line-height:33px; background:none !important; width:100% !important;font-size:14px;}
.subnav li:last-child{border: none;}
.subnav a{color: #323232; font-size:14px;}
.cpzs{ background:url(../images/cpzs.jpg); background-repeat:no-repeat; background-position:center center; width:100%; height:800px;}
.cpzs3{ background:url(../images/cpzs3.jpg); background-repeat:repeat-x; background-position:center center;line-height:65px;}
.cpzs3_1{ color:#646464; font-size:16px; font-family:"微软雅黑"; text-align:center;line-height:65px;}
.cpzs3_1 span{ color:#55ab48; font-size:30px; height:65px; line-height:65px; display:inline-block; margin:0 4%;letter-spacing:10px; text-align:center; transition:all 1s ease 0s;}
.cpzs3_1 span:hover{ animation:tada 1s; color:#fe6500;}

.cpzs3_2{ width:82px; height:65px;  margin-left:30%;}
 @-webkit-keyframes cpzs3_2 {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }

        .cpzs3_2 {
            -webkit-transform: rotate(360deg);
            animation: rotation 20s linear infinite;
            -moz-animation: rotation 20s linear infinite;
            -webkit-animation: rotation 20s linear infinite;
            -o-animation: rotation 20s linear infinite;
        }
.cpzs3_3{ width:58px; height:33px; margin-top:30px;}
.cpzs3_4{ width:124px; height:76px;animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important;}



.cpzs3_1 p{ text-align:center; width:100%; margin:0 auto; font-size:14px; color:#55ab48; height:18px; line-height:18px;letter-spacing:2px;}

.cpzstype{ color:#323232; font-size:16px; text-align:center; height:50px; line-height:50px;  margin:30px auto 40px auto;}
.cpzstype a{ color:#323232; font-size:16px; margin:0 20px;}
.cpzstype a:hover{ color:#55ab48; font-size:16px; border-bottom:#55ab48 solid 1px; display:inline-block;}
.cpzs4{ margin:26px auto; background:url(../images/cpzs4.png); background-size:100% auto; background-repeat:no-repeat; background-position:center center; height:38px; line-height:38px; color:#ffffff; font-size:16px; text-align:center; }
.cpzs4 a{color:#ffffff; font-size:16px; text-align:center; }
.cpzs5 a{ margin:60px auto; width:299px; height:43px; line-height:43px; background:url(../images/cpzs5.png); background-repeat:no-repeat; display:block; color:#ffffff; font-size:16px; font-family:"微软雅黑"; text-align:center;}
.gywm{background:url(../images/gywm.jpg); background-repeat:no-repeat; background-position:center center; width:100%; height:898px;}
.gywmnr{ margin:50px auto; color:#323232; font-size:16px; line-height:30px;}
.gywmnr1{ text-align:center; margin:80px auto 0 auto;}
.ryzz{ background:url(../images/ryzz.jpg);background-repeat:no-repeat; background-position:center bottom; width:100%; height:750px;}
.ryzz1{ text-align:right; width:50%; float:left;}
.ryzz1 img{ margin-right:10px;}

.ryzz2{ text-align:left; width:50%; float:left;}
.ryzz2 img{ margin-left:10px;}

.ryzz3{ padding:40px 0 60px 0;}

.piclist_mx1,.piclist dd a{ color:#333;}
.piclist_mx1{ position:relative; margin-bottom:25px;}
.piclist_mx1 img{ width:100%;}
.piclist_mx1 span{ position:absolute; left:0%; top:-10%; z-index:2; font-size:5rem; opacity:0;width:100%;}
.piclist_mx1 p{ position:absolute; left:0%; top:-10%; z-index:2; font-size:5rem; opacity:0;  width:100%;}


.img-mask1 { background: rgb(85, 171, 72) none repeat scroll 0 0; height: 100%; opacity: 0; position: absolute; transition: all 0.2s ease 0s; width: 100%;}
.piclist_mx1:hover .img-mask1{ opacity:0.9;}
.piclist_mx1:hover span{ opacity:1; top:55%; color:#ffffff; font-size:20px; text-align:center;}
.piclist_mx1:hover p{ opacity:1; top:40%; width:100%; text-align:center; font-family:"微软雅黑"; color:#ffffff; font-size:16px;}

.xwdt{ background:url(../images/xwdt.jpg);background-repeat:no-repeat; background-position:center center; width:100%; height:897px;}
.Rotation{ margin:20px auto; display:block;}
 @-webkit-keyframes rotation {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }

        .Rotation {
            -webkit-transform: rotate(360deg);
            animation: rotation 20s linear infinite;
            -moz-animation: rotation 20s linear infinite;
            -webkit-animation: rotation 20s linear infinite;
            -o-animation: rotation 20s linear infinite;
        }
.xwdt2{ position:relative;}
.xwdt1{ color:#323232; font-size:23px; line-height:25px; width:208px; margin:0 auto;}
.xwdt1 p{ position:absolute; top:0; left:600px;}

.xwdt3{position:absolute; top:140px; left:530px;writing-mode: vertical-rl;-webkit-writing-mode: vertical-rl;-ms-writing-mode: vertical-rl; color:#606060; font-size:12px; line-height:20px;  }
      
.lxwm{ background:url(../images/lxwm.jpg);background-repeat:no-repeat; background-position:center top; width:100%; height:897px; position:relative;}
.lxw1{ margin-bottom:10px;}
.lxw1 label{ color:#646464; font-size:16px; font-family:"微软雅黑"; font-weight:normal;}

.lxw1 input{ background:#c8c8c8; height:50px; line-height:50px; border:0; width:80%; border-radius:5px; color:#000000; padding:0 5%; font-size:16px; font-family:"微软雅黑"; font-weight:normal; }
.lxw1 textarea{ background:#c8c8c8; height:170px; line-height:30px; border:0; width:80%; border-radius:5px; color:#000000; padding:5%; font-size:16px; font-family:"微软雅黑"; font-weight:normal; }


.lxw2 input{  background:#55ab48; height:50px; line-height:50px; border:0; width:80%; border-radius:5px; color:#ffffff; padding:0 5%; font-size:16px; font-family:"微软雅黑"; font-weight:normal; }
.bot1{ background:url(../images/bot1.png);background-repeat:no-repeat; background-position:center center; width:100%; height:152px; position:absolute; bottom:0;}
.bot1_1{ background:url(../images/bot1.png);background-repeat:no-repeat; background-position:center center; width:100%; height:152px;}
.bot22{ border-left:#4e4e4e solid 1px;  margin-top:30px; padding:10px 0;}
.bot23{ color:#ffffff; font-size:16px; height:40px; line-height:40px;}
.bot23 a{ color:#ffffff; font-size:16px; margin:0 15px;}

.bot24{ color:#ffffff; font-size:16px; margin-left:20px; line-height:30px;}
.bot24 a{ color:#ffffff; font-size:16px;}
.bot25{ padding-top:50px;}
















</pre></body></html>