@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";}




.revealOnScroll{opacity:1;}
.animated {
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.animated.infinite {
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.animated.hinge{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  }
  
  
    

/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0.85); border-bottom:1px solid #ddd; position:fixed; top:0; left:0; z-index:200;}
.top_box{ width:1354px; height:123px; margin:0 auto;}
.top_box .logo{ float:left; margin-top:23px;}


.top_right{ float:right; padding-top:27px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#23933e; text-align:center; line-height:28px; border:1px solid #23933e; border-radius:30px;}
.top_p4{ float:right; margin-left:15px;}
.top_p4 a{ display:block; font-size:14px; width:29px; height:29px; color:#fff; text-align:center; line-height:29px;border:1px solid #23933e;  background-color:#23933e; border-radius:30px;}

.ss1{ float:right; margin-top:3px;}
.ss1 .ss_title{ width:151px; height:28px; border-top-left-radius:10px; border-bottom-left-radius:10px; float:left; background-color:#cecece; border:0; font-size:12px; color:#7e7e7e; line-height:28px; padding-left:15px; position:relative;z-index:77;}
.ss1 .ss_button{ float:left; width:81px; height:28px;border-top-right-radius:10px; border-bottom-right-radius:10px; border:0; background-color:#23933e; font-size:12px; color:#fff; line-height:28px; text-align:center;   position:relative; z-index:88; cursor:pointer;}

.top_right ul{ margin-top:17px;}
.top_right ul li{ float:left; font-size:17px; color:#010000; font-weight:bold; margin-left:59px;}
.top_right ul li a{color:#010000;}
.top_right ul li a:hover{ color:#23933e;}






/*通栏*/

#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:854px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:854px !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_pro_bg{ background-color:#f2f2f2; padding-top:160px; padding-bottom:78px;}
.s_pro_box{ width:1354px; margin:0 auto;}
.s_pro_left{ width:245px; float:left;}
.s_pro_left .s_pro_p1{ font-size:30px; color:#000; margin-bottom:16px;}
.s_pro_left .s_pro_p2{ font-size:43px; color:#000; font-weight:bold; text-transform:uppercase; margin-bottom:23px;}

.s_pro_tip1{ width:243px; height:62px; border:1px solid #303030; margin-bottom:29px;}
.s_pro_tip1 .s_pro_line{ width:0px; height:3px; float:left; background-color:#fff; margin-top:30px; margin-left:5px; margin-right:12px; transition:all 0.4s linear;}
.s_pro_tip1 .s_pro_p3{ font-size:19px; color:#303030; line-height:62px; float:left;}

.s_pro_tip1:hover .s_pro_line{ width:17px;}
.s_pro_tip1:hover{ background-color:#23933e; border:1px solid #23933e;transition:all 0.5s linear;}
.s_pro_tip1:hover .s_pro_p3{ color:#fff;}

.s_pro_p4{ font-size:18px; color:#000000; text-align:right; margin-top:40px;}
.s_pro_p4 a{color:#000000;}
.s_pro_p4 a:hover{color:#23933e;}


.s_pro_right{ width:1040px; float:right;}
.s_pro_tip{ width:316px; float:left; margin-bottom:55px; margin-left:30px;}
.s_pro_kuang1{ background-image:url(../images/img1.jpg); width:316px; height:70px;}
.s_pro_kuang1 p{ font-size:18px; color:#fff; padding-left:32px; padding-top:31px;}
.s_pro_kuang2{ height:232px; background-color:#fff;}
.s_pro_nr{ width:285px; margin:0 auto; padding-top:22px;}
.s_pro_nr p{ font-size:14px; color:#000; line-height:30px;}
.s_pro_nr img{ max-height:88px!important; width:auto!important; margin-top:13px;}



.s_pro_tip{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.s_pro_tip:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #999;
    -moz-box-shadow:0px 5px 15px #999;
    box-shadow:0px 5px 15px #999;
}



/*首页简介*/
.s_jj_bg{ background:url(../images/img3.jpg) center no-repeat; width:100%; height:979px;background-attachment:fixed; background-size: cover;}
.s_jj_box{ width:1354px; margin:0 auto; padding-top:200px;}
.s_jj_box .s_jj_pic{ float:left;}
.s_jj_box .s_jj_p1{ font-size:31px; color:#fff; float:left; line-height:74px; margin-left:19px;}
.s_jj_box .s_jj_p2{ font-size:17px; color:#fff; float:right; line-height:74px;}
.s_jj_box .s_jj_p2 a{ color:#fff;}
.s_jj_box .s_jj_line{ height:1px; background-color:#908883; margin-top:22px; margin-bottom:36px;}

.s_jj_nr p{ font-size:16px; color:#fff; line-height:30px;}
.s_jj_nr p a{ color:#fff;}
.s_jj_nr{ margin-bottom:78px;}


.s_jj_tip{ width:270px; height:220px; float:left; background-color:#f3f3f3;}
.s_jj_tip .s_jj_pic1{ margin:0 auto; padding-top:27px;transform-style: preserve-3d;
  transition: all 1s;}
.s_jj_tip .s_jj_p3{ font-size:25px; color:#343434; text-align:center; margin-top:10px;}
.s_jj_tip .s_jj_line1{ width:24px; height:2px; background-color:#343434; margin:0 auto; margin-top:11px; margin-bottom:10px;transition:All 0.4s ease-in-out;}
.s_jj_tip .s_jj_p4{ font-size:16px; color:#343434; text-align:center;}

.s_jj_tip:hover .s_jj_line1{ width:60px;}

.s_jj_tip{
	transition:All 0.7s ease-in-out;
	-webkit-transition:All 0.7s ease-in-out;
	-moz-transition:All 0.7s ease-in-out;
	-o-transition:All 0.7s ease-in-out;
	
}
.s_jj_tip:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #999;
    -moz-box-shadow:0px 5px 15px #999;
    box-shadow:0px 5px 15px #999;
}


.s_jj_tip:hover .s_jj_pic1{
        transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
        }





/*首页新闻*/
.s_xw_box{width:1354px; margin:0 auto; padding-top:125px;}

.s_xw_box .s_xw_p1{ font-size:44px; font-weight:bold;  color:#000000;  text-align:center;margin-bottom:51px;}


.s_xw_left{ width:162px; float:left;}
.s_xw_left img{ margin-bottom:40px;}
.s_xw_right{ width:1191px; float:left;}
.s_xw_right .s_xw_nr{ width:1053px; height:95px; background-color:#f2f2f2; float:left; padding-left:43px;}
.s_xw_right .s_xw_nr .s_xw_p2{ font-size:22px; color:#757575; padding-top:15px;}
.s_xw_right .s_xw_nr .s_xw_p3{ font-size:12px; color:#757575; margin-top:14px;}
.s_xw_right .s_xw_nr:hover{background-color:#7b7b7b;transition: 0.6s;}
.s_xw_right .s_xw_nr:hover .s_xw_p2{ color:white;}
.s_xw_right .s_xw_nr:hover .s_xw_p3{ color:white;}
.s_xw_right .s_xw_time{ width:93px; height:95px; background-color:#7b7b7b; float:left;}
.s_xw_right .s_xw_time .s_xw_p4{ font-size:24px; color:white; text-align:center; padding-top:13px;}
.s_xw_right .s_xw_time .s_xw_line2{ width:54px; height:1px; background-color:#b7b7b7; margin:6px auto;}
.s_xw_right .s_xw_time .s_xw_p5{ font-size:19px; font-weight:bold; color:white; text-align:center;}
.s_xw_right .s_xw_tip{ margin-bottom:40px;}

.s_xw_more{  margin:0 auto; margin-top:36px;}
.s_xw_more p a{ display:block;width:198px; margin:0 auto;  font-size:17px; color:#787b7a;  line-height:46px; text-align:center; border:3px solid #787b7a; transition:all 0.5s linear;}
.s_xw_more p a:hover{ background-color:#23933e; width:230px; border:3px solid #23933e; color:#fff; }


/*首页风貌*/
.s_fac_bg{ background:url(../images/img13.jpg) center no-repeat; width:100%; height:992px; margin-top:125px;background-attachment:fixed; background-size: cover;}
.s_fac_box{ width:1354px; margin:0 auto;}
.s_fac_box .s_fac_p1{ font-size:44px; color:#fff; font-weight:bold; text-align:center; padding-top:95px;}
.s_fac_box .s_fac_p2{ font-size:17px; line-height:29px; color:#fff; text-align:center; margin-top:19px; margin-bottom:48px;}

.s_fac_tip{ width:309px; height:219px; overflow:hidden; border:4px solid #fff;  float:left; margin-bottom:36px; margin-right:27px;}
.s_fac_tip img{width:309px; height:219px; transform: scale(1);transition: all 1s ease-out;    }
.s_fac_tip img:hover{transform: scale(1.2);  }
.s_fac_tip:nth-child(4n+2){margin-right:0px;}


.s_fac_more{  margin:0 auto; margin-top:41px;}
.s_fac_more p a{ display:block;width:198px; margin:0 auto;  font-size:17px; color:#fff;  line-height:46px; text-align:center; border:3px solid #abd2a0; transition:all 0.5s linear;}
.s_fac_more p a:hover{ background-color:#fff; width:230px; border:3px solid #fff; color:#23933e; }




/*首页咨询*/
.s_zx_bg{ background:url(../images/img15.jpg) center no-repeat; width:100%; height:667px;}
.s_zx_box{ width:1354px; margin:0 auto; padding-top:152px; }


.s_zx_right{ width:890px; float:right;}
.s_zx_right .s_zx_pic2{ float:left; margin-right:40px;}
.s_zx_right .s_zx_p1{ font-size:36px; color:#000; font-weight:bold;}
.s_zx_right .s_zx_p1 span{ color:#979797; font-weight:normal;}
.s_zx_right .s_zx_p3{ font-size:15px; line-height:27px; color:#757575; margin-top:20px;}
.s_zx_right .s_zx_line{height:4px; background-color:#cccccc; margin-top:27px;margin-bottom:40px;}


.s_ord_left{ width:441px; float:left;}
.s_ord_tip p{ font-size:14px; line-height:31px; color:#000; float:left; width:83px;}
.s_ord_tip .s_ord_kuang1{ width:335px; float:right; height:31px; border:1px solid #a9a9a9; background-color:white; font-size:12px; color:#333; line-height:31px; padding-left:20px;}
.s_ord_tip{ margin-bottom:25px;}

.s_ord_right{ width:417px; float:right;}
.s_ord_tip .s_ord_kuang2{ width:311px; min-height:85px; padding-left:20px;font-size:12px; color:#333; line-height:24px; border:1px solid #a9a9a9; background-color:white; float:right;}
.s_ord_tip .s_ord_kuang3{ width:91px; padding-left:10px; height:31px; float:left;border:1px solid #a9a9a9;}
.s_ord_tip .s_ord_kuang4{width:101px; height:31px; float:left;border:0; margin-left:8px;}
.s_ord_tip .s_ord_kuang5{ width:89px; height:31px; float:right; background-color:#23933e; border-radius:5px; border:0; font-size:12px; color:white; text-align:center; line-height:31px; cursor:pointer;}



/*首页联系我们*/
.s_lx_bg{ background:url(../images/img16.jpg) center no-repeat; width:100%; height:653px;background-attachment:fixed; background-size: cover;}
.s_lx_box{width:1354px; margin:0 auto; padding-top:160px;}
.s_lx_left{ width:595px; float:left; margin-left:107px;}
.s_lx_left .s_lx_p1{ font-size:17px; color:#fff;}
.s_lx_left .s_lx_p2{ font-size:18px; color:#fff; font-weight:bold; font-style:italic; text-transform:uppercase; margin-top:9px;}
.s_lx_nr p{ font-size:18px; color:#fff; line-height:36px;}
.s_lx_nr p a{ color:#fff;}
.s_lx_nr{ margin-top:24px;}
.s_lx_left .s_lx_line{ width:61px; height:2px; background-color:#c1ffa0; margin-top:60px;}
.s_lx_left .s_lx_p3{ font-size:36px; color:#fff;font-weight:bold;text-transform:uppercase; margin-top:11px;}
.s_lx_left .s_lx_p4{ font-size:30px; color:#fff;text-transform:uppercase; margin-top:3px;}

.s_lx_right{ width:553px; float:right;}
.s_lx_right p{font-size:17px; color:#fff; line-height:36px;}
.s_lx_right p a{ color:#fff;}


/*页脚*/
.foot_bg{ background-color:#626262; padding-top:70px; padding-bottom:30px;}
.foot_box{width:1354px; margin:0 auto;}
.foot_tip{ width:183px; float:left;}
.foot_tip .foot_p1{ font-size:17px; color:#fff;}
.foot_tip .foot_p1 a{ color:#fff;}
.foot_tip .foot_line{ width:30px; height:2px; background-color:#c1ffa0; margin-top:16px; margin-bottom:16px;}
.foot_tip .foot_p2{ font-size:14px; color:#d8d8d8; line-height:36px;}
.foot_tip .foot_p2 a{color:#d8d8d8;}
.foot_tip .foot_p2 a:hover{ color:#fff;}


.foot_line1{ width:1px; height:212px; background-color:#969696; float:left;}


.foot_right{ float:right;}
.foot_right .foot_p3{ font-size:17px; color:#fff;}
.foot_right .foot_p3 a{ color:#fff;}
.foot_ewm{ width:120px; margin-top:35px;}
.foot_ewm img{ width:120px; height:auto; margin:0 auto;}
.foot_ewm p{ font-size:14px; color:#bbbbbb; text-align:center; margin-top:10px;}

.foot_hezi{ width:1354px; margin:0 auto; margin-top:44px;}
.foot_line2{ width:504px; height:1px;background-color:#969696;}


.foot_bq{ font-size:14px; color:#acacac; text-align:center; margin-top:20px;}
.foot_bq a{color:#acacac;}



/*about*/
.max_box{ width:1354px; margin:0 auto; margin-top:80px; padding-bottom:90px;}
.max_box .max_p1{ font-size:33px; color:#464646; float:left; text-transform:uppercase;}
.max_box .max_p2{ font-size:19px; color:#dddddd; font-weight:bold; font-style:italic; float:right; text-transform:uppercase; margin-top:15px;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:14px; margin-bottom:45px;}

.jj_nr p{ font-size:15px; color:#000; line-height:35px;}
.jj_nr p a{color:#000;}



.jj_bg{ background:url(../images/img19.jpg) center no-repeat; width:100%; height:968px;}
.jj_bg p{  font-size:26px; color:#23933e; font-weight:bold; line-height:47px; text-align:center; padding-top:102px;}





/*新闻*/
.xw_tip{ height:144px;  margin-bottom:12px;}
.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:18px; color:#333; float:left; line-height:144px; margin-left:60px;}
.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:#23933e!important;
transition:all .3s linear; 
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;}
.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;transition: 0.3s ease-out;}
.xw_tip:hover .xw_kuang2{border:1px solid #fff;}
.xw_tip:hover .xw_kuang2 p{ color:#fff;}



.news_title{width:100%; font-size:17px; color:#23933e; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#f31f42; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:800px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}






.newspage1 { margin:0 auto; margin-top:30px;}
.newspage1 A { font-size:12px; color:#666; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px; border:1px solid #999; margin-left:1px; margin-right:1px;}
.newspage1 A:hover {BACKGROUND: #23933e;  COLOR: #FFFFFF; border:1px solid #23933e;}
.newspage1 SPAN.current{ font-size:12px; BACKGROUND: #23933e;COLOR: #FFFFFF;border:1px solid #999; padding-left:8px; padding-right:8px;padding-top:3px;  padding-bottom:3px;margin-left:1px; margin-right:1px;}


.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;}



/*荣誉*/
.fac_kaung{float:left; width:313px;
    
     margin-bottom:40px; margin-left:12px; margin-right:12px;}
.fac_tip{width:301px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;
    }
.fac_tip .fac_pic{ width:301px; height:230px; overflow:hidden;}
.fac_tip .fac_pic img{ width:301px; height:230px;transform: scale(1);transition: all 1s ease-out;}
.fac_tip:hover .fac_pic img{transform: scale(1.1);}
.fac_p1{ font-size:13px; color:#333; text-align:center; margin-top:10px;}




/*在线咨询页*/
.ord_box{ width:1010px; float:left;}
.ord_tip{ width:490px; float:left; margin-bottom:12px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:6px;}
.ord_tip .ord_kuang1{ width:458px; height:40px; background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px;}
.ord_tip2 p{font-size:14px; color:#333; margin-bottom:5px;}
.ord_tip2 .ord_kuang2{width:977px; min-height:113px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; padding-top:10px;}
.ord_p1{font-size:14px; color:#333; margin-top:12px; margin-bottom:6px;}
.ord_kuang3{ width:160px; height:40px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; float:left;}
.ord_kuang4{ width:128px; height:42px; float:left; margin-left:23px;}
.ord_kuang5{ width:277px; height:42px; background-color:#23933e; border:0; border-radius:6px; float:left; margin-left:23px; font-size:14px; line-height:42px; text-align:center; color:white; cursor:pointer;}
.ord_pic{ float:right; margin-top:20px; }




/*联系我们*/
.con_box{ width:495px; float:left;}
.con_box h1{ font-size:22px; color:#23933e; margin-bottom:20px;}
.con_box p{ font-size:15px; color:#333; line-height:33px;}
.con_box p a{color:#333;}
.con_box p span{ font-size:12px;}
.con_ditu{ float:right; width:825px; height:550px;}



.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}





/*产品*/
.left_box{ width:270px; float:left; border-bottom:5px solid #23933e;}
.left_kuang1{ height:105px;background: linear-gradient(45deg,#23933e,#cef3d7); border-top-left-radius: 6px; border-top-right-radius: 6px; margin-bottom:1px;}
.left_kuang1 .left_p1{ font-size:27px; color:#fff; font-weight:bold; padding-left:30px; line-height:105px;}
.left_kuang1 .left_p2{ font-size:19px; color:#fff;  padding-left:30px; }

.left_kuang2{ background-color:#f5f5f5;}
.left_kuang2 p a{ display:block; font-size:16px; color:#333; line-height:64px; border-bottom:1px solid #cccccc; padding-left:25px;}
.left_kuang2 p a:hover{ background: linear-gradient(45deg,#23933e,#cef3d7); color:#fff;transition: all 0.4s; }
.left_kuang2 p span{ color:#23933e;}
.left_kuang2 p a:hover span{color:#fff;transition: all 0.4s;}

.left_kuang2 .left_pic{ max-width:200px; height:auto; margin:0 auto; padding-top:20px; padding-bottom:15px;}

.right_box{ width:1060px; float:right;}




.pro_tip{ width:318px; height:363px; float:left; border:1px solid #e1e1e1; margin-bottom:30px; margin-right:16px; margin-left:16px;}
.pro_tip .pro_pic{ width:288px; height:160px; overflow:hidden; padding-left:15px; padding-right:15px; padding-top:20px; display: table-cell;vertical-align: middle;}
.pro_tip .pro_pic img{ max-width:100%; max-height:100%; margin:0 auto;}
.pro_tip .pro_p1{ font-size:15px; color:#000; text-align:center; margin-top:20px;}
.pro_tip .pro_p2{ font-size:16px; color:#000; text-align:center; margin-top:12px;}


.pro_more{ width:125px; margin:0 auto; margin-top:40px;}
.pro_more p a{ display:block; font-size:15px; color:#000; line-height:35px; text-align:center; border-radius:20px; border:1px solid #d8d8d8;}
.pro_tip:hover .pro_more p a{border:1px solid #23933e; background-color:#23933e; color:#fff;transition: 0.4s ease-out;}


.pro_tip:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);transition: 0.7s;}





.pro_fl_title{ font-size:15px; font-weight:bold; color:white; text-align:center; line-height:39px; background-color:#23933e;  margin-bottom:20px;}
.pro_fl_title a{color:white;}



.pro_title{ font-size:15px; color:white; line-height:40px; text-align:center; background-color:#23933e; font-weight:bold; margin-bottom:20px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:10px;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:34px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:13px; color:#333; line-height:34px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}






























