@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:1195px; height:120px; margin:0 auto;}

.top_kuang{ float:left; margin-top:27px; }
.top_kuang .top_p1{ font-size:31px; color:#017415; font-weight:bold;}
.top_kuang .top_p2{ font-size:17px; color:#000000; text-transform:uppercase; margin-top:4px;}

.top_right{ float:right; padding-top:25px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#017415; text-align:center; line-height:28px; border:1px solid #017415; 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 #017415;  background-color:#017415; border-radius:30px;}

.ss1{ float:right; margin-top:3px;}
.ss1 .ss_title1{ width:169px; height:26px; border-radius:20px; float:left; border:1px solid #e6e6e6; 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_right ul{ margin-top:13px;}
.top_right ul li{ float:left; font-size:17px; color:#010000; margin-left:54px;}
.top_right ul li a{color:#010000;}
.top_right ul li a:hover{ color:#017415;}






/*通栏*/
#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_jj_box{ width:1195px; margin:0 auto; margin-top:88px;}
.s_jj_box .s_jj_p1{ font-size:44px; color:#646464; font-weight:bold; text-align:center;}
.s_jj_box .s_jj_line{ width:60px; height:3px; background-color:#656565; margin:0 auto; margin-top:10px; margin-bottom:38px;}
.s_jj_left{ width:588px; float:left;}
.s_jj_kuang{ width:588px; height:261px; overflow:hidden; margin-bottom:6px;}
.s_jj_kuang img{ transform: scale(1);transition: all 1s ease-out;  }
.s_jj_kuang img:hover{transform: scale(1.2); }

.s_jj_kuang2{ width:291px; height:178px; float:left; overflow:hidden; position:relative;}
.s_jj_kuang2 img{ position:absolute; top:0; left:0;z-index:9;transform: scale(1);transition: all 1s ease-out;}
.s_jj_kuang2:hover img{transform: scale(1.2);}
.s_jj_kuang2 .s_jj_p2{ font-size:30px; color:#fff; font-weight:bold; position:absolute; z-index:10; top:55px;}
.s_jj_kuang2 .s_jj_p3{ font-size:16px; color:#fff; line-height:20px; position:absolute; z-index:10; top:99px;}

.s_jj_right{ width:607px; height:446px; float:left; background-color:#f2f2f2;}
.s_jj_hezi{ width:503px; margin:0 auto; padding-top:60px;}
.s_jj_nr p{ font-size:16px; color:#737373; line-height:36px;}
.s_jj_nr p a{color:#737373;}

.s_jj_more{ margin-top:42px;}
.s_jj_more p a{ display:block;width:148px;   font-size:16px; color:#7a7a7a;  line-height:40px; text-align:center; border:2px solid #7a7a7a; transition:all 0.4s linear;}
.s_jj_more p a:hover{ background-color:#017415;  border:2px solid #017415; color:#fff; margin-left:20px; }



/*首页产品*/
.s_pro_bg{ background:url(../images/img5.jpg) center no-repeat; width:100%; height:1280px; margin-top:123px;background-attachment:fixed; background-size: cover;}
.s_pro_box{ width:1195px; margin:0 auto; padding-top:113px;}
.s_pro_box .s_pro_p1{ font-size:44px; color:#fff; font-weight:bold; text-align:center;}
.s_pro_box .s_pro_line{ width:60px; height:3px; background-color:#fff; margin:0 auto; margin-top:16px; margin-bottom:24px;}
.s_pro_box .s_pro_p2{ font-size:20px; color:#fff; text-align:center;}
.s_pro_box .s_pro_p3{ font-size:14px; color:#fff; text-align:center; line-height:22px; margin-top:9px; margin-bottom:35px;}

.s_pro_tip{ width:279px; height:265px; background-color:#fff; float:left; margin-bottom:40px; margin-right:25px;}
.s_pro_kaung1{ height:109px; background-color:#cfffc1;}
.s_pro_kaung1 .s_pro_p4{ font-size:20px; color:#000; text-align:center; padding-top:28px;}
.s_pro_kaung1 .s_pro_p5{ font-size:14px; color:#000; text-align:center; margin-top:7px;}
.s_pro_kaung2{ width:259px; height:112px; padding-left:10px; padding-right:10px;display: table-cell;vertical-align: middle;}
.s_pro_kaung2 img{max-width:100%; max-height:100%; margin:0 auto;}

.s_pro_more{ width:70px; margin:0 auto; margin-top:19px;}
.s_pro_more p a{ display:block; font-size:12px; color:#fff; text-align:center; line-height:25px; background-color:#767676;}
.s_pro_more p a:hover{background-color:#017415; }

.s_pro_tip:nth-child(4n){margin-right:0px;}

.s_pro_more1{  margin:0 auto; margin-top:13px;}
.s_pro_more1 p a{ display:block;width:148px; margin:0 auto;  font-size:16px; color:#fff;  line-height:40px; text-align:center; border:2px solid #8ac089; transition:all 0.5s linear;}
.s_pro_more1 p a:hover{ background-color:#fff; width:170px; border:2px solid #fff; color:#017415; }



.s_pross_bg{ background:url(../images/img7.png) center no-repeat; width:100%; height:105px; margin-top:81px;}
.s_pross_box{ width:1195px; margin:0 auto;}
.s_pross_kuang{ float:left; padding-top:23px;}
.s_pross_kuang .s_pross_p1{ font-size:29px; color:#017415;}
.s_pross_kuang .s_pross_p2{ font-size:12px; color:#017415;}
.s_pross_box .s_pross_line{ width:1px; height:42px; background-color:#017415; float:left; margin-top:31px; margin-left:27px; margin-right:27px;}
.s_pross_p3{ float:left; width:413px; font-size:14px; color:#000; line-height:24px; padding-top:27px;}
.s_pross_p3 a{color:#000;}

.s_pross_ss{ float:right; padding-top:30px;}
.s_pross_ss .s_pross_title{ width:380px; height:49px; background-color:#fff;transform:skew(-20deg); float:left; border:0; font-size:14px; color:#9d9d9d; line-height:49px; padding-left:30px;}
.s_pross_ss .s_pross__button{ width:139px; height:49px; float:left;transform:skew(-20deg); border:0; background-color:#00a967; font-size:17px; color:#fff; text-align:center; line-height:49px; cursor:pointer; margin-left:12px;}




/*首页新闻*/
.s_xw_bg{ background-color:#f2f2f2;}
.s_xw_box{ width:1195px; margin:0 auto; padding-top:160px; padding-bottom:160px;}


.s_xw_left{ width:545px; height:519px; background-color:#017415; overflow:hidden; float:left; position:relative;}
.s_xw_pic{width:545px; height:351px; overflow:hidden; position:absolute; left:0; top:0;transform: scale(1);transition: all 1s ease-out;}
.s_xw_left:hover .s_xw_pic{transform: scale(1.2);}



.s_xw_kuang1{ width:100%; height:222px; background-color:#017415; position:absolute; left:0; bottom:-54px; transition:all 0.4s linear;}
.s_xw_kuang1 .s_xw_p2{ font-size:24px; color:#fff; padding-left:32px; padding-top:47px;}
.s_xw_kuang1 .s_xw_p3{ font-size:19px; color:#fff;padding-left:32px; margin-top:7px; margin-bottom:7px;}
.s_xw_kuang1 .s_xw_p3 a{color:#fff;}
.s_xw_kuang1 .s_xw_p4{ font-size:14px; color:#dddddd;padding-left:32px;}
.s_xw_more1{ width:120px; margin-top:36px; margin-left:32px;}
.s_xw_more1 p a{ display:block; font-size:15px; color:#fff; text-align:center; line-height:40px; border:1px solid #fff; border-radius:36px;}

.s_xw_left:hover .s_xw_kuang1{ bottom:10px;}


.s_xw_right{ width:650px; float:right;}
.s_xw_right .s_xw_line1{ height:1px; background-color:#cccccc;}
.s_xw_right .s_xw_p9{ font-size:34px; color:#4f4f4f; float:left;padding-left:47px; line-height:81px;}
.s_xw_right .s_xw_p5{ font-size:14px; color:#000; font-weight:bold; float:right; line-height:81px;}
.s_xw_right .s_xw_p5 a{color:#000; }
.s_xw_right .s_xw_p5 a:hover{color:#017415;}

.s_xw_tip{ height:145px; background-color:#fff; border-bottom:1px solid #dbdbdb;}
.s_xw_tip .s_xw_p6{ font-size:14px; color:#000; font-weight:bold; padding-left:47px; padding-top:31px;}
.s_xw_tip .s_xw_p7{ font-size:19px; color:#333;padding-left:47px; margin-top:10px; margin-bottom:8px;}
.s_xw_tip .s_xw_p8{ font-size:14px; color:#9b9d9f;padding-left:47px;}
.s_xw_tip:hover{ background-color:#017415;transition: 1s;}
.s_xw_tip:hover .s_xw_p6{ color:#fff;}
.s_xw_tip:hover .s_xw_p7{ color:#fff;}
.s_xw_tip:hover .s_xw_p8{ color:#fff;}


/*首页联系我们*/
.s_lx_bg{ background:url(../images/img12.jpg) center no-repeat; width:100%; height:694px;}
.s_lx_box{ width:1195px; margin:0 auto; padding-top:120px;}
.s_lx_left{ width:490px; float:left; margin-left:69px;}
.s_lx_nr p{ font-size:18px; color:#fff; line-height:44px;}
.s_lx_nr p a{ color:#fff;}
.s_lx_nr{ min-height:395px;}

.s_lx_right{ float:right;}
.s_lx_pic1{ float:right; margin-top:29px; margin-right:42px;}
.s_lx_pic2{ float:right; margin-top:102px;}



/*首页邮箱*/
.email_bg{ background-image:url(../images/img27.jpg); background-repeat:repeat-x; height:103px; }
.email_box{ width:1000px; margin:0 auto; padding-top:34px;}
.email_box .email_title{ font-size:22px; color:#333; float:left; margin-top:5px;}
.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}

.email_box .email{ float:left; padding-top:10px;}
.email_box .email .name{ font-size:12px;  float:left; margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px; float:left; padding-left:6px;}
.email_box .email .name_1{ font-size:12px; float:left; margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ float:right; margin-right:0px;}




/*页脚*/
.foot_bg{ background:url(../images/img19.jpg) center no-repeat; width:100%; height:329px;}
.foot_box{ width:1195px; margin:0 auto; padding-top:59px;}

.foot_hezi{ width:314px; margin:0 auto;}

.foot_kuang{ float:left; padding-top:22px;}
.foot_kuang .foot_p1{ font-size:38px; color:#969696; font-weight:bold; }
.foot_kuang .foot_p2{ font-size:16px; text-transform:uppercase; color:#969696; margin-top:3px;}
.foot_hezi .foot_pic1{ width:120px; height:120px; float:right;}

.foot_box .foot_p3{ font-size:12px; color:#cccccc; text-align:center; padding-top:71px;}
.foot_box .foot_p3 a{color:#ccc;}
.foot_box .foot_p4{ font-size:12px; color:#cccccc; text-align:center; margin-top:9px;}
.foot_box .foot_p4 a{color:#ccc;}



/*about*/
.max_box{ width:1195px; margin:0 auto; margin-top:82px; padding-bottom:90px;}
.max_box .max_p1{ font-size:34px; color:#464646; float:left;}
.max_box .max_p2{ font-size:21px; color:#dddddd; font-weight:bold; font-style:italic; text-transform:uppercase; float:right; margin-top:13px;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:14px; margin-bottom:45px;}


.jj_nr p{ font-size:16px; color:#000; line-height:36px;}
.jj_nr p a{color:#000;}
.jj_nr{ margin-bottom:90px;}



.cul_left{ width:597px; height:380px; overflow:hidden; float:left;}
.cul_left img{transform: scale(1);transition: all 1s ease-out;  }
.cul_left img:hover{transform: scale(1.2);  }
.cul_right{ width:597px; height:380px; background-color:#f2f2f2; float:left;}
.cul_nr{ width:500px; margin-left:60px;}
.cul_nr .cul_p1{ font-size:33px; color:#000; font-weight:bold; padding-top:66px;}
.cul_nr .cul_p2{ font-size:70px; color:#cbcbcb; font-weight:bold; text-transform:uppercase;}
.cul_nr .cul_p3{ font-size:40px; color:#cbcbcb; font-weight:bold;text-transform:uppercase; margin-top:-17px;}
.cul_nr .cul_p4{ font-size:25px; color:#353535; margin-top:12px; }



/*新闻*/
.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:#017415!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:#017415; 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:40px;}
.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: #017415;  COLOR: #FFFFFF; border:1px solid #017415;}
.newspage1 SPAN.current{ font-size:12px; BACKGROUND: #017415;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;}




/*在线咨询页*/
.ord_box{ width:865px; float:left;}
.ord_tip{ width:427px; float:left; margin-bottom:12px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:6px;}
.ord_tip .ord_kuang1{ width:378px; 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:815px; 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:#017415; 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:475px; float:left;}
.con_box h1{ font-size:22px; color:#017415; margin-bottom:30px;}
.con_box p{ font-size:15px; color:#333; line-height:47px;}
.con_box p a{color:#333;}

.con_ditu{ float:right; width:700px; height:450px;}



/*产品*/
.pro_tip{ width:280px; height:346px; float:left; border:1px solid #e1e1e1; margin-bottom:30px; margin-right:22px;}
.pro_tip .pro_pic{ width:250px; height:128px; 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:27px;}
.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 #017415; background-color:#017415; 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_tip:nth-child(4n){margin-right:0px;}




.pro_title{ font-size:14px; color:white; line-height:48px; text-align:center; background-color:#017415;font-weight:bold; margin-bottom:15px;}
.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:13px; color:#333; line-height:53px;   border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box table img{ max-width:90%!important; height:auto!important;}
.pro_nr_box p{ font-size:13px; color:#333; line-height:32px;}


































































































