
body {
font-family: Trebuchet MS,Microsoft Yahei,Verdana,Geneva,sans-serif
}

img { max-width: 100%}
ul li { line-height: 1.8; }
p {margin-bottom: 15px}
p img {margin-bottom: 15px}

.centered {
  text-align: center
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #23527c;
  border-color: #16a085
}

.panel-heading a:hover {
  color: #bdc3c7
}

.panel-title>a {
  font-weight: 300;
  font-size: 20px
}

#slideshow-container {
  width: 100% !important;
  max-height: 463px;
  background: #e4e6e6;
  position: relative;
  overflow: hidden;
  padding: 0
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.banner {
  width: 100%;
  max-height: 463px !important;
  position: relative;
  overflow: hidden;
  margin: 0 auto
}

.svgicons img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
  padding-top: 15px
}

.ch-grid {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%
}

.ch-grid:after, .ch-item:before {
  content: '';
  display: table
}

.ch-grid:after {
  clear: both
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px
}

.ch-grid h6 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 10px
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ch-img-1 {
  background-image: url(../images/feature01.jpg)
}

.ch-img-2 {
  background-image: url(../images/feature02.jpg)
}

.ch-img-3 {
  background-image: url(../images/feature03.jpg)
}

.ch-img-4 {
  background-image: url(../images/feature04.jpg)
}

.ch-img-5 {
  background-image: url(../images/feature05.jpg)
}

.ch-img-6 {
  background-image: url(../images/feature06.jpg)
}

.ch-info {
  position: absolute;
  background: rgba(63, 147, 147, .8);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0;
  height: 140px;
  font-family: Lato, Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, .3)
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out .4s;
  -moz-transition: all 1s ease-in-out .4s;
  -o-transition: all 1s ease-in-out .4s;
  -ms-transition: all 1s ease-in-out .4s;
  transition: all 1s ease-in-out .4s
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, .7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: Lato, Arial, sans-serif
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, .8)
}

.ch-item:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 2px rgba(0, 0, 0, .1)
}

.ch-item:hover .ch-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.ch-item:hover .ch-info p {
  opacity: 1
}

.navbar-default{
	background-color: #25384b!important;

  background-image: -moz-linear-gradient(left, #25384b, #34495e)!important;

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#25384b), to(#34495e))!important;

  background-image: -webkit-linear-gradient(left, ##25384b, #34495e)!important;

  background-image: -o-linear-gradient(left, #25384b, #34495e)!important;

  background-image: linear-gradient(to right, #25384b, #34495e)!important;

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25384b', endColorstr='#ff34495e', GradientType=0);
	border:none!important;
}

#headerwrap {
  background: url(../images/header-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 160px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#headerwrap h1 {
  color: #fff
}

#headerwrap-2 {
  background: url(../images/header2-bg.jpg) no-repeat center top;
  margin-top: -21px;
  padding-top: 180px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 600px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#headerwrap-2 h1 {
  color: #fff
}

#aboutwrap {
  background: url(../images/about-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 80px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#aboutwrap h1 {
  color: #fff
}

#servicewrap {
  background: url(../images/service-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#servicewrap h1 {
  color: #fff
}
#boardwrap {
  background: url(../images/board-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#boardwrap h1 {
  color: #fff
}
#solutionwrap {
  background: url(../images/solution-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#solutionwrap h4 {
  color: #fff
}

#solutionwrap h6 {
  color: #fff;
  font-size: 16px
}

#cloudwrap {
  background: url(../images/cloud-bg.jpg) no-repeat center;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#cloudwrap h4 {
  color: #fff
}

#cloudwrap h6 {
  color: #fff;
  font-size: 16px
}

#operwrap {
  background: url(../images/oper-bg.jpg) no-repeat center;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#operwrap h4 {
  color: #fff
}

#operwrap h6 {
  color: #fff;
  font-size: 16px
}

#teamwrap {
  background: url(../images/team-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#teamwrap h1 {
  color: #fff
}

#ruralwrap {
  background: url(../images/rural-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 200px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#ruralwrap h4 {
  color: #fff
}

#ruralwrap h6 {
  color: #fff;
  font-size: 16px
}


#faqwrap {
  background: url(../images/faq-bg.jpg) no-repeat center top;
  margin-top:  -20px;
  padding-top: 150px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#faqwrap h1 {
  color: #fff
}

#sp1 {
  background: url(../images/sp1-bg.jpg) no-repeat center top;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 240px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#sp1 h3 {
  color: #fff;
  font-weight: 100
}

#cta {
  background-color: #34495e;
  padding-top: 35px;
  padding-bottom: 35px
}

#cta h3 {
  color: #fff;
  font-weight: 100
}

#cta p {
  font-weight: 300;
  color: #c5c5c5
}

#lb {
  background: #25384b;
  padding-top: 50px;
  padding-bottom: 35px;
 margin-top: -20px;
 color: #ffffff;
}

#g {
  background: #eaeaea;
  padding-top: 50px;
  padding-bottom: 50px
}

#g h4 {
  color: #c5c5c5;
  padding-bottom: 40px
}

#g h5 {
  color: #c5c5c5;
  font-weight: 700
}

#g p {
  color: #c5c5c5
}

#g span {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
}

#g span.icon-next {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
  font-size: 28px;
  margin-top: -16px !important;
  padding-left: 12px;
}

#g span.icon-prev {
  display: inline-block;
  width: 32px;
  color: #c5c5c5;
  font-size: 28px;
  margin-top: -16px !important;
  margin-left: -16px;
}

#g .bc p {
  color: #34495e
}

#g .tc p {
  color: #2f2f2f;
  font-weight: 200
}

#g .tc img {
  margin-bottom: 25px
}

#g .tc name {
  color: #23527c;
  font-size: 16px
}

#f {background: #34495e;padding-top: 35px;padding-bottom: 35px; color: #929da8}

#f a { color:#929da8 }
#f a:hover { color:#ffffff }

#f p {
  font-weight: 300;
  color: #929da8
}

#f h5 {
  color: #b7c5d4;
  font-weight: 300
}

#mapwrap {
  width: 100%
}

.sinfo {
  padding-top: 60px;
  padding-bottom: 60px
}

.sinfo h4 {
  font-weight: bold;
}

.sinfo span {
  padding-left: 5px;
  padding-right: 5px
}

.bc {
  border: #c5c5c5 1px solid;
  background: #fff;
  border-radius: 5px
}

.bc p {
  font-weight: 200;
  margin: 8px;
  font-size: 16px;
  line-height: 20px
}

.bc date {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700
}

.tabmod {
  padding-top: 15px
}

.tabmod h4 {
  font-weight: 300
}

.tabmod p {
  font-weight: 200
}

.testi-container {
  width: 100%;
  margin-bottom: 14px;
  padding: 5px 6px 3px 0;
  background-color: #fafafa;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: left;
  z-index: 998
}

.testi-container:before {
  width: 25px;
  height: 17px;
  background: #fafafa;
  content: '';
  position: absolute;
  z-index: 999;
  left: 42px;
  bottom: 0;
  margin-left: -7px
}

@media \0screen {
  .testi-container:before {
    background: 0 0
  }
}

.testi-container:after {
  width: 17px;
  height: 17px;
  background: #fafafa;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: '';
  position: absolute;
  z-index: 888;
  left: 45px;
  bottom: -5px;
  margin-left: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

@media \0screen {
  .testi-container:after {
    background: 0 0;
    border: 0
  }
}

.testi-text {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 14px 0;
  font-weight: 200
}

.wb {
  padding-bottom: 0
}

.wb p {
  font-weight: 200
}

.ab .tab-content {
  border: transparent;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1
}

.tabmod-a {}

.tabmod-a h4 {
  font-weight: 300
}

.tabmod-a p {
  font-weight: 200
}
.blogcontent {color: #333333}
.blogcontent h1 {
  font-size: 40px
}
.blogcontent h3 {
 font-size:  28px; margin-top:20px;
}
.blogcontent h6 {
  margin-top: 15px
}

.blogcontent p {
  margin-top: 10px
}

.blogcontent small {
  color: #666666;
  font-size: 14px;
  margin-top: 5px
}

.blogcontent .lead {
  font-size: 26px;
  font-weight: 200
}

.sidebar {
  padding-top: 60px
}

.sidebar p {
  font-size: 16px;
  margin-left: 15px
}

.pop-posts {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 5px;
	height: 83px;
}

.pop-posts img {
  text-align: left;
  float: left;
  vertical-align: top;
  margin-right: 4px
}

.pop-posts p {
  font-size: 14px
}

.pop-posts:hover {
  background: #f2f2f2;
  cursor: pointer
}

.cinfo img {
  width: 55px;
  float: left;
  margin-right: 10px
}
/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {

}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #23527c;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #1bd1ad;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #25384b;
	font-size: 14px;
  padding: 20px 0;
  text-align: center;
	color: #929da8
}

#copyrights p {
  margin-bottom: 5px;
}

#copyrights a {
  color:#929da8
}
#copyrights a:hover {
  color:#ffffff
}

.credits {
  color: #fff;
}

.newsconten {font-size:18px!important; line-height: 28px}
.newsconten h3 { font-size:24px; padding-left: 10px; margin-bottom:10px; margin-top: 10px;  line-height: 38px; border-left: 2px #34495e solid; background: #eeeeee}
.newsconten p img {
	display: block;
    margin: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*产品列表*/

@media (min-width: 1200px){
.product_list{width:560px; background: #FFFFFF; padding:5px; border:1px #ddd solid; margin-bottom:10px;}
.product_list:hover { background:#34495e; color:#fff;}
.product_list:hover a{ color:#fff;}
.product_list .titlepic {text-align:center; float:left; width:60px; padding:5px; border:1px #ddd solid; background:#FFF;}
.product_list .txt {float:right; width:480px}
.product_list .txt .line {height:24px; line-height:24px;}
.inner_photo li {width:24%; float:left; font-size:12px; margin-bottom:10px;}
}
@media (min-width: 768px) and (max-width: 1199px){
.product_list{width:455px; background: #FFFFFF; padding:5px; border:1px #ddd solid; margin-bottom:10px;}
.product_list:hover { background:#34495e; color:#fff;}
.product_list:hover a{ color:#fff;}
.product_list .titlepic {text-align:center; float:left; width:60px; padding:5px; border:1px #ddd solid; background:#FFF;}
.product_list .txt {float:right; width:375px}
.product_list .txt .line {height:24px; line-height:24px;}
.inner_photo li {width:24%; float:left; font-size:12px; margin-bottom:10px;}
}
@media (max-width: 767px) {
.product_list{width:95%; background: #FFFFFF; padding:5px; border:1px #ddd solid; margin-bottom:10px;}
.product_list:hover { background:#34495e; color:#fff;}
.product_list:hover a{ color:#fff;}
.product_list .titlepic {text-align:center; float:left; width:22%; border:1px #ddd solid; background:#FFF;}
.product_list .txt { float:right; width: 75%}
.product_list .txt .line {height:24px; line-height:24px;}
.inner_photo li {width:100%; font-size:16px; margin-bottom:10px;}
}

/*品牌板 */

.board_500_c {}
.board_rank_top_r {float:left; width:670px; line-height:24px; margin-right:10px; height:70px; overflow:hidden}
.board_cat li{width:30%; margin-right:3%; float:left; line-height:35px; margin-bottom:15px; text-align:center;}
.board_newli {width:30%; margin-right:3%; float:left; height:30px; line-height:30px; overflow:hidden; }



.board_main_index { border:1px #ccc dotted; background:#FFF; font-size:12px; line-height:24px; padding:10px; margin:10px 0 15px 0;}
.board_main_index2 {background:url(../images/index.gif) no-repeat; width:230px; height:48px; text-align:center; font-family:Georgia, 'Times New Roman', Times, serif; color:#F00; line-height:48px; font-size:24px; margin:10px 0 10px 0}
.board_main_myrank {height:65px; padding:5px; margin-top:10px; margin-bottom:10px; background: url(../images/myrank.jpg) repeat-x; border:1px #ccc solid}

.board_20_t {width: 700px; padding:0 0 10px 0; height:20px; font-size:12px; font-weight:bold}
.board_20_c {background: url(../images/20rank.gif) no-repeat 0 4px;}
.board_20_c tr,td{ height:20px!important; overflow:hidden}
.board_500_t {width:700px; padding:0 10px 10px 10px; height:20px; font-size:12px; font-weight:bold}

.board_no { height:25px; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:25px; padding:0 5px 0 5px; background: #5A91DA; color:#ffffff; text-align:center; font-weight:bold; border-radius:3px;}
.board_no:hover { background:#060}

/*美工设计 */
@media (min-width: 1440px){
.brand_banner { margin:auto; background:url(../images/dsface.gif) no-repeat; height:370px; font-size:17px; padding-left:505px; padding-right:45px; line-height:28px; padding-top:30px;}
.brand_main {width:1336px; margin:auto;font-size:15px; line-height:26px; color:#666666; padding:20px; margin-top:30px; margin-bottom:25px; background:#eeeeee;}
.brand_main_list {width:370px; float:left}
}
@media (min-width: 768px) and (max-width: 1199px){
.brand_banner {margin:auto; background:url(../images/dsface.gif) no-repeat; font-size:17px;padding-left:505px; padding-right:45px; line-height:28px; padding-top:30px;}
.brand_main {background:#eeeeee; width:930px; margin:auto;font-size:17px; line-height:26px; color:#666666; padding:20px; margin-top:30px;margin-bottom:25px; }
.brand_main_list {width:300px; float:left}
}
@media (max-width: 767px) {
.brand_banner {font-size:16px;line-height:28px; padding:10px; background:#eeeeee; border-radius:10px}
.brand_main {background:#eeeeee; font-size:16px; line-height:26px; color:#666666; padding:20px; margin-top:30px;margin-bottom:25px;}
}

.brand_main a { color:#666666;}

.position {font-size: 14px; margin-bottom: 15px; margin-top: 15px}

.link img { margin-bottom: 15px; border: 1px #DDDDDD solid; border-radius: 10px}
.link img:hover{border: 1px #34495e solid;}

.newspace { font-size: 15px}
.newspace li { list-style-type: circle }

.epages{padding:10px;font:14px Tahoma; line-height: 40px; overflow: hidden; margin-top: 15px}
.epages a{ border: #eeeeee solid 1px;background: #eeeeee; border-radius: 5px; padding: 5px; margin-right: 3px}
.epages a:hover{background: #FFFFFF;}
.epages b{ background: #eeeeee; border: #eeeeee solid 1px; border-radius: 5px; padding:5px; margin-right: 3px}

.col-md-3:nth-child(4n+1){
clear:left!important;
}
.col-md-4:nth-child(3n+1){
clear:left!important;
}
.menuon {font-weight: bold!important}
