﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		

	margin:0 auto;
	font-size:14px;	
	font-family:arial,Microsoft Yahei;	
	background:#fff;
	color:#414141;

}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none; max-width:100%;
}
a{
	cursor:pointer;
	color:#545456;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#4674ae;	
}
ul{
	list-style-type:none;	
	border:0;
	width:auto;
}
em{
	font-style:normal;	
}
span{
	float:none;
	margin:0;	
	
}
.f_l{
	float:left;	
}
.f_r{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix:after{
		display:block;
		clear:both;
		content:"";
	}
form{ display:block; margin-top:0em;}

/*wrapin 主体容器宽度*/
.wrapin{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.wrapinbanner{
	position:relative;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
#content{ 
	background-color:#fff; 
	height: auto;
    overflow: hidden;}
.article{ position: relative; padding:50px 0; }
/*公用CSS 开始*/


/*header 开始*/
#header{ 
	width: 100%; 
	height:auto;
}
.head_top{ 
   width:100%;
   height: auto;
   background-color: #333;
   color: #fff;
}
.head_top .head_tt{
	width:80%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.head_top .head_tt .top{
	display: inline-block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.head_top .head_tt .top_r{
	display: inline-block;
	float: right;
}
.head_top .head_tt .top_r .t_h,.head_top .head_tt .top_r .t_tr{
	display: inline-block;
	line-height: 30px;
	margin: 0 10px;
	font-size: 12px;
}
.head_top .head_tt .top_r .t_h img,.head_top .head_tt .top_r .t_tr img{
	line-height: 30px;
	margin:0 5px;
	vertical-align: middle;
}
.head_top .head_tt .top_r .t_h img{
	margin-right: 15px;
}
.t_tr a{
	margin:0 5px;
	cursor: pointer;
	color:#fff;
}
.head{
	position: relative;
	height: auto;
	background:url(../images/tbg.png) right no-repeat;
	overflow: hidden;
}

.timg{
	display: inline-block;
	margin-top: 10px;
}
.head .logo{
    float:left;
    padding-top: 10px;
}
.head .t_tt {
    float: left;
    width: 18%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #d6d6d6;
    border-radius: 20px;
    border: 2px solid #2e62b0;
    margin-top: 20px;
}
.head .t_tt img{
	vertical-align: middle;
}
.head .t_tt span{
	font-size: 18px;
	text-shadow: 0px 2px 4px rgba(255,255,255,.3);
	color:#2e62b0;
	vertical-align: middle;
}
#dh{
	width:100%;
	height: 40px;
	background-color: #222;
}
.nav {
    width: 80%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.ntt{position: relative;}
.ntt:after{
	display: block;
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -2px;
    border: 5px solid rgba(0,0,0,0);
    border-top-color: #e4e4e4;
    content: "";
}
.nav li{ 
	position: relative;
    width: 18%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 0 10px;
}
.nav li:hover{
	background-color: rgba(3,105,186,1);
}
.nav li:hover .ntb{
	display: block;
}
.ntb{
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    background-color: rgba(3,105,186,.5);
    z-index: 99;
    margin-top: 40px;
}
.ntb li{
	width:100%;
	height: auto;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin:0;
	padding:0;
}
.nav li .cove{ 
    color: #fff;
    background-color: #0369ba;
    padding: 12px 30px;
}
.nav li a{ 
	width:100%; 
	height:100%;  
	color:#e4e4e4;
	vertical-align:middle;	
}
.nav li a:hover{ 
    color: #fff;
    background-color: #0369ba;
}
.wx{
	width:9%;
	float:left;
	text-align: center;
}
.caselist{
	width:1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

/*手机站点导航*/
.wap-nav{display:none;}
.nav-wrap {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    z-index: 99999;
    background:rgba(0,0,0,.7);
    height: auto;
    top: 60px;
    line-height: 18px;
    margin-top: 0px;
    font-size: 16px;
    color: #153768;
    width: 100%;
}
.nav-wrap li {
    width: 100%;
	height:50px;
	line-height:50px;
    float: left;
    border-bottom: 1px solid #fff;
    border-left: 0px;
	padding:0 10px;
	color: #fff;
}
.nav-wrap li:hover a{background-color: rgba(255,255,255,.6); color:#fff;}
.nav-wrap li .hover {
	display:block;
    border-left: 3px solid #f57c05;
	color:#fff;
}
/*首页*/
#par01,#par03{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color:#fff;
	background-size: 100%;
}
.par01_mid{
	width: 1150px;
    height: 740px;
    margin: 0 auto;
    background: url(../images/index_bg.png) center no-repeat;
    background-size: 100%;
}

.par01_mid h1{
	padding-top: 25%;
    font-size: 52px;
    /* font-weight: bold; */
    text-shadow: 5px 8px 10px rgba(0,0,0,.3);
    letter-spacing: 15px;
    text-align: center;
    animation-name: zoomIn;
}

.muse{
	animation: flash 1s linear 0s  infinite;
    -webkit-animation: flash 1s linear 0s  infinite;
    -moz-animation: flash 1s linear 0s infinite;
    -ms-animation: flash 1s linear 0s infinite;
    -o-animation: flash 1s linear 0s infinite;
}

/*banner 开始*/
 .flexslider {
        position: relative;
        width: 100%;
        height: 490px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(../images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 40px;
        text-align: center;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(../images/dot.png) no-repeat 0 -16px;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -99em;
        width: 16px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexslider .slides a img {
        width: 100%;
        height: 490px;
        display: block;
    }
/*banner 结束*/

/*首页企业简介 开始*/
#index_ab{
	width:100%;
	height: auto;
	padding:20px 0;
	overflow: hidden;
	background-color: #f7f7f7;
}
.indexab{
	width:70%;
	height: 200px;
	margin:20px auto;
	overflow: hidden;
}
.indexab .index_ab_l{
	float:left;
	width:22%;
	height: 200px;
	overflow: hidden;
	background: url(../images/abbg.png) right center no-repeat;
	margin-right: 3%;
	background-size: 100%;
}
.indexab .index_ab_l h1{
	position: relative;
	width:80%;
	padding-left:20%;
	text-align: center;
	font-size: 24px;
	color:#2b5cb0;
	line-height: 50px;
	font-weight: bold;
	margin-top: 65px;
}
.indexab .index_ab_l h1:before{
	position: absolute;
    margin-left: 20%;
    display: block;
    width: 50px;
    height: 4px;
    background-color: #2b5cb0;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    content: "";
}
.more_ab{
	width:120px;
	height: 35px;
	margin:50px auto 0;
	line-height: 35px;
	background-color: #2b5cb0;
	color:#fff;
	font-size: 16px;
	text-align: center;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
}
.indexab .index_ab_r{
	float:left;
	width:70%;
	height: auto;
	overflow: hidden;
	margin-left:2%;
	padding:30px 0;
}
.index_ab_r p{
	line-height: 24px;
	text-indent: 2em;
}





/*首页企业简介 结束*/
#par02{
	width: 70%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
#par02 .index_new{
	float:left;
	width:70%;
	height: auto;
	overflow: hidden;
}
h2{
	position: relative;
	width:100%;
	height: auto;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	border-bottom:1px solid #6494dc;
	margin-bottom: 20px;
}
h2:after{
	position: absolute;
    display: block;
    width: 24px;
    height: 3px;
    left: 35px;
    bottom: -2px;
    background-color: #dc2b23;
    content: "";
}




#par02 .index_con{
	float:left;
	width:22%;
	margin-left:5%;
	height: auto;
	overflow: hidden;
}

#par02 .index_con>.con{
	width:100%;
	height: auto;
}
.con li{
	width:100%;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	margin:15px 0;
}
.con li img{
	margin-right: 20px;
}
.con_wx{
	width:100%;
	height: auto;
	margin:20px 0;
}
.con_wx img{
	vertical-align: middle;
}
.con_wx .con_wx_txt{
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
	margin-left:10px;
}


.mb{
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(47,99,176,.6);
	width:100%;
	height: 100%;
}
.mb h2{
	font-size: 30px;
	letter-spacing: 5px;
	color:#fff;
	font-weight: bold;
	line-height: 35px;
	width:80%;
	height: auto;
	padding-top:20%;
	margin:0 auto;
	text-align: center;
}
.mb .coin{
	position: absolute;
	bottom:20%;
	left:50%;
	margin-left:-22.5px;
	width:35px;
	height: 35px;
}
#par03{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #f2f2f2;
	padding-bottom: 30px;
}
#par03 h1{
	width: 70%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0;
    background: url(../images/tj_bg.png) left center no-repeat;	
}
#par03 h1 .index_tt{
	width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: left;
    color: #fff;
    padding-left: 50px;
}

/*简介页面*/
#contxt{
	width:1150px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.mues{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color:#ebebea;
}
.mues a{
	float:left;
	width:20%;
	text-align: center;
	height: 50px;
	line-height: 50px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 1px;
}
.mues a:hover{
	background-color: #d9d9d8;
	border-bottom: 2px solid #717171;
	color:#000;
	font-weight: bold;
}
.mco{
    background-color: #d9d9d8;
	border-bottom: 2px solid #717171;
	font-weight: bold;
}
.a01{
	width:100%;
	height:auto;
	text-align: right;
	margin:20px 0;
}
.j01{
	    float: left;
    width: 38%;
    padding-right: 8%;
    height: auto;
    text-align: left;
    margin: 20px 0;
}
.con_about{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}


.con_about  .t_title{
	margin-left: 10%;
	width:15%;
	height: 45px;
	line-height: 45px;
	border:1px solid rgba(0,0,0,0);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
	border-radius: 5px;
	color: #e92c2c;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.con_about .ab_text{
	width:100%;
	height: auto;
	background:url(../images/ab_bg.png) left bottom no-repeat;
	padding-bottom: 400px;
}
.con_about .ab_text .ab_txt{
	padding-left:30%;
}
.con_about .ab_text .ab_txt p{
	line-height: 28px;
	font-size: 16px;
}


/*联系我们*/
.con_about .con_text{
	width:70%;
	padding-left: 30%;
	margin-top:50px;
	height: auto;
	background:url(../images/con_bg.png) left bottom no-repeat;
	padding-bottom: 180px;
}
.con_about .con_text h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .con_text p{
	font-size: 18px;
	line-height: 35px;
}
.con_about .con_txt{
	width:70%;
	padding-left: 30%;
	margin-top:50px;
	height: auto;
	background:url(../images/car_bg.png) left bottom no-repeat;
	padding-bottom: 180px;
}
.con_about .con_txt h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .col-md-6 h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .col-md-6 p{
	font-size: 18px;
	line-height: 35px;
}
.con_about .con_text p span{
	font-weight: bold;
}
.con_about .con_text .wx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}
.con_about .con_text .wx img{
	width:150px;
	height: 183px;
	float:left;
	overflow: hidden;
}

#footer{
	width:100%;
	height: auto;
    background-color: #222;
}
.foot_t{
	padding:40px 0 20px;
	overflow: hidden;
}
.foot_t .foot_con{
	float: left;
    width: 88%;
    height: auto;
    overflow: hidden;
}
.foot_t .foot_con li{
	float: left;
	width:32.23%;
	height: auto;
	font-size: 14px;
    line-height: 35px;
	vertical-align: middle;
	color:#8f8f8f;
    margin-right: 1%;
}
.foot_t .foot_con li img,.li_01 img{
	margin-right: 15px;
    padding-top: 5px;
    vertical-align: top;
}
.foot_t .foot_con li>.foot_txt,.li_01>.foot_txt,.li_02>.foot_txt{
	display: inline-block;
	font-weight: bold;
	line-height: 28px;
	color:#fff;
}
.foot_t .foot_con li>.foot_txt span,.li_01>.foot_txt span,.li_02>.foot_txt span{
    color:#8f8f8f;
    font-weight: normal;
}
.footmid{
	width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}
.footmid .foot_mid{
	float:left;
	width: 70%;
    margin: 0 auto;
    line-height: 50px;
}
.footmid .foot_last{
	float:left;
	width:30%;
	line-height: 50px;
	text-align: right;
}
.footmid .foot_last a{
	color:#f5f5f5;
}
.in_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.foot_b{
	position: fixed;
	bottom:0;
	display: none;
	width:98%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #252424;
	padding:10px 0;
}
.foot_b li{
	float:left;
	width:50%;
	height: auto;
	line-height: 40px;
	text-align: center;
	color:#fff;
	border-right:1px solid #f5f5f5;
	box-sizing: border-box;
	vertical-align: middle;
}
.foot_b li:nth-child(2){
	border-right:0;
}
.foot_b li a{
	color:#fff;
}
.foot_b li img{
	vertical-align: middle;
}
/*产品页面的表格代码 开始*/

/*技术参数表格*/
.jc01{ width:85%; height:auto; margin:20px; overflow:hidden; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ccc;}
.jc01 .tr01{ width:100%; height:auto; line-height:35px; overflow:hidden; text-align:center;}
.bt01{ background:#f1f1f1;}
.jc01 .tr01 .tr01_l,.jc01 .tr01 .tr01_r{ float:left; width:50%; border:1px solid #ccc; box-sizing:border-box; }

/*产品型号表格*/
.xh01{ width:85%; height:auto; margin:20px; overflow:hidden; margin-bottom:20px; padding-bottom:20px; border-bottom:1px dashed #ccc;}
.xh01 .tr01{ width:100%; height:auto; line-height:35px; overflow:hidden; text-align:center;}
.bt01{ background:#f1f1f1;}
.xh01 .tr01 .tr01_l,.xh01 .tr01 .tr01_m,.xh01 .tr01 .tr01_r{ float:left; width:33.33%; border:1px solid #ccc; box-sizing:border-box; }

/*产品页面的表格代码 结束*/



/*服务支持页面代码 结束*/
.serlist{ width:85%; height:auto; margin:20px; margin:0 auto;}
.serlist li{ float:left; width: 26%; margin: 1.5%; padding:20px; height:auto; margin-bottom:15px; text-align:center;background: #f0f0f0;}
.serlist li .serimg{ width:100px; height:100px; padding:10%;  margin: 0 auto; overflow:hidden;}
.serlist li .serimg img{ width:100%; height:auto;}
.serlist li p{ width:100%; height:auto; line-height:35px; font-size:18px; text-align:center;}
.serlist li:hover{ box-shadow:rgba(0,0,0,.2);}
/*服务支持页面代码 结束*/

/*关于我们 页面*/
#content_mid{
	width: 70%;
	height: auto;
	padding:30px 0;
	margin:0 auto;
	overflow: hidden;
}
.mid_t{
	width:100%;
	height: auto;
	margin:20px 0;
}
.mid_t h1{
	width:100%;
	height: auto;
	line-height: 50px;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color:#0d5299;
}
.mid_t .mid_tb{
	width:100%;
	height: auto;
	line-height: 40px;
	font-size: 24px;
	color:#a4a4a4;
	text-align: left;
}
.mid_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.mid_txt .abimg img{
	float:left;
	width:40%;
	margin-right: 5%
}
.mid_txt .ab_txt{
	float:left;
	width:55%;
}
.mid_txt .ab_txt p,.mid_txt p{
	text-indent: 2em;
	line-height: 30px;
}
.ablist{
	width:100%;
	height: auto;
	margin:20px 0;
}
.ablist li{
	float:left;
	width:24%;
	height: auto;
    overflow: hidden;
    padding:0 0.5%;
}

/*新闻页面*/
.newslist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.newslist li{
	float:left;
	width:32.33%;
	height: auto;
	overflow: hidden;
	margin:0.5%;
}
.newslist li:hover{
	background-color: #f5f5f5;
}
.newslist li .newimg{
    width:100%;
    height: 195px;
    overflow: hidden;
    margin-bottom: 15px;
    
}
.newslist li .newsimg {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}
.newslist li:hover img{
	transform: scale(1.2);
}
.newslist li .newimg img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .6s;
}
.newslist li .newsimg img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all .6s;
}
.newslist li .new_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.newslist li .new_txt .new_txt_l{
	float:left;
	width:70px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
.newslist li .new_txt .new_txt_r{
	float:left;
	width:74%;
	height: auto;
	overflow: hidden;
}
.time{
	font-size: 14px;
	text-align: left;
	line-height: 30px;
}
.time img{
	margin-left:20px;
}

.newslist li> h3{
	width: 100%;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.new_txt_r .txt_txt{
	width: 96%;
	height: 42px;
	line-height: 22px;
	overflow: hidden;
	margin:10px 0;
	background-color: #f5f5f5;
	padding:5px;
}
.more{
	width:200px;
	margin:30px auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #ccc;
	cursor: pointer;
	border-radius: 5px;
}
.more:hover{
	background-color: #2e62b0;
	border:1px solid #2e62b0;
	color:#fff;
}
.more_index{
	width:120px;
	margin:30px 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #2e62b0;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.5s;
}
.more_index:hover{
	transform: scale(1.2);
}
.page{
	width:100%;
	height: 40px;
	margin:30px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page a{
	padding:5px 15px;
	line-height: 40px;
    margin:0 2px;
}
.acov{
	background-color: #2e62b0;
	color:#fff;
}
.page a:hover{
	background-color: #2e62b0;
	color:#fff;
}

/*新闻内页*/
#right_txt {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 20px auto 50px;
}
#right_txt .r-top {
    width: 99%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #9f9f9f;
    padding-right: 15px;
    margin-bottom: 30px;
}
#right_txt .r-top img {
    vertical-align: middle;
}
#right_txt h2 {
    width: 80%;
    margin: 20px auto;
    height: auto;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#right_txt h3 {
    text-align: left;
    margin: 0 auto 20px;
    /* background-color: #f5f5f5; */
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
#right_txt h3 .tt {
    display: inline-block;
    margin: 0 20px;
}

#right_txt .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#right_txt .txt p{
    line-height: 28px;
}

/*解决方案 页面*/
.t_fbt{
	width:100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
}
.t_fbt img{
	vertical-align: middle;
	padding-right: 20px;
}
.pro_list {
    width: 100%;
    height: auto;
    margin: 50px auto;
    overflow: hidden;
}
.pro_list li {
    position: relative;
    float: left;
    width: 33%;
    margin: 2px 3px 2px 0;
    overflow: hidden;
}
.pro_list li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.artic_txt h1{
	width:100%;
	padding:5px 20px;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color:#2e62b0;
	margin: 30px 0;
	background-color: #f5f5f5;
}
.artic_txt .caimg{
	width:100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
.artic_txt .caimg img{
	width:45%;
	height: auto;
	transition: all 0.6s;
	overflow: hidden;
}
.artic_txt .caimg img:hover{

	transform: scale(1.2);
}
/*产品 页面*/
.part{
	width:100%;
	height: auto;
	overflow: hidden;
}
.part .pro_l{
	float:left;
	width:26%;
	height: auto;
	margin-right: 5%;
	overflow: hidden;
}
.part .pro_r{
	float:left;
	width:68%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.part .pro_r .p_r{
	width:100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	text-align: right;
	font-size: 14px;
}
.prolist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.prolist li{
	float:left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 20px;
}
.prolist li:nth-child(2n){
	margin-right: 0;
	margin-left:1%;
}
.prolist li img{
	width:100%;
	height: auto;
	overflow: hidden;
}
.prolist li h3{
	width:100%;
	height: 40px;
	padding: 0 2%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    padding: 10px 0;
	line-height: 40px;
	text-align: left;
}
.prolist li p{
	    width: 97%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin: 10px 0;
    background-color: #f5f5f5;
    padding: 5px;
}
.text_left {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 30px;
}
.s-side {
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #f5f5f5;
    box-shadow: 5px 5px 10px 2px rgba(0,0,0,.2);
   /* background: linear-gradient(#e1eeff,#fff);
    background: linear-gradient(#e1eeff,#fff); */
    /* box-shadow: 0px 0px 10px #313131; */
    /* padding: 10px 10px 50px; */
    color: #333;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    padding-bottom: 150px;
}
.s-side .first {
    padding: 5px 0px;
    /* border-bottom: 1px solid #424242; */
}
.s-firstItem {
    position: relative;
    margin-bottom: 10px;
    background: #222 url(../images/pro_tc.png) 5% no-repeat;
    height: 45px;
    line-height: 45px;
}
.s-firstItem:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: "";
}
.s-side .s-firstItem span {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    font-size: 18px;
    color: #f1f1f1;
    font-weight: bold;
    letter-spacing: 2px;
}
.pro_r{
	float:left;
	width: 72%;
	height: auto;
	overflow: hidden;
}
.pro_r h3{
	width:100%;
	height: auto;
	line-height: 45px;
	border-bottom: 1px solid #ececec;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.pro_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.pro_txt h4{
	width: 98%;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	padding-left: 30px;
	color:#fff;
	text-align: left;
	background:#accc05 url(../images/pr_t.png) left no-repeat;
	margin: 20px 0;
}
.pro_txt .pro_txtt{
	width:96%;
	height: auto;
	padding:2%;
	line-height: 28px;
}
.pro_txt .pro_txtt p{
	text-indent: 2em;
	line-height: 28px;
}
.lodown{
	width: 125px;
    height: 40px;
    float: right;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    background: #222 url(../images/lodown.png) 15% no-repeat;
    margin-top: 20px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

 /*产品轮播 开始*/

 .flexslideer {
        margin: 0px auto 20px;
        position: relative;
        width: 100%;
        height: 370px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslideer .slidees li {
        width: 100%;
        height: 100%;
    }
    
    .flexx-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(../images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flexx-direction-nav .flexx-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flexx-direction-nav .flexx-prev {
        left: 0;
    }
    
    .flexxslideer:hover .flexx-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexxslideer:hover .flexx-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexxslideer:hover .flexx-next:hover,
    .flexxslideer:hover .flexx-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flexx-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    
    .flexx-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flexx-control-paging li a {
        background: url(../images/dot.png) no-repeat 0 -16px;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -99em;
        width: 16px;
        cursor: pointer;
    }
    
    .flexx-control-paging li a.flexx-active,
    .flexx-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexxslideer .slides a img {
        width: 100%;
        height: 482px;
        display: block;
    }

/*产品轮播 结束*/

/*联系我们 页面*/
.artic_txt h2{
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#2e62b0;
	margin-bottom: 15px;
}
.conlist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.conlist li{
	width:100%;
	height: auto;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	vertical-align: middle;
}
.conlist li img{
	vertical-align: middle;
	padding-right: 15px;
}
.conlist li span{
	font-weight: normal;
}
.map{
	margin:30px 0;
}
.artic_txt {
    width: 96%;
    /* margin: 50px auto; */
    overflow: hidden;
}
.con_txt h2{
	color:#2e62b0;
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/*人才招聘 页面*/
.panel-default>.panel-heading {
    color: #333;
    border-color: #ddd;
}
.panel-heading h4 {
    position: relative;
    margin-top: 0;
    line-height: 35px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.joinlist {
    width: 92%;
    margin: 0 auto 50px;
}
.joinlist .tr_th {
    line-height: 40px;
    background-color: #2e62b0;;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.joinlist .tr_th, .joinlist .tr_td, .joinlist .tr_td2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    text-align: center;
}
.joinlist .tr_th li, .joinlist .tr_td li, .joinlist .tr_td2 li {
    float: left;
    width: 20%;
    height: auto;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.jo_txt {
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    background: url(../images/ab_bg.jpg) no-repeat;
}
.content-left h4 {
    position: relative;
    margin-top: 0;
    line-height: 25px;
    font-size: 28px;
    text-align: center;
    padding: 0 0 30px;
}
.myh5 {
    font-size: 18px;
    line-height: 40px;
    /* background-color: #f5f5f5; */
    padding-left: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.col-md-10 p {
    font-size: 14px;
    line-height: 35px;
}
.col-md-5 p span {
    font-weight: bold;
}
.btn-apply {
	float: right;
    background-color: #dc2e2e;
    color: #ffffff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 20px;
    /* margin-right: 20px; */
    font-weight: 600;
}

/*产品图片列表 开始*/
.prodlist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.prodlist li{
	position: relative;
	float: left;
	width:31.83%;
	height: auto;
	margin-right:1.5%;
	margin-bottom: 20px;
	text-align: center;
	transition: all .6s;
	overflow: hidden;
}
.prodlist li img{
	width: 100%;
	height: 180px;
	overflow: hidden;
	transition: all .6s;
}
.prodlist li:hover img{
	transform: scale(1.2);
}
.prodlist li h3{
	position: absolute;
	bottom:0;
	left:0;
	width:90%;
	padding:0 5%;
	height: 40px;
	margin:0 auto;
	font-size: 14px;
	font-weight: normal;
	color:#fff;
	line-height: 40px;
	text-align: center;
	background:rgba(0,0,0,.5);
}
.page{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.1);
	text-align: center;
}

.pacov{
	padding:5px 10px;
	margin:0 5px;
	background:#2e62b0;
	color:#fff;
}

/*产品图片列表 结束*/



@media screen and (max-width: 1400px){

.flexslider .slides a img,.flexslider {
    height: 350px;
}
.ntt:after {
    right: 8px;
}
.indexab,#par02 {
    width: 80%;
}
#par02 .index_con {
    width: 25%;
    margin-left: 3%;
}
#content_mid {
    width: 80%;
}
.s-side .d-firstNav span {
    width: 65%;
}
.indexab .index_ab_l h1:before {
    margin-left: 10%;
}







}

@media screen and (max-width: 1366px){

.ntt{
	width: 12%;
    font-size: 14px;
}
.ntb li {
    width: 100%;
}
.nav li .cove {
    padding: 12px 25px;
}
.nav li {
    width: 13.5%;
    margin:0;
    font-size: 14px;
}





}

@media screen and (max-width: 1300px){

.flexslider .slides a img,.flexslider {
    height: 320px;
}
.ntb li {
    width: 100%;
}


}








@media screen and (max-width: 1200px){
	.flexslider {
    height: 400px;
 }
.flexslider .slides a img,.flexslider {
    height: 310px;
}
#content .serves, .wrapin, #footer .foot {
    width: 95%;
    margin: 0 auto;
}
.nav {
    padding: 0 0 0 2%;
}
.nav li a {
    padding: 8px 22px;
}
.ntb li{
	width:100%;
}
#par02 .prolist li {
    width: 32.8%;
}
.indexab .index_ab_l h1:before {
    width: 35px;
}
#par02 .index_con {
    width: 28%;
    margin-left: 2%;
}
.newslist li .newimg {
    height: 140px;
}
.newslist li .newsimg {
    height: 185px;
}


}

@media screen and (max-width: 1024px){
.par01_mid,#contxt {
  width: 100%;}
.nav {
    float: left;
    width: 100%;
 }
.nav li a {
    padding: 8px 16px;
}
.flexslider .slides a img, .flexslider {
    height: 265px;
}
.indexab .index_ab_l h1:before {
    margin-left: 0%;
}
.newslist li .newimg {
    height: 115px;
}
#content_mid{
	padding:10px 0 ;
}
.newslist li .newsimg {
    height: 160px;
}
.pro_r {
    float: left;
    width: 70%;
}
#par03 h1 {
    width: 90%;
    margin: 0 auto 0px;
}



}
@media screen and (max-width: 768px){
#dh {
    display: none;
}
.flexslider .slides a img, .flexslider {
    height: 195px;
}
.head .logo {
    width: 50%;
}

.timg {
    display: none;
}
.wap-nav {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
}
.nav-wrap li{
	text-align: center;
}
.nav-wrap li a{
	color:#fff;
}
#index_ab {
    padding: 0 0 20px 0;
}
.indexab, #par02 {
    width: 100%;
}
.flex-control-nav {
    bottom: 5px;
}
.footmid {
    width: 96%;
}
#content_mid {
    width: 98%;
}

}

@media screen and (max-width: 640px){
.flexslider .slides a img, .flexslider {
    height: 115px;
}
.nav-wrap{
	top:40px;
}
	#content_mid {
    width: 90%;
}
.mid_t h1 {
    line-height: 26px;
    font-size: 26px;
}
.ablist li {
    width: 49%;
}
.head_top .head_tt .top_r {
    display: none;
}
.head .logo {
    width: 70%;
    padding: 0;
}
.wap-nav {
    top: 0px;
}
.mid_txt .abimg,.mid_txt .ab_txt{
	width:100%;
}
.mid_txt .abimg img {
    width: 100%;
    margin-bottom: 10px;
}
.footmid .foot_mid {
    float: left;
    width: 100%;
    margin: 20px auto 0;
    line-height: 20px;
}
.footmid .foot_last{
	width: 100%;
    text-align: left;
    line-height: 22px;
}
.newslist li {
    width: 49%;
}
.artic_txt {
    width: 100%;
    margin: 0px auto;
}
.artic_txt h1 {
    width: 94.5%;
    padding: 5px 10px;
    font-size: 16px;
}
.text_left {
    width: 100%;
}
.s-side{
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.pro_r {
    width: 100%;
}
#par03 h1 .index_tt {
    font-size: 20px;
}
.pro_r h3 {
    text-align: center;
}
.indexab .index_ab_l {
    float: left;
    width: 40%;
}
.indexab .index_ab_l h1{
	font-size: 20px;
}
.indexab .index_ab_r{
	width:50%;
}
.indexab .index_ab_r{
	padding:0;
}
.indexab {
    height: 205px;
}
#par02 .index_new {
    width: 90%;
    padding-left: 5%;
    height: 270px;
}
#par02 .index_con {
    width: 90%;
    margin-left: 5%;
}
.con li {
    margin: 0px 0;
}
.newslist li .newsimg {
    height: 140px;
    margin-bottom: 0px;
}







}
	
	
	
	
	
	
	
	
	
	
	
	
	
	