html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

body{color:#666;font-size:14px;}
h1,h2,h3,h4,h5,h6,h7{font-weight:400;}
a,a:hover{text-decoration: none; color: #666;}
.navbar{margin-bottom:0; background-color: #fff; }
.navbar-nav > li {
    margin: 18px 30px;
}
.f_left{
  float: left;
}
.f_right{
  float: right;
}
.sbg{
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(../styles/images/tit.jpg) no-repeat center top;
  line-height: 48px;
  padding-left: 100px;
}
.sy-about {
    padding: 20px 0 18px;
}
.ab-tit h2{ margin:0px 0 40px 0;  color: #000; font-size: 32px;}
.ainfo{ line-height: 30px; margin-bottom: 30px;}
.t02{
  color: #ccc;
}
.t01{
  padding: 1px 15px;
  border-radius: 10px;
  border:1px solid #000;
}
.t01 span{
  
}
.biao1{
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}
.zuo{
  background-color: #f1f1f1;
  color: #333;
  padding-left: 20%;
  padding-top: 5%;
  padding-bottom: 10%;
}
.you{
  padding-top: 4%;
  padding-left: 3%;
}
.you p{
  padding-bottom: 20px;
}
.m20{
  margin-top: 8%;
}

.a1{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #627aad;
  text-align: center;
}
.a1 i{
  color: #fff;
}
.a2{
  background-color: #d14836;
}
.a3{
  background-color: #007fb1;
}
.a4{
  background-color: #00aced;
}
.a5{
  background-color: #cd332d;
}
.msbg{
  background: url(../styles/images/bj2.jpg) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mess{
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
}
.form-inline .form-control {
    width: 100%;
}
.form-control{
  margin-top: 20px;
}
.ti{
  margin-top: 20px;
}
.ti a {
    background: #04a07b;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 20px;
}
.biao2{
  font-size: 48px;
}
.ph3{
  color: #545454;
  line-height: 48px;
}
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
  padding-top: 25px;
  padding-bottom: 50px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: -1px;
    padding: 10px 12px;
    height: 32px;
    line-height: 32px;
    color: #2b3c7b;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
}


.pagination li>span {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-left: -1px;
    padding: 10px 12px;
    height: 32px;
    line-height: 32px;
    color: #2b3c7b;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #2b3c7b;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #2b3c7b
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #2b3c7b;
    color: #fff;
    border-color: #2b3c7b;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}
.sy-series{
  margin-top: 50px;
}
.st-tit{
  background: #428a7b;
  height: 145px;
  color: #ffe101;
}
.st-tit h2{
  font-size: 30px;
  padding: 57px 0;
}
.st-tit .t02{
  color: #ffe101;
}
.st-tit .t01{
  background: #ffe101;
  color: #000;
}
.text-uppercase{
  text-transform: uppercase;
}
.pimg01{
  position: relative;
  overflow: hidden;
}
.p01text{
  position: absolute;
  top:0;
  left: -100%;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0);
  color: #fff;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s;
}
.pbtn{ 
  margin-top: 20px;
}
.pbtn a{
  background-color: #ffe101;
  color: #333;
  padding: 8px 10px;
}
.pimg01:hover .p01text{
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}
.p02text{
  position: absolute;
   bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s;
  background-color: rgba(0,0,0,.6);
}
.p02text h3 a{
  color: #fff;
}
.pimg02{
  margin-top: 50px;
  overflow: hidden;
}
.pimg02 img{
  transition: all ease-in-out .6s;
}
.pimg02:hover img{transform: scale(1.2,1.2);}
.p03text{
  background-color: #fff;
  padding-left: 30px;
}
.p03text h3{
  font-size: 20px;
  line-height: 48px;
}
.line{
  width: 30px;
  height: 1px;
  margin-bottom: 20px;
  background-color: #a9a9a9;
}
.sypbg{
  background-color: #f5f5f5;
  padding-top: 50px;
}
.show{
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border:1px solid #dddddd;
}
.exhib{
  font-size: 30px;
  margin-bottom: 40px;
}
.etit h3{
  color: #333;
  margin-bottom: 20px;
}
.etit p{
  color: #999;
}
.ny-about1{
  margin-top: 40px;
}
.t11{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border:1px solid #c5c5c5;
  border-radius: 2px;
  margin-top: 20px;
}

.newtit{
  color: #333;
}
.newtit i{
  color: #b7b7b7;
}
.zl{
  padding-right: 10px;

}
.zy{
  padding-left: 10px;
}
.sy-newbg{
  background: #f5f5f5;
  padding: 30px;
  overflow: hidden;
}
.etit h2{
  color: #ae9999;
  font-size: 24px;
  margin-bottom: 20px;
}
.ctr i{
  font-size: 80px;
  color: #428a7b;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.ctr strong{
  color: #545454;
  font-size: 24px;
  font-weight: normal;
}
.ny-about{
  margin-top: 0px;
  margin-bottom: 40px;
}
.bit{
  margin-top: 30px;
  padding-left: 0;
}
.biao{
  font-size: 24px;
  line-height: 60px;
}
.npoinfo{
  padding: 20px;
  border:1px solid #ddd;
  margin-bottom: 30px;
  overflow: hidden;
}
.npoinfo img{
  margin-bottom: 20px;
}
.nline{
  width: 80px;
  height: 3px;
  background-color: #42897b;
}
.ndel{
  border:1px solid #ddd;
  overflow: hidden;
  padding: 20px 20px 20px 0;
  margin-bottom: 20px;
}
.ndel .col-md-4{
  padding-left: 0px;
}



.er-block {
	overflow: hidden;
	padding-bottom: 80px;
}

.news .center-block .col-md-7 li {
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.news .center-block .col-md-5 {
	padding: 0;
}
.sy-honor {
  background: url(images/honor_bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.footer {
  margin-top: 20px;
  border:1px solid #ddd;
  padding: 30px 0;
}
.footer span{
  display: inline-block;
  text-align: center;
  vertical-align:middle;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer span i{
  padding-top: 5px;
  color: #fff;
  font-size: 19px;
}
.section-title {
    margin-bottom: 30px;
}
.mr20{ margin-top: 35px; }
.copy{line-height: 50px; border-top: 1px solid #597698; margin-top: 20px;}
.nser li{
  line-height: 48px;
  border:1px solid #ddd;
  padding-left: 20px;
}
.column{
  padding-top: 30px;
}
.column h2{color: #000;
margin-bottom: 10px;}

/* ------------newsbox */
.sy-news2{
    
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .nlist{ padding-left: 30px;}
  .nlist li{
    border-bottom: 1px dashed #aaa;
    line-height: 42px;
  }
  .nlist li a{ color: #555;}
  .nlist li a:hover{ color: #027882; font-weight: bold;}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
.sy-news { margin: 30px 0px 60px;}
.eqtit{
	margin-top:30px;
	margin-bottom: 40px;
}
.eqtit h2{
	margin:0px 0 10px 0; position: relative; color: #027882; font-size: 36px;
}
.new h4,.new h3{
	font-weight: normal;
}
.new h4{
	color: #be0003;
	margin-top: 20px;
}
.new h3{
	color: #000;
	margin-bottom: 20px;
}
.date {
	
	padding-top: 10px;
	padding-bottom:15px;

}
.m12{
  margin-top: 30px;
  margin-bottom: 30px;
}
.tab-content{
  padding: 10px;
  border:1px solid #ddd;
  border-top:0 none;
  line-height: 24px;
}
.nav-tabs>li{
  border-top:2px solid #666666;
}
.nav-tabs{border: 1px solid #ddd;
    background: #efefef;}
.nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #000;}
.newlist ul{
  padding-left: 0;
}
.newtit{
  font-size: 45px;
  color: #151515;
  margin-bottom: 30px;
}
.newlist li{
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.newlist li h3{
  color: #000;
  font-size: 16px;
}
.newlist li p{margin-top: 10px;
margin-bottom: 10px;
}
.sy-pro ul li{
    background: url(images/list_bg.jpg)no-repeat;
    transition: all 0.3s;
    margin:6px 0;
}
.sy-pro ul li:hover{
    background: url(images/list_bg2.jpg) no-repeat;
}
.sy-pro ul li a{
    
    width: 100%;
    display: inline-block;
    background: url(images/jian.png)no-repeat  0 50%;
    line-height: 41px;
    border-radius: 5px;
    color: #fff;
    padding-left:30px;
    margin-left: 8px;

}
.sy-pro-img {
    text-align: center;
    margin-top: 2%;
}
.sy-pro-img p a{
    color: #333;
    line-height:40px
}
.sy-pro-img p {
    border:solid #e3e3e3 1px;
    border-top: 0;
}
.sy-pro-img .col-md-4 {
    margin: 10px 0;
}
@media (max-width: 768px){

    .sy-pro ul li {
        width: 48%;
        margin:6px 1%;
    }
}

/* -------------首页产品 */

