#header-blank { display: block; width: 100%; height: 135px;}

.container {
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width:auto;
	max-width: 780px;
	min-width: 280px;
	height:auto;
	max-height:600px;
	z-index:9999999;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999995;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #5b5b5b;
	position: relative;
	margin: 0 auto;
	border-radius:10px;
}
.md-content .md-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 999999;
}
.md-content .md-close-btn a{
	color: #909090;
	cursor: pointer;
}
.md-content .md-close-btn a:hover{
	color: #212121;
}

.md-content .md-close {
	width:30px;
	height:30px;
	line-height:30px;
	font-size: 18px;
	color:#000;
	background:#fff;
	border-radius:15px;
	text-align:center;
	cursor: pointer;
	margin:0 auto;
	position:absolute;
	top:15px;
	right:-15px;
	font-weight:normal;
	padding:0 !important;
}
.md-content .md-close i{font-size:24px;}

.photo-w{width:100%; padding:30px 0 30px; overflow:hidden; box-sizing:border-box; text-align:center;}
.photo-w img{max-width:100%; height:auto; max-height:600px;}
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}



@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}
/* Page Banner Star */
#page-banner { position: relative; text-align: center; color: #FFF; overflow: hidden; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    #page-banner .texts { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; font-size: 28px; font-weight: 700; line-height: 100%; text-transform: uppercase; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
    #page-banner .texts i { font-size: 18px; letter-spacing: 1px; vertical-align: middle; margin: 0 15px;}
/* Page Banner End */

/* Current Location Star */
#current-location { width: 100%; height: 64px; line-height: 64px; background: #f5f5f5; }
    #current-location .categorys { float: left;}
    #current-location .categorys a { float: left; display: block; font-size: 16px; color: #333; transition: color .3s; padding: 0 40px 0 0;}
    #current-location .categorys a:hover { color: #0b3190;}
    #current-location .categorys a.on { font-weight: 700; color: #0b3190;}

    #current-location .breadcrumbs { float: right;}
    #current-location .breadcrumbs a { float: right; font-size: 14px; color: #999; transition: color .3s;}
    #current-location .breadcrumbs a:hover { color: #0b3190;}
    #current-location .breadcrumbs a:first-child { color: #666;}
    #current-location .breadcrumbs a:hover:first-child { color: #0b3190;}
    #current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: right; background: url('../img/arrow.png') no-repeat center; margin: 0 12px; }
    #current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 8px;}
/* Honor */
.ins-honour{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.ins-honour ul{clear:both; margin-left:-3%;}
.ins-honour li{width:22%; height:auto; margin:30px 0 0 3%; float:left; text-align:center;}
.ins-honour .honimg{width:100%; height:auto; overflow:hidden; background:#eee; padding:10px; box-sizing:border-box; vertical-align:middle; border-radius:10px; background: linear-gradient(to bottom right, #f5f5f5, #eee); background: -webkit-linear-gradient(to bottom right, #f5f5f5, #eee); background: -o-linear-gradient(to bottom right, #f5f5f5, #eee); background: -moz-linear-gradient(to bottom right, #f5f5f5, #eee); justify-content:center; align-items: center; display:flex;}
.ins-honour .honimg img{ width:auto; height:auto; max-width:100%; max-height:100%; margin:0 auto;}
.ins-honour .hontt{width:100%; height:40px; line-height:24px; font-size:16px; color:#666; text-align:center; padding-top:15px}
.ins-honour li a:hover .hontt{color:#0a53c6;}

/* Current Position Star */
.current-position { padding: 5px 0px 10px 0px; margin: 0 0 15px 0; border-bottom: dotted 1px #ececec;}
    .current-position>h1{ float: left; border-left:solid 3px #0b3190; color: #313131; font-size: 18px; padding: 0 0 0 10px;}
    .current-position>h1>span { text-transform: uppercase; color: #666; font-weight: lighter; font-size: 12px; margin: 0 0 0 10px; }
    .current-position>a { float:right; font-weight: lighter;}
    .current-position>h2 { float: right; font-weight: lighter; font-size: 13px;}
    .current-position>h2>span { margin: 0 5px; font-family: simsun;}
/* Current Position End */


/* Page Content Star */
#page-content { padding: 40px 0;}
    .page-content { }
    .page-content img { max-width: 100%;}
    .page-content h1.text-title { font-size: 20px; font-weight: 700; margin: 0 0 20px 0;}
    .page-content>.lefts { text-align: left; float: left; width: 26%; overflow: hidden; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}

    .page-content>.rights { float: right; width: 74%; background-color: #FFF; padding: 0 0 0 30px; }

/* Page Content End */

/* Category Titles Star */
.category-titles { /*background-color: #2367aa;*/ background-image: url('../img/title-bg.jpg'); background-size: 100%; color: #FFF; padding: 29px 15px 25px 15px;}
    .category-titles h1 { font-size: 24px; font-weight: 700; margin-bottom: 12px;}
    .category-titles h2 { font-size: 18px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif;}
/* Category Titles End */

/* Category Lists Star */
ul.category-lists { background: url("../img/categoy-body-bg.jpg");}
    ul.category-lists li { border-bottom: solid 1px #f1f1f1; height: 52px; line-height: 52px; font-size: 16px; padding: 0 15px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
    ul.category-lists li:last-child { border-bottom: none;}
    ul.category-lists li a { display: block;}
    ul.category-lists li:hover a,ul.category-lists li.active a { color: #0b3190;}
    ul.category-lists li i { float: right; line-height: 52px;}
/* Category Lists End */

/* Contact Lefts Star */
.contact-lefts { background:url('../img/contacts.jpg') left center no-repeat; padding:15px 0 20px 15px; font-size: 15px; }
    .contact-lefts h1 { margin:10px 0 10px 0; font-size:18px; font-weight:700;}
    .contact-lefts p { }
/* Contact Lefts  End */

/* Pages Star */
.pages{ text-align: center;padding: 30px 0;font-size: 13px; font-family:Verdana,Arial,Helvetica,sans-serif; }
    .pages .item { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: inline-block; vertical-align: top; margin: 0 2px 2px 2px; border: 1px solid #eaeaea; line-height: 32px; min-width: 20px; text-align: center; padding: 0 10px; text-transform:capitalize;}
    .pages .on { background: #eaeaea;}
/* Pages End */

/* Img List Star */
.img-list { }
    .img-list img { max-width: 100%;}
    .img-list dl { border: 1px solid #dedede; margin-bottom: 15px; padding: 22px 50px 22px 22px; background: #fff; overflow: hidden; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .img-list dt { width: 29.5%; float: left; margin-right: 5.8%; }
    .img-list dd h4 { height: 40px; font-weight: normal; font-size: 18px; color: #154c64; line-height: 40px; margin-bottom: 5px; overflow: hidden; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .img-list h4 a { display: block; height: 40px; color: #4b4a4a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .img-list .desc { max-height: 72px; font-size: 14px; line-height: 24px; color: #797979; margin-bottom: 28px; overflow: hidden; }
    .img-list .detail { width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #b6b6b6; color: #fff; }
    .img-list .detail a { color: #fff; }

    .img-list .more { float: right; width: 125px; height: 40px; display: inline-block; border: 1px solid #aaa; font-size: 16px; line-height: 40px; text-align: center; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
    .img-list dl:hover .more { background: #4f4f4f; border-color: #4f4f4f;}
    .img-list dl:hover .more a { color: #FFF;}

    .img-list dl:hover{ border:1px solid #0b3190;}
    .img-list dl:hover h4 a { color: #0b3190;}
/* Img List End */


/* Single Detail Star */
.single-detail { margin: 15px 0; text-align: left;}
/* Single Detail Star */

.company-images { float: right; margin: 40px 0 20px 20px;}

/*产品详细*/
.detail-imgs { text-align: center; width:100%; margin: 0 auto;}
    .detail-imgs img { max-height: 362px; padding: 5px; border: solid 1px #ececec; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
    .detail-imgs p { font-weight: 700; font-size: 16px; margin: 15px 0 15px 0;}


/*产品详细标题*/
.detail-title { width: 100%; border-bottom: solid 1px #f3f3f3; color: #424242; margin: 20px 0 0 0;}
    .detail-title h1 { font-size: 18px; border-bottom: solid 3px #0b3190; font-weight: lighter; padding: 5px 0; float: left;}
    .detail-title i { float: right; color: #35a9e6; margin: 12px 0 0 0; font-weight: lighter;}
    .detail-title a { font-weight: lighter;}

.detail-content { padding: 20px 0; text-align: left;}
    .detail-content img { max-height: 100%;}


/*统一 上一页，下一页*/
.flip-page { border-top: solid 1px #f3f3f3;  font-size: 15px;  padding-top: 15px;  font-weight: lighter; margin-bottom: 30px;}
    .flip-page > .row > .left { text-align: left;}
    .flip-page > .row > .right { text-align: right; margin-top: 12px; }
    .flip-page > .row > .right a {  padding: 10px 30px;  background: #1586ee;  color: #FFF;  -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px; }
    .flip-page > .row > .right a:hover { transform:translate3d(0,-2px,0);-webkit-transform:translate3d(0,-2px,0);-moz-transform:translate3d(0,-2px,0);box-shadow:0 15px 20px rgba(0,0,0,.1);-webkit-box-shadow:0 15px 20px rgba(0,0,0,.1);-moz-box-shadow:0 15px 20px rgba(0,0,0,.1)}


/* Recommend Pros List Star */
.recommend-pros-list { margin: 20px 0 0 0;}
    .recommend-pros-list ul li { text-align: center; width: 24.250000%; float: left; margin: 0 1% 15px 0;}
    .recommend-pros-list ul li:nth-child(4n) { margin: 0 0 0 0; }
    .recommend-pros-list ul li:hover .pros-item { border: solid 1px #1586ee; }
    .recommend-pros-list ul li:hover .pros-item p { border-top: solid 1px #1586ee; color: #FFF; background-color: #1586ee;}
    .recommend-pros-list ul li .pros-item { border: solid 1px #e4e4e4; display:inline-table;}
    .recommend-pros-list ul li .pros-item img { max-width: 100%;}
    .recommend-pros-list ul li .pros-item p { border-top: solid 1px #e4e4e4; padding: 6px 6px; overflow: hidden; height: 36px; }
/* Recommend Pros List End */

/* Public Infos Star */
.public-infos{margin:0 0 20px 0; font-size:13px; border: solid 1px #0b3190; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 30px;}
    .public-infos .public-infos-left { float:left; width:35%; _display:inline; text-align:center;}
    .public-infos .public-infos-left img { border: solid 1px #DDD;}
    .public-infos .public-infos-left h1 { font-size:1.1em; margin-top:12px; text-align:center; font-weight:lighter;}

    .public-infos .public-infos-right { float:right; width:65%; _display:inline;}
    .public-infos .public-infos-right .public-infos-intro {  line-height: 200%; width:100%;}
    .public-infos .public-infos-right .public-infos-intro h1 { font-size:1.8em;}
    .public-infos .public-infos-right .public-infos-intro ul { margin-top: 10px;}
    .public-infos .public-infos-right .public-infos-intro ul li { font-size: 1.2em;}
/* Public Infos End */

/* Contact Slogan Star */
.contact-slogan { }
    .contact-slogan img { max-width: 100%;}
    .contact-slogan .lefts { float: left; width: 20%; text-align: center;}
    .contact-slogan .rights { float: right; width: 80%; padding: 20px 0 0 20px;}
    .contact-slogan .rights h4 { line-height: 100%; display: inline-block; padding: 0 0 15px 0; font-size: 26px; color: #0b3190; border-bottom: 2px solid #0b3190; }
    .contact-slogan .rights hr { margin-top:-1.3px;}
    .contact-slogan .rights .slogans { font-size: 16px; color: #666; line-height: 30px;}
/* Contact Slogan End */

/* Maps Star */
.contact-map { margin: 30px 0 0 0;}
    .maps { width: 100%; height: 400px; overflow: hidden; border: solid 1px #e4e4e4; -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px;}
    .maps img{display:inline !important;max-width:inherit !important;}
/* Maps End */

ul.picture-list li { border-bottom: 1px solid #fafafa;}
    ul.picture-list li:last-child { border-bottom:none;}
    ul.picture-list li .imgs { float: left; width: calc(36% - 40px);  margin-right: 40px; overflow: hidden;}
    ul.picture-list li a { display: block; padding: 32px 0; -webkit-transition: all .5s; transition: all .5s;}

    ul.picture-list li .texts { float: right; width: 64%; text-align: left;}
    ul.picture-list li .texts .intros { float: left; width: 75%;}
    ul.picture-list li .texts .intros .titles {  margin: 14px 0 20px;  font-size: 18px;  line-height: 28px;  font-weight: 700; -webkit-transition: all .5s;  transition: all .5s;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
    ul.picture-list li .texts .intros .names { color: #999; width: 100%; font-size: 14px;  line-height: 24px;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;  -webkit-transition: all .5s;  transition: all .5s;}

    ul.picture-list li .texts .dates { float: right; width: 25%; text-align: right; letter-spacing: 1px; font-family: "Geometric415BT-BlackA";}
    ul.picture-list li .texts .dates:before { content: ""; width: 0%;  height: 1px;  background: #fff;  position: absolute;  left: 0;  bottom: -1px;  -webkit-transition: all 0.32s ease-in-out 0s;  -moz-transition: all 0.32s ease-in-out 0s;  -o-transition: all 0.32s ease-in-out 0s;  transition: all 0.32s ease-in-out 0s;}
    ul.picture-list li .texts .dates .times { padding: 18px 20px 8px; font-size: 28px; font-weight: 600;}
    ul.picture-list li .texts .dates .years { padding: 8px 20px 12px; font-size: 20px; font-weight: bold;}

    ul.picture-list li:hover .texts .intros .names { color: #666; }
    ul.picture-list li:hover .texts .intros .titles,
    ul.picture-list li:hover .texts .dates .times,
    ul.picture-list li:hover .texts .dates .years { color: #0b3190;}
    ul.picture-list li:hover .texts .intros .titles,
    ul.picture-list li:hover .texts .intros .names { margin-left: 10px; }


/* Page News Star */
#page-news { }
    .page-news { padding: 0; font-size: 17px;}
    .page-news img { max-width: 100%;}
/* Page News End */


/* Page News Detail Star */
#page-news-detail { padding: 50px 0;}
    #page-news-detail img { max-width: 80%;}
    .page-news-detail .heads { border-bottom: 1px solid #f5f5f5; text-align: center;}
    .page-news-detail .heads .names { font-size: 18px; line-height: 1; text-align: center; font-weight: 600;}
    .page-news-detail .heads .paras { margin: 10px 0; color:#999;}
	.page-news-detail .heads .paras span{padding-right:50px;}
    .page-news-detail .heads .shares { text-align: center; margin:0 auto; display: inline-table;}
    .page-news-detail .infos { margin: 0 auto; font-size: 16px; padding: 30px 0; text-align: left;}
/* Page News Detail End */

/* Prev Next Star */
.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next .prev { width: 40%; float: left; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .prev:hover { background: #35a9e6; border: solid 1px #35a9e6;}
    .prev-next .prev:hover a { color: #FFF;}

    .prev-next .back { width: 20%; float: left; text-align: center; text-transform: capitalize;}
    .prev-next .back a { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; color: #545454; border: 1px solid #ddd; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .back a:hover { color: #FFF; background: #35a9e6; border: solid 1px #35a9e6;}

    .prev-next .next { width: 40%; float: right; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .next:hover { background: #35a9e6; border: solid 1px #35a9e6;}
    .prev-next .next:hover a { color: #FFF;}
/* Prev Next End */


@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 991px){

    .container { padding-left: 10px; padding-right: 10px;}
    #header-blank { display: block; width: 100%; height: 64px;}

    /* Page Banner Star */
    #page-banner .texts { font-size: 18px;}
    /* Page Banner End */

    /* Page Content Star */
    #page-content { padding: 20px 0; width: 100%;}
    .page-content .lefts { display: none;}
    .page-content .rights { float: none; width: 100%; background-color: #FFF; padding: 0; }
    .contact-slogan .rights h4 {display: inline-block; padding: 0 0 15px 0; line-height:24px; font-size: 18px; color: #0b3190; border-bottom: 1px solid #0b3190; }
	
	
    /* Page Content End */

    .img-list dl { padding: 0; overflow: hidden;}
    .img-list dt { width: 100%;float: none;margin-right: 0;}
    .img-list dd { padding: 0 10px;}
    .img-list .desc { margin-bottom: 10px;}
    .img-list .more { float: none; margin: 0 auto 10px auto; display: block; text-align: center;}

    /* Pages Star */
    .pages { padding: 0;}
        .pages .num { display: none;}
    /* Pages End */

    /* Current Position Star */
	#current-location .categorys a {font-size: 14px;}
    .current-position>h2 { display: none; }
    /* Current Position End */
    /* Current Position End */

    /* Current Location Star */
    #current-location { height: auto; line-height: 100%;}
    #current-location .categorys { float: none; width: 100%; text-transform: capitalize; font-weight: 700; padding: 20px 0 0 0;}
    #current-location .categorys a { float: left; width: 33.333333%; display: block; text-align: center; font-size: 14px; color: #333; transition: color .3s; padding: 0; margin: 0 0 20px 0;}
    #current-location .breadcrumbs { display: none;}
    /* Current Location End */

    /* Single Detail Star */
    .single-detail { margin: 10px 0 10px 0;}
    /* Single Detail Star */

    /* Public Infos Star */
    .public-infos .public-infos-left { float:none; width:100%; _display:inline; text-align:center;}
    .public-infos .public-infos-left img { border: solid 1px #DDD;}
    .public-infos .public-infos-left h1 { font-size:1.1em; margin-top:12px; text-align:center; font-weight:lighter;}

    .public-infos .public-infos-right { float:none; width:100%; _display:inline; margin: 15px 0 0 0;}
    .public-infos .public-infos-right .public-infos-intro {  line-height: 200%; width:100%;}
    .public-infos .public-infos-right .public-infos-intro h1 { font-size:1.8em;}
    .public-infos .public-infos-right .public-infos-intro ul { margin-top: 10px;}
    .public-infos .public-infos-right .public-infos-intro ul li { font-size: 1.2em;}
    /* Public Infos End */

    .company-images { float: right; margin: 0 0 20px 20px;}

    /* Page News Star */
    #page-news { padding: 0 0 15px 0;}
    /* Page News End */

    /* Picture List Star */
    ul.picture-list li .imgs { float: none; width: 100%; margin-right: 0; overflow: hidden;}
    ul.picture-list li a { display: block; padding: 15px 0; -webkit-transition: all .5s; transition: all .5s;}

    ul.picture-list li .texts { float: none; width: 100%; text-align: left;}
    ul.picture-list li .texts .intros { float: none; width: 100%;}
    ul.picture-list li .texts .intros .titles {  margin: 14px 0 10px;  font-size: 15px;  line-height: 24px;  font-weight: 700; -webkit-transition: all .5s;  transition: all .5s;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
    ul.picture-list li .texts .intros .names { color: #999; width: 100%; font-size: 12px;  line-height: 20px;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;  -webkit-transition: all .5s;  transition: all .5s;}

    ul.picture-list li .texts .dates { display: none;}
    /* Picture List End */

    .flip-page>.row>.right { text-align: center;}
    .flip-page>.row>.right a { margin: 0 auto; display: inline-table;}
}

@media screen and (max-width: 767px){
.ins-honour{margin-bottom:20px;}
.ins-honour .hontt{line-height:22px; font-size:16px; padding:10px 0;}
}

@media screen and (max-width: 480px){
.page-content h1.text-title { font-size:16px; font-weight:700; margin: 0 0 20px 0;}

.ins-honour{margin-bottom:5px;}
.ins-honour ul{clear:both; margin-left:-4%;}
.ins-honour li{width:46%; height:auto; margin:0 0 0 4%; float:left;}
.ins-honour .hontt{height:45px; line-height:20px; font-size:14px; padding-top:5px;}

.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next .prev { width: 100%; margin-bottom:8px;}
    .prev-next .back { display:none;}
    .prev-next .next { width: 100%;}
#page-news-detail { padding: 40px 2% 30px;}
    #page-news-detail img { max-width: 100%;}
    .page-news-detail .heads .names { font-size: 16px; line-height: 1.5; text-align: center; font-weight: 600;}
    .page-news-detail .heads .paras { margin: 10px 0; font-size:12px;}
	.page-news-detail .heads .paras span{padding-right:10px;}
    .page-news-detail .infos { margin: 0 auto; font-size: 14px; padding: 20px 0; text-align: left;}

    .contact-slogan .rights h4 {line-height:24px; font-size: 16px; border-bottom: 1px solid #0b3190; }
    .contact-slogan .rights hr { margin-top:-1px;}
    .contact-slogan .rights .slogans { font-size: 14px; color: #666; line-height: 22px;}
    .contact-slogan .rights .slogans p{color: #333;}
}