/*首页css模块开始*/
/*head-blog-css*/
.topBar{
	height: 30px;
	background-color: #eeeeee;
	margin: 0;
}
.topBarLeftP,.topBarRtP{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
}
.topBarLeftP>span{
	background-color: #2b99ff;
	padding: 3px 5px;
	border-radius: 3px;
	color: #ffffff;
	margin-left: 10px;
}
.topBarRtP>a{
	color: #333333;
}
.topBarBtm{
	margin: 0;
	height: 1px;
	min-height: 1px;
	background-color: #cccccc;
}
.logoBlog{
	height: 150px;
	overflow: hidden;
}
/*navbar*/
.navBlog{
	height: 45px;
	border-top: 1px solid #eeeeee;
}
.navBar>a{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 100%;
	text-align: center;
	line-height: 45px;
	line-height: 45px \9;
	*line-height: 45px;
	_line-height: 45px;
	float: left;
	font-family: "微软雅黑","黑体";
	font-size: 12px;
	color: #5f5f5f;
	font-weight: bold;
}
.navline{
	position: absolute;
	top: 0;
	right: -3px;
}
.navBar>a:last-child>span{
	display: none;
}
@media (min-width: 1200px){
.navBar>a{
	position: relative;
	display: inline-block;
	width: 119px;
	height: 100%;
	text-align: center;
	line-height: 45px;
	line-height: 45px \9;
	*line-height: 45px;
	_line-height: 45px;
	float: left;
	font-family: "微软雅黑","黑体";
	font-size: 12px;
	color: #5f5f5f;
	font-weight: bold;
}

}
@media (min-width: 992px) and (max-width: 1199px){
	/*首页左侧导航响应*/
.navBar>a {
	width: 94px;
}
.hotLeft .hotLeftTitPbg{
	font-size: 38px;
}
.hotLeft  .wellUl>li{
	height: 34px;
	line-height: 34px;
	line-height: 34px \9;
	*line-height: 34px;
	_line-height: 34px;
}
.hotLeft .hotLeftTit{
	height: 90px;
}
.hotLeft .hotLeftTitP1{
	margin-top: 20px;
}
.hotLeft .leftltlogo{
	margin-top: 0;
}
/*首页左侧导航响应*/
.col-md-9 .hotwords{
	padding-left: 0;
}
.hotRightNr .hotRightPro>a>img{
	height: 208px;
}
.youshiTit::before{
	margin-left: 10px;
}
.goup::before{
	margin-left: 10px;
}
.logoBlog div>img{
	width: auto;
}
.youshiimg2{
	width: 100%;
}
.container .partner .slick-next{
    right: -22px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.navBar>a {
	width: 70px;
}
.youshiTit::before{
	margin-left: 10px;
}
.goup::before{
	margin-left: 10px;
}
.logoBlog div>img{
	width: 100%;
}
.logoBlog div.text-right>img{
	width: auto;
}
}
.navBar>a:hover{
	background-color: #eeeeee;
	color: #5f5f5f;
}
.navBar .active{
	background-color: #eeeeee;
	color: #5f5f5f;
}
/*navbar*/
/*head-blog-css*/
/*首页内容模块*/
/*搜索模块*/
.searchBlog{
	height: 45px;
}
.searchBlog .form-control{
	height: 30px;
    border: 1px solid transparent;
    margin-top: 7px;
    color: #333333;
    border-radius: 0;
}
.searchbtn{
	background-color:#12305f;
	color:#eef5ff;
	border-radius: 0;
}
.searchbtn:hover{
	color:#ffffff;
}
.hotwords{
	color: #eef5ff;
}
.hotwords>a{
	margin: 0 5px;
	color: #eef5ff;
}
.searchBlog .col-lg-4 .searchIpt {
  height: 30px;
  margin-top: 12px;
  background-color: #f2f2f2;
}
.btn-search i {
  color: #ffffff;
}
.btn{
	padding: 4px 12px;
}
.searchBox{
	background-color: #0f153f;
}
.searchBox2{
	margin-bottom: 15px;
}
/*搜索模块*/
/*banner模块*/
.bannerslide .col-lg-12>a{
	/*display: block;*/
}
.bannerslide{
	height: 450px;
	overflow: hidden;
}
.bannerslide .slick-prev{
	height: 58px;
	width: 58px;
	background-image: url(../images/slidelarr.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 5%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:Alpha(opacity=30);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.bannerslide:hover .slick-prev{
	opacity: 1;
	filter:Alpha(opacity=100);
}
.bannerslide .slick-next{
	height: 58px;
	width: 58px;
	background-image: url(../images/sliderarr.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 5%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:Alpha(opacity=30);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.bannerslide:hover .slick-next{
	opacity: 1;
	filter:Alpha(opacity=100);
}
.bannerimg>a{
	display: block;
	width: 100%;
	height: 450px;
}
.bannerimg>a>img{
	display: none;
}
.bannerimg{
	background-repeat: no-repeat;
	background-position: center;
}
/*banner模块*/

/*公司简介模块*/
.compintroBlog{
	margin-bottom: 25px;
}
.pubtit{
	padding: 10px 15px;
	border-bottom: 3px solid #cccccc;
	margin-bottom: 12px;
}
.bluerowline{
	position: absolute;
	top: 9px;
	left: 0;
	display: inline-block;
	height: 45px;
	width: 6px;
	background-color: #0f153f;
}
.pubtitcn{
	font-size: 16px;
}
.pubtitcn>a{
	font-size: 12px;
}
.ciimgCase{
	padding-left: 15px;
	padding-top: 10px;
}
.cicontTit{
	font-size: 18px;
	font-weight: bold;
	text-indent: 23px;
	display: none;
}
.cicontP{
	font-size: 12px;
	text-indent: 23px;
}
.cicontP>a{
	color: #ff0000;
}
/*公司简介模块*/
/*典型案例模块*/
.caseBlog{}
.caseCase{
	padding: 10px 5px 20px;
}
.caseImg{
	width: 100%;
	height: 208px;
}
.caseTit{
	font-size: 14px;
	font-weight: bold;
}
.caseIntro{
	font-size: 12px;
}
.caseIntro>a{
	color: #ff0000;
}
/*典型案例模块*/
/*公司优势模块*/
.compadvanBlog{
	padding-bottom: 15px;
	border-bottom: 3px solid #0f153f;
}
.compadvanCase{
	padding: 10px 7px 20px;
}
.compadvanImg{
	width: 100%;
	height: 308px;
}
.compadvanTit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0,0,0,.34);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.compadvanCase:hover .compadvanTit{
	background-color: rgba(0,0,0,.8);
}
/*公司优势模块*/
/*专家团队模块*/
.expertsBlog{
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
.expertBox{
	padding-left: 20px;
	padding-right: 20px;
}
.expertCase{
	padding-left: 5px;
	padding-right: 5px;
}
.expttit1{
	font-size: 20px;
	font-weight: bold;
	color: #0f153f;
	margin-top: 15px;
}
.expttit2{
	color: #a7acc2;
	margin-bottom: 5px;
}
.expertImg{
	width: 100%;
	height: 262px;
}
/*专家团队模块*/
/*企业文化and团队建设模块*/
@media (min-width: 1200px){
	.ctbctblog {
    	width: 72.5%;
	}
	.ctbtmblog {
    	width: 27.5%;
	}

}
.ctbctblog {
    padding-right: 20px;
}
.ctbtmblog{}
.ctCase>img{
	width: 100%;
}
.ctcont{
	padding-left: 20px;
	padding-right: 30px;
}
.ctcontTit{
	font-size: 18px;
	font-weight: bold;
	text-indent: 23px;
	display: none;
}
.ctcontP{
	text-indent: 23px;
	font-size: 12px;
	line-height: 22px;
	line-height: 22px \9;
	*line-height: 22px;
	_line-height: 22px;
}
.ctcontP>a{
	color: #ff0000;
}

.ctbtmImg{
	width: 100%;
	height: 117px;
}
.ctbtmCase{
	margin-bottom: 10px;
}
.ctbtmCase:nth-child(even){
	padding-left: 5px;
}
.ctbtmCase:nth-child(odd){
	padding-right: 5px;
}
.ctbtmCase:hover .compadvanTit{
	background-color: rgba(0,0,0,.8);
}
/*企业文化and团队建设模块*/

/*新闻模块*/
.newslcase{
	padding-right: 25px;
}
.newshinfo{
	padding-left: 10px;
}
.newpubtit{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
.newpubtit>span{
	font-size: 16px;
	border-bottom: 3px solid #0f153f;
	padding: 5px 0;
}
.mgt30{
	margin-top: 30px;
}
.newshimg>a>img{
	width: 270px;
	height: 170px;
}
.newshinfotit>a{
	font-size: 14px;
	font-weight: bold;
}
.newshinfocont{
	margin-top: 20px;
}
.newshinfocont2{
	border-bottom: 1px dashed #cccccc;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-bottom: 20px;
	padding-left: 13px;
}
.newshinfomore>a{
	color: #ffffff;
	padding: 7px 9px;
}
.newstej{
	border-bottom: 1px dashed #cccccc;
}
.newstej>a{
}
.newsrcase .newshinfocont2:last-child{
	border-bottom: none;
}
/*新闻模块*/
/*友情链接模块*/
.flinkblog{
	margin-top: 35px;
}
.flinkbox{
	border: 1px solid #cccccc;
	padding: 25px 30px;
	margin-bottom: 10px;
}
.flinkbox>span{
	position: absolute;
	top: -20px;
	left: -1px;
	font-size: 16px;
	background-color: #0f153f;
	padding: 10px 52px;
	color: #ffffff;
}
.flinkbox>a{
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #575757;
	line-height: 30px;
}
/*友情链接模块*/
/*首页内容模块*/
/*公共底部模块*/
.bottomall{
	padding-top: 40px;
  	background-color: #00bfff;
  	padding-bottom: 15px;
}  
.bottomall .col-lg-12 .breadcrumb{
	background: none;
	margin-top: 15px;
	border-top: 1px dashed #c3dbff;
	border-bottom: 1px dashed #c3dbff;
	margin-bottom: 40px;
}
.bottomall .col-lg-12 .breadcrumb li a{
	color: #c3dbff;
	font-size: 14px;
	text-shadow: none;
}
.bottomall .col-lg-12 .breadcrumb>li+li:before{
	padding: 0 30px;
  	color: #ffffff;
  	content: url(../images/dian.png);
  	text-shadow: none;
  	font-size: 12px;
}
.bottomall .container1 .col-lg-12 .btmlogoP{
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
}
.btmlogorl{
	position: relative;
}
.liner{
	position: absolute;
	top: 0;
	right: 60px;
	height: 100px;
}
.btmwebname{
	color: #ffffff;
	font-size: 18px;
}
.btmwebname2{
	color: #ffffff;
	font-size: 14px;
}
.btmsx{
	position: absolute;
	top: 15px;
	right: 0;
}
.btmlogorl>.col-lg-12>img{
	padding-right: 20px;
}
.btmgsP{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}
.btmgsP3{
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
.breadcrumb{
	padding: 5px;
}
.bottomall .col-lg-12 .breadcrumb>li+li:before{
	padding: 0 10px;
}
.bottomall .container1 .col-lg-12 .btmlogoP{
	font-size: 14px;
}
.container .youshiimg0Box1{
	height: 309px;
}
.container .youshiimg0Box2{
	height: 447px;
}
.container .youshiimg0Box3{
	height: 360px;
}
.container .youshiimg0Box4{
	height: 375px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.breadcrumb{
	padding: 5px 0;
}
.bottomall .col-lg-12 .breadcrumb>li+li:before{
	padding: 0 5px;
}
}
/*公共底部模块*/
/*首页css模块开始*/

@media (max-width: 767px){
/*导航响应 modify by cloud @ 2015-08-10 15:16:26*/
  .topBar{
  	height: 10px;
  }
  .navbar{
  	margin-bottom: 0;
  }
  .logoBlog{
  	height: 120px;
  }
  .logoBlog .col-xs-12>img{
  	width: 100%;
  }
  .logoBlog .col-xs-12>a>img{
  	width: 100%;
  }
  .navbar-xs-style{
  	background-color: rgba(0,0,0,.3);
  }
  .realnavs>a{
  	height: 30px;
  }
  .active{
  	background-color: #000000;
  	color: #ffffff;
  }
  .hotBlog .hotBlogLeft{
  	padding-right: 0;
  }
  .hotRightPro>a>img{
  	height: 180px;
  }
/*导航响应*/
/*4步解决响应*/
.tlTit>img{
	margin-top: 10px;
	width: 100%;
}
.tl4BoxBtm{
	margin: 0;
}
.askbtn{
	margin-top: 5px;
}
.tl4Box>img{
	width: 100%;
}
.tl4BoxBtm .col-xs-1>img{
	width: 100%;
}
.bizu .tl4Box{
	padding: 5px;
}
/*4步解决响应*/
/*优势响应*/
.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{padding: 0;}
.ysTit>img{
	width: 100%;
}
.ysdy{
	position: relative;
	height: 340px;
	background-color: #ffffff;
	margin-bottom:20px;
	border: 2px solid #000000;
	margin-top: 20px;
}
.ysdybtBox{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	width: 100%;
	overflow: hidden;
}
.ysdybtBox a{
	color: #ffffff;
}
.ysdybtBox a:hover{
	text-decoration: none;
}
.ysdynr{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	/*background-color: red;*/
}
.ysdynr p{
	padding: 5px;
}
.ysdybt{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-right: 2px solid #000000;
	background-color: #d00000;
}
.ysdybtBox .ysdybt1{
	color: #333333;
}
.ysdynr02, .ysdynr03, .ysdynr04{
	display: none;
}
.ysdybt4{
	border-right: none;
}
.active1{
	background-color: #ffffff;
	text-decoration: none;
}
.youshiTit{
	margin-bottom: 0;
}
.goup{
	font-size: 14px;
	line-height: 22px;
	line-height: 22px \9;
	*line-height: 22px;
	_line-height: 22px;
}
/*优势响应*/
/*感言响应*/
.ganyanTitP1{
	font-size: 22px;
}
.ganyan .container .col-xs-6{
	padding: 5px;
}
.ganyan4BoxTitMore{
	padding: 0;
	font-size: 12px;
}
.ganyan4BoxTitMoreR{
	float: none;
}
/*感言响应*/
/*5个产品响应*/
.case5blogBox:nth-child(5){
	display: none;
}
/*5个产品响应*/
/*QQ按钮*/
.askbtn{
	width: 120px;
}
/*QQ按钮*/
/*news3btn按钮*/
.news3btn{
	margin-bottom: 20px;
}
.new3Blog02,.new3Blog03{
	display: none;
}
.active3{
	background-color: #009c9c;
	color: #ffffff;
}
/*news3btn按钮*/
/*底部响应*/
.btmwei{
	height: 50px;
	width: 100%;
}
.pagebottom{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: #0086b8;
	margin-left: 0;
	margin-right: 0;
}
.pagebottom .dsa{
	padding: 0;
	height: 100%;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top: none;
	border-left: none;
}
.pagebottom .dsa:nth-child(4){
	border-right: none;
}
.pagebottom .dsa a{
	color: #ffffff;
}

.pagebottom .col-xs-3{
	padding: 0;
}
.pagebottom .nav-tabs{
	margin: 0;
	border-bottom: none;
}
.pagebottom .nav-tabs li{
	position: relative;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e3e3e3;
}
.pagebottom .nav-tabs li a{
	color: #000000;
	padding: 5px;
	text-align: center;
}
.pagebottom .nav-tabs li i{
	color: #ffffff;
	font-size: 20px;
}
.pagebottom .nav-tabs>li>a{
	line-height: 26px;
}
.pagebottom .dropdown-menu{
	background-color: #33ae1c;
}
.dropdown-menu li a{
	color: #333333;
}
.lastdd .dropdown-menu{
	right: 0;
	left: inherit;
}
.pagebottom .nav-tabs .dropdown-menu{
	background-color: #024460;
	color: #333333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	min-width: 160px;
}
.pagebottom .nav-tabs .dropdown-menu li{
	border-right: none;
}
.pagebottom .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #024460;
    border: none;
    height: 60px;
}
.pagebottom .nav>li>a:hover{
	background-color: #024460;
	border: none;
    height: 60px;
}
.pagebottom .nav .dropdown-toggle .caret{
	position: absolute;
	bottom: 16px;
	right: 3px;
	border-top-color: #000000;
    border-bottom-color: #000000;
}
.pagebottom .nav .dropdown-toggle:hover .caret{
	border-top-color: #333333;
    border-bottom-color: #333333;
}
.slideBlog{
	height: 60px;
}
/*底部响应*/
}


/*modify by cloud @ 2015年9月11日 16:29:45*/

@media (min-width: 1200px) {
.pdl80{
	padding-left: 80px;
}
.mgtfu90{
	margin-top: -90px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.case5blog .thumbnail .caption{
		position: absolute;
	    bottom: 4px;
	    left: 4px;
	    box-sizing: border-box;
	    height: 24px;
	    width: 95%;
	}
	.pdl80{
		padding-left: 40px;
	}
	.mgtfu90{
		margin-top: -40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.case5blog .thumbnail .caption{
		position: absolute;
	    bottom: 4px;
	    left: 4px;
	    box-sizing: border-box;
	    height: 24px;
	    width: 95%;
	}
	.pdl80{
		padding-left: 0;
	}
	.mgtfu90{
		margin-top: -20px;
	}
	.askbtn{
		width: 130px;
	}
	.navBlog .container{
		width: 100%;
	}
	.navBar>a{
		width: 10%;
		font-size: 13px;
	}
	.logoBlog div.text-right>img{
		width: 170px;
	}
	.hotwords>a:nth-child(3){
		display: none;
	}
}
@media (max-width: 768px) {
	.container{
		padding: 0 5px;
	}
	.bluerowline{
		display: none;
	}
	.ciimgCase>img{
		width: 100%;
	}
	.compadvanCase{
		margin-top: 10px;
	}
	.pubtit{
		background-color: #efefef;
		padding: 5px;
		border-top: 3px solid #cccccc;
	}
	.newpubtit{
		margin-top: 20px;
		background-color: #efefef;
	}
}

/*modify by cloud @ 2015年9月21日 15:50:17 for font go up with line*/
.fontgoup{
	height: 210px;
	overflow: hidden;
}
.newsListUl3{
	padding: 0 20px;
	height: 210px;
	width: 100%;
}
.newsListUlli{
	height: 100px;
	border-bottom: 1px solid #0b5d82;
}
.teamslide .slick-prev{
	height: 58px;
	width: 58px;
	background-image: url(../images/slidelarr.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -40px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:Alpha(opacity=30);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.teamslide:hover .slick-prev{
	opacity: 1;
	filter:Alpha(opacity=100);
}
.teamslide .slick-next{
	height: 58px;
	width: 58px;
	background-image: url(../images/sliderarr.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -40px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:Alpha(opacity=30);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.teamslide:hover .slick-next{
	opacity: 1;
	filter:Alpha(opacity=100);
}
/*modify by cloud @ 2015年9月21日 15:50:17 for font go up with line*/