@charset "utf-8";
/* CSS Document */
/*--默认--*/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;_background-image:url(about:blank);_background-attachment:fixed;}
body{-webkit-text-size-adjust:none;font-family:微软雅黑,'Heiti SC',黑体,Arial;font-size:14px;color:#666;min-width:1200px;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:#666666;}
img{border:none;vertical-align:middle;}
table{border-collapse:collapse;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#474747;line-height:100%;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
i,em,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{padding:0;border:1px solid #CCC;font-family:inherit;outline:none; border:none;}

/*--类--*/
.clear{clear:both;height:0;overflow:hidden;}
.clearfix:after{content:"";clear:both;display:block;}
.clearfix:after {DISPLaY:block;height:0px;VISIBIliTY:hidden;CLEaR:both;CONTENT:"."}
.clearfix {/*DISPLaY: inline-block;*/}
.clearfix {DISPLaY:block}

.fl{float:left;}
.fr{float:right;}
* {
    margin: 0;
	padding: 0;
}
.clear {
    clear: both;
}
.f-cb{zoom:1;}
.f-cb:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.w1280{margin:0 auto;width:1280px;}
.w900{margin:0 auto;width:900px;}

/*index*/
/*头部*/
.index_top_jz{ height:110px; overflow:hidden;}
.index_top_logo{ display:block; margin-top:20px;}
.index_top_code{ margin-top:15px; width:100px;}
.index_top_code img{ display:block; margin:0 auto;}
.index_top_code p{ text-align:center;color:#37474f; margin-top:5px;}

/*导航*/
.wraper{width:100%;height:50px; background:#727171;}
.nav{position:relative; }
.nav-item{ position:relative; float:left;width:130px; height:50px; line-height:50px; text-align:center; font-size:16px; z-index:1}
.nav-item a{ display:block; height:50px;color:#fff;}
.move-bg{ display:none;position:absolute;left:0;top:0;width:130px;height:50px;background:#6eb92b;z-index:0}

.submenu{display:none;position:absolute;top:50px; left:0;background:#6eb92b;width:100%;}
.submenu ul li{ border-bottom:solid 1px #5b9c20;}
.submenu ul li:hover{ background-color:#5b9c20;}

/* 搜索框 */
.right_link3_3_k{ margin-top:5px;}
.search{overflow:hidden;width:320px;height:40px;border-radius:50px;background-color:#8e8d8d;}
.search_1{float:left;color:#cccccc; margin-top:10px; margin-left:10px;background-color:#8e8d8d;}
.search_2{ background:url(../images/index_magnifier.png);width:25px; height:24px;float:right;cursor:pointer; margin-top:7px; margin-right:15px;}
/* 搜索框结束 */

/*banner*/
.fullSlide{width:100%;position:relative;height:650px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{ left: 50%; margin-left:-960px;}
.fullSlide .bd li{width:1920px;height:650px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:650px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:50px;line-height:50px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:53px;height:4px;margin:5px;overflow:hidden;background:#fff;line-height:999px;}
.fullSlide .hd ul .on{background:#26cd59;}

/*关于我们*/
.index_title{ font-size:30px; color:#37474f; text-align:center; background:url(../images/index_title.png) no-repeat bottom; padding-bottom:15px; margin-top:70px;}
.screen.s2{ height:600px; background:#fff;}
.screen.s2 .box{ height:455px; position:relative; margin-top:80px;}
.screen.s2 .box li{ position:absolute; overflow:hidden;}
.screen.s2 .box li .cont{ position:absolute; left:0; top:0; right:0; bottom:0;text-align:left;padding-top:20px;}

.screen.s2 .box .l1{ left:0; bottom:35px;  z-index:1;opacity:0;
transform:translate(0,200px);-webkit-transform:translate(0,200px);-moz-transform:translate(0,200px);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.3s;-webkit-transition:all 1s ease-out 0.3s;-moz-transition:all 1s ease-out 0.3s;}

.screen.s2 .box .l2{ left:0px; top:0px; width:600px; height:125px;opacity:0; 
transform:translate(0,-200px);-webkit-transform:translate(0,-200px);-moz-transform:translate(0,-200px);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0s;-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;}

.screen.s2 .box .l3{ right:0; top:0; width:533px; height:455px;opacity:0;
transform:translate(200px,0);-webkit-transform:translate(200px,0);-moz-transform:translate(200px,0);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.6s;-webkit-transition:all 1s ease-out 0.6s;-moz-transition:all 1s ease-out 0.6s;}

.screen.s2 .box .l4{ left:0; top:50px;width:600px;height:300px;opacity:0;
transform:translate(-200px,0);-webkit-transform:translate(-200px,0);-moz-transform:translate(-200px,0);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.9s;-webkit-transition:all 1s ease-out 0.9s;-moz-transition:all 1s ease-out 0.9s;}

.screen.s2.show .box li{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);opacity:1;}

.screen.s2 .box .l1 .i_more a{background:url(../images/index_p.png) no-repeat; width:52px; height:52px; display:block; transition:linear 0.3s;}
.screen.s2 .box .l1 .i_more a:hover{background:url(../images/index_p2.png) no-repeat;}

.screen.s2 .box .l2 h6{ color:#000000;font-size:36px;margin-bottom:15px; text-align:left;}
.screen.s2 .box .l4 p span strong{ font-size:24px; line-height:20px; color:#000;text-align:left;}
.MsoNormal{ font-size:14px; color:#000000; line-height:24px; margin-top:46px;text-indent:30px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}

/*案例分享*/
.screen.s3{ height:700px;background:#f6f6f6; overflow:hidden;}
.screen.s3 .cenList{ overflow:hidden; margin-top:30px;}
.screen.s3 .cenList li{ width:640px; height:240px; position:relative; float:left;opacity:0;
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transform:scale(0.7) rotateX(60deg);-webkit-transform:scale(0.7) rotateX(60deg);-moz-transform:scale(0.7) rotateX(60deg);
transition:all 1s ease-out 0s;-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;}
.screen.s3.show .cenList li{transform:scale(1) rotateX(0deg);-webkit-transform:scale(1) rotateX(0deg);-moz-transform:scale(1) rotateX(0deg);opacity:1;}


.cenList li{float:left;width:600px;height:240px;position:relative;}
.cenImg1{position:absolute;left:0;top:0;width:320px;height:240px;z-index:1; overflow:hidden}
.cenImg1 img,.cenImg2 img{width:320px;height:240px;vertical-align:top;-webkit-transition:all .8s ease 0s;
-moz-transition:all .8s ease 0s;
transition:all .8s ease 0s;}
.cenList li:hover .cenImg1 img,.cenList li:hover .cenImg2 img{
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
transform:scale(1.1);}	

.cenBg1{ transition:linear 0.3s;width:333px;height:240px;position:absolute;right:0;top:0;z-index:2; background:url(../images/tp70.png) no-repeat;}
.cenBg1:hover{ cursor:pointer;width:333px;height:240px;position:absolute;right:0;top:0;z-index:2; background:url(../images/tp70_2.png) no-repeat;}

.cenBg2{transition:linear 0.3s;width:333px;height:240px;position:absolute;left:0;top:0;z-index:2; background:url(../images/tp62.png) no-repeat;}
.cenBg2:hover{width:333px;height:240px;position:absolute;left:0;top:0;z-index:2; background:url(../images/tp62_2.png) no-repeat;}
.cenImg2{position:absolute;right:0;top:0;width:320px;height:240px;z-index:1;overflow:hidden}

.cenBox1,.cenBox2{position:absolute;left:0;bottom:0;width:100%;height:100%;font-family:"微软雅黑";}

.cenBox1 h3{font-size:22px;text-align:center;color:#727171; margin-top:70px;}

.cenBox1 .mores,.cenBox2 .mores{margin:25px auto 0 auto;text-align:center;}
.cenBox1 .mores a,.cenBox2 .mores a{ transition:linear 0.3s;background:url(../images/index_p3.png) no-repeat top; width:52px; height:14px;display:block; margin:0 auto;}
.cenBg1:hover .cenBox1 .mores a{background:url(../images/index_p3.png) no-repeat bottom; width:52px; height:52px;}
.cenBg1:hover .cenBox1 h3{color:#fff;}

.cenBg2:hover .cenBox2 .mores a{background:url(../images/index_p3.png) no-repeat bottom; width:52px; height:52px;}
.cenBg2:hover .cenBox2 h3{color:#fff;}

.cenBox2 h3{font-size:22px;text-align:center;color:#727171;margin-top:70px;}

/*实验室*/
.screen.s4{ height:510px; background:#fff; }
/*.screen.s4:before{ content:''; min-width:1200px; width:100%; height:518px;background:#fff;position:absolute; left:0; top:0;}*/
.screen.s4 .block{}
.screen.s4 .box{ height:350px; position:relative; margin-top:100px;}
.screen.s4 .box li{ position:absolute; overflow:hidden;}
.screen.s4 .box li .cont{ position:absolute; left:0; top:0; right:0; bottom:0; text-align:left; padding-top:20px;}

.screen.s4 .box .l1{ right:120px; bottom:-40px;  z-index:1;opacity:0;
transform:translate(0,200px);-webkit-transform:translate(0,200px);-moz-transform:translate(0,200px);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.3s;-webkit-transition:all 1s ease-out 0.3s;-moz-transition:all 1s ease-out 0.3s;}

.screen.s4 .box .l2{ right:0px; top:0px; width:600px; height:125px;opacity:0; 
transform:translate(0,-200px);-webkit-transform:translate(0,-200px);-moz-transform:translate(0,-200px);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0s;-webkit-transition:all 1s ease-out 0s;-moz-transition:all 1s ease-out 0s;}

.screen.s4 .box .l3{ left:0; top:0; width:600px; height:400px;opacity:0;
transform:translate(-200px,0);-webkit-transform:translate(-200px,0);-moz-transform:translate(-200px,0);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.6s;-webkit-transition:all 1s ease-out 0.6s;-moz-transition:all 1s ease-out 0.6s;}

.screen.s4 .box .l4{right:0;top:50px;width:600px; height:200px;opacity:0;
transform:translate(200px,0);-webkit-transform:translate(200px,0);-moz-transform:translate(200px,0);
transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;
transition:all 1s ease-out 0.9s;-webkit-transition:all 1s ease-out 0.9s;-moz-transition:all 1s ease-out 0.9s;}

.screen.s4.show .box li{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);opacity:1;}

.screen.s4 .box .l1 .i_more{ background:url(../images/index_p4.png) no-repeat; width:407px; height:173px; overflow:hidden;}
.screen.s4 .box .l1 .i_more p{ font-size:24px; color:#333; text-align:center; margin-top:40px;}

.screen.s4 .box .l2 h6{ background:url(../images/index_title2.png) no-repeat; width:920px; height:29px;/*color:#333;font-size:30px;margin-bottom:15px; text-align:left;*/}

.screen.s4 .box .l3 { width:600px; height:400px;background:url(../images/bgkuai.png) no-repeat bottom center ;}

/*底部*/
.index_bottom{ width:100%; height:240px; background-color:#727171; overflow:hidden;}
.bottom_logo{ display:block; margin:0 auto; margin-top:30px; margin-bottom:35px;}
.index_bottom_jz h3{font-size:14px; color:#fff; text-align:center;}
.index_bottom_jz p{color:#fff;font-size:14px; text-align:center; margin-top:30px;}
.index_bottom_jz h2{color:#fff; text-align:center; font-size:14px; margin-top:10px;}

/*profile*/
.profile_banner{ width:100%; height:500px; text-align:center;position:relative; overflow:hidden;}
.profile_banner img{ width:1920px; height:500px;}
/*简介*/
.profile_text_k{ background-color:#f6f6f6; width:100%; height:400px; overflow:hidden;}
.profile_text_jz p{ line-height:24px; margin-top:80px;}
/*文化*/
.profile_culture_jz{height:800px;width:100%;}
.profile_title_k{ text-align:center; margin-top:60px;}
.profile_title_k h1{ font-size:40px; color:#6eb92b;}
.profile_title_k h2{ font-size:35px; color:#666666; margin-top:25px;}
.profile_title_k p{ font-size:16px; color:#666666; margin-top:30px;}
.profile_culture_k{ background:url(../images/profile_j_05.jpg) no-repeat; width:1280px; height:502px; margin:0 auto; overflow:hidden; margin-top:75px;}
.profile_culture_ks{ margin-top:10px;}
.profile_culture_ks1{transition:linear 0.3s;text-align:center;width:405px;height:257px; background-color:rgba(0,0,0,0.6); overflow:hidden;}
.profile_culture_ks1 h1{font-size:25px;color:#fefefe;margin-top:70px;}
.profile_culture_ks1 h2{transition:linear 0.3s;width:36px;height:1px;background-color:#ffffff; margin:0 auto; margin-top:20px; margin-bottom:20px;}
.profile_culture_ks1 p{font-size:16px;color:#fefefe;}
.profile_culture_ks1:hover{ background-color:rgba(112,197,36,0.6); cursor:pointer;}
.profile_culture_ks1:hover h2{ width:80px;}
.profile_culture_kx{ margin-top:20px;}
.profile_culture_kx1{transition:linear 0.3s;text-align:center;width:619px;height:205px; background-color:rgba(0,0,0,0.6); overflow:hidden;}
.profile_culture_kx1 h1{font-size:25px;color:#fefefe;margin-top:70px;}
.profile_culture_kx1 h2{transition:linear 0.3s;width:36px;height:1px;background-color:#ffffff; margin:0 auto; margin-top:20px; margin-bottom:20px;}
.profile_culture_kx1 p{font-size:16px;color:#fefefe;}
.profile_culture_kx1:hover{ background-color:rgba(112,197,36,0.6); cursor:pointer;}
.profile_culture_kx1:hover h2{ width:80px;}
/*团队*/
.profile_teamk{width:100%;height:675px;background-color:#f6f6f6; overflow:hidden;}
.friend{height:413px;width:1280px;margin:0 auto; margin-top:60px;}
.mr_frbox{height:407px;margin:0 auto; position:relative;}
.mr_frBtnL{cursor:pointer;display:inline;height:40px;width:22px; position:absolute; z-index:999; left:-80px; top:130px;}
.mr_frUl{float:left;height:350px;width:1280px; overflow:hidden;}
.mr_frBtnR{cursor:pointer;width:22px;height:40px;position:absolute;z-index:999; right:-80px;top:130px;}
.mr_frUl ul li{display:inline;float:left;width:398px;overflow:hidden;position:relative; margin-right:50px;}
.mr_frUl ul li h1{ text-align:center;font-size:16px; color:#666666; line-height:50px;}
.mr_frUl ul li img{width:398px; height:297px; display:block;}
/*荣誉*/
.profile_honork{ width:100%; height:960px;position:relative; overflow:hidden;background:url(../images/profile_j_12.jpg) no-repeat #f6f6f6 center 0;}
.profile_honork_box{width:1040px;height:600px; background:#fff; overflow:hidden; margin:0 auto; margin-top:80px; box-shadow:#d0d0d0 -1px 5px 25px;}
#box{position:relative;width:754px;height:292px;margin:130px auto 0; background:#fff;}
#box ul{position:relative;width:754px;height:292px;}
#box li{position:absolute;list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{position:absolute;top:50%;width:22px;height:40px;margin-top:-20px;overflow:hidden;text-indent:-999px;cursor:pointer;background:url(../images/honork_jt.png) no-repeat;}
#box .prev{left:-60px;}
#box .next{right:-60px;background-position:-22px 0;}

/*平台*/
.profile_platform_text{ line-height:24px; color:#999; margin-top:60px;}
/*返回顶部*/
#back-to-top{
		position:fixed;
		bottom:100px;
		right:60px;
	}

#back-to-top span{
		cursor:pointer;
		display:block;
		height:56px;
		width:52px;
		background:url(../images/profile_p_s.png) no-repeat center center;
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}

/*product*/
.product_banner{width:100%; height:248px; text-align:center;position:relative; overflow:hidden;}
.product_banner img{ width:1920px; height:248px;}
.product_middle_nav{height:30px;border-bottom:1px solid #e6e6e6; margin-top:40px;}
.product_middle_nav h3{float:left;font-size:16px;color:#eb7d2c;}
.product_middle_nav p{float:right;}
.product_middle_nav p a{font-size:16px;color:#666;}
.product_middle_content1{width:292px;height:270px;border: solid 1px #cccccc;cursor:pointer; margin-right:34px; margin-top:34px; margin-bottom:34px;}
.product_middle_content1 img{width:292px;height:220px;}
.product_middle_content1 h1{width:292px;height:50px; background:url(../images/product_j_08_1.jpg) no-repeat;transition:linear 0.3s; line-height:50px; text-align:center;
 font-size:18px; color:#999999;}
.product_middle_content1:hover h1{background:url(../images/product_j_08.jpg) no-repeat; color:#fff; text-align:left;padding-left:20px;}
/*分页样式*/
#div_pager{padding:50px;height:30px;line-height:30px;margin-top:30px;text-align:center;margin-bottom:40px;}
#div_pager a{padding:10px 15px;color:#beaea9;}
#div_pager a.null{color:#beaea9;}
#div_pager a.cpb{color:#fff;background:#6eb92b;}
#div_pager a.a1{ background:url(../images/pro_z.png) no-repeat center center; width:9px; height:15px; margin-right:25px;}
#div_pager a.a2{background:url(../images/pro_r.png) no-repeat center center; width:9px; height:15px;margin-left:25px;}

/*news*/
.news_middle_content1{ border-bottom:dashed 1px #dbdbdb; padding-bottom:30px; margin-top:30px;}
.news_middle_content1 img{ width:306px; height:185px; float:left;}
.news_content1_text{ float:right; width:920px;}
.news_content1_text h1{ font-size:20px; color:#333333;}
.news_content1_text p{ margin-top:40px;font-size:15px; color:#737373;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_content1_text_x{ margin-top:35px;}
.news_content1_text_x h2{ float:left; background:url(../images/new_p_08.png) no-repeat; width:35px; height:35px; transition:ease 0.3s;}
.news_content1_text_x span{ font-size:22px; color:#d1d1d1; float:right;}
.news_middle_content1:hover .news_content1_text_x h2{ margin-left:20px;}

/*video*/
.video_middle_content1{ width:408px; height:322px; float:left; margin-right:28px; margin-top:30px;}
.video_content1{ width:408px; height:272px; background-color:#000;}
.video_middle_content1 h1{ font-size:16px; color:#999999; text-align:center; line-height:50px;}

/*case*/
.case_content1{width:408px; height:272px; display:block;}

/*contact*/
.contact_content_z{ float:left; width:545px;}
.contact_content_z p{ font-size:14px; color:#999999; line-height:24px;}
.contact_content_z_x{ margin-top:85px; overflow:hidden;}
.contact_content_z_x h3{ font-size:16px; color:#333333; margin-bottom:20px;}
.mb20{ margin-top:40px;margin-bottom:20px;}

/*product_details*/
.product_details_nav{width:100%;height:65px; background-color:#eef0ed;}
.product_details_nav_jz a{line-height:65px;font-size:17px;color:#666666;}
.product_details_nav_jz a:hover{color:#6eb92b;}
.product_details_introduce{margin-top:50px;}
.product_details_introduce img{ width:425px; height:319px; float:left;}
.product_details_introduce_y{ float:right; width:475px; height:319px; background-color:#f7f7f7;}
.product_details_introduce_y h1{font-size:28px; color:#6eb92b;width:382px; line-height:50px; border-bottom:solid 1px #dbdbdb; margin:0 auto; margin-top:40px;}
.product_details_introduce_y p{ font-size:14px; color:#808080; width:382px; margin:0 auto;margin-top:25px;}
.product_details_introduce_y h2{font-size:16px; color:#808080;width:382px;margin:0 auto;margin-top:50px;}
.product_details_introduce_y h2 span{ font-size:22px; color:#6eb92b;}
.product_details_text{margin-top:40px; margin-bottom:40px;border-bottom:dashed 1px #bababa; padding-bottom:80px;}
.product_details_text h1{font-size:18px; color:#6eb92b;}
.product_details_text1{ margin-top:50px;}
.product_details_text1 h3{font-size:18px; color:#545454;}
.product_details_text1 p{font-size:14px; color:#999999; line-height:24px; margin-top:15px;}

/*product_details_other*/
.product_details_other_title{ background:url(../images/product_details_p_03.png) no-repeat center center; color:#6eb92b; font-size:26px; text-align:center; margin-top:35px;}
.profile_teamk2{width:100%;height:350px;background-color:#eaf3eb; overflow:hidden;}
.friend2{height:200px;width:1280px;margin:0 auto; margin-top:50px;}
.mr_frbox2{height:200px;margin:0 auto; position:relative;}
.mr_frBtnL2{cursor:pointer;display:inline;height:40px;width:22px; position:absolute; z-index:999; left:-80px; top:70px;}
.mr_frUl2{float:left;height:200px;width:1280px; overflow:hidden;}
.mr_frBtnR2{cursor:pointer;width:22px;height:40px;position:absolute;z-index:999; right:-80px;top:70px;}
.mr_frUl2 ul li{display:inline;float:left;width:378px; height:168px;overflow:hidden;position:relative; margin-right:60px;}
.mr_frUl2 ul li .product_details_other{ float:left; width:210px; height:168px; background-color:#fff;}
.mr_frUl2 ul li .product_details_other h1{width:168px; font-size:20px; color:#6eb92b; line-height:30px; margin:0 auto; border-bottom:1px solid #eeeeee; margin-top:18px;}
.mr_frUl2 ul li .product_details_other p{width:168px; font-size:14px; color:#808080; line-height:20px; margin:0 auto; margin-top:15px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mr_frUl2 ul li .product_details_other span{ transition:linear 0.3s;margin-left:20px;margin-top:15px;width:88px; height:26px;font-size:12px; color:#eb7d2c; line-height:26px;display:block; border:solid 1px #eaeaea; text-align:center;}
.mr_frUl2 ul li:hover .product_details_other span{border:solid 1px #77b774;}
.mr_frUl2 ul li img{ float:left;width:168px; height:168px; display:block;}

/*news_details*/
.news_details_text h1{ font-size:35px; color:#6eb92b; text-align:center; margin-top:60px;}
.news_details_text h3{ font-size:16px; color:#808080; text-align:center; margin-top:25px;}
.news_details_text section{ font-size:15px; color:#666; line-height:24px; margin-top:50px; margin-bottom:25px;}
.news_details_text section img{ margin-top:50px; margin-bottom:50px; display:block;}

/*product_details_other*/
.friend3{height:200px;width:1280px;margin:0 auto; margin-top:50px;}
.mr_frbox3{height:200px;margin:0 auto; position:relative;}
.mr_frBtnL2{cursor:pointer;display:inline;height:40px;width:22px; position:absolute; z-index:999; left:-80px; top:70px;}
.mr_frUl3{float:left;height:200px;width:1280px; overflow:hidden;}
.mr_frBtnR2{cursor:pointer;width:22px;height:40px;position:absolute;z-index:999; right:-80px;top:70px;}
.mr_frUl3 ul li{display:inline;float:left;width:623px; height:168px;overflow:hidden;position:relative; margin-right:60px;}
.mr_frUl3 ul li .product_details_other{ float:left; width:350px; height:168px; background-color:#fff;}
.mr_frUl3 ul li .product_details_other h1{width:280px; font-size:14px; color:#bfbfbf; line-height:30px; margin:0 auto;margin-top:18px;}
.mr_frUl3 ul li .product_details_other p{width:280px; font-size:14px; color:#808080; line-height:20px; margin:0 auto; margin-top:15px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.mr_frUl3 ul li .product_details_other span{ transition:linear 0.3s;margin-left:35px;margin-top:15px;width:88px; height:26px;font-size:12px; color:#eb7d2c; line-height:26px;display:block; border:solid 1px #eaeaea; text-align:center;}
.mr_frUl3 ul li:hover .product_details_other span{border:solid 1px #77b774;}
.mr_frUl3 ul li img{ float:left;width:273px; height:168px; display:block;}

/*视频*/
.vedioHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:2;}
.vedioContent{display:none;position:fixed;top:50%;left:50%;width:650px;height:450px;margin:-260px 0 0 -335px;z-index:5;background:#fff;padding:20px 20px 50px 20px;
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.vedioContent iframe{width:100% !important;height:100% !important;}
.vedioContent .vedioClose{position:absolute;bottom:18px;right:24px;cursor:pointer;}

