﻿/* 公共样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;} 
h1,h2,h3,h4,h5,h6,b{font-weight: normal;}
i{font-style: normal;}
body{min-width: 1200px;}
body{background:#fff;color:#333333;font-size:12px; font-family:"微软雅黑"; min-width: 1200px;} 
ul,ol,li{list-style:none;} 
select,input,img,select{vertical-align:middle;} 
a{text-decoration:none;} 
header,div,footer,section,article,h1,h2,h3,p{display: block;}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.center{display: flex; justify-content: center; align-items:Center;}
.scale_in{transition: all 1s; cursor: pointer;}
.scale_in:hover{transform: scale(1.05); z-index: 999;}
/* 翻转 */
.rotate{-webkit-transition:1s ease;-moz-transition:1s ease}
.i_about_in:hover .rotate{-webkit-transform:rotatey(360deg);-moz-transform:rotatey(360deg);}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
/* 浮动窗 */
.floatview{width: 58px; position: fixed; right: 5px; top: 40%; z-index: 99999;}
.floatview li{width: 58px; height: 58px; background: url(../images/float_icon.png) no-repeat; margin-bottom: 10px; float: left; cursor: pointer; position: relative;}
.float_sub{position: absolute; height: 58px; padding: 0 12px; line-height: 58px; color: white; font-family: arial; text-align: center; position: absolute; left: 1920px; top: 0; background: #86c10a; border-radius: 10px; font-size: 20px;}
.floatview li a{width: 100%; height: 100%; float: left;}
.floatview li:nth-child(1){background-position: -11px 0;}
.floatview li:nth-child(1):hover{background-position: -92px 0;}
.floatview li:nth-child(1):hover .float_sub{left: -155px;}
.floatview li:nth-child(2){background-position: -11px -71px;display: none;}
.floatview li:nth-child(2):hover{background-position: -92px -71px;}
.floatview li:nth-child(3){background-position: -11px -138px;}
.floatview li:nth-child(3):hover{background-position: -92px -138px;}
.floatview li:nth-child(4){background-position: -11px -206px; font-size: 12px; line-height: 82px; color: white; text-align: center;}
.floatview li:nth-child(4):hover{background-position: -92px -206px;}
/* 主页 */
.more{width: 150px; height: 45px; float: left; font-size: 16px; line-height: 45px; color: white; text-align: center; border-radius: 30px; background: -webkit-linear-gradient(left, #ffad00 , #ffd600); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(right, #ffad00 , #ffd600); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right, #ffad00 , #ffd600); /* Firefox 3.6 - 15 */background: linear-gradient(to right, #ffad00 , #ffd600); /* 标准的语法（必须放在最后） */}
.more:hover{background: -webkit-linear-gradient(left,  #008940 , #91d403); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(right, #008940 , #91d403); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right,  #008940 , #91d403); /* Firefox 3.6 - 15 */background: linear-gradient(to right,  #008940 , #91d403); /* 标准的语法（必须放在最后） */}
/* nav */
.header{padding: 0 calc(50% - 600px); clear: both;}
.banner_in{height: 350px; position: relative; overflow: hidden; text-align: center;}
.banner_in img{height: 100%; position: absolute; left: 50%; top: 0; margin-left: -960px;}
.header_logo{width: 270px; height: 100px; float: left;}
.header_logo img{width: 100%; height: 100%;}
.nav{float: left; margin-left: 20px;}
.nav_list{float: left; position: relative;  background: url(../images/nav_line.png) no-repeat right center;}
.nav_list:last-child{background: none;}
.nav_list a{font-size: 16px; float: left; line-height: 100px; text-align: center; padding: 0 40px 0 25px; color: #333333;}
.nav_list span{float: left;}
.ss{position: relative;}
.ss:before{width: 100%; height: 5px; content: " "; position: absolute; top: 95px; left: -10px; background: -webkit-radial-gradient(circle,#32e389, #058b47); /* Safari 5.1 - 6.0 */
background: -o-radial-gradient(circle,#32e389, #058b47); /* Opera 11.6 - 12.0 */background: -moz-radial-gradient(circle,#32e389, #058b47); /* Firefox 3.6 - 15 */background: radial-gradient(circle,#32e389, #058b47); /* 标准的语法（必须放在最后） */ display: none;}
.nav_list.cur a, a.nav_list:hover a{color: #008c44;}
.nav_list:hover >.nav_sub{display: block;}
.nav_list.cur .ss:before, .nav_list:hover >.ss:before{display: block;}
.nav_sub{width: 100%; float: left; position: absolute; left: -10px; top: 100px; text-align: center; background: url(../images/nav_bg.png); z-index: 999; display: none;}
.nav_sub li{width: 100%; height: 52px; float: left; border-bottom: solid 1px #1bb567;}
.nav_sub li:hover{background: #1bb567;}
.nav_sub a{
	color: white!important; float: left; height: 52px; line-height: 52px; background: none;
	padding: 0;
	text-align: center;
	width: 100%;
}
/* banner */
.banner{width: 100%; height: 676px; margin: 0 auto; position: relative; overflow: hidden;}
.banner .swiper-pagination-bullet{width: 12px!important; height: 12px!important; background: white;}
.banner .swiper-slide img{width: 1920px; position: absolute; left: 50%; top: 0; margin-left: -960px;}
/* 关于我们 */
.i_about{width: 1200px; margin: 0 auto; padding: 73px 0 95px 0;}
.i_about_top{width: 100%; text-align: center;}
.i_about_top h2{font-size: 38px; color: #008940; line-height: 46px; font-weight: 800;}
.i_about_top h3{font-size: 18px; color: #008940; line-height: 32px; text-transform: uppercase; font-family: arial;}
.i_about_top p{font-size: 16px; line-height: 24px; color: #666666;}
.i_about_b{width: 100%; padding-top: 34px;}
.i_about_left{width: 640px; float: left;}
.i_about_left h1{text-align: left; font-size: 30px; color: #008940; line-height: 32px;}
.i_about_left h1 i{font-size: 21px; line-height: 32px; font-family: arial; color: #008940; text-transform: uppercase; font-family: arial;}
.i_about_button{width: 100%; float: left; text-align: center; padding: 15px 0;}
.i_about_button a{width:122px; height: 122px; float: left; border: solid 3px #daecb3; border-radius: 100%; font-size: 16px; color: white; line-height: 122px; display: flex; justify-content:center; align-items:Center; margin-right: 42px;}
.i_about_button a:nth-child(4){margin-right: 0;}
.i_about_in{width: 104px; height: 104px; background: #86c10a; border-radius: 100%; margin: 0 auto; display: flex; justify-content:center; align-items:Center;}
.i_about_in img{display: block; margin: 0 auto;}
.i_about_in span{width: 100%; float: left; line-height: 21px;}
.i_aboutin_text{margin-top: 9px;}
.i_about_left p{float: left; font-size: 16px; line-height: 28px;}
.about_green{color: #008940;}
.about_more{margin-top: 30px;} 
.i_about_right{width: 402px; height: 450px; padding: 30px 34px 20px 34px; float: right; background: -webkit-linear-gradient(left, #008940 , #75ba11); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(right, #008940 , #75ba11); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right, #008940 , #75ba11); /* Firefox 3.6 - 15 */background: linear-gradient(to right, #008940 , #75ba11); /* 标准的语法（必须放在最后） */}
.i_ab_right_h{font-size: 24px; line-height: 32px; color: white; text-align: left;}
.i_ab_right_h span{float: left; text-align: left; font-size: 16px; color: #10c062; line-height: 28px; font-family: arial;}
.i_ab_right_h h1{width: 74px; float: right; position: relative;}
.i_ab_right_h h1 .swiper-button-prev,
.i_ab_right_h h1 .swiper-button-next{width: 34px; height: 34px; top: 0; right: 0; background: url(../images/i_about_arrow.png) no-repeat center;}
.i_ab_right_h h1 .swiper-button-next{background-position: -49px -39px;}
.i_ab_right_h h1 .swiper-button-next:hover{background-position: -49px -3px;}
.i_ab_right_h h1 .swiper-button-prev{left: 0; background-position: -7px -39px;}
.i_ab_right_h h1 .swiper-button-prev:hover{background-position: -7px -3px;}
.swiper1{width: 404px; float: left;}
.swiper1 .swiper-slide{width: 195px; float: left;}
.swiper1 .swiper_cont{width: 195px; margin-right: 14px; float: left;}
.swiper1 .swiper_cont:nth-child(even){margin-right: 0;}
.swiper1 .swiper_cont dl{width: 100%; float: left; margin-top: 18px; margin-right: 16px;}
.swiper1 .swiper_cont dl dt{width: 100%; float: left; overflow: hidden;}
.swiper1 .swiper_cont dl dt img{width: 100%; height: 135px;}
.swiper1 .swiper_cont dl dd{width: 100%; height: 40px; font-size: 14px; line-height: 40px; text-align:center; color: white; float: left;}
/* 主页产品 */
.i_products{width: 100%;}
.i_products li{width: 100%; height: 555px; display: block; position: relative;}
.ip_left{width: 50%; float: left;}
.ip1_right{padding-left: 2%;}
.ip_01{width: 50%; float: left; overflow: hidden; position: relative;}
.ip_02{width: 48%; height: 555px; float: right; justify-content: flex-start; background: #f0f4dc;}
.ip_02 span{width: 555px; float: left; display: block;}
.ip_01 img{width: 960px; height: 555px; float: right;}
.ip_02 h1{font-size: 30px; line-height: 82px; position: relative; text-align: left;}
.ip_02 h1:before{width: 88px; height: 6px; background: #008940; border-radius: 30px; content: " "; position: absolute; left: 0; bottom: 0;}
.ip_02 h2{font-size: 16px; line-height: 26px; padding: 25px 0 17px 0;}
.ip_02 h2 a{color: #333333;}
.ip_02 h2 a:hover{color: #008940;}
.ip_02 p{font-size: 16px; line-height: 30px; text-align: left; color: #666666;}
.ip_02 .more{margin-top: 22px;}
.ip2_left{float: left!important; padding-right: 2%; justify-content: flex-end;}
.ip2_left span{float: right;}
.ip2_right{float: right;}
.ip2_right img{float: left!important;}
/* 资讯动态 */
.i_news{width: 1200px; margin: 0 auto; padding-bottom: 70px;}
.i_news_padding{padding-top: 75px; padding-bottom: 25px;}
.i_news_left{float: left; width: 600px; height:398px; position: relative;}
.i_news_left img{width: 600px; height:398px;}
.i_news_left li{display: none;}
.i_news_img{display: block!important; overflow: hidden;}
.i_new_tex{width: 92%; 
	padding: 0 4%; height: 63px;
	 background: url(../images/news_bg.png); position: absolute;z-index: 999; bottom: 0; font-size: 16px; line-height: 63px; color: white;}
.i_new_tex h3{float: left;}
.i_new_tex h4{float: right;}
.i_news_right{float: right; width: 560px;}
.i_news_right a{width: 560px; float: right; border-radius: 10px 0 10px 0; background: #f0f4dc; margin-bottom: 12px;}
.i_news_right a h1{width: 77px; height: 70px; float: left;  text-align: center; background: #999999; border-radius: 10px 0 0 0; color: white;}
.i_news_right a h1 i{font-size: 30px; line-height: 30px;}
.i_news_right a h1 span{width: 100%; font-size: 12px; line-height: 16px; float: left;}
.i_news_right a p{width: 430px; padding: 0 26px; float: left; font-size: 16px; line-height: 70px; color: #333333;}
.i_news_right a:hover{background: #16a358!important;}
.i_news_right a:hover h1{background: #007e3b!important;}
.i_news_right a:hover p{color: white!important;}

.map {
	position: relative;
	 width: 100%; 
	 height: 500px;
	overflow: hidden;
}
.map iframe{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
/* footer */
footer{width: 100%; background: #008940;}
.footer_top{width: 1200px; margin:0 auto; padding: 60px 0;}
.footer_top li{width: 100px; float: left; text-align: center; margin-right: 67px;}
.footer_top li a{float: left; font-size: 15px; line-height: 20px; margin-bottom: 10px; color: white; position: relative; border: solid 1px #008940;}
.footer_top li a:hover{border-bottom: solid 1px white;}
.footer_left{display: inline-block; position: relative;}
.footer_left:before{width: 1px; height: 360px; content: " "; background: #24af65; position: absolute; top: -60px; right: 0; z-index: 0;}
.footer_b{line-height: 36px; font-size: 16px; font-weight: 600;}
.footer_code{float: right;}
.footer_code span{display: inline-block;}
.footer_code span{width: 110px; height: 110px; display: block; margin-left: 30px;}
.code_text{width: 110px; font-size: 14px; line-height: 36px; color: white; text-align: center;}
.footer_bottom{width: 100%; height: 80px; background: #006c32; color: white; font-size: 16px; line-height: 80px; text-align: center; z-index: 2; position: relative;}
/* 关于新发 */
.content{width: 1200px; margin: 0 auto;}
.content_t{padding-top: 66px;}
.content_t h1{width:100%; display: block; font-size: 38px; color: #008940; line-height: 46px; text-align: center; font-weight: 800;}
.content_t p{width: 100%; font-size: 25px; line-height: 28px; text-align: center; text-transform: uppercase; font-family: arial;}
.content_t p span{background: -webkit-linear-gradient(left, #008940,#88cf02); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(to right, #008940, #88cf02); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(to right, #008940, #88cf02); /* Firefox 3.6 - 15 */background: linear-gradient(to right, #008940, #88cf02); /* 标准的语法 */-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;text-fill-color: transparent;}
.cont_t_arrow{width: 100%; padding-top: 25px; text-align: center;}
.cont_t_arrow li{width:162px; position: relative; height: 48px; display: inline-block;  margin-right: -19px; z-index: 1;}
.cont_t_arrow li:after{width: 100%; height: 100%; content: " "; background: url(../images/arrow_01_white.png) no-repeat; position: absolute; top: 0; right: -5px; z-index: -1;}
.cont_t_arrow li a{float: left; width: 130px; padding: 0 16px; background: url(../images/arrow_01.jpg) no-repeat center; font-size: 17px; line-height: 48px; text-align: center; color: white;}
.cont_t_arrow li a.cur,.cont_t_arrow li a:hover{background: url(../images/arrow_02.png) no-repeat center!important;}
.active a{background: url(../images/arrow_02.png) no-repeat center!important;}
.cont_t_arrow li:nth-child(1){z-index: 5;}
.cont_t_arrow li:nth-child(2){z-index: 4;}
.cont_t_arrow li:nth-child(3){z-index: 3;}
.cont_t_arrow li:nth-child(4){z-index: 2;}
.content_b{width: 100%; padding-bottom: 100px; min-height: 300px;
	font-size: 16px; line-height: 30px; text-indent:2em;
	padding-top: 20px;	
}
.content_b p{font-size: 16px; line-height: 30px; text-indent:2em;}
.content_b img{margin: 30px auto; max-width: 100%;}
/* 新发荣誉 */
.honor{width: 1200px; margin: 0 auto; padding-top: 40px;}
.honor li{width: 380px; float: left; margin-right: 30px; margin-bottom: 17px;}
.honor li:hover h6{color: #008c44;}
.honor li:nth-child(3n){margin-right: 0;}
.honor li img{width: 100%; height: 260px; display: block;}
.honor li h6{width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333333;}
/* 翻页 */
.page{width: 1200px; margin: 0 auto; text-align: center;}
.page a,.page span{width: 50px; height: 50px; font-family: "微软雅黑"; text-align: center; color: #333333; background: #e8e8e8; border-radius: 10px; line-height: 50px; display: inline-block; margin-right: 5px; font-size: 20px;}
.page a:hover,.page span,.page .thisclass{color: white; background: #333333;}
.honor_padding{padding: 15px 0 200px 0;}
/* 产品展示 */
.products{width: 1200px; margin: 0 auto; padding-top: 40px;}
.products li{width: 380px; float: left; margin-right: 30px; margin-bottom: 25px; position: relative;}
.products li:nth-child(3n){margin-right: 0;}
.products li img{width: 100%; height: 380px; display: block;}
.products li h6{width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333333; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.products li:hover{box-shadow: 0 0 15px #b5fcd3; top: -10px;}
.products_h{width: 1200px; margin-top:25px; font-size: 16px; line-height: 36px; text-align: center;}
.products_h a{display: inline-block; color: #333333;}
.products_h a.cur,.products_h a:hover{color: #f97500!important;}
.p_active{color: #f97500!important;}
.products_h span{margin: 0 20px; display: inline-block;}
/* 专利证书 */
.patent li img{width: 378px; height: 516px; border: solid 1px white;}
.patent li:hover img{border: solid 1px #008940;}
.patent li:hover h6{color: #008940;}
/* 资讯动态 */
.news{width: 1200px; margin: 0 auto;}
.news li{width: 100%; display: block; padding: 30px 0; border-bottom: solid 1px #d7d7d7;}
.news_img{width: 270px; height: 180px; padding: 4px; float: left; border: solid 1px #c1c1c1;}
.news_img img{width: 100%; height: 100%;}
.news_text{width: 905px; float: right; text-align: left; padding-top: 10px;}
.news_text i{background: url(../images/time_icon.png) no-repeat left center; color: #999999; font-size: 14px; line-height: 28px; display: block; padding-left: 28px;}
.news_text h4{font-size: 17px; line-height: 34px; color: #333333;}
.news_text p{font-size: 14px; line-height: 27px; color: #999999;}
.news_text b{width: 105px; height: 35px; background: #eafaf1; border: solid 1px #a7c2b3; color: #008940; font-size: 14px; line-height: 35px; text-align: center; display: block; margin-top: 10px;}
.news li:hover .news_img{border: solid 1px #008940;}
.news li:hover h4{color: #008940;}
.news li:hover b{background: #008940; color: white;}
.news_padding{padding: 50px 0;}
/* 视频中心 */
.video{width: 1200px; margin: 0 auto; padding-top: 55px;}
.video .swiper-container{width: 1200px;}
.video .swiper-slide{width: 515px; height: 408px;}
.video_arrow{width: 296px; height: 56px; border-radius: 30px; background: #ecf4f0; margin: 40px auto 57px auto; text-align: center; position: relative;}
.video_arrow .swiper-button-next{width: 35px; height: 25px; position: absolute; top: 40px; right: 90px; background: url(../images/video_arrow.png) no-repeat; background-position: -55px -5px;}
.video_arrow .swiper-button-next:hover{background-position: -55px -34px;}
.video_arrow .swiper-button-prev{width: 35px; height: 25px; position: absolute; top: 40px; left: 90px; background: url(../images/video_arrow.png) no-repeat; background-position: -5px -5px;}
.video_arrow .swiper-button-prev:hover{background-position: -5px -34px;}
.video_img{width: 100%; background: #f6f6f6; padding: 58px 0 295px 0;}
.video_text{width: 100%; font-size: 16px; line-height: 48px; color: black; text-align: center;}
.video_img h1{font-size: 30px; line-height: 50px; text-align: center;}
.video_img_list{width: 1200px; margin: 0 auto;}
.video_img_list li{width: 280px; margin: 23px 23px 0 0; float: left;}
.video_img_list li:nth-child(4n){margin-right: 0;}
.video_img_list li img{width: 280px; height: 192px;}
.video_img_list li h6{font-size: 16px; line-height: 40px; text-align: center; color: #333333; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.video_img_list li:hover h6{color: #008940;}
.video_padding{padding-top: 50px;}
.swiper-slide-active .video_text{transform: rotate(360deg)!important;}
/* 联系我们 */
.contact{width: 790px; margin: 0 auto; text-align: center; padding: 80px 0 45px 0;}
.contact li{margin-right: 125px; margin-top: 14px; padding-left: 40px; font-size: 16px; line-height: 32px; position: relative; float: left;}
.contact li:nth-child(3){margin-right: 145px;}
.contact li:after{width: 32px; height: 32px; content: " "; position: absolute; left: 0; top: 0; background: url(../images/contact_icon.png) no-repeat left center;}
.contact li:nth-child(1):after{background-position: -11px -5px;}
.contact li:nth-child(2):after{background-position: -57px -5px;}
.contact li:nth-child(3):after{background-position: -11px -31px;}
.contact li:nth-child(4):after{background-position: -54px -31px;}


.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#008940;}
.m_t10{margin-top:10px;}
.m_t20{margin-top:20px;}
.m_t30{margin-top:30px;}
.m_t40{margin-top:40px;}
.m_t50{margin-top:50px;}
.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}

.ny_pad{ min-height:300px;  overflow:hidden; padding-top: 20px; }
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:1px solid #ddd; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 2em; }

.ny_news_ct88 .rl{
	overflow: hidden;
	width: 100%;
}
.ny_news_ct88 .rl .ny_news_tl88{
	float: right;
	width: 400px;
	padding-left: 30px;
}
.ny_news_ct88 .rl .ny_news_tl88 *{
	text-align: left;
	height: auto;
	line-height: 30px;
}
.ny_news_ct88 .rl .new_content span{
	display: block;
	padding: 0;
}
.ny_news_ct88 .rl .description{
	height: 250px;
	overflow: hidden;
}
.ny_news_ct88 .rl .news_image{
	padding-top: 0;
	width: 500px;

}

.news_fy{

	padding:10px 50px 60px; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l li a{color: #333333;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td input{height: 30px;line-height: 15px; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td input[type=reset]{background-color: #ccc; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;border-radius: 3px;}
.feedback_table tr td #address{ width: 80%; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;max-width:100%; max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#008DD1;border: #008DD1 solid 1px;}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}
