body{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #212121;
	padding-top: 160px;
}
a{
	text-decoration: none!important;
}
.container{
	width: 1230px;
}
.top_pub{
	background: #fdfdfd;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	color: #a2a2a2;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 9999;
}
.top_pub .right{
	float: right;
}
.top_pub .right a{
	font-size: 14px;
	color: #a2a2a2;
	display: inline-block;
	margin-left: 15px;
}
.top_pub .right a:hover{
	color: #0153a7;
}
.header{
	background: #fff;
	height: 120px;
	position: fixed;
	top:40px;
	left:0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1)
}
.header .logo{
	float: left;
	padding-top: 30px;
}
.mynavs{
	list-style: none;
	padding: 20px 0 0 100px;
	overflow:hidden;
}
.mynavs>li{
	position: relative;
	float: left;
}
.mynavs>li:hover a{
	color: #0153a7;
}
.mynavs>li>a{
	font-size: 16px;
	color: #000000;
	display: inline-block;
	padding: 30px 20px;
}
.owl-buttons{
	display: none;
}
.banner .owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls .owl-page:hover span {
    background-color: #f25b1f;
}
.banner .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.mynavs>li:hover .drop_down{
	display: block;
}
.drop_down{
    position: fixed;
    width: 100%;
    left: 0;
    top: 130px;
    background: rgba(255,255,255,0.95);
    padding: 90px 0 60px;
    z-index: 9999;
    display: none;
}
.drop_down .left {
	border-right: 1px dashed #000;
	float: left;
	padding-right: 60px;
}
.drop_down .left ul{
	list-style: none;
	overflow: hidden;
	padding:0  80px;
	
}
.drop_down .left ul img{
	width: 6px;
	vertical-align: middle;
	float: none;
	margin-right: 10px;
	height: 8px;
}
.drop_down .left ul li{
	padding-top: 38px;
}
.drop_down .left ul li:first-child{
	padding-top: 20px;
}
.drop_down .left ul li a{
	font-size: 14px;
	color: #212121
}
.drop_down .left ul li a:hover{color: #0153a7}
.drop_down .left img{
	float: left;
	width: 290px;
	height: 170px;
}
.drop_down .text{
	padding: 0 80px;
	line-height: 28px;
	overflow: hidden;
}
p,h3,h4,ul{
	padding: 0;
	margin:0;
}
.about_kayi{
	padding: 100px 0 110px;
}
.about_kayi .left{
	float: left;
	width: 705px;
}
.about_kayi .left .title{
	font-size: 14px;
	color: #a9a9a9;
}
.about_kayi .left .title h3{
	font-size: 26px;
	color: #353535;
	font-weight: bold;
	padding: 10px 0 20px;
}
.about_kayi .left .title span{
	display: block;
	height: 1px;
	width: 80px;
	background: #dcdcdc;
	margin-bottom: 20px;
}
.about_kayi .left ul{
	overflow: hidden;
	list-style: none;
	padding: 30px 0
}
.about_kayi .left ul li{
	float: left;
	overflow: hidden;
	width: 220px;
	margin-right: 15px;
	border-right:1px solid #e5e5e5;
	padding: 0 15px;
}
.about_kayi .left ul li img{
	float: left;
	margin-right: 20px;

}
.about_kayi .left ul .s1{
	font-size: 18px;
	color: #212121;
	font-weight: bold;
}
.about_kayi .left ul li:last-child{
	border:0;
}
.about_kayi .left .content{
	line-height: 28px;
	color: #484848
}
.about_kayi .right{
	float: right;
	padding-top: 60px;
}
.about_kayi .right img{
	width: 450px;
	height: 230px;
	transition: all  1s; 
}
.about_kayi .right img:hover{
	transform: scale(1.1);
}
.product_kayi{
	background: #f0f0f0;
	text-align: center;
	padding: 50px 0 90px;
}
.title_pub h3{
	font-size: 30px;
	color: #353535;
	font-weight: bold;
}
.title_pub p{
	font-size: 14px;
	color: #a9a9a9;
	margin:15px 0 55px;
	text-transform: uppercase;
}
/*=========== PROJECT SECTION ==========*/
.et-project-one{padding-top: 80px;padding-bottom: 80px;}
.et-project-sect{padding: 0 55px;}
.et-project-sub-title{margin-bottom: 0;}
.et-project-title h1{margin-top: 0;}
.second-raw{margin-top: 30px;}
.et-project-column .et-project-thumb{position: relative;overflow: hidden;}
.et-project-thumb:hover .et-project-thumb2{opacity: 0;}
.et-project-thumb2{position: absolute;right: 0;top: 0;z-index: 999;-webkit-transition: all 0.2s ease-in-out 0s;-moz-transition: all 0.2s ease-in-out 0s;-ms-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;transition: all 0.2s ease-in-out 0s;}
.et-project-overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;margin: auto;position: absolute;right: 0;text-align: center;top: 0;transform: scale(0);-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;-o-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}
.et-project-thumb:hover .et-project-overlay{transform: scale(1);}
.et-srvc-ovrly-icon{position: absolute;margin: 0 auto;left: 0;right: 0;top: 40%;}
.et-srvc-ovrly-icon span{color: #fafbfd;font-size: 18px;}
.et-srvc-ovrly-icon h3{margin-top: 10px;margin-bottom: 0;text-transform: uppercase;color: #ffffff !important;}
.et-repair{color: #fafbfd;text-transform: uppercase;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%;
}
.performance{
	text-align: center;
	background: #00538c;
	padding: 60px 0 50px;
}
.performance .title_pub h3,.performance .title_pub p{
	color: #fefefe;
}
.performance .off{
	display: none;

}
.performance .col-md-3:hover .off{
	display: block;
}
.performance .col-md-3:hover .on{
	display: none;
}
.performance .col-md-3 a {
	display: inline-block;
	background: #fff;
}
.performance .col-md-3 a .text{
	color: #979797;
	padding: 25px 15px 35px;
	font-size: 13px;
}
.performance .col-md-3 a .text h3{
	font-size: 18px;
	color: #191818;
	font-weight: bold;
	margin-bottom: 15px;
}
.news{
	padding: 55px 0 90px;
}
.news ul{
	list-style: none;
}
.news .new_block{
	float: left;
	width: 665px;
}
.new_block .title{
	margin-bottom: 25px;
}
.new_block .title h3{
	font-size: 30px;
	color: #353535;
	font-weight: bold;
}
.new_block .title p{
	color: #a9a9a9;
	margin-top: 5px;
}
.new_block ul .pic{
	float: left;
	width: 124px;
	height: 84px;
}
.new_block ul .pic img{
	width: 100%;
	height: 100%;
}
.new_block ul   .text{
	overflow: hidden;
	padding-left: 20px;
}
.new_block ul   .text h3{
	font-size: 16px;
	color: #172c45;
	margin-bottom: 15px;
	overflow: hidden;
}
.new_block ul  .text h3 font{
	float: right;
	color: #acacac
}
.new_block ul  .text p{
	font-size: 13px;
	color: #909090;
	line-height: 26px;
}
.new_block ul   li{
	padding: 14px 0;
	border-bottom: 1px solid #e4e4e4;
}
.new_block ul   li:hover h3,.new_block ul   li:hover h3 font,.new_block ul   li:hover p{
	color: #0153a7
}
.activity_block{
	float: right;
	width: 395px;
}
.activity_block .title{
	text-align: center;
	padding-bottom: 45px;
}
.activity_block .title .s1{
	color: #727272;
	margin:2px 0 4px;
}
.activity_block .title .s2{
	color: #00a5d5;
	font-size: 13px;
}
.footer{
	color: #fff;
	text-align: center;
	background: #414141;
	padding: 25px 0
}
.bread_nav{
	background: #f6f6f6;
	height: 50px;
	line-height: 50px;
	color: #282828;
	border-bottom: 1px solid #e6e6e6
}
.bread_nav a{
	color: #282828;
}
.bread_nav img{
	margin-right: 15px;
}
.bread_nav a:hover{
	color: #0153a7
}
.main_page{
	overflow: hidden;
}
.main_page ul{
	list-style: none;
}
.cataroages{
	float: left;
	width: 230px;
	padding-left: 50px;
	min-height: 500px;
}
.cataroages h3{
	padding: 20px 0;
	font-size: 24px;
	color: #000;

}
.cataroages ul li.active a,.cataroages ul li:hover a{
	background: #005bac;
	color: #fff
}
.cataroages ul li a{
	display: inline-block;
	font-size: 16px;
	width: 100%;
	color: #000;
	text-align: left;
	padding: 12px 10px 12px 25px;
}
.rightbox{
	overflow: hidden;
	padding: 25px 50px;
	border-left: 1px solid #e6e6e6;
	min-height: 800px;
}
.titles_pub {
	border-left: 6px solid #0153a7;
	margin:0 0 25px;
	padding-left: 15px;
}
.titles_pub h3{
	font-size: 24px;
	color: #005bac
}
.titles_pub p{
	font-size: 20px;
	color: #000;
	margin-top: 5px;
}
.innerpage_banner{
	overflow-x: hidden;
}
.product_list .col-md-4{
	margin-bottom: 30px
}
.product_list {
	padding: 30px 0 0;
}
.product_list .col-md-4 a{
	display: inline-block;
	text-align: center;
	color: #3c3d3d
}
.product_list .col-md-4 a p{
	padding: 15px;
}
.product_list .col-md-4 a img{
	width: 100%;
	height: 240px;
}
.product_list .col-md-4 a:hover{
	background: #0153a7;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2)
}
/*åˆ†é¡µ*/
ul.paginations {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

ul.paginations li {display: inline;}

ul.paginations li a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border:1px solid #ddd;
    font-size: 12px;
    color: #575352;
     margin: 0 4px;
}
ul.paginations li.active a{
  background: #0153a7;
  color: #fff;
}
ul.paginations li:hover a{
  background: #0153a7;
  color: #fff;
}
ul.paginations .jump{
  float: left;
  padding-left: 40px;
}
ul.paginations .jump input{
  width: 45px;
  height: 35px;
  border:1px solid #ddd;
  text-align: center;
  margin:0 5px;
}
.fenye{
  text-align: center;
  padding-bottom: 40px;
}
.titles_pub_oneline{
	padding-top:15px;
	padding-bottom:15px;
}
.product_box{
	color: #282828;
	line-height: 25px;
	padding: 40px 0
}
.product_box img{
	max-width: 100%;
	margin-bottom: 20px;
}
.product_box p{
	margin-bottom: 30px;
}
.news_list_page{
	padding: 50px 0
}
.news_list_page .title{
	color: #a9a9a9;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4
}
.news_list_page .title h3{
	font-size: 30px;
	color: #0154a0
}
.news_list_ul{
	list-style: none;
}
.news_list_ul li{
	padding: 45px 50px;
	overflow:hidden;
}
.news_list_ul  .pic {
    width: 280px;
    height: 185px;
    float: left;
}
.news_list_ul  .pic img{
	width: 100%;
	height: 100%;
}
.news_list_ul .text {
    overflow: hidden;
    padding-left: 15px;
}
.news_list_ul  .name{
	color: #01549f;
	font-size: 18px;
}
.news_list_ul  .time{
	color: #acacac;
	font-size: 14px;
	padding: 10px 0 30px;
}
.news_list_ul  .ct{
	color: #4d4d4d;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow:hidden;
}
.news_list_ul{
	padding-bottom: 40px;
}
.news_list_ul  li:hover{
	background: #f2f2f2;
}

.newdetail_page .title{
	text-align: center;
	padding: 80px 0 40px;
	font-size: 12px;
	border-bottom: 4px solid #f2f2f2;
	margin-bottom: 40px;
	color: #868686
}
.newdetail_page .title h3{
	font-size: 24px;
	color: #282828;
	margin-bottom: 30px;
}
.newdetail_page .content{
	padding-bottom: 40px;
	font-size: 16px;
	color: #868686;
	line-height:40px;
}
.newdetail_page .content p{
	text-indent: 2em;
	margin-bottom: 45px;
}
.cate_detail{
	overflow: hidden;
	padding-bottom: 40px;
}
.cate_detail a{
	float: left;
	width: 50%;
	font-size: 18px;
	color: #868686;
}
.cate_detail a:nth-child(2){
	text-align: right;
}
.cate_detail a:hover{
	
	color: #0153a7;
}