@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:Arial;}
a{ text-decoration:none;font-family:Arial;}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:Arial;}



/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0.9); 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:35px;}


.top_right{ float:right; padding-top:26px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#027b38; text-align:center; line-height:28px; border:1px solid #027b38; border-radius:30px;}
.top_p3 a:hover{ background-color:#027b38; color:#fff;}

.ss1{ float:right; margin-top:4px; margin-right:6px;}
.ss1 .ss_title1{ width:223px; height:23px; float:left; border:0; background-color:#cecece; font-size:12px; color:#656565; line-height:23px; padding-left:12px;}
.ss1 .ss_title2{ float:left; border:0; width:82px; height:23px; background-color:#027b38; font-size:12px; color:#fff; text-align:center; line-height:23px;}

.top_right ul{ margin-top:18px;}
.top_right ul li{ float:left; font-size:20px; color:#010000; margin-left:80px; padding-bottom:26px;}
.top_right ul li a{color:#010000;}
.top_right ul li a:hover{ color:#027b38;}


#wrap>ul{position: relative;}


#wrap #nav_xiala{ width:880px; height:370px;background-color:rgba(255,255,255,0.9); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);

position: absolute;
		display: none;
		top: 49px;
		left: -49px;}

.nav_hezi{ width:832px; margin:0 auto; padding-top:38px;}
.nav_hezi .nav_nr{ width:250px; float:left; padding-top:20px; margin-left:60px;}
.nav_hezi .nav_nr p{ font-size:16px; color:#666; line-height:40px;}
.nav_hezi .nav_nr p a{ color:#666}

.nav_pic{ width:480px; height:290px; float:right;}



/*通栏*/

#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:563px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:563px !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:1354px; margin:0 auto; margin-top:94px;}
.s_jj_box .s_jj_pic{ float:left; margin-right:14px;}
.s_jj_box .s_jj_p1{ font-size:48px; color:#343434; font-weight:bold; float:left; text-transform:uppercase; line-height:61px;}
.s_jj_box .s_jj_p2{ font-size:18px; color:#636363;  float:right; line-height:61px;}
.s_jj_box .s_jj_p2 a{color:#636363;}
.s_jj_box .s_jj_p2 a:hover{color:#027b38;}
.s_jj_box .s_jj_line{ height:1px; background-color:#e5e5e5; margin-top:30px; margin-bottom:36px;}
.s_jj_nr p{ font-size:16px; color:#5f5f5f; line-height:30px;}
.s_jj_nr p a{color:#5f5f5f;}

.s_jj_box .s_jj_p3{ font-size:36px; color:#343434;font-weight:bold;  text-transform:uppercase; margin-top:42px; margin-bottom:17px;}
.s_jj_nr2 p{ font-size:16px; color:#5f5f5f; line-height:30px;}
.s_jj_nr2{ margin-bottom:34px;}

.s_scx_kuang1{ width:84px; height:109px; background-color:#027b38; float:left;}
.s_scx_kuang1 .s_scx_p1{ font-size:36px; color:#fff; font-weight:bold; text-align:center; margin-top:25px;}
.s_scx_kuang1 .s_scx_line{ width:39px; height:2px; background-color:#fff; margin:0 auto; margin-top:5px;}
.s_scx_kuang2{width:366px; height:109px; background-color:#f3f3f3; float:left;}
.s_scx_kuang2 .s_scx_nr{ width:300px; margin:0 auto; padding-top:20px;}
.s_scx_kuang2 .s_scx_nr p{ font-size:18px; color:#343434; line-height:24px;}




/*首页产品*/
.s_pro_bg{ background:url(../images/img4.jpg) center no-repeat; width:100%; height:791px; margin-top:120px;background-attachment:fixed; background-size: cover;}
.s_pro_box{width:1354px; margin:0 auto; padding-top:135px;}
.s_pro_box .s_pro_p1{font-size:48px; color:#fff; font-weight:bold; text-align:center;text-transform:uppercase;}
.s_pro_box .s_pro_line{ width:68px; height:3px; background-color:#fff; margin:0 auto; margin-top:18px; margin-bottom:67px;} 

.s_pro_tip{ width:408px; height:400px;background-color:rgba(255,255,255,0.8); float:left; margin-right:64px;}
.s_pro_hezi{ width:327px; margin:0 auto; padding-top:50px;}
.s_pro_hezi .s_pro_p2{ font-size:24px; color:#027b38; margin-bottom:12px;}
.s_pro_kuang1{ }
.s_pro_kuang1 p{ font-size:15px; color:#444; line-height:34px;}
.s_pro_hezi .s_pro_line1{ height:1px; background-color:#b9bfc6; margin-bottom:20px;}

.s_pro_nr p{ font-size:16px; color:#000; line-height:36px;}
.s_pro_nr p a{ color:#000;}
.s_pro_nr p a:hover{color:#027b38;}
.s_pro_nr{ height:154px; overflow:hidden;}

.s_pro_more{ width:71px; margin:0 auto;}
.s_pro_more p a{ display:block; font-size:12px; color:#fff; line-height:20px; text-align:center; background-color:#027b38;}


/*首页联系我们*/
.s_lx_bg{ background:url(../images/img5.jpg) center no-repeat; width:100%; height:541px;}
.s_lx_box{ width:1152px; margin:0 auto; padding-top:152px;}
.s_lx_box .s_lx_p1{ font-size:32px; color:#000; font-weight:bold; text-transform:uppercase; font-style:italic; margin-bottom:21px;}
.s_lx_nr p{ font-size:16px; color:#000; line-height:30px;}
.s_lx_nr p a{ color:#000;}

.s_lx_p2{font-size:16px; color:#027b38; font-weight:bold; text-transform:uppercase; font-style:italic; margin-top:20px;}
.s_lx_p2 a{color:#027b38;}


/*页脚*/
.foot_bg{ background-color:#027b38; padding-top:63px; padding-bottom:88px;}
.foot_box{width:1354px; margin:0 auto;}
.foot_left{ width:237px; float:left;}
.foot_left .foot_pic{ max-width:237px; margin-bottom:10px;}
.foot_left .foot_p1{ float:right; margin-left:10px;}
.foot_left .foot_p1 a{ display:block; font-size:14px; width:28px; height:28px; color:#fff; text-align:center; line-height:28px; border:1px solid #fff; border-radius:30px;}
.foot_left .foot_p1 a:hover{ background-color:#fff;color:#027b38;}

.foot_right{ width:716px; float:right;}
.foot_tip{ float:left; width:230px;}
.foot_tip .foot_p2{ font-size:17px; color:#fff; padding-top:10px;}
.foot_tip .foot_p2 a{ color:#fff;}
.foot_tip .foot_line{ width:30px; height:2px; background-color:#c1ffa0; margin-top:17px; margin-bottom:17px;}
.foot_tip .foot_p3{ font-size:14px; color:#cbddd1; line-height:36px;}
.foot_tip .foot_p3 a{ color:#cbddd1;}
.foot_tip .foot_p3 a:hover{ color:#fff;}

.foot_kuang1{ background-color:#00591c;}
.foot_kuang1 p{ font-size:14px; color:#65b67e; text-align:center; line-height:65px;}
.foot_kuang1 p a{color:#65b67e;}


/*about*/
.max_box{ width:1354px; margin:0 auto; margin-top:82px; padding-bottom:90px;}
.max_box .max_p1{ font-size:36px; color:#464646; float:left;text-transform:uppercase;}
.max_box .max_p2{ font-size:30px; color:#dddddd; font-weight:bold; font-style:italic; text-transform:uppercase; float:right; margin-top:8px;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:14px; margin-bottom:50px;}


.jj_p1{ font-size:40px; color:#535353; font-weight:bold; text-transform:uppercase; margin-bottom:17px; }
.s_jj_box .s_jj_line{ height:1px; background-color:#e5e5e5; margin-top:30px; margin-bottom:36px;}
.jj_nr p{ font-size:16px; color:#5f5f5f; line-height:30px;}
.jj_nr p a{color:#5f5f5f;}
.jj_nr{ margin-bottom:-80px;}

.jj_nr2 p{ font-size:16px; color:#5f5f5f; line-height:30px;}
.jj_nr2{ margin-bottom:34px;margin-bottom:-80px;}

.jj_nr3 p{ font-size:16px; color:#5f5f5f; line-height:30px;}
.jj_nr3{ margin-top:30px; margin-bottom:-80px;}


.his_tip{ width:640px; height:203px; background-color:#f3f3f3; float:left; margin-bottom:37px;}
.his_hezi{ width:550px; margin:0 auto; padding-top:30px;}
.his_hezi .his_p1{ font-size:30px; color:#027b38; font-weight:bold; text-transform:uppercase; margin-bottom:11px;}
.his_nr p{ font-size:14px; color:#5f5f5f; line-height:24px;}



/*在线咨询页*/
.ord_box{ width:940px; float:left;}
.ord_tip{ width:467px; float:left; margin-bottom:24px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:12px;}
.ord_tip .ord_kuang1{ width:422px; 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:896px; min-height:170px;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:#027b38; 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:740px; float:left;}
.con_box h1{ font-size:26px; color:#027b38; margin-bottom:30px;}
.con_box p{ font-size:16px; color:#333; line-height:42px;}
.con_box p a{color:#333;}
.con_box p span{ font-size:17px;}

.con_ditu{ float:right; width:580px; height:400px; background-color:#ddd;}






/*产品*/
.left_box{ width:270px; float:left; border-bottom:10px solid #027b38;}
.left_kuang1{ height:105px;background: linear-gradient(45deg,#027b38,#7bf9b3); border-top-left-radius: 6px; border-top-right-radius: 6px;}
.left_kuang1 .left_p1{ font-size:27px; color:#fff; font-weight:bold; line-height:105px; padding-left:30px;}
.left_kuang1 .left_p2{ font-size:19px; color:#fff;  padding-left:30px; }

.left_kuang2{ background-color:#f5f5f5;}
.left_kuang2 .left_p3 a{ display:block; font-size:16px; color:#333; line-height:64px;  padding-left:25px;border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;}
.left_kuang2 .left_p3 a:hover{ background: linear-gradient(45deg,#027b38,#7bf9b3); color:#fff;transition: all 0.4s; }
.left_kuang2 .left_p3 span{ color:#027b38;}
.left_kuang2 .left_p3 a:hover span{color:#fff;transition: all 0.4s;}



.left_kuang2 .left_p4{ font-size:15px; color:#333; line-height:30px; margin-top:10px; margin-bottom:10px;padding-left:32px;}
.left_kuang2 .left_p4 a{ color:#333;}
.left_kuang2 .left_p4 a:hover{ color:#027b38;}
.left_kuang2 .left_p4 span{ font-size:15px;}

.left_kuang2 .left_pic{  margin:0 auto;}




.right_box{ width:1045px; float:right;}

.pro_fl_title{ font-size:16px; font-weight:bold; color:white; text-align:center; line-height:48px; background: linear-gradient(45deg,#027b38,#7bf9b3); }
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; }
.pro_tb tr td{ font-size:15px; color:#333; line-height:60px; }
.pro_tb tr td a{ color:#333;}


.pro3_p1{ background-color:#efefef; font-size:15px; font-weight:bold; color:#000; text-align:center; line-height:60px;}



.pro_title{ font-size:16px; color:white; line-height:60px; text-align:center; background: linear-gradient(45deg,#027b38,#7bf9b3); font-weight:bold; }
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; }
.pro_nr_box table tr td{ padding-left:12px; padding-right:12px; padding-top:25px; padding-bottom:25px; font-size:15px; color:#333; line-height:35px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:15px; color:#333; line-height:35px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}



.pro_more{ width:150px;background-color:#0764b9; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:13px; color:#333;  text-align:center; line-height:38px;background-color:#e5e5e5;}
.pro_more p a:hover{background: linear-gradient(45deg,#027b38,#7bf9b3);  color:white;}


.nr_bo:hover{ background-color:#edf6fb;}




.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: #027b38;  COLOR: #FFFFFF; border:1px solid #027b38;}
.newspage1 SPAN.current{ font-size:12px; BACKGROUND: #027b38;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;}








.jishu_nr h1{ font-size:20px; color:#000; font-weight:normal;}
.jishu_nr p{ font-size:20px; color:#000; font-weight:bold; margin-top:35px; margin-bottom:20px;}
.jishu_nr img{ max-width:900px!important; height:auto!important;}



































