

@font-face { 
font-family: Open Sans; 
src: url('../font/opensans.ttf'); 
}
body{font-family:'微软雅黑',Open Sans, Arial,Helvetica, sans-serif;}
header{background: #000;}
.logos{text-align: center;}
ul{list-style:none;}
.logo{}
.flash img{ width: 100%}
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }
.flash_shadow{ height: 79px; background: url(../image/flash_shadow.png) top center no-repeat;}
.main{background-color: #ffffff; padding-top: 23px;}


/*导航菜单*/
.navbar{ margin:0px;  border: none; }
#app_menudown{position: absolute; top:0px; right:0px; font-size: 16px;}
#app_menudown:hover{}








.m_nav {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transform: translateX(100%);
}
/*产品搜索*/
.search_group{float: right; margin: 33px 0px 33px 0px; }
.search_group input.form-control{ border-radius: 0px;box-shadow: none; color: #2185c5; padding: 12px 10px;height: 42px; background-color: #fff; border-right: none;}
.search_group input.form-control:focus{}
.mysearch_btn{ background-color:#1260aa;color:#fff;}
.mysearch_btn:hover,.mysearch_btn:focus{ background-color:#00c6ff; color:#fff;}
#submit_search{color:#fff;font-size: 18px; height: 42px; background-color:#ff7e67; border-radius: 0px; margin-top: -1px;}
#submit_search:hover{cursor: pointer; background-color: #F34A2C;}
#small_search{float: right; color: #888888; margin-top: 7px; padding:8px 13px;font-size: 17px;border-radius: 4px;}
#small_search:hover,#small_search:focus{cursor: pointer; background-color: #dddddd;}

/*首页产品*/

.title_h1{color: #fff;margin:0px; display: block; padding: 13px 0px 13px 15px; background-color: #000;font-size: 16px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.product_list{clear: both;  padding: 35px 0px 35px 0px;margin-right: -15px;margin-left: -15px;}
.product_list2{padding-top: 20px;}
.product_img{padding-left: 15px; padding-right: 15px; margin: 20px 0px;}
.product_img img{margin-right: auto;margin-left: auto;display: block;max-width: 100%;height: auto; margin-bottom: 10px; }
.product_title{margin: 10px 0px 10px 0px; padding-right: 10px; height: 28px; line-height: 14px;text-align: center; color: #fff;}
.product_title a{color: #fff;  transition:color 0.3s;line-height: 16px;}
.product_title a:hover{text-decoration: none;color:#fff;}
.product_desc{margin: 0px 0px 15px 0px;text-align: center;  font-family:Arial;font-size: 24px;color: #fff;line-height: 16px;}
.aboutls{border:1px solid #f0f0f0;order-top: none;}
.aboutls a{color: #666666; display: block;    display: block; height: 40px;}
.aboutls a:hover{color:#000;}
.aboutls-qq,.aboutls-time{border-bottom: 1px dashed #e5e5e5; padding: 15px 0px 5px 0px;margin: 0px 10px;}
.aboutls-qq svg,.aboutls-time svg,.aboutls-wx svg{float: left;}
.aboutls-qq span{line-height: 30px; float: left; padding-left: 10px;}
.aboutls-time div,.aboutls-wx div{height: 30px;}
.aboutls-time span,.aboutls-wx span{font-size: 15px;line-height: 26px;float: left; padding-left: 10px;font-weight: bold;}
.aboutls-time p,.aboutls-wx p{padding: 8px 0px 0px 5px; margin: 0px;padding-bottom: 0px!important;}
.aboutls-time{ padding: 15px 0px 15px 0px;}
.aboutls-wx{ padding: 15px 0px 15px 0px;margin: 0px 10px;}
label{font-weight: normal;}
.form-control{border-radius: 0px;}

.product-container {  
    display: flex;  
    flex-direction: column;  
    align-items: center; /* 垂直居中 */  
    justify-content: center; /* 水平居中 */  
    text-align: center; /* 文字居中 */  
    height: 100%; /* 假设图片容器有固定高度或响应式高度 */  
    position: relative; /* 相对于自身定位 */  
}  
  
.opacity_img {  
    width: 100%; /* 图片宽度100% */  
    height: auto; /* 图片高度自适应 */  
    display: block; /* 消除图片底部间隙 */  
}  
  
.product-text-container {  
    position: absolute; /* 绝对定位相对于最近的已定位祖先（在这里是.product-container） */  
    width: 100%; /* 文本容器宽度100% */  
    top: 50%; /* 顶部位置设为50% */  
    transform: translateY(-50%); /* 向上移动自身高度的50%以实现垂直居中 */  
}  

/*首页新闻*/
.news_box{margin:30px 0px 0px 0px;}
.index_news{clear: both; list-style:none;margin:0px; padding:12px 0px 0px 0px;}
.index_news li{color:#545455;border-bottom: 1px dotted #dddddd;background: url(../image/li.png) no-repeat left 16px;line-height:21px; padding: 10px 0px; padding-left:13px;}
.index_news li a{color:#545455;font-family:Arial;transition:color 0.3s;}
.index_news li a:hover{ text-decoration:none;color:#ff7f66; }
.news_time{ float:right;}
.left_news span.news_time{display: none;}

/*首页联系*/
.index_contact{margin:10px 0px 15px 0px;}
.index_contact P{clear: both;color:#545455; padding-bottom: 5px;}

.list_box{clear: both; margin:5px 0px 0px 0px;}
.path_title{border: 1px solid #f2f2f2;padding: 8px 19px;overflow: hidden;}

/*栏目导航*/
.left_nav{ clear: both; }
.left_h1{color: #000;margin:0px; display: block; padding: 15px 0px 15px 5px;font-size: 16px;border-bottom: 1px dotted #b3b3b3;}

.left_nav_ul{list-style:none;margin:0px;padding:0px; margin:10px 0px 22px 0px;padding-bottom: 10px;}
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../image/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:#ff7f66;}
/*小类*/
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(../image/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:#ff7f66;}
.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: #ff7f66;}

/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:15px 0px 20px 0px;}
.list_news li{color:#666666;background: url(../image/li.png) no-repeat left 16px;line-height:22px; padding:10px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#666666;}
.list_news li a:hover{text-decoration:none;color:#2b2b2b;}

.contents{clear: both; padding:16px 2px 10px 2px; line-height:28px; color:#000000;overflow: auto;}
.contents_title{ margin: 0px; padding: 10px 0px; text-align: center; color: #000; font-size:18px;color:#434343;font-weight:bold; line-height: 34px; font-family: 'Microsoft Yahei';}

/*分页样式*/
.page{clear:both; margin:30px 0px 35px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px 5px; 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:22px; font-size:24px; color: #000;font-weight: 700; padding:0px 0px 20px 3px;border-bottom: 1px solid #efefef;}
.product_info{list-style:none; padding:0px 0px 20px 3px; margin-top:10px;font-size: 14px;color: #666;line-height: 2;}
.product_info li{ line-height:24px; padding-bottom:12px;}
.product_con{ clear: both;margin:0px 0px 20px 0px;padding:25px 0px 0px 3px; line-height:26px; color:#666666;overflow: auto;border-top: 1px solid #efefef}
.product_con h3{margin: 0px;}
.ab-conts{line-height: 28px;
    color: #000000;}
.product_con img,.ab-conts img{max-width: 100%;}
.product_info h3,.product_con h3{color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;}
.download_btn{text-align: right; margin: 10px 10px 20px 0px;}
.page-btn{border: 1px solid #eee; border-radius: 0px; border: none; background: #000; transition:background 0.3s; padding: 10px 40px;}
.page-btn:hover{background-color:#000; color: #fff;}
.grey-btn{border-radius: 0px;border: none; background-color: #E8E8E8;}
.grey-btn:hover{background-color: #ccc;}
.related_news{ padding-top: 15px; clear: both;}

.a2a_default_style{display: inline-block;}

/*在线留言订购*/
.feedback{margin-top: 40px; margin-bottom: 45px;}
.form-horizontal .form-group { margin-right: -10px;margin-left: -10px;}
.codeimg{ margin: 0px 0px -10px -18px;}


/*上一个下一个*/
.point{ clear: both; margin:35px 0px 35px 0px; line-height:22px;}
.point span.to_prev{text-align:left; }
.point span.to_prev a{color:#666666;}
.point span.to_prev a:hover{color: #000;text-decoration: none;}
.point span.to_next{text-align:right; }
.point span.to_next a{color:#666666;}
.point span.to_next a:hover{color: #000;text-decoration: none;}

/*标签样式*/
.tags{ margin: 8px 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;}
.in_news{background: #fafafa; padding: 50px 0px;}

.news-cent-des a{color: #222222; text-decoration: none;font-size: 14px;}
.news-cent-des{color: #707070;padding: 45px 0px;font-size: 12px; line-height: 20px; border-bottom: 1px #e5e5e5 dashed;}
.news-cent-des span{font-size: 14px; color:#666666 }
.news-cent-des p{margin: 10px 0px 0px 0px;}
.no-bor{border: none;}
.news-title{position: relative;}

.news-title h3{position: absolute;  color: #000; top: 20px; left: 33%;margin: 0px;font-size: 16px;    font-family: 微软雅黑;}


.position{
	height: 400px;display: flex; justify-content: center; align-items: center; color: #fff;text-align: center;
}
.position h1{font-size: 60px;}
.position p{font-size: 24px;font-style: italic;font-family:宋体;}

@media (min-width: 769px) {
	
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 5px;
        text-align: right;
    }
}
/*底部信息*/
footer{ text-align:center; background-color: #000;  color:#fff; padding:20px 0px 10px 0px; font-size:13px;}
.copyright{ line-height:20px;}
.copyright a{ color:#fff;}
.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: 200px; padding: 5px;}
.copyright ul{margin:0px;padding: 0px 0px 10px 0px;}
.copyright ul li{display: inline-block;padding: 0px 10px; position: relative; }

.copyright ul li:not(:last-child):after {  
    content: "";  
    position: absolute;  
    top: 50%;  
    right: 0;  
    transform: translateY(-50%);  
    height: 15px;  
    width: 1px;  
    background: #fff;  
    display: block;  
}


.navbar-nav{
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	
}
#navToggle {
    display: none;
}
.menusm{display: none;}

.navbar-nav > li > a {text-align: center; color: #fff;font-size: 16px;
	
    padding: 9px 18px;
    margin: 0px 14px;
	}

.menu-on{
    text-decoration: none;
    background-color: #fff;
    color: #000!important;
    border-radius: 20px;
    margin: 0px 6px;
    padding: 9px 18px;
}

.container-fluid {
            padding: 60px 30px;
        }

        #image-container {
            position: relative;
            overflow: hidden;
        }

        #image {
            width: 60%;
            float: left;
			min-height: 365px;
        }

        #text-overlay {
			overflow: hidden;
            position: absolute;
            top: 10%;
            right: 0;
            bottom: 10%;
			color: rgb(46, 50, 56);
                background-color: rgba(255, 255, 253, 0.4);
    padding: 20px;
    text-align:left;
			line-height: 23px;
    border: 1px solid #f3f1ef;
        }
	 #text-overlay h3{font-size: 20px;margin-top: 0px;}
.product-text-container p{
    margin: 0px 0px 15px 0px;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    color: #fff;
    line-height: 16px;
}

.contents img{max-width: 100%;}
@media screen and (max-width: 960px) {
	 .navbar-nav > li > a {
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding: 9px 18px;
        margin: 0px 6px;
    }
	.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    margin: 0px 6px;
    padding: 9px 18px;
}
}
.pr-10{padding-right: 15px;}
.pl-10{padding-left: 15px;}
.moban{display: none!important;}
@media screen and (max-width: 768px) {
	.moban{display: block!important;}
	.pcban{display: none!important;}
	
	#text-overlay h3{font-size: 16px;}
	#image {
            width: 100%;
            float: left;
        }
	.paddno{padding: 0px;}
	.position{
		height: 300px;}
	.position h1{font-size: 36px;}
.position p{font-size: 18px;font-style: italic;font-family:宋体;}
	.menusm{display: block; padding: 15px 15px;}
	.mbnone{display: none;}
	.no-bor{border-bottom: 1px #e5e5e5 dashed;}
	.pr-10{padding-right: 0px;}
	.pl-10{padding-left: 0px;}
	
#navToggle {
        height: 40px;
        padding: 0px 15px;
        display: inline-block;
        float: right;
        margin-top: 0px;
    }
	#navToggle span,#navToggle span:before,#navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }
	#navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
		display: inline-block;
    }
	#navToggle span:before {
        top: 8px;
    }
	#navToggle span:after {
        bottom: 10px;
    }
    #navToggle span:before,#navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
	.clearfix {
        width: 80px;
    }
	
.jt {
        display: inline-block;
        width: 10%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: top;
        font-size: 1rem;
        transition: all .5s ease;
    }
	
	.jtRote {
        transform: rotateZ(90deg);
    }
	.logom{margin: 0px;  height: 40px;}
	
	
	
}



 .m_nav .ul li .dropdown_menu a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav.open {
    transform: translateX(0);
}
.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
 .clearfix:before, .clearfix:after{
    content: " ";
    display: table;
}
.m_nav .top .closed {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 30px;
}
.clearfix:after {
    clear: both;
}

.m_nav .ul {
    margin-top: 30px;
	padding: 0px;
}
.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 80%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.list_related{
    border-top: 1px dashed #f0efef;
    border-bottom: none;
    margin: 20px 0;
}



/*大屏幕*/
@media screen and (min-width: 769px) {
       header{padding-top:10px;}
      .navbar{ margin-top:10px;  min-height: 65px; }
      .logo{margin: 20px 0px 20px 0px;height: 60px;}
      .navbar-nav > li{}
      .navbar-nav > li:first-child { border-left:0; }
      .navbar-nav > li:last-child{ border-right:0; }
      
      .navbar-default .navbar-nav > li > a{color: #737373;text-transform:uppercase;line-height: 20px; padding: 20px 23px 20px 23px;    font-size: 14px;}
      .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 > .open > a,
      .navbar-default .navbar-nav > .open > a:hover,
      .navbar-default .navbar-nav > .open > a:focus {
          background-color: none; color:#ff7f66;}
      .navbar-brand{display: none;}

      .nav_small > li:last-child{ border-bottom:0; }
      .nav_small > li > a{color:#fff; font-size: 14px;padding: 9px 18px;margin-bottom: 5px;}
      .nav_small > li > a:hover{color: #000; background: #fff;border-radius: 20px;padding: 9px 18px;}
  #app_menudown,#small_search{ display:none; }
  .index_left_nav,.footer_nav{display:none; }
}
/*小屏幕*/
@media screen and (max-width: 768px) {
      .navbar{ margin-top:10px; }
      .navbar-default .navbar-brand {}
      .navbar-default .navbar-brand:hover,
      .navbar-default .navbar-brand:focus {}
      .navbar-toggle{border:none;}
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{}
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus {
      }
      .navbar-default .navbar-toggle .icon-bar{}
      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px; background-color: #fff;}
      .navbar-default .navbar-nav > li {border-bottom: 1px solid #f2f2f2;}
      .navbar-default .navbar-nav > li:last-child{border: none;}
      .navbar-default .navbar-nav > li > a,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a{}
      .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: #fff;
        }

       header{padding-top: 10px;}
      .search_group{margin: 10px 0px 5px 0px;}
      #topsearch{display: none;}
      .logo{display: block; margin: 0 auto;max-width:700px; margin-top: 15px; margin-bottom: 15px;}
      .flash div.bx-pager{ /*display:none;*/}
      .list_box{margin:5px 0px 0px 0px;}
      .product_desc{margin: 6px 5px 15px 5px;line-height: 18px;}
      .product_con img,.contents img{width:100%;}
      .news_time,.flash_shadow{ display:none;}
      .bx-wrapper .bx-pager.bx-default-pager a {width: 10px;height: 10px;}
      .feedback{margin-top:20px;}
      .footer_nav{background-color: #fafafa;border-bottom: 0px;}
      #pic-page a img {width:35px;}
      #cmsFloatPanel{ display: none;}
      .point span.to_prev,.point span.to_next{text-align:left; padding-bottom: 8px;}
  
}


/*414px到768px*/
@media screen and (min-width:414px) 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%;
  }
  .logo{max-width:400px;}
}

@media screen and (max-width: 414px) {
  .logo{max-width:280px;}
}



