<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*常用css_start*/
.anco_all{width:100%; min-width:1200px; height:auto;}
.anco_wrap{width:1200px; min-width:1200px; height:auto; margin:0 auto;}
.anco_min{min-width:1200px;}

.aa{color:#FFFFFF}
.aa a{color:#FFFFFF; transition-duration:500ms;}
.aa a:hover{color:#fed100; text-decoration:none;}

.ab{color:#666666}
.ab a{color:#666666; transition-duration:500ms;}
.ab a:hover{color:#fed100; text-decoration:none;}

/*新闻n目录查看详细*/
.sorc {
	FONT-SIZE: 14px;
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	color:#FFFFFF;
	background-color:#fcba0e;
}
/*产品图片包围*/
.picproa {
	padding:0px;
	width:230px;
	height:203px;
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
}
.picproa img {
	padding:5px;
}
.picproa a {
	border:2px #c9c9c9 solid;
	border-radius:4px;
	width:230px;
	height:200px;
	display:block;
	color:#333333;
}
.picproa a:hover {
	border:2px #ff4a00 solid;
	border-radius:4px;
	height:200px;
	TEXT-DECORATION:none;
	color:#ff4a00;
	font-weight:bold;
}
/*产品图片包围*/
/*上一页下一页*/
.previous_next{
	width:100%;
	height:45px;
	line-height:45px;
	border-top:1px solid #ccc;
}
/*上一页下一页_end*/
/*常用css_end*/
/*head_start*/
.header{
	width: 100%;
	min-width:1200px;
	height: 100px;
	z-index: 100;
}
.header .index_logo{float:left; position:absolute; left:0; top:0; z-index:9999}

.i_header{
	position: fixed;
	top: 0;
	width: 100%;
}

.center{width:1200px; height:auto; min-width:1200px; margin:0 auto;  position:relative}

.nav{float:right; height:75px; margin-top:13px;}
.nav li{
	float: left;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:16px;
	position:relative
}
.nav li a{color:#333; padding-left:15px; padding-right:15px; display:block;}
.nav li:hover a{color: #eda700; text-decoration:none}

.nav li span{ width:0% ;  display:block; height:3px; position:absolute; background-color:#fed100; z-index:1; transition: width 0.6s;}
.nav li:hover span{ width:100%;}

/*头部背景*/
.sub_banner{ height:350px; min-width: 1200px; box-shadow:inset 0px 15px 10px -15px #666666;}
/*头部背景end*/
/*head end*/

/*左侧*/
.banner_foot{ height:66px; border-bottom:1px solid #ededed; }
.class_menu{ overflow:hidden; height:66px}
.class_menu li{ float:left; line-height:63px; font-size:16px; color:#343f76; text-align:center}
.class_menu li a{display:block; color:#4c4c4c; padding-left:30px; padding-right:30px; transition-duration:500ms;}
.class_menu li a:hover{ text-decoration:none; border-bottom:3px solid #007130; color:#007130; }

/*新闻list*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}

/*新闻列表*/
.news_list01 li { overflow:hidden; border-bottom:#e5e5e5 1px solid; padding-bottom:40px; margin-top:40px;}
.news_list01 li a{display: block;}
.news_list01 ._img {float:left; width:250px; height:188px;}
.news_list01 ._img img{width:250px; height:188px;}

.news_list01 ._intro { float:right; width:900px; height:auto; overflow:hidden; }
.news_list01 ._title { display:block;line-height:32px; font-size:24px; font-weight:normal; margin-bottom:13px; color:#000; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} 
.news_list01 ._text { line-height:24px; height:48px; overflow:hidden; color: #606060;margin-bottom: 23px;}
.news_list01 ._info { height:25px; line-height:25px; color:#999999; margin-bottom:10px; background:url(../images/time.jpg) no-repeat left center; padding-left:35px;}
.news_list01 li:hover ._title{ color:#FCBA0F; }

/*新闻单页*/
._n{ overflow:hidden; margin-top:27px; font-size:30px; line-height:40px;}
._n span{ float:right; background:url(../images/new_more.jpg) no-repeat right center; font-size:12px; padding-right:25px}

/*3个新闻*/
.rowviu {
    width: 100%;
    transition: .2s width ease;
	overflow:hidden;
	margin-top:30px;
}
.rowviu li {
	float: left;
	width: 32.666666666%;
	margin-right: 1%;
	display: list-item;
    text-align: -webkit-match-parent;
}
.rowviu li a{display:block;}
.rowviu li img{ width:100%; height:280px}
.rowviu li .tit_box {position: relative;}
.rowviu li .tit_box:after{content:''; position:absolute; left:45px; top:-10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #eee;}
.rowviu li .tit_box .pd{padding:30px 25px; background:#eee;}
.rowviu li .tit_box .pd .t{font-size:24px; line-height:35px; color:#000; margin-bottom:15px;}
.rowviu li .tit_box .pd .desc{font-size:15px; color:#545454; line-height:24px; height:48px; overflow:hidden;}
.rowviu li a:hover .pd{background:#fcba0f;}
.rowviu li a:hover .tit_box:after{border-bottom:10px solid #fcba0f;}
.rowviu li a:hover{ text-decoration:none; color:#FFFFFF}
.rowviu li:nth-of-type(3n+0){margin-right:0px;}

/*中间新闻*/
.two_bj{background-color:#f3f0f0; padding-bottom:40px; margin-top:60px; overflow:hidden}

.two_news03{overflow:hidden; width:100%; margin-top:20px}
.two_news03 dl{ float:left; cursor:pointer; height:auto; width:560px; background:#e4effc; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s; margin-right:20px; margin-bottom:10px; padding:15px}
.two_news03 dl dt{ float:left; width:160px; height:120px;}
.two_news03 dl dt img{ height:100%; max-width:100%;}
.two_news03 dl dd{ float:left; width:380px; height:120px; overflow:hidden; margin-left:18px; color:#6b6b6b; line-height:25px;}
.two_news03 dl dd span{ display:block; font-size:20px; color:#313136; height:25px; margin-bottom:15px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.two_news03 dl:hover{ background:#fcba0f;}
.two_news03 dl:hover dd{ color:#fff;}
.two_news03 dl:hover dd span{ color:#fff;}
.two_news03 dl:nth-of-type(2n+0){margin-right:0px;}

/*底部新闻*/
.three_news{ margin-top:25px; overflow:hidden}

/* 滚动图片 */
.index-pic-left{ width:1200px; min-width:1200px; height:auto; overflow:hidden; position:relative; margin-top:10px;}
.index-pic-left .bd{ padding:0px;}
.index-pic-left .bd ul{ overflow:hidden; zoom:1; }
.index-pic-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; width:280px;}

/*影像活动*/
.product_zili{width:1200px; min-width:1200px; margin:0 auto; height:auto; overflow:hidden; margin-bottom:5px; margin-top:20px;}
.product_zili dl{float:left; width:280px; height:245px; margin-bottom:20px; margin-right:10px; background-color:#fff}
.product_zili dl dt{width:280px; height:210px; position: relative; overflow:hidden}
.product_zili dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.product_zili dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.product_zili dl dd{ text-align:center; line-height:35px; color:#fff; font-size:14px; position: relative; z-index:666; background-color:#f3f0f0; }
.product_zili dl dd p{position:relative; z-index:5; transition: color 1s; margin:0 auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; padding-left:10px; padding-right:10px;}
.product_zili dl dd span{ width:0% ;  display:block; height:35px; position:absolute; background-color:#fed100; z-index:1; transition: width 0.6s;}
.product_zili dl:hover span{ width:100%;}
.product_zili dl:hover p{color:#fff;}
.product_zili dl:hover img{ transform:scale(1.1,1.1);}
.product_zili dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.product_zili dl:nth-of-type(4n+0){margin-right:0px;}
.product_zili dl dd a{ text-decoration:none}
/*影像活动*/

/*view新闻页*/
.view_page{ overflow:hidden; background-color:#f4f6f8}
.view_contace{ overflow:hidden; margin-top:30px; margin-bottom:40px; background-color:#FFFFFF}
.view_contace_v{ padding:20px;}

/*新闻详细页start*/
.news_view_a{width:100%; height:auto; overflow:hidden; margin-bottom:20px;}
.news_view_a h1{font-size:20px;	margin:0; padding:0;line-height:50px; text-align:center; border-bottom:1px dotted #999999}
.news_view_a .date{ font-size:12px; text-align:center; color:#999999; line-height:40px;}
.news_view_a .jieshao{ width:70%; margin:0 auto; margin-top:15px; border:1px dashed #999999; background-color:#EFEFEF; border-radius:6px; padding:10px;}
.news_view_a .view_content{ margin-top:25px;}
.biga{ width:20px; height:30px; cursor:pointer; line-height:30px; padding-top:10px; display:inline-block; margin-left:15px; vertical-align:middle;}
.bigb{ width:20px; height:30px; cursor:pointer; line-height:30px; padding-top:10px; display:inline-block; margin-left:15px; vertical-align:middle;}
.bigc{ width:20px; height:30px; cursor:pointer; line-height:30px; padding-top:10px; display:inline-block; margin-left:15px; vertical-align:middle;}
/*新闻详细页end*/

/*搜索*/
.sogou{ overflow:hidden; margin-top:60px; background-color:#fed100 ; border-radius:5px;}
.soso{ padding:25px; height:100px; background:url(../images/so.png) no-repeat 30px center}
.so_from{ width:920px; height:auto; margin:0 auto; margin-top:28px}
.so_from .s_input{border:1px solid #e8ba00; background:#fff; height:40px; line-height:40px; text-indent:10px; width:90%; border-radius:4px;}
.so_save{background:#5BA4DD; border:1px solid #5A9BD9; border-radius:4px; color:#fff; cursor:pointer;height:40px; line-height:40px; width:9%; font-size:18px; font-weight:bold }
.so_save:hover{background:#f60;border:1px solid #f60;}

/*产品页start*/
.pro_list{width:1200px; min-width:1200px; height:auto; margin:0 auto; overflow:hidden; margin-top:35px; margin-bottom:35px}
.pro_list_left{ float:left; width:900px; height:auto; padding:15px; background-color:#FFFFFF}
.pro_list_right{ float:right; width:250px; height:auto; background-color:#FFFFFF}
.pro_list_right_box{ width:100%; height:80px; line-height:80px; padding-left:25px; background:url(../images/pro.jpg); font-size:26px; font-weight:bold; margin-bottom:20px;}

/*产品分类*/
.index_ans03{width:93%; height:auto; margin:0 auto; margin-bottom:20px;}

.ans03_new{ width:100%; height:38px; border-bottom:1px dotted #fed100; position:relative; transition:transform ease-in-out 1s;}
.ans03_new h5{ position:absolute; left:0; float:left; line-height:38px; padding-left:15px; z-index:3; transition:all ease-in-out 0.8s; color:#333333; font-size:14px; font-weight:100; background:url(../images/ty.jpg) no-repeat 5px center}
.ans03_new:hover h5{color:#FFFFFF; padding-left:20px;}
/*渐变色*/
.ans03_new::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(40deg, #fdba11 10%,#e5a503 70%, #c99001);
    transform: scalex(0);
    transition: transform 3s cubic-bezier(.19,1,.22,1);
    transform-origin: left;
    transition-delay: 0s!important;
    transition: all 1.5s ease 0s;
}
.ans03_new:hover::after {
    z-index: 0;
    transform: scalex(1);
    transform-origin: left;
}
/*产品分类end*/

.products_view_a{width:100%; height:auto; overflow:hidden; margin-bottom:20px;}
.products_view_a h1{font-size:18px;	margin:0; padding:0;line-height:30px; text-align:center;}
.products_view_a h1 a:hover{ text-decoration:none}
.products_view_a .jieshao{ width:97%; margin:0px auto; margin-top:15px; border:1px dashed #999999; background-color:#EFEFEF; border-radius:4px; padding:10px;}
.products_view_a .pic{margin:20px 0 20px 0; text-align:center; overflow:hidden;}
.products_view_a .xxjs{ height:50px; background:url(../img/iou7pro.gif) no-repeat;}
.products_view_a .view_content{ margin-top:20px; margin-bottom:20px;}
/*产品页end*/

/*产品列表*/
.lists_cont{ width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:40px}
.lists_cont li{float:left; width:282px; height:317px; margin-right:24px; margin-bottom:25px; text-align:center; overflow:hidden;}
.lists_cont li img{width:282px; height:282px;}
.lists_cont li .lists_t{ height:35px; line-height:35px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.lists_cont li:nth-of-type(4n+0){margin-right:0px;}
.lists_cont li a:hover{ color:#000; text-decoration:none}
/*产品列表*/

/*产品列表分页*/
.pro_page{ width:100%; line-height:40px; margin-top:25px;}
.pro_page_sl{ width:100%; text-align:center; margin-top:15px;}
/*产品列表分页*/
/*图片栏目start*/
.p-n{ overflow:hidden; margin-top:45px;}
.news-zt {width:100%; height:auto; overflow:hidden; margin-bottom:25px; padding-bottom:20px;}
.news-zt li{ float:left; width:285px; height:auto; margin-right:20px; margin-bottom:20px;}
.news-zt li img{width:285px; height:214px;}
.news-zt li:nth-of-type(4n+0){margin-right:0px;}
.news-zt li:first-child+li+li+li{margin-right:0px;}
.news-zt li:first-child+li+li+li+li+li+li+li{margin-right:0px;}
.news-zt li:first-child+li+li+li+li+li+li+li+li+li+li+li{margin-right:0px;}
.news-zt li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li{margin-right:0px;}

/*photo_start*/
.about_zhbox02{ position:relative;}
.about_zhbox02 ._txt{ position:absolute; left:0; bottom:0; width:100%; height:95px; background:url(../images/pic_list_bg.png); color:#fff;}
.prozh_box02 ._txt{ height:52px;}
.about_zhbox02 ._txt ._t{ font-size:14px; font-weight:100; color:#fff;  margin:0 20px;margin-top:22px;}
.prozh_box02 ._txt ._t{ font-size:14px; margin-top:0; line-height:52px;}
.about_zhbox02 ._txt ._p{ margin:0 20px;}
.about_zhbox02 ._txt ._p a{ color:#fff;}
.about_zhbox02 ._txt ._p a:hover{ color:#dda300}
.about_zhbox02 ._txt ._p em{ padding:0 7px;}
.about_zhbox02 ._txt ._arr{ position:absolute; right:0; bottom:0; width:72px; height:51px; background:url(../images/about_zh_more.png)}
.about_zhbox02:hover ._txt ._t{ color:#dda300}
.about_zhbox02  ._txt ._p a:hover{ color:#dda300}

.effImg01{ overflow:hidden}
.effImg01 img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.effImg01:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
/*photo_end*/

/*相关图片*/
.photo_xg{ background-color:#eaeaea; margin-top:30px; overflow:hidden}
.photo_xg_tb{ margin-top:40px; margin-bottom:40px}

.lanren{width:1200px; min-width:1200px; overflow:hidden; margin:0 auto;}
.lanren ul{ height:auto}
.lanren ul li{float:left; width:386px;height:290px; margin-right:21px;  position:relative; overflow:hidden; cursor:pointer;}
.lanren ul li:nth-of-type(3n+0){margin-right:0px;}
.lanren ul li img{ width:100%; height:100%}
.lanren .txt{width:100%; height:45px; background-color:#faba10; position:absolute;left:0;bottom:0;color:#fff; opacity: 0.9}
.lanren .txt h3{font-size:17px; font-weight:100; height:45px; text-align:center; line-height:45px; color:#fff;}
.lanren .txt p{font-size:14px;text-align:center;}
/*图片栏目end*/
/*新闻view下的框*/
.iboxmessage{
	margin-top:20px;
	margin-bottom:10px;
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
/* 首页滚动产品图片 */
.pro-gd-left{ width:100%; height:210px; overflow:hidden; position:relative; }
.pro-gd-left .bd{ padding:0px;}
.pro-gd-left .bd ul{ overflow:hidden; zoom:1; }
.pro-gd-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center; width:238px;}

/*新闻list*/
.xwlist{ width:100%; height:auto}
.xwlist li{ line-height:30px; border-bottom:1px dashed #dddddd; padding-left:10px; transition:all .5s;}
.xwlist li span{ padding-right:10px; font-family:"宋体"}
.xwlist li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); }
/*新闻view下的框*/

/*左侧start*/
.sub_pro01{ float:left; width:245px; padding-bottom:20px;}
.sub_pro02{ height:62px; background-color:#006ab8; background-image:url(../images/index_type01.png); background-repeat:no-repeat; background-position:19px 16px; padding-left:85px; font-size:24px; line-height:62px; color:#fff;}
.sub_pro03{
	border:1px solid #ddd;
	border-top:none;
}
/*tech*/
#tech {
	MARGIN: 0px auto;
	width:238px;
}
#tech li {
	line-height:50px;
	text-align:left;
	width:238px;
	font-size:1px;
	transition:all .5s;
}
#tech li+li{border-top:1px dashed #ddd;}
#tech li a {
	display:block;
	text-align:left;
	font-size:15px;
	padding-left:55px;
	padding-top:0px;
	color:#666666;
	background-image:url(../images/tech1.jpg);
}
#tech li a:hover {
	text-decoration:none;
	color:#b11c1e;
	background-image:url(../images/tech2.jpg);
}
#tech li:hover{transform:translate3d(6px,0,0);-webkit-transform:translate3d(6px,0,0);}
/*tech_end*/
/*左侧联系方式*/
.contactleft{width:225px;margin-top:10px; background-color:#333333; overflow:hidden; padding:10px;}
.contactleftbian{ width:206; border:1px solid #717171; margin:0px auto}
.conleft_title{ width:220px; height:29px;overflow:hidden;color:#ffc59a;font-size:14px;padding-left:14px; line-height:35px; padding-top:5px;}
.conleft_list{padding-bottom:12px;}
.conleft_list span{font-size:26px; width:100%; height:45px; display:block; line-height:45px; color:#ffc59a;font-family:impact; text-align:center; }
.conleft_list dl{width:90%; margin:0px auto; color:#ffc59a; line-height:26px; overflow:hidden}
.conleft_list dl dt{ width:45px; float:left; text-align:right;}
.conleft_list dl dd{width:155px; float:right;}
/*左侧联系方式*/
/*左侧end*/

/*公司简介*/
.pt1{ overflow:hidden; margin-top:10px;}
.pt2{ overflow:hidden; margin-top:20px;}
.pt3{ overflow:hidden; margin-top:40px;}

.pt3 .l_box{float: left;width:780px; height:auto; position:relative}
.pt3 .l_box .pd{position:absolute; left:50px; top:50px; width:82%; padding:20px; background-color:#000; opacity: 0.7;}
.pt3 .l_box .pd .tit{line-height:1; color:#fff; margin-bottom:30px; padding-left:15px;border-left: 5px solid #fcba0f; font-size:36px;}
.pt3 .l_box .pd .info{ width:100%; height:270px; color:#fff; line-height:27px; overflow:hidden;}
.pt3 .l_box .pd .cmore{ float:left; width:150px; height:35px; background-color:#F00; color:#fff; line-height:35px;}
.pt3 .l_box .pd .cmore a{ display:block; color:#FFF; text-align:center}
.pt3 .l_box .pd .cmore a:hover{ text-decoration:none}

.pt3 .r_box{float:right; width:385px; height:auto;}
.pt3 .r_box a:hover{ color:#1a738a; text-decoration:none}
.pt3 .r_box .imgdiv{width:100%; height:250px; overflow:hidden}
.pt3 .r_box img{ width:100%; height:250px;}
.pt3 .r_box .pd{background:url(../images/news_detail01.jpg); padding:30px 20px 26px; border-bottom:3px solid #fcba0e;} 
.pt3 .r_box .pd .title{line-height:38px; margin-bottom:20px; padding-left:15px; border-left:5px solid #fcba0f; font-size:36px;}
.pt3 .r_box .pd .desc{ line-height:27px; height:123px;}

/*公司简介中的图片*/
.index_product_ct{
	overflow:hidden;
	margin-top:40px;
}
.index_product_ct ul{
	width:100%; height:auto
}

.index_product_ct ul li{
	float:left;
	width:224px;
	height:168px;
	margin-right:20px;
	margin-bottom:20px
}

.index_product_ct ul li span{
	width:222px;
	height:166px;
	display:block;
	border:1px solid #eaeaea;
	position:relative;
	border-radius:10px;
}

.index_product_ct ul li span em img{
	width:100%;
	height:166px;
	border-radius:10px;
}

.index_product_ct ul li span b{
	width:0;
	height:0;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	text-align:center;
	border-radius:10px;
	background:url(../images/ind_21.png);
	opacity:0;
	transition-duration:500ms;
}

.index_product_ct ul li span b i{
	margin:60px auto 0;
	display:block;
	width:41px;
	height:41px;
	border-radius:50%;
}

.index_product_ct ul li span b i img{
	width:41px;
	height:41px;
	border-radius:50%;
}
.index_product_ct ul li:hover span b{
	width:100%;
	height:100%;
	top:0%;
	left:0%;
	opacity:1;
	transition-duration:500ms;
}

.index_product_ct ul li:nth-of-type(5n+0){margin-right:0px;}

/*公司简介中的单页*/
.about_company{ overflow:hidden; margin-top:30px}
.about_company_box{ padding:10px; overflow:hidden;}
.about_company_box li{ float:left; width:220px; height:165px; margin-right:20px; position:relative; transition:transform 0.7s}
.about_company_box li p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; color:#FFFFFF; background-color:#000000; text-align:center; opacity: 0.5; }
.about_company_box li img{width:220px; height:165px;}
.about_company_box li:nth-of-type(5n+0){margin-right:0px;}
.about_company_box li:hover{box-shadow:0 0 10px 0 rgba(0,0,0,0.60); transform:translate(0,-5px)}

/* 领导关怀css */
.ladyScroll{width:1200px; min-width:1200px;height:285px; margin:0 auto;position:relative; }
.ladyScroll .prev{width:100px;height:100px;position:absolute; top:90px; left:0; z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat;}
.ladyScroll .next{width:100px;height:100px;position:absolute; top:90px; right:0; z-index:100; cursor:pointer; background:url(../images/btns.png) no-repeat; background-position:0 -100px;}
.ladyScroll .prev:hover{ background-position:0 -200px; }
.ladyScroll .next:hover{ background-position:0 -300px; }

.ladyScroll .scrollWrap{width:1200px; min-width:1200px; overflow:hidden; position:absolute; }
.ladyScroll dl{float:left; width:380px; height:285px; text-align:center; position:relative; margin-right:27px; border:1px solid #ddd}
.ladyScroll dt img{display:block; width:100%; height:100%;}
.ladyScroll dd{height:35px; line-height:35px; color:#fff; text-align:center; overflow:hidden; position:absolute; left:0; right:0; bottom:0; background-color:#333; opacity: 0.7; padding:0 10px;}
.ladyScroll dd a{ color:#fff;  }
.ladyScroll dl:hover dd{ text-decoration:none; background-color:#000}

/*数字滚屏*/
.foot_nums {height:230px; position:relative; margin-bottom:0!important; background-color:#ff6600; border-bottom:5px solid #333333; margin-top:35px}
#canvas_box,#anitOut,#anitOut canvas { width:100%; height:100%; position:absolute; left:0; top:0;}
.canvas_box { background:url(../images/canvas_ie.jpg) 50% 0 no-repeat; background-size:100% 100%;}

.foot_joinct{position:relative; z-index:2; overflow:hidden; padding-top:35px;}

.foot_joinct dl{
	float:left;
	width:300px;
	color:#fff;
	text-align:center;
}

.foot_joinct dl dt{
	width:100%;
	height:90px;
	color:#FFFF00;
	font-size:24px;
}

.foot_joinct dl dt b{
	font-size:60px;
	color:#fff;
	line-height:80px;
	display:inline-block;
	margin-right:8px;
}

.foot_joinct dl dd{
	width:100%;
	line-height:32px;
	font-size:16px;
	height:auto;
	margin-top:10px;
}

/*fwzx*/
.fwzx_zili{overflow:hidden; margin-bottom:30px; margin-top:20px;}
.fwzx_zili dl{float:left; width:280px; height:245px; margin-bottom:20px; margin-right:26px; background-color:#fff}
.fwzx_zili dl dt{width:280px; height:210px; position: relative; overflow:hidden}
.fwzx_zili dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.fwzx_zili dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.fwzx_zili dl dd{ text-align:center; line-height:35px; color:#fff; font-size:14px; position: relative; z-index:666; background-color:#b1d8fe; }
.fwzx_zili dl dd p{position:relative; z-index:5; transition: color 1s; margin:0 auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.fwzx_zili dl dd span{ width:0% ;  display:block; height:35px; position:absolute; background-color:#317aed; z-index:1; transition: width 0.6s;}
.fwzx_zili dl:hover span{ width:100%;}
.fwzx_zili dl:hover p{color:#fff;}
.fwzx_zili dl:hover img{ transform:scale(1.1,1.1);}
.fwzx_zili dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.fwzx_zili dl:nth-of-type(4n+0){margin-right:0px;}
.fwzx_zili dl dd a{ text-decoration:none}
/*fwzx*/

/*关于我们*/
.about_new{ margin-top:40px;}
.about_new_left{ float:left; width:250px; height:auto; position:relative; z-index:999999;}
.about_new_left_box{ width:100%; height:auto; position: absolute; top:-80px; position:absolute; background: rgba(107, 107, 107, 0.4);}
.about_new_left_box_top{ width:238px; height:60px; line-height:60px; text-align:center; font-size:18px; color:#FFF; background-color:#007130; margin-top:6px;}

.about_new_right{ float:right; width:910px; height:auto}
.content_com_title{background: url(../images/sub01.jpg) left bottom repeat-x; height:45px; margin-bottom: 15px; font-size:18px; color:#333333; font-weight:bold;}
.content_com_title span{float:right; font-size:14px; font-weight:100; color:#666666}
.content_com_title span a{color:#666;}

.about_new_right_tel{ background:url(../images/ztel.jpg) no-repeat; height:137px}
.about_new_right_tel span{ display:block; font-size:18px; font-weight:bold; padding-left:94px; padding-top:50px}

/* 详细页 */
.content{min-height:300px; padding-bottom:10px; height:auto;}
.view{border-bottom:1px dashed #ccc; margin-bottom:20px; margin-top:20px; padding-bottom:20px; line-height:26px; height:auto; overflow:hidden}



.cpage{ border-bottom:1px solid #CCC; height:40px; background:url(../images/cpage.jpg) no-repeat left center; line-height:40px; color:#FFF; font-size:16px; overflow:hidden; text-indent:20px;}
/*内容页end*/

/*********footer*********/
.footer{width:100%; min-width:1200px; height:auto; background-color:#007130; margin-top:45px; overflow:hidden}
.foot_box{ overflow:hidden}
.foot_logo{ float:left; height:auto; margin-top:35px;}
.foot_ewm{ float:right; width:270px; height:auto; margin:0 auto; overflow:hidden; margin-top:35px;}
.foot_ewm li{ float:left; width:120px; height:160px; overflow:hidden; margin-right:30px; color:#FFF}
.foot_ewm li img{width:120px; height:120px;}
.foot_ewm li p{height:40px; line-height:40px; color:#FFF; text-align:center}
.foot_ewm li:nth-of-type(2n+0){margin-right:0px;}

.footer_menu{width: 900px; height:50px; margin:0 auto; overflow:hidden; margin-top:30px; border-bottom:1px dashed #CCCCCC}
.footer_menu a{
	display: block;
	width: 110px;
	height: 18px;
	line-height: 18px;
	text-align:center;
	border-right: 2px dashed #EEFECF;
	float: left;
	color: #fff;
}
.footer_menu a:hover{ color:#FF0}
.footer_menu a:last-child{border-right: 0;}

/*最底部*/
.foot_info{width:100%; min-width:1200px; height:auto; line-height:30px; text-align:center; color:#FFF; padding-top:15px; padding-bottom:18px}
.foot_info span{ padding-right:15px}
.foot_info a{color:#FFF; transition-duration:500ms;}
.foot_info a:hover{color:#FF0; text-decoration:none}
/*********footer*********/</pre></body></html>