@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}




/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0);  position:fixed; top:0; left:0; z-index:200;-webkit-transition:0.4s;
-moz-transition:0.4s;
transition:0.4s;}
.top_box{ width:1233px; height:120px; margin:0 auto;transition:all 0.4s linear; }
.top_box .logo{ width:73px; float:left; margin-top:36px; transition:all 0.4s linear;}


.top_lianjie{ float:right; margin-top:63px;transition:all 0.4s linear;}
.top_lianjie img{ float:left; margin-left:7px;}

.top_yuyan{ float:right; margin-top:63px; margin-right:5px; margin-left:6px;transition:all 0.4s linear;}
.top_p3{ float:left; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#d8f1d5; text-align:center; line-height:28px; border:1px solid #d8f1d5; border-radius:30px;}


.ss1{ float:right; margin-left:26px; margin-top:65px;transition:all 0.4s linear;}
.ss1 .ss_title1{ width:169px; height:26px; border-radius:20px; float:left; border:0; background-color:#d8f1d5; font-size:14px; color:#5a5a5a; line-height:26px; padding-left:18px; position:relative;z-index:77;}
.ss1 .ss_pic2{ float:left; border:0; margin-left:-47px; margin-top:1px;position:relative; z-index:88;}

.top_nav{ float:right; margin-top:65px;transition:all 0.4s linear;}
.top_nav ul li{ float:left; font-size:17px; color:#fff; margin-left:43px;}
.top_nav ul li a{color:#fff;}

	  
	  
.head_bg.shrink{ background-color:rgba(255,255,255,0.9);border-bottom: 1px solid rgba(221,221,221,1); }
.head_bg.shrink .top_box{ height:60px;}
.head_bg.shrink .top_box .logo{ width:47px; margin-top:7px;}
.head_bg.shrink .top_lianjie{ margin-top:17px;}
.head_bg.shrink .top_yuyan{ margin-top:17px;}
.head_bg.shrink .ss1{ margin-top:19px;}
.head_bg.shrink .top_nav{ margin-top:18px;}

.head_bg.shrink .top_nav ul li a{ color:#000;}
.head_bg.shrink .top_p3 a{border:1px solid #999; color:#999;}




/*通栏*/
#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:907px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:907px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}




/*首页简介*/
.s_jj_box{ width:1233px; margin:0 auto; margin-top:129px;}
.s_jj_box .s_jj_p1{ font-size:50px; font-family:Impact; color:#1b8e2e; text-align:center; text-transform:uppercase;}
.s_jj_box .s_jj_p2{ font-size:24px; color:#434344; font-weight:bold; text-align:center; text-transform:uppercase; margin-top:10px;}
.s_jj_nr{ margin-top:30px;}
.s_jj_nr p{ font-size:18px; color:#636363; line-height:36px; text-align:center;}
.s_jj_nr p a{color:#636363;}
.s_jj_more{ width:327px; margin:0 auto; margin-top:49px;transition:all 0.4s linear;}
.s_jj_more p a{ display:block; font-size:18px; color:#777777; text-align:center; line-height:44px; border:1px solid #b2b2b2;transition:all 0.4s linear;}
.s_jj_more:hover{ width:342px;}
.s_jj_more p a:hover{ background-color:#1b8f2e;border:1px solid #1b8f2e; color:#fff;}


/*首页产品*/
.s_pro_bg{ background:url(../images/img7.jpg) center no-repeat; width:100%; height:1074px;}
.s_pro_left{ width:50%; float:left;}
.s_pro_left .s_pro_p1{ font-family:Impact; font-size:60px;color:#1b8f2e; text-transform:uppercase; text-align:right; padding-right:111px; padding-top:178px;}
.s_pro_left .s_pro_p2{ font-size:12px; color:#6f6f6f; line-height:18px; text-align:right; padding-right:111px; margin-top:12px;}
.s_pro_right{ width:50%; height:1074px; float:left; background-color:rgba(0,0,0,0.6);}
.s_pro_hezi{ width:71%; padding-top:168px; margin-left:8%;}

.s_pro_tip{ margin-bottom:36px;}
.s_pro_tip .s_pro_p3{ font-size:24px; color:#b8ffbb; font-weight:bold; float:left;}
.s_pro_tip .s_pro_p4{ font-size:14px; color:#fff; font-weight:bold; float:right; margin-top:9px;}
.s_pro_tip .s_pro_p4 a{ color:#fff;}
.s_pro_tip .s_pro_line{ height:1px;background-color:rgba(255,255,255,0.2); margin-top:18px; margin-bottom:18px;}
.s_pro_nr p{ font-size:16px; color:#fff; line-height:30px;}
.s_pro_nr p a{ color:#fff;}

.s_pro_more{ width:215px; margin-top:60px;}
.s_pro_more p a{ display:block; font-size:18px; color:#fff; font-weight:bold; text-align:center; line-height:44px; border:2px solid #9f9a88;transition:all 0.4s linear;}
.s_pro_more p a:hover{background-color:#1b8f2e; color:#fff;}


/*首页新闻*/
.s_xw_box{ width:1233px; margin:0 auto; padding-top:130px; }
.s_xw_box .s_xw_p1{ font-family:Impact; font-size:60px; text-transform:uppercase; text-align:center; color:#1b8f2e;margin-bottom:43px;}
.s_xw_box .s_xw_p2{ font-size:28px; color:#000000; text-align:center; margin-top:4px; }



.s_xw_tip{ width:351px; height:480px; overflow:hidden;   position:relative; float:left; margin-right:89px;}

.s_xw_kuang1{ width:351px; height:232px; overflow:hidden; margin:0 auto; position:relative;}
.s_xw_kuang1 .s_xw_pic{width:351px; height:232px; position:absolute; left:0; top:0; transform: scale(1);transition: all 1s ease-out;}
.s_xw_tip:hover .s_xw_kuang1 .s_xw_pic{transform: scale(1.1);  }

.s_xw_yy{width:351px; height:232px;position:absolute; left:0; top:0;background-color:rgba(0,0,0,0.4);opacity:0;transition:all 0.4s linear;}
.s_xw_tip:hover .s_xw_yy{opacity:1;}

.s_xw_pic1{ width:60px; height:60px;position:absolute; left:148px; top:-60px;opacity:0;transition:all 0.4s linear;}
.s_xw_tip:hover .s_xw_pic1{top:84px;opacity:1;}


.s_xw_kuang2{ height:248px; background-color:#f5f5f5; padding-left:30px; padding-right:30px;}
.s_xw_kuang2 .s_xw_p3{ font-size:20px; color:#7f7f7f; line-height:30px; height:60px; padding-top:29px;}
.s_xw_kuang2 .s_xw_p4{ font-size:15px; color:#7f7f7f; line-height:28px; margin-top:19px;}
.s_xw_kuang2 .s_xw_p5{ font-size:16px; color:#7f7f7f; line-height:28px; margin-top:24px;}

.s_xw_tip:hover .s_xw_p3{color:#1b8f2e;}


.s_xw_more{ width:247px; margin:0 auto; margin-top:65px;transition:all 0.4s linear;}
.s_xw_more p a{ display:block; font-size:17px; color:#777777; line-height:44px; text-align:center; border:1px solid #b2b2b2;transition:all 0.4s linear;}
.s_xw_more:hover{ width:262px;}
.s_xw_more p a:hover{ background-color:#1b8f2e;border:1px solid #1b8f2e;color:#fff;}


/*首页招聘*/
.s_jobs_bg{ background-color:#f3fbf2; margin-top:118px; padding-top:166px; padding-bottom:140px;}
.s_jobs_box{ width:1233px; margin:0 auto;}
.s_jos_left{ width:528px; height:372px; float:left; overflow:hidden; position:relative;}
.s_jos_left .s_jos_pic{ position:absolute; left:0;top:0;}
.s_jos_kuang1{ width:330px; height:82px; position:absolute; right:0; top:145px; background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(28,20,12,0.6));}
.s_jos_kuang1 p{font-family:Impact; font-size:60px; color:#fff; text-align:right; padding-right:32px;}

.s_jobs_p1{ font-size:18px; color:#fff; position:absolute; top:240px; right:40px;}
.s_jobs_p1 a{ color:#fff;}

.s_jos_right{ width:636px; float:right;}
.s_jobs_tip{ margin-bottom:39px; border-bottom:1px solid #e3eae2; padding-bottom:19px;}
.s_jobs_tip .s_jobs_p2{ font-size:20px; color:#000; margin-bottom:11px;}
.s_jobs_tip .s_jobs_p3{ font-size:14px; color:#7f7f7f; line-height:20px;}
.s_jobs_tip .s_jobs_p3 span{ color:#1b8f2e; font-weight:bold;}


/*首页联系我们*/
.s_lx_bg{ background:url(../images/img17.jpg) center no-repeat; width:100%; height:770px;}
.s_lx_box{ width:1233px; margin:0 auto; padding-top:205px;}
.s_lx_left{ background-image:url(../images/img16.png); width:572px; height:369px; float:left; margin-left:78px;}
.s_lx_hezi{ width:462px; margin:0 auto; padding-top:78px;}

.s_lx_kuang1{width:406px; min-height:154px; overflow:hidden; background-color:rgba(255,255,255,0.7); border-radius:8px; font-size:16px; color:#353535; line-height:24px; padding-left:28px; padding-right:28px; padding-top:26px; margin-bottom:27px;}
.s_lx_kuang2{ width:140px; height:40px; float:left;background-color:rgba(255,255,255,0.7);border-radius:8px; border:0; padding-left:10px; font-size:15px; color:#333;}
.s_lx_kuang3{ width:126px; height:40px; float:left;border:0;border-radius:8px; margin-left:25px;}
.s_lx_kuang4{ width:135px; height:40px; float:right; background-color:#7bbd00;border:0;border-radius:8px; color:#fff; font-size:14px;}


.s_lx_right{ width:560px; float:right; padding-top:53px;}
.s_lx_right .s_lx_p1{font-family:Impact; font-size:60px; text-transform:uppercase;  color:#fff;}
.s_lx_right .s_lx_p2{ font-size:26px; text-transform:uppercase; font-weight:bold;  color:#fff; margin-bottom:23px;}
.s_lx_right table tr td{  font-size:18px; color:#fff; line-height:28px;padding-bottom:14px;}
.s_lx_right table tr td a{ color:#fff;}



/*页脚*/
.foot_bg{ background-color:#eeeef4;}
.foot_box{ width:1233px; margin:0 auto; padding-top:93px; padding-bottom:89px;}
.foot_left{ width:330px; float:left;}
.foot_left .foot_pic1{ width:107px; float:left;}
.foot_left .foot_pic2{ width:107px; float:left; margin-left:34px;}
.foot_left .foot_p3{ font-size:15px; color:#6b6b6e; font-weight:bold; line-height:30px; font-style:italic; margin-top:28px;}


.foot_hezi1{ width:220px; float:right; margin-right:86px;}
.foot_p1{ font-size:20px; color:#1b8f2e; margin-bottom:15px;}
.foot_p2 p{ font-size:16px; color:#6b6b6e; line-height:36px;}
.foot_p2 p a{color:#6b6b6e;}
.foot_p2 p span{ color:#74af7d;}

.foot_hezi2{ width:505px; float:right;}

.foot_bg2{ background-color:#1b8f2e;}
.foot_bg2 p{ font-size:14px; color:#bbd7be; text-align:center; line-height:52px;}
.foot_bg2 p a{color:#bbd7be;}


/*about*/
.nybanner_box{ width:100%;  flex-shrink: 0; position:relative;}
.nybanner_box img{width: 100%;
    height: 100%;
    object-fit: cover; }

.nybanner_kuang{ width:500px; position:absolute; top:47%; left:50%; margin-left:-250px;}
.nybanner_kuang .nybanner_p1{ font-size:48px; color:#d8f1d5; font-weight:bold; text-align:center; font-style:italic;}
.nybanner_kuang .nybanner_p2{ font-size:15px; color:#d8f1d5;text-align:center; font-style:italic;}


.max_box{ width:1233px; margin:0 auto; margin-top:98px; padding-bottom:100px;}
.jj_nr{ margin-bottom:73px;}
.jj_nr p{ font-size:16px; color:#000; line-height:28px;}

.jj_tip{ margin-bottom:70px;}
.jj_tip .jj_pic{ float:left;}
.jj_kuang{ width:862px; float:right;}
.jj_kuang .jj_p1{ font-size:24px; color:#1b8f2e; font-weight:bold;  margin-bottom:20px;}
.jj_kuang .jj_p2{font-size:16px; color:#000; line-height:28px;}

.jj_bg{ background:url(../images/img22.jpg) center no-repeat; width:100%; height:974px;}
.jj_box{ width:1233px; margin:0 auto; padding-top:178px;}
.jj_box .jj_p3{ font-size:16px; color:#1b8f2e; margin-left:124px;}
.jj_box .jj_line{ width:242px; height:7px; background-color:#1b8f2e; margin-left:124px; margin-bottom:15px;}
.jj_box .jj_p4{ font-size:30px; color:#4b4b4b; line-height:48px; font-weight:bold; margin-left:124px;}







/*新闻*/
.xw_tip{ height:144px;  margin-bottom:12px;transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.xw_kuang1{ width:183px; float:left; padding-top:29px;}
.xw_kuang1 .xw_p1{ font-size:38px; font-weight:bold; color:#000; text-align:center;}
.xw_kuang1 .xw_p2{ font-size:20px; color:#000; text-align:center; margin-top:5px;}
.xw_tip .xw_line{ width:1px; height:36px; background-color:#e5e5e5; float:left; margin-top:55px;}
.xw_tip .xw_p3{ font-size:16px; color:#333; float:left; line-height:144px; margin-left:60px;transition:all 0.4s linear;}
.xw_kuang2{ float:right; width:154px; border:1px solid #ccc; border-radius:37px; margin-right:46px; margin-top:46px;}
.xw_kuang2 p{ font-size:16px; line-height:53px; text-align:center; color:#333;}

.xw_tip:hover{background-color:#1b8f2e!important;}
.xw_tip:hover .xw_kuang1 .xw_p1{ color:#fff;}
.xw_tip:hover .xw_kuang1 .xw_p2{ color:#fff;}
.xw_tip:hover .xw_p3{ color:#fff; padding-left:10px;}
.xw_tip:hover .xw_kuang2{border:1px solid #fff;}
.xw_tip:hover .xw_kuang2 p{ color:#fff;}



.news_title{width:100%; font-size:16px; color:#1b8f2e; line-height:35px; padding-top:15px; padding-bottom:15px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#666; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:14px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:1195px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}
.new_nr_wenzi table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.new_nr_wenzi table tr td{ padding:11px; font-size:14px; color:#333; line-height:26px;border:1px solid #ccc; border-top:0; border-right:0;}





.newspage1 { margin:0 auto; margin-top:40px;}
.newspage1 A { font-size:14px; color:#666; padding-left:15px; padding-right:15px; padding-top:9px; padding-bottom:9px; border:1px solid #999; margin-left:3px; margin-right:3px; border-radius:7px;}
.newspage1 A:hover {BACKGROUND: #1b8f2e;  COLOR: #FFFFFF; border:1px solid #1b8f2e;}
.newspage1 SPAN.current{ font-size:14px; BACKGROUND: #1b8f2e;COLOR: #FFFFFF;border:1px solid #1b8f2e; padding-left:15px; padding-right:15px;padding-top:9px;padding-bottom:9px;margin-left:3px; margin-right:3px;border-radius:7px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}




/*联系我们*/
.con_left{ width:700px; float:left;}
.con_left .con_p1{ font-size:34px; color:#464646; font-weight:bold; margin-bottom:15px;}
.con_left .con_p2{ font-size:16px; color:#555; line-height:25px; margin-bottom:25px;}


.cp_ord_tip{ width:347px; float:left; margin-bottom:21px;}
.cp_ord_tip p{ font-size:16px; color:#333; margin-bottom:15px;}
.cp_ord_tip .cp_ord_kuang1{ width:300px; height:53px; background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; border-radius:9px;}
.cp_ord_tip2 p{font-size:16px; color:#333; margin-bottom:15px;}
.cp_ord_tip2 .cp_ord_kuang2{width:653px; min-height:145px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; padding-top:10px;border-radius:9px;}
.cp_ord_p1{font-size:14px; color:#333; margin-top:21px; margin-bottom:10px;}
.cp_ord_kuang3{ width:160px; height:40px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; float:left;border-radius:9px;}
.cp_ord_kuang4{ width:128px; height:42px; float:left; margin-left:23px;border-radius:9px;}
.cp_ord_kuang5{ width:163px; height:42px; background-color:#1b8f2e; border:0; border-radius:6px; float:left; margin-left:23px; font-size:14px; line-height:42px; text-align:center; color:white; cursor:pointer;border-radius:9px;}

.ord_p1{font-size:16px; color:#333; margin-bottom:15px; margin-top:21px;}

.con_right{ width:500px; float:right;}
.con_right .con_p3{ font-size:30px; color:#464646; font-weight:bold; margin-bottom:15px;}
.con_nr p{ font-size:16px; color:#333; line-height:36px;}
.con_nr p a{ color:#333;}






/*产品*/
.pro_fl_box{box-shadow: 0px 6px 6px rgba(0,0,0,0.1);}
.pro_fl_box .pro_fl_hezi{ width:1233px; margin:0 auto;}
.pro_fl_box .pro_fl_tip{ width:409px; float:left; border-left:1px solid #d1d1d1;  border-top:1px solid #d1d1d1;}
.pro_fl_box .pro_fl_tip a{ display:block; font-size:17px; color:#000; line-height:60px; text-align:center;}

.pro_fl_box .pro_fl_tip:nth-child(3n){border-right:1px solid #d1d1d1;}


.pro_fl_tip a:hover{background-color:#1b8f2e;  color:#fff;}
.pro_fl_tip a.cur {background-color:#1b8f2e; }
.pro_fl_tip a.cur span {color: #fff;}




.pro_tip{ width:270px; height:381px;  float:left; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:23px; border:1px solid #e5e5e5; border-radius:6px; margin-bottom:20px; margin-right:20px;}
.pro_kuang{ width:270px; height:300px; overflow:hidden;}
.pro_kuang img{width:270px; height:300px;transform: scale(1);transition: all 1s ease-out;}
.pro_tip:hover .pro_kuang img{transform: scale(1.1);}

.pro_tip:nth-child(4n){margin-right:0px;}


.pro_tip .pro_line{ width:0px; height:1px;background-color:#1b8f2e; margin-top:15px;transition:all 0.4s linear; }
.pro_tip .pro_p1{ font-size:17px; line-height:27px; color:#555;  margin-top:16px;}
.pro_tip:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.pro_tip:hover .pro_p1{color:#1b8f2e;}
.pro_tip:hover .pro_line{ width:100%;}





.pro_title{ font-size:17px; color:white; line-height:50px; text-align:center;background-color:#1b8f2e; font-weight:bold; margin-bottom:20px; }

.pro_nr_left{ width:280px; height:420px; float:left; background-color:#f5f3f3;}
.pro_nr_left .pro_nr_p1{ font-size:16px; color:#5f504d; font-weight:bold; padding-top:20px; padding-left:20px; margin-bottom:20px;}
.pro_nr_tip{ width:250px; height:48px; margin:0 auto; background-color:#fff; border:1px solid #d9d4d3; border-radius:6px; margin-bottom:15px;}
.pro_nr_tip .pro_nr_pic1{ float:left; margin-left:10px; margin-top:14px;}
.pro_nr_tip .pro_nr_p2{ font-size:15px; color:#444; float:left; line-height:48px; margin-left:10px;}
.pro_nr_tip .pro_nr_pic2{ float:right; margin-right:14px; margin-top:15px;}


.pro_nr_box{ width:917px; float:right;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.pro_nr_box table tr td{ padding:11px; font-size:16px; color:#333; line-height:27px; padding-top:18px; padding-bottom:18px; border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:16px; color:#333; line-height:34px;}
.pro_nr_box img{ max-width:100%!important; height:auto!important;}





/*招聘*/
.job_dong{  border-top:5px solid #1b8f2e; background:#f6f7f7; cursor:pointer; margin-top:20px;}
		.job_dong .job_p4{ font-size:18px; color:#3f3a39; font-weight:bold; float:left; line-height:100px; width:500px; padding-left:35px;}
		.job_dong .job_p4 span{ font-size:13px;}
		
		.job_dong .job_p6{ font-size:16px; color:#3f3a39; float:left; line-height:100px;}
		.job_dong img{ float:right; margin-top:43px; padding-right:35px;}
		.sideMenu ul{ padding:20px 35px 30px 35px; background-color:#fff;  display:none; /* 默认都隐藏 */ }
         .jobs_nr p{font-size: 15px;color: #333;line-height: 34px;}


.jobs_kuang{ margin-bottom:35px;}
.jobs_kuang p{ font-size:16px; color:#333; line-height:36px;}







































































