﻿@charset "utf-8";
/* CSS Document */
/**全局**/
*{ margin:0px; padding:0px;}
div,form,img,ul,ol,li,dl,dt,dd,map {padding:0;margin:0;border:0;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0; }
body{margin:0px; padding:0px; font-size:14px; color:#333;font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";background:#fff;}
ul,li{list-style:none;}
.clear{clear:both;}
a{color:#333;text-decoration:none;}
a:hover{color:#F00;text-decoration:none;}
img{border:none;}
hr{line-height:0px; font-size:0px; border:none; height:1px; width:100%; margin:5px 0px;}
div{margin:0px auto;}
.f_l{ float:left;}
.f_r{ float:right;}
input,select{ font-family:arial, Helvetica, sans-serif; padding:1px;}
.blank{width:100%;height:10px;clear:both;overflow:hidden;}
.blank20{width:100%;height:20px;clear:both;overflow:hidden;}
.mt10{margin-top:10px;}
.hide{display:none;}
.red{color:#f00;}
.blue{color:#00f;}
.gray{color:#ccc;}
.noInfo{width:100%;float:left;padding:10px 0; text-align:center;}
.input_submit{width:77px;height:41px;float:left;background:url(../images/search.png) no-repeat left top; text-align:center;line-height:41px; color:#fff; border:0px; cursor:pointer;}
.float_bg{background:url(../images/qq_3.gif) repeat-y left top;width:118px;padding:2px 0;float:left;}
.block{width:1000px;margin:0 auto;}



/*all*/
.main{width:100%;float:left;padding:0 0 30px 0;}
.main_top{width:100%;height:80px;float:left; background:url(../images/tbg.png) no-repeat center 10px; text-align:center;}
.course_top_bg{background:url(../images/ct_bg.png) no-repeat center 10px;color:#fff;}
.news_top_bg{background:url(../images/nt_bg.png) no-repeat center 10px;color:#fff;}
.main_top h3{font-size:30px;height:45px;line-height:45px;font-weight:normal;}
.main_top h4{font-size:24px;height:30px;line-height:30px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
.main_type{width:100%;float:left; text-align:center;margin:10px 0 0 0;}
.main_type ul{}
.main_type li{display:inline-block;height:42px;line-height:42px;margin:5px;padding:0px;}
.main_type li a{display:block; background:#0ba587;color:#fff;font-size:14px;padding:0 25px;}
.main_type li a:hover{background:#feef0c;color:#38761d;}
.main_type li.current a{background:#feef0c;color:#38761d;}
.main_con{width:100%;float:left; line-height:200%;padding:20px 0 0 0;}
.main_con img{max-width:100%;}
.main_more{width:100%;float:left; text-align:center; margin:20px 0 0 0;}
/*.main_more a{width:178px;height:38px;line-height:38px; display:inline-block;border:1px solid #333; font-size:16px;}
.main_more a:hover{background:#0ba587; color:#fff;}*/
/*end*/

/**顶部**/
#header{width:100%;float:left;position:relative; z-index:9999;}
#logo{float:left;}
#logo img{height:60px;margin:25px 0;}
#header_right{float:right;}
.language2{display:none;}
.language{float:right;margin:45px 0 0 0;}
.chk_1,.chk_2,.chk_3,.chk_4 {
   display:none;
}
/*******STYLE 4*******/
.chk_4 + label {
	background-color: #FFF;
	border-radius: 12px;
	display: inline-block;
	position: relative;
	background: #35963d;
	width: 54px;
	height: 24px;
	border:1px solid #26712c;
	cursor:pointer;
}

.chk_4 + label:before {
	content: ' ';
	position: absolute;
	background: #FFF;
	top: 0px;
	z-index: 99999;
	left: 0px;
	width: 22px;
	color: #FFF;
	height: 22px;
	border-radius: 11px;
	border:1px solid #26712c;
}

.chk_4 + label:after {
	content: 'EN';	
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:12px;
	color: white;
	width:36px;
	height:22px;
	line-height:22px;
	text-align:center;
}

.chk_4:checked + label {
	background: #67A5DF;
	border:1px solid #64A1DA;
}

.chk_4:checked + label:after {
	content: 'CN';
	left: 0px;
}

.chk_4:checked + label:before {
	content: ' ';
	position: absolute;
	z-index: 99999;
	left:30px;
	border:1px solid #26712c;
}


#checkbox_d2 + label:after, #checkbox_d2 + label:before, #checkbox label {	
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
/*end*/

/*menu*/
#navigate{float:right;margin:40px 0 0 0;}
#navigate ul li{float:left;height:40px;position: relative;z-index:1000;margin-left:30px;}
#navigate ul li.first_menu{ background:none;}
#navigate ul li a{ display:inline-table;line-height:38px;height:38px;color:#333;font-size:16px;padding:0 4px;border-bottom:2px solid #fff; }
#navigate ul li a:hover {border-bottom:2px solid #36863d;color:#36863d;}
#navigate ul li .current{border-bottom:2px solid #36863d;color:#36863d;}

#navigate ul li ul {display:none;position:absolute;left:0;top:47px;padding:5px 0;background:#45b1ff;z-index:9999;}
#navigate ul li ul li {border:none;float:none; background:none; height:30px; line-height:30px; overflow:hidden;}
#navigate ul li ul li a{height:30px;line-height:30px; font-size:14px; color:#fff;font-weight: normal; background:none;}
#navigate ul li ul li a:hover {background:none;color:#ff0;}
/*end*/

/*mobile menu*/
.mobile_menu{display:none;}
.menu_btn{ display:block; height:28px; width:40px; position:absolute; right:0px; top:15px; z-index:999;}
.menu_btn i{height:2px; width:30px; background:#36863d; display:block; position:absolute; top:15px; display:inline-block; transition: all 0.3s ease-out;}
.menu_btn i:before{ content:""; display:block; background:#36863d; width:30px; height:2px;position:absolute; top:-6px;transition:all 0.3s ease-out;}
.menu_btn i:after{ content:""; display:block; background:#36863d; width:30px; height:2px;position:absolute; top:6px;transition:all 0.3s ease-out;}
.menu_btn i.ccc{background:#666;z-index:999;}
.menu_btn i.ccc:before{background:#666;}
.menu_btn i.ccc:after{background:#666;}

.menu_btn:hover i:before{ top:-10px;}
.menu_btn:hover i:after{ top:10px;}

.menu_btn:hover i.open:before{ top:-6px;}
.menu_btn:hover i.open:after{ top:6px;}

i.open{ background:transparent;}
i.open:before{ background:#666;transform: translateY(6px) rotateZ(45deg);width:20px;
-ms-transform: translateY(6px) rotateZ(45deg); 	/* IE 9 */
-moz-transform: translateY(6px) rotateZ(45deg); 	/* Firefox */
-webkit-transform: translateY(6px) rotateZ(45deg); /* Safari 和 Chrome */
-o-transform: translateY(-6px) rotateZ(45deg); 	/* Opera */}
i.open:after{ background:#666;transform: translateY(-6px) rotateZ(-45deg);width:20px;
-ms-transform: translateY(-6px) rotateZ(-45deg); 	/* IE 9 */
-moz-transform: translateY(-6px) rotateZ(-45deg); 	/* Firefox */
-webkit-transform: translateY(-6px) rotateZ(-45deg); /* Safari 和 Chrome */
-o-transform: translateY(-6px) rotateZ(-45deg); 	/* Opera */}

#menu{ position:absolute;width:160px; background:rgba(255,255,255,0.8);z-index:2;right:0;top:0;transition:all 0.3s ease-out;}
#menu.open_menu{right:0!important; display:block !important; }
#menu ul{padding: 20px 0px 10px 40px;}
#menu  ul li a{font-size:14px;line-height:30px;}

/*手机底部导航*/
#toolbar{ display:none;}


/*flash*/
#banner{width:100%;float:left;}
#banner img{width:100%; height:auto;}
#flash{width:100%;float:left;}
.flash2{display:none;}
.slideBox{ position:relative; overflow:hidden;background:#000;}
.slideBox .bd{position:relative; z-index:0;margin:0 auto; }
.slideBox .bd li{position:relative; text-align:center;  }
.slideBox .bd li img{width:100%;}	
.slideBox .hd{width:100%;position:absolute;z-index:1;bottom:10px;left:0;height:12px;line-height:12px;}
.slideBox .hd ul{text-align:center;}
.slideBox .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:12px;height:12px;margin:0 5px;overflow:hidden;background:#fff;/*filter:alpha(opacity=80);opacity:0.8;*/line-height:999px; border-radius:50%;}
.slideBox .hd ul .on{background:#45b1ff;}

.slideBox .prev{position:absolute; left:10px; top:50%;margin-top:-37.5px; display:block; width:49px; height:75px; background:url(../images/left.png) no-repeat left top; cursor:pointer;display:none;}
.slideBox .next{position:absolute; right:10px; top:50%;margin-top:-37.5px; display:block; width:49px; height:75px; background:url(../images/right.png) no-repeat left top; cursor:pointer;display:none;}
#flash:hover .slideBox .prev,#flash:hover  .slideBox .next{display:block;}
/*end*/


/*底部*/
#wechat{float:left;width:100%;line-height:30px;text-align:center;padding:30px 0;}
.wechat_img{float:left;width:100%;}
.wechat_img img{display:inline-block;}
.website_title{float:left;width:100%;font-size:16px;color:#36863d;}
.contact_tel,.contact_email{float:left;width:100%;font-size:14px;color:#666;}
#footer{width:100%;float:left; text-align:center;padding:20px 0; background:#585858;color:#c5c5c5;line-height:25px;}
#footer a{color:#c5c5c5;}
#footer a:hover{color:#ff0;}
#footnav{float:left;width:100%;font-size:14px;line-height:30px;}
#footnav li{display:inline;}
#footnav li a{padding:0 8px;}

/*end*/

.home_top_ico{float:left;width:100%;height:60px;/* background:url(../pic/home_top.png) no-repeat center center; */background-size:contain;/* margin-top:30px; */}
.home_top{float:left;width:100%;height:50px;text-align:center;}
.home_top h3{font-size:30px;color:#36863d;font-weight:bold;line-height:50px;}
.home_top h3 a{color:#36863d;}
.home_top h3 a:hover{color:#36863d;}


/* 关于我们 */
#about{float:left;width:100%;}
.about_con{float:left;width:100%;padding:38px 0 50px 0;}
.about_img{float:left;width:37.83%;}
.about_img img{width:100%;height:auto;}
.about_item{float:right;width:60%;font-size:14px;line-height:25px;color:#333;}
.about_more{display:block;width:123px;height:38px;line-height:38px;font-size:16px;color:#35963d;border:1px solid #35963d;text-align:center;margin-top:5px;
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.about_more:hover{background:#35963d;color:#fff;}

/* 关于我们 end */

/* 产品展示 */
#pro{float:left;width:100%;}
.pro_con{float:left;width:100%;padding:35px 0 60px 0;}
.scrollable{
	overflow:hidden;
	position: relative;
}

.scrollable ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 10000em;
}
.scrollable ul li {
    padding: 0px;
    margin:0 16px;
    display: block;
    float: left;
    width: 275px;
    text-align: center;
}
.scrollable-4col ul li {
    width: 275px;
    text-align: center;
}
.scrollable .carousel-direction a {
    display: block !important;
    overflow: hidden;
    position: absolute;
    width: 33px;
    height: 33px;
    margin-top:-17px;
    top: 50%;
    font-family: simsun;
    text-decoration: none;
    cursor: pointer;
	z-index: 100;
}
.carousel-direction a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollable a.carousel-next {
    right: -50px;
	background:url(../pic/rightloop.png) no-repeat;
	background-size:contain;
}
.scrollable a.carousel-prev {
    left: -50px;
	background:url(../pic/leftloop.png) no-repeat;
	background-size:contain;
}

.pro_item{float:left;width:100%;cursor:pointer;}
.pro_item_img{float:left;width:100%;position:relative;}
.pro_item_img img{width:100%;}
.pro_mark{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(255,255,255,0);z-index:200;
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pro_layer{float:left;width:100%;padding:20px 10px 15px 10px;background:#f0f0f0;
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pro_layer_top{width:28px;height:2px;background:#7f7f7f;margin:0 auto;}
.pro_layer_title{width:100%;height:44px;line-height:44px;text-align:center;overflow:hidden;font-size:16px;color:#333;}
.pro_layer_desc{width:100%;height:48px;line-height:24px;font-size:14px;color:#666;text-align:center;overflow:hidden;}
.pro_item:hover .pro_mark{background:rgba(255,255,255,0.4);}
.pro_item:hover .pro_layer{background:#36863d;}
.pro_item:hover .pro_layer_top{background:#fff;}
.pro_item:hover .pro_layer_title,.pro_item:hover .pro_layer_desc{color:#fff;}

/* 产品展示 end */

/* 中间广告图 */
#ad{float:left;width:100%;position:relative;}
.ad_img{float:left;width:100%;}
.ad_img img{width:100%;}
.ad_layer{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;text-align:center;overflow:hidden;background: rgba(0,0,0,0.25);}
.ad_middle{width:100%;height:100%;display:table;}
.ad_middle div{display:table-cell;vertical-align:middle;}
.ad_title{float:left;width:100%;height:70px;line-height:70px;}
.ad_title a{font-size:30px;color:#fff;}
.ad_desc{float:left;width:100%;line-height:26px;}
.ad_desc a{font-size:16px;color:#fff;}

/* 中间广告图 end */

/* 新闻资讯 */
#news{float:left;width:100%;}
.news_con{float:left;width:100%;padding:45px 0 50px 0;}
.news1{float:left;width:43.5%;}
.news1 img{width:100%;height:auto;}
.news2{float:right;width:52.42%;margin-top:10px;}
.news_item{float:left;width:100%;padding-right:5px;padding-bottom:35px;}
.news_item_time{float:left;width:72px;color:#fff;text-align:center;}
.news_item_day{float:left;width:100%;height:50px;line-height:50px;font-size:24px;background:#36863d;}
.news_item_month{float:left;width:100%;height:30px;line-height:30px;font-size:14px;background:#36863d;margin-top:1px;}
.news_item_right{float:right;width:84.39%;}
.news_item_title{flaot:left;width:100%;height:16px;line-height:16px;overflow:hidden;}
.news_item_title a{font-size:16px;color:#333;}
.news_item_desc{float:left;width:100%;font-size:14px;color:#666;line-height:24px;height:48px;overflow:hidden;position:relative;margin-top:10px;}
.news_more{color:#36863d;position:absolute;right:0;bottom:0;}

.news1_video{width:100%;height:360px;}
/* 新闻资讯 end */

/* 茶叶学堂 */
#know{float:left;width:100%;background:url(../pic/know_bg.jpg) center center;}
.know_con{float:left;width:100%;padding:30px 0 45px 0;}
.know_item{float:left;width:100%;}
.know_item_img{float:left;width:100%;}
.know_item_img img{width:100%;}
.know_layer{float:left;width:100%;padding:8px 18px 18px 18px;background:#fff;text-align:left;}
.know_layer_title{width:100%;height:40px;line-height:40px;overflow:hidden;font-size:16px;color:#333;}
.know_layer_desc{width:100%;height:72px;line-height:24px;font-size:14px;color:#666;overflow:hidden;}
.know_more{display:inline-block;width:82px;height:32px;font-size:14px;line-height:30px;text-align:center;border:1px solid #36863d;color:#36863d;margin-top:12px;
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.know_more:hover{background:#36863d;color:#fff;}
.know_page{float:left;width:100%;padding:45px 0 0 0;text-align:center;}
.know_page a{display:inline-block;width:13px;height:5px;background:#a5a5a5;margin:0 8px;}
.know_page a.selected{background:#36863d;}
.know_page a span{display:none;}


/* 茶叶学堂 end */



#LeftButton{width:24px;height:42px; display: block; background: url(../images/left.png) no-repeat 0px 0px; position:absolute;left:0px; top:55px;}
#RightButton{width:24px;height:42px;display: block; background: url(../images/right.png) no-repeat 0px 0px;position:absolute;left:736px; top:55px;}
#MarqueeDiv{width:692px; float: left; height:152px;overflow: hidden;margin:0 0 0 34px;display:inline;}
#MarqueeDiv img{margin-right:10px; height:150px; width:150px;}
/*end*/


/*left*/
#left{width:100%;float:left;}
.left_list{width:100%;float:left;}
.left_top{width:100%;height:50px;line-height:50px;float:left;background:#36863d;display:none;}
.left_top h3{float: left;line-height:50px;font-size:20px;font-family: "微软雅黑";color: #FFF;padding-left: 22px;}
.left_con{padding:0px;line-height:24px;width:100%;background:#fff;float:left;border-top:none;text-align:center;}
.type_list{width:100%;float:left;}
.type_list ul{margin:0px;padding:0px;list-style-type:none;}
.type_list li{padding:0px;list-style-type:none;display:inline-block;margin-top:20px;}
.type_list li a{
	font-size:16px;
	height: 36px;
    margin: 0 5px;
    line-height: 36px;
    padding: 0 30px;
    background: #8dc63f;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.type_list li a:hover{background:#36863d;}
.type_list li a.current{background:#36863d;}
.type_list li.second_cat{}
.type_list li.second_cat a{padding:0 10px;}
.type_list li.second_cat a:hover{}
.type_list li.second_cat a.current{}


.left_btn {
    border: solid 1px #ddd;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
	cursor:pointer;
	
}

.left_btn{display:none;}

/*end*/

/*right*/
#right{width:100%;float:right;}
#right_top{width:100%;height:50px;line-height:50px;float:left; text-align:center;}
#right_top h3{    
	font-size: 30px;
    color: #36863d;
    font-weight: bold;
}
#right_top h3 a{color:#36863d;}
.ur_here{float:right;height:40px;line-height:40px;background:url(../pic/home.png) no-repeat left center;padding-left:18px;}
.ur_here li{display:inline-block;margin:0 3px;font-size:12px;color:#797979;}
.ur_here li a{color:#797979;}
#right_con{width:100%;float:left;padding:30px 0 0 0;line-height:200%;/*overflow-x:hidden;*/min-height:300px;height:auto !important;height:300px;}
#right_con img{max-width:100%;height:auto;}
/*end*/


/*demo*/
#demo {overflow:hidden;width:900px;height:145px;margin:35px 0 0 10px;float:left; display:inline;}
#cdemo {overflow:hidden;width:900px;}
#demo img {}
#indemo {float: left;width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}
/*end*/

/*link*/
.friendlink{padding-top:12px;}
.friendlink li{float:left;width:242px;}
.friendlink li.txt1{padding:3px 0px 3px 24px;background:url(images/dot.gif) no-repeat 10px center;}
.friendlink li.pic1{padding:3px 0 3px 8px;}
.friendlink li.pic1 img{width:240px;height:65px;}

.link{width:100%;padding:50px 0;float:left;}
.link_txt{width:100%;float:left; text-align:center;margin:20px 0 0 0;}
.link_txt ul{margin:0px;padding:0px;list-style-type:none;}
.link_txt li{margin:0px;padding:0 10px;list-style-type:none; display:inline-block;line-height:25px;}
.link_txt li a{font-size:14px;color:#df011a;}
.link_txt li span{font-size:16px;}

.link_img{width:100%;float:left;text-align:center;margin:20px 0 0 0;}
.link_img ul{margin:0px;padding:0px;list-style-type:none;}
.link_img li{margin:0px;padding:0px;list-style-type:none; display:inline;}
.link_img li img{height:150px;}
/*end*/
	 
/*news*/
.art_list{width:100%;float:left;padding:15px 0;border-bottom:1px dashed #dcdcdc;}
.art_img{float:left;width:23%;}
.art_img img{width:100%;}
.art_right{float:right;width:75%;}
.art_title{width:100%;height:25px;line-height:25px;font-size:16px;overflow:hidden;}
.art_author{width:100%;height:20px;line-height:20px;color:#999;font-size:12px;}
.art_author span{margin:0 10px 0 0;}
.art_des{width:100%;color:#666;line-height:20px;max-height:40px;overflow:hidden;}
.art_more{width:100%;display:inline-block;text-align:left;color:#36863d;}
.art_more:hover{color:#36863d;}
.art_list:hover .art_title a{color:#36863d;}
.art_list:hover{border-bottom:1px dashed #36863d;}

.articleList{width:100%;float:left;}
.articleList3{display:none;}
.articleList ul{margin:0px;padding:0px;list-style-type:none;}
.articleList li{margin:0px;padding:0 0 0 10px;list-style-type:none;border-bottom:1px dotted #ccc;background:url(../images/li_0.png) no-repeat left center;line-height:35px;}
.time{float:right;}
.articleTitle{ font-weight:bold; font-size:18px; text-align:center;}
.articleAuthor{text-align:center; padding:7px 0px;border-bottom:1px dotted #ccc;}
.articleAuthor span{ margin:0px 6px; font-size:9pt;}
.articleInfo{width:100%;padding:10px 0; line-height:200%;}
.articleInfo img{max-width:100%;}
.pageUpDown{padding-top:10px;text-align: left;line-height:30px;}


/*end*/

/*Product*/
.productList{/*width:100%;float:left;*/}
.pro_list{ text-align:center; margin:10px 0 20px 0;}
.pro_img img{ width:100%;}
.pro_title{width:100%;height:25px;line-height:25px; overflow:hidden;}
.productTitle{line-height:35px;font-weight:bold; text-align:center; font-size:18px;}
.productImg{width:100%;text-align:center;float:left;margin:10px auto;}
.productImg img{max-width:100%;}
.productBuy{width:100%;text-align:center;float:left;margin:10px auto;}
.productBuy a{margin:0 10px;}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title{width:100%;float:left;margin:10px 0 0 0;border-bottom:1px dotted #ccc;line-height:25px;}
.title span{font-size:14px;font-weight:bold;}
.productDesc{ line-height:200%;padding:10px 0;width:100%;float:left;}
/*end*/

/*page*/
.pages{ font-size:12px;text-align:center; padding:10px 0px 10px 0px;}
.pages li{ display:inline-block;}
.pages a{font-size:12px;padding:5px 10px;border:1px solid #ccc;margin:0 2px;}
.pages a:hover{background:#eee;}
.pages li.active a{background:#eee;color:#f00;}
.pages select{ vertical-align:middle; font-size:8pt; padding:0px; }
.pages b{ font-weight:normal;}
/*end*/

/*feedback*/
.f_list{width:100%;float:left;margin:5px auto;clear:both;
	font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #85919d;
}
.f_list .fl_l{float:left;width:20%; text-align:right;}
.f_list .fl_r{float:left;width:80%;}
.input_text{width:90%;min-height:30px;border:1px solid #ccc; 
-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
.w100{width:100px;}
/*end */

@media screen and (min-width: 1230px){
	.container{width:1230px;}
}
@media screen and (max-width: 1200px){
	.language{margin:20px 0 0 0;}
	#navigate{margin:15px 0 0 0;}
	#navigate ul li{margin-left:20px;}
	#navigate ul li a{font-size:14px;}
	
	.scrollable a.carousel-next {
		right: -10px;
	}
	.scrollable a.carousel-prev {
		left: -10px;
	}
	.news_more{display:none;}
	
	#logo img{height:50px;}
	

}
@media screen and (max-width: 992px){
	
	#navigate ul li a{font-size:12px;}

	#left{width:100%;}
	#right{width:100%;}
	#right_con{ min-height:auto;}
	
	.news1,.news2{width:100%}
	.news2{margin-top:20px;}
	.left_btn{display:block;}
}



@media screen and (max-width: 768px){
	
	.language{display:none;}
	.language2{display:block;}
	#logo img{height:45px;margin:8px 0;}
	.art_img{width:100%;}
	.art_right{width:100%;}	
	#navigate{display:none;}
	.mobile_menu{display:block;}
	.language{display:none;}
	.slideBox .prev,.slideBox .next{ display:none;}
	
	.scrollable a.carousel-next {
		right: 10px;
	}
	.scrollable a.carousel-prev {
		left: 10px;
	}
	
	.ad_desc{display:none !important;}
	.ad_title a{font-size:20px;}
	
	.art_img{width:30%;}
	.art_right{width:67%;}
	.art_more{display:none;}
	.art_author{display:none;}
	.art_des{margin-top:5px;}
	
	.about_con{padding: 18px 0 20px 0;}
	.about_img{width:100%;}
	.about_img img{display:block;width:65%;margin:0 auto;height:auto;}
	.about_item{width:100%;margin-top:10px;}
	.about_more{margin:0 auto;}
	.SonlineBox{display:none;}
	.productList .row{margin-left:-8px;margin-right:-8px;}
	.pro_list{padding:0 8px;margin:0 0 20px 0;}	
	.home_top{height:auto;}
	.home_top h3{font-size:20px;line-height:2;}

}
@media screen and (max-width: 640px){
	
}


@media screen and (max-width: 600px){
	.news_item_time{width: 14%;}
	
}
@media screen and (max-width: 480px){

	.news_item_time{width: 15%;}
	.news_item_right{width: 83.39%;}
	.news_item_day{font-size:16px;height:40px;line-height:40px;}
	.news_item_month{font-size:12px;}
	.news_item_title{height:24px;line-height:24px;}
	.news_item_title a{}
	.news_item_desc{margin-top:0;}
	.news_item{padding:10px 0;border-bottom:1px dashed #dcdcdc;}
	.news_item:nth-child(3){border-bottom:none;}
	
	.know_page{display:none;}
	#wechat{display:none;}
	.news1_video{height:250px;}
	.ur_here{display:none;}
	#right_top h3{float:none;margin:0 auto;}
	
	.type_list li{margin-top:10px;}
	.type_list li a{font-size:14px;padding:0 10px;}
	.home_top_ico{height:37px;}
	
	#footnav{display:none;}
		/*手机底部导航*/
	.blank55{width:100%;height:55px;clear:both;overflow:hidden;}
	#toolbar{color:#fff;width:100%;height:54px;position:fixed;bottom:0;left:0;z-index:8;background:#3FA848; display:block;}
	#toolbar a{width:100%;color:#fff;display:block;padding:5px 0 0 0;line-height:23px;font-size:14px;}
	#toolbar a span{ font-size:22px; display:block;}
	
	.pro_con .scrollable-4col ul li{width:165px;margin:0 8px;}
	.pro_layer_desc{display:none;}
	
	.flash1{display:none;}
	.flash2{display:block;}
	.slideBox .bd li{height:180px;}
	.ad_img img{height:100px;}
	.pro_layer_title{height:30px;line-height:30px;font-size:14px;}
}


