/* 头部 */
.header{
	height:94px;	
}
.header_content{
    position:relative;
    height: 94px;
}
.header .header_content img{
    margin-right: 60px;
    display: block;
    padding: 8px 0;
}
.header .header_content ul{
    height: 94px;
    line-height: 94px;
}
.header .header_content ul li{
    float: left;
}
.header .header_content ul li a{
    display: block;
    text-align: center;
    margin-right: 26px;
}
.header .header_content ul li a:hover, .header .header_content ul li.curument a{
    border-bottom: 3px solid #177cda;
    color: #177cda;
}
.search{
    position: absolute;
    right: 0;
    top: 32px;
    width: 214px;
    height: 32px;
    background: url(../images/sou_bg.jpg) no-repeat center;
    overflow: hidden;
}
.search .text01{
    background: none;
    border: none;
    width: 162px;
    height: 14px;
    color: #aeadad;
    padding: 10px 10px 8px;
    line-height: 14px;
}
.search .anniu{
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    cursor: pointer;
}
/* banner大图 */
#banner{
    height: 620px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 3px;
}
.banner_ul li{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 620px;
}
.icon_ul{
    position: absolute;
    overflow: hidden;
    height: 14px;
    left: 50%;
    bottom: 46px;
    z-index: 20;
}
.icon_ul li{
	float:left;
	cursor:pointer;
	height:14px;
	width:14px;
	border-radius:6px;
	margin:0px 8px;
	background:#fff;	
}
.li_on{
	background:#177cda !important;	
}
/* 首页公司简介 */
#index_about{
    background: url(../images/index_about.jpg) no-repeat center;
    width: 100%;
    height: 596px;
    min-width: 1200px;
}
.about_title{
    padding-top: 52px;
    margin-bottom: 48px;
}
.about_title h2{
    font-size: 28px;
    color: #000;
    margin-bottom: 8px;
}
.about_title span{
    color: #7e7d7d;
}
.about_cont img{
    display: block;
    width: 450px;
    height: 351px;
    margin-right: 76px;
}
.about_cont .about_txt{
    width: 654px;
    margin-top: 144px;
    margin-right: 20px;
}
.about_cont .about_txt h3{
    color: #177cda;
    font-size: 26px;
    margin-bottom: 24px;
}
.about_cont .about_txt p{
    font-size: 12px;
    line-height: 30px;
}
.about_cont .about_txt a{
    width: 112px;
    height: 36px;
    background: #177cda;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    margin-top: 16px;
}
/* 产品应用 */
#index_pro{
    height: 571px;
    width: 100%;
    background: url(../images/index_pro.jpg) no-repeat center;
    min-width: 1200px;
}
.pro_title{
    padding-top: 80px;
    text-align: center;
    margin-bottom: 54px;
}
.pro_title h4{
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.pro_title span{
    color: #fff;
    text-transform: uppercase;
}
.pro_scroll .bd ul{
    overflow: hidden;
}
.pro_scroll .bd ul li{
    width: 218px;
    float: left;
    margin-right: 14px;
    background: #fff;
    padding: 5px;
}
.pro_scroll .bd ul li:last-child{
    margin-right: 0;
}
.pro_scroll .bd .pro_img{
    width: 216px;
    height: 156px;
    border: 1px solid #dbdcde;
    overflow: hidden;
}
.pro_scroll .bd .pro_img img{
    width: 216px;
    height: 156px;
}
.pro_scroll .bd ul li span{
    display: block;
    font-size: 16px;
    margin-top: 4px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.pro_scroll .bd ul li:hover{
    background: #177cda;   
}
.pro_scroll .bd ul li:hover span{
    color: #fff;
}
.pro_scroll .hd{
    overflow: hidden;
}
.pro_scroll .hd ul{
    padding-top: 64px;
    margin-left: 534px;
}
.pro_scroll .hd ul li{
    float: left;
    height: 14px;
    width: 14px;
    background: #fff;
    cursor: pointer;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}
.pro_scroll .hd ul li.on{
    background: #177cda;
}
/* 新闻中心 */
.news_title{
    padding-top: 56px;
    text-align: center;
    margin-bottom: 26px;
}
.news_title h4{
    font-size: 28px;
    color: #000;
    margin-bottom: 8px;
}
.news_title span{
    text-transform: uppercase;
    color: #7e7d7d;
}
.news_content{
    margin-bottom: 90px;
}
.news_list{
    width: 310px;
    height: 336px;
    padding: 0px 30px;
    box-shadow: 0 0 5px #e4e4e4;
    float: left;
    margin-right: 44px;
}
.news_list:nth-child(3n){
    margin-right: 0;
}
.news_list .news_date{
    margin-bottom: 10px;
    padding-top: 40px;
}
.news_list .news_date h4{
    font-size: 26px;
    margin-bottom: 6px;
    transition: all 0.2s;
}
.news_list .news_date span{
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    transition: all 0.2s;
}
.news_list h3{
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 14px;
}
.news_list h3 a{
    font-size: 16px;
    color: #666;
    transition: all 0.2s;
}
.news_list .news_txt{
    line-height: 30px;
    color: #999;
    margin-bottom: 28px;
    overflow: hidden;
    transition: all 0.2s;
}
.news_list .cha{
    display: block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #177cda;
    border-radius: 5px;
    margin-bottom: 44px;
}
.news_list:hover{
    border: 1px solid #177cda;
    color: #177cda;
}
.news_list:hover h3{
    border-bottom: 1px solid #177cda;
}
.news_list:hover h3 a, .news_list:hover .news_txt{
    color: #177cda;
}
/* 公司环境 */
.index_pic{
    height: 188px;
    background: url(../images/index_pic.jpg) no-repeat center;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 50px;
}
.envir_title{
    text-align: center;
    margin-bottom: 34px;
}
.envir_title h3{
    font-size: 28px;
    color: #000;
}
.envir_title span{
    line-height: 38px;
    text-transform: uppercase;
    color: #7e7d7d;
}
.envir_list{
    height: 370px;
    margin-bottom: 80px;
}
.envir_list .envir_ul>li{
    float: left;
    margin-right: 13px;
}
.envir_list .envir_ul>li:last-child{
    margin-right: 0px;
    background: #177cda;
    opacity: 0.7;
}
.envir_list .envir_ul>li a{
    display: block;
    position: relative;
}
.envir_list .envir_ul>li img{
    display: block;
}
.envir_list .envir_ul li ul{
    width: 472px;
}
.envir_list .envir_ul li ul li{
    float: left;
    margin-bottom: 12px;
}
.envir_list .envir_ul li ul li:nth-child(2n+1){
    margin-right: 13px;
}
.envir_list li span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #000;
    color: #fff;
    opacity: 0.5;
    width: 100%;
}
.envir_list .envir_ul>li:first-child span{
    line-height: 68px;
    height: 68px; 
}
.envir_list .envir_ul li ul li span{
    line-height: 40px;
    height: 40px;
}
/* 底部 */
#footer{
    background: #3d3d42;
    height: 216px;
}
.footer_txt{
    height: 96px;
    border-bottom: 1px solid #4e4e51;
    padding-top: 60px;
    position: relative;
}
.footer_txt h2{
    font-size: 24px;
    color: #4e4e51;
}
.footer_left ul li{
    float: left;
    padding: 0 16px;
    background: url(../images/footer_li.jpg) no-repeat right center;
    line-height: 70px;
}
.footer_left ul li:last-child{
    background: none;
}
.footer_left ul li:first-child{
    padding-left: 0;
}
.footer_left ul li a{
    color: #9b9ba3;
}
.footer_contact{
    width: 534px;
    position: absolute;
    right: 0;
    top: 70px;
}
.footer_contact div{
    float: left;
    margin-bottom: 12px;
    color: #9b9ba3;
}
.footer_contact div:nth-child(2n+1){
    margin-right: 50px;
}
.copy{
    height: 58px;
    line-height: 58px;
    color: #9b9ba3;
}

/* 内页 */
.inside_banner{
    overflow: hidden;
    margin-top: 3px;
}
.inside_banner img{
    width: 100%;
}
.main_title{
    height: 104px;
    line-height: 104px;
    position: relative;
}
.main_title h2{
    font-size: 28px;
    color: #000;
}
.main_title .main_nav{
    position: absolute;
    right: 0;
    top: 0;
}
.main_left .left_title{
    width: 256px;
    height: 38px;
    background: #177cda;
    line-height: 38px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 14px;
}
.main_left .left_title h3{
    color: #fff;
    font-size: 18px;
}
.main_left .left_list{
    overflow: hidden;
}
.main_left .left_list li a{
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.main_left .left_list li.producttype1{
    border: 1px solid #177cda;
    border-radius: 15px;
    height: 38px;
    margin-bottom: 10px;   
}
.main_left .left_list li.producttype1sel a{
    color: #fff;
}
.main_left .left_list li.producttype1sel{
    background: #177cda;
    margin-bottom: 10px;
    border-radius: 15px;
}
.main_left .left_list li.producttype2 a{
    font-size: 14px;
}
.main_left .left_list li.producttype2sel a{
    color: #177cda;
    font-size: 14px;
}
.main_left .left_list li.producttype2{
    display: none;
}
.right_con{
    width: 880px;
    min-height: 500px;
}
.pro_list{
    overflow: hidden;
}
.pro_list li{
    float: left;
    width: 256px;
    margin-bottom: 28px;
    margin-right: 30px;
}
.pro_list .pro_pic{
    width: 256px;
    height: 192px;
    overflow: hidden;
    border: 1px solid #cecfcf;
    vertical-align: middle;
}
.pro_list li p{
    margin-top: 23px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.pro_list li:nth-child(3n){
    margin-right: 0;
}

/*新闻*/
.news li{ overflow: hidden; border-bottom:1px dashed #666; padding-bottom:5px; height:38px;
line-height:38px;padding-top:5px;}
.news li a{font-size:14px; color:#000; }
.newstitle {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.news_message{
	height:30px;
	line-height:30px;
	text-align:center;	
}