654 lines
12 KiB
CSS
654 lines
12 KiB
CSS
|
|
.breadcrumb-wrapper {
|
|
background: #F4F4F4;
|
|
padding: 20px 0;
|
|
clear: both;
|
|
}
|
|
.breadcrumb-section .bc-cat {
|
|
padding-top: 16px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.bcid-cat {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.location {
|
|
text-align: right;
|
|
}
|
|
.location img{
|
|
width: 18px;
|
|
margin-right:2px;
|
|
margin-top: -2px;
|
|
}
|
|
.breadcrumb-wrapper a{
|
|
color:#54a1f7 ;
|
|
}
|
|
.copyright{
|
|
background: #282F36;
|
|
color: #999999;
|
|
padding: 30px 0 20px;
|
|
margin-top: 30px;
|
|
}
|
|
.copyright ul li{
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.copyright ul li a{
|
|
font-size: 14px;
|
|
color: #999999;
|
|
}
|
|
.copyright ul li a:hover{
|
|
color:#54a1f7 ;
|
|
}
|
|
.copyright ul li.first{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
margin-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.bottomOne{
|
|
clear: both;
|
|
border-top: 1px solid #666;
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
}
|
|
.searchBox {
|
|
overflow: hidden;
|
|
margin-top: 6px;
|
|
}
|
|
.searchBox input {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border: 1px solid #54a1f7;
|
|
border-radius: 4px;
|
|
border-right: none;
|
|
float: right;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
padding: 0 10px;
|
|
outline: none;
|
|
width: 80%;
|
|
}
|
|
|
|
.searchBox i {
|
|
display: block;
|
|
float: right;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border: 1px solid #54a1f7;
|
|
border-radius: 4px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
width: 20%;
|
|
text-align: center;
|
|
font-style: normal;
|
|
cursor: pointer;
|
|
background: #54a1f7;
|
|
color: #FFFFFF;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.searchBox:hover i{
|
|
background: #124076;
|
|
border: 1px solid #124076;
|
|
}
|
|
.searchBox:hover input{
|
|
border: 1px solid #124076;
|
|
border-right: none;
|
|
}
|
|
.content h6{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-top: 30px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.widget .title {
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
margin-bottom: 22px;
|
|
margin-top: 0;
|
|
}
|
|
.widget-list{
|
|
padding: 0;
|
|
}
|
|
.widget ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
.widget ul li ul li:last-child {
|
|
border-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.widget .gallery-post-slider ul li {
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
.widget .tabbed .tabs {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.widget .tabbed .tabs li {
|
|
float: left;
|
|
list-style: none;
|
|
margin: 0;
|
|
background-image: none;
|
|
border: none;
|
|
padding: 10px 1px 10px;
|
|
width: 33.333%;
|
|
color: #878c90;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
text-transform: uppercase;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
border-right: 1px solid #d3dae0;
|
|
}
|
|
.widget .tabbed .tabs li:last-child {
|
|
border-right: none;
|
|
}
|
|
.widget .tabbed .tabs li:hover, .widget .tabbed .tabs li.current {
|
|
color: #ffffff;
|
|
background-color: #f16543;
|
|
border-right: 1px solid #f16543;
|
|
border-bottom: 1px solid #f16543;
|
|
margin-bottom: -1px;
|
|
}
|
|
.widget .tabbed .block {
|
|
margin: 0;
|
|
display: none;
|
|
}
|
|
.widget .tabbed .block.current {
|
|
display: block;
|
|
padding: 22px 0 0;
|
|
border-top: 1px solid #d3dae0;
|
|
}
|
|
.widget .tabbed .widget-list li {
|
|
background: none;
|
|
border-bottom: 1px solid #E8E9EF;
|
|
padding: 0 0 20px;
|
|
margin-bottom: 25px;
|
|
line-height: 1.0;
|
|
}
|
|
.widget .tabbed .widget-list li .link-read-more {
|
|
color: #f16543;
|
|
}
|
|
.widget .tabbed .widget-list li .link-read-more:hover {
|
|
color: #373c40;
|
|
}
|
|
.widget .tabbed .widget-list li .link-read-more:hover:after {
|
|
color: #373c40;
|
|
}
|
|
.widget-list li {
|
|
overflow: hidden;
|
|
margin-bottom: 20px;
|
|
}
|
|
.widget-list li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.widget-list li h5 {
|
|
margin: 0 0 9px;
|
|
line-height: 21px;
|
|
color: #a5aaae;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
.widget-list li figure {
|
|
float: left;
|
|
margin-right: 22px;
|
|
margin-bottom: 0;
|
|
}
|
|
.widget-list li figure img {
|
|
width: 102px;
|
|
height: 70px;
|
|
}
|
|
.widget-list li span {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
background-repeat: no-repeat;
|
|
background-position: left 3px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 7px;
|
|
vertical-align: middle;
|
|
}
|
|
.widget-list li span img{
|
|
width: 15px;
|
|
vertical-align: middle;
|
|
}
|
|
.widget-list li .comments {
|
|
background-image: url("../images/icon-chat-3.png");
|
|
background-position: left 3px;
|
|
margin-right: 18px;
|
|
margin-bottom: 0;
|
|
color: #666666;
|
|
}
|
|
.widget-list li .author {
|
|
background-image: url("../images/icon-user.png");
|
|
background-position: left 3px;
|
|
padding-left: 17px;
|
|
}
|
|
.widget-list li .link-read-more {
|
|
text-transform: uppercase;
|
|
font-size: 12px;
|
|
display: block;
|
|
}
|
|
.widget-list li .link-read-more:after {
|
|
content: " \f101";
|
|
font-family: FontAwesome;
|
|
color: #f16543;
|
|
}
|
|
.widget .tagcloud {
|
|
overflow: hidden;
|
|
margin-left: -4px;
|
|
margin-right: -4px;
|
|
}
|
|
.widget .tagcloud a {
|
|
display: block;
|
|
float: left;
|
|
padding: 6px 15px;
|
|
color: #84898b;
|
|
background-color: #ecf0f3;
|
|
font-size: 14px;
|
|
margin: 4px;
|
|
text-decoration: none;
|
|
}
|
|
.widget .tagcloud a:hover {
|
|
color: #ffffff;
|
|
background: #f16543;
|
|
}
|
|
.sn-wrapper p a{
|
|
color:#333333 ;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.sn-wrapper p a:hover{
|
|
text-decoration: none;
|
|
color:#54a1f7 ;
|
|
}
|
|
.txtLeft img{
|
|
width: 100%;
|
|
margin: 0;
|
|
margin-top:20px;
|
|
}
|
|
.txtLeft p{
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
/*新闻*/
|
|
.blog-article {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.blog-article figure {
|
|
float: left;
|
|
width: 250px;
|
|
margin-right: 25px;
|
|
margin-bottom: 10px;
|
|
height: 136px;
|
|
overflow: hidden;
|
|
|
|
|
|
}
|
|
.blog-article figure .img-responsive{
|
|
border:solid 1px #e6e6e6 ;
|
|
padding: 2px 2px;
|
|
|
|
|
|
}
|
|
.blog-article .post-meta ul {
|
|
padding: 0;
|
|
}
|
|
.downlist-wrap .blog-article figure {
|
|
width: 220px;
|
|
margin-right: 25px;
|
|
}
|
|
.download-wrap .d-content {
|
|
padding-top: 15px;
|
|
}
|
|
.download-wrap .down-info li {
|
|
padding-bottom: 12px;
|
|
margin-bottom: 12px;
|
|
border-bottom: 1px #ddd solid;
|
|
}
|
|
.blog-post-wrap .bp-desc {
|
|
text-align: center;
|
|
display: block;
|
|
margin: 20px 0;
|
|
font-size: 14px;
|
|
}
|
|
.blog-post-wrap .bp-title {
|
|
margin-top: 0;
|
|
font-size: 23px;
|
|
letter-spacing: normal;
|
|
color: inherit;
|
|
text-align: center;
|
|
}
|
|
.blog-article {
|
|
margin-top: 20px;
|
|
}
|
|
.blog-article figure {
|
|
margin-bottom: 20px;
|
|
}
|
|
.blog-article .format-icon {
|
|
left: 0;
|
|
}
|
|
.blog-article p {
|
|
margin-bottom: 20px;
|
|
line-height: 24px;
|
|
}
|
|
.blog-article blockquote p {
|
|
line-height: 32px;
|
|
}
|
|
.blog-article .read-more-link {
|
|
text-transform: uppercase;
|
|
line-height: 23px;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
width: 80px;
|
|
text-align: center;
|
|
border: 1px solid #54a1f7;
|
|
color: #54a1f7;
|
|
float:right;
|
|
}
|
|
.blog-article .read-more-link:hover {
|
|
background: #54a1f7 ;
|
|
color: #FFFFFF!important;
|
|
border: 1px solid #54a1f7;
|
|
text-decoration: none;
|
|
|
|
}
|
|
.blog-article .post-meta {
|
|
color: #a5aaae;
|
|
font-size: 12px;
|
|
float: left;
|
|
width: 120px;
|
|
border-right: 2px solid #d7dee0;
|
|
margin: 5px 30px 15px 0;
|
|
}
|
|
.blog-article .post-meta a {
|
|
color: #a5aaae;
|
|
}
|
|
.blog-article .post-meta a:hover {
|
|
color: #f16543;
|
|
}
|
|
.blog-article .post-meta ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0 15px;
|
|
}
|
|
.blog-article .post-meta ul li {
|
|
margin: 0 0 6px;
|
|
padding: 4px 0;
|
|
text-transform: uppercase;
|
|
background: none;
|
|
}
|
|
.blog-article .post-summary {
|
|
padding-right: 10px;
|
|
}
|
|
.blog-article .post-summary p {
|
|
margin-bottom: 10px;
|
|
line-height: 23px;
|
|
color: #666;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
}
|
|
.blog-article .post-content-wrapper {
|
|
padding: 15px 0 30px;
|
|
}
|
|
.blog-article .post-meta ul li time {
|
|
background: none;
|
|
margin-left: -3px;
|
|
}
|
|
h2.post-title {
|
|
font-size: 18px;
|
|
letter-spacing: normal;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
line-height: 1.4;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.post-meta li i{
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 5px;
|
|
vertical-align: bottom;
|
|
}
|
|
.post-meta li i.time{
|
|
background: url(../img/icon2.png) no-repeat center;
|
|
background-size:100% ;
|
|
}
|
|
.post-meta li i.icon1{
|
|
background: url(../img/icon3.png) no-repeat center;
|
|
background-size:100% ;
|
|
}
|
|
.format-image img{
|
|
width: 100%;
|
|
height: 136px;
|
|
-webkit-transition:all 0.25s ease-in-out;
|
|
-moz-transition:all 0.25s ease-in-out;
|
|
-o-transition:all 0.25s ease-in-out;
|
|
-ms-transition:all 0.25s ease-in-out;
|
|
transition:all 0.25s ease-in-out;
|
|
}
|
|
.format-image:hover img{
|
|
opacity: 1;
|
|
transform: scale(1.15,1.15);
|
|
-webkit-transform:scale(1.15,1.15);
|
|
-moz-transform:scale(1.15,1.15);
|
|
-ms-transform:scale(1.15,1.15);
|
|
-o-transform:scale(1.15,1.15);
|
|
}
|
|
|
|
.pagination-wrap{
|
|
float: right;
|
|
}
|
|
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
|
|
background: #54a1f7;
|
|
border: 1px solid #54a1f7;
|
|
}
|
|
.pagination>li>a, .pagination>li>span{
|
|
color: #54a1f7;
|
|
}
|
|
.format-image:hover h2{
|
|
color: #54a1f7;
|
|
}
|
|
.format-image:hover .read-more-link{
|
|
color: #54a1f7;
|
|
}
|
|
.content1{
|
|
padding-top: 20px;
|
|
}
|
|
.t_big{
|
|
color:#124076;
|
|
}
|
|
.t_big1{
|
|
color:#54a1f7;
|
|
text-transform:uppercase;
|
|
}
|
|
ul.in_list{
|
|
margin-top:36px;
|
|
padding: 0;
|
|
}
|
|
ul.in_list a{
|
|
display:block;
|
|
width:90%;
|
|
height:40px;
|
|
padding-left:20px;
|
|
line-height:40px;
|
|
border-bottom:1px solid #E6E6E6;
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
ul.in_list a.active{
|
|
width:90%;
|
|
color:#fff;
|
|
background-color:#54a1f7;
|
|
}
|
|
ul.in_list a:hover{
|
|
width:90%;
|
|
color:#fff;
|
|
background-color:#54a1f7;
|
|
}
|
|
|
|
.in_phone{
|
|
background:url(../img/in_phone.jpg) no-repeat left center;
|
|
text-align: left;
|
|
padding-left: 70px;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
}
|
|
.y_1{
|
|
font-size:18px;
|
|
margin: 0;
|
|
}
|
|
.y_2{
|
|
color:#ccc;
|
|
font-size:10px;
|
|
display: block;
|
|
}
|
|
.float_l{
|
|
border: 1px solid #E6E6E6;
|
|
margin-top: 20px;
|
|
padding-left: 5%;
|
|
padding-bottom: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
.copyright img {
|
|
width: 120px;
|
|
float: right;
|
|
}
|
|
.inner-left h3{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #124076;
|
|
}
|
|
.inner-left img{
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
#about2 ul{
|
|
padding-left: 15px;
|
|
}
|
|
#about2 ul li{
|
|
list-style: circle;
|
|
}
|
|
.guanjian a{
|
|
color: #666;
|
|
font-size: 12px;
|
|
background: #EEEEEE;
|
|
display: inline-block;
|
|
padding: 5px 10px;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.newUlList {
|
|
padding: 0;
|
|
}
|
|
|
|
.newUlList li {
|
|
overflow: hidden;
|
|
padding: 20px 0 0;
|
|
}
|
|
|
|
.newUlList li:last-of-type {
|
|
border: none;
|
|
}
|
|
|
|
.newUlList li .newsImgBox {
|
|
width: 270px;
|
|
height: 135px;
|
|
overflow: hidden;
|
|
float: left;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.newUlList li span{
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
}
|
|
|
|
.newUlList li:hover span{
|
|
transform: translate3d(10px, 0, 0);
|
|
-moz-transform: translate3d(10px, 0, 0);
|
|
-webkit-transform: translate3d(10px, 0, 0);
|
|
transition: all .3s ease-out 0s;
|
|
color: #2b91f1;
|
|
}
|
|
.newUlList li:hover a.more{
|
|
border: 1px solid #2b91f1;
|
|
color: #2b91f1;
|
|
}
|
|
.newUlList li .newRight {
|
|
float: right;
|
|
width: 550px;
|
|
}
|
|
|
|
.newTopTitle {
|
|
overflow: hidden;
|
|
margin: 0 0 15px;
|
|
}
|
|
.newTopTitle span{
|
|
color: #333;
|
|
font-size: 18px;
|
|
width: 80%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow:ellipsis;
|
|
display: inline-block;
|
|
}
|
|
.newTopTitle i {
|
|
display: block;
|
|
float: right;
|
|
color: #999999;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.newRight p {
|
|
color: #333;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
word-break: break-word;
|
|
text-align: justify;
|
|
height: 56px;
|
|
margin: 0;
|
|
}
|
|
a.more {
|
|
float: right;
|
|
display: block;
|
|
width: 90px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border: 1px solid #e6e6e6;
|
|
color: #9f9f9f;
|
|
font-size: 12px;
|
|
margin-top: 10px;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-ms-border-radius: 4px;
|
|
-o-border-radius: 4px;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
}
|
|
.guanjian{
|
|
margin-bottom: 20px;
|
|
}
|