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;
}
i{
    font-style: normal;
}
li {
    list-style: none;
}

body {
    color: #666;
    font-size: 14px;
}
th{
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 400;
}

.products table {
    border-spacing: 1px;
    border-collapse: inherit;
}
.products table thead th{text-align: center;}

a {
    color: #666;
}

a:hover {
    color: #666;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav>li {
    margin: 18px 30px;
}

.sy-about {
    padding: 20px 0 40px;
}

.ab-tit h2 {
    margin: 0px 0 10px 0;
    position: relative;
    color: #027882;
    font-size: 36px;
}

.ab-tit h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #c52620;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in-out 0.3s;
}

.ab-tit h2:hover:after {
    width: 100px;
}

.ainfo {
    line-height: 30px;
    margin-bottom: 30px;
}

.sy-products {
    padding: 2px 0 0px;
}
@media screen and (min-width: 900px) {
    .sy-pro1>div:first-of-type{
      padding-left:0px;
      padding-right: 15px;
    }
    .sy-pro1>div:last-of-type{
      padding-right: 0px;
      padding-left:15px;
    }
    .sy-pro1>div:nth-of-type(2){
        padding: 0 7.5px;
    }

}

.pro-list {
    padding: 0px;
}

a.pro {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0;
}

a.pro img {
    transition: all ease-in-out .3s;
}

a.pro:hover img {
    transform: scale(1.2, 1.2);
}

span.pbg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: rgba(2, 120, 130, .7);
    color: #fff;
    opacity: 0;
}

a.pro:hover span.pbg {
    opacity: 1;
}

span.pbg i {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.aimh {
    margin: 50px 0;
    background-color: #eee;
}

.aimh p {
    font-size: 16px;
    line-height: 30px;
    padding: 7% 10% 3% 10%;
    color: #555;
}

.btn-more {
    margin-left: 10%;
    padding: 8px 30px;
    font-size: 16px;
}

.media-heading a {
    color: #8a8a8a;
}

.sy-news p.dec {
    color: #31619a;
    font-size: 24px;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.sy-news p.des {
    color: #597698;
    font-size: 24px;
}

.sy-news ul li {
    list-style: none;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    background: none;
    transition: all ease-in-out .3s;
}

.sy-news ul li:hover {
    background: url(images/new.jpg) no-repeat center top;
}

.sy-news ul li:hover .media-heading a,
.sy-news ul li:hover p {
    color: #fff;
}

.new-more {
    background-color: #f38a00;
    color: #fff;
    margin: 50px 0;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
}

.news>.center-block {
    max-width: 1170px;
}


.n-r h3 {
    font-size: 16px;
    line-height: 34px;
    margin-top: 4px;
}

.n-r h3 a {
    color: #000;
}

.n-r p {
    line-height: 25px;
    color: #747474;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n-r {
    padding-left: 20px;
}

.news .container>.center-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;
}

.footer {
    color: #fff;
    padding-top: 30px;
    background-color: #027882;
    border-top: 10px solid #fff;
}

.section-title {
    margin-bottom: 30px;
}

.footer .title {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}

.footer li a {
    color: #fff;
}

.footer-address li,
.footer-follow li,
.footer-uselink li {
    line-height: 30px;
    padding: 0;
    margin-top: 0;
    display: block;
}

.footer-address li i,
.footer-follow li i,
.footer-uselink li i {
    float: left;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
}

/*news-letter*/
.footer .news-letter {
    margin-top: 20px;
}

.footer .input-group-btn button {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    color: #353535;
    padding: 11px 14px;
}

.footer .input-group-btn button:hover {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    color: #fff;
}

.footer .input-group.divcenter .form-control::-moz-placeholder {
    color: #c5c5c5;
    font-size: 13px;
}

.footer .input-group.divcenter.input-group .form-control {
    padding-left: 15px;
    padding-top: 8px;
    border-radius: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    height: 44px;
    box-shadow: none;
}

.footer .input-group.divcenter.input-group .form-control:focus {
    border-color: #fff;
}

.btn-btn {
    margin-top: 20px;
    background-color: #fff;
    color: #31619a;
    padding: 5px 40px;
    border: 0 none;
}

.footer h4.title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}

.footer h4.title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: all ease-in-out 0.3s;
}

.footer h4.title:hover:before {
    width: 80px;
}

.copy {
    line-height: 50px;
    border-top: 1px solid #009a9f;
    margin-top: 20px;
}



/* ------------newsbox */
.sy-news2 {

    padding-top: 40px;
    padding-bottom: 20px;
}

.nlist {
    padding-left: 30px;
}

.nlist li {
    text-align: left;
    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-bottom: 10px;
}

.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;

}

/* .date span {
	color: #333;
	font-size: 36px;
	display: block;
	line-height: 56px;
}

.date i {
	display: block;
	color: #a0a0a0;
	font-size: 14px;
	font-style: normal;
} */
.liu-img,
.nimg {
    overflow: hidden;
}

.liu-img img,
.nimg img {
    transition: all ease-in-out .3s;
}

.liu-img:hover img,
.nimg:hover img {
    transform: scale(1.2, 1.2);
}

.breadcrumb a {
    color: #666666;
}

.n-tit {
    text-align: center;
}


.ny-d {
    overflow: hidden;
    margin: 26px 0;
}

.ny-c {
    margin: 0 15px 26px 15px;
}

.ny-list li {
    text-align: left;
    list-style: none;
    color: #666;
}

.ny-list li a {
    color: #666;
}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
}

.pagination li {
    display: inline-block;
}

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

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

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

.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: #ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #027882;
    color: #fff;
    border-color: #027882;
    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;
}

.ab-p {
    line-height: 35px;
}

.n-tit h2 {
    color: #027882;
    line-height: 35px;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.nav > li:hover .dropdown-menu { display: block; }
.n-tit h3{
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 20px;
}

.n-tit h2:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #c52620;
}

.ab-p a {
    color: #666;
}

.des {
    font-family: 微软雅黑;
    font-size: 13px;
    line-height: 20px;
}

.big {
    font-size: 34px;
    color: #333;
}

.media-heading {
    font-family: 微软雅黑;
    color: #000;
    margin: 10px;
}

.media-heading h3 {
    font-size: 18px;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.date-time {
    display: block;
    background-color: #eee;
    font-weight: 300;
    width: 80px;
    height: 80px;
    color: #999;
}

.date-time:hover,
.date-time:hover .big {
    background-color: #027882;
    color: #fff;
}

.media-body,
.media-left,
.media-right {
    display: inline-block;
    vertical-align: middle;
        text-align: center;
}
.media-body,
.media-right {
    display: inline-block;
    vertical-align: middle;
        text-align: left;
}
.media-body .des{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.media-heading {
    margin-top: 0;
    font-size: 18px;
}

.media a {
    color: #666;
}

.media-heading a{color: #333;}
.media a:hover {color: #027882;}

.n-p p {
    line-height: 35px;
    font-size: 16px;
    padding: 2px 0;
}

.pro-tit h2 {
    line-height: 30px;
}

.menu h2 {
    text-align: center;
}

.menu h2 a {
    display: block;
    background: #019faa;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.media {
    text-align: left;
    margin: 9px 0;
    border-bottom: 1px dashed #666;
    padding-bottom: 8px;
}
.card .card-heading{
    text-align: center;
    }
    
.ny-d p{
  line-height: 30px;
  font-size: 16px;
}

.ny-d h3{
    font-weight: 600;
    line-height: 25px;
}
.p-btn{
    margin-top: 20px;
    /*margin-right: 20%;*/
    /*display:flex;*/
    /*justify-content:center;*/
    overflow: hidden;
}
/* .p-btn a{
    font-weight:bold;
    background: transparent url(../styles/images/button_right.jpg) no-repeat scroll top right; 
    display:inline-block;height: 36px;margin:0px;
    padding-right: 20px;text-decoration: none;color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;font-size:12px;
	
} */
.p-btn a{
    font-weight:bold;
    background: #fff; 
	color:#027882;
	margin: 5px 0px 0px 0px;
    display:inline-block;height: 36px;
    padding-right: 20px;text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;font-size:12px;
	border:solid 2px #027882
}
.p-btn a:hover{
background:#027882;color: #fff;
text-decoration:none;
}

/* .p-btn a i{line-height: 22px;padding: 7px 0 6px 18px;
background: transparent url(../styles/images/button_left.jpg) no-repeat;display: block;} */
.p-btn a i{line-height: 22px;padding: 7px 0 6px 18px;
display: block;}


.p-c h3{
        text-align: center;
        color: #595757;
        line-height: 26px;
}

.p-c-b{
    margin:10px 0;
    overflow: hidden;
}
.media-body{
   width:89%;
}
.cards{
    text-align: center;
}
.card>img{
    display: inline;
}


@media screen and (max-width: 768px){
.products table {
    width: 100%;
    overflow-x: auto;
    display: block;}
.contactus table{
    max-width: 100%!important;
    border-collapse: collapse;
}
.contactus table td{
    text-align: left;
    padding-left: 3%!important;}
}

.products table{
    width: 100%!important;
    border-collapse: collapse;
}
.products table td{
    text-align: center;
}
.products table tr,.products table td{
    border:1px solid #ccc !important;
}
.tbl1 td span{white-space: nowrap;}

.contactus table{
    width: 100%!important;
    border-collapse: collapse;
}
.contactus table tr,.contactus table td{
    border:1px solid #ccc !important;
}
.contactus table td{
    text-align: left;
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-word !important;
}


.cards .col-md-4 div{
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:4; 
}
.cards .col-md-4 div.more{
	-webkit-line-clamp:99; 
}
.col-md-9 h2{
	font-size: 22px;
}
.friendlink {
    float: left;
    color: #027882;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #027882;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cy-contact-message {
    border: 1px solid #bbced2;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
}
.cy-contact-messagetitle {
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 18px;
    font-weight: bold;
    position: relative;
}
.cy-contact-messagetitle::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 70%;
    top: 15%;
    line-height: 1;
    background: #002f7b;
    left: 0;
}
.cy-contact-message li {
    margin-bottom: 20px;
}
.cy-contact-message li:last-child {
    margin-bottom: 0px;
}
.cy-contact-message li input:not(.submit) {
    padding-left: 15px;
    border: 1px solid #d9dde0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
}
.cy-contact-message li textarea {
    border: 1px solid #d9dde0;
    padding: 15px;
    width: 100%;
    display: block;
    height: 142px;
}
.cy-contact-message li .submit {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #002f7b;
    border: 0px;
    color: #fff;
}
