@charset "utf-8";
/* CSS Document */
body,button,input,select,textarea{ font-size:14px; font-family:Arial, Helvetica, sans-serif; border:0;color:#333; line-height:25px;}

/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
* html .clearfix{height:1%}
.clearfix{display:block} 
/* End hide from IE-mac */
.page_list{text-align:center;padding-top:10px; padding-bottom:2px;}
.page_list a{border:#ddd 1px solid;color:#492b08;padding:2px 5px;margin-right:2px}
.page_list a:hover,.page_list a:active{border:#e1e6ed 1px solid;color:#000;background-color:#492b08}
.page_list span.current{border:#ddd 1px solid;padding:2px 5px;font-weight:bold;margin-right:2px;color:#FFF;background-color:#492b08}
.page_list span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;margin-right:2px;color:#CCC}
/* webcss start*/
body{ }

.header {
  position:absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
}

.fixednav {background-color: rgba(255, 255, 255, 0.95); width:100%; height:100px; z-index:999; position:fixed;box-shadow: 0px 0px 5px 1px rgba(236,236,236,0.9);}


.logo{ width:25%; float:left; margin-right:6rem; padding-top:1rem; margin-left:10px; padding-left:2rem}

.tel,.db_con img{animation: myfirst 0.8s infinite;}
@keyframes myfirst {
            0% {
                transform: translate(0px, 0px);
            }
            50% {
                transform: translate(0px, -5px);
            }
            100% {
                transform: translate(0px, 0px);
            }
        }
		

		
.contain{ width:1200px; margin:0 auto;}
.mt80{ margin-top:80px;}
.mt70{ margin-top:70px;}
.mt50{ margin-top:50px;}
.pt70{ padding-top:70px;}
.b_more{ background-color:#0d8c96; width:160px; height:47px; line-height:47px; margin:20px auto; font-size:15px; color:#fff; display:block;}
.b_more:visited,.b_more:active{color:#fff;}

#banner{width:100%;margin:0 auto;overflow:hidden;}
.banner{width:1440px; margin:0 auto}
#lang{position:absolute;right:15px;top:10px;z-index:1}
#lang img{margin-right:5px;vertical-align:middle}
#index_nav{height:50px;line-height:50px; width:50%; float:left; margin-top:1.4rem}
#MainMenu{width:100%; height:50px;}
/*搜索*/
.s_sousuo{background-color:#eeeeee;}
.index_search{height:60px; line-height:60px; width:1200px; margin:0 auto;border-bottom:1px #ececec solid; }
.index_search_nr{float:left; width:600px;color:#666; padding-left:15px;}
.index_search_sou{float:right; width:350px;height:34px; margin-top:17px;}
#index_searchid{ float:left;line-height:36px;height:36px;width:80px;border:1px #ececec solid;}
#index_searchtext{ float:left;border:1px #ececec solid;height:34px;line-height:34px; width:200px; margin:0px;}
#index_searchbutton{ float:left; border:none;background:url(../images/searchbut.jpg); cursor:pointer; height:34px; width:60px}

/* index-products End */
.index-right{float:left;padding:0px 15px 0px 5px;width:240px;overflow:hidden}
.index-search1{width:210px; height:50px; background:#ecf0f4;}
.index-search1 h2{background-position:0px -136px}
.index-search1 p{padding:5px 0px 5px 10px}
#searchid{line-height:20px;padding:2px}
#searchtext{border:#E6E6E6 1px solid; background-color:#fff;height:30px;line-height:30px;padding:2px;width:120px; float:left;}
/*#searchbutton{border:none;background:url(../images/ss-bj.jpg);cursor:pointer;height:36px;width:50px; float:left}*/
.index-jobs h2{background-position:0px -170px}
.index-jobs{padding-bottom:5px}
.index-jobs ul li{padding:4px 0px}
.left-search  p{padding-left:20px; padding-bottom:10px;}

.pro_h{font-size:17px;padding-bottom:10px; width:85%; margin:0rem auto; }
.pro_left{ float:left; font-size:15px;width:70%; padding-top:1rem}
.pro_h p{ font-size:4rem; color:#0d8c96; font-weight:bold; margin-bottom:20px}
.pro_h p strong{ color:#ff8c00}
.pro_right{ float:right; width:15%; position:relative; top:-1rem}

.pro_bg{ background-color:#0d8c96; margin-top:1rem; padding-bottom:7rem; padding-top:6rem}
.index-newproducts{ width:70%; margin:0 auto;}
.productsroll{position:relative;width:100%; margin:0 auto;margin-top:60px;}
/* productsroll Start */
#LeftArr1,#RightArr1{background:url(../images/product_arrow.gif) no-repeat center top;width:60px;height:160px;cursor:pointer;position:absolute;top:100px;z-index:1}
#LeftArr1{background-position:0px 0px;float:left;left:-100px}
#RightArr1{background-position:-60px 0px;float:right;right:-98px}
#ScrollBox{width:100%; margin:0 auto;overflow:hidden}
#ScrollBox li{float:left;display:inline;width:302px;text-align:center; margin:0 15px;}
#ScrollBox li a{display:block;}
#ScrollBox li a img{}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{color:#fff}
#ScrollBox li a:hover{color:#fff}
#ScrollBox li a span{display:block; line-height:50px;}
#ScrollBox li:hover a span{ background-color:#ff8c00}
/* productsroll End */

.productsroll .cp_img img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.productsroll .cp_img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
/* productsroll End */
.fl{ float:left}
.fr{ float:right}
#sort_div{width:357px; float:right;padding:50px 0px 30px 0px}
.sort_div ul{}
.sort_div ul li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis; height:52px; line-height:52px; width:130px; float:left; font-size:22px; margin-left:17px; margin-bottom:15px; text-align:center;}
.sort_div ul li a{font-size:22px;color:#fff;line-height:52px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:25px;}
.sort_div ul li a:hover{display:block; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#2c8e5f; }
.sort_div ul li ul li{ height:30px;line-height:30px;background:url(../images/clibg1.jpg) no-repeat 20px center; margin-bottom:0px;}
.sort_div ul li ul li a{color:#fff;padding-left:36px;}
.sort_div ul li ul li a:hover{ color:#106bd5}


/* index-products Start */
.index-products{ width:1200px; margin:0 auto; padding-top:40px;}
.index-products ul{ }
.index-products ul li{ float:left; width:580px; padding:10px 0px; border-radius:10px; box-shadow: 0 5px 10px rgba(248,174,131,0.1);  height:238px; background:#fff; margin:0px 0px 20px 20px;  -webkit-transition: all .2s linear; transition: all .2s linear; position: relative; overflow: hidden; z-index: 1; }
.index-products ul li a{display:block;}
.index-products ul li:nth-of-type(odd){ float:left;}
.index-products ul li:nth-of-type(even){ float:right;}
.index-products ul li img{
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;	}
.index-products ul li a:hover img{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);	}
.index-products ul li a:link,.index-products ul li a:visited,.index-products ul li a:active{ color:#333; font-size:15px;}
.index-products ul li a:hover{}
.index-products ul li a p{display:block; line-height:54px; display:block; color:#333; text-align:left; font-size:18px; }
.index-products ul li:hover{ color:#fb792e;
-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.index-products ul li em{ display:block; font-style:normal;}
.index-products ul li i{ display:block; margin-top:20px; }
.index-products ul li .pro_con{ display:block;  line-height:22px; margin-top:18px; font-size:14px; color:#666; text-indent:none; height:70px; overflow:hidden; text-align:left;}

.p_imgs{ width:336px; float:left; margin-left:9px;}
.p_con{ width:185px; float:right; margin-top:17px; margin-right:30px; }
.review {  position: absolute; bottom: 0; left:0;z-index: 3;  width:100%;  height: 0;    overflow: hidden; font-size: 18px; line-height:40px;  background:#fb792e;   text-align:center; opacity: 0;  -webkit-transition: all .2s linear;  transition: all .2s linear;}
.review a { color: #fff;   display: block;    padding: 8px 30px;  outline: 0;}
.review a span { display: block;  margin-bottom: 5px; color: #fff; text-align:center;}
.index-products ul li:hover .review { color:#fff; padding-top:80px;  opacity:0.9;  height:178px;}
/* index-products End */

.hy{ width:1200px; margin:0 auto; padding-top:40px;}
.hy img{ width:282px; float:left; display:block; margin-right:23px;}
/* 简介 */
.intro_bg{ width:85%; margin:6rem auto}
.about_left{ width:43%; float:left;}
.about_h{ margin-top:2rem;margin-bottom:2rem; font-size:17px; background:url(../images/01.jpg) no-repeat left bottom; padding-bottom:30px}
.about_h p{ font-size:4rem; color:#0d8c96; font-weight:bold; line-height:70px; margin-bottom:1.5rem}
.about_h p span{ color:#ff8c00}
.about_h2{ font-size:30px; font-weight:bold; color:#666; margin-bottom:10px}
.about_h3{ color:#999}
.about_con{ line-height:35px;}
.about_left ul{ margin-top:2rem; margin-bottom:2rem}
.about_left li{ width:100px; float:left}

.a_more{width:140px; line-height:45px; background-color:#2c8e5f; display:block;  color:#fff; text-align:
center; margin-top:15px; border-radius:25px;}
.a_more:visited,.a_more:active{ text-align:left; color:#fff; }
.a_more:hover{ color:#07489c;  display:block; }


.pt40{ padding-top:40px;}



.index_new{ width:85%; margin:0 auto}
.index-news{ width:49%; float:left;}
.index-news ul li{ padding-left:20px;}
.index-news ul li a{display:block;}
.index-news ul li p{ display:block; color:#000;font-size:20px; }
.index-news span{ display:block; line-height:68px; font-size:40px; font-weight:bolder}

.index-hang{ width:49%; float:right}
.index-hang ul li{padding-left:20px; }
.index-hang ul li a{display:block;}
.index-hang ul li p{ display:block; color:#000; font-size:20px;}
.index-hang span{ display:block; line-height:68px; font-size:40px; font-weight:bolder}


.new_h{text-align:center; padding-top:2rem; font-size:17px;padding-bottom:1rem; width:90%; margin:0rem auto}
.new_h p{ font-size:4rem; color:#0d8c96; font-weight:bold; line-height:6rem}
.new_h p strong{ color:#ff8c00}
.new_h div{ position:relative; top:-16px}

.index_contact{ width:85%; margin:5rem auto}
.con_h{ font-size:17px;padding-bottom:10px; }
.con_h p{ font-size:4rem; color:#0d8c96; font-weight:bold;line-height:170px}
.con_h strong{ color:#ff8c00;font-size:4rem; position:relative; top:-2.2rem}
.index_con{ line-height:45px; color:#666;padding-bottom:6rem; background:url(../images/04.jpg) no-repeat left bottom}
.con_left{width:35%; float:left}
.con_mid{width:25%; float:left; padding-top:22rem}
.con_right{ width:40%; float:right}







.c_cont {
padding: 70px 0px 0px 50px;
background: url(../images/c_cont.jpg) no-repeat right top;
padding-bottom: 100px;
}
#product_c a{
    display: block;
    float: left;
    height: 140px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    width: 150px;
}
#product_c{
width:668px;
}

/*分类*/
.index_title{ width:1200px; margin:0 auto;}
.index_title p{ width:500px; float:left}
.index_title span{ width:100px; float:right; text-align:right; display:block; margin-top:25px; }
.index_title b{ font-size:42px; line-height:50px;}
.index_title i{ display:block; font-style:normal;color:#999; line-height:18px; font-size:14px; margin-bottom:11px;margin-top:12px}


.index-right{float:left;padding:0px 15px 0px 5px;width:240px;overflow:hidden}
.index-search{padding-bottom:5px}
.index-search h2{background-position:0px -136px}
.index-search p{padding:5px 0px 5px 10px}
#searchid{line-height:21px;padding:2px}
#searchtext{border:#E6E6E6 1px solid;background:url(../images/ss-bj.jpg) repeat-x;height:21px;line-height:21px;padding:2px;width:200px;}
/*#searchbutton{border:none;background:url(../images/ss-bj.jpg);cursor:pointer;height:21px;width:64px}*/
.index-jobs h2{background-position:0px -170px}
.index-jobs{padding-bottom:5px}
.index-jobs ul li{padding:4px 0px}

/*********** page ***********/
#page_main{ width:1200px; margin:0 auto;padding-bottom:30px}
#page_main2{width:1200px; margin:0 auto;padding-bottom:30px }
/* page-left */
.page-left{ width:260px; float:left;  padding-bottom:30px; margin-top:16px;}
.left-contact{ padding-top:0px; background-color:#fff;}
.left-contact h2{background-position:0px -204px}
.left-contact p{line-height:30px;padding:0px 5px 15px 20px;font-size:16px;}
.left-contact p span{font-weight:bold}
/* page-right */
.page-right{float:right;padding:15px 0px 20px 0px;width:885px;overflow:hidden}
.page-right2{ width:1200px; margin:0 auto}

.site-nav{border-bottom:#f2f2f2 1px solid;line-height:60px;margin-bottom:20px;}
.site-nav span{font-weight:bold}
.site_left{ width:1200px; margin:0 auto}


.page-single,.page-products,.page-news,.page-newsdetail,.page-jobs,.page-jobsdetail{margin-bottom:10px}
.productsdetail-title,.newsdetail-title,.jobsdetail-title{font-size:14px;font-weight:bold;line-height:30px;text-align:center;border-bottom:1px dashed #CCC;margin-bottom:10px}
.page-news{ line-height:32px; font-size:13px;}
.page-news table{width:98%;}
.page-news table th{height:30px;line-height:30px;text-align:center;font-weight:bold;border:none 0px;font-size:12px}
.page-news table th.news-time{width:100px;background:url(../images/info_title.gif) left top}
.page-news table th.news-title{background:url(../images/info_title.gif) right top}
.page-news table td{border-bottom:1px solid #666;padding:2px}
.page-news table td.time-list{color:#666;text-align:center}
.page-jobs table{width:98%;}
.page-jobs table th{height:30px;line-height:30px;text-align:center;font-weight:bold;border:none 0px;font-size:12px}
.page-jobs table th.jobs-time{width:100px;background:url(../images/info_title.gif) left top}
.page-jobs table th.jobs-title{background:url(../images/info_title.gif) right top}
.page-jobs table td{border-bottom:1px dashed #D7D7D7;padding:8px}
.page-jobs table td.time-list{color:#666;text-align:center}
.page-guestbook{width:600px;margin:0px auto}
.page-guestbook dl dt,.page-guestbook dl dd{float:left;padding:2px; margin-top:10px}
.page-guestbook dl dt{width:80px;text-align:right; line-height:44px;}
.page-guestbook dl dd{width:500px}
.page-guestbook dl dd input{border:#CCC 1px solid;padding:2px;height:44px;line-height:44px;width:450px;}
.page-guestbook dl dd span{color:#F00;margin-left:10px}
.page-guestbook .Content{width:480px;height:120px;border:#CCC 1px solid}
#checkcode{width:60px;text-align:center}
.page-guestbook p{text-align:center;clear:both;margin-bottom:10px}

#friendlink{ color:#333; }
#friendlink a{ color:#333}
#friendlink a:visited,#friendlink a:active{color:#333}
#copyright{font-size:16px;line-height:28px; padding-top:25px;background-color:#535353}
.foot{ width:85%; margin:0 auto; padding:1rem 0px}
.foot_left{ width:50%; float:left; padding-top:1rem}
.foot_mid{ width:200px; float:left}
.foot_right{ width:30%; float:right; text-align:right; padding-top:2rem; color:#cbd3cb}
.foot_left input{ width:30%; height:60px; line-height:60px; background-color:#434343; float:left; margin-right:1rem}
.foot_left .submit1{ width:15%; float:left; background-color:#707070; cursor:pointer; color:#fff}


.foot{color:#fff; text-align:center;}
.foot a{color:#fff}
.foot a:visited,.foot a:active{color:#fff}

/*新闻列表页*/
ul,li{ list-style:none;}
a,a:visited,a:active{color:#333333;text-decoration:none}
a:hover{color:#254693;text-decoration:none}
.clear{ clear:both;}

ul.newsList li {
    border-top: 1px solid #f2f2f2; margin:10px;
	margin-bottom:15px;
	padding-left:20px; padding-right:20px; padding-bottom:10px; background-color:#fff;padding-top:10px; }

.page-news {
    margin: 0 auto;
    width: 100%; font-size:14px; line-height:30px;
}

.xwrq{width:20%;float:left; font-size:24px; padding-top:1.5rem; color:#999}
.dateTitle{ font-size:18px; padding-top:1rem}
.xw_con{width:80%; float:right}
/*新闻详情页*/
#shownews h1.title {
    font-size: 18px;
    text-align: center;
	height:30px;
	line-height:30px;
}

.hits {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
	height:30px;
	line-height:30px;
}
.page {
    line-height:24px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#shownews .text{
	margin:10px 0;
	line-height:25px;
}
.related { background-color:#f8f8f8
}
#shownews .related {
	font-weight:bold;
	height:32px;
	line-height:32px;
	font-size:13px; margin-top:15px;
}
#shownews .related-list li {
	border-bottom:1px dashed #dddddd;
	background:url(../images/icon1.gif) no-repeat left center;
	padding-left:10px;
    float: left;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    width: 300px; margin-right:30px;
}
#shownews .related-list li a,#shownews .related-list li a:active,#shownews .related-list li a:visited{
	color:#808080;
}
#shownews .related-list li a:hover{
	color:#ff0000;
}

/*产品列表页*/
#ShowImages{ margin-top:20px;}
#ShowImages li{
	display: inline;
    float: left;
    margin: 6px 12px;
    text-align: center;margin-bottom:16px;
}
#ShowImages li:hover{box-shadow:0 5px 15px 0 rgba(0,0,0,.1)}
#ShowImages .images_img a {
    border: 1px solid #ececec;
	display:block;
    height: 280px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 260px;
}
#ShowImages .images_img a:hover{
	
	
}
#ShowImages .images_img img {
    max-height: 280px;
}
#ShowImages .images_title a{
	height:38px;
	line-height:38px; background-color:#f2f2f2; display:block; 
}
/*图片列表页*/
#ShowImages .images_img1 a {
    border: 1px solid #dddddd;
	display:block;
    height: 280px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}
#ShowImages .images_img1 a:hover{
	background:#fff4ce;
	border:1px solid #ff6600;
}
#ShowImages .images_img1 img {
    max-height: 280px;
}


/*下载列表页*/
.downloadtimes{
	width:80px;
	text-align:center;
}
/*下载详细页*/
.download{ margin-bottom:10px;}
.download li{

	line-height:30px;
	border-bottom:1px dotted #dddddd;
}

.downloadRight{ width:85%;}

/*招聘列表页*/
.jobList li{
	float:left;
	line-height:28px;
	border-bottom:1px dotted #dddddd;
	text-align:center;
}
.jobtime{ width:15%;}
.jobPosition{ width:40%;}

/*招聘详情页*/
.showjobList li{
	line-height:28px;
	border-bottom:1px dotted #dddddd;
}
.jobDescription{
	background:#dddddd;
	height:30px;
	line-height:30px;
	margin:10px 0;
	text-indent:10px;
}
/*招聘应聘页面*/
.submit{ background-color:#e76817;
	width:242px;
	height:50px;
	color:#ffffff;
	line-height:50px;
	border:none;
	cursor:pointer; display:block;
	font-size:14px; text-align:center; float:left;  margin-top:30px; margin-left:90px;
}
.reset{ background-color:#f2f2f2;
	width:242px;
	line-height:50px; margin-top:20px; margin-bottom:50px;}

/* 内页相关产品的 */
.related_cp p{ line-height:30px;text-indent:2em;}
.related_cp td{ line-height:30px; }
.related_cp ul{width:100%; height:auto; padding-top:5px; overflow:hidden;}
.related_cp ul li{ text-align:center; width:132px;  float:left; overflow:hidden;}
.related_cp ul li p{ line-height:30px; height:30px; text-align:center; text-indent:0em;  }
.related_cp ul li p a{ line-height:30px; height:30px; text-align:center;}
.related_cpul li p a:hover {color:#FF0000;}
.related_cp ul li img{border:1px solid #CCCCCC; width:100px; height:88px; padding:5px;}
.related_cp ul li a:hover img{ border:1px solid #ff0000;}

/* 产品展示页询盘页面 */
.chanpin_xp{width:600px;margin:0px auto}
.chanpin_xp dl dt,.chanpin_xp dl dd{float:left;padding:5px}
.chanpin_xp dl dt{width:80px;text-align:right}
.chanpin_xp dl dd{width:500px; margin-left:80px; margin-top:-30px;}
.chanpin_xp dl dd input{border:#CCC 1px solid;padding:2px;background:url(../images/inputbg.gif) repeat-x;height:19px;line-height:19px;width:180px}
.chanpin_xp dl dd span{color:#F00;margin-left:10px}
.chanpin_xp .Content{width:480px;height:120px;border:#CCC 1px solid}
#checkcode{width:60px;text-align:center}
.chanpin_xp p{text-align:center;clear:both;margin-bottom:10px}

/* 产品页搜索框 */
.head-search{ margin: 0 auto; margin-top: 15px;overflow: hidden; background: #f4f4f4; padding:5px;}
.f_l{ float:left;}
.f_r{ float:right;}
.ss{ padding-top:10px; margin-top:-7px; font-size:13px; font-weight:bold; padding-left:18px;}
.head-search .txt-keyword{ border: solid 1px #DCD3CF;border-right: none;width:200px; height:20px;float: left;color: #A89893;font-size: 12px;}
.head-search .btn-search{width: 60px;height: 20px;border: none;overflow: hidden;}
.ssk{ width:580px;}

/* 产品展示 列表样式 */
.clear{clear:both;}
.lbtu{ width:695px; height:auto;}
.lbtup {height: auto;padding-top: 20px;overflow: hidden;}
.lbtup li { list-style-type:none; padding-bottom:10px;}
.lbtu_left{ width:110px; margin-top: 15px;}
.lbtu_left img { border: 1px solid #CCCCCC;width: 100px;height: 88px;padding: 5px;}
.lbtu_left a:hover img{ border:1px solid #ff0000;}
.lbtu_right{ width:505px; margin-top:25px;}
.lbtu_right li { float:left;   }
.bt{ line-height:17px; height:17px; font-size:12px; font-weight:bold;}
.bt a { text-decoration:none; color:#000000;}
.lbt a:hover{ color:#FF0000;}
.wenzi{ font-size:12px; line-height:22px; width:180px;}
.wenzi span a { color:#FF0000; text-decoration:none;}
.right_tb ul li { float:left; padding-left:10px;}

.page-products .images_img  img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.page-products .images_img  a img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.index-products  li  img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.index-products li img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/*.ny_xinwen{background:url(../images/xinwen.jpg) no-repeat center top; height:600px;}
.ny_liuyan{background:url(../images/liuyan.jpg) no-repeat center top;height:600px;}
.ny_jianjie{background:url(../images/jianjie.jpg) no-repeat center center; height:600px;}
.ny_chanpin{background:url(../images/chanpin.jpg) no-repeat center center; height:600px; }
.ny_tupian{background:url(../images/jianjie.jpg) no-repeat center top;height:600px; }
.ny_lianxi{background:url(../images/lxwm.jpg) no-repeat center top;height:600px;}*/

.banners img{ width:100%}
#proinfo_c{ line-height:35px;}

/*.index-products  img {
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.index-products a img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
*/


/* 内页联系 */
.lx-bt{ text-align:center; margin-top:44px;}
.bt-dzi{ font-size:25px; color:#333;}

.ny_lxwm{ width:1200px; margin:0 auto; text-align:center}
.nylx_left,.nylx_mid,.nylx_right{ width:366px; float:left; border:#ececec 1px solid; margin:2rem 2rem 2rem 0rem; padding:3rem 0rem; height:14rem}
.ny_lxwm p{ margin-top:1rem; line-height:30px}
.ly_liuyan{ background-color:#f2f2f2; width:1200px; margin:0 auto}
.ly_con{ padding:1rem}
.ly_liuyan .Content{ width:100%; background-color:#fff; margin-bottom:2rem; height:10rem}
.ly_liuyan .submit2{ background-color:#0d8c96; width:100%; height:40px; line-height:40px; color:#fff; cursor:pointer; margin-top:2rem}
.ly_liuyan #Guest_TEL{width:60%; background-color:#fff;}



.ly_left{ width:320px; float:left; line-height:36px; margin-top:35px;}
.ly_left span{ font-size:26px; font-weight:bold; line-height:40px; margin-bottom:20px; display:block} 
.ly_left img{ margin-top:50px}

/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:0px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#099553;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 24px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; text-align:right}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:10px 14px 0px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 5px 10px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:129px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:100px;right:0;z-index:999;}
#rightArrow a{display:block;height:45px;}

.ptitle{ text-align:center; border-bottom:#ececec 1px solid; padding-bottom:10px}


.box{width:55%;height:30rem; float:right;margin:20px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width:100%;height:30rem;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width:100%;height:30rem;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right:45%;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}



#container{ 
  width:90%; 
  height: 350px; 
  margin:0px auto; 
  position: relative; overflow:hidden
} 

#container ul{ 
  list-style: none; 
  width:10000px; 
  position: absolute; 
} 
 
#container ul li{ 
  float:left; 
  margin-right:20px; cursor:pointer;  padding-left:20px;
} 
#container ul li span{ display:block; text-align:center; height:56px; line-height:56px; color:#fff}
#container ul li:hover span{ background-color:#ff8c00}

.p_more{width:100px;height:130px; line-height:130px; margin:2rem auto;display:block; font-size:50px; text-align:center; background-color:#0d8c96}
.p_more:visited,.p_more:active{color:#fff;}


.ny_about_bt{ text-align:center; font-size:30px; line-height:35px; margin-bottom:2.5rem}
.jj_con{ width:45%; float:left; padding-top:10px}
.about_img{ width:50%; float:right; overflow:hidden}
.wenhua_img{ width:50%; float:left; overflow:hidden}
.about_img  img ,.wenhua_img img{
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
}
.about_img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.wenhua_img img:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ny_wenhua{ margin-top:2rem}
.wh_nr{ width:45%; float:right; padding-top:2.8rem}
.wh_nr strong{ font-size:28px; display:block; margin-bottom:1rem}
.wh_nr p{ line-height:35px}
.ny_xian{ margin:1rem 0rem}

.yw{ width:100px; float:right; padding-top:1.6rem}
.yw a{ width:36px; height:36px; line-height:36px; font-size:16px; float:left; margin-left:7px; background-color:#0d8c96; border-radius:20px; text-align: center; color:#fff}
.sj_top{ display:none}

      .carousel-container {
            width: 50%;
            height: 30rem;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        .carousel-slides {
            display: flex;
            width: 300%;
            transition: transform 0.5s ease;
        }
        .carousel-slide {
            width: 33.33%;
        }
        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .carousel-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
        }
        .carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            margin: 0 5px;
            cursor: pointer;
        }
        .carousel-dot.active {
            background: white;
        }
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.5);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
        }
        #prevBtn {
            left: 20px;
        }
        #nextBtn {
            right: 20px;
        }




