/**
 
 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com
 
 */


body {
  /* 将整个页面的字体, 默认重置 */
  background: #fff;
  font: 12px/18px Microsoft YaHei, Arial, Verdana, "SimSun";
  color: #666;
  background: #fff;
}

 
/** 首页 */
.layui-col-sm6 span.ccent{height:30px; line-height:30px;
    text-align: center;
}
.zydiv { width:96%; margin:5px auto; clear:both;   }

.clfade {float:left; width:100%;height:60px;overflow:hidden;}

/*导航部分*/
.nav{ position: fixed; left: 0; top: 0; width:100%; height:100px;  box-shadow: 0 3px 3px 0 #CCC; background: #FFF;z-index: 999;  transition: 0.3s; }
.nav.index{background: rgba(255, 255, 255 ,0.9); box-shadow: 0 0 0 0 rgba(0,0,0,0.05);}
/*.nav.scroll{ background: #FFF; box-shadow: 0 3px 3px 0 rgba(0,0,0,0.05); transition: 0.3s}*/
.nav .nanner{ width:97%; margin:0 auto;  position: relative; transition: all 400ms ease-out;}
.nav .nav-logo{  position: absolute; top: 0; left: 15px;  line-height:80px; width:300px; }
.nav .nav-logo img{width:300px;cursor:pointer; }

.nav .nav_En_cn { height:45px;width:100%; text-align:right; line-height:45px;   }
.nav .nav_En_cn .poo {width:160px; float:right;  }
.nav .nav_En_cn .poo span{ padding:3px 8px; cursor:pointer; }
.nav .nav_En_cn .poo span:hover{ background:#f1f1f1;  border:solid 1px #ccc;border-radius:5px; color:red; }

.nav .nav-list{display: inline-block; height: 80px;}
.nav .nav-list button{width: 25px; height: 30px; position: absolute; top: 35px; right: 15px; background-color: transparent; border: none; outline: none; cursor: pointer;}
.nav .nav-list button span{display: block; width: 25px; height: 2px; background: #00FF7F; margin-bottom: 6px; transition: 0.5s;}
.nav .nav-list button span.spa1{transform: rotate(45deg);}
.nav .nav-list button span.spa3{transform: rotate(-45deg) translate(5px,-5px);}
.nav .layui-nav{width: 100%; position: absolute;  right: 0;  color: #000; background: transparent;}
.nav .layui-nav .layui-nav-item{display: block; line-height:40px;}
.nav .layui-nav *{font-size:16px;}
 .nav .layui-nav .layui-nav-item a {color: #000;  }
.nav .layui-nav-bar,.nav .layui-nav .layui-this:after{height: 2px; background-color: white;  }
.nav .layui-nav .layui-this a,.nav .layui-nav .layui-nav-item a:hover{color:white;  }

 .nav .layui-nav .layui-nav-item:hover {background:#009e34; color:white; border-top-left-radius:10px; border-top-right-radius:10px;    }
 .nav .layui-nav .layui-nav-item.layui-this{background:#009e34; color:white; border-top-left-radius:10px; border-top-right-radius:10px; }
 .nav .layui-nav .layui-nav-item.layui-this a{ color:white;}

  .nav .layui-nav .layui-nav-item .layui-nav-child .layui_bg{background:#009e34; color:#009e34; border-bottom:dashed yellow 1px;   }


 /***新闻显示页面**/

.newshow { float:left; width: 98%;  margin: 10px 1%; line-height:30px; }
.news_titele {width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; font-size:16px; font-weight:700;}
.ftime { color:#666;}
.news_line {float:left; width:100%; height:10px; border-bottom:#ccc solid 1px; margin-bottom:10px;}
.news_cont { color:#333; }
.news_cont img{ width:96%; text-align:center; margin:0 2%; }
.news_cont p { text-indent: 2em; width:100%;  }
 
.news_cont p img{ width:96%; text-align:center; }
.news_cont p span img{ width:96%; text-align:center; }


/***六大产业**/

 .lay_container { float:left;
        width: 100%;
       position:relative;
    }

    .rollBox {
        float: left;
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 20px auto;
    }

        .rollBox .leftBottom {
            position: absolute;
            left: 5px;
            line-height: 36px;
            text-align: center;
            top:30%;
            border: 0;
            margin: 100px 0 0 0;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            font-size: 20px;
            background-color: rgba(0,0,0,.2);
            color: #fff;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            cursor: pointer;
        }

        .rollBox .rightBottom {
            position: absolute;
            right: 5px;
            line-height: 36px;
            text-align: center;
            top:30%;
            border: 0;
            margin: 100px 0 0 0;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            font-size: 20px;
            background-color: rgba(0,0,0,.2);
            color: #fff;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            cursor: pointer;
        }

        .rollBox .leftBottom, .rollBox .rightBottom {
            z-index:99;
            display: block;
        }
            .rollBox .leftBottom:hover, .rollBox .rightBottom:hover {
                background-color: rgba(255,0,0,.5);
            }
        .rollBox .cont {
            width: 100%;
            overflow: hidden;
            float: left;
        }

        .rollBox .srcCont {
            width: 10000000px;
        }

        .rollBox .cont .pic {          
            float: left;
            text-align: center;
        }


            .rollBox .cont .pic a {
                float: left;
                width: 100%;
                position:relative; 
                overflow:hidden;
            }

                .rollBox .cont .pic a:hover .pfont {
                    transform: translateY(-105%);
                    -ms-transform: translateY(-105%); /* IE 9 */
                    -webkit-transform: translateY(-105%); /* Safari and Chrome */
                }

            .rollBox .cont .pic img {
                width:100%;
                padding: 0 15px 0 10px;
                background: #fff;
                display: block;
                margin: 0 auto;
            }


    .cbg {
        width: 100%; height:100%; 
        position: absolute;
        z-index: 20;
        left: 0;
        top: 0;
        overflow: hidden;  
    }

        .rollBox .cont .pic a:hover .cbg {
            background-color: rgba(0,0,0,.5);
        }

        .rollBox .cont a:link, .rollBox .cont a:visited {
            color: #626466;
            text-decoration: none;
        }

        .rollBox .cont a:hover {
            color: #f00;
            text-decoration: underline;
        }

        .rollBox #listImg1, .rollBox #listImg2 {
            float: left;
        }


    .pfont {        
        width: 92%;
        position: absolute;
        z-index: 21;
        left: 4%;
        top: 85%;
        color: white;
        overflow: hidden;
        line-height: 30px;
        height:350px;
        transition: all .25s ease-in;
        -moz-transition: all .25s ease-in;
        -webkit-transition: all .25s ease-in;
    }
     
       .pfont .tit {  float:left; text-align:left; padding:3px 0px;
            line-height:30px;        width:100%;   
            font-size:24px;
            font-family:Arial ;
            color: #fff;            
            font-weight: bold;
        }
        .pfont .en {
            float: left;
            text-align: left;
            font-size: 16px;
            width: 100%;
            color: #fff;
            opacity: .6;
            filter: alpha(opacity=60);
            line-height: 24px;
            min-height: 24px;
        }

    .f_span { float:left;
        width: 100%;
        padding:20px 1%;
    }
        .f_span .dfo {
            float: left;
            text-align: left;
            width: 100%;
            height: 100%;
            z-index: 2;
            display: block;
            line-height: 30px;
            transition: bottom .3s;
            font-family: 微软雅黑,Microsoft YaHei;
        }
    .pfont .fontc {
        color: #333333;
    }

 /***发展历程**/
  
    #fzlc_pic {
        float: left;                     
        width: 96%;
        overflow: hidden;
        /*background: #dcdcdc;*/
        margin: 10px 2%;
    }
        #fzlc_pic ul {
            float: left;
            width: 100%;
            list-style: none;
        }
            #fzlc_pic ul li {
                float: left;              
                padding: 0;
            }

            #fzlc_pic ul li img{ float:left;
                display: block;                     
            }


            
 /***专利技术**/
  
    #zl_pic {
        float: left;                     
        width: 96%;
        overflow: hidden;
        background: white;
        margin: 10px 2%;
    }
        #zl_pic ul {
            float: left;
            width: 100%;
            list-style: none;
        }
            #zl_pic ul li {
                float: left;              
                padding:0 5px; overflow:hidden;
            }

            #zl_pic ul li img{ float:left; 
                display: block;                     
            }

/***人才战略**/

    .rlbg {
            float: left;
            width: 100%;
            background: #303b40;             
            color: white;
            margin: 20px auto;
        }

        .rlbg .rtitel{
            width:100%;
           line-height:35px;  font-weight:700;    
            margin: 10px auto; text-align:center;
        }
        .rlbg .rczy {
            float: left;
            width: 100%;
          
        }
          
            .rlbg .rczy ul{
                float: left;
                line-height:28px;
                width: 100%;  
            }
                .rlbg .rczy ul li {
                    float: left;
                    padding: 5px 0;
                    width: 100%;
                    border-bottom: 1px solid #6e7476;
                }
                    .rlbg .rczy ul li .rlefte {
                        float: left;
                       
                        padding:5px;
                        overflow: hidden; text-align:center;
                    }

                    .rlbg .rczy ul li .rlefte img{                       
                       margin-top:20px;
                                                
                    }

                    .rlbg .rczy ul li .rright {
                        float: right;
                        width: 10px;
                        height:100%;
                        
                    }
                        
                         .rlbg .rczy ul li .rword {
                            margin-left:10px;
                            overflow: hidden;                           
                            color: #fff;
                        }
                    .rlbg .rczy ul li .rword p{
                       width:100%;font-size:14px;
                    }
                        .rlbg .rczy ul li .rword p.Fistitle {
                            float: left;
                            font-size: 16px;
                            font-weight: 700;
                            width: 100%;
                            margin-top: 10px;
                        }

/** 发展历程   **/

.rb_cont {
        margin: 20px auto;
        width: 100%;
        text-align:center;
        /*border: solid 1px rgba(255,255,255,0.1);*/            
        height:280px;
        padding:5px 10px;       
        line-height:28px;
        overflow: hidden;
    }

    .rb_cont dt {           
        font-weight: 700;
        color: #FF00FF;
    }

    .rb_cont dd {          
        color: red;
    }


    /**产品服务**/
.prodserver{width:450px; height:450px;}
.prodserver img{width:100%;}



 /**新闻中心***/

     .ppcp { width: 96%;  margin: 10px auto; }
 
    .mymenu {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
      }

    .mymenu dl { padding:0; margin:0;
        width: 100%;
    }

    .mymenu dl dt {                   
        width: 100%;
        background: #999;
        height: 30px;                    
        border-bottom:#666 solid 1px;
        margin: 2px auto;
        line-height: 30px;
    }
        .mymenu dl dt:hover {
            background: #f2881d;
            color: white;
        }

        .mymenu dl dt span {
            float: right;
            width: 10px;
            height: 10px;
            margin-top:-30px;
            margin-right: 8px;
            clear:both;
        }

            .mymenu dl dt span img {
                width: 100%;
            }

        .mymenu dl dt a {
            float: left;
            width:98%; 
            margin-left: 10px;
            color: white;
            text-decoration: none;
        }

    .mymenu dl dd {
        width: 100%;        
        background:#f1f1f1;
        height: 30px;
        margin: 2px auto;
        line-height: 30px;
    }
        .mymenu dl dd:hover {
            background: #f2881d;
            color: white;
        }
        .mymenu dl dd:hover a{                        
            color: white;
        }
        .mymenu dl dd a {
            float: left;
            width: 98%;
            margin-left: 20px;
            color: #333;
            text-decoration: none;
        }

        .mymenu dl dt.br_active {
            background: #f2881d;
            color: white;
        }

            .mymenu dl dt.br_active a {
                color: white;
            }


        .mymenu dl dd.br_active {
            background: #f2881d;
            color: white;
        }

        .mymenu dl dd.br_active a{                        
            color: white;
        }


       /**轮播图**/
       .rbleft { float:right;     
        width: 98%;  margin:0 1%;     
        }

        .rbleft .rbtopt {
            width: 100%;
            height: 58px;
            color: #ff0000;            
            border-bottom: #F1f1f1 solid 1px;
        }

            .rbleft .rbtopt .gsxw {
                float: left;
                width: 90px;
                height: 58px;
                line-height: 58px;
                text-align: center;
                border-bottom: #f79f00 solid 1px;
                font-size: 18px;
                font-weight: bold;
                font-family: SimSun;
                color: rgba(75, 75, 75, 1);
            }

            .rbleft .rbtopt .gsxwe {
                float: left;
                height: 58px;
                text-align: center;
                line-height: 62px;
                font-size: 14px;
                font-family: Arial;
                color: #666;
            }

    .rbpsec {  margin: 20px 0 10px; width: 100%;    }
    .rbpsec .rbpic { float: left; width: 99%;  }

    .titt { width:100%;  margin:20px 0 10px; padding:0;   height:100%;  overflow: hidden;      }

    .titt video{ width:100%;height:100%; margin:0 auto; padding:0;  }


      .rbul {  float:left;           
             width:99%;    
            margin: 10px auto;
                  
        }

           .rbul ul {
                margin: 0;
                padding: 0;
                width: 100%;
            }

           .rbul li {
                list-style-type: none;
                width: 100%;
                height: 60px;
                line-height: 60px;
                border-bottom: dotted #666 1px;
            }

              .rbul li .ddimg {
                    float: left;
                    width: 15px;
                    height: 20px;
                }

            .rbul li .ddimg img {
                     float: left;
                      margin-top: 24px;
                      width: 10px;
                      height: 10px;
                       
                    }

          .rbul li .rtime {
                    float: right;
                    width: 110px;
                    text-align: center;
                    height: 100%;
                }

             .rbul li .dtitle {
                    margin: 0 112px 0 0;
                    height: 100%;
                    overflow: hidden;
                }


        /**右边**/
        .rbright {  float:left;          
            width:98%;
            margin: 0 1%;
        }


            .rbright .rbtopt {
                width: 100%;
                height: 58px;
                color: #ff0000;
                border-bottom: #F1f1f1 solid 1px;
            }

                .rbright .rbtopt .gsxw {
                    float: left;
                    width: 90px;
                    height: 58px;
                    line-height: 58px;
                    text-align: center;
                    border-bottom: #f79f00 solid 1px;
                    font-size: 18px;
                    font-weight: bold;
                    font-family: SimSun;
                    color: rgba(75, 75, 75, 1);
                }

                .rbright .rbtopt .gsxwe {
                    float: left;
                    height: 58px;
                    text-align: center;
                    line-height: 62px;
                    font-size: 14px;
                    font-family: Arial;
                    color: #666;
                }

            .rbright .rbrline {
                width: 100%;
                margin-top:5px;
                height: 120px;
                border-bottom: dotted #666 1px;
            }


                .rbright .rbrline .linelef {
                    float: left;
                    margin: 20px 10px;
                    width: 80px;
                    height: 80px;
                    background: #f1f1f1;
                    color: #f79f00;
                }

                    .rbright .rbrline .linelef .uplow {
                        float: left;
                        width: 80px;
                        height: 48px;
                        line-height: 68px;
                        font-size: 18px;
                        font-weight: 700;
                        text-align: center;
                    }

                    .rbright .rbrline .linelef .downlow {
                        float: left;
                        width: 80px;
                        height: 30px;
                        text-align: center;
                    }

                .rbright .rbrline .linelr {
                    height: 100px;
                    margin-left: 110px;
                    color: #666666;
                }

                    .rbright .rbrline .linelr .ddp {
                        float: left;
                        width: 100%;
                        height: 23px;
                        overflow: hidden;
                        margin-top: 20px;
                        line-height: 23px;
                    }
                     .rbright .rbrline .linelr .ddp a{
                      color:#0088cc;font-size: 14px;
                    }
                    .rbright .rbrline .linelr .ddcont {
                        float: left;
                        margin-top: 12px;
                        height: 46px;
                        line-height: 23px;
                        overflow: hidden;
                    }


          /**内样式*/
        .rbconts {
            width: 100%;
            line-height: 28px;
        }

            .rbconts h3 {
                width: 100%;
                font-size: 16px;
                font-weight: 700;
                width: 100%;
                text-align: center;
                line-height: 40px;
            }

            .rbconts p {
                float: left;width:100%;
            }

                .rbconts p.Fistitle {
                    float: left;
                    font-size: 16px;
                    font-weight: 700;
                    width: 100%;
                    line-height: 28px;
                    margin-top: 10px;
                }

            /**填加当前样式**/
                .plist .plistc ul li.br_active {
                    background: #f2881d;
                }

                    .plist .plistc ul li.br_active a {
                        color: white;
                    }

        /***公司产品 和 公司服务**/
        .ppcp { width:96%; margin:10px auto;      }
        .plist {
            float: left;
            margin: 10px auto;
            width: 100%; font-size:14px;
        }
            .plist .plisttop {
                float: left;
                width: 100%;border-bottom:2px #666 solid; background:#999;color:#000;
                /*background: #C60;*/
                height: 30px;
                margin: 2px 0px;
            }
                .plist .plisttop a {
                    float: left;
                    margin-left: 5px;
                    line-height: 30px;
                    font-weight: 700;
                    color: white;
                    /*color: white;*/
                }
            .plist .plistc {
                float: left;
                width: 100%;
            }
                .plist .plistc ul {
                    float: left;
                    width: 100%;
                    padding: 0;
                    margin: 0;
                }
                    .plist .plistc ul li {
                        float: left;
                        background: #f1f1f1;
                        height: 30px;
                        margin: 2px 0px;
                        width: 100%;
                        cursor:pointer;
                        z-index:9;
                        font-size:14px;
                    }
                        .plist .plistc ul li:hover {
                            background: #f2881d;
                            color:white;
                        }
                        .plist .plistc ul li:hover a{                          
                            color: white;
                        }
                        .plist .plistc ul li a {
                            float: left;
                            width:98%;
                            line-height: 30px;
                            margin-left: 5px;
                        }
                        
                        /**填加当前样式**/
                        .plist .plistc ul li.br_active {
                            background: #f2881d;
                        }

                            .plist .plistc ul li.br_active a {
                                color: white;
                            }

        .prodact { float:left;
            width:100%;
            text-align: center;
            margin: 5px auto;
            clear:both;           
        }
            .prodact .prodtite {
                width: 100%;
                height: 32px;
                line-height: 32px;
                margin:0 auto;
                text-align: left; 
                font-size:14px;
            }
            .prodact .prodtite span{
               float:left;margin-left:5%;
               
            }
            .prodact .prodimg {
                text-align: center;
                width: 98%;
                clear: both;
            }
                .prodact .prodimg img {
                    width: 98%;
                }

    .dblank{ float:left; width:100%; height:20px;        }
    
    .bbg { background:#f1f1f1;        }

  /***手机端导航部分**/

  .inner_header{ display:none;	
	width: 50px;
	height:40px;
	position: absolute;
	top:50px;
	right: 0px;
}
.inner_header-icon{ 
	width: 25px; height:30px; position: absolute; top:10px; right: 15px; background-color: transparent; border: none; outline: none; cursor: pointer;	
}
.inner_header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.inner_header-icon span{	
	display: block; width: 25px; height: 2px; background: #096e34; margin-bottom: 6px; transition: 0.5s;
	
}
.inner_header-icon span:nth-child(1){	
	transform: rotate(45deg);
}
 
.inner_header-icon span:nth-child(2){
	opacity: 0;
} 
.inner_header-icon span:nth-child(3){	
	transform: rotate(-45deg) translate(5px,-5px);
} 
 
.inner_header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}
 
.inner_header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
 
.inner_header-icon-click span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
	}
 
 
/*第一条线旋转动画*/
@keyframes clickfirst {
  0% {  transform: translateY(4px) rotate(0deg);  } 
  100% {  transform: translateY(8px) rotate(45deg); }
}

/*第二条线淡入淡出动画动画*/
@keyframes clicksecond {
	0% {opacity: 1;	}
	100% {opacity: 0;	}
}
 
/*第三条线旋转动画*/
@keyframes clickthird {
  0% { transform: translateY(-4px) rotate(0deg); } 
  100% { transform: translateY(-8px) rotate(-45deg); }
}	
 
.inner_header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
 }
 
.inner_header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.inner_header-icon-out span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
	}
 
@keyframes outfirst {
  0% { transform: translateY(0) rotate(-45deg);  }
 
  100% {  transform: translateY(-4px) rotate(0deg);  }
}
 
@keyframes outsecond {
  0% { opacity: 0;  }
 
  100% { opacity: 1;  }
}
 
@keyframes outthird {
	0% {transform: translateY(0) rotate(45deg);	} 
	100% {	transform: translateY(4px) rotate(0deg);}
}
 
.inner_nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position:fixed;
	top:100px;
	left: 0px;
	padding:8px 0 16px 0;	
	display: none;
    height:320px;
    z-index:9999;
}
.inner_nav a ,.inner_nav .about_xs{
    background:rgba(255,255,255,0.3);
	display: inline-block;
	line-height:40px;
    height:40px;
	text-decoration: none;
	width:90%;
	margin-left:5%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.about_xs .xsleft { float:left;position: relative;  width:200px; height:100%;   }
.about_xs .jiangtou { position: relative;
    float: right; height:12px;width:12px; margin-right:8px;margin-top:16px;  background:url(../../../images/12down.png) }
.sjbgmo{
    background:rgba(255,255,255,-0.3);
	 
}


/*轮播*/
#banner{float:left; width: 100%; margin-top:100px; position:relative; }
#banner div {float:left; width: 100%;    }
#banner div img{float:left; width:100%;  } 
/*#banner .panel{width: 400px; position: absolute; top:40%; left: 50%; margin-left: -200px; text-align: center;}
#banner .panel p{color: #FFffff; font-size: 44px; line-height: 80px; letter-spacing: 15px;}
#banner .panel p.title{color: #FFffff; font-size: 54px; letter-spacing: 10px;}
#banner .panel.active{top:30%;transition: 3.5s;-moz-transition:  3.5s;  -webkit-transition: 3.5s; -o-transition:  3.5s;  }
#banner .panel:hover{top:30%;transition: 3.5s; }*/


/**公司简介**/

.Comsub_menu {float:left; width: 100%; position:relative;  margin:20px auto 10px;   }
.Comsub_menu .meul{width:90%;  height:100%; margin:0 auto; }
.Comsub_menu .meul .meli{width:24%; float:left;margin-left:1%;margin-bottom:5px; color:#fff; cursor:pointer; height:40px; text-align:center; /*background:#009e34;*/ background:#C60;  line-height:40px; font-size:16px;  }
.Comsub_menu .meul .meli a { color:#fff; cursor:pointer; }  
.Comsub_menu .meul li:hover { background:#f2881d;  }
.br_active{ background:#f2881d; }
.br_active a{ color:white; }

/**新闻中心**/

.company_jj {width:90%;margin:10px auto; padding:10px; line-height:30px;font-size:16px; }
.company_jright { width:90%;margin:10px auto; padding:10px; line-height:25px;text-align:left;   overflow:hidden; }
.company_jright img { width:100%;border-radius:20px;       }

/**技术研发**/

.Comsub_menu5 {float:left;width: 100%;  height:40px ; margin:20px auto ;position:relative; }
.Comsub_menu5 .meul5{width:90%;  height:100%; margin:0 auto; }
.Comsub_menu5 .meul5 .meli5{width:19%; float:left;margin:2px 0; margin-left:1%; color:#fff; cursor:pointer; height:40px; text-align:center; background:#C60;  line-height:40px; font-size:16px;  }
.Comsub_menu5 .meul5 .meli5 a { color:#fff; cursor:pointer; }  
.Comsub_menu5 .meul5 li:hover { background:#f2881d;  }

 

    /* 一流素材网www.16sucai.com*/
        
#NewsPic {
    float: left;
    MARGIN: 0px;
    POSITION: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    }

    #NewsPicTxt {
        BORDER-TOP-WIDTH: 1px;
        PADDING-RIGHT: 0px;
        PADDING-LEFT: 0px;
        FONT-WEIGHT: bold;
        BORDER-LEFT-WIDTH: 1px;
        FONT-SIZE: 12px;
        BORDER-BOTTOM-WIDTH: 1px;
        PADDING-BOTTOM: 0px;
        MARGIN: 3px auto 0px;
        WIDTH: 365px;
        COLOR: black;
        PADDING-TOP: 0px;
        FONT-FAMILY: Sans-Serif;
        POSITION: relative;
        HEIGHT: 0px;
        TEXT-ALIGN: center;
        BORDER-RIGHT-WIDTH: 1px;
    }

        #NewsPicTxt A {
            COLOR: black;
            TEXT-DECORATION: none;
        }

            #NewsPicTxt A:hover {
                COLOR: black;
                TEXT-DECORATION: none;
            }

            #NewsPicTxt A:visited {
                COLOR: black;
                TEXT-DECORATION: none;
            }

    #NewPicTxt A:link {
        COLOR: black;
        TEXT-DECORATION: none;
    }

    #NewsPicTxt A:hover {
        COLOR: red;
    }

    #NewsPic A {
        width: 100%;
        TEXT-DECORATION: none;
    }

        #NewsPic A:hover {
            TEXT-DECORATION: none;
        }

    #NewPic A:visited {
        TEXT-DECORATION: none;
    }

    #NewsPic .Picture {
        WIDTH: 100%;
        POSITION: absolute;
        HEIGHT: 100%;
    }

    #NewsPic .Nav {
        RIGHT: 0px;
        WIDTH: 100%;
        BOTTOM: 0px;
        POSITION: absolute;
        HEIGHT: 12px;
    }

        #NewsPic .Nav SPAN {
            DISPLAY: block;
            BACKGROUND: #000000;
            FLOAT: right;
            FONT: 10px Courier;
            BORDER-LEFT: #ffffff 1px solid;
            WIDTH: 24px;
            CURSOR: hand;
            COLOR: #ffffff;
            HEIGHT: 100%;
            TEXT-ALIGN: center;
        }

            #NewsPic .Nav SPAN.Cur {
                BACKGROUND: #019fe8;
                COLOR: white;
            }

            #NewsPic .Nav SPAN.Normal {
                BACKGROUND: #000000;
                FILTER: Alpha(opacity=50);
                COLOR: white;
                opacity: .5;
            }

            #NewsPic .Nav SPAN A {
                DISPLAY: block;
                WIDTH: 100%;
                COLOR: white;
                POSITION: relative;
                HEIGHT: 100%;
            }

                #NewsPic .Nav SPAN A:hover {
                    CURSOR: hand;
                }

    /* 一流素材网www.16sucai.com*/


/*主体—产品*/
.main-product{padding-top:50px; padding-bottom:70px;}
.main-product p{font-size: 16px; color: #ababab; line-height: 28px;}
.main-product p.title
,.main-service p.title{color: #484848; font-size: 24px; text-align: center; line-height: 160px;}
.main-product p.title span
,.main-service p.title span{color: #05612f;}
.main-product .content{border: 1px solid #DEDEDE; padding: 30px 36px 0 36px; text-align: center; transition: 0.3s;}
.main-product .content p.label{font-size: 18px; color: #939393; line-height: 46px; padding-top: 6px;}
.main-product .content a{font-size: 18px; color: #05612f; line-height: 68px;}
.main-product .content a:hover{color:red; }
.main-product .content:hover{box-shadow: 0 0 3px 3px #EEE; transition: 0.3s;}
.main-product .content:hover a{color:red; }
 .main-product .content img{transition: 2s;}
.main-product .content img:hover{transform: rotateY(180deg);}

/*主体-服务*/
.main-service{background: #f8f8f8;}
.main-service .content{position: relative;}
.main-service .content .content-left{width: 50%;}
.main-service .content .content-left img{width: 100%;}
.main-service .content .content-right{box-sizing: border-box; background: #FFF; padding: 58px 40px 0 48px; width: 50%; height: 100%; position: absolute; top: 0; right: 0; transition: 0.3s; overflow: hidden;}
.main-service .content .content-right p{color: #adadad; line-height: 32px; overflow: hidden; text-overflow: ellipsis;}
.main-service .content .content-right p.label{font-size: 16px; color: #4a4a4a;}
.main-service .content .content-right span{display: block; width: 50px; height: 2px; background: #2cb6a1; margin-bottom: 23px;} 
.main-service .content .content-right:hover{box-shadow: 2px 2px 2px #EEE; transition: 0.3s;}
.main-service .service-more{padding-top: 80px; padding-bottom: 80px; text-align: center;}
.main-service .service-more a{padding: 10px 62px; font-size: 23px; line-height: 46px;color: #FFF; background: #7fd3c6; border-radius: 3px;}

/**公司荣誉***/
.gsdiv { width:98%; margin:20px auto;  clear:both;  }
.gsdiv .gdsize{overflow:hidden; width: 100%; height:0; padding-bottom:70%; }
.gsdiv .gdsize img{width:100%; }

/*硬板软板设备（业务领域）*/
.sbdiv { width:99%; margin:5px auto;  clear:both; }
.sbdiv .content{position: relative;}

/**固定长宽比例 overflow:hidden; width: 100%; height:0; padding-bottom: 65%; **/
.sbdiv .content .contimg{overflow:hidden; width: 100%; height:0; padding-bottom:65%; }
.sbdiv .content .contimg img{width: 100%; }
.sbdiv .content .conttitle { width:100%;line-height:20px;margin-top:10px; overflow: hidden;     }
.sbdiv .content .conttitle p{color: #666; text-overflow: ellipsis;text-align:center;}


.main-service{background: #f8f8f8;}
.main-service .content{position: relative;cursor:pointer;}
.main-service .content .content-left-img{width: 100%;}
.main-service .content .content-left-img img{width: 100%;}
.main-service .content .content-right-title p{color: #0066CC; line-height:20px;margin-top:10px; overflow: hidden; text-overflow: ellipsis;text-align:center;}


/*底部*/
.bootall {float:left; display:none;  font-size:12px; width:100%; padding:20px 0;  background:#252525; color:white; margin:10px 0 0 0; }
.bootall .fistlow { float:left;width:100%; padding: 0 0 26px 0;  }
.bootall .fistlow  .bootleft{float:left; text-align:center; height:100px; width:41%;   }
.bootall .fistlow  .bootleft img{width:100px; height:100px;     }
.bootall .fistlow  .bootleft wx_tite{ width:100%; text-align:center; height:25px; line-height:25px;   }
.bootall .fistlow  .bootright { margin-left:42%; color:white; }
.bootall .fistlow  .bootright .boottel {float:left; width:90%;  line-height:22px;   }

.bootall .bootver {float:left;font-size:12px; width:100%; height:35px; border-top:#666 solid 1px; line-height:35px; background:#252525; color:white; text-align:center;}
 


.foot-up { float:left; width:100%;height:210px;
    background: #252525;
    padding:35px 0 30px;  
}
.foot-down {float:left; height:58px; margin:0 auto;
            width:100%;
    line-height: 58px;
    background: #1c1c1c;
    text-align: center;
}
.foot-down P {
    font-size: 12px;
    color: #fff;
}
.foot-down p i {
    color: #bbbbbb;
}



.Fctleft {
    float: left; width:13%; height:210px;      
}
.pfct { width:80%; float:right;
}
.pfct  .tel a {
    line-height: 28px;
    font-size:16px;
    color: #fff;
}
.pfct .wx-code,.pfct .applet-code{
    display: inline-block;
    text-align: center;
    margin: 8px 0 0;
}
.pfct .applet-code img,.pfct .wx-code img{
    width: 110px;
    height: 110px;
}
.pfct .wx-code .t , .pfct .applet-code .t{
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    margin: 5px 0 0;
}
.pfct dt a {
    font-size: 16px;
    color: #fff;
}

.Footright {
     float: right; width:81%; height:210px; border-left:#515151 solid 1px;  padding:0 2%;
}
  
.Fnav { 
    width: 14%;  
    float: left;
}

 
.Fnav dt {
    font-weight: initial;
}
.Fnav dt .type, .Fct dt {
    line-height: 31px;
    font-size: 15px;
}
.Fnav dt .type a {
    font-size: 16px;
    color: #fff;
}
.Fnav dt .split {
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: 5px 0 5px 2px;
}
.Fnav dd {
    display: block !important;
}
.Fnav dd a {
    font-size: 14px;
    color: #cccccc;
    display: block;
    line-height: 1.25;
    padding: 6px 0;
}

/**首页*/
.homee {float:left;
    height:50px;
    width:100%;
     margin:5px 0 ;
    font-size:24px;
    color: #333333;  
      line-height:50px;   
      
    border-bottom:2px solid rgba(200,200,200,0.5) ; 
} 
.homee .sp{ 
   height:50px;  margin:0 auto; text-align: center;  padding-top:100px; margin-top:-100px;
    width:200px; border-bottom: red solid 2px; clear:both;
} 

.homeetom{float:left;
    height:40px;     
    width:100%; 
} 

 
.secondeee {  
    width:96%; margin:10px auto; clear:both;
} 


/** 产品 */
.main.product{padding: 30px 0 75px 0;}
.main.product .content{padding: 50px 0; border-bottom: 1px solid #e8e8e8;}
.main.product .content .content-img{text-align: center;}
.main.product .content .content-img img{max-width: 100%;}
.main.product .content .label{color: #565656; font-size: 30px; line-height: 78px; margin-top: 32px;}
.main.product .content .detail{font-size: 16px; line-height: 28px; color: #d7d7d7; padding-bottom: 30px;}
.main.product .content a{color: #a0d2cc; font-size: 16px; line-height: 38px; padding:10px 11px 10px 23px; border: 1px solid #a0d2cc; border-radius: 3px;}


/** 动态 */
.banner{ float:left; margin-top:70px; position:relative; width:100%;  }

.banner .title{padding-top:0px; float:left; margin-left:5.5%;position:absolute;}
.banner .title.active{padding-top:30px;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
 
.banner .title p{color: #ffffff; font-size:30px; text-align:left; line-height:30px; letter-spacing:3px;}
.banner .title p.en{font-size: 20px; letter-spacing:1px;}

.banner .ban_bg {float:left;width:100%;   position:relative; z-index:-1;  }
.banner .ban_bg img{float:left;width:100%; }


.main-news{padding: 70px 0 80px 0;}
.main-news .content > div{padding-bottom: 40px; border-bottom: 1px dashed #eaeaea; position: relative;}
.main-news .content .news-img{display: inline-block; width: 30%; vertical-align: top;}
.main-news .content .news-img img{max-width: 90%;}
.main-news .content .news-panel{display: inline-block; width: 70%; vertical-align: top; padding-left: 5px; box-sizing: border-box;}
.main-news .content .news-panel strong a{display: block; color: #555; font-size: 18px; line-height: 26px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.main-news .content .news-panel p.detail{color: #777; line-height: 24px;}
.main-news .content .news-panel p.read-push{color: #AAA; padding-top: 5px;}
.main-news #newsPage .layui-laypage{display: block; text-align: center; margin-top: 70px;}
.main-news #newsPage .layui-laypage a,.main-news #newsPage .layui-laypage span{font-size: 18px; line-height: 40px; height: 40px; margin-right: 20px; border-radius: 3px; color: #e3e3e3;}

/*动态详情页*/
.main-newsdate{margin-top: 80px; text-align: center;}
.main-newsdate .news{text-align: left; line-height: 104px;}
.main-newsdate h1{padding-top: 6px;}
.main-newsdate .pushtime{color: #686868; font-size: 18px; line-height: 82px;}
.main-newsdate .introTop{padding-bottom: 28px; font-size: 18px; line-height: 20px; text-align: left;}
.main-newsdate .introBott{font-size: 18px; line-height: 42px; text-align: justify; padding: 40px 0 102px 0;}
.main-newsdate img{max-width: 100%;}


/** 案例 */
.main-case{padding: 30px 0 75px;}
.main-case .content{width: 48%; text-align: center; padding-top: 120px; padding-bottom: 20px; border-bottom: 2px solid #c9c9c9;}
.main-case .content.even{margin-left: 2%;}
.main-case .content .case-img{border: 1px solid #e2e2e2; overflow: hidden;}
.main-case .content .case-img img{width: 100%; transition: 2s;}
.main-case .content .case-img img:hover{transform: scale(1.2,1.2); transition: 2s;}
.main-case .content p.lable{padding-top: 13px; font-size: 30px; line-height: 76px;} 
.main-case .content p{font-size: 18px; line-height: 32px; color: #505050;}
.main-case #casePage .layui-laypage{display: block; text-align: center; margin-top: 100px;}
.main-case #casePage .layui-laypage a,.main-case #casePage .layui-laypage span{font-size: 18px; line-height: 40px; height: 40px; margin-right: 20px; border-radius: 3px; color: #e3e3e3;}

 


/** 关于 */
.main-about{padding-bottom: 80px;}
.main-about ul.aboutab{padding: 100px 0; text-align: center;}
.main-about ul.aboutab li{display: inline-block; padding: 0 22px; margin-left: 15px; font-size: 20px; line-height: 46px; color: #b5b5b5; border: 1px solid #e2e2e2; border-radius: 3px; cursor: pointer;}
.main-about ul.aboutab li:first-child{margin-left: 0;}
.main-about ul.aboutab li.layui-this
,.main-about ul.aboutab li:hover{color: #2ab5a3; border-color: #afddd7; transition: 0.3s;}
.main-about .tabJob, .main-about .tabCour{display: none;}


/*公司简介*/
.main-about .tabIntro{padding-bottom: 15px;}
.main-about .tabIntro .content{vertical-align: middle;}
.main-about .tabIntro .content .img{width: 50%;}
.main-about .tabIntro .content .img img{width: 100%;}
.main-about .tabIntro .content .panel{width: 50%;}
.main-about .tabIntro .content p{padding: 0 20px; line-height: 24px; text-align: justify;}
.main-about .tabIntro .p_hidden{padding: 0 20px; display: none;}

/*招贤纳士*/
 
.main-about .tabJob .content{padding: 0 0 40px 20px; border: 1px solid #e2e2e2; border-top: 4px solid #65d0c5; margin-top: 90px;}
.main-about .tabJob .content:first-child{margin-top: 10px;}
.main-about .tabJob .content p{font-size: 18px; line-height: 40px;}
.main-about .tabJob .content p.title{font-size: 24px; color: #545454; line-height: 60px;}
.main-about .tabJob .content ol{padding-left: 20px; list-style-type: none; counter-reset: sectioncounter;}
.main-about .tabJob .content ol li{color: #8d8d8d; font-size: 16px; line-height: 30px;}
.main-about .tabJob .content ol li:before {content: counter(sectioncounter) "、"; counter-increment: sectioncounter;}

/*发展历程*/
.main-about .tabCour p.title{font-size: 28px; line-height: 28px; text-align: center;}
.main-about .tabCour .timeline{position: relative; margin-top: 75px;}
.main-about .tabCour .timeline:before{position: absolute; top: 0; bottom: 0; content: ""; width: 2px; background-color: #e2e2e2; left: 50px;}
.main-about .tabCour .timeline li{position: relative; padding-top: 70px;}
.main-about .tabCour .timeline li:first-child{padding-top: 0;}
.main-about .tabCour .timeline li .cour-img{position: absolute; left: 0; width: 100px; border-radius: 50%;}
.main-about .tabCour .timeline li .cour-img img{width: 100%;}
.main-about .tabCour .timeline li .cour-panel{padding-top: 20px; padding-left: 120px; text-align: left;}
.main-about .tabCour .timeline li .cour-panel p.label{font-size: 18px; color: #000;}
.main-about .tabCour .timeline li .cour-panel p{color: #949494; line-height: 30px;}


/********************************************/
.home_current { background:#f1f1f1; color: #05612f; border-radius:5px; border:solid 1px #ccc; color: #05612f;} 


/********************************************/

   /*企业*/

        .qiye {
            width: 95%;
            padding: 20px 0px;
            margin: 0 auto;
            font-size: 14px;
        }

           

            .qiye .toopcont {
                float: left;
                width: 100%;
                line-height: 28px;
                margin: 5px auto;
            }

            .qiye .toopconimg {
                padding: 20px 0;
            }



         




/**超小屏***/
@media screen and (max-width:450px) {
       .qiye .en_ti {
                display: none;
                float: left;
                width: 100%;
                margin: 0 auto;
            }

            .qiye .en_ti .toopls {
                float: left;
                width: 100%;
                background: #f1f1f1;
                line-height: 30px;
                margin: 3px auto;
            }

                .qiye .en_ti .toopls .tllefts {
                    float: left;
                    color: #c60;
                    width: 100%;
                    background: #eeecec;
                    line-height: 35px;
                    height: 35px;
                    border: #ccc solid 1px;
                    text-align: center;
                }

                .qiye .en_ti .toopls .tlrights {
                    float: left;
                    width: 100%;
                    line-height: 30px;
                    color: #333;
                }

    .qiye .ch_ti { display:none;
    }
     .qiye .en_ti { display: block;
    }
    .rollBox .cont .pic {
         float: left;
            text-align: center;
        width:350px;     
    }
   
    .rollBox .cont .pic a:hover .pfont {
                transform: translateY(-50%);
                -ms-transform: translateY(-50%); /* IE 9 */
                -webkit-transform: translateY(-50%); /* Safari and Chrome */
            }

    .pfont {  top:75%;}
     .pfont .tit {  
            line-height:26px;     
            font-size:18px;            
        }
        .pfont .en {            
            font-size:14px;
             
        }
    .f_span { padding:5px 1%;
    }
    .f_span .dfo {  line-height:22px;    
    }

 .layui-input-block { width:71%;    }

.banner .title p{color: #ffffff; font-size:18px; text-align:left; line-height:22px; letter-spacing:1px;}
.banner .title p.en{font-size:14px; letter-spacing:1px;}


 .prodserver{width:300px; height:300px;}
 .prodserver img{width:100%;}

   .banner .ban_bg  img{float:left;width:100%; height:120px; }
   #fzlc_pic ul li img{ width:300px; height:402px;    }

   #zl_pic ul li { width:300px; height:435px;    }
   #zl_pic ul li img{ width:300px; height:435px;    }
}


@media screen and (min-width:451px) {   

      .qiye .ch_ti {                     
                float: left; width:100%;  
               margin:0 auto;
            }

                .qiye .ch_ti .toopl {
                    float: left;
                    width: 100%;
                    background: #f1f1f1;
                    height: 50px;
                    line-height: 50px;
                    margin: 3px auto;
                }

                    .qiye .ch_ti .toopl .tlleft {
                        float: left;
                        color: #c60;
                        width: 18%;
                        background: #eeecec;
                        height: 50px;
                        text-align: center;
                    }

                    .qiye .ch_ti .toopl .tlright {
                        margin-left: 18%;
                        color: #333;
                        height: 50px;
                    }

  .qiye .ch_ti { display:block;    }
     .qiye .en_ti { display: none;    }
}


/**小于925***/


@media screen and (max-width:925px) {
    .foot-up,.foot-down{ display:none;    }
    .bootall{display:block;  }  
    
  
}
@media screen and (min-width:451px) and (max-width: 991px) {
 
    
      .rollBox .cont .pic {
            width:450px;          
        }

       .rollBox .cont .pic a:hover .pfont {
                    transform: translateY(-68%);
                    -ms-transform: translateY(-68%); /* IE 9 */
                    -webkit-transform: translateY(-68%); /* Safari and Chrome */
                }

     .pfont {       
        
        top:79%;
       
    }


  
   #fzlc_pic ul li img{ width: 400px; height:536px;   }

    #zl_pic ul li { width: 380px;  height:551px;    }
   #zl_pic ul li img{ width: 380px; height:551px;   }

   
.banner .title p{color: #ffffff; font-size:22px; text-align:left; line-height:28px; letter-spacing:3px;}
.banner .title p.en{font-size:16px; letter-spacing:1px;}

}



/*小屏幕*/
@media screen and (max-width: 992px) {
    
  .banner .ban_bg  img{float:left;width:100%; height:200px; }

     .rlbg .rczy ul li .rlefte { width:55px;    }  
    .rlbg .rczy ul li .rlefte img{  width:50px;   }     

 .rlbg .rtitel{
            font-size:14px; 
        }
 .rlbg .rczy ul li .rword p.Fistitle{
            font-size:14px; 
        }
  .rlbg .rczy ul li .rword p{
            font-size:12px; 
        }
.Comsub_menu5 {float:left;width:100%;    }
.Comsub_menu5 .meul5{float:left; width:98%;padding:0; margin:0;  height:100%; margin:10px auto; }
.Comsub_menu5 .meul5 .meli5{width:24%; float:left; color:#fff; margin:2px 0;margin-left:1%; cursor:pointer; height:40px; text-align:center;  background:#C60;  line-height:40px; font-size:14px;  }

/**小于992就全屏显示**/

.rb_cont dt { font-size:16px;    }
.rb_cont dd { font-size:14px;    }

.company_jj {width:90%;margin:10px auto; padding:10px; line-height:25px;font-size:14px; }

.nav {
    overflow: hidden;
    background: #FF0000;
    line-height: 80px; 
}

        .nav.index {
            background: rgba(255, 255, 255,0.99);
        }

        .nav .layui-nav {
            display: none;
            top: 100px;
        }
        /**横条菜单隐藏，竖向菜单显示**/
    .inner_header { display:block;    }
   

    .layui-nav-item {
        color: white;
    }

        .layui-nav-item .layui-nav-child {
            position: relative;
            margin: 0;
            top: 0;
            border: none;
            padding: 2px 5px;
            width: 100%;
            line-height: 30px;
            padding: 5px 0;
            background: rgba(255, 255, 255,1);
            border-radius: 2px;
            white-space: nowrap;
            display: none;
        }

    .nav .nav-logo {
        margin-top: 20px;
        z-index: 11;
    }
  .nav .nav-logo  img {width:85%; max-width:250px;      }
  .nav .nav-list button {
        margin-top: 20px;
    }

    .nav .layui-nav .layui-nav-item {
        line-height: 30px;
        border-bottom: solid 1px #6f8eb4;
    }

        .nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
        }

    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }

        .main-service .content .content-right p {
            line-height: 24px;
        }

    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }

    .main-case .content {
        padding-top: 60px;
    }

        .main-case .content p.lable {
            padding-top: 10px;
            font-size: 18px;
            line-height: 48px;
        }

        .main-case .content p {
            font-size: 12px;
            line-height: 20px;
            color: #505050;
        }

    .main-about ul.aboutab {
        padding: 70px 0;
    }

        .main-about ul.aboutab li {
            padding: 0 15px;
            font-size: 16px;
            box-sizing: border-box;
        }

    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

        .main-about .tabIntro .content .panel.p_block {
            display: none;
        }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }


     .My_Hight {   position: relative;
    margin: 0 auto;     
    height:20px; width:100%;
    }

/** 绿色经营 */
.greens { text-align:center; margin-bottom:15px; z-index:0;}
.greens img{width:80%;height:200px;}

/*公司简介*/
 .homee { 
    font-size:18px;    
}

/*产品展示*/
.cont_img {width:96%;float:left;}
.cont_img img {width:100%;  text-align:center; }

    /**技术能力**/
    .layui-table td, .layui-table th {    
    padding: 2px;    
    font-size: 11px;

    }
    
/*人才招聘*/
  .black_overlay {
            display: none;
            position: absolute;
            top:0%;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 1001;
            background: url(../../../images/bgback.png) repeat;
        }

        .white_content {
            position: relative;
            margin: auto;
            margin-top:5%;
            width:95%;          
            /**height: 350px; */
            padding:20px 10px;
            border:1px solid #3a8aca;
            background-color: white;
            z-index: 1002;
            overflow: auto;
        }

        .yykkp {
            width: 100%;
            height: 50px;
        }

            .yykkp span {
                float: left;
                margin-top: 22px;
                width: 100%;
                height: 28px;
            }

        .yydiv {
            float: left;
            width: 100%;
            height: 290px;
            text-align: center;
            border-top: #ccc solid 1px;
            border-bottom: #ccc solid 1px;
        }
        .yydiv table{ line-height:25px; width:100%;
            
        }

        .yybottom {
            float: left;
            margin: 10px auto;
            width: 100%;
            height: 30px;
            text-align: center;
        }

}

/*大屏幕*/
@media screen and (min-width: 992px){    
    .rollBox .cont .pic {
        width:666px;          
    }
   
   #fzlc_pic ul li img{ width: 330px; height:450px;   }

   #zl_pic ul li { width:330px; height:432px;    }
   #fzlc_pic ul li img{ width: 330px; height:432px;   }


    .rlbg .rczy ul li .rlefte { width:75px;    }  
    .rlbg .rczy ul li .rlefte img{  width:65px;   }                 
                       
                                                
                   

  .nav{height:100px;font-size:14px;}
  .nav.index{background: rgba(255, 255, 255 ,0.99);}
  .nav .layui-nav {top:30px;    }
  
.layui-nav-child { width:220px;
    line-height: 45px;    border-top:1px solid red;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);  
   background: rgba(255, 255, 255 ,0.9);
 
}


  .rlbg .rtitel{
            font-size:18px;                 
        }

.rb_cont dt { font-size:20px;    }
.rb_cont dd { font-size:18px;    }


    .My_Hight {   position: relative;
    margin: 0 auto;
    padding: 0;   
    }
  .layui-nav-child dd {padding:3px 10px;  }    
  .nav .nav-list button{display: none;}
  .nav .layui-nav{width: auto; position: absolute; top:40px; padding: 0 5px; border-radius: 0; margin: 0;}
  .nav .layui-nav .layui-nav-item{display: inline-block; margin:0 5px; line-height:60px;}
  .main-product p.title
  ,.main-service p.title{font-size: 36px; line-height:120px;}
  .main.product .content .content-img{text-align: left;}
  .main-news .content .news-panel strong a{font-size: 20px; line-height: 30px;}
  .main-news .content .news-panel p.read-push{padding-top: 0; position: absolute; bottom: 40px;}
  .main-newsdate .pushtime{line-height: 142px;}
  .main-case .content{width: 45%;}
  .main-case .content.even{margin-left: 9%;}
  .main-about ul.aboutab li{padding: 0 32px; font-size: 24px; margin-left: 30px; line-height: 50px;}
  .main-about .tabIntro .content p{padding: 0 30px; font-size: 18px; line-height: 30px;}
  .main-about .tabJob .content p{font-size: 24px; line-height: 50px;}
  .main-about .tabJob .content p.title{font-size: 30px; line-height: 90px;}
  .main-about .tabJob .content ol li{font-size: 20px; line-height: 60px;}
  .main-about .tabCour .timeline:before{left: 50%;}
  .main-about .tabCour .timeline li{min-height: 195px; padding-top: 95px;}
  .main-about .tabCour .timeline li .cour-img{left: 50%; margin-left: -97.5px; width: 195px;}
  .main-about .tabCour .timeline li .cour-panel{padding-top: 55px; padding-left: 0;}
  .main-about .tabCour .timeline li.odd .cour-panel{text-align: right;}

  /** 绿色经营 */
.greens { text-align:center; margin-bottom:15px; z-index:0;}
.greens img{width:256px; height:170px;}

 .gresmprint {text-align:center;  margin-bottom:15px; z-index:0;}
 .gresmprint img{width:350px;height:245px;}
 
/*产品展示*/
.cont_img {width:96%;float:left;}
.cont_img img {width:310px; height:233px;  text-align:center; }

}
@media screen and (min-width: 992px) and (max-width: 1200px){

    .nav .layui-nav .layui-nav-item{margin:0 4px;}
    .nav .layui-nav .layui-nav-item a{ padding:0 5px;}

  .main.product .content div.right{padding-left: 20px;}
 
  .main-service .content .content-right{padding: 10px 10px 0 15px;}
  .main-service .content .content-right span{margin-bottom: 20px;}
  .main-service .content .content-right p{line-height: 28px;}
  .main.product .content .label{line-height: 40px; margin-top: 0;}
  .main.product .content .detail{padding-bottom: 10px;}

  .main-news .content .news-img{width: 20%;}
  .main-news .content .news-panel{width: 80%;}
  .main-case .content{width: 31%;}
  .main-case .content.even{margin-left: 0;}
  .main-case .content.center{margin-right: 3%; margin-left: 3%;}
  .main-about .tabIntro .content p{padding: 0 50px; font-size: 20px; line-height: 40px;}

    /** 绿色经营 */
.greens { text-align:center; margin-bottom:15px; z-index:0;}
.greens img{width:256px; height:170px;}

 .gresmprint {text-align:center;  margin-bottom:15px; z-index:0;}
 .gresmprint img{width:350px;height:245px;}

   /**菜单变细 */
   .layui-nav .layui-nav-item a { padding: 0 2px;  }
 /*产品展示*/
.cont_img {width:96%;float:left;}
.cont_img img {width:310px; height:233px;  text-align:center; }


   .black_overlay {
            display: none;
            position: absolute;
            top:0;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 1001;
            background: url(../../images/bgback.png) repeat;
        }

        .table-content {
            float: left;
            width: 1100px;
            overflow-x: hidden;
        }

        .table-head-wrap {
            float: left;
            width: 1090px;
        }

        .white_content {
            position: relative;
            margin: auto;
            margin-top: 2%;
            width:45%;
            /**height: 350px; */
            padding:10px 25px;
            border: 5px solid #3a8aca;
            background-color: white;
            z-index: 1002;
            overflow: auto;
        }

        .yykkp {
            width: 100%;
            height: 50px;
        }

            .yykkp span {
                float: left;
                margin-top: 22px;
                width: 100%;
                height: 28px;
            }

        .yydiv {
            float: left;
            width: 100%;
            height: 290px;
            text-align: center;
            border-top: #ccc solid 1px;
            border-bottom: #ccc solid 1px;
        }
        .yydiv table{ line-height:25px; width:100%;
            
        }

        .yybottom {
            float: left;
            margin: 10px auto;
            width: 100%;
            height: 30px;
            text-align: center;
        }

}
/*大屏幕*/
/*@media screen and (min-width:992px)and (max-width:1170px ){
  
}*/
/*超大屏幕*/
@media screen and (min-width: 1200px) {

  .nav .layui-nav .layui-nav-item a{padding:0 10px;}

  .main-news .content .news-img{width: 35%;}
  .main-news .content .news-panel{width: 65%;}
  .main-news .content:nth-child(odd){padding-right: 20px;}
  .main-news .content:nth-child(even){padding-left: 20px;}
  .main-about .tabCour .timeline li .cour-panel{padding-left: 50px;}
  .main-about .tabCour .timeline li.odd .cour-panel{padding-left: 0; padding-right: 50px;}
   
     /** 绿色经营 */
.greens { text-align:center; margin-bottom:15px; z-index:0;}
.greens img{width:256px; height:170px;}
 .gresmprint {text-align:center;  margin-bottom:15px; z-index:0;}
 .gresmprint img{width:350px;height:245px;}

 /*产品展示*/
.cont_img {width:96%;float:left;}
.cont_img img {width:310px; height:220px;  text-align:center; }

 /*软板设备展示*/
.content-left-img {width:305px; height:225px;   }
.content-left-img  img {width:305px; height:225px;  text-align:center; }

  .black_overlay {
            display: none;
            position: absolute;
            top:0;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 1001;
            background: url(../../../images/bgback.png) repeat;
        }

        .table-content {
            float: left;
            width: 1100px;
            overflow-x: hidden;
        }

        .table-head-wrap {
            float: left;
            width: 1090px;
        }

        .white_content {
            position: relative;
            margin: auto;
            margin-top: 2%;
            width:40%;
            /**height: 350px; */
            padding:10px 25px;
            border: 5px solid #3a8aca;
            background-color: white;
            z-index: 1002;
            overflow: auto;
        }

        .yykkp {
            width: 100%;
            height: 50px;
        }

            .yykkp span {
                float: left;
                margin-top: 22px;
                width: 100%;
                height: 28px;
            }

        .yydiv {
            float: left;
            width: 100%;
            height: 290px;
            text-align: center;
            border-top: #ccc solid 1px;
            border-bottom: #ccc solid 1px;
        }
        .yydiv table{ line-height:25px; width:100%;
            
        }

        .yybottom {
            float: left;
            margin: 10px auto;
            width: 100%;
            height: 30px;
            text-align: center;
        }
}

@media screen and (min-width: 1200px) and (max-width: 1300px ){
     .layui-container{width:94%; padding: 0;}

}
@media screen and (min-width: 1300px) {
  .layui-container{width:93%; padding: 0;}
  
  .main-about .tabJob .content:last-child{margin-bottom: 180px;}
  .nav .nav-logo{position: absolute; top:7px; left: 0;}
    .nav .nav-logo a {width:350px;}
     .nav .nav-logo a img{width:350px;}
  .layui-col-space80{margin: -40px;}
  .layui-col-space80>*{padding: 40px;}


  .black_overlay {
            display: none;
            position: absolute;
            top: 0;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 1001;
            background: url(../../../images/bgback.png) repeat;
        }

        .table-content {
            float: left;
            width: 1100px;
            overflow-x: hidden;
        }

        .table-head-wrap {
            float: left;
            width: 1090px;
        }

        .white_content {
            position: relative;
            margin: auto;
            margin-top: 2%;
            width:40%;
            /**height: 350px; */
            padding:10px 25px;
            border: 5px solid #3a8aca;
            background-color: white;
            z-index: 1002;
            overflow: auto;
        }

        .yykkp {
            width: 100%;
            height: 50px;
        }

            .yykkp span {
                float: left;
                margin-top: 22px;
                width: 100%;
                height: 28px;
            }

        .yydiv {
            float: left;
            width: 100%;
            height: 290px;
            text-align: center;
            border-top: #ccc solid 1px;
            border-bottom: #ccc solid 1px;
        }
        .yydiv table{ line-height:25px; width:100%;
            
        }

        .yybottom {
            float: left;
            margin: 10px auto;
            width: 100%;
            height: 30px;
            text-align: center;
        }
}
