/*css reset*/
html{overflow-y:scroll;}
body,div,ul,li,span,img,input,form{ margin:0; padding:0;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dd{ margin:0;}
ul,ol,{padding:0;}

body{ font-size:12px;font-family:"冬青黑体简体中文","微软雅黑","宋体",Arial,sans-serif;/*background-color:#e9e9e9;*/}
a{ text-decoration:none; color:#666666; }
li{ list-style:none; }
img{ border:none 0;}
input{ outline:none; border:none; background:none;}
input,textarea,select{ margin:0; }
input,textarea{ padding:0;}
input::-ms-clear{display:none;}




/******** 修改bootstrap 内部css ********/


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin: 0;
}
.row{
    margin: 0;
}



/********  navbar  ********/
.navbar{
    border:0!important;
}
#const_nav{
    padding:0;
    margin:0;
    box-sizing: border-box;
    height:98px;
    border-bottom: 1px solid #e8e8e8!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 0px 10px 1px #dcdcdc;
    -moz-box-shadow: 2px 0px 10px 1px #dcdcdc;
    -o-box-shadow: 2px 0px 10px 1px #dcdcdc;
    -ms-box-shadow: 2px 0px 10px 1px #dcdcdc;
    box-shadow: 2px 0px 10px 1px #dcdcdc;
    background: #fff;
	//margin-bottom:5px;
}
#nav_cont{
    padding: 0;
    height:98px;
    line-height: 98px;
	margin:0 auto;
}
#nav_cont .navbar-header{
    height: 98px;
}
.nav_list{
    background: #fff;
}
#nav_cont .nav_list ul li a{
   /* margin: 0;
    padding: 0 25px;
    font-size: 15px;
    height:50px;
    line-height: 50px;
	color: #000000;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
	    height: 22px;
    line-height: 22px;
	*/
    height: 95px;
    line-height: 100px;
    padding: 0px 16px;
    font-size: 18px;

	color:#555555;
	
	
}
#nav_cont .nav_list ul li a:hover{
    color: #008cd7;
 }
#nav_cont .nav_list>ul>li.active>a{
    color: #FFFFFF;
    font-size: 18px;
    /*font-weight: 600;*/
	display:block;
	background-color:#008cd7;
}
#nav_logo{
    display: block;
	padding-top:10px;
	/*padding-left:20px;
    margin-left:10px;*/
}
#mobile_btn{
    margin-top:18px;
    margin-right:10px;
}
/*鼠标经过部分*/
.sub_nav{
    position: absolute;
    width: 130px;
    display: none;
    background: #fff;
    padding: 0 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius:3px;
    transition: .5s;
}
.dropdown-menu>li{
    height: 25px;
    line-height: 25px;
	padding: 3px 20px;

}
#nav_cont .nav_list ul li .dropdown-menu>li>a{
    width: 100px;
    padding: 0px 5px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color:#777;
	display:block;
}
#nav_cont .nav_list ul li .dropdown-menu>li>a:hover{
    /*background: #3b37f0;*/
    color:#3b37f0;
    text-decoration:none;
}
#right_nav li:hover .dropdown-menu{
    display: block;
    transition: .5s;
}

.foot-nav-box {
    width: 100%;
    /*height: 240px;
    padding: 30px 0;
    background: #282828;
    */
    background-color: #636363;
	color:#FFFFFF;
}

.wrap {
    width: 1170px;
    height: auto;
    margin: 0 auto;
}
.foot-nav-box{ padding:20px;}
.foot-nav-box dl{}
.foot-nav-box dl.first{ /*margin-left: 0;*/}
.foot-nav-box dt{ height: 30px; 
    line-height: 30px; color: #fff; 
    text-align:center;
    font-size: 15px; margin-bottom: 10px;margin-top: 10px;}
.foot-nav-box dt span{/*border-bottom: 1px solid #FFFFFF;*/  display: block;}
.foot-nav-box dd{ line-height: 24px; color: #fff;    margin: 0px 17px;}
.foot-nav-box dd a{ display: block; /*line-height: 20px;*/ color: #fff;font-size: 14px;}
.foot-nav-box dd a:hover{ text-decoration: underline;}
.foot-nav-box p{ font-size: 15px; margin-top:20px;float: right;}
.foot-nav-box .line-left{ border-left: 2px solid #FFFFFF; padding-left: 80px;}
/********   footer ********/
#footer{
    padding: 15px 0 30px;
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 13px;
    background-color: #f4f4f4;
    
}
.footer_t{font-size: 24px;font-style: italic;  letter-spacing: 2px;}
#footer p{text-align: center; }
#footer img{ text-align: center; }
.footer_list{
    padding: 10px 0;
    list-style: none;
    display:inline-block;
}
.footer_list>li{
    margin: 0;
    height:16px;
    line-height: 16px;
    border-right: 1px solid #fff;
    padding:0 10px;
    display:inline-block;
 }
.footer_list>li:nth-last-of-type(1){
    border: 0;
}
.footer_list>li>a{
        color: #666;
}
#footer p{
    padding: 5px 15px 2px;
}





/********  首页banner  ********/


.banner{
    width: 100%;
    overflow: hidden;
    height: auto;
    /*height:497px;*/
    /*background: url("../images/banner.png") center center;*/
}
.banner>img{
    width: 100%;
    height:auto;
    min-height: 200px;
}

/********   index 首页样式 ********/
	/*公共*/

/*分类 全屏banner*/
.full_banner{
    width: 100%;
    /*overflow: hidden;*/
    height: 232px;
}
.full_banner>.mask {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
}
.full_banner>.mask>h3 {
    padding-top: 100px;
    font-size: 30px;
}
.full_banner>.mask>p {
    padding-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.cont_top{
	margin-top: 98px;
    display: block;
}
.cont_section{
    padding:40px 0 10px;
}
.tit{
    padding:5px 0 5px;
    text-align: left;
	/*margin-top:10px;*/
}
.tit h3{
    font-size: 28px;
    color: #454544;
}
.tit p{
    padding-left: 15px;
    padding-right: 15px;
	text-align:center;
	padding:5px 0px 40px 0px;
    font-size: 15px;
    color: #666666;
}
/*.tit h3:after{
    content: "";
    margin: 20px auto 10px;
    display: block;
    height: 2px;
    width: 48px;
    background: #3b37f0;
}*/
/*服务*/
#service{
    text-align: center;
	margin-top:40px;
}
#service_list{
    position: relative;
}
#service_list>.active h5{
    color:#3b37f0;
}
#service_list .produs_bg{
    height: 140px;
    background: url(../images/fw/ps_product.png) center center no-repeat;
}
#service_list>.active .produs_bg{
    height: 140px;
    background: url(../images/fw/ps_product_on.png) center center no-repeat;
}

#service_list .fanan_bg{
    height: 140px;
    background: url(../images/fw/ps_ques.png) center center no-repeat;
}
#service_list>.active .fanan_bg{
    height: 140px;
    background: url(../images/fw/ps_ques_on.png) center center no-repeat;
}

#service_list .custom_bg{
    height: 140px;
    background: url(../images/fw/ps_server.png) center center no-repeat;
}
#service_list>.active .custom_bg{
    height: 140px;
    background: url(../images/fw/ps_server_on.png) center center no-repeat;
}

#service_list .softw_bg{
    height: 140px;
    background: url(../images/fw/r.png) center center no-repeat;
}
#service_list>.active .softw_bg{
    height: 140px;
    background: url(../images/fw/r_on.png) center center no-repeat;
}










#service_list>div{
    cursor: pointer;
    padding: 30px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#service_list>div:hover{
    cursor: pointer;
    /*background: #F5F5F5;*/
}
#service_list>div img{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
#service_list>div:hover img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#service_list h5{
    padding:10px 0 0;
    font-size: 17px;
    color: #454544;
}
#service_list .info{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #454544;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*首页产品服务部分*/
#service_list>.sanjiao2{
    position: absolute;
    margin-left: 10%;
    left: 11%;
    bottom:-1px;
    margin: 0;
    padding: 0;
    z-index: 100;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #ccc;
}


#service_list>.sanjiao2>.sanjiao{
    position: relative;
    left: -12px;
    bottom: -2px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #f6f5f5;
}
.service_cont{
	clear:both;
    padding-bottom: 0px;
} 
.custom_cont,.software_cont,.fanan_cont{
    display: none;
    opacity: 0;
}
.produs_left{
    box-sizing: border-box;
    padding:0 30px;
    /*border-right:1px solid #ccc;*/
}
.produs_right{
    box-sizing: border-box;
    padding:0 30px;
     
}
.produs_list{
    cursor: pointer;
    /*width: calc(25% - 12px);
	border: 1px solid #d6d6d6;
	margin: 6px;
	padding-bottom: 14px;
	*/
    
    padding: 0;
    font-size: 18px;
    color: #3c3c3c;
    /* margin-bottom: 10px; */
    display: block;
    
    transition: all 1s;
    
    transition: .3s;
}
.produs_list a:hover{
    text-decoration: none;
}
.produs_list img{
	/*margin:10px 0px;*/
	/*width: 170px;
    height: 170px;
    width: 150px;
    height: 150px; */
     width: 136px;
    height: 136px;
}
.produs_list:hover{
    /* transform: translateY(-2px);
     box-shadow: 0 0 10px #888888; 
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);*/
}
.produs_list p{
        font-size: 14px;
 
}
.produs_list:hover p{
        color: #3b37f0;
 
}
.produs_tit{
    text-align: center;
    font-size: 24px;
    color: #3c3c3c;
}
.produs_des{
    text-align: center;
font-size: 16px;
color: #969696;
margin-top: 20px;
margin-bottom: 30px;
}

.service_box{
    padding: 40px 0;
}
.service_top{
    border-bottom:1px solid #ccc;
}
.custom_tit{
    display: block;
    margin-top: 15px;
    width: 148px;
    height: 48px;
    border: 1px #969696 solid;
    font-size: 18px;
    color: #3c3c3c;
    text-align: center;
    line-height: 48px;
}
.service_name{
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.service_des{
    max-height: 42px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.custom_list{
    padding: 0;
}
.custom_list .custom_img{
    padding: 0;
    overflow: hidden;
}
.custom_img img{
    width: 100%;
    max-height: 95px;
}

.custom_list .service_name{

}
.custom_btn{
    display: block;
    margin: 20px auto;
    cursor: pointer;
    width: 120px;
    height: 36px;
    background-color: #010101;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.software_tit{
    padding: 20px 0;
    font-size: 16px;
    color: #3c3c3c;
}
.software_info{
    font-size: 13px;
    line-height: 24px;
    color: #999;
}

/*案例*/
#case_list>div,#case_list>div>a{
     
    /*padding-bottom:20px;*/
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: 0.5s;
}
#case_list>div:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#feature_cate1>div:hover,#feature_cate>div:hover, .clearfix>li:hover{
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
#case_list>div>a>img{
    padding: 0px;
    width:100%;
    /*height: 250px;*/
}
/*留言板*/

.mes_cont{
    padding: 20px;
}
.inp20{
    padding: 30px 15px;
}
/*品牌*/
#brand_list>div{
    padding-top: 20px;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: 0.5s;
}
#brand_list>div:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#brand_list  img{
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 45px;
    text-align: center;
}






/******* 产品 product页面css *******/


/*banner img*/
.prod_banner{
     
    background: url("../images/prod_banner.jpg") center center;
}
.prod_banner>.mask{
  
    background: rgba(45,45,45,0.8);
}
 
/*prod_主内容*/
#prod_cont{
    padding: 20px 0px 0px 0px;
	  
}
.prod_item{
    margin:10px 0 40px;
    padding:40px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prod_item:hover{
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
    background: #f5f5f5;
}
.prod_item:nth-of-type(2n){
    background: #f6f6f6;
}
.prod_item>.item_img{
    overflow: hidden;
    height: 240px;
}
.prod_item>.item_img img{
    width: 100%;
    height: 240px;
}
.prod_item .item_info>h4{
    padding-top:15px;
    font-size: 32px;
    color: #383838;
}
.prod_item .item_info>h4:after{
    content: "";
    margin: 20px 0 10px;
    display: block;
    height: 3px;
    width: 60px;
    background: #3b37f0;
}
.prod_item .item_info>.info_btn{
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin:15px 0;
    border:1px solid #3b37f0;
    font-size: 16px;
    color: #3b37f0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: 0.5s;
}
.prod_item .item_info>.info_btn:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prod_item .item_info>.info_text{
    margin-top:15px;
    font-size: 14px;
    line-height: 24px;
    color: #666560;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prod_item .item_info a{
    text-decoration: none;
}

.prod_item .item_info a:hover{
    color:#3b37f0;
}





/******* 服务 service页面css *******/



/*tit img*/
.serveice_banner{
    
    background: url("../images/service_banner.jpg") center center;
}
.news_banner{
    
    background: url("../images/news_banner.jpg") center center;
}

/*主内容*/
#service_cont{
       padding: 20px 0px 0px 0px;
		
}
.service_row{
    padding: 0px;

}
.service_row>div{
    padding-bottom: 20px;
    overflow: hidden;
    height: 180px;
    cursor: pointer;
}
.service_row>div:hover{
    background: #f7f7f7;
}
.service_row>.space:hover{
    background: transparent;
}
 
.service_row>div>img{
    display: block;
    padding-top: 30px;
    margin: 0 auto;
}
.service_row>div:hover img,.service_row>div:hover h5{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.service_row>div>h5{
    padding: 25px 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    
}





/******* 案例 case 页面css*******/




/*tit img*/
.case_banner{
    background: url("../images/case_banner.jpg") center center;
}
.case_banner>.mask{
    background: rgba(45,45,45,0.7);
}

/*主内容*/
#case_cont{
	    padding: 20px 0px 0px 0px;
		    /*margin-top: 50px;
			padding: 0 0 50px;
    padding:60px 0;*/
}
.case_class{
    /*margin: 30px 0 70px;*/
}
.case_tit{
    margin:0px 0px 10px 0px;
    text-align: center;
    font-size: 20px;
}
.case_list .col-md-4 {
    padding: 20px 20px 80px;
    box-sizing: border-box;
    border:1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.case_list a {
    display: block;
    /*width: 100%;*/
}
.case_list>div:hover{
    /*border:1px solid #3b37f0;
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    -webkit-box-shadow: 0px 1px 5px #333;
    -moz-box-shadow: 0px 1px 5px #333;
    -o-box-shadow: 0px 1px 5px #333;
    -ms-box-shadow: 0px 1px 5px #333;
    box-shadow: 0px 1px 5px #333;*/
}
.case_list>div:hover a{
    text-decoration: none;
}



.video_list .col-md-3 {
    padding: 20px 20px 80px;
    box-sizing: border-box;
    border:1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}


.video_list a {
    display: block;
    /*width: 100%;*/
}
.video_list>div:hover{
    border:1px solid #3b37f0;
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    -webkit-box-shadow: 0px 1px 5px #333;
    -moz-box-shadow: 0px 1px 5px #333;
    -o-box-shadow: 0px 1px 5px #333;
    -ms-box-shadow: 0px 1px 5px #333;
    box-shadow: 0px 1px 5px #333;
}
.video_list>div:hover a{
    text-decoration: none;
}


 
.case_list .list_tit{
    padding: 5px;
    font-size: 20px;
}
.case_list .case_info{
    padding: 5px 5px 20px;
    font-size: 14px;
    text-overflow:ellipsis;
}
.case_list .case_itme_img{
    width: 100%;
	display: block;
    height: 200px;
    vertical-align: middle;
	text-align:center;
}



/******* 联系 contact 页面css*******/

.aboutus_banner{
    background: url("../images/aboutus_banner.jpg") center center;
}
.aboutus_banner>.mask{
    background: rgba(45,45,45,0.4);
}


#contace_cont{
    padding: 20px 0px 0px 0px;
}
.contace_tit{
    padding: 0 0 10px 0;
    font-size: 18px;
    color:#454544;
    text-align: center;
}
.company_info{
    margin-top: 20px;
    padding:0 118px;
    text-align:left;
    line-height: 26px;
    font-size: 14px;
    color:#666560;
	position:relative
}
.aline{clear:both; margin:20px 0px;}
.al{float:left; width:450px;}
.ar{float:right; width:500px;}
.ar .txta{ border-bottom:5px solid #686868; padding-bottom:20px;}
.ar .txta h4{ padding:10px 2px;font-size:32px; color:#4a4a4a;letter-spacing:5px; font-weight: 600;}
.ar .txta h5{font-size: 20px; letter-spacing:2px;}
.ar p{text-indent:30px; line-height:40px;}
.aline p{line-height:30px; font-size: 16px; padding-top: 10px;text-indent:30px;}
.tal{ float:left; width: 650px;}
.tar{ width:310px; float:right;}
.dpat{clear:both;}
.dpat h4{border-bottom:5px solid #686868;margin-bottom:20px; 
    color: #000; padding:20px 0px;font-size:32px; color:#4a4a4a;letter-spacing:5px; font-weight: 600;}
.dlineo span{float:left; width:50%;text-align:center;display:inline-block;margin:20px 0px;}
.dlinet{ margin:10px 0px;}
.dlinet span{ float:left; width:25%;text-align:center; margin:20px 0px;}
.dlineth span{ float:left; width:33%;text-align:center; margin:20px 1px;}
.comp_add{
    padding: 0px 20px 30px;
	text-align: center;
}
.comp_add p{
    padding: 14px 0;
    font-size: 15px;
    color:#666560;
}
.comp_add span{
	margin-left:20px;
    padding: 6px 0;
    font-size: 15px;
    color:#666560;
}
/*百度地图*/

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}




/******* 案例详情页 case detail 页面css *******/



 #case_detail{
    /*padding:60px 0;*/
}

.case_detail_tit{
    margin:60px auto;
    text-align: center;
    font-size: 34px;
}
.detail_box .detail_logo,.detail_box .detail_cont{
    overflow: hidden;
    height: 280px;
}
.detail_box .detail_logo{
    overflow: hidden;
	text-align: center;
} 
.detail_box .detail_logo>img{
 
    height: 100%; 
} 
.detail_img{
    overflow: hidden;
    padding-top:40px;
}
.detail_img>img{
    width: 80%;
    display: block;
    margin:50px auto;
}
.detail_cont{
    box-sizing: border-box;
    /*margin: 15px;*/
    background: #54afff;
    color:#fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.detail_cont:hover{
    background: #0ba5ca;
    color:#fff;
}
.detail_cont h4{
    padding: 30px 0;
    font-size: 26px;
}
.detail_cont .case_detail_info{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding-bottom: 30px;
    line-height: 28px;
}
@media (min-width: 992px){
	.col-md-2 {
		width: 20%;
	}

    .col-md-c1 {
        width: 12.5%;
    }
}

/*******       媒体查询代码        ******/
@media screen and (max-width: 992px) {

    /*navbar*/
    #nav_cont .nav_list ul li a {
        margin: 0;
        padding: 0 20px;
        font-size: 16px;
        height: 94px;
        line-height: 94px;
        -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
        transition: .3s;
    }


    /*描述内容 */
    .detail_cont {
        margin: 15px;
    }
    #brand_list>div img{
        width: 95%;
        
    }

    /*分类 全屏banner*/
    .full_banner{
        width: 100%;
        overflow: hidden;
        height: 180px;
    }
    .full_banner>.mask {
        text-align: center;
        color: #fff;
        width: 100%;
        height: 100%;
    }
    .full_banner>.mask>h3 {
        padding-top: 40px;
        font-size: 25px;
    }
    .full_banner>.mask>p {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }

    /*案例标题*/
    .case_class {
        margin: 30px 0 20px;
    }
    .case_tit{
            margin: 30px auto;
            font-size: 28px;
    }
    
    /*首页产品服务*/
    .service_cont,.sanjiao2 {
        display: none;
    }
	
	.col-md-2 {
	 width:20%;
	}
    .col-md-c1 {
        width: 12.5%;
    }
}



@media screen and (max-width:769px) {
    .col-md-c1 {
        width: 100%;
    }
	.col-md-2 {
	 width:100%;
	}

     /*navbar*/
    #nav_cont .nav_list ul li a {
        margin: 0;
        padding: 0 20px;
        font-size: 16px;
        height: 54px;
        line-height: 54px;
        transition: .3s;
    }
    #right_nav .sub_nav{
        display: block;
        position: relative;
        margin-top: -10px;
        width: 100%;
        border: 0px;
        padding-left: 30px;
    }
    #nav_cont .nav_list ul li .sub_nav>li>a{
        color:#969696;
    }
    #right_nav .sub_nav>li{
        width: 100%;
    }
    .mes_cont{
        padding: 20px 20px;
    }

    /*首页产品服务*/
    .service_cont,.sanjiao2 {
        display: none;
    }
}

/*轮播*/

.carousel-inner .item img{
    /*display: block;*/
    margin:0 auto;
}

.validate_msg{
            box-sizing: border-box;
            margin: 15px 0;
            padding: 15px;
            border:1px solid red;
            color:red;
            line-height: 12px;
            display: none;
        }
.mes_cont .col-md-4{
padding-top:10px;
}
.detail_img img{
max-width:100%;
}

/*描述内容表格*/
.info_tab{
    margin:0 auto;
    width: 80%;
	font-family: Arial, Helvetica, sans-serif;
 }
.info_tab th {
	padding:15px;
	font-weight:400;
    text-align: center;
 	background: #F0F0F0;
    font-size: 24px;
    color: #636262;
    border:1px solid #ddd; 
	border-bottom:1px solid transparent; 
	font-family: Arial, Helvetica, sans-serif;
}
 
.info_tab td {
	padding:13px;
    margin-left: -10px;
    font-size: 15px;
	line-height:1.5;
    padding-left: 37px;
    color: #636262;
    border:1px solid #ddd; 
	border-top:1px solid transparent; 
}
/*新闻模块*/
.news-list {
    
    border-bottom: 1px dashed #ded9d9;
    transition: .5s;
}
.news-list-a {
    padding: 10px 0px;
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
	min-height:160px;
}

.news-list-a h5 {
    padding-top: 12px;
    line-height: 35px;
    font-size: 32px;
    text-align: center;
}
.news-list-a span {
    width: 140px;
	padding:0px 30px;
    text-align: center;
    font-size: 16px;
}
.news-img img {
    display: block;     
    height: 150px;
    vertical-align: middle;
}
.news-list-a h4 {
    color: #595757;
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
    line-height: 25px;
}
.news-list-a p {
    font-size: 14px;
    line-height: 25px;
    color: #959494;
    width: 95%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}
.news-list:hover{
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.news-list-a:hover,.news-list-a:hover h4,.news-list-a:hover p{
    /*color:#3b37f0;*/
     
}

#news-tabs{
    margin: 20px auto 50px;
    width: 260px;
    height: 38px;
    border: 0;
}
#news-tabs>li{
    width: 50%;
    border: 0;
    background: #c3c3c3;
}
#news-tabs>li>a{
    border: 0;
    text-align: center;
    color:#fff;
}
#news-tabs>li.active>a{
    margin:0;
    border: 0;
    background: #3b37f0;
}
#news-tabs>li>a:hover{
    margin:0;
    border: 0;
    background: #3b37f0;
}
nav.page-navigation{
    position: relative;
    text-align: center;
    padding-top: 30px;
}
nav.page-navigation>.pagination>.active>a{
    background: #008cd7;
}
ol.breadcrumb{
    background: transparent;
    font-size: 14px;
	padding: 12px 30px 5px 30px;
	margin-bottom:0;
}
.new-box{
     margin:0px 10px;
     /* width: 90%;*/
}
.new-tit{
    font-size: 20px;
    padding:10px;
    text-align: center;
}
.news-info{
    /*margin:10px auto 15px;*/
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    color:#777;
    border-bottom: 1px solid #ccc;

}
.news-info span{
    margin-left: 10px;
}
.news-cont{
    /*overflow: hidden;
    line-height: 1.8;*/
    font-size: 14px;
    color:#777;
	position: relative;
	margin:0px;
	padding:20px 0px 0px;
    word-wrap:break-word;
}
.news-cont p{
	margin:0px;
	padding:0px;
}
	
.news-cont img{
    max-width: 100%;
}
.prev_next{
	padding:50px 0 10px;
}

/*home news */

.zx-left{
            text-align: center;
        }
        .zx-left>img{
            width: 100%;
            height: 260px;
        }
        .zx-list>li{
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
        .zx-list>li{
            padding: 11px 0;
            border-bottom: 1px dashed #ded9d9;
            transition: .5s;
            font-size: 15px;
        }
        .zx-list>li .col-sm-9,.zx-list>li .col-sm-3{
            padding: 0;
            margin: 0;
        }
        .zx-list>li .col-sm-9{
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
        .zx-list>li .col-sm-3{
            text-align: right;
        }
        .zx-list>li>a:hover{
            color:#3b37f0;
            text-decoration: none;
        }
.container .col-md-3 .panel, .container .col-md-3 .panel-primary { bolder:none;}
	
.news-section{ /*width: 100%; height: 360px;*/ background:#fff; margin-bottom:40px;
margin-top:30px;}
.news-section .item.last{ margin-right: 0; padding-right:0}
.news-section .item h3{  line-height:30px; padding:0; color: #000; font-size: 18px;}
.news-section .item ul{ /*height: 228px; padding: 12px 0;*/ overflow: hidden;}
.news-section .item li{ height: 24px; line-height: 24px; overflow: hidden;}
.news-section .item li a{font-size: 14px;display: block; height: 24px;  padding-left: 100px; position: relative; overflow: hidden; color: #000; white-space: normal; text-overflow:ellipsis;}
.news-section .item li a:hover{ color: #0070bd;}
.news-section .item li span{ width: 100px; height: 24px; text-align: left; display: block; position: absolute; left: 0; top: 0;}

.contact-info{background:#f1f1f1;}
.contact-info .contact-l{ padding-left: 15px; border-right: 1px solid #e7e7e7;font-size: 15px;display: block;}
.contact-info .contact-l p{ line-height: 18px; color:#555555;}
.contact-info .contact-l .tel{ color: #555555; font-size: 20px; font-weight: bold;}

.contact-info .ewm-box{text-align:center;height: auto; font-size: 15px;display: block; margin-top: 5px;border-right: 1px solid #e7e7e7;}
.contact-info .ewm-box img{ width: 94px; height: 94px; margin-right: 6px;}
.contact-info .ewm-box .ewm-r{height: 94px;}
.contact-info .ewm-box .ewm-r p{ line-height: 18px; color: #555555; margin-bottom: 15px;}
.contact-info .ewm-box .ewm-r h3{ line-height: 20px; color: #555555; font-size: 15px;display: block;}
.contact-info .ewm-box .ewm-r h3 span{ font-size: 15px;display: block; line-height: 20px;}
.code-2{ padding:20px 0px;}

#paly{
	position: absolute;
	left: 50%;
	bottom: 40%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: url(../images/play.png) center center no-repeat;
	border-radius: 5px;
	//z-index: 10000;
}
.news-section .row, .code-2 .row, .foot-nav-box .row{ margin:0 auto;}
.size-on{
	
  font-size: 15px;display: block;
  text-align:left;
  padding-bottom:30px;
 
}
.size-on > div{ padding-left: 30px;}
.leftnava{font-size: 14px;color: #555555;text-decoration: none;}

.panel-primary {
    border-color: #282828;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius:none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-primary>.panel-heading {
    
    border-color: #282828;
	padding: 10px;
	background: #282828;
	color: #fff;
	border: 1px solid #282828;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}
.panel-body{
	border: 1px solid #d9d9d9;
    border-top: 0;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.l-title{font-size: 14px;/*margin-bottom: 8px;*/}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #FFF; 
    border-color: #337ab7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #FFF;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #FFF;
}
.ewm-box img{ text-align:center;}
.logo {
    height: 80px;
    width: 415px;
    float: left;
}
.top_ewm {
    float: right;
    margin: 10px;
}
.topdh {
    height: 68px;
    width: 264px;
    float: right;
    margin: 10px 10px 0 0;
}

.ggt img {
    height: auto;
    width: 100%;
    float: left;
}

#content img {
    width: 250px;
    height: 162px;
	border-radius:5px;
}
.size-on a{ float: right; color: #008cd7; }

#container{ 
  width:1180px; 
  height: 195px; 
  padding-top: 25px;
  overflow: hidden; 
  position: relative; 
  margin:0 auto;
} 
.album_bg{
    padding: 20px 0px;
    background-color: #F4F4F4;
}  
#container ul{ 
  list-style: none; 
  width:10000px; 
  position: absolute; 
} 
  
#container ul li{ 
display:block;
  float:left; 
  margin:0px 10px; 
  width:245px;
  height:160px;
} 
#i3Dshow{position:relative;}
.cl{ clear:both;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-c1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-2{
  text-align: center;
}
.panel-body{
	padding:8px;
}
.navbar{
margin-bottom:0px}
.tit h3{
	/*padding-left:10px;*/
	display:black;
	text-align:center;
	/*margin-top:10px;*/
	font-size:24px;
}
.thumb .col-md-4{
    padding-right: 0px; 
    padding-left: 0px;
}
.ggt{
	margin:10px 0px;
}
.cj_cj .col-md-3{
	padding-right:0px;
}
.pimage{
    text-align: center;
    padding-top: 40px;
}
.pimage img{
	width:350px;
	height:350px;
	overflow:hidden;
}
.pinfo h1{
	font-size:20px;
    font-weight:bold;
	border-bottom:1px solid #eeeeee;
	padding-bottom:15px;
}
.pinfo p{
	height:28px;
	line-height:28px;
	font-size:16px;
	padding:10px 0px;
	display:block;
}
.pinfo strong{ font-weight:normal;}
.inside-nav {
    background: #fff;
	height: 110px;
    /*height: 150px;*/
    position: relative;
    z-index: 2;
}
.nav-list {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.inside-nav h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    background: url(../images/line05.jpg) center bottom no-repeat;
}

.inside-nav h3 {
    font-size: 16px;
    color: #999;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav-list a {
    display: inline-block;
    width: 120px;
    height: 41px;
    background: #fff;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ddd;
    color: #333;
    margin-left: -6px;
    z-index: 4;
    position: relative;
	/*text-align: center;
    line-height: 32px;
    height: 32px;
    min-width: 104px;
    margin: 0 10px;
    padding: 0 16px;
    border-radius: 16px;
	position: relative;*/
}
.nav-list a:hover{
	/*background: #01942c;
	color:#FFFFFF;*/
	background: #008cd7;
    color: #fff;
}
.the-product {
    width: 100%;
    overflow: hidden;
}

.prolist-nav {
    width: 1180px;
	/*border-bottom: 2px #008cd7 solid;*/
    margin: 0px 10px;
}
.prolist-nav h5{
	text-align:center;
	font-size:18px;
	background-color:#008cd7;
	padding:10px 0px;
	font-weight:bold;
	color:#FFFFFF;
    margin-bottom: 20px;
}
.prolist-nav a {
    display: block;
    background-image: url(../images/icon18.png);
    background-repeat: no-repeat;
    
    width: 150px;
    height: 40px;
	line-height:40px;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 8px;
}

.product-list {
    width: 1200px;
    padding-bottom: 15px;
}

.product-list li {
    width: 280px;
    margin-right: 9px;
    float: left;
    margin-top: 15px;
    height: 360px;
    position: relative;
}
.pinfo{
	margin-top:100px;
}
.probox {
    /*background: #f1f1f1;*/
    width: 280px;
    height: 280px;
    overflow: hidden;
}

.probox img {
    width: 275px;
    height: 275px;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-list a {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}
.product-list span:hover, .product-list a:hover{
	color: #3b37f0;
}
.product-list span {
    display: block;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 0 4px;
	text-align:center;
}

.product-list em {
    display: block;
    padding-right: 25px;
    height: 40px;
    overflow: hidden;
}
.container{
	
}
.company-c{
	background-color:#f4f4f4;
	margin-bottom: 20px;
	margin-top:10px;
}
.foot-nav-box .container{
	/*background-color:#000000;*/
}
.case_list{
	/*margin:20px 0px;
	padding:20px 0px;*/
	border-bottom:2px solid #e9e9e9;
}
#case_list h3{
	margin:0px 5px;
	font-size:16px;
	padding:10px 5px;
	border-bottom:1px solid #555555;
}

#case_list p{
    padding:10px 5px;
}
.more{
	
	width:90px;
	text-align:center;
	font-size:14px;
}
.news-list p{
	padding:10px 0px;
}
.time{
background: url(../images/time_bg.png) center left no-repeat;
}
.breadcrumb li:first-child a{
	background: url(../images/home.png) left center no-repeat;
	display:block;
	padding-left:25px;
}
.news-related{

}
.news-related li{
list-style-type:square;
padding-top:10px;
}	

#div1 .pdinfo {
	width:800px;
	height:auto;
	display:none;
    margin:0px;
	padding:10px 0px;
	background:#FFFFF;
	color:#666;
	font-size:16px;
}
#div1 {
	font-size:0;
	width:805px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.bginfo{border:1px solid #eeeeee; background-color:#e9e9e9; display:block;}
#div1 input {
	font-size:16px;
	display:inline-block;
	width:200px;
	border:none;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
}
#div1 input:first-of-type {
	border-left:none;
}
#div1 .active {
	/*font-size:18px;*/
    background-color: #008cd7;
    color: #ffffff;
}
.related h2{
	text-align:center;
	font-size:18px;
	padding:10px 0px;
	background-color:#008cd7;
	color:#FFFFFF;
}
.related ul{
	border:1px solid #8F8F8F;
}
.related span{
	display:block;
	text-align:center;
}
.related img{
	margin-top:5px;
	border: 1px solid #ddd;
	width:223px;
	height:223px;
	padding:10px;
	text-align:center;
}
.related .rename{
	padding:10px 0px;
	font-size:16px;
}
.img-thumbnail{
	border:none;
	background-color:#f6f5f5;
    padding: 4px 0px;
}
.index_e{
	 display:block;
	 text-indent:30px;
	 line-height:26px;
}
.size-on .more{ 
float:right;
}
.size-on .more a{
	color:#5DB57F;
}
.breadcrumb>.active {
    color: #008cd7;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
background: url(../images/arrow.png) center left no-repeat;
content:'';
}

.pd-bt{ padding-bottom:20px;}
.contact_c{
    padding: 0px 20px;
}

.contact_c h3{
	background: url(../images/contact01.jpg) center left no-repeat;
	padding-left:40px;
	padding-top:20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.contact_c p{
    font-size: 14px;
    line-height: 28px;
}
.contact_cn{
    font-size: 33px;
    font-weight: bold;
    text-align: center;

}
.contact_en{
   font-size: 26px;
   text-align: center;
   padding: 10px 0px;
   border-bottom: 2px solid #010101; 
}
/*
.stepcarousel {
	MARGIN: 0px auto; OVERFLOW: scroll; WIDTH: 1160px; POSITION: relative; HEIGHT: 185px
}
.stepcarousel .belt {
	LEFT: 0px; POSITION: absolute; TOP: 0px
}
#displaycssbelt {
	VISIBILITY: hidden
}
#stocklevels {
	VISIBILITY: hidden
}
.stepcarousel .panel {
	/*FLOAT: left; MARGIN: 0px 41px 0px 25px; OVERFLOW: hidden; WIDTH: 202px)
}
.stock {
	CLEAR: both; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; MARGIN: 0px auto; WIDTH: 929px; COLOR: #000; BORDER-BOTTOM: #000 1px dashed; FONT-FAMILY: arial, verdana, sans-serif; HEIGHT: 10px; TEXT-ALIGN: right
}
.subfeature {
	/*DISPLAY: block; MARGIN: 0px; OVERFLOW: hidden; WIDTH: 202px
}
.subfeature-txt {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 202px! important; LINE-HEIGHT: 17px; PADDING-TOP: 3px; POSITION: relative
}
.subfeature-txt H2 {
	CLEAR: both; FONT-WEIGHT: bold; FONT-SIZE: 14px; PADDING-BOTTOM: 3px
}
.subfeature-txt H2 A {
	COLOR: #000
}
.subfeature-txt H2 A:hover {
	COLOR: #ff0076
}
.subfeature A IMG {
	BORDER-RIGHT: transparent 1px solid; BORDER-TOP: transparent 1px solid; BORDER-LEFT: transparent 1px solid; BORDER-BOTTOM: transparent 1px solid
}
.subfeature A IMG:hover {
	BORDER-RIGHT: #ff0076 1px dashed; BORDER-TOP: #ff0076 1px dashed; BORDER-LEFT: #ff0076 1px dashed; BORDER-BOTTOM: #ff0076 1px dashed
} */

.box {
	margin-left:10px;
	margin-right:10px;
}
.winBox {
	width:1200px;
	height:160px;
	overflow:hidden;
	position:relative;
	
}
.scroll {
	width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll .col-md-3 {
	width:300px;
	float:left;
	text-align:center;
}
.more{ float:right;}
.more a{
	color:#008cd7;
	font-weight:bold;
}
.product-list span.sku{
	font-size:12px;
	padding:5px 0px;
}
.rel{
	margin-bottom:20px;
	overflow:hidden;
	}
	
.rel img{ position:relative;height:auto;
    width: 384px;
}
.cover{ position:absolute;
background-color:#0a90d7;
width:100%;
bottom:0;
padding:10px;
}
.cover h3{
	color:#FFFFFF;
}
.cover h4{
font-size: 14px;
padding:2px 0px;
color:#a3cbeb
}
.navbar-brand{
	padding:0px 15px;
}
#i3Dshow h3{
	margin-bottom:20px;
}
#feature_cate{
	/*margin:0px 0px 20px 0px;*/
    padding-top: 15px;
}
#feature_cate h3{
	/*padding-top:10px;*/
    padding-top:5px;
	padding-left:10px;
	text-align:left;
	font-size:16px;
	color:#008cd7;
	/*padding-bottom:5px;*/
}
#feature_cate p{
	padding-top:20px;
	padding-left:20px;
	text-align:left;
}
#feature_cate h4{
	padding:8px 10px 10px 10px;
	text-align:left;
	background-color:#008cd7;
    color: #FFFFFF;
    font-size: 12px;
}
#feature_cate h4 a{
	color:#FFFFFF;
}
#feature_cate>div>a>img {
    padding: 0px;
    width: 100%;
    /*height: 250px;*/
}
#feature_cate span{
	float:right;
	padding-right:15px;
}
#feature_cate span a{
	color:#FFFFFF;
}
#case_list{
	background-color:#e8e8e8;
	padding:10px 0px 0px 0px;
	}
#service p{
    padding: 10px;
    font-size: 15px;
	color:#666666;
	height:60px;
    }
	#service1 {
    text-align: center;
    margin-top: 30px;
}
#service1 p.iprc{
    padding:0;
    font-size: 15px;
    color:#666666;
   height: 22px;
    }

#service1 p{
    /*padding: 10px;
    font-size: 15px;
	color:#666666;
    height: 60px;*/

    padding: 5px;
    font-size: 15px;
    color:#666666;
    height: 50px;
    }
.company-c .col-md-6{
    padding-left:0px;
    padding-right: 0px;
}
.pm{padding-top: 40px;
    padding-bottom: 20px;
}
.foot-nav-box a{
    color: #FFFFFF;
}
.news-section .container {
    padding: 0px;
}
.cate_bg{
  background-color:#f4f4f4;
  
}
#contace_cont .col-md-4{
    width: 384px;
	overflow:hidden;
}
.pm .row .col-md-5{padding-left:0px;padding-right:0px;}
.col-md-ccl{
    float: left;
    width: 20%;
    text-align:center;
}
.breadcrumb li, .breadcrumb li a{
	color:#008cd7;
    font-size: 16px;
}

.f-link{
	padding-top:20px;
	clear:both;
	padding-left: 90px;
}

#feature_cate1{
    margin:0px 0px 20px 0px;
    padding-top: 25px;
}
#feature_cate1 h3{
    padding-top:10px;
    padding-left:10px;
    text-align:left;
    font-size:16px;
    color:#008cd7;
    padding-bottom:5px;
}
#feature_cate1 p{
    padding: 10px;
    font-size: 15px;
    color: #666666;
    height: 80px;
}
#feature_cate1 h4{
    padding:8px 10px 10px 10px;
    text-align:left;
    background-color:#008cd7;
    color: #FFFFFF;
    font-size: 12px;
}
#feature_cate1 h4 a{
    color:#FFFFFF;
}
#feature_cate1>div>a>img {
    padding: 0px;
    width: 100%;
    /*height: 250px;*/
}
#feature_cate1 span{
    float:right;
    padding-right:15px;
}
#feature_cate1 span a{
    color:#FFFFFF;
}
.slang{ float: left; padding-top: 15px; margin-left:15px;}
.langa{width: 94px; overflow: hidden;}
#slc{ height: 25px; line-height: 25px;}
#cnc{ height: 35px;line-height: 0px; float:left; width: 40px; margin-right:10px; }
#cnc img { width: 40px; height: 20px; }
#enc{ height: 35px;line-height: 0px; float:left;width: 40px;}
#enc img { width: 40px; height:20px;}
#cnc i, #enc i{
	display: block;
	text-align: center;
	padding-top:8px;
	font-style: normal;
}