﻿/* CSS Document */
/*全局通用*/
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,p,form,input,textarea{margin:0; padding:0;}
body{ color:#333; font-size:14px; font-family:"微软雅黑","Microsoft YaHei";}
input,textarea{font-family:"微软雅黑","Microsoft YaHei";outline:none;border: 0px;}
a{text-decoration:none; color:#333;}
a:hover{color:#1275BC;}
ul,li{list-style:none;}
.clear{clear:both;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
img{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
img,ul,li,em{border:none; list-style:none; font-style:normal;}
.fl{float:left;}
.fr{float:right;}
.l{float:left;}
.r{float:right;}
.main{width:1200px; margin:auto;}

/*.head_top{height:38px; line-height:38px; background:url(images/top_bg.png) repeat-x; font-size:12px; color:#666;}*/
.head_top{height:30px; line-height:30px; background:#1275BC; font-size:12px; color:#fff;}
.head_top .fr span{color:#eee; padding:0 8px;}
.head_top a{color:#FFF;}

/* logo */
.logo{height: 120px;}
.logo-box{float: left;}
.logo-box img{height: 90px;margin-top: 15px;}
.nav{float: left; margin-top:53px; margin-left:140px;}
.nav ul li{float: left;}
.nav ul li a{font-size: 15px;color: #333;display: block; line-height:30px; width:100px; text-align:center;  border-radius:30px;}
.nav ul li.currclass a,.nav ul li a:hover{ background:#1275BC; color:#FFF;}

#top_kf {float: right;height: 60px;width: 60px;	margin-top: 30px;overflow: hidden;background: url(images/top_bj.jpg) no-repeat left top;padding-left: 6px;margin-left: 10px;}
#top_tel {background: url(images/tel.jpg) no-repeat left top;float: right;height: 60px;margin-top:32px;padding-left: 60px;}
#top_tel span{overflow: auto;font-size: 13px;line-height: 28px;color: #999;}
#top_tel strong{overflow: auto;font-size: 20px;line-height: 26px;font-weight: normal;color: #d00;}

/* 标题 */
.title{text-align: center;padding: 30px 0 20px 0;}
.title h3{font-weight: normal;font-size:28px;color: #1275BC;}
.title p{font-size: 14px;color: #777;margin-top: 5px; position: relative;}
.title span{font-size: 14px;color: #777;margin-top: 5px;}
.title p:after{content: '';width: 50px;height: 2px;background: #1275BC;display: block; margin:10px auto;}

/* 产品中心 */
.cp-title{text-align: center;margin-top: 0px;}
.cp-title ul li{display: inline-block;*display:inline;*zoom:1;margin: 0 7px;}
.cp-title a{display: block;padding: 5px 25px;background: #e8e8e8;border-radius: 30px; font-size:15px;}
.cp-title li a:hover,.cp-title li.active a{background: #1275bc;color: #fff;}
.cp{}
.cp-content{padding-top: 30px;}
.more{height: 20px;background: #1275bc;height: 40px;line-height: 40px;text-align: center;font-size: 16px;}
.more a{color: #FFF;font-size: 14px;display: block;}
.more a:hover{background: #eb7d2c;}

/*成功案例*/
.success{margin: 0 auto; width: 1200px; }
.success h3{font-size:28px;font-weight: normal;text-align: center;padding-top: 35px;margin-bottom: 25px;}
.success h3 span{color: #76BA29;}
.da-thumbs {margin: 0 -11px;position: relative;}
.da-thumbs li {width: 25%;float: left;position: relative;margin-bottom: 20px;}
.da-thumbs li a{display: block;position: relative;margin: 0 11px;    overflow: hidden;border:1px solid #e1e1e1;}
.da-thumbs li a img {display: block;position: relative;width: 100%;height: 220px;}
.da-thumbs li a div {position: absolute;background: #333;background: rgba(0,0,0,0.7);width: 100%;height: 100%;}
.da-thumbs li a div span {display: block;text-align: center;color: #fff;color: rgba(255,255,255,0.8);padding-top:5px;}
.da-thumbs li a div span.success1{padding-top: 50px;padding-bottom: 20px;font-size: 18px; }
.da-thumbs li a div span.success2{padding-bottom: 30px; background: url(images/jia.png) no-repeat center bottom;}

/* 客户案例 */
.anli{position: relative; height: 100%; }
.anli-bg{position: absolute; height: 340px;width: 100%;z-index: -1;bottom: 0px; left: 0px; right: 0px; background: #f5f5f5;}
.anli-content{margin: 0 -10px;}
.anli-content li{float: left;width: 25%;}
.anli-box{margin:0 10px 10px 10px;background: #fff;cursor: pointer;}
.anli-img{overflow: hidden;}
.anli-img img{width: 100%;height: 170px;}
.anli-text{padding: 15px;}
.anli-text h2{font-size: 16px;margin: 10px 0 10px 0;}
.anli-text p{margin: 5px 0 0 0;background: url(images/you.png) no-repeat 5px bottom;padding-bottom: 50px;}
.anli-box:hover{background: #1275bc;}
.anli-box:hover h2{color: #fff;}
.anli-box:hover img{    transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);  /* IE 9 */
-webkit-transform: scale(1.2,1.2);  /* Safari 和 Chrome */
-o-transform: scale(1.2,1.2);   /* Opera */
-moz-transform: scale(1.2,1.2); /* Firefox */}
.anli-box:hover .anli-text p{background: url(images/you1.png) no-repeat 5px bottom; color: #fff;}
.anli-box
{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}


/* 新闻中心 */
.new{background: #f5f5f5;}
.i-col-l{width: 31%;float: left;}
.i-col-r{width: 67%;float: right;}
.m-hotNews{color: #666;background-color: #fff;border-radius: 5px;overflow: hidden;}
.m-hotNews .pic a{display: block;height: 160px;}
.m-hotNews .con{padding: 28px 20px 19px 15px;}
.m-hotNews .time{border-radius: 3px;width: 88px;height: 68px;float: left;font-size: 15px;padding: 10px 5px;background-color: #1275bc;color: #fff;font-family: 'Arial';text-align: center;margin-right: 20px;}
.m-hotNews .time em{font-size: 30px;display: block;line-height: 40px;}
.m-hotNews .tit{font-size: 16px;overflow: hidden;margin: 10px 0;line-height: 2;white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;}
.m-hotNews .info{overflow: hidden; font-size:14px;}
.m-hotNews .info *{display: inline-block;padding-left: 25px;background-repeat: no-repeat;background-position: -5px center;}
.m-hotNews .orign{background-image: url(images/ico-user.png);}
.m-hotNews .visit{background-image: url(images/ico-eye.png);float: right;}
.m-hotNews .det{padding-top: 15px;clear: both;overflow: hidden;line-height: 25px;max-height: 90px; font-size:14px;}

.ul-list4{overflow: hidden;margin: 0 -12px;}
.ul-list4 li{float: left;width: 50%;margin-bottom: 15px;}
.ul-list4 .con{display: block;overflow: hidden;padding: 15px;margin: 0 12px;background-color: #fff;border-radius: 5px;}
.ul-list4 .time{border-radius: 3px; margin-right: 20px;width: 88px;height: 68px;background-color: #afafaf;color: #fff;
    font-family: 'Arial';text-align: center;padding: 10px 5px;font-size: 16px;float: left;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.ul-list4 .time em{font-size: 30px;display: block;line-height: 40px;}
.ul-list4 .tit{font-size: 15px;color: #333;font-weight: bold;line-height: 35px;overflow: hidden;white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;}
.ul-list4 .det{color: #666;line-height: 22px;height: 44px;overflow: hidden; font-size:14px;}
.ul-list4 .con:hover .tit{color: #1275bc;}
.ul-list4 .con:hover .time{background-color: #1275bc;}

/* 应用领域 */
.liny{padding-bottom: 40px;}
.index_field_k{width:100%;height:905px; overflow:hidden;}
.index_field_content1{background-color: #f5f5f5; width:373px;overflow:hidden; float:left; margin-right:40px; margin-bottom:23px; cursor:pointer;}
.index_field_content1_s{ transition:linear 0.3s;width:373px;height:50px;background-color:#1275bc;}
.index_field_content1_s h4{font-weight: normal; float:left;font-size:18px;color:#ffffff;line-height:50px; padding-right:10px; margin-left:20px;}
.index_field_content1_s span{ float:left;font-size:12px;color:#ffffff;margin-top:22px;margin-left:10px;}
.index_field_content1_x{padding-bottom: 18px; overflow:hidden;}
.index_field_content1_x p{ width:90%;  line-height:23px; font-size:12px; color:#333; margin:0 auto; margin-top:15px; margin-bottom:15px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.index_field_content1_x img{ display:block; margin:0 auto; width:90%; height:200px;}
.index_field_content1:hover .index_field_content1_s{background-color:#eb7d2c;}

/* 服务保证 */
.baoz{padding-bottom: 40px;}
.index_service_k{ width:100%; background-color:#f5f5f5; overflow:hidden;}
.index_service_content{}
.index_service_content1{ width:373px;    float:left; margin-right:40px;}
.index_service_content1 img{ display:block; width:373px;}
.index_service_content1_x{background: #f5f5f5; width:373px; height:252px; overflow:hidden;}
.index_service_content1_x h4{margin-left:60px; font-size:19px; color:#1275bc; margin-top:15px; margin-bottom:15px;}
.index_service_content1_x ul{ margin-left:60px;}
.index_service_content1_x ul li{ padding-right:40px;font-size:15px; color:#1275bc; background:url(images/index_service_p.png) no-repeat left; padding-left:5px;line-height:30px;}

/*底部*/
.fd{border-top: 3px solid #1275bc;}
.footer{background: #222;padding: 50px 0;}
.dllist{float:left; width:135px; margin-right:43px;border-right: 1px solid #444;min-height:150px;}
.dllist dt a{color:#fff;font-size: 16px;}
.dllist a{color:#999;font-size: 14px;}
.dllist a:hover{text-decoration: underline;}
.dllist dt{font-size: 15px;line-height: 24px;margin-bottom: 12px;}
.dllist dd{line-height: 22px;font-size:13px;}

.fhelp{color: #999;padding: 40px 0;}
.fhelp ul{overflow: hidden;}
.fhelp li{float: left;width: 215px;padding-left: 85px;height: 80px;background-repeat: no-repeat;background-position: 0 center;}
.fhelp .s1{background-image: url(images/f-ico1.png);}
.fhelp .s2{background-image: url(images/f-ico2.png);}
.fhelp .s3{background-image: url(images/f-ico3.png);}
.fhelp .s4{background-image: url(images/f-ico4.png);}
.fhelp h4{color: #fff;font-size: 16px;line-height: 2;padding-top: 5px;font-weight: normal;}
.fhelp p{margin-top: 10px;font-size: 14px;}

.index_bottom_c{float:right;margin-right: 0px;}
.index_bottom_c h4{ font-size:16px; color:#fff; margin-bottom:10px;font-weight: normal;}
.index_bottom_c h5{ font-size:13px; color:#c0c0c0; margin-top:5px;font-weight: normal;}
.bottom_c_tel{font-size:13px; color:#c0c0c0; background:url(images/index_p_11.png) no-repeat left; padding-left:28px; line-height:30px;margin-top:15px;}
.bottom_c_tel2{font-size:13px; color:#c0c0c0; background:url(images/index_p_15.png) no-repeat left; padding-left:28px; line-height:30px;}
.bottom_c_tel3{font-size:13px; color:#c0c0c0; background:url(images/index_p_19.png) no-repeat left; padding-left:28px; line-height:30px;}
.foot{width:100%;height:50px;background: #fff; font-size:12px;}
.fot{padding-top: 18px;height:20px;line-height:20px; color:#999;}
.fot a{color:#999999;font-size: 12px;}
.fot a:hover{color:#666;}

/* 内页banner */
.nbanenr{overflow: hidden; height: 260px;}
/* 单页主体 */
.art{margin-bottom: 50px;}
/* 单页左面 */
 .art_left{width: 20%;float: left;}
/* 栏目名称 */
.art_left_title{padding: 20px 30px;background: rgba(0,0,0,0.4);margin-top: -90px;border-radius: 5px 5px 0 0; height:50px;overflow: hidden;}
.art_left_title h4{font-size: 26px;color: #fff;font-weight: normal;}
.art_left_title span{font-size: 14px;color: #fff;padding-top: 5px;display: block;}
/* 子栏目 */
.sub_nav{}
.sub_nav>li>a{height: 53px;line-height: 53px;display: block;padding-left: 30px;background: #eee;margin-bottom: 1px; font-size:16px;}
.sub_nav>li.currclass>a,.sub_nav>li>a:hover{background: #1275bc;color: #fff;}
/* 产品中心子栏目 */
.sub_nav1{border: 1px solid #eaeaea;margin-bottom: 15px;border-top: 0px;}
.sub_nav1 h3{height: 50px;line-height: 50px;padding-left: 30px;background:url(images/xjt.png) #1275bc no-repeat 190px center;color: #fff;margin-bottom: 12px;}
.sub_nav1 h3.currclass,.sub_nav1 h3:hover{}
.sub_nav1{}
.sub_nav1>li>a{height: 26px;line-height: 26px;display: block;width: 45%;margin-left:8px;text-align: center;background: #e8e8e8;border-radius: 20px;margin-bottom: 10px; float:left; font-size:13px;}
.sub_nav1>li.currclass>a,.sub_nav1>li>a:hover{background: #1275bc;color: #fff;}
/* 表单 */
.list_tab{margin: 20px 0; }
.list_tab_title{background: #1275bc; height: 53px;line-height: 53px;padding-left: 30px;background:url(images/xjt.png) #1275bc no-repeat 190px center;}
.list_tab_title>h3{color: #fff;}
.list_tab_input{padding: 10px 0;border: 1px solid #ddd; background:#fafafa;}
.list_tab_input .input,.list_tab_input .textarea,.list_tab_input .submit{padding: 7px 0px;}
.list_tab_input .input input,.list_tab_input .textarea textarea{line-height: 24px;font-size: 12px; color: #666; padding-left: 10px; display: block; width: 80%;border: 1px solid #eaeaea;margin: 0 auto;}
.list_tab_input .input input{height: 32px;line-height: 32px;}
.list_tab_input .submit input{border-radius: 5px; width: 85%; margin: auto;color: #fff;background: #1275bc;cursor: pointer; font-size: 14px;height: 34px;line-height: 34px;display: block;}
.list_tab_input .submit input:hover{background: #eb7d2c;}
/* 联系我们 */
.contant{padding: 13px 13px;border: 1px solid #ddd; background:#fafafa; color: #666;font-size: 12px;margin-top: 20px;}
.contant_text{}
.contant img{width: 100%;margin-bottom: 13px;}
.contant  h3{font-size: 15px;margin-bottom: 10px;color: #1275bc;}
.contant p{margin-bottom: 6px;font-size: 13px; line-height:24px;}
 /**** 单页左面end ****/
/* 单页右面 */
.art_right{width:76%;float: right;margin-top: 10px;}
/* 位置导航 */
.weizhi_box{height: 56px;line-height: 56px; background: url(images/right_title_bg.jpg) repeat-x left bottom;margin-bottom: 25px;}
.weizhi_box>h3{float: left;font-weight: normal;font-size: 18px;position: relative;padding-left: 16px;}
.weizhi_box>h3:after{content: '';display: block;height: 18px;width: 4px; background: #1275bc;position: absolute;top: 50%;left: 0px;margin-top: -9px;border-radius: 3px;}
.weizhi{float: right;font-size: 12px; background: url(images/weizhi.png) no-repeat left;padding-left: 25px;margin-top:5px;}
.weizhi a{font-size: 12px;}
/* 图片列表 */
.art_list3{margin:0 -15px 0 -15px;}
.art_list3>li{width: 33.3%;float: left;margin-bottom: 30px;}
.art_list3>li a{display: table-cell;
 vertical-align:middle;margin: 0 15px;display: block; height: 210px;border: 1px solid #eaeaea;overflow: hidden;text-align: center;line-height: 210px;}
.art_list3>li a img{max-height:100%; vertical-align:middle; }
.art_list3>li  p{text-align: center;margin-top: 10px;}
.art_list3 img:hover{ transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);  /* IE 9 */
-webkit-transform: scale(1.1,1.1);  /* Safari 和 Chrome */
-o-transform: scale(1.1,1.1);   /* Opera */
-moz-transform: scale(1.1,1.1); /* Firefox */}
/* 新闻列表 */
.art_list1 li{border-bottom: 1px dashed #aaa;padding-bottom: 20px;margin-bottom: 20px;}
.art_list1_img{width: 19%;float: left;}
.art_list1_img>a img{width: 100%; height: 119px;padding: 5px;border: 1px solid #cfcfcf;}
.art_list1_img>a img:hover{border: 1px solid #1275bc;}
.art_list1_text{width: 75%;float: right;}
.art_list1_text h3{font-weight: normal;font-size: 18px;margin-top: 5px;}
.art_list1_text p{font-size: 12px;color: #666;line-height: 22px;margin: 13px 0 20px 0;}
.art_list1_bt .art_list1_a{padding: 5px 21px;color: #fff;background: #1275bc;font-size: 12px;}
.art_list1_bt .art_list1_a:hover{background:#1068A9;}
.art_list1_bt span{padding: 5px 21px;color: #fff;background: #ccc;font-size: 12px;}
/*分页*/
.mypages{margin-top:20px; text-align:center; height:50px; line-height:50px;}
.mypages a{ background:#E1DFE0; padding:8px 15px; color:#333; font-size:14px; border-radius:3px;}
.mypages a.curr,.mypages a:hover{background:#1275bc;  color:#FFFFFF;}
/* 文章内容样式 */
.neirong_title{text-align: center;}
.neirong_title>h1{font-weight: normal;font-size: 24px;margin: 10px 0 8px 0;}
.neirong_title>span{color: #666;font-size: 12px;}
/* 导读 */
.neirong_daodu{margin: 25px 0;}
.neirong_daodu>p{padding: 25px;background: #eee;font-size: 13px;line-height: 24px;}

.neirong{background: #fff;color: #333;}
.neirong p{margin-bottom: 10px;line-height: 22px;font-size: 13px; color: #555;}
.neirong img{max-width: 800px;}
/*上下文章*/
.sx{padding-top:15px;border-top: 1px solid #cfcfcf;margin:20px 0;}
.sx p{line-height:30px;}
.sx-box{width:60%}
/* 文章内容样式end */

/* 产品内页样式 */
.pic_text{float: right;width: 435px;margin-top: 4px;}
.pic_text h1{
	font-size: 16px;
	margin-bottom: 18px;
}
.pic_text p{
	background: #f8f8f8;
	padding: 15px;
	font-size: 12px;
	color: #999;
	line-height: 26px;
	max-height: 95px;
	overflow: hidden;
}
.pic_text p:after{content: '...'}
.pic_text span{
	display: block;
	border-bottom: 1px dashed #e1e1e1;
	height: 45px;line-height:45px;
	font-size: 12px;
	color: #666;
	
}
.pic_text .a{display: block;margin: 20px 0 10px 0; width: 90px;background: url(images/ljzx.png) no-repeat 20px #1275bc;; height: 38px;line-height: 38px;padding-left: 50px;  color: #fff;border-radius: 10px;}
.pic_text .a:hover{opacity: .8;}

.xiangqing{height: 40px;line-height: 40px;margin-bottom: 20px; background: #f1f1f1;margin-top: 10px;padding-left: 20px;font-size: 13px;font-weight: bold;color: #666;}
.xaingguan li{margin-bottom: 0px;}
.xaingguan1 {font-weight: bold;margin-bottom: 10px;}
/* 图片分页方式的样式*/

.picnr{width:440px; height:100%;overflow:hidden; }

.picnr .picnrbox{}
.picnr .picnrbox .showpic{}
.picnr .picnrbox .showpic .imglist img{margin:10px;max-width:100%;}
.picnr .nph_intro{padding:10px 30px;line-height:24px;}
.picnr .nph_tj{ padding:5px 0px;}
.picnr .nph_tj li{ height:25px; line-height:25px;}
.picnr .nph_tj a{ }
.picnr .imageintro{padding:10px 30px;line-height:24px; text-align:left;}

.imgtitle{display: none;}

.imagelist{width:440px;} /*总宽度*/
.imagelist .imagetop{text-align:center;margin:10px; font-size:12px; color:#666666;display: none;}
.imagelist .imagetop a{color:#666; text-decoration:none;}
.imagelist .defaultimagesrc{border: 1px solid #eee; text-align:center;margin:5px 0;padding-top:0px; width:438px;height:270px; overflow:hidden; }
.imagelist .defaultImagesrc img{}
.defaultimagesrc img{	 height: 270px;}
.imagelist .imageintro{text-align:center;font-size:14px;display: none;}
.thumb {
    height:70px;
    background:#e8e8e8;
	padding:15px 5px;
}
.thumb_1 {
	text-align: center;
	float: left;
	height: 40px;
	width: 60px;
	padding-top: 30px;
	font-weight: 400;
	font-size: 14px;
	color:#000;
}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;
	width: 370px;
}
.thumb_2_1 {
	background:url(images/left.jpg) no-repeat 0px;
	float: left;
	height: 60px;
	width: 30px;
	cursor:pointer;
	margin-top:10px;
	
	margin-left:10px;
	_margin-left:0px;
}
.thumb_2_2 {
	background:url(images/right.jpg) no-repeat 0px ;
	float: right;
	height: 60px;
	width: 30px;
	cursor:pointer;
	margin-top:10px;
}
#scrool_div { 

	width:300px;
	position:relative;
	height:70px;
	overflow:hidden;
}
#scrool_wrap {height:70px;position:absolute;width:20000px;	margin-left: -130px;}
#scrool_wrap li {width:93px;height:60px;float:left;margin-right:5px;}
#scrool_div img{
	width:80px;
	height:58px;
	margin:5px;
}
.normalthumb img{padding:2px;border:1px solid #ccc}
.currthumb img{padding:2px;border:1px solid #ff6600;}
/* 图片分页方式的样式结束*/

/* 联系样式 */
.nlianxi-text{padding: 10px;}
.nlianxi-text>p{font-size: 16px;line-height: 28px;}
.nlianxi-text-title{color: #1275bc;font-weight: bold;margin-bottom: 10px;}


 /**** 单页右面end ****/