﻿/*
 * LankeCMS (http://lankecms.com)
 * Copyright (c) 2013-2015 http://lankecms.com All rights reserved.
 * Author: 钟若天 <lankecms@163.com>
 */

body{font-family:Arial,'microsoft yahei',Helvetica, sans-serif; color: #7F7F80; background-color: #fff;}
a{transition: 0.5s;-webkit-transition: 0.4s;-moz-transition: 0.4s;}
ul{list-style:none;}
.top_menu{font-size: 12px; color: #8B8C8B;  width: 100%;  height: 30px;}
.language{float: right;height: 30px; padding: 4px 10px 0px 10px; }
.top_name{display: inline-block; padding-top:6px;}
.flash img{ width: 100%}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }
.main{ padding:30px 0px 10px 0px;}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
img {
    vertical-align: middle;
}
.img-thumbnail:hover,.opacity_img:hover{opacity: 0.8;}
.pro_name{width:100%;height:auto; padding: 4px 2px 20px 2px;
    line-height: 28px;
    color: #898989; float: left; font-size: 14px; text-align:left;}
/*导航菜单*/
.navbar{ margin:0px; background-color:#fff; border: none; margin-top: 30px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0,0.1);}
#app_menudown{position: absolute; top:0px; right:0px; font-size: 16px;}
#app_menudown:hover{background-color: #cc3300;}

/*Company Profile*/
.aboutus{padding: 20px 0px; background-color: #F5F5F5;}
.aboutus img{width: 100%;max-width: 540px; display: block; margin: 0 auto;}
.aboutus h2{display: inline-block; float: left; color: #cc3300; font-size: 16px; font-weight: bold; padding-left: 10px; padding-top:5px; margin: 0px;}
.aboutus span{color: #C9C9C9; font-size: 20px; padding-left: 4px; font-family: "Times New Roman";}
.aboutus p{line-height: 32px;font-size: 13px;padding-left: 10px; margin-top:18px; color: #565656;}
.about_line{border-right: 1px dashed #ccc;}
.about_more{display: inline-block; float: right;margin-top: 8px;color: #B5B5B5; font-size: 12px; padding: 0px 6px; border: 1px solid #B5B5B5; border-radius: 6px;}
.about_more:hover{text-decoration: none;}/*换成箭头*/

/*产品搜索*/
.search_group{margin: 22px 0px 30px 0px; border:1px solid #dfe1e3;}
.search_group input.form-control{ border-radius: 0px;box-shadow: none; color: #787878; padding: 12px 10px;
  height: 36px; background: transparent; border: none;}
.search_group input.form-control:focus{box-shadow: none;border-color: #b2e0fb;}
.mysearch_btn{ background-color:#1260aa;color:#fff;}
.mysearch_btn:hover,.mysearch_btn:focus{ background-color:#02BB5A; color:#fff;}
#submit_search{color:#31363c;font-size: 13px;}
#submit_search:hover{color:#cc3300;cursor: pointer;}

/*首页产品*/
.index_product{margin-top: 20px;}
.index_product h2{text-align: center;color: #cc3300; font-weight: bold;  line-height: 28px; font-size: 20px; margin: 0px;}
.index_product span{text-align: center; font-size:18px; color: #C9C9C9; font-family: "Times New Roman";text-transform: uppercase; display: block;}
.eindex_product h2{font-size: 24px; font-weight: bold; text-transform: uppercase;}
.product_list{clear: both; padding: 20px 0px 30px 0px;margin-right: -15px;margin-left: -15px;}



/*产品轮播 go*/


.product_list .pro-switch {
    height: 300px;
    overflow: hidden;
    position: relative;
    width:780px;
}
.product_list .pro-switch .flexslider {
    margin: 0;
    padding: 0;
}
.product_list .pro-switch .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.product_list .pro-switch .flexslider .slides img {
    width: 100%;
    display: block;
}


.product_list .pro-switch .flexslider .slides > li dd{ width:250px; height:295px; margin-left:15px; float:left; overflow:hidden; position:relative; list-style:none; border-bottom:1px solid #da6944;box-shadow: 0px 0px 5px #888888;margin-top:5px;}
.product_list .pro-switch .flexslider .slides > li dd img{ width:100% !important; height:auto;}
.product_list .pro-switch .flexslider .slides > li dd .info{ width:100%; height:70px; display:block;bottom:10px;line-height:35px;float: left;text-align:center;
}
.product_list .pro-switch .flexslider .slides > li dd .info .name{ width:100%; height:25px; display:block;
  line-height:25px;float: left;text-align:center; font-size: 15px;margin: 0 0 0px;
}
.product_list .pro-switch .flexslider .slides > li dd .info .name a{text-align:center; font-size: 13px;color: #333333;}
.product_list .pro-switch .flexslider .slides > li dd .info .text{ width:100%; height:auto; display:block;
  line-height:25px;float: left;text-align:center; font-size: 13px;margin: 0 0 0px;
}
.product_list .pro-switch .flexslider .slides > li dd .info .text a{text-align:center; font-size: 13px;color: #333333;}
.product_list .pro-switch .flexslider .slides > li dd .info a{    color: #333333;
    text-align: center;
    font-size: 15px;}

.product_list .pro-switch .flexslider .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.slides {
    height: 260px;display: block;
}
/*html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 260px;
}*/

.no-js .slides > li:first-child {
    display: block;
}
.product_list .pro-switch .flexslider {
    margin: 0 auto;
    position: relative;
    width:780px;
    height:265px;
    zoom: 1;
}
.product_list .pro-switch .flexslider .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.product_list .pro-switch .flexslider .slides {
    zoom: 1;
}
.product_list .pro-switch .flexslider .flex-direction-nav {
*height: 0;z-index:99;
}
.product_list .pro-switch .flexslider .flex-direction-nav a {
    width:38px;
    height: 38px;
    margin: -19px 0 0;
    display: block;
    background: url(../images/an_l.jpg) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.5;
    filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.product_list .pro-switch .flexslider .flex-direction-nav .flex-next {
    background: url(../images/an_r.jpg) no-repeat 0 0;
    right: 0;
}
.product_list .pro-switch .flexslider .flex-direction-nav .flex-prev {
    left: 0;
}
.product_list .pro-switch  .flexslider:hover .flex-next {
    opacity: 0.8;
    filter:alpha(opacity=25);
}
.product_list .pro-switch  .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter:alpha(opacity=25);
}
.product_list .pro-switch .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter:alpha(opacity=50);
}
.product_list .pro-switch .flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    left:0; top:225px;
    -webkit-padding-start: 0px;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
    display:none;
}
.product_list .pro-switch .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
*display: inline;
}
.product_list .pro-switch .flexslider .flex-control-paging li a {
    background:#e6e6e6;
    display:block;
    height: 4px;
    overflow: hidden;
    text-indent:-99em;
    width: 60px;
    cursor: pointer;
}
.product_list .pro-switch .flexslider .flex-control-paging li a.flex-active {
    background:#3aa8f4;
}






.product_list .pro-switch{width:100%;}
.product_list .pro-switch .flexslider{width:100%;}
.product_list .pro-switch .flexslider .slides > li dd{
  width:20%;margin-left:2.5%;
}
.product_list .pro-switch .flexslider .slides > li dd img{width:auto;}
/*产品轮播 end*/



.product_list2{padding-top: 20px;}
.product_img{padding-left: 15px; padding-right: 15px; margin-bottom: 22px; min-height: 100px;}
.product_img img{margin-right: auto;margin-left: auto;display: block;max-width: 100%;height: auto; margin-bottom: 0px;  max-height: 380px;}
.product_list2 div.product_img{min-height: auto;}
.product_list2 div.pr2{width:33.3%;border:none;}
.product_list2 div.pr2 .img-thumbnail{border:none;}
.product_img .product_title{padding:5px 13px;height: auto;text-align: center;background: #ffffff;}
.product_img .product_title a{color: #787878; }
.product_img .product_title a:hover{text-decoration: none;color:#cc3300;}
.product_img .product_title .name{width:100%;height:35px;line-height:35px;text-align: left;overflow:hidden;text-overflow: ellipsis; white-space: nowrap;}
.product_img .product_title .name a{color:#333333;text-align: left;font-size: 15px;}
.product_img .product_title .text{width:100%;height:40px;line-height:20px;overflow:hidden;text-align: left;}
.product_img .product_title .text a{color:#585858;text-align: left;font-size: 13px;}

.product_img .pr{height: 100px;}
.product_img:hover .pr{background: #cc3300;height: 100px;border-bottom:1px solid #e5e5e5;}
.product_img:hover .product_title .name a{color:#ffffff;}
.product_img:hover .product_title .text a{color:#ffffff;}

.related_list{padding-top: 20px;}

.index_case{background-color: #F5F5F5; margin: 0px; padding: 0px;}

/*首页新闻*/
.index_news{clear: both; list-style:none;margin:0px; padding:25px 0px 0px 10px;}
.index_news li{margin-bottom: 20px; padding-bottom: 15px; min-height: 70px; border-bottom: 1px solid #E6E5E5;}
.index_news li span{display: inline-block; width: 60px; height: 60px; text-align: center; background-color: #cc3300; color: #fff; float: left; margin-right: 20px;  padding:0px 2px;}
.index_news li span strong{display: block; font-size: 24px; padding-top: 5px;}
.index_news li span i{display: block; font-size: 12px;  font-style: normal; font-family: Arial;}
.index_news li a{color:#565656;}
.index_news li a:hover{ text-decoration:none;color:#cc3300; }
.index_news li em{ font-style: normal; display:block; line-height: 18px; font-size: 12px; color: #989696; padding-top: 8px;}

/*首页下载*/
.down_box{margin:30px 0px 18px 0px;}
.index_down{clear: both; list-style:none;margin:0px; padding:0px 0px 0px 0px;}
.index_down li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../images/li.png) no-repeat left 14px;line-height:21px; padding: 5px 0px; padding-left:16px;}
.index_down li a{color:#7F7F80;}
.index_down li a:hover{ text-decoration:none;color:#cc3300; }
.news_time{ float:right;}

/*首页联系*/
.index_contact{margin:30px 0px 15px 0px;}
.index_contact p{clear: both;color:#7F7F80; padding-bottom: 5px;}

.page_bg{height: 160px; margin-top: 76px;}
.list_box{clear: both; padding:5px 0px 0px 0px;}
.path_title{border: 1px solid #f2f2f2;padding: 8px 19px;overflow: hidden;}

.ewm{width:100%;overflow:hidden;margin-top:40%;margin-right:15px; text-align:center;}
.ewm p{width:100%;overflow:hidden;text-align: center;font-size:12px;color:#585858;line-height: 40px;}
.ewm img{width:80%;height:auto;}
.col-md-7-r{ padding:0; margin:0;}

/*左侧栏目*/
.left_nav{ clear: both; padding-top:5px;}
.left_h2{background:url(../images/title_line.jpg) left bottom no-repeat;  display: block; margin-top: 30px; padding: 0px 0px 10px 0px;font-size: 18px;color: #cc3300;text-transform: uppercase; }
.left_h2 span {
    text-align: left;margin-left:15px;
    font-size: 18px;color: #cccccc;text-transform: uppercase;
}
.left_nav_ul{list-style:none;margin:0px;padding:0px; margin:10px 0px 0px 0px;padding-bottom: 10px;}
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../images/left_li.gif) 6px 15px no-repeat;padding:8px 0px 8px 18px; }
.left_nav_ul > li > a{text-decoration:none; color:#303c4b;}
.left_nav_ul > li > a:hover,.left_nav_ul li a.left_active{color:#cc3300;}
/*小类*/
ul.left_snav_ul{list-style:none;padding:0px;display: none; padding-top: 8px;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#969494;padding: 5px 0px 5px 0px;}
ul.left_snav_ul > li > a:hover{ text-decoration: none;color:#cc3300;}
.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.menu_head:hover{ color: #cc3300;}
.me{position:relative;}
.me .menu_head2{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.me .menu_head2:hover{ color: #cc3300;}
/*左侧新闻*/
.left_news{clear: both; list-style:none;margin:0px; padding:0px;}
.left_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../images/li.png) no-repeat left 12px;line-height:21px; padding: 10px 0px; padding-left:16px;}
.left_news li a{color:#7F7F80;}
.left_news li a:hover{ text-decoration:none;color:#cc3300; }

/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:0px 0px 20px 0px;}
.list_news li{color:#898989;background: url(../images/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#303c4b;}
.list_news li a:hover{text-decoration:none;color:#cc3300;}

.contents{clear: both; padding:4px 2px 20px 2px; line-height:28px; color:#898989;overflow: auto;}
.contents_title{ margin: 0px; padding: 10px 0px; text-align: center; color: #000; font-size:22px;color:#434343;font-weight:bold; line-height: 34px;}

/*分页样式*/
.page{clear:both; margin:0px 0px 40px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #000 1px solid; padding:4px 9px;color: #fff; background-color: #31363c;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #31363c}

/*产品展示*/
#pic-page {text-align: center; margin-top:10px;}
#pic-page a {margin: 0 2px;}
#pic-page a img {width:40px;padding: 2px;border: solid #ccc 1px; margin-bottom:5px;}
#pic-page a:hover img,#pic-page a.active img {border: solid #5280DD 1px;}
.showpic_box,.proinfo_box{margin: 30px 0px 20px 0px;}
.product_h1{ margin:0px; line-height:24px; font-size:16px; color: #cc3300; padding-bottom:10px;border-bottom: 1px dotted #cccccc;}
.product_info{list-style:none; padding:0px; margin-top:10px;}
.product_info li{ line-height:24px; padding-bottom:12px;}
.product_con{ clear: both; border-top: 1px dotted #ccc; margin:10px 0px 20px 0px;padding:20px 0px 0px 0px; line-height:26px; color:#898989;overflow: auto;}

.related_h1{padding: 30px 0px 12px 0px; color: #303c4b; margin:0px; display: block;  font-weight:300; font-size:24px; border-bottom:5px solid #f4f5f6;}

.download_btn{text-align: right; margin: 10px 10px 20px 0px;}
.page-btn{background-color: #409669; border: none;}
.page-btn:hover,.page-btn:focus{background-color:#23BB6B; }
.grey-btn{border: none; background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus{background-color: #ccc;}
.related_news{ padding-top: 0px; clear: both;}

.a2a_default_style{display: inline-block;}

/*Online message订购*/
.feedback{margin-top: 30px; margin-bottom: 40px;}
.form-horizontal .form-group { margin-right: -10px;margin-left: -10px;}
.codeimg{ margin: 0px 0px -10px -18px;}
.form-horizontal .form-group span{ color:#F00;}

/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; line-height:18px;}
.point span.to_prev{text-align:center; }
.point span.to_prev a{color:#0068b7;}
.point span.to_prev a:hover{color: #ea042b}
.point span.to_next{text-align:center; }
.point span.to_next a{color:#0068b7;}
.point span.to_next a:hover{color: #ea042b}

/*标签样式*/
.tags{ margin: 12px 0px 10px 0px}
.tags a{ margin: 0px 5px 8px 0px}
.tags_list{padding: 5px 10px 100px 10px}

.tags_ul{ margin-top: 0px;}
.tags_ul li{line-height: 28px; margin-bottom: 8px; padding-bottom: 10px;}
.tags_ul h3{font-size: 14px; padding: 0px; margin: 0px;line-height: 20px;}
.tags_ul p{font-size: 13px;padding: 0px; margin: 0px; color: #a0a0a0; line-height: 20px; padding-top: 8px;}

/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none; line-height: 26px;clear: both;}
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left; padding-left: 20px;}

#translate{width:180px; margin: 0 auto; }
#translate-this{margin: 15px 0px 10px 0px;}

/*底部信息*/
footer{ text-align:center; background-color: #333641; color:#ababa8; padding:30px 0px 20px 0px; margin-top:0px; font-size:13px;}
.copyright{ line-height:20px;}
.copyright a{ color:#ababa8;}
.foot_nav{ width:25%; float:left;background-color: #fafafa;text-align:center;} 
.foot_nav:hover,.foot_nav:focus{background-color: #e4e4e4;}
.foot_nav a{color:#898989;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.webshare{width: 230px; padding: 5px;}
.ewebshare{width: 200px; padding: 5px;}

/*产品详细切换时间*/
.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*float:left;*/
    border: 0;
}

.main .K1a {
    width: 100%;
    height: auto;
    overflow: hidden;
    float:left;
}
.main .K1a .k1a_top {
    width: 100%;
    height: 75px;
    overflow: hidden;
    float:left;
    border: 0;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    background:#f5f5f5;
    position:relative;
}

.main .K1a .k1a_top .K1a1 {
    width: 60%;
    height: 41px;
    position:absolute;
    left:0px;
    bottom:0px;
}



.K1a1 ul li {
    width: 33.3%;
    height: 41px;
    float: left;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    line-height: 39px;
}

.K1a1 ul .hover {
    width: 33.3%;
    height: 41px;
    line-height: 39px;
    float: left;
    font-size: 16px;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF solid 1px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top-left-radius: 5px;
    border-top: 3px solid #cc3300;
    border-top-right-radius: 5px
}

.K1a .K1a2 {
    width: 96%;
    height: auto;
    float: left;
    margin: 2%;
}
.product_con img,.contents img{width:100%;}


/*recruit go*/
.jobs-list {
    width: 100%;
    min-height: 700px;
    padding-top: 29px;
    /*border-top: 2px solid #e5e5e5;*/
    margin-top: -2px;
}

.single-jobs {
    margin-bottom: 2px;
}

.single-jobs .jobs-bar {
    background: #757575;
    padding-left: 22px;
    padding-right: 22px;
    overflow: hidden;
    cursor: pointer;
}

.single-jobs .jobs-bar.active {
    background: #cf302c;
}

.single-jobs h2 {
    font-size: 16px;
    color: white;
    float: left;
    margin: 9px 0px;
}

.single-jobs img {
    float: right;
    margin-top: 9px;
}

.single-jobs .ico-2 {
    display: none;
}

.single-jobs.active .jobs-bar {
    background: #cf302c;
}
.single-jobs.active .ico-1 {
    display: none;
}
.single-jobs.active .ico-2 {
    display: block;
}

.jobs-text {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
    padding: 19px 22px;
    overflow: hidden;
    display: none;
    background-color: #f5f5f5;
}

.m-jobs-hide {
    display: none;
    height: 30px;
}

/*recruit end*/
/***********about-us.php***********/
.map {
    padding-top: 20px;
   /* border-top: 2px solid #e5e5e5;*/
    margin-top: -2px; 
}

.map .contact-map{
    min-height: 355px;
    border: 2px solid #d9d9d9;
}

.map .contact-map b {
    font-size: 14px!important;
    color: #cf302c!important;
}

.map .contact-map span {
    font-size: 12px;
}

.info {
    padding-top: 24px;
}

.info .detail {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    background-image: url('../images/orange-dot.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}

.massage .massage-title {
    padding-top: 42px;
}

.massage .massage-title span {
   /* font-weight: 700;*/
    font-size: 18px;
    color: #cc3300;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 12px;
}

.massage form {
    font-size: 14px;
    color: #666666;
}

.massage form .row {
    overflow: hidden;
    width:100%;
    margin-right: 0px;
    margin-left: 0px;
}

.massage form .name {
    margin-left: 0px;
}

.massage form .name,
.massage form .kind {
    float: left;width:100%;
}

.massage form .tel,
.massage form .email {
    float: right;width:100%;
}
.massage form .email{margin-left: 0px;float:left;}


.massage form .form-control2 {
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    outline: none;
    padding: 0 4px;
}

.massage form textarea {
    width: 100%;
    height: 118px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    outline: none;
    resize: none;
}

.massage form span {
    vertical-align: top;
    padding-top: 8px;
    display: inline-block;
}

.massage form .sub-btn {
    padding: 7.5px 25px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    outline: none;
}

.massage form .submit-btn {
    color: white;
    background-color: #cf302c;
    margin-left: 70px;
    margin-right: 8px;
}

.massage form .reset-btn {
    color: #808080;
    background-color: #e5e5e5;
}

.massage .tips {
    padding-left: 70px;
    padding-top: 25px;
    max-width: 653px;
    min-height: 142px;
    font-size: 14px;
    color: #bcbcbc;
}

.massage form .err-msg {
    display: inline-block;
}

/***********about-us.php***********/

/*popup*/

.popup{width:820px;height:635px;overflow:hidden;position:fixed;left:50%;top:50%;margin-left:-410px;margin-top:-317.5px;background:#fff;z-index: 1032;padding:10px 30px 20px;display:none;}
.popup .close{width:27px;height:27px; position:absolute;right:10px;top:10px;background:url(../images/close2.png) no-repeat 0px 0px;opacity: .8;}
.mask{width:100%;height:100%;background:#000;opacity:0.3;position:fixed;left:0%;top:0%;z-index: 1031;display:none;}









@media screen and (min-width: 992px) {
  
  .ewm{    margin-top: 40%;}
  
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .index_contact p{     padding-bottom: 0px; margin: 0 0 6px;}
    .product_list .pro-switch .flexslider .slides > li dd{height: 255px;}
    .main .K1a .k1a_top .K1a1 {width: 50%;}
    .row{margin-right: 0px; margin-left: 0px;}
     .massage form span {
    display: block;
    padding-bottom: 4px;
}
.massage form .tel, .massage form .email {
    float: none;margin-left:0px;
}
.massage form .name, .massage form .kind {
    float: none;margin-left:0px;
}
    .massage form .form-control2 {
    width: 100%;
    margin-bottom: 10px;
}
.massage form .submit-btn {
    margin-left: 0px;
}
.massage .tips {
    padding-left: 0px;
}
.massage form .err-msg {
    display: block;
    margin-top: 5px;
}
.massage form textarea{width:100%;}
}
/*大屏幕*/
@media screen and (min-width: 769px) {
      
      .flash{margin-top: 76px;}
      .navbar-nav{float:right;}
      .navbar-nav > li > a { text-align: center;}
      .navbar-default .navbar-nav > li > a{padding: 28px 13px 28px 13px;color: #5e5e5e;/*text-transform: uppercase;*/transition: 0.1s;}
      .navbar-default .navbar-nav > li > a:hover,
      .navbar-default .navbar-nav > li > a:focus,
      .navbar-default .navbar-nav > li > a.active,
      .navbar-default .navbar-nav > .active > a,
      .navbar-default .navbar-nav > .active > a:hover,
      .navbar-default .navbar-nav > .open > a,
      .navbar-default .navbar-nav > .open > a:hover,
      .navbar-default .navbar-nav > .open > a:focus {
      background: url(../images/nav_bg.jpg) center bottom; color: #fff;
      }
      
      .small-nav{min-height: 60px; background: rgba(255,255,255,0.9); margin-top: 0px;}
      .small-nav .navbar-nav > li > a{padding-top: 20px; padding-bottom:20px;}
      .small-nav img.logo{max-height: 50px; margin-top:5px; max-width:200px; }

      .nav_small{ background-color:#fff; background-color: #494949;padding: 10px 0px 10px 0px; border: none; box-shadow: none; border-radius: 0px; font-size: 12px; min-width: 135px;}
      .nav_small > li{text-align: center;}
      .nav_small > li > a{line-height:28px; color: #fff; padding-left:28px; padding-right:28px; }
      .nav_small > li > a:hover{color: #fff;  background-color: #cc3300;}
      #app_menudown,#small_search{ display:none; }
      .index_left_nav,.footer_nav{display:none; }
      .product_list2 div.pr2{margin-bottom: 10px;}
      
}
@media screen and (max-width: 991px) and (min-width: 769px) {
      .flash{margin-top: 60px;}
      .page_bg{margin-top: 60px;}
      .navbar{min-height: 60px;}
      .main .K1a .k1a_top .K1a1 {width: 60%;}
      /*.bx-wrapper{width:85%;}*/
      .ewm{    width: 100px;margin-top: 0%;margin:auto;padding-top: 30px;}
      .bx-wrapper{width:100%;}



.row{margin-right: 0px; margin-left: 0px;}
     .massage form span {
    display: block;
    padding-bottom: 4px;
}
.massage form .tel, .massage form .email {
    float: none;margin-left:0px;
}
.massage form .name, .massage form .kind {
    float: none;margin-left:0px;
}
    .massage form .form-control2 {
    width: 100%;
    margin-bottom: 10px;
}
.massage form .submit-btn {
    margin-left: 0px;
}
.massage .tips {
    padding-left: 0px;
}
.massage form .err-msg {
    display: block;
    margin-top: 5px;
}
.massage form textarea{width:100%;}

.logo{max-height: 60px; max-width:260px; margin-top: 3px;width: 110px;}
 .product_list .pro-switch{height: 265px;}
 .navbar-default .navbar-nav-c > li > a{font-size:14px;padding: 20px 5px 20px 5px;}
 .product_list .pro-switch .flexslider .slides > li dd{height: 250px;}
 }
     /* 
*//*小屏幕*/
@media screen and (max-width: 768px) {
      .product_img img{width:100%;}
      .navbar-default .navbar-brand {color: #fff;}
      .navbar-default .navbar-brand:hover,
      .navbar-default .navbar-brand:focus {color: #fff;}
      .navbar-toggle{border-color: #ccc;}
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:1px solid #ddd;}
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus {
        background: none;
      }
      .navbar-default .navbar-toggle .icon-bar{background-color: #ccc;}
      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}
      .navbar-default .navbar-nav > li {}
      .navbar-default .navbar-nav > li:last-child{border: none;}
      .navbar-default .navbar-nav > li > a,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #5e5e5e;}
      .navbar-default .navbar-nav > li > a:hover,
       .navbar-default .navbar-nav > li > a:focus,
       .navbar-default .navbar-nav > .active > a, 
       .navbar-default .navbar-nav > .active > a:hover, 
       .navbar-default .navbar-nav > .active > a:focus,
       .navbar-default .navbar-nav > .open > a, 
       .navbar-default .navbar-nav > .open > a:hover, 
       .navbar-default .navbar-nav > .open > a:focus,
       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
        background-color: #cc3300; color: #fff;}
       .small-nav{background: rgba(255,255,255,0.9); margin-top: 0px;}

      .flash{margin-top: 50px;}
      .top_name{display: none;}
      .language{padding: 2px 0px 0px 0px; }
      .logo{margin:6px 0px 0px 10px; max-width:200px; max-height: 38px;}
      .aboutus{padding-top: 30px; padding-bottom: 35px;}
      .about_line{border-right:0px;padding: 0px 10px;}
      .aboutus p{margin: 0px; margin-top: 10px;}
      .aboutus img{margin-bottom: 50px; padding: 0px 15px;}
      .index_product{margin-top: 30px;}
      .page_bg{display: none;}
      .list_box{margin:70px 0px 0px 0px; }
      .flash div.bx-pager{ /*display:none;*/}
      .left_h2{margin-top: 0px;}
      .index_left_nav{margin:30px 15px 5px 15px;}
      .product_img,.product_list2 div.product_img{min-height: auto; margin-bottom: 30px;}
      .related_list div.product_img{min-height: 180px;}
      .product_con img,.contents img{width:100%;}
      .list_related h2.left_h2{margin-top: 70px;}
      .news_time{ display:none;}
      .footer_nav{background-color: #fafafa;}
      #pic-page a img {width:35px;}
      #cmsFloatPanel{ display: none;}
      .point span.to_prev,.point span.to_next{text-align:left; padding-bottom: 8px;}
      footer{ /*margin-bottom:50px;*/margin-bottom:0px;}
      .main .K1a .k1a_top .K1a1 {width: 90%;left:5%;}
    .main .K1a .k1a_top .K1a1 ul{padding-inline-start: 0px;}
    /*.bx-wrapper{width:61%;}*/
    .bx-wrapper{width:100%;}
    .product_list2 div.pr2{margin-bottom: 20px;width:50%;}
    .ewm{    width: 100px;margin-top: 0%;margin:auto;padding-top: 30px;}
    .row{margin-right: 0px; margin-left: 0px;}
     .massage form span {
    display: block;
    padding-bottom: 4px;
}
.massage form .tel, .massage form .email {
    float: none;margin-left:0px;
}
.massage form .name, .massage form .kind {
    float: none;margin-left:0px;
}
    .massage form .form-control2 {
    width: 100%;
    margin-bottom: 10px;
}
.massage form .submit-btn {
    margin-left: 0px;
}
.massage .tips {
    padding-left: 0px;
}
.massage form .err-msg {
    display: block;
    margin-top: 5px;
}
.massage form textarea{width:100%;}
}

@media screen and (max-width: 767px) {
     .copyright_p{ display:none;}

    .product_list .pro-switch{height: auto;}
    .product_list .pro-switch .flexslider{height: auto;}
    .product_list .pro-switch .flexslider .slides > li dd{height: auto;width: 33%;margin-top:20px;
    margin-left: 4.5%;box-shadow:none;border:1px solid #ffc9b7;padding-bottom:30px;}
    .product_list .pro-switch .flexslider .slides > li dd .info .text{line-height:20px;}
    .ewm{    width: 100px;margin-top: 0%;margin:auto;padding-top: 30px;}
    .main {
    padding: 10px 0px 10px 0px;
}
    .main .K1a .k1a_top .K1a1 {width: 100%;left:0%;}
    .main .K1a .k1a_top .K1a1 ul{padding-inline-start: 0px;}
    .product_list2 div.pr2{margin-bottom: 10px;width:100%;}
    .row{margin-right: 0px; margin-left: 0px;}
     .massage form span {
    display: block;
    padding-bottom: 4px;
}
.massage form .tel, .massage form .email {
    float: none;margin-left:0px;
}
.massage form .name, .massage form .kind {
    float: none;margin-left:0px;
}
    .massage form .form-control2 {
    width: 100%;
    margin-bottom: 10px;
}
.massage form .submit-btn {
    margin-left: 0px;
}
.massage .tips {
    padding-left: 0px;
}
.massage form .err-msg {
    display: block;
    margin-top: 5px;
}
.massage form textarea{width:100%;}
}

/*370px到768px*/
@media screen and (min-width:400px) and (max-width:768px) {
  .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
    float: left;
  }
  .col-mm-12 {
    width: 100%;
  }
  .col-mm-11 {
    width: 91.66666667%;
  }
  .col-mm-10 {
    width: 83.33333333%;
  }
  .col-mm-9 {
    width: 75%;
  }
  .col-mm-8 {
    width: 66.66666667%;
  }
  .col-mm-7 {
    width: 58.33333333%;
  }
  .col-mm-6 {
    width: 50%;
  }
  .col-mm-5 {
    width: 41.66666667%;
  }
  .col-mm-4 {
    width: 33.33333333%;
  }
  .col-mm-3 {
    width: 25%;
  }
  .col-mm-2 {
    width: 16.66666667%;
  }
  .col-mm-1 {
    width: 8.33333333%;
  }
}










