﻿@charset "utf-8";
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ul, li, ol{list-style:none;}
em ,i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;outline:none;cursor:pointer;color:#000; transition:0.5s}
a:hover {text-decoration:none; color:#29923b	;}
*{margin: 0; padding: 0; box-sizing: border-box;}

body,textarea,pre,input{font:12px/1.2 tahoma,arial,sans-serif;}
input,textarea{margin:0;padding:0;outline:none;font-size:100%;vertical-align:baseline;}
textarea{resize:none;}
textarea, input[type="text"], input[type="password"] {background:white url(../images/common/input_bg_sd.png) 0 0 no-repeat;}
hr {border:none;height:1px;}

html,body{height:100%;}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}





body {
	font-family: "Microsoft YaHei";
	background:#fff;
}


/*页头部分*/
.container {
	width:1200px;
	clear:both;
	margin:0 auto;
}
.slider_bg{ background:#FFF;  width:100%; height:auto;  background-image: linear-gradient(to right , #6db542, #05823d, #6db542);
 border-bottom: 1px solid #ccc}

.header {
	display:block;
}
.logo {
	float:left;
	padding: 5px 0;
  position: absolute; left: 50%; margin-left: -590px; top: 100px; z-index: 100000000
  

}
.logo img{ width:440px; overflow: hidden; }
.h_right {
	float: right;
}




/*-- start-smartphone_nav --*/

        .demo{ background: #a93538;padding: 2em 0; }
        nav.navbar.bootsnav{
            border: none;
            background: none;
            margin-bottom: 0;

        }
        nav.navbar.bootsnav ul.nav > li{
          

        }
        
        nav.navbar.bootsnav ul.nav > li:before{

        }
        nav.navbar.bootsnav ul.nav > li:hover:before{ height: 25px; }
        nav.navbar.bootsnav ul.nav > li.megamenu-fw:before{ left: 11.3%; }
        nav.navbar.bootsnav ul.nav > li:after{

        }
        nav.navbar.bootsnav ul.nav > li:hover:after{
            bottom: 20px;
            opacity: 1;
        }
        nav.navbar.bootsnav ul.nav > li.megamenu-fw:after{ left: 11.3%; }

        nav.navbar.bootsnav ul.nav > li > a{
           padding: 20px 35px 20px 35px;
            margin: 0;
            color: #000;
            text-transform: uppercase;
            z-index: 1;
            transition: all 0.5s ease 0s;
            font-size:15px;
            color: #fff;
        }

        nav.navbar.bootsnav ul.nav > li > a:hover{ color: #fff; background: #007637  }

        nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
            position: absolute;
            margin: 0 0 0 7px;
        }
        nav.navbar.bootsnav ul.nav > li.dropdown > ul{
            top: 120%;
            transition: all 0.8s ease 0s;
        }

        nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
            top: 100%;
        }

        .dropdown-menu.multi-dropdown{
            position: absolute;
            left: -100% !important;
        }
        nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            border: none;
        }
         nav.navbar.bootsnav li.dropdown ul.dropdown-menu a:hover{
           color: #29923b;
        }
    
        @media only screen and (max-width:990px){
            .dropdown-menu.multi-dropdown{ left: 0 !important; }
            nav.navbar.bootsnav .navbar-toggle{
                background: none;
                color: #d92119;
            }
            nav.navbar.bootsnav ul.nav > li{
                margin-right: 0;
            }
            nav.navbar.bootsnav ul.nav > li:before{
                width: 0;
                height: 2px;
                background: #d92119;
                margin: 0;
                bottom: 50%;
                left: 0;
            }
            nav.navbar.bootsnav ul.nav > li:hover:before{
                width: 25px;
                height: 2px;
            }
            nav.navbar.bootsnav ul.nav > li.megamenu-fw:before{
                left: 0;
                bottom: 52%;
            }
            nav.navbar.bootsnav ul.nav > li:after,
            nav.navbar.bootsnav ul.nav > li.megamenu-fw:after{
                background: #dca342;
                margin: 0;
                bottom: 50%;
                left: auto;
                right: 0;
            }
            nav.navbar.bootsnav ul.nav > li:hover:after{
                bottom: 42%;
                right: 90%;
            }
            nav.navbar.bootsnav ul.nav > li:hover.megamenu-fw:after{
                bottom: 51.3%;
            }
            nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{
                padding: 15px;
                text-align: center;
            }
            nav.navbar.bootsnav ul.nav > li > a,
            nav.navbar.bootsnav ul.nav > li > a:hover{
                color: #333;
            }
            nav.navbar.bootsnav ul.nav > li.dropdown > ul{ top: 100%; }
            nav.navbar.bootsnav ul.nav > li.dropdown.on:before,
            nav.navbar.bootsnav ul.nav > li.dropdown.on:after{
                display: none;
            }
            nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
                font-size: 14px;
                font-weight: normal;
            }
        }

/*--header-info--*/




.lan{ float: right; background: #29923b; color: #fff; margin-top: 28px; margin-left: 20px; padding: 5px 10px; border-radius: 10px }
.lan a{ margin:0 5px;  color: #fff}
.lan a:hover{ color: #f0ff00}
/*----slider----*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}


.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
	width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 1%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 47%;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 41px;
	background: url("../images/leftarrow.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 8%;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager span {
	float: left;
}
#slider3-pager span {
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius:30em;
	opacity:1;
}
#slider3-pager a {
	padding: 0;
}
#slider3-pager li {
	display:inline-block;
}


.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 99%;
	z-index: 999;
	padding: 0;
	margin: 0;
	margin-top:-3em;
	left:50%;
	margin-left:-52px;
}
.callbacks_tabs li {
	display:inline-block;
}
@media screen and (max-width: 600px) {
	h1 {
	font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callbacks_nav {
	top: 47%;
}
}


/*----*/
.callbacks_tabs a {
visibility: hidden;
padding: 0 0.2em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size:0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height:12px;
	width:12px;
	display:inline-block;
	border:2px solid #E9E9E9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.callbacks_here a:after {
	border:2px solid #96c94a;
}
.header-info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 9%;
}
.header-info h2 a {
	display:inline-block;
	color:#fff;
	padding:0.5em 2em;
	background:rgba(255, 255, 255, 0.32);
	text-decoration:none;
}
.header-info h2 a:hover {
	color:#fff;
	background:#60B0E6;
}
.header-info lable {
	background:#fff;
	height: 1px;
	width: 36%;
	display: block;
	margin-top:2em
}
.header-info h1 a {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}
.header-info h1 a:hover {
	color:#CA670C;
}




/*留言板*/
.message {
  background: #fff;
  width: 460px;
  padding: 20px;
  margin: 0 auto;
  margin-top:30px;
}
.message p{
  text-align: center;
}
.message p strong{
  font-size: 30px;
  display: block;
  color: #000;
}
.message p em{
  color: #eeb819;
  font-size: 14px;

}
.message form{
  margin-top: 20px;
}

.message form label{ 
  display: block;
  margin-bottom: 20px
   }
   
.message form label span{ 
  width: 100px; 
display: inline-block; 
text-align: left;
font-size: 16px;
 }

.message form label input{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: : 40px; 
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px
}

.message form label.button{ 
  width: 100%;
  height: 40px; 
  background: #333333;
  color:#fff; 
  display: block;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
 }


 .message form label.button input{
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
 }


.message form label textarea{
  border: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 40px;
  padding-left: 5px;
  background: #f1f1f1;
  width: 300px}



.key { margin-top: 20px; }
.key h4{ color: #fff; }
.key div{padding: 10px}
.key p{ font-size: 12px; line-height: 30px; color: #666;   }
.key p span{ color: #000;}


.footer {
	overflow:hidden;
	display:block;
	color:#000;
	font-size:14px;
    background: #333333;
}


.motto{  background-image: linear-gradient(to right , #6db542, #05823d, #6db542); line-height: 80px; font-size: 14px; 
  text-align: center; margin-top: 30px;color:#fff; }
.motto a{color:#fff; margin: 0 10px}
.footcon{ border-bottom: 1px solid #ccc }
.footicon{ padding: 50px 0; overflow: hidden; display: block;}
.footicon p{ float: left; width: 370px; margin-right: 30px } 
.footicon img{ float: left; width: 50px }
.footicon span{ float: left; margin-left: 20px; font-size: 18px; color: #fff;  }
.footicon span em{display: block; font-size: 14px; color: #fff;  line-height: 30px}


.copyright{ text-align: center; display: block;}

.footleft strong{ display: block; margin-top: 30px }
.footleft strong a{ font-size: 14px; font-weight: normal; color: #fff; margin-right: 20px; }
.footleft strong a:hover{ color: #29923b}
.footleft span{ line-height: 30px; display: block; color: #fff; margin:20px auto; }

.footright{ float: left; width: 250px }
.footright img{ float: left; width: 100px }
.footright p{ float: left; width: 130px; margin-left: 10px; margin-top:15px; color: #ccc; line-height: 30px  }


/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(148, 188, 83, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*返回顶部*/


.footer {
  overflow:hidden;
  display:block;
  color:#000;
  font-size:14px;
}
.footconta{ margin-bottom: 100px; overflow: hidden; }
.footconta a{ float: left; text-align: center; width: 33% }
.footconta a img{  padding:25px; border-radius: 20px; display:inline-block; }
.footinfo2,.footinfo3{ float: left; padding-left: 30px; overflow: hidden;  margin:30px auto; }
.footinfo img{ margin-right: 20px }
.footinfo strong,.footinfo span,.footinfo em{ display: block; margin-bottom: 20px }
.footinfo strong{ width: 100px; line-height: 40px; color: #fff; background: #ae2325; border-radius: 20px; text-align: center;}
.footall{ overflow: hidden;}
.footinfo2{ padding-right:30px; width:700px;border-right: 1px solid #ddd; }
.footinfo2 img{ margin-top: 3px; vertical-align: -7px; }
.footinfo2 p{ margin-top: 10px; font-size: 15px; line-height: 30px }
.footinfo2 p strong{ display: block; }
.footinfo3{ width:500px;  }
.footinfo3 img{ width: 100%; height: 415px }
.footinfo { font-size: 14px;  color: #000; line-height: 80px; text-align: center;  }

.contactblock{ background: #fff }


.product_title{text-align:center; font-weight:bold;padding:5px; width:100%; font-size:16px;}
.product_related{text-align:center; padding:5px; width:100%;display:block;}
.proimg{ text-align:center;}
.proimg img{ text-align:center; max-width:98%; margin:0 auto; display:block;} 
.page_list{width:97%;margin:0 auto;margin-top:30px;border-top:1px dashed #e2e2e2}
.page_list li{height:24px;line-height:24px;}